.top .but .gongsi>a:after {
	display: none;
}

.top .but dt,footer .foot .link .but {
	background: #009049;
}

header nav li:hover a,header nav li.on a {
	border-bottom: 3px solid #009049;
	color: #009049;
}

footer .foot .link .tit em {
	color: #009049;
}

footer .logo {
	background: url(../images/build_foot_logo.png) left center no-repeat;
}

footer .backtop {
	background: #333 url(../images/icon_backtop.jpg) left center no-repeat;
}

.top .but .gongsi>a:before {
	background-image: url(../images/icon_topwz.png);
}

.banner .num {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.banner .num li {
	display: inline-block;
	margin: 0 7px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #ced1cb;
	-webkit-box-shadow: 3px 4px 3px 0 rgba(0,0,0,0.45);
	box-shadow: 3px 4px 3px 0 rgba(0,0,0,0.45);
	cursor: pointer;
}

.banner .num li.on {
	background: #009049;
}

.pub_pd {
	padding: 80px 0;
}

h2.build_titleH2 {
	margin-bottom: 15px;
	color: #666;
	text-align: center;
	font-weight: 100;
	font-size: 27px;
}

h3.build_titleH3 {
	margin-bottom: 30px;
	color: #666;
	text-align: center;
	font-weight: 100;
	font-size: 22px;
}

h3.build_titleH3 span {
	position: relative;
	font-size: 22px;
}

h3.build_titleH3 span i {
	color: #009049;
}

h3.build_titleH3 span:after,h3.build_titleH3 span:before {
	position: absolute;
	top: 50%;
	width: 23px;
	height: 1px;
	background: #000;
	content: '';
}

h3.build_titleH3 span:after {
	left: -40px;
}

h3.build_titleH3 span:before {
	right: -40px;
}

.build_comp ul {
	overflow: hidden;
}

.build_comp ul li {
	float: left;
	width: 16.6666%;
	background: url(../images/comp_arr.png) right 60px no-repeat;
	text-align: center;
}

.build_comp ul li:last-child {
	background: none;
}

.build_comp ul li .number {
	position: relative;
	display: inline-block;
	margin: 18px 0 12px;
	color: #666;
	font-weight: 100;
	font-size: 20px;
}

.build_comp ul li .number:after,.build_comp ul li .number:before {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 1px;
	background: #7d7d7d;
	content: '';
}

.build_comp ul li .number:after {
	left: -30px;
}

.build_comp ul li .number:before {
	right: -30px;
}

.build_comp ul li h4 {
	margin: 5px 0;
	color: #009049;
	font-size: 18px;
}

.build_comp ul li p {
	font-size: 18px;
}

img {
	max-width: 100%;
}

.build_about .ab_img {
	float: left;
	width: 524px;
}

.build_about .box {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 38px;
	padding: 30px 50px 32px 30px;
	width: 638px;
	height: 300px;
	background: #ededed;
}

.build_about .box h4 {
	margin-bottom: 17px;
	color: #009049;
	font-size: 18px;
}

.build_about .box .link {
	margin-bottom: 12px;
	width: 46px;
	height: 2px;
	background-color: #000;
}

.build_about .box p {
	line-height: 30px;
}

.build_about .box .more {
	display: block;
	margin-top: 15px;
	width: 87px;
	height: 25px;
	border: 1px solid #000;
	text-align: center;
	line-height: 25px;
}

.build_project {
	background: #f9f9f9;
}

.build_project .build_cnt .bd{
	overflow: hidden;
	margin-bottom: 50px;
}
.build_project .build_cnt .bd ul li {
	cursor: pointer;
	float: left;
	width: 20%;
	text-align: center;
}

.build_project .build_cnt .bd ul li figure {
	margin-bottom: 10px;
	width: 114px;
	height: 114px;
	line-height: 114px;
	margin: 0 auto 15px;
	border-radius: 100%;
	background: #009949;
}

.build_project .build_cnt .bd ul li p {
	color: #666;
	font-size: 20px;
	line-height: 30px;
	opacity: .82;
}

.build_project .build_cnt .bd ul li p span {
	display: inline-block;
	margin: 0 7px;
	width: 2px;
	height: 18px;
	background-color: #949494;
	vertical-align: -2px;
}
.build_project .build_cnt .bd ul li.active figure{
    background: #e13911;
}

.build_project .box {
	margin-top: 30px;
}

.build_project .box .case_cnt_container {
	padding: 0 62px;
	text-align: center;
}

.build_project .box h4 {
	overflow: hidden;
	margin: 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.build_project .box .swiper-button-next,.build_project .box .swiper-button-prev {
	top: 130px;
	z-index: 10;
	width: 51px;
	height: 79px;
	background-size: cover !important;
	opacity: 1;
}

.build_project .box .swiper-button-prev {
	left: 0;
	background: url(../images/case_prev.png) left no-repeat;
}

.build_project .box .swiper-button-next {
	right: 0;
	background: url(../images/case_next.png) left no-repeat;
}

.build_project .box .prev_bg,.build_project .box .next_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 62px;
	height: 100%;
	background: #f9f9f9;
}

.build_project .box .next_bg {
	right: 0;
	left: auto;
}

.build_cooper {
	background: #f9f9f9;
}

.build_cooper .build_cooper_cnt {
	margin-top: 80px;
}

.build_cooper ul {
	overflow: hidden;
}

.build_cooper ul li {
	float: left;
	overflow: hidden;
	margin: 0 14px 65px;
}

.build_cooper ul li img {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.build_cooper ul li:hover img {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.build_disi .disi_container {
	margin-top: 80px;
	padding-bottom: 60px;
	width: 100%;
}

.build_disi .disi_container .swiper-slide {
	margin-top: 43px;
	width: 212px !important;
}

.build_disi .disi_container .disi_pagination {
	bottom: 0;
	left: 30%;
	width: 40%;
}

.build_disi .disi_container .disi_pagination:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #b2b2b2;
	content: '';
}

.build_disi .disi_container .swiper-pagination-bullet {
	position: relative;
	z-index: 2;
	margin: 0 15px;
	width: 7px;
	height: 7px;
	border: 1px solid #b2b2b2;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}

.build_disi .disi_container .swiper-pagination-bullet-active {
	border-color: #009049;
	background: #009049;
}

.build_disi .disi_container .swiper-slide-active {
	margin: 0;
	width: 240px !important;
	border: solid 5px #aaa;
}
/*# sourceMappingURL=build.css.map */