.banner {
	width: 100%;
	height: 550px;
}
.banner-slide {
	background-position: center;
	background-size: cover;
}
.banner-next, .banner-prev{
	width: 71px;
	height: 71px;
	background-size: 71px 71px;
	background-color: rgba(0,0,0,.1);
	border-radius: 6px;
}
.banner-next:hover, .banner-prev:hover{
	background-color: rgba(0,0,0,.3);
}
.banner-next{
	background-image: url(../images/right.png);
}
.banner-prev{
	background-image: url(../images/left.png);
}
/* 公司简介 */
.profileText{
	text-align: center;
	padding: 75px 0;
	width: 750px;
	margin: 0 auto;
}
.profileBig{
	color: #076CE0;
	line-height: 42px;
	font-size: 36px;
}
.profileEn{
	color: #666666;
	line-height: 38px;
	font-size: 16px;
}
.profileImg{
	width: 100%;
	height: 429px;
	background-image: url(../images/ABUIABACGAAgk_217AUo37Cv2wUwgA84oAY.jpg);
	background-size: cover;
}
.profileImg_con{
	width: 1200px;
	padding-top: 82px;
	margin: 0 auto;
	padding-right: 50px;
}
.profileCon{
	width: 551px;
	height: 253px;
	float: right;
	background-color: rgb(255,255,255,0.8);
	padding: 30px 24px 0 24px;
	text-align: center;
}
.profile_tit{
	font-size: 24px;
	color: #076CE0;
	line-height: 30px;
	padding-bottom: 24px;
}
.profile_des{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.profile_more{
	display: inline-block;
	width: 147px;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	background-color: #076CE0;
	border-radius: 5px;
	margin-top: 10px;
}
/* 荣誉证书 */
.honor_div{
	width: 1190px;
	margin: 103px auto 20px;
	position: relative;
}
.honor{
	width: 950px;
	height: 260px;
}
.honor-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}
.honor-slide img{
	width: 100%;
	height: 100%;
}
.honor-slide img.magnifier{
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	opacity: 0;
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s; /* Firefox 4 */
	-webkit-transition: opacity 0.8s; /* Safari 和 Chrome */
	-o-transition: opacity 0.8s; /* Opera */
}
.honor-slide:hover img.magnifier{
	opacity: 1;
}
.honor-prev,.honor-next{
	width: 47px;
	height: 47px;
	background-color: #9f9f9f;
	border-radius: 50%;
	background-image: none;
}
.honor-prev-icon{
	background: url(../images/vbg01.png) -33px -170px no-repeat;
	width: 7px;
	height: 13px;
	position: absolute;
	left: 20px;
	top: 17px;
}
.honor-next-icon{
	background: url(../images/vbg01.png) -33px -142px no-repeat;
	width: 7px;
	height: 13px;
	position: absolute;
	right: 20px;
	top: 17px;
}
.btn_close{
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
}

/* 精品项目 */
.project_div{
	width: 1180px;
	margin: 0 auto;
}
.projectlist::after{
	content: "";
	display: block;
	clear: both;
}
.projectlist li{
	width: 226px;
	height: 278px;
	float: left;
	margin: 17px 5px;
	text-align: center;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%; 
	position: relative;
	cursor: pointer;
}
.projectlist li .magnifier{
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	opacity: 0;
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s; /* Firefox 4 */
	-webkit-transition: opacity 0.8s; /* Safari 和 Chrome */
	-o-transition: opacity 0.8s; /* Opera */
}
.projectlist li:hover .magnifier{
	opacity: 1;
}

/* 服务理念 */
.service{
	width: 1200px;
	margin: 0 auto;
}
.serviceList{
	margin-bottom: 100px;
}
.serviceList::after{
	content: "";
	display: block;
	clear: both;
}
.serviceList li{
	width: 180px;
	height: 389px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-left: 24px;
	text-align: center;
	color: #FFF;
	padding-top: 257px;
}
.serviceList li:first-child{
	margin-left: 0;
}
.serviceNum{
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto;
	color: #076CE0;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
}
.serviceText{
	font-size: 16px;
	line-height: 1;
	margin-top: 20px;
}
/* 经典工程 */
.engineering{
	width: 100%;
	height: 640px;
	background-image: url(../images/ABUIABACGAAgiua17AUogMOx-gIwgA84gAU.jpg);
	background-repeat: no-repeat;
}
.engineering_div{
	width: 1107px;
	margin: 0 auto;
	padding-top: 165px;
}
.engine {
	width: 520px;
	height: 378px;
	float: left;
}
.engine-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.engine-slide img{
	width: 100%;
	height: 100%;
}
.engine-pagination{
	background-color: rgba(0,0,0,0.7);
	height: 30px;
	bottom: 0 !important;
	text-align: right;
}
.engine-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	opacity: 1;
	background-color: #29292a;
	border-radius:0;
}
.engine-pagination .swiper-pagination-bullet-active {
	color: #666666;
	background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets.engine-pagination .swiper-pagination-bullet{
	margin: 5px;
}
.newsList{
	width: 519px;
	height: 378px;
	background-color: rgba(255,255,255,0.9);
	float: right;
	padding: 18px 27px 0;
}
.newsList ul li{
	width: 100%;
	height: 48px;
	line-height: 47px;
	border-bottom: 1px dashed #d9d9d9;
}
.newsList ul li:last-child{
	border-bottom: none;
}
.newsList ul li a{
	font-size: 14px;
	color: #666666;
}
.newsList ul li a:hover{
	color: #076ce0;
}
.newsTit{
	display: inline-block;
	width: 368px;
}
.date{
	float: right;
}
/* 主营工程 */
.mainProject{
	width: 998px;
	height: 326px;
	background-image: url(../images/AD0Iion8BxAEGAAg16TE1wUo5r-7pQYw5gc4xgI.png);
	margin: 0 auto 80px;
	font-size: 0;
}
.mainProject p{
	display: inline-block;
	width: 166.33px;
	text-align: center;
	color: #fff;
	line-height: 326px;
	font-size: 16px;
	font-weight: bold;
}