﻿* {
	word-wrap: break-word;
	outline: none;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	font-family: "Arial", "Microsoft YaHei", "微软雅黑", "Arial Narrow";
	background: #FFF;
	color: #666;
}

form,
ol,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h9 {
	margin: 0;
	padding: 0;
}

input,
select {
	font-size: 12px;
	line-height: 24px;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

cite,
em,
i {
	font-style: normal;
}

.pre {
	margin: 0;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.break {
	white-space: nowrap;
	word-wrap: break-word;
	display: inline-block;
}

pre {
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "Arial", "Arial Narrow";
}

/* 链接颜色 */
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #1db23d;
}

/* 浮动位置 */
.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

/*内部位置*/
.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

/*块状态*/
.dis {
	display: block;
}

.undis,
#cnzz {
	display: none;
}

.ove {
	overflow: hidden !important;
}

.vis {
	overflow: visible !important;
}

/*字体状态*/
.fb {
	font-weight: bold;
}

.fn {
	font-weight: normal;
}

/*字体颜色*/
.f#1db23d {
	color: #1db23d;
}

.f33 {
	color: #333;
}

.f66,
.f66 a,
a.f66 {
	color: #666;
}

.f99,
.f99 a,
a.f99 {
	color: #999;
}

.f66 a:hover,
a.f66:hover,
.f99 a:hover,
a.f99:hover {
	color: #1db23d;
}

/*title*/
h3,
.h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
}

.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.fari {
	font-family: Arial, Helvetica, sans-serif;
}

.ftaho {
	font-family: Tahoma, Geneva, sans-serif;
}

.tran {
	transition: all 0.3s linear 0s;
}

/*= Extra CSS */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font: 0/0 sans-serif;
	visibility: hidden;
}

/*img A*/
.imga {
	display: block;
}

/*end*/
#end {
	margin-right: 0;
}

/*hr*/
.hr10 {
	height: 10px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.hr15 {
	height: 15px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.hr20 {
	height: 20px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.hr30 {
	height: 30px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/*Css Div*/
.Column-100 {
	width: 100%;
	height: auto;
}

.Column {
	width: 1190px;
	height: auto;
	margin: 0 auto;
}

.Column-L {
	float: left;
	display: inline;
	width: 880px;
	margin-right: 20px;
}

.Column-R {
	float: left;
	display: inline;
	width: 270px;
	padding: 9px;
	border: 1px solid #EAEAEA;
	border-top: none;
	background: #FAFAFA;
}
@font-face {
	font-family: 'iconfont';  /* project id 1787394 */
	src: url('//web.archive.org/web/20211225075811im_/http://at.alicdn.com/t/font_1787394_ppqs62oto0p.eot');
	src: url('//web.archive.org/web/20211225075811im_/http://at.alicdn.com/t/font_1787394_ppqs62oto0p.eot#iefix') format('embedded-opentype'),
	url('//web.archive.org/web/20211225075811im_/http://at.alicdn.com/t/font_1787394_ppqs62oto0p.woff2') format('woff2'),
	url('//web.archive.org/web/20211225075811im_/http://at.alicdn.com/t/font_1787394_ppqs62oto0p.woff') format('woff'),
	url('//web.archive.org/web/20211225075811im_/http://at.alicdn.com/t/font_1787394_ppqs62oto0p.ttf') format('truetype'),
	url('//web.archive.org/web/20211225075811im_/http://at.alicdn.com/t/font_1787394_ppqs62oto0p.svg#iconfont') format('svg');
  }

.iconfont {
	font-family: "iconfont";
}


.Header {
	height: 101px;
	padding-bottom: 20px;
}

.Header .Logo {
	margin-top: 15px;
	width: 240px;
}

.Header .Logo img {
	width: 100%;
}

.Header .top-contact {
	margin-top: 20px;
	width: 275px;
}

.Header .top-contact .top-wx-code img {
	height: 75px;
}

.Header .top-contact .topTel {
	width: 180px;
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.Header .top-contact .topTel p {
	font-size: 26px;
	color: #1db23d;
}


.Nav {
	height: 50px;
	border-top: 2px solid #1db23d
}

.Nav ul {
	height: 50px;
	position: relative;
	border-left: 1px solid #EEE
}

.Nav ul li {
	float: left;
	width: 106px;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #eee;
	transition: all .4s;
}
.Nav ul li:hover {
	background-color: #ffb628;
}
.Nav ul li:hover a {
	color: #fff;
}
.Nav ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #000
}

.Nav ul li a .hot {
	z-index: 9;
	position: absolute;
	top: -8px;
	right: 23px;
	width: 23px;
	height: 14px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/hot2016.gif) no-repeat
}

.Nav ul li a:hover {
	/* color: #ffed05 */
}

.Nav ul li.cur a {
	background: #ffed05;
	color: #333
}

.Nav ul li.back {
	position: absolute;
	z-index: 1;
	width: 106px !important;
	height: 4px;
	background: #1db23d;
	width: 114px;
	left: 0px;
	overflow: hidden;

}



.Header .Nav {
	position: relative;
	border-right: 1px solid #EEE;
}


.Nav li a {
	position: relative;
	float: left;
	width: 90px;
	height: 101px;
	text-align: center;
}

.Nav li a i {
	display: block;
	margin-top: 25px;
	color: #999;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

.Nav li a span {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.Nav li.cur a {
	z-index: 99;
	background: #1db23d;
}

.Nav li.cur a i,
.Nav li.cur a span {
	color: #FFF;
}

/*首页*/
.iPlayer {
	position: relative;
	z-index: 10;
	min-width: 1190px;
	height: 400px;
	overflow: hidden;
}

.iPlayer .ImgBox {
	width: 100% !important;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}

.iPlayer .ImgBox li {
	position: relative;
	display: block;
	width: 100% !important;
	;
	height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
}

.iPlayer .ImgBox a {
	display: block;
	height: 400px;
	text-indent: -9999em;
}

.iPlayer .LenBox {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 1190px;
	margin-left: -595px;
	height: 15px;
	font-size: 0;
	line-height: 15px;
	text-align: center;
}

.iPlayer .LenBox li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin: 2px
}

.iPlayer .LenBox li a {
	display: block;
	padding-top: 10px;
	width: 10px;
	height: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	overflow: hidden;
	margin: 0 5px;
	*zoom: 1
}

.iPlayer .LenBox li a:hover,
.iPlayer .LenBox li.on a {
	background: #1db23d;
	border-color: #1db23d;
}

.iPlayer .SerStep {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: rgba(0, 0, 0, .5) scroll repeat !important;
	filter: Alpha(opacity=80);
	background: #000;
	color: #FFF;
	font-size: 14px;
}

.iPlayer .SerStep span {
	font-size: 24px;
}

.iPlayer .SerStep em {
	font-size: 20px;
}

.iPlayer .SerStep .book {
	width: 122px;
	height: 36px;
	margin: 17px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) 0 -290px no-repeat;
	text-indent: -999em;
}

.iPlayer .SerStep .book:hover {
	background-position: -134px -290px;
}

.iPlayer .timeBox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 354px;
	height: 50px;
	margin-left: -178px;
	padding-top: 15px;
	border: 1px solid #819BF5;
	border-top: none;
	background: #3254C8;
	color: #FFF;
	font-size: 16px;
	line-height: 50px;
}

.iPlayer .countdown em {
	padding: 0 5px;
	font-size: 35px;
	font-style: italic;
}

.iService {
	height: 95px;
	background-color: #1db23d;
}
.iService .index-menu {
	width: 1190px;
	margin: 0 auto;
}
.iService .index-menu li{
	position: relative;
	float: left;
	width: 115px;
	padding-left: 80px;
	margin: 15px 50px 0;
}
.iService .index-menu li a {
	display: block;
}
.iService .index-menu li i {
	position: absolute;
	left: 0;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #ffb628;
	margin-right: 20px;
}
.iService .index-menu li .tit {
	margin-top: 10px;
	font-weight: normal;
	color: #fff;
}
.iService .index-menu li .en {
	color: rgba(255, 255, 255, .8);
}
.iTitle {
	line-height: 50px;
	font-weight: normal;
}

.iTitle span {
	padding-right: 5px;
	font-size: 20px;
	color: #333;
}

.iTitle i {
	font-size: 18px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

.ibTitle {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 40px;
}


.biaoti1 .text-tit h2 {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ddd;
}

.biaoti1 .text-tit .en{
	float: left;
	margin-right: 10px;
}
.biaoti1 .text-tit .zh{
	float: left;
}
.biaoti1 .text-tit .zh i {
	font-size: 20px;
	color: #ffb628;
}
.biaoti1 .text-tit .zh .title {
	font-size: 16px;
	color: #333;
}
.ibTitle .tit-more {
	width: 75px;
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	color: #999;
	text-align: center;
	transition: all .4s;
}

.ibTitle .tit-more:hover {
	background-color: #ffb628;
	color: #fff;
	border-color: #ffb628;
}
.iCate {
	float: right;
}

.ibTitle .iCate {
	line-height: 70px;
}

.iCases_tt h3 {
	background-position: 0 -45px;
}

.iTeam_tt h3 {
	background-position: 0 -495px;
}

.iBrand_tt {
	margin: 20px 0 0;
}

.iBrand_tt h3 {
	background-position: 0 -585px;
}

.pubView {
	float: left;
	width: 56px;
	height: 15px;
	margin-top: 5px;
	background: #BBB;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}

li.hover .pubView,
.pubView:hover {
	background: #1db23d;
	color: #FFF;
}

.iAbout {
	background: #F5F5F5;
	padding-bottom: 20px;
}

.iAbout .iTitle {
	line-height: 55px;
}

.iAbout .iTitle span {
	font-size: 24px;
}

.iAbout .tt {
	position: relative;
	float: left;
	width: 215px;
	height: 313px;
	margin-right: 18px;
	border: 1px solid #EAEAEA;
	background: #FFF;
	overflow: hidden;
}

.iAbout .tt li {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 104px;
	border-bottom: 1px solid #DDD;
	cursor: pointer;
}

.iAbout .tt li.back {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	height: 104px !important;
	border: none;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) 0 -180px no-repeat;
}

.iAbout .tt li i {
	float: left;
	display: inline;
	width: 35px;
	height: 70px;
	margin: 17px 5px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) 0 -335px no-repeat;
	text-indent: -999em;
}

.iAbout .tt li.col_2 i {
	background-position: -70px -335px;
}

.iAbout .tt li.col_3 i {
	background-position: -140px -335px;
}

.iAbout .tt li.col_1.current i {
	background-position: -35px -335px;
}

.iAbout .tt li.col_2.current i {
	background-position: -105px -335px;
}

.iAbout .tt li.col_3.current i {
	background-position: -175px -335px;
}

.iAbout .tt li em {
	float: left;
	display: inline;
	margin: 25px 0 5px;
	font-size: 18px;
	color: #1db23d;
}

.iAbout .tt li span {
	float: left;
	display: inline;
	width: 170px;
	font-size: 24px;
	color: #BBB;
}

.iAbout .tt li.hover em {
	color: #BBB;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

.iAbout .tt li.current em {
	color: #FFF;
}

.iAbout .tt li.current span {
	color: #ffa93a;
}

.iAbout .ct,
.iAbout .ct li,
.iAbout .ct li img {
	width: 955px;
	height: 315px;
}

.iHouse {}

.iHouse li {
	float: left;
	width: 280px;
	height: 105px;
	margin: 0 0 15px 16px;
	background: #F5F5F5;
	transition: all 0.3s linear 0s;
}

.iHouse li img {
	width: 140px;
	height: 105px;
	margin-right: 15px;
}

.iHouse li .tt {
	display: block;
	height: 24px;
	margin-top: 5px;
	overflow: hidden;
}

.iHouse li.first {
	width: 300px;
	height: 225px;
	margin: 0;
}

.iHouse li.first .imga,
.iHouse li.first img {
	position: relative;
	width: 300px;
	height: 225px;
	margin: 0;
}

.iHouse li.first .imga p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7) scroll repeat !important;
	filter: Alpha(opacity=70);
	background: #000;
	color: #FFF;
	line-height: 30px;
}

.iHouse li.first .imga em {
	float: left;
	width: 85px;
	height: 30px;
	text-align: right;
	overflow: hidden;
}

.iHouse li.first .imga em.f14 {
	width: 200px;
	text-align: left;
}

.iHouse li.hover {
	box-shadow: 0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
}

.iHouse li.first.hover p {
	border-bottom: 5px solid #1db23d;
	background: rgba(238, 119, 0, .8) scroll repeat !important;
	filter: Alpha(opacity=80);
	background: #1db23d;
}

.iBuild {
	position: relative;
	width: 1130px;
	margin-top: 5px;
	padding: 20px 30px 0;
	border-top: 1px solid #EEE;
}

.iBuild li {
	float: left;
	width: 120px;
	height: 62px;
	margin-right: 20px;
}

.iBuild li img {
	width: 120px;
	height: 60px;
	border: 1px solid #F0F0F0;
}

.iBuild li a:hover img {
	border-color: #1db23d;
}

.iBuild .btn {
	position: absolute;
	top: 35px;
	width: 20px;
	height: 36px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) -225px -180px no-repeat;
	text-indent: -999em;
}

.iBuild .prev {
	left: 0;
}

.iBuild .next {
	right: 0;
	background-position: -265px -180px;
}

.iBuild .prev:hover {
	background-position: -245px -180px;
}

.iBuild .next:hover {
	background-position: -285px -180px;
}

.iCases {}

.iCases li {
	float: left;
	width: 280px;
	height: 240px;
	/* overflow: hidden; */
	margin: 0 23px 20px 0;
}

.iCases li:nth-child(4n+4) {
	margin-right: 0;
}

.iCases li .imga {
	position: relative;
	width: 100%;
	height: 210px;
	margin-bottom: 10px;
	overflow: hidden;
}

.iCases li img {
	width: 280px;
	height: 210px;
	object-fit: cover;
	transition: all 0.3s linear 0s;
}
.iCases li:hover img {
	transform: scale(1.2);
}
.iCases li:hover a {
	color: #ffb628;
}
.iCases li p {
	height: 24px;
	overflow: hidden;
	font-size: 14px;
}

.iCases li .imga .info,
.iTeam .ct li .imga .info {
	position: absolute;
	left: 0;
	background: rgba(255, 240, 3,.8) scroll repeat !important;
	filter: Alpha(opacity=80);
	background: #fef00e;
	color: #333;
}

.iCases li .imga .info {
	top: 240px;
	width: 180px;
	height: 160px;
	padding: 50px 50px 0;
	font-size: 14px;
}

.iTeam {
	width: 845px;
	margin-right: 45px;
}

.iTeam .ht {
	position: relative;
	width: 115px;
	height: 220px;
}

.iTeam .ht li {
	width: 95px;
	height: 40px;
	margin-bottom: 17px;
	background: #E8E8E8;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

.iTeam .ht li span {
	position: relative;
	z-index: 99;
	display: block;
	cursor: pointer;
}

.iTeam .ht li.current.on span {
	color: #FFF;
}

.iTeam .ht li.back {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	padding-right: 10px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) -203px -405px no-repeat;
}

.iTeam .ct,
.iTeam .box,
.iTeam .ct ul {
	width: 730px;
	height: 220px;
	overflow: hidden;
}

.iTeam .ct li .order {
	padding-left: 20px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) -270px -292px no-repeat;
}

.ipushTeam {
	width: 300px;
}

.ipushTeam .imga,
.ipushTeam img {
	position: relative;
	width: 300px;
	height: 220px;
}

.ipushTeam .imga p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 280px;
	padding: 5px 10px;
	background: rgba(0, 0, 0, .5) scroll repeat !important;
	filter: Alpha(opacity=50);
	background: #000;
	color: #FFF;
	line-height: 20px;
}

.ipushTeam .imga:hover p {
	background: rgba(238, 119, 0, .8) scroll repeat !important;
	filter: Alpha(opacity=80);
	background: #1db23d;
}

.iProduct {
	padding: 10px 0 10px 20px;
	border: 1px solid #EEE;
	background: #F5F5F5;
}

.iProduct .txt {
	width: 425px;
}

.proCate {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEE;
}

.proCate a {
	float: left;
	width: 50px;
	margin-right: 30px;
	text-align: center;
}

.proCate a span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pro_cate_bg.png) no-repeat;
	overflow: hidden;
}

.proCate a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pro_cate_bg.png) no-repeat;
}

.proCate a.col_1 i {
	background-position: -50px 0;
}

.proCate a.col_2 i {
	background-position: -100px 0;
}

.proCate a.col_3 i {
	background-position: -150px 0;
}

.proCate a.col_4 i {
	background-position: -200px 0;
}

.proCate a.col_5 i {
	background-position: -250px 0;
}

.proCate a.col_6 i {
	background-position: -300px 0;
}

.proCate a.col_7 i {
	background-position: -350px 0;
}

.proCate a.col_8 i {
	background-position: -400px 0;
}

.proCate a.col_9 i {
	background-position: -450px 0;
}

.proCate a.col_10 i {
	background-position: -500px 0;
}

.proCate a.col_11 i {
	background-position: -550px 0;
}

.proCate a.col_12 i {
	background-position: -600px 0;
}

.proCate a.current {
	color: #1db23d;
}

.iProduct .proCate {
	width: 720px;
	padding: 0;
	margin: 15px 0 0 20px;
	border: none;
}

.iProduct .proCate a {
	margin-right: 10px;
}

.iProcess_tt h3 {
	background-position: 0 -90px;
}

.iProcess {
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

.iProcess .ht {
	position: relative;
	width: 230px;
	height: 300px;
	padding-top: 10px;
	margin-right: 24px;
	border-right: 1px solid #DDD;
	overflow: hidden;
}

.iProcess .ht li {
	width: 100%;
	height: 60px;
	color: #999;
	cursor: pointer;
}

.iProcess .ht li i {
	float: left;
	width: 45px;
	height: 45px;
	margin: 0 10px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) 0 -405px no-repeat;
}

.iProcess .ht li i.col_2 {
	background-position: -45px -405px;
}

.iProcess .ht li i.col_3 {
	background-position: -90px -405px;
}

.iProcess .ht li i.col_4 {
	background-position: -135px -405px;
}

.iProcess .ht li i.col_5 {
	background-position: 0 -450px;
}

.iProcess .ht li em {
	display: block;
	width: 101px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.iProcess .ht li.on em {
	background: #1db23d;
	color: #FFF;
	border-radius: 4px;
}

.iProcess .ht li p {
	text-indent: 10px;
}

.iProcess .ht li.back {
	position: absolute;
	top: 0;
	right: 5px;
	width: 5px;
	height: 40px !important;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) -300px -405px no-repeat;
}

.iProcess .box,
.iProcess .ct {
	width: 935px;
	height: 310px;
	overflow: hidden;
}

.iTixi img {
	width: 935px;
}

.iTujie li {
	float: left;
	width: 300px;
	margin: 0 17px 35px 0;
}

.iTujie li img {
	width: 140px;
	height: 105px;
	margin-right: 15px;
}

.iTujie li .tt {
	padding-left: 25px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) -270px -317px no-repeat;
	font-size: 18px;
	color: #1db23d;
}

.iTujie li p {
	height: 72px;
	margin-top: 9px;
	overflow: hidden;
}

.iDuizhang li {
	float: left;
	width: 300px;
	height: 147px;
	margin: 0 17px 15px 0;
	overflow: hidden;
}

.iDuizhang li img {
	width: auto;
	height: 120px;
	margin-right: 10px;
}

.iDuizhang li p {
	margin-bottom: 5px;
}

.iDuizhang li .tt {
	font-size: 16px;
}

.iJiancai li {
	float: left;
	width: 193px;
	margin: 0 54px 15px 0;
}

.iJiancai li .imga {
	position: relative;
	width: 183px;
	height: 137px;
	padding: 4px;
	border: 1px solid #E5E5E5;
	overflow: hidden;
}

.iJiancai li img {
	width: 183px;
	height: 137px;
}

.iJiancai li .imga p {
	position: absolute;
	left: 4px;
	bottom: 4px;
	width: 163px;
	padding: 5px 10px;
	background: rgba(0, 0, 0, .5) scroll repeat !important;
	filter: Alpha(opacity=50);
	background: #000;
	color: #FFF;
	line-height: 20px;
}

.iJiancai li .imga:hover {
	padding: 3px;
	border: 2px solid #1db23d;
}

.iJiancai li .imga:hover p {
	left: 3px;
	bottom: 3px;
	background: rgba(238, 119, 0, .8) scroll repeat !important;
	filter: Alpha(opacity=80);
	background: #1db23d;
}

.iPingpai li {
	float: left;
	margin: 0 18px 16px 0;
}

.iPingpai li img {
	width: 170px;
	height: 85px;
	border: 1px solid #E5E5E5;
}

.iPingpai li.hover img {
	border-color: #1db23d;
}
.news-wrap {
	padding-bottom: 40px;
}
.iNews_tt h3 {
	background-position: 0 -135px;
}

.iNews {
	position: relative;
	float: left;
	width: 370px;
	margin-right: 20px;
	overflow: hidden;
}

.prSpec {
	width: 270px;
}

.prSpec .bd {
	margin-bottom: 5px;
}

.iNews .ht {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BBB;
	line-height: 31px;
}

.iNews .ht a {
	position: relative;
	z-index: 99;
	font-size: 18px;
}

.iNews .ht .line {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 70px;
	height: 1px;
	background: #1db23d;
}

.iNewsM {
	margin-right: 30px;
	line-height: 48px;
}

.iNewsM a {
	color: #ACACAC;
}

.iNewsM a:hover {
	color: #EE7700
}

.iNews .ct {
	float: left;
	display: inline;
	width: 370px;
	height: 135px;
}

.iNews .ct li {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	margin-top: 10px;
}

.iNews .ct li h4 a {
	font-size: 16px;
	line-height: 50px;
	font-weight: normal;
	color: #1db23d;
	display: block;
	height: 50px;
	overflow: hidden;
}

.iNews .ct li img {
	width: 100px;
	height: 75px;
	margin-right: 20px;
}

.iNews .ct li .time {
	position: absolute;
	top: -50px;
	left: 0;
}

.iNews .ct li .time i {
	float: left;
	height: 30px;
	padding: 0 10px;
	margin-right: 5px;
	background-color: #bbbbbb;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
}

.iNews .ct li .time i.year {
	background-color: #ffb628;
}

.iNews .tempWrap,
.iNews .ct {
	overflow: visible !important;
}

.iNews .len {
	width: 135px;
	height: 21px;
	margin: 0 auto;
	clear: both;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_bg.png) -45px -450px no-repeat;
	line-height: 21px;
	font-size: 0;
	text-align: center;
}

.iNews .len li {
	display: inline;
	padding: 5px;
	*padding: 5px 4px 5px 5px;
	margin: 5px;
	background-color: #ccc;
	cursor: pointer;
	border-radius: 50%;
}

.iNews .len li.on {
	background-position: -180px -450px;
	background-color: #1db23d;
}

.iBrand {
	padding-top: 10px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/i_brand_bg.png) left top repeat-x;
}

.iBrand li {
	float: left;
	width: 102px;
	height: 52px;
	margin: 10px 15px 0;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.iBrand li img {
	width: 100px;
	height: 50px;
	border: 1px solid #E5E5E5;
}

.iBrand li p {
	display: none;
}

.FootSer {
	padding: 30px 0;
	border-top: 1px solid #EAEAEA;
	background: #F5F5F5;
}

.FootSer li {
	float: left;
	width: 175px;
	line-height: 15px;
	cursor: pointer;
}

.FootSer li.f14 {
	width: 120px;
}

.FootSer li span {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/header.png) no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #CCC;
	text-align: center;
	line-height: 30px;
}

.FootSer li span.icon {
	background-position: 0 -35px;
}

.FootSer li.hover {
	color: #1db23d;
}

.FootSer li.hover span.icon {
	background-position: 0 -70px;
	color: #1db23d;
}

.Footer {
	padding: 20px 0;
	border-top: 1px solid #EAEAEA;
	background: #F5F5F5;
}

.Footer .fService {
	margin-top: 10px;
}

.fIcon {
	margin: 0 15px;
	width: 60px;
	color: #777;
	text-align: center;
}

.fIcon .box {
	position: relative;
}

.fIcon i {
	display: block;
	width: 60px;
	height: 60px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/side_float.png) center -540px no-repeat;
}

.fWeixin i {
	background-position: center -600px;
}

.fWeixin .img {
	display: none;
	position: absolute;
	bottom: 95px;
	left: -35px;
	width: 120px;
	height: 120px;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 1px solid #D1D1D1;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.fWeixin .img img {
	width: 120px;
	height: 120px;
	background: #FFF;
}

.fKefu .kefu {
	display: none;
	position: absolute;
	bottom: 95px;
	left: 50%;
	width: 126px;
	height: 55px;
	margin-left: -68px;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #1db23d;
}

.fKefu .kefu a {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 5px;
	text-align: center;
	color: #FFF;
	line-height: 18px;
}

.fKefu .kefu a span {
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/side_float.png) 0 -312px no-repeat;
	display: block;
	width: 32px;
	height: 35px;
	margin: 0 auto;
}

.iLinks {
	padding-top: 5px;
	background: #3D474A;
	line-height: 30px;
	color: #FFF;
}

.iLinks a {
	color: #FFF;
}

/*内页公共*/
.moduleTop {
	height: 80px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/module_tt.png) repeat-x;
}

.moduleTop .moduleTt {
	float: left;
	width: 380px;
	height: 45px;
	margin-top: 25px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.moduleTop .moduleTt.house {
	background-position: 0 -120px;
}

.moduleTop .moduleTt.cases {
	background-position: 0 -165px;
}

.moduleTop .moduleTt.team {
	background-position: 0 -210px;
}

.moduleTop .moduleTt.process {
	background-position: 0 -255px;
}

.moduleTop .moduleTt.service {
	background-position: 0 -300px;
}

.moduleTop .moduleTt.news {
	background-position: 0 -345px;
}

.moduleTop .moduleTt.about {
	background-position: 0 -390px;
}

.moduleTop .moduleTt.product {
	background-position: 0 -435px;
}

.moduleTop .moduleTt.search {
	background-position: 0 -480px;
}

.moduleTop .Leader {
	margin-top: 30px;
	color: #FFF;
	font-size: 14px;
}

.moduleTop .Leader a {
	color: #FFF;
}

.moduleTop .Leader a:hover {
	text-decoration: underline;
}

.CateList {
	height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
	background: #F2F2F2;
	line-height: 50px;
}

.CateList li {
	float: left;
}

.CateList li a {
	position: relative;
	z-index: 9;
	display: block;
	width: 125px;
	margin-left: -1px;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	text-align: center;
	font-size: 16px;
}

.CateList li.current a,
.CateList li a:hover {
	z-index: 99;
	background: #FFF;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #FFF;
	color: #1db23d;
}

.pubSearch {
	width: 100%;
	margin-bottom: 15px;
}

.pubSearch dl {
	height: auto;
	border-bottom: 1px solid #EEE;
	font-size: 14px;
	line-height: 40px;
}

.pubSearch dt {
	float: left;
	padding-left: 5px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.pubSearch dt i {
	float: right;
	height: 15px;
	margin-left: 8px;
	margin-top: 13px;
	border-right: 1px solid #CCC;
}

.pubSearch dd a {
	padding: 3px;
	color: #666;
}

.pubSearch dd a:hover,
.pubSearch dd a.current {
	background: #1db23d;
	color: #FFF;
}

.pubSearch dd a:hover span,
.pubSearch dd a.current span {
	color: #FFF;
}

.pubSearch .search {
	line-height: 35px;
}

.pubSearch .search input {
	float: left;
	display: inline;
	height: 35px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) no-repeat;
	line-height: 35px;
}

.pubSearch .search .input {
	width: 235px;
	padding-left: 10px;
}

.pubSearch .search .button {
	width: 35px;
	background-position: -245px 0;
	text-indent: -999em;
	cursor: pointer;
}

.bigTitle {
	position: relative;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #DDD;
	color: #1db23d;
	font-size: 20px;
	line-height: 30px;
}

.bigTitle i {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	height: 1px;
	background: #3D474A;
}

.Column-R .bigTitle {
	margin-bottom: 12px;
}

.msgTitle {
	position: relative;
	width: 100%;
	clear: both;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	line-height: 30px;
}

.msgTitle .line {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 280px;
	height: 1px;
	background: #1db23d;
}

.msgTitle h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
}

.msgTitle .jiathis_style {
	margin-top: 12px;
}

.msgTitle .jiathis_style .jiathis_separator {
	margin: 0 5px 0 0;
}

.msgInfo {
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #CCC;
	line-height: 60px;
	overflow: hidden;
}

.msgInfo em {
	float: left;
	margin-right: 50px;
}

.msgPN a {
	float: left;
	width: 75px;
	height: 40px;
	margin: 10px 5px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) 0 -65px no-repeat;
	text-indent: -999em;
}

.msgPN a.next {
	background-position: -150px -65px;
}

.msgPN a.prev:hover {
	background-position: -75px -65px;
}

.msgPN a.next:hover {
	background-position: -225px -65px;
}

.msgContent {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #3e3e3e;
}

.msgContent img {
	display: block;
	max-width: 880px !important;
	height: auto !important;
	margin: 0 auto;
}

.pubCTop {}

.pubCTop li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #EAEAEA;
	line-height: 30px;
}

.pubCTop li .num {
	float: left;
	width: 15px;
	height: 15px;
	margin: 8px 27px 0 0;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) -260px -120px no-repeat;
	line-height: 14px;
	text-align: center;
	color: #FFF;
}

.pubCTop li .num.red {
	background-position: -260px -105px;
}

.pubCTop li.first .num {
	width: 35px;
	height: 35px;
	margin: 0 10px 0 0;
	background-position: -280px -105px;
	text-indent: -999em;
}

.pubCTop li.first img {
	width: 100px;
	height: 75px;
	margin: 0 10px 10px 0;
}

.prMore {
	width: 255px;
	margin: 0 auto;
}

.prMore li {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 15px 10px 0;
	text-align: center;
}

.prMore li img {
	width: 120px;
	height: 90px;
	margin-bottom: 5px;
}

.prMore li a:hover img {
	margin: -2px -2px 3px;
	padding: 2px;
	background: #1db23d;
}

.pubPlayer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin: -23px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) -260px -210px no-repeat;
}

li.hover .pubPlayer {
	background-position: -305px -210px;
}

/*热装楼盘*/
.HouseList {
	width: 100%;
}

.HouseList li {
	float: left;
	width: 274px;
	margin: 23px 23px 3px 0;
	border-bottom: 1px solid #EEE;
}

.HouseList li .box {
	transition: all 0.3s linear 0s;
}

.HouseList li#end {
	padding-right: 0;
}

.HouseList li img {
	width: 274px;
	height: 210px;
}

.HouseList li h3 {
	line-height: 35px;
	text-align: center;
}
.HouseList li .hlogo img {
	width: 120px;
	height: 60px;
	margin-right: 20px;
	border: 1px solid #F0F0F0;
}

.HouseList li.hover .box {
	/* margin: -23px -10px 10px -10px; */
	/* padding: 23px 10px; */
	background: #FFF;
	box-shadow: 0 0 10px #666;
	/* border-radius: 5px; */
}


.ProductList li {
	height: 300px;
}

.ShijList li {
	height: 260px;
}

.houseInfo {
	width: 100%;
	margin: 10px 0 25px;
}

.houseInfo .imga img {
	width: 280px;
	height: 210px;
	margin-right: 25px;
}

.houseInfo .txt {
	width: 885px;
}

.houseInfo .num {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px dashed #CCC;
	line-height: 40px;
}

.houseInfo .num span.f#1db23d {
	font-size: 18px;
}

.houseInfo .num em {
	margin-right: 45px;
}

.houseInfo .txt p.fl {
	width: 33.33%;
}

.houseTitle {
	margin-bottom: 15px;
	border-top: 1px solid #EEE;
	line-height: 55px;
}

.houseTitle span {
	font-size: 24px;
	color: #333;
}

.houseTitle .more {
	float: right;
	width: 105px;
	height: 25px;
	margin-top: 15px;
	background: #666;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	border-radius: 3px;
	transition: all 0.3s linear 0s;
}

.houseTitle .more:hover {
	background: #1db23d;
}

.houseDian {
	width: 100%;
}

.houseDian li {
	float: left;
	width: 242px;
	margin: 0 74px 20px 0;
}

.houseDian li img {
	width: 240px;
	height: 180px;
	border: 1px solid #EEE;
}

.houseDian li .tt {
	display: block;
	font-size: 20px;
	line-height: 50px;
}

.houseDian li.hover {
	padding: 10px;
	margin: -10px 64px 10px -10px;
	background: #F8F8F8;
	box-shadow: 0 0 10px #666;
	border-radius: 5px;
}

.houseCase {
	width: 100%;
}

.houseCase li {
	position: relative;
	float: left;
	width: 580px;
	margin: 0 30px 45px 0;
}

.houseCase li img {
	width: 240px;
	height: 180px;
	margin-right: 20px;
}

.houseCase li .tt {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
}

.houseCase li .view {
	position: absolute;
	left: 260px;
	bottom: 0;
}

.houseCase li.hover {
	padding: 10px;
	margin: -10px 20px 35px -10px;
	background: #F8F8F8;
	box-shadow: 0 0 10px #666;
	border-radius: 5px;
}

.houseCase li#end.hover {
	margin-right: -10px;
}

.houseCase li.hover .view {
	left: 270px;
	bottom: 10px;
}

.houseRes {
	padding: 0 20px 20px;
	border: 1px solid #EEE;
	background: #F5F5F5;
}

.houseRes .houseTitle {
	border: none;
	margin-bottom: 0;
}

.houseRes li {
	float: left;
	margin-right: 20px;
}

.houseRes li img {
	width: 160px;
	height: 120px;
	margin-right: 15px;
}

.houseRes li .info {
	width: 194px;
}

.houseRes li .info .tt {
	display: block;
	height: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
}

.houseRes li .info em {
	float: left;
	width: 50%;
}

.houseRes li.hover {
	padding: 10px;
	margin: -10px 10px -10px -10px;
	background: #F8F8F8;
	box-shadow: 0 0 10px #666;
	border-radius: 5px;
}

.houseRes li#end.hover {
	margin-right: -10px;
}

/*在建工地*/
.ReservaList {
	width: 100%;
	height: 115px;
}

.ReservaList em {
	float: left;
	width: 50%;
}

.ReservaList p {
	width: 100%;
}

/*专题活动*/
.SpecList {}

.SpecList li {
	float: left;
	width: 1160px;
	padding: 10px 20px 20px;
	transition: all 0.3s linear 0s;
}

.SpecList li .ht {
	margin-bottom: 10px;
}

.SpecList li img {
	width: 900px;
	height: 250px;
	margin-right: 25px;
}

.SpecList li .note {
	height: 96px;
	overflow: hidden;
}

.SpecList li .date {
	height: 72px;
	margin: 15px 0 20px;
	padding-top: 15px;
	border-top: 1px dotted #DDD;
	overflow: hidden;
}

.SpecList li .btn {
	float: left;
	width: 96px;
	height: 30px;
	margin-right: 10px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) 0 -35px no-repeat;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	text-indent: 5px;
}

.SpecList li .view {
	background-position: -105px -35px;
}

.SpecList li .order:hover {
	background-position: -210px -35px;
}

.SpecList li .view:hover {
	background-position: -315px -35px;
}

.SpecList li.hover {
	background: #F8F8F8;
	box-shadow: 0 0 10px #666;
	border-radius: 5px;
}

/*设计团队*/
.teamCateInfo {
	margin-bottom: 25px;
}

.teamCateInfo .img img {
	width: 860px;
	height: 300px;
}

.teamCateInfo .txt {
	width: 310px;
	margin-left: 20px;
}

.teamCateInfo .txt .fari {
	color: #DDD;
	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
}

.teamCateInfo .txt .subcate {
	margin: 20px 0 15px;
	font-size: 24px;
	color: #1db23d;
}

.teamCateInfo .txt .note {
	text-indent: 2em;
}

.pubOrder {
	width: 35px;
	height: 27px;
	padding: 4px 0;
	background-color: #ffb628;
	line-height: 14px;
	color: #FFF !important;
	text-align: center;
	font-size: 12px;
}

.pubOrder:hover {
	color: #FFF;
}

.teamBtn {
	display: block;
	width: 125px;
	height: 50px;
	margin: 0 auto;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) 0 -105px no-repeat;
	text-indent: -999em;
}

.teamBtn.book {
	background-position: -125px -105px;
}

.teamBtn.visit {
	background-position: 0 -235px;
}

.teamBtn.order:hover {
	background-position: 0 -160px;
}

.teamBtn.book:hover {
	background-position: -125px -160px;
}

.teamBtn.visit:hover {
	background-position: -125px -235px;
}

.TeamList {}

.TeamList li {
	float: left;
	width: 250px;
	height: 512px;
	margin: 0 23px 30px 0;
	padding: 10px 15px;
	background: #F5F5F5;
	overflow: hidden;
}

.TeamList li:nth-child(4n) {
	margin-right: 0px !important;
}

.TeamList .show {
	margin-bottom: 10px;
	font-size: 24px;
	color: #CCC;
}
.TeamList .jljj {
	font-size: 14px;
	line-height: 1.6em;
}

.TeamList .cup {
	width: 35px;
	height: 35px;
	margin-right: 5px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) -350px 0 no-repeat;
}

.TeamList .name {
	width: 100px;
	font-size: 26px;
	color: #1db23d;
	line-height: 35px;
}

.TeamList p {
	line-height: 18px;
	color: #3d474a;
}

.TeamList .imga img {
	width: 250px;
	height: 333px;
	margin: 15px 0 10px;
}

.TeamList .cases a {
	margin-right: 10px;
}

.TeamList .cases img {
	width: 120px;
	height: 90px;
}

.TeamList .cases a:hover img {
	margin-top: -2px;
	border-bottom: 2px solid #1db23d;
}

.TeamList li.hover {
	padding: 8px 13px;
	border: 2px solid #ffb628;
}

.teamInfo {
	margin-top: 20px;
	font-size: 14px;
}

.teamInfo .img {
	width: 250px;
	margin-right: 25px;
}

.teamInfo .img img {
	width: 250px;
}

.teamInfo .txt {
	width: 605px;
}
.teamInfo .desgin-tel {
	padding-left: 60px;
	padding-top: 30px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/dianhua.png) left top no-repeat;
	color: #ffb628;
	font-size: 30px;
}
.teamInfo .orderNum {
	margin-right: 10px;
	font-size: 20px;
	line-height: 45px;
}

.teamInfo .orderNum span {
	float: left;
	height: 45px;
	padding-right: 1px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) -351px -70px no-repeat;
	color: #FFF;
	font-size: 40px;
	line-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
}

.teamInfo .pubOrder {
	margin-top: 5px;
}

.teamInfo .hits {
	padding-left: 18px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) -385px -117px no-repeat;
}

.teamInfo .line {
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
}

.teamCases li {
	float: left;
	width: 210px;
	margin: 0 13px 15px 0;
}

.teamCases li:nth-child(4n) {
	margin-right: 0px;
}

.teamCases .imga,
.teamCases .imga img {
	position: relative;
	width: 210px;
	height: 158px;
	overflow: hidden;
	background: #000;
}

.teamCases .imga p {
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 24px;
	padding: 0 7px;
	color: #FFF;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5) scroll repeat !important;
	filter: Alpha(opacity=50);
	background: #000;
	transition: all 0.3s linear 0s;
}

.teamCases .imga:hover p {
	width: 100%;
	background: rgba(255,182,40, .9) scroll repeat !important;
	filter: Alpha(opacity=100);
	background: #1db23d;
}

.moreTeam {}

.moreTeam li {
	float: left;
	width: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.moreTeam li:nth-child(5) {
	margin-right: 0px;
}

.moreTeam li img {
	width: 150px;
	height: 200px;
	padding: 3px;
	border: 2px solid #F5F5F5;
	background: #F5F5F5;
	transition: all 0.3s linear 0s;
}
.moreTeam li .info {
	text-align: center;
}
.moreTeam li .name {
	font-size: 16px;
	line-height: 35px;
}

.moreTeam li.hover img {
	border-color: #ffb628;
}

/*装修案例*/
.CasesList li {
	float: left;
	width: 280px;
	margin: 0 23px 20px 0;
	transition: all 0.3s linear 0s;
	text-align: center;
}

.CasesList li:nth-child(4n) {
	margin-right: 0px !important;
}

.CasesList li .imga {
	position: relative;
	width: 280px;
	height: 210px;
	margin-bottom: 10px;
	overflow: hidden;
}
.CasesList li:hover a{
	color: #1db23d;
}
.CasesList li img {
	width: 280px;
	height: 210px;
}

.CasesList li p {
	height: 24px;
	overflow: hidden;
}

.CasesList li .imga .info {
	position: absolute;
	left: 0;
	top: 240px;
	width: 180px;
	height: 170px;
	padding: 40px 50px 0;
	background: rgba(238, 119, 0, .8) scroll repeat !important;
	filter: Alpha(opacity=80);
	background: #1db23d;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
}

.casesInfo {
	margin: -15px 0 15px;
}

.casesInfo em {
	float: left;
	width: 25%;
}

.productInfo em {
	width: 20%;
}

.casesNote {
	margin: 0 10px;
}

.casesNote .ht {
	position: relative;
	margin-bottom: 15px;
	font-size: 20px;
	text-indent: 50px;
}

.casesNote .ht span {
	color: #AAA;
}

.casesNote .ht i {
	position: absolute;
	width: 40px;
	height: 35px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) -260px -175px no-repeat;
}

.casesNote .ht i.fl {
	left: 0;
	top: -15px;
}

.casesNote .ht i.fr {
	right: -10px;
	top: -8px;
	background-position: -300px -175px;
}

.caseLike {
	width: 100%;
	height: 50px;
	margin: 20px 0;
}

.caseLike .text {
	margin-left: 80px;
}

.caseLike .text span {
	font-size: 24px;
	color: #333;
	line-height: 30px;
}

.caseLike .text em {
	display: block;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}

.caseLike .teamBtn {
	float: left;
	margin-left: 10px;
}

.casesTeam {
	width: 250px;
	margin: 0 10px;
}

.casesHouse {
	width: 250px;
	margin: 0 10px 20px;
}

.casesHouse img {
	width: 100px;
	height: 75px;
	margin-right: 12px;
}

.casesHouse .tt {
	font-size: 18px;
}

.casesHouse .view {
	float: left;
	display: inline;
	width: 90px;
	height: 25px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) 0 -210px no-repeat;
	line-height: 25px;
	color: #FFF;
	font-size: 14px;
	text-indent: 25px;
}

/*工艺图解*/
.tujieList {}

.tujieList li {
	float: left;
	width: 360px;
	height: 360px;
	margin: 0 25px 30px 0;
	padding: 10px;
	background: #F5F5F5;
	transition: all 0.3s linear 0s;
}

.tujieList li h4 {
	width: 40px;
	height: 210px;
	padding: 0 20px;
	background: #3D474A;
	font-size: 30px;
	color: #1db23d;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
}

.tujieList li h4 i {
	display: block;
	width: 35px;
	height: 35px;
	margin: 20px auto 0;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) -385px -175px no-repeat;
}

.tujieList li img {
	width: 280px;
	height: 210px;
}

.tujieList li p {
	margin: 15px 0;
}

.tujieList li.hover {
	box-shadow: 0 0 10px #666;
	border-radius: 5px;
}

.tujieList li.hover h4 i {
	background-position: -350px -175px;
}

/*金牌队长*/
.DuizhangList {}

.DuizhangList li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.DuizhangList .even {
	background: #F8F8F8;
}

.DuizhangList .ct {
	float: left;
	display: inline;
	width: 565px;
	padding: 15px 20px 15px 10px;
	transition: all 0.3s linear 0s;
}

.DuizhangList img {
	width: 210px;
	height: 280px;
	margin-right: 20px;
}

.DuizhangList .txt {
	width: 335px;
	height: 280px;
	font-size: 14px;
	overflow: hidden;
}

.DuizhangList h3 {
	height: 24px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
}

.DuizhangList .ct.hover {
	background: #FFF;
	box-shadow: 0 0 10px #666;
	border-radius: 5px;
}

/*合作品牌*/
.BrandList {}

.BrandList .imga {
	float: left;
	width: 140px;
	margin: 0 35px 15px 0;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.BrandList .imga img {
	width: 138px;
	height: 69px;
	border: 1px solid #EEE;
}

.BrandList .imga.hover img {
	box-shadow: 0 0 10px #666;
	border-radius: 5px;
}

/*业主评价*/
.ThinkList {}

.ThinkList li {
	float: left;
	width: 585px;
	margin: 0 10px 15px 0;
	background-color: #F8F8F8;
}

.ThinkList .ct {
	float: left;
	display: inline;
	width: 565px;
	padding: 15px 15px 10px 10px;
	transition: all 0.3s linear 0s;
}

.ThinkList img {
	width: 240px;
	height: 180px;
	margin: 0 20px 10px 0;
}

.ThinkList .txt {
	width: 305px;
}

.ThinkList h3 {
	height: 24px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
}

.ThinkList .note {
	width: 100%;
	height: 72px;
	padding: 10px 0 5px;
	overflow: hidden;
}

.ThinkList .ct.hover,
.FaqList li.hover {
	background: #FFF;
	box-shadow: 0 0 10px #666;
	border-radius: 5px;
}

/*常见问题*/
.FaqList li {
	width: auto;
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	transition: all 0.3s linear 0s;
}

.FaqList li.even {
	background: #F8F8F8;
}

.FaqList li .msg {
	position: relative;
	margin-top: 6px;
	padding: 10px;
	border: 1px solid #D8D8D8;
	background: #FFF;
	border-radius: 5px;
	color: #666;
}

.FaqList li .msg .arrow {
	position: absolute;
	top: -7px;
	left: 10px;
	width: 20px;
	height: 10px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) -385px -210px no-repeat;
}

/*在线订单*/
.IndList {
	width: 250px;
	margin: 0 auto 10px;
}

.IndList li {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}

.IndList li em {
	float: left;
	width: 33.33%;
	height: 30px;
	overflow: hidden;
}

/*资讯中心*/
.NewsList {}

.NewsList li {
	float: left;
	width: 370px;
	padding: 10px;
	transition: all 0.3s linear 0s;
	margin-bottom: 10px;
}

.NewsList li#end {
	margin-right: -10px;
}

.NewsList li .ht {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BBB;
	line-height: 45px;
}

.NewsList li .ht .line {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 70px;
	height: 1px;
	background: #1db23d;
}

.NewsList li .time i,
.ThinkList .time i {
	float: left;
	padding: 0 10px;
	height: 30px;
	margin-right: 2px;
	background-color: #bbb;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	border-radius: 5px;
}

.NewsList li .time i.year,
.ThinkList .time i.year {
	background-color: #ffb628;
}

.NewsList li h3 {
	clear: both;
	height: 50px;
	overflow: hidden;
}

.NewsList li h3 a {
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
	color: #1db23d;
}

.NewsList li img {
	width: 100px;
	height: 75px;
	margin-right: 20px;
}

.NewsList li p {
	height: 75px;
	overflow: hidden;
}

.NewsList li.hover {
	background: #FFF;
	box-shadow: 0 0 10px #666;
	border-radius: 5px;
}

.sjscase a:nth-child(2) {
	margin-right: 0px;
}

/*公共文本框*/
.table {
	margin-bottom: 15px;
	width: 100%;
	clear: both;
}

.table .left {
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 10px;
	color: #444;
	font-size: 14px;
}

.table .right .clue_on {
	color: #666;
}

.table .right {
	float: left;
}

.table .right img {
	margin-left: 5px;
}

.table select {
	height: 24px;
	padding-left: 5px;
	margin: 0 5px 0 0;
}


.table input.input-text.hover,
.table textarea.hover {
	box-shadow: 0 0 2px rgb(93, 252, 159);
	border-color: #ccc;
}

.table input.input-text.focus,
.table textarea.focus {
	box-shadow: 0 0 2px rgb(93, 252, 159);
	border-color: #ccc;
}

.table textarea.input-text {
	padding: 5px;
}

.table .button {
	width: 75px;
	height: 35px;
	padding: 0;
	display: block;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) -260px -140px no-repeat;
	border: none;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color: #1db23d;
	line-height: 35px;
}

.table .button:hover {
	background-position: -340px -140px;
	color: #FFF;
}

/*首页报名*/
.iIndent {
	width: 230px;
	height: 265px;
	padding: 30px 70px 0 890px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/iindent_bg.jpg) no-repeat;
}

.iIndent .ht {
	text-align: center;
	line-height: 35px
}

.iIndent .table {
	position: relative;
	margin-bottom: 10px
}

.iIndent .table .left {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	line-height: 28px;
	color: #606a6d
}

.iIndent .table .left .red {
	display: none
}

.iIndent .table .left i {
	padding-left: 3px;
	color: #CCC
}

.iIndent .table .input-text {
	width: 100%;
	height: 24px;
	line-height: 24px;
	box-shadow: none;
	border-radius: 0;
	text-indent: 10px
}

.iIndent .table .button {
	float: right;
	width: 64px;
	height: 30px;
	line-height: 30px;
	background: #1db23d;
	color: #FFF
}

/*右侧公共报名*/
.pubIndent .ht {
	margin-bottom: 10px;
	background: #1db23d;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
}
.fe70 {
	color: #1db23d;
}
.mt40 {
	margin-top: 40px!important;
}
.pubIndent form {
	float: left;
	width: 270px;
	margin-top: 10px;
}

.pubIndent .table {
	margin-bottom: 10px;
	overflow: hidden;
}

.pubIndent .table .left {
	width: 60px;
	padding-right: 5px;
	font-size: 12px;
	color: #333;
}

.pubIndent .table .order {
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/*案例内页报名*/
.casesInd {
	width: 250px;
	margin: 0 10px;
	font-size: 14px;
	line-height: 30px;
}

.casesInd .ht {
	position: relative;
	font-size: 20px;
	color: #3d474a;
	font-weight: 600;
}

.casesInd .ht img {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
}

.casesInd .table {
	margin-bottom: 5px;
	overflow: hidden;
}

.casesInd .table .left,
.casesInd .table .clue_on {
	display: none;
}

.casesInd .table .button {
	width: 90px;
	height: 25px;
	margin: 5px auto;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/pub_bg.png) 0 -210px no-repeat;
	line-height: 25px;
	color: #FFF;
	font-size: 14px;
	text-indent: 18px;
}
.Column-R .pubIndent  .input-text,
.casesInd .table .input-text {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Arial Narrow";
	width: 238px;
}
.dan-content {
	line-height: 1.8em;
}
/*活动专题 列表报名*/
.specListInd_bg {
	display: none;
	z-index: 9990;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0.8;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.specListInd {
	display: none;
	position: fixed;
	top: 136px;
	left: 50%;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	z-index: 9999;
	width: 440px;
	background: #FFF;
	margin-left: -220px;
	border: 1px solid #CCC;
}

.specListInd .ht {
	padding: 0 10px;
	border-bottom: 1px solid #CCC;
	line-height: 30px;
	font-size: 14px;
}

.specListInd .ht .close {
	width: 24px;
	height: 24px;
	margin: 3px;
	background: #F8F8F8;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s linear 0s;
}

.specListInd .ht .close:hover {
	background: #1db23d;
	color: #FFF;
}

.specListInd .tips {
	font-size: 14px;
	text-indent: 42px;
	line-height: 50px;
}

.specListInd form {
	padding: 0 25px;
}

/*活动专题 内页报名*/
.specIndent {
	z-index: 9998;
	position: fixed;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	right: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	padding-bottom: 5px;
	background: #373737;
	line-height: 15px;
	color: #FFF;
}

.specIndent p.tel {
	float: right;
	padding: 0px 50px;
	font-size: 14px;
}

.specIndent form {
	float: left;
	width: 440px;
	position: relative;
	padding: 0 70px;
	margin-top: 12px;
}

.specIndent .table {
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 10px;
	clear: none;
}

.specIndent .table .left {
	width: 70px;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
}

.specIndent .table .left span {
	display: none;
}

.specIndent .table .input-text {
	height: 18px;
	line-height: 18px;
}
.table .input-text {
    border: 1px solid #aaa;
    outline: none;
    border-radius: 3px;
    box-shadow: inset 1px 1px 4px #d9d9d9;
    text-shadow: 0px 1px 0px #fff;
	transition: .3s ease-in-out;
	text-indent: 10px;
}
.specIndent .sub {
	position: absolute;
	top: 10px;
	right: 0;
	width: 70px;
}

.specIndent .table .button {
	width: 172px;
	height: 46px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/specindent_btn.png) no-repeat;
	text-indent: -999em;
}

.specIndent .now {
	float: left;
	font-size: 40px;
	line-height: 60px;
}

.specIndent .now i {
	letter-spacing: -8px;
	font-weight: bold;
	font-family: Geneva, sans-serif;
}

/*我要说两句*/
.ReplyBox {
	overflow: hidden;
	float: left;
	width: 100%;
	height: auto;
}

.ReplyBox .ReplyInput {
	width: 625px;
	margin: 0 auto;
	overflow: hidden;
}

.ReplyBox input.input-text {
	width: 152px;
}

.ReplyList {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.ReplyList .loading {
	padding: 10px 0;
}

.ReplyList ul {
	float: left;
	width: 100%;
}

.ReplyList ul li {
	float: left;
	width: 860px;
}

.ReplyList ul li {
	padding: 10px;
	border-top: 1px dashed #D5D5D5;
	color: #333;
}

.ReplyList ul li h5 span {
	font-weight: normal;
	padding-left: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.ReplyList ul li p i {
	padding-left: 10px;
	font-style: italic;
}

.ReplyList .noreplylist {
	float: left;
	width: 100%;
	font-size: 30px;
	color: #444;
	font-family: "Microsoft YaHei", "Arial Narrow";
	text-align: center;
	padding: 15px 0;
}

/*表单等*/
.post_tips {
	width: 860px;
	padding: 0 10px 10px;
	margin: 20px 0;
	border-bottom: 1px dashed #EEE;
	font-size: 14px;
}

.post_book {
	width: 760px;
	height: auto;
	margin: 0 auto;
	padding: 0 60px;
}
.post_book  .table {
	overflow: hidden;
}
.post_book  .table .button {
	margin-left: 110px;
}
/*--画廊-------------------------------------------------------------------------------------------------------------------------------------------*/
.my-gallery {
	width: 880px;
	background: #DDD;
}

.my-gallery * {
	margin: 0;
	padding: 0;
}

.my-gallery .my-image-wrapper {
	width: 880px;
	height: 600px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.my-gallery .my-image-wrapper .my-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
}

.my-gallery .my-image-wrapper .my-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 200;
}

.my-gallery .my-image-wrapper .my-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 200;
}

.my-gallery .my-image-wrapper .my-prev,
.my-gallery .my-image-wrapper .my-next {
	/* Or else IE will hide it */
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/trans.gif);
}

.my-gallery .my-image-wrapper .my-prev .my-prev-image,
.my-gallery .my-image-wrapper .my-next .my-next-image {
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ad_prev.png);
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 101;
}

.my-gallery .my-image-wrapper .my-next .my-next-image {
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ad_next.png);
	width: 30px;
	height: 30px;
	right: 0;
	left: auto;
}

.my-gallery .my-image-wrapper .my-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}

.my-gallery .my-image-wrapper .my-image a img {
	border: 0;
}

.my-gallery .my-image-wrapper .my-image .my-image-description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 7px;
	text-align: left;
	width: 100%;
	z-index: 2;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/opa75.png);
	color: #000;
}

* html .my-gallery .my-image-wrapper .my-image .my-image-description {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
}

.my-gallery .my-image-wrapper .my-image .my-image-description .my-description-title {
	display: block;
}

.my-gallery .my-controls {
	height: 20px;
}

.my-gallery .my-info {
	float: left;
}

.my-gallery .my-slideshow-controls {
	float: right;
}

.my-gallery .my-slideshow-controls .my-slideshow-start,
.my-gallery .my-slideshow-controls .my-slideshow-stop {
	padding-left: 5px;
	cursor: pointer;
}

.my-gallery .my-slideshow-controls .my-slideshow-countdown {
	padding-left: 5px;
	font-size: 0.9em;
}

.my-gallery .my-slideshow-running .my-slideshow-start {
	cursor: default;
	font-style: italic;
}

.my-gallery .my-nav {
	width: 878px;
	height: 98px;
	position: relative;
	border: 1px solid #E5E5E5;
	background: #FFF url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/my-nav_bg.gif) left bottom repeat-x;
}

.my-gallery .my-forward,
.my-gallery .my-back {
	position: absolute;
	top: 0;
	height: 100px;
	z-index: 10;
}

/* IE 6 doesn't like height: 100% */
* html .my-gallery .my-forward,
.my-gallery .my-back {
	height: 100px;
}

.my-gallery .my-back {
	cursor: pointer;
	top: -1px;
	left: -1px;
	width: 37px;
	display: block;
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/prev-next.gif") left 0px no-repeat;
}

.my-gallery .my-forward {
	cursor: pointer;
	display: block;
	right: -1px;
	width: 37px;
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/prev-next.gif") right 0px no-repeat;
}

.my-gallery .my-nav .my-thumbs {
	overflow: hidden;
	width: 810px;
	margin: 0 auto;
}

.my-gallery .my-thumbs .my-thumb-list {
	float: left;
	width: 9000px;
	list-style: none;
}

.my-gallery .my-thumbs li {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}

.my-gallery .my-thumbs li a {
	display: block;
}

.my-gallery .my-thumbs li a img {
	border: 1px solid #796248;
	padding: 2px;
	display: block;
}

.my-gallery .my-thumbs li a.my-active img {
	border: none;
	padding: 3px;
	padding-top: 7px;
	margin-top: -4px;
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/prev-next.gif") 0px -102px no-repeat;
}

/* Can't do display none, since Opera won't load the images then */
.my-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

.my-thumbs {
	padding: 15px 0;
	height: 70px;
}

.prevCases,
.nextCases {
	float: left;
	display: inline;
	width: 350px;
	height: 30px;
	line-height: 30px;
	background: #666;
	color: #333;
	overflow: hidden;
	text-align: center;
}

.prevCases a,
.nextCases a {
	color: #FFF;
}

.prevCases {
	width: 349px;
	border-right: 1px #FFF solid;
	z-index: 999;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*侧栏浮动*/
.sideFloat {
	width: 50px;
	position: fixed;
	top: 136px;
	left: 0;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	z-index: 9999;
}

.sideFloat li {
	clear: both;
	height: 58px;
	margin-bottom: 5px;
	cursor: pointer;
}

.sideFloat .icon {
	position: relative;
	float: right;
	padding-right: 50px;
	padding-left: 0;
	width: 0;
	height: 58px;
	background: #999 url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/side_float.png) no-repeat;
}

.sideFloat .order .icon {
	background-position: 0 -60px;
}

.sideFloat .book .icon {
	background-position: 0 -120px;
}

.sideFloat .weixin .icon {
	background-position: 0 -180px;
}

.sideFloat .backtop .icon {
	background-position: 0 -240px;
}

.sideFloat .baojia .icon {
	background-position: 0 -480px;
}

.sideFloat .icon.hover {
	background-color: #1db23d;
	color: #FFF;
}

.sideFloat .icon .txt {
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 40px;
	padding: 9px 0;
	text-align: center;
	line-height: 20px;
}

.sideFloat .icon .kefu {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 210%;
	height: 58px;
	padding-right: 5px;
	background: #1db23d;
}

.sideFloat .qq a {
	float: left;
	width: 32px;
	height: 58px;
	margin-left: 5px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/side_float.png) 0 -300px no-repeat;
}

.sideFloat .qq a.col_2 {
	background-position: 0 -360px;
}

.sideFloat .qq a.col_3 {
	background-position: 0 -420px;
}

.sideFloat .icon .img {
	display: none;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 210%;
	width: 115px;
	height: auto;
	margin-top: -112px;
	z-index: 999999;
}

.sideFloat .icon .img img {
	width: 115px;
	height: 115px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.sideFloat .qq .qiqq {
	width: 50px;
	height: 24px;
	color: #FFF;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
}

.main {
	display: none;
}

/*暂无内容*/
.noContent {
	width: 100%;
	clear: both;
	font-size: 30px;
	color: #666;
	font-family: "Microsoft YaHei", "Arial Narrow";
	text-align: center;
	padding: 50px 0;
}

/*鄙视IE 6*/
.IE6 {
	display: none;
	_display: block;
	_z-index: 999999;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	_width: 100%;
	_background: #FFF;
	_text-align: center;
	_color: red;
}

.bj_kuang,
.big_k {
	width: 100%;
}

.iMtbd {
	width: 218px;
	margin-left: 10px;
	border: 1px solid #DEDEDE;
	background: #FAFAFA;
}

.iMtbd .ht {
	background: #F6F6F6;
	font-size: 16px;
	border-bottom: 1px solid #DEDEDE;
	line-height: 35px;
	text-indent: 10px;
	font-weight: bold;
	color: #333;
}

.iMtbd li {
	display: block;
	height: 26px;
	padding: 0 5px 0 10px;
	overflow: hidden;
}

.iMtbd li a {
	line-height: 26px;
}

/*[2015/4/3 自修改底部 开始]*/
.box-2-youj {
	width: 100%;
	height: 265px;
	background: #252525;
}

.dikuanglan-2_yi li a:hover {
	color: #EE7700;
}

.dikuanglan-2 {
	width: 1190px;
	height: 265px;
	margin: 0 auto;
}

.dikuanglan-2_yi h1 {
	margin-bottom: 10px;
	font-size: 16px;
}

.dikuanglan-2_yi {
	float: left;
	width: 136px;
	height: 230px;
	margin: 20px 10px 0 0;
}

.dikuanglan-2_yi li {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.dikuanglan-2_yi a {
	text-decoration: none;
	color: #C9CACA;
}

.dikuanglan-2_yi .weixin {
	position: relative;
}

.dikuanglan-2_yi .weixin img {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 200%;
	width: 100px;
	height: 100px;
}

.dikuanglan-2_yi .ico i {
	float: left;
	width: 35px;
	height: 30px;
	background-position: left center;
}

.dikuanglan-2_yi .weixin i {
	background-image: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ico-weixin.png);
}

.dikuanglan-2_yi .weibo i {
	background-image: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ico-weibo.png);
}

.dikuanglan-2_yi .qzone i {
	background-image: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ico-qzone.png);
}

.dikuanglan-2_yi .col {
	float: left;
	width: 50%;
}

.dikuanglan-2_yi .even {
	display: none;
}

.youqinglianjie {
	width: 100%;
	height: 30px;
	background: #999;
	color: #333;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}

.zhigezhengs {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #999;
	background: #000;
}

.dikuanglan-2_yi-3 {
	width: 310px;
	height: 220px;
	margin: 20px 0 0 0;
	float: left;
}

.youjiashangbi {
	float: left;
	width: 310px;
	height: 55px;
}

.dianhuahaoma {
	text-indent: 18px;
	float: left;
	width: 310px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
}

.wenzixinxi {
	padding-left: 18px;
	width: 280px;
	height: 170px;
	line-height: 18px;
	font-size: 13px;
	color: #999;
}

.xiaotubiaowenzz {
	width: 100%;
	height: 80px;
	background: #D6D6D6;
}

.xiaotubiaowenzz-1 h1 {
	font-size: 18px;
	font-weight: 400px;
	padding-top: 17px;
}

/*[2015/4/3 自修改底部 结束]*/
/*[2015/4/21 自修改首页一秒工艺 开始]*/
#box-gongyitujie {
	width: 1190px;
	margin: 0 auto;
}

.process150421 .nav {
	position: relative;
	width: 100%;
	height: 35px;
	background: #e8e8e8;
}

.process150421 .nav-item {
	position: relative;
	float: left;
	width: 237px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	border-right: 1px solid #fff;
	z-index: 1;
}

.process150421 .nav-item span.tt {
	display: block;
	height: 35px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}

.process150421 .nav .nav-item span.tt a {
	display: block;
	height: 35px;
	width: 229px;
}

.process150421 .nav .nav-item.cur span.tt a,
.process150421 .nav .nav-item span.tt a:hover {
	color: #fff;
}

.process150421 .move-bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 237px;
	height: 35px;
	background: #EE7701;
	z-index: 0;
}

.process150421 .wraper {
	width: 1190px;
	height: 370px;
	color: #666;
}

/*工艺文案*/
.process150421 .box-gongyitujie_wenan {
	width: 100%;
	height: 70px;
	font-size: 50px;
	font-weight: bold;
	color: #999;
	line-height: 70px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/project.gif) no-repeat;
}

.process150421 .box-gongyitujie_wenan span {
	font-size: 15px;
	color: #000;
}

/*蓝砖工艺内容*/
.process150421 .ct01 .item {
	position: relative;
	float: left;
	width: 189px;
	height: 130px;
	line-height: 20px;
	margin: 13px 10px 0 0;
	padding: 175px 10px 0 10px;
	font-size: 12px;
	background: #e5e5e5;
	text-align: left;
	text-align: justify;
}

.process150421 .ct01 .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.process150421 .ct01 .item:hover {
	box-shadow: 0 0 10px #666;
}

.process150421 .center-jinpaiduizhang-1,
.process150421 .center-gongyitujie-1,
.process150421 .center-jiancanzhanting-1,
.process150421 .center-hezuopingpai-1 {
	display: none;
}

.process150421 .centenr-lanzhuangongyis-1 {
	display: block;
	width: 1190px;
	height: 330px;
	position: absolute;
	left: 0;
	bottom: -330px;
}

.process150421 .centenr-lanzhuangongyis-2 {
	position: relative;
	float: left;
	width: 285px;
	height: 88px;
	margin: 168px 23px 0 16px;
	border-top: 1px solid #ee7700;
	padding-top: 12px;
	font-size: 12px;
	text-align: left;
	line-height: 25px;
}

.process150421 .centenr-lanzhuangongyis-2 img {
	position: absolute;
	top: -135px;
	left: 0;
	width: 286px;
	height: 100px;
}

/*工艺图解内容*/
.process150421 .nav-item:hover .center-gongyitujie-1 {
	display: block;
	width: 1190px;
	height: 330px;
	position: absolute;
	bottom: -330px;
	background: #fff;
	left: -238px;
}

.process150421 .center-gongyitujie-2 {
	overflow: hidden;
	width: 1164px;
	height: 306px;
	margin-top: 10px;
	float: left;
	border: 1px solid #666;
	padding: 7px 12px 7px 12px;
	position: absolute;
	z-index: 1;
}

.process150421 .center-gongyitujie {
	float: left;
	margin-right: 15px;
	width: 181px;
	height: 299px;
	color: #ee7700;
	font-size: 18px;
}

.process150421 .center-gongyitujie:hover .boxtop {
	display: none;
}

.process150421 .center-gongyitujie .boxtop {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
	color: #ee7700;
	position: absolute;
	top: 7px;
	width: 181px;
	height: 299px;
	display: block;
}

.process150421 .center-gongyitujie .boxtop .boxtopx {
	display: block;
	width: 161px;
	height: 279px;
	margin: 10px 10px;
	border: #FFFFFF 1px solid;
}

.process150421 .center-gongyitujie .boxtop .boxtopx dl {
	padding-top: 70px;
}

.process150421 .center-gongyitujie .boxtop .boxtopx span {
	color: #ee7700;
	height: 25px;
	color: #FFFFFF;
}

.process150421 .center-gongyitujie .boxtop .boxtopx span.ftext {
	font-size: 10px;
}

.process150421 .center-gongyitujie .boxtop .boxtopx span h3 {
	font-size: 1.17em;
	margin-top: 2em;
	height: 24px;
}

.process150421 .center-gongyitujie:hover {
	overflow: hidden;
	border: #FFF 3px solid;
	width: 175px;
	height: 293px;
	box-shadow: -1px 0px 10px #666;
}

/*金牌队长内容*/
.process150421 .nav-item:hover .center-jinpaiduizhang-1 {
	display: block;
	width: 1190px;
	height: 330px;
	position: absolute;
	bottom: -330px;
	background: #FFF;
	left: -476px;
}

.process150421 .center-jinpaiduizhang-1 .item {
	position: relative;
	width: 136px;
	height: 42px;
	margin: 19px 0 0 20px;
	float: left;
	padding: 247px 30px 0 10px;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	text-align: left;
}

.process150421 .center-jinpaiduizhang-1 .item .imga {
	position: absolute;
	top: 0;
	left: 0;
	width: 176px;
	height: 235px;
	overflow: hidden;
}

.process150421 .center-jinpaiduizhang-1 .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.process150421 .center-jinpaiduizhang-1 .item i {
	font-style: normal;
	color: #F90;
	float: right;
}

.process150421 .center-jinpaiduizhang-1 .item .imga .center-jinpaiduizhang-off {
	width: 55px;
	height: 57px;
	position: absolute;
	right: 9px;
	bottom: -60px;
	z-index: 2;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/tr.png) no-repeat;
}

/*建材展厅内容*/
.process150421 .nav-item:hover .center-jiancanzhanting-1 {
	display: block;
	position: absolute;
	width: 1190px;
	height: 320px;
	bottom: -330px;
	left: -714px;
	background: #fff;
	z-index: 1;
	padding: 10px 0 0;
}

.process150421 .center-jiancanzhanting-1 img {
	margin-right: 4px;
	float: left;
}

.process150421 .center-jiancanzhanting-1 img:hover {
	padding: 2px;
	background: #fff;
	width: 133px;
	height: 293px;
	box-shadow: 1px 1px 8px #666;
}

.process150421 .center-jiancanzhanting-1 .jiancanzhantin {
	color: #999;
	float: left;
	height: 42px;
	line-height: 25px;
	margin: 1px 13px 0px 0px;
	padding: 0px 1px 0px 1px;
	position: relative;
	width: 135px;
}

.process150421 .center-jiancanzhanting-1 .jiancanzhantin .boxtop {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
	color: #ee7700;
	position: absolute;
	width: 137px;
	height: 299px;
	display: block;
}

.process150421 .center-jiancanzhanting-1 .jiancanzhantin:hover .boxtop {
	display: none;
}

.process150421 .center-jiancanzhanting-1 .jiancanzhantin .boxtop .boxtopx h3 {
	margin-top: 20px;
	width: 1.5em;
	font-size: 20px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/top.png) no-repeat top;
	padding-top: 35px;
}

.process150421 .center-jiancanzhanting-1 .jiancanzhantin .boxtop .boxtopx {
	display: block;
	width: 117px;
	height: 278px;
	margin: 10px 10px;
	border: #FFFFFF 1px solid;
}

.process150421 .center-jiancanzhanting-1 .jiancanzhantin .boxtop .boxtopx dl {
	padding-top: 70px;
}

.process150421 .center-jiancanzhanting-1 .jiancanzhantin .boxtop .boxtopx span {
	color: #ee7700;
	height: 25px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 10px;
	width: 20px;
}

.process150421 .center-jiancanzhanting-1 .jiancanzhantin .boxtop .boxtopx span.ftext {
	font-size: 10px;
}

.process150421 .center-jiancanzhanting-1 .last {
	margin: 1px 1px 0px 0px;
}

/*合作品牌*/
.process150421 .nav-item:hover .center-hezuopingpai-1 {
	display: block;
	position: absolute;
	width: 1173px;
	height: 318px;
	padding: 10px 0 0 15px;
	bottom: -330px;
	left: -952px;
	background: #fff;
	border: 1px solid #CCC;
}

.process150421 .center-hezuopingpai-1 img {
	margin: 0 15px 8px 0px;
	border: 1px #ccc solid;
	float: left;
}

.process150421 .center-hezuopingpai-1 img:hover {
	box-shadow: 1px 1px 8px #666;
}

/*[2015/4/21 自修改首页一秒工艺 结束]*/
/*[2015/4/25 自修改首页 开始]*/
/*报价器下的服务流程*/
.index150425 .FootSer {
	border-top: 0px solid #eaeaea;
	width: 1190px;
	margin: 0 auto;
	border: #d9d9d9 1px solid;
	border-top: none;
	width: 1188px;
	padding: 20px 0;
	height: 35px;
	clear: both;
	overflow: hidden;
	background: #FFF;
}

.index150425 .FootSer li {
	width: 170px;
}

.index150425 .FootSer li.btn {
	width: 98px;
}

.index150425 .FootSer li.btn a {
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/btn_api.png);
	height: 32px;
	width: 97px;
	display: block;
}

.index150425 .FootSer li.btn a.b_lf {
	background-position: -4px -3px;
}

.index150425 .FootSer li.btn a.b_rf {
	background-position: -97px -3px;
}

.index150425 .FootSer li.hover a.b_lf {
	background-position: -4px -41px;
}

.index150425 .FootSer li.hover a.b_rf {
	background-position: -97px -41px;
}

.index150425 .FootSer li.f14 {
	width: 120px;
	padding-left: 10px;
}

/*报价器*/
.index150425 .ibaojia {
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ibaojia.jpg) no-repeat #ef8201;
	width: 230px;
	height: 168px;
	margin-left: 0px;
}

.index150425 .iMtbd {
	border: 0;
}

/*幻灯图下的服务*/
.index150425.cn_qp {
	width: 100%;
	height: 90px;
	background: #EF8201;
}

.index150425.cn_qp .center_th {
	width: 1190px;
	height: 90px;
	margin: 0 auto;
}

.index150425.cn_qp .center_th .ima_1 {
	width: 237px;
	height: 90px;
	float: left;
	position: relative;
	overflow: hidden;
}

.index150425.cn_qp .center_th .ima_1 span {
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/iser_bg.png) no-repeat;
	position: absolute;
	width: 237px;
	height: 190px;
	top: 0;
	left: 0;
	display: block;
}

.index150425.cn_qp .center_th .ima_1 .kb {
	background-position: 9px 0px;
}

.index150425.cn_qp .center_th .ima_1 .sq {
	background-position: -231px 0px;
}

.index150425.cn_qp .center_th .ima_1 .lz {
	background-position: -470px 0px;
}

.index150425.cn_qp .center_th .ima_1 .yzs {
	background-position: -707px 0px;
}

.index150425.cn_qp .center_th .ima_1 .jp {
	background-position: -957px 0px;
}

.index150425.cn_qp .center_th .ima_1 a:hover span {
	top: -100px;
}

/*底部7项服务内容*/
.index150425.bzbtome {
	margin: 0 auto;
	overflow: hidden;
	background: #f5f5f5;
}

.index150425.bzbtome .Column {
	padding: 5px 0;
}

.index150425.bzbtome li {
	width: 177px;
	height: 57px;
	background-color: #00FFFF
}

.index150425.bzbtome li {
	cursor: pointer;
	float: left;
	line-height: 15px;
}

.index150425.bzbtome li.f1 {
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ser-01.png") no-repeat;
}

.index150425.bzbtome li.f2 {
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ser-02.png") no-repeat;
}

.index150425.bzbtome li.f3 {
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ser-03.png") no-repeat;
}

.index150425.bzbtome li.f4 {
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ser-04.png") no-repeat;
}

.index150425.bzbtome li.f5 {
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ser-05.png") no-repeat;
}

.index150425.bzbtome li.f6 {
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ser-06.png") no-repeat;
	width: 169px;
}

.index150425.bzbtome li.f7 {
	background: url("/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/ser-07.png") no-repeat;
	width: 135px;
}

/*[2015/4/25 自修改首页 结束]*/
/*[2015/5/16 在施工地进度阶段添加 开始]*/
.msgRes {
	border-top: 1px solid #D7D7D7;
}

.msgRes .resCon {
	position: relative;
	padding: 20px 0 10px;
	margin-left: 20px;
	border-left: 1px solid #EE7700;
}

.msgRes .resCon .circle {
	position: absolute;
	left: -20px;
	width: 40px;
	height: 40px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/re-circle.png) -40px 0 no-repeat;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #666;
}

.msgRes .resCon.first .circle {
	background-position: 0 0;
	color: #FFF;
}

.msgRes .box {
	margin-left: 40px;
	;
	background: #F8F8F8;
}

.msgRes .box .ht {
	background: #EE7700;
	text-indent: 15px;
	line-height: 36px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

.msgRes .box .txt {
	padding: 15px;
	overflow: hidden;
}

.msgRes .box .pic {
	padding-bottom: 15px;
	overflow: hidden;
}

.msgRes .box .pic li {
	float: left;
	width: 190px;
	margin: 15px 0 0 12px;
}

.msgRes .box .pic img {
	display: block;
	width: 190px;
}

.r_jindu {
	width: 565px;
	height: 50px;
	overflow: hidden;
}

.r_line {
	width: 100%;
	height: 20px;
	position: relative;
}

.r_line_bg {
	position: absolute;
	top: 8px;
	z-index: 1;
	width: 100%;
	height: 4px;
}

.r_line_c {
	background-color: #ADADAD;
	left: 0;
}

.r_line_jin {
	background-color: #EE7700;
	left: -565px;
}

.r_line ul {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 20px;
}

.r_line ul li {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 25px;
	text-indent: -9999em;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/list-circel.png) 0 -22px no-repeat;
}

.r_line ul li.current {
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/list-circel.png) 0 0 no-repeat;
}

.r_jieduan {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #ADADAD;
	text-align: center;
	font-size: 14px;
}

.r_jieduan em.current {
	color: #EE7700;
}


.iTeam .ct,
.iTeam .box,
.iTeam .ct ul {
	width: 730px;
	height: 220px;
	overflow: hidden;
}

.iTeam .ct li .imga {
	position: relative;
	width: 118px;
	height: 160px;
	margin-bottom: 10px;
	overflow: hidden;
}

.iTeam .ct li .order {
	padding-left: 20px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/css/i_bg.png) -270px -292px no-repeat;
}


.iTeam ul li .infobox h1 span {
	font-weight: bold;
	padding-right: 10px;
}

.iTeam ul li .infobox p strong {
	font-weight: bold;
	line-height: 18px;
}

.iTeam ul li .btn1 {
	background-color: #ee7700;
	float: left
}

.iTeam ul li .btn2 {
	background-color: #3e3a39;
	float: left;
	padding-left: 1px;
}

.iTeam ul li .btn {
	color: #fff;
	display: block;
	height: 27px;
	line-height: 27px;
	width: 107px;
	z-index: 4;
	bottom: 0;
}

.iTeam ul li .btn:hover {
	opacity: 0.8;
}

.ac {
	text-align: center;
}

.abs {
	position: absolute;
}

/*[2015/4/25 自修改首页设计团队 结束]*/
/*[2016/1/16 自修改首资讯中心 开始]*/
/***************************{Common CSS Class}*****************************/
.iNewsBox {
	padding-top: 20px;
	border-top: #d9d9d9 1px solid;
}

.iNewsBox .beijr {
	width: 770px;
	margin-right: 20px;
}

.iNewsBox .beijl {
	width: 400px;
}

.iNewsBox .ibTitle {
	margin-bottom: 10px;
}

.iNewsBox .iNews_tt01 h3 {
	background-position: 0 -540px;
}

.iNewsBox .iNews_tt02 h3 {
	background-position: 0 -135px;
}

.iNewsBox .ijzzsBox {
	width: 740px;
	height: 378px;
	padding: 10px 15px;
	background: #f5f5f5;
	overflow: hidden;
}

.iNewsBox .ijzzsBox .item1 {
	width: 360px;
	padding-right: 10px;
	height: 378px
}

.iNewsBox .ijzzsBox .item2 {
	padding-right: 0px;
	width: 360px
}

.iNewsBox .ijzzsBox .item2 .art {
	height: 111px;
	margin-bottom: 14px;
	overflow: hidden;
}

.iNewsBox .ijzzsBox .item2 .art .desc {
	height: 69px;
}

.iNewsBox .ijzzsBox .item2 .txt {
	width: 205px
}

.iNewsBox .ijzzsBox .item1 .t {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #d1d1d1;
	overflow: hidden;
	height: 15px
}

.iNewsBox .ijzzsBox .item1 .img {
	padding-bottom: 10px
}

.iNewsBox .ijzzsBox .item1 .t a {
	font-size: 15px;
	color: #4d463e;
	font-weight: bold
}

.iNewsBox .ijzzsBox .item1 .t a:hover {
	text-decoration: underline
}

.iNewsBox .ijzzsBox .item1 .desc {
	height: 92px;
	color: #777777;
	line-height: 23px;
	padding: 5px 0px 0 0px;
	font-size: 13px
}

.iNewsBox .ijzzsBox .item1 .url {
	margin-top: -24px;
	line-height: 24px
}

.iNewsBox .ijzzsBox .item1 .url a {
	color: #ea5514;
	padding-right: 15px
}

.iNewsBox .ijzzsBox .item1 .url a:hover {
	color: #ea5514
}

.iNewsBox .ijzBox {
	width: 370px;
	height: 378px;
	padding: 10px 15px;
	background: #f5f5f5;
	overflow: hidden;
}

.iNewsBox .ijzBox ul li {
	border-bottom: 1px solid #d1d1d1;
	color: #8f8f8f;
	font-size: 14px;
	line-height: 35px
}

.iNewsBox .ijzBox ul li .img {
	display: none
}

.iNewsBox .ijzBox ul li .img img {
	width: 370px;
	height: 190px
}

.iNewsBox .ijzBox ul li .txt {
	cursor: pointer
}

.iNewsBox .ijzBox ul li .txt a {
	color: #4D463E;
	height: 31px;
	overflow: hidden;
	width: 439px;
	display: block;
	font-weight: bold;
	font-size: 15px
}

.iNewsBox .zhongbu {
	margin: 0px 66px 0px auto;
	float: right
}

.iNewsBox .ar {
	text-align: right
}

.iNewsBox .gsinb {
	font-family: "微软雅黑";
	font-size: 15px;
	color: #4d463e;
	font-weight: bold;
	height: 35px;
	line-height: 33px;
	overflow: hidden
}

.iNewsBox .cc {
	margin-top: -31px;
	margin-right: 17px
}

.iNewsBox .cc a {
	color: #ea5514
}

.iNewsBox .gsinbw {
	height: 81px;
	overflow: hidden;
	color: #777777;
	line-height: 27px;
	padding: 5px 5px 0 5px;
	font-size: 13px;
}

.iPingpai li {
	float: left;
	margin: 0 18px 16px 0;
}

.iPingpai li img {
	width: 160px;
	height: 85px;
	border: 1px solid #E5E5E5;
}

.iPingpai li.hover img {
	border-color: #1db23d;
}

/*[2016/1/16 自修改首资讯中心 结束]*/
/*[2016/2/23 修改热点楼盘 开始]*/
.houseDitu {
	display: none;
	top: -600px;
	opacity: 0;
	position: fixed;
	left: 50%;
	z-index: 1050;
	width: 630px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.houseDitu .ht {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}

.houseDitu .close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.houseDitu .close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity=40)
}

.houseDitu .ct {
	position: relative;
	width: 610px;
	height: 480px;
	margin: 9px;
	border: #ccc solid 1px;
}

.houseDituButton {
	float: left;
	margin-top: 10px;
	padding: 5px 30px;
	background: #EE7700;
	border: 1px solid #EE7700;
	color: #FFF;
	font-size: 16px;
	border-radius: 5px;
}

.houseDituButton:hover {
	color: #FFF;
	border-color: #CCC;
}

.houseDituBg {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.houseDituContent {
	position: absolute;
	left: 100%;
	bottom: 100%;
	width: 610px;
	height: 480px;
}

/*[2016/2/23 修改热点楼盘 结束]*/
.nTab {
	width: 955px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/bb_05.jpg);
	border-left: 1px solid #dfdbdc;
	border-right: 1px solid #dfdbdc;
	overflow: hidden
}

.none {
	display: none;
}

.nTab .TabTitle li {
	float: left;
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	text-align: center;
	width: 500px;
	border-bottom: 1px solid #dfdbdc;
	border-right: 1px solid #dfdbdc;
}

.nTab .TabTitle li a {
	text-decoration: none;
}

.nTab .TabTitle .active {
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/bb_03.jpg);
	color: #265fb8;
	font-size: 18px;
	border-top: 1px solid #265fb8;
}

.nTab .TabTitle .normal {
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/bb_05.jpg);
	color: #000;
	font-size: 18px;
	border-top: 1px solid #dfdbdc;
}

.nTab .TabContent {
	clear: both;
	overflow: hidden;
	background: #fff;
	display: block
}

.jiazhuang {
	float: left;
	width: 248px;
	height: 61px;
	border-bottom: 1px solid #dfdbdc;
	border-right: 1px solid #dfdbdc;
}

.jiazhuang1 {
	float: left;
	padding: 20px 10px 0 10px;
	width: 70px;
	text-align: center;
}

.jiazhuang2 {
	float: left;
	width: 457px;
	height: 61px;
	border-bottom: 1px solid #dfdbdc;
}

.jiazhuang3 {
	float: left;
	padding-left: 180px;
	padding-top: 20px;
}

.jiazhuang4 {
	float: left;
	margin-top: 20px;
}

.baojia_input {
	float: left;
	margin-top: 17px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/bb_15.jpg)
}

.jiazhuang5 {
	position: absolute;
	width: 457px;
	height: 42px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/bb_06.jpg);
	margin-left: 498px;
	border-top: 1px solid #dfdbdc;
	border-bottom: 1px solid #dfdbdc;
	text-align: center;
	line-height: 42px;
	color: #4b7303;
	font-size: 16px;
}

.ct-bt {
	width: 370px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px
}

.ct-zw {
	width: 370px;
	color: #666;
	margin-top: 8px;
}

.ct-banner {
	width: 1190px;
	height: 255px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
}

.ct-focusbox {
	height: 426px;
	position: relative;
	overflow: hidden;
}

.ct-focusimg {
	height: 255px;
	overflow: hidden;
}

.ct-fimglist {
	position: relative;
}

.ct-fimglist img {
	display: block;
	cursor: pointer;
}

.ct-fimglist li {
	float: left;
}

.ct-fimglist ol {
	width: 370px;
	margin-right: 40px;
}

.ct-fimglist li .ct-jl {
	float: left
}

.ct-fimglist li .ct-jz {
	float: left;
	margin-left: 40px
}

.ct-fimglist li .ct-jr {
	float: left;
	margin-left: 40px
}

.ct-fimglist ol li {
	width: 370px
}

.ct-fimglist ol li img {
	width: 370px;
}

.ct-focustool {
	overflow: hidden;
	position: relative;
	top: -64px;
	height: 97px;
}

.ct-ftoollist {
	position: relative;
	margin-left: 544px;
}

.ct-ftoollist li {
	width: 15px;
	height: 15px;
	float: left;
	cursor: pointer;
	margin-left: 14px;
	margin-top: 8px;
	background-color: #666;
}

.ct-ftoollist .on a {
	width: 15px;
	height: 15px;
	display: block;
	margin-right: -4px;
	z-index: 100;
	top: 10px;
	background-color: ##1db23d
}

.ct-ftoollist li.on {
	background: ##1db23d
}

.ijzzsBox .item1 .url a:hover {
	color: #DA3A1B
}

.ijzzsBox .item1 .t a:hover {
	color: ##1db23d
}

.ijzzsBox .item1 .t a {
	text-decoration: none
}

.cc a:hover {
	color: #DA3A1B
}

.tzzjBox .itzbox .btn:hover {
	background: #DA3A1B
}

.war:hover {
	background: #DA3A1B
}

.tzzjBox .izjgdBox .infoBox p .abtn:hover {
	color: #DA3A1B
}

.ct-banner p {
	font-size: 14px;
}

.coolbg {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
}


.iTeam .ht {
	position: relative;
	width: 115px;
	height: 320px
}

.iTeam .ht li {
	width: 95px;
	height: 40px;
	margin-bottom: 17px;
	background: #E8E8E8;
	line-height: 40px;
	font-size: 14px;
	text-align: center
}

.iTeam .ht li span {
	position: relative;
	z-index: 99;
	display: block;
	cursor: pointer
}

.iTeam .ht li.current.on span {
	color: #FFF
}

.iTeam .ht li.back {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	padding-right: 10px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/images/i_bg.png) -203px -405px no-repeat
}

.iTeam .ct,
.iTeam .box,
.iTeam .ct ul {
	width: 100%;
	height: 320px;
	overflow: hidden
}


.iTeam .ct li .imga {
	position: relative;
	width: 120px;
	height: 160px;
	margin-bottom: 10px;
	overflow: hidden
}

.iTeam .ct li .order {
	padding-left: 20px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/images/i_bg.png) -270px -292px no-repeat
}

.ipushTeam {
	width: 300px
}

.ipushTeam .imga,
.ipushTeam img {
	position: relative;
	width: 300px;
	height: 320px
}

.ipushTeam .imga p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 280px;
	padding: 5px 10px;
	background: rgba(0, 0, 0, .5) scroll repeat !important;
	filter: Alpha(opacity=50);
	background: #000;
	color: #FFF;
	line-height: 20px
}

.ipushTeam .imga:hover p {
	background: rgba(238, 119, 0, .8) scroll repeat !important;
	filter: Alpha(opacity=80);
	background: #1db23d
}

.iTeam {
	width: 100%
}

.iTeam .ct li {
	float: left;
	position: relative;
	height: 317px;
	margin-left: 15px;
	width: 185px;
}

.iTeam .ct li:nth-child(1) {
	margin-left: 0;
}

.iTeam .ct li img {
	height: 100%;
	width: 100%
}

.iTeam .ct li .imga {
	height: 288px;
	width: 100%;
	margin-bottom: 1px
}

.iTeam .ct li .imga .info {
	height: 288px;
	padding: 20px 10px;
	top: 288px;
}

.iTeam ul li .bg {
	background-color: #1db23d;
	top: 180px;
	height: 110px;
	opacity: 0.9;
	width: 100%;
	z-index: 1
}

.iTeam ul li .infobox {
	top: 180px;
	height: 110px;
	z-index: 3
}

.iTeam ul li .infobox p {
	width: 170px;
	line-height: 18px;
	margin: 0 auto;
	padding-left: 10px;
	color: #fff;
}

.iTeam ul li .infobox h1 {
	border-bottom: 1px solid #fff;
	font-size: 18px;
	margin: 10px auto 5px;
	font: inherit;
	font-size: 18px;
	color: #fff;
	padding: 0 10px 5px;
}

.iTeam ul li .infobox h1 span {
	font-weight: bold;
	padding-right: 10px
}

.iTeam ul li .infobox p strong {
	font-weight: bold;
	line-height: 18px
}

.iTeam ul li .btn1 {
	background-color: ##1db23d;
	float: left
}

.iTeam ul li .btn2 {
	background-color: #3e3a39;
	float: left;
	padding-left: 1px
}

.iTeam ul li .btn {
	color: #fff;
	display: block;
	height: 27px;
	line-height: 27px;
	width: 107px;
	z-index: 4;
	bottom: 0
}

.iTeam ul li .btn:hover {
	opacity: 0.8
}

.nr_title h2 {
	font-size: 24px;
	text-align: center;
	color: #868686;
	display: block;
	width: 100%;
	margin: 10px auto 15px auto;
	padding-left: 30px;
	font-weight: 500
}

.nr_title p {
	width: 100%;
	margin: 25px 0;
	text-align: center;
	font-size: 18px;
	color: #787878;
	letter-spacing: 4px
}

.nr_title {
	margin-top: 15px;
	height: 80px
}

.title_1 {
	width: 100%;
	height: 70px;
	background: url(/web/20211225075811im_/http://boyizhuangshi.com/templets/code/img/title_1.png) center 0 no-repeat;
	float: left
}

.cladding_wrap[data-v-48867252] {
	transition: all .5s;
	-webkit-transition: all .5s;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1999;
	width: 100%;
	color: #fff
}

.cladding_wrap .cladding_inner[data-v-48867252],
.cladding_wrap[data-v-48867252] {
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cladding_wrap .cladding_inner[data-v-48867252] {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative
}

.cladding_wrap .cladding_inner .manImage[data-v-48867252] {
	margin-right: 30px;
	margin-top: -100px;
	width: 82px;
	height: 179px
}

.cladding_wrap .cladding_inner .remove[data-v-48867252] {
	position: absolute;
	right: -30px;
	top: 5px;
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 20px;
	display: block;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	opacity: .6
}

.cladding_wrap .cladding_inner .left[data-v-48867252] {
	margin-right: 30px
}

.cladding_wrap .cladding_inner .left .title[data-v-48867252] {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 3px
}

.cladding_wrap .cladding_inner .left .tips[data-v-48867252] {
	font-size: 16px;
	line-height: 22px;
	color: #fff
}

.cladding_wrap .cladding_inner .left .tips span[data-v-48867252] {
	color: #ff#1db23da
}

.cladding_wrap .cladding_inner .right .demo-ruleForm[data-v-48867252] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cladding_wrap .cladding_inner .right .demo-ruleForm .bottom_input[data-v-48867252] {
	height: 38px;
	line-height: 38px;
	border-radius: 2px;
	margin-right: 20px;
	width: 160px
}

.cladding_wrap .reservation[data-v-48867252] {
	height: 38px;
	width: 50px;
	font-size: 14px
}

.cladding_wrap .reservation[data-v-48867252] input {
	width: 50px;
	height: 30px;
}

.cladding_wrap .reservation[data-v-48867252]:hover {
	color: #ff5e29
}

.links-wrap {
	padding: 10px 0;
	width:100%;
	background-color: #ccc;
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
.pagess ul strong {font-weight: normal;}

/*
     FILE ARCHIVED ON 07:58:11 Dec 25, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:29:12 Oct 28, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 127.31
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.052
  cdx.remote: 0.054
  esindex: 0.008
  LoadShardBlock: 100.35 (3)
  PetaboxLoader3.datanode: 131.318 (4)
  load_resource: 157.434
  PetaboxLoader3.resolve: 86.011
*/