.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.gps{
	width: 100%;
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.gps_con{
	width: 1200px;
	height: 68px;
	margin:0 auto;
}
.gps_con a{
	color: #474747;
}
.gps_con .gps_left{
	width: 49%;
	display: block;
	float: left;
}
.gps_con .gps_left p{
	display: inline-block;
}
.gps_con .gps_left a{
	padding:0 10px;
}
.gps_con .gps_left .gps_active a{
	color: #0085dd;
	position: relative;
	display: block;
	font-size: 16px;
}
.gps_con .gps_left .gps_active a:after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 10px;
	width: 64px;
	height: 1px;
	background-color: #0085dd;
}
.gps_con .gps_right{
	width: 49%;
	float: right;
	text-align: right;
}
/*新闻动态*/
.new_list{
	width: 1220px;
	height: auto;
	margin:20px auto 50px;
}
.new_list ul li{
	width: 1180px;
	padding:30px 20px;
	background-color: #f2f2f2;
	color: #555;
	float: left;
	margin-top: 20px;
}
.new_list ul li img{
	width: 266px;
	height: 168px;
	display: block;
	float: left;
}
.new_list ul li .data{
	width: 156px;
	height: 100px;
	margin-top: 50px;
	margin-left: 30px;
	font-size: 20px;
	float: left;
}
.new_list ul li .data b{
	font-weight: 500;
	font-size: 30px;
}
.new_list ul li .info{
	width: 570px;
	height: 104px;
	margin-top: 25px;
	float: left;
}
.new_list ul li .info h4{
	font-size: 16px;
	line-height: 44px;
	width: 100%;
	height: 44px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_list ul li .info p{
	font-size: 14px;
	line-height: 30px;
	width: 100%;
	height: 60px;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	display: -webkit-box; 
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_list ul li a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:1px solid #555;
	color: #555;
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	font-family: "宋体";
	margin-top: 58px;
	float: right;
}
.new_list ul li:hover{
	background-color: #0085dd;
	color: #fff;
}
.new_list ul li:hover a{
	color: #fff;
	border-color: #fff;
}
/*工程案例*/
.cept{
	width: 100%;
	padding:32px 0 52px;
	height: auto;
}
.cept_img{
	width: 100%;
	text-align: center;
	height: 70px;
	margin-bottom: 40px;
}
.cept ul{
	width: 1220px;
	height: 310px;
	margin:0 auto;
}
.cept ul li{
	width: 208px;
	height: 300px;
	box-shadow: 0px 0px 11px 2px #eee;
	margin:0 18px;
	float: left;
	padding:0 30px;
}
.cept ul li:hover{
	box-shadow: 0px 0px 20px 6px #ccc;
}
.cept ul li img{
	margin-top: 50px;
	display: block;
	margin-bottom: 30px;
}
.cept ul li h4:after{
	position: absolute;
	content: "";
	top: -10px;
	left: 0;
	width: 50px;
	background-color: #007ad8;
	height: 1px;
}
.cept ul li h4{
	line-height: 60px;
	font-size: 20px;
	color: #007ad8;
	font-weight: 500;
	position: relative;
}
.cept ul li p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.case{
	width: 100%;
	height: auto;
	padding:40px 0;
	background-color: #fcfbfb;
}
.case_img{
	width: 100%;
	height: 70px;
	text-align: center;
	margin-bottom: 30px;
}
.case ul{
	width: 1220px;
	height: auto;
	margin:0 auto;
}
.case ul li{
	width: 590px;
	height: 341px;
	margin:8px 10px;
	float: left;
	overflow: hidden;
}
.case ul li img{
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}
.case ul li:hover img{
	-webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
/*集团环境*/
.huan{
	width: 100%;
	padding:32px 0 52px;
	height: auto;
}
.huan_img{
	width: 100%;
	text-align: center;
	height: 70px;
	margin-bottom: 40px;
}
.work{
	width: 100%;
	height: auto;
	padding:40px 0;
	background-color: #fcfbfb;
}
.work_img{
	width: 100%;
	height: 70px;
	text-align: center;
	margin-bottom: 30px;
}
.work ul{
	width: 1220px;
	height: auto;
	margin:0 auto;
}
.work ul li{
	width: 370px;
	height: 284px;
	float: left;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 11px 2px #eee;
	margin:10px 18px;
}
.work ul li:hover{
	box-shadow: 0px 0px 20px 6px #ccc;
}
.work ul li img{
	width: 350px;
	height: 260px;
	display: block;
	margin:10px;
	border-radius: 8px;
}
/*产品中心*/
.product{
	width: 100%;
	height: auto;
	padding:20px 0;
}
.product > ul{
	width: 1220px;
	height: auto;
	margin:0 auto;
}
.product > ul li{
	width: 384px;
	height: 52px;
	padding:11px 0;
	border:1px solid #eaeaea;
	float: left;
	margin:10px;
	text-align: center;
	line-height: 26px;
	color: #616161; 
}
.product > ul li a{
	color: #616161;
}
.product > ul li:hover{
	background-color: #007ad8;
}
.product > ul li:hover a{
	color: #fff;
}
.pro_con{
	width: 1220px;
	height: auto;
	margin:0 auto;
}
.pro_con .pro_tit{
	width: 1100px;
	height: 30px;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	margin: 80px auto 50px;
}

.pro_con .pro_tit span{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: #007ad8;
	padding:0 15px;
	font-size: 24px;
	font-weight: 600;
	background-color: #fff;
}
.pro_main p{
	color: #666;
	line-height: 30px;
	text-indent: 32px;
}
.pro_main img{
	max-width: 100%;
}
.pro_main_con{
	width: 100%;
	height: 344px;
	background-color: #f8f8f8;
	margin:30px 0;
}
.pro_main_con img{
	display: block;
	width: 750px;
	height: 344px;
	float: left;
}
.pro_main_con p{
	width: 370px;
	float: left;
	display: block;
	height: 214px;
	line-height: 30px;
	color: #444;
	text-indent: 32px;
	padding:70px 50px;
}
.pro_main_last{
	width: 1180px;
	padding:20px;
	background-color: #f8f8f8;
	height: 424px;
	box-shadow: 0px 0px 11px 2px #eee;
	margin-bottom: 40px;
}

.pro_main_last .pro_1{
	width: 710px;
	height: 424px;
	float: left;
}
.pro_main_last .pro_2{
	width: 450px;
	height: 424px;
	float: left;
	margin-left: 20px;
}
.pro_main_last .pro_2 img{
	margin:0 5px;
}
.pro_main_last .pro_2 ul{
	width: 100%;
	height: auto;
}
.pro_main_last .pro_2 ul li{
	line-height: 30px;
	color: #222;
	font-weight: 600;
}
.pro_main_last .pro_2 ul li b{
	color: #007ad8;
}

.pro_bot{
	width: 100%;
	text-align: center;
}
.pro_bot p{
	width: 100%;
	line-height: 28px;
	color: #777;
}
.pro_bot img{
	display: inline-block;
	margin:20px 0;
}
/*联系我们*/
.contact{
	width: 100%;
	height: auto;
	padding:40px 0;
}
.contact_img{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.contact_img img{
	display: inline-block;
}
.contact_con{
	width: 1220px;
	height: auto;
	margin:0 auto;
}
.contact .contact_map{
	width: 686px;
	height: 490px;
	float: left;
}
.contact .contact_add{
	width: 490px;
	float: left;
	height: 490px;
	margin-left: 40px;
}
.contact .contact_add h4{
	font-size: 27px;
	line-height: 50px;
	color: #636363;
	font-weight: 500;
}
.contact .contact_add p{
	line-height: 36px;
	font-size: 16px;
	color: #777;
}
.contact .contact_add .contact_ma{
	text-align: center;
	margin-top: 20px;
}
.contact .contact_add .contact_ma img{
	display: inline-block;
}
.contact .contact_add .contact_ma span{
	display: block;
	line-height: 36px;
	color: #777;
}
.contact_online{
	width: 1200px;
	margin:40px auto 0;
	text-align: center;
}
.contact_online > p{
	font-size: 24px;
	line-height: 60px;
	color: #474747;
	text-align: center;
	margin-bottom: 30px;
}
.contact_online .contact_stay{
	width: 100%;padding-bottom:30px;
}

/*关于我们*/
.about1{
	width: 1220px;
	margin:0 auto;
	height: auto;
	padding:30px 0 10px;
}
.about1 .about_tit{
	text-align: center;
}
.about1 .about_tit img{
	display: inline-block;
}
.about1 p{
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #474747;
	text-indent: 32px;
}
.about2{
	width: 100%;
	height: 280px;
	background: url(../images/about/ab_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.about2 > p{
	font-size: 24px;
	color: #0178d7;
	line-height: 80px;
	text-align: center;
}
.about2 ul{
	width: 1200px;
	height: 160px;
	margin:0 auto;
}
.about2 ul li{
	width: 245px;
	height: 130px;
	margin: 0 10px;
	padding:15px;
	float: left;
	background-color: rgba(255,255,255,0.8);
	color: #0178d7;
	line-height: 24px;
}
.about2 ul li i{
	font-size: 20px;
	font-weight: bold;
}
.about3{
	width: 1210px;
	height: 434px;
	padding:30px 0 20px;
	margin:0 auto;
}
.about3 > h4{
	font-size: 24px;
	line-height: 40px;
	color: #474747;
	text-align: center;
	display: block;
}
.about3 > p{
	color: #7e7e7e;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.about3 .about3_con{
	width: 1170px;
	height: 292px;
	padding:20px;
	background-color: #007ad8;
	margin:0 auto;
}
.about3 .about3_con .about3_img{
	width: 404px;
	height: 292px;
	float: left;
}
.about3 .about3_con .about3_info{
	width: 725px;
	height: 292px;
	margin-left: 25px;
	float: left;
	color: #fff;
	line-height: 28px;
}
.about4{
	width: 100%;
	height: auto;
	padding: 20px 0;
}
.about4 .about_tit{
	text-align: center;
}
.about4 .about_tit img{
	display: inline-block;
	margin:0 0 30px;
}

.about4 ul{
	width: 1220px;
	height: auto;
	margin:0 auto;
}
.about4 ul li{
	width: 288px;
	height: 249px;
	margin:10px 8px;
	float: left;
}
.about4 ul li img{
	width: 288px;
	height: 189px;
}
.about4 ul li p{
	width: 100%;
	height: 44px;
	line-height: 44px;
	margin-top: 4px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
	color: #434343;
	background-color: #f2f2f2;
}
.about4 ul li:hover p{
	background-color: #007ad8;
	color: #fff;
}

/*集团荣誉*/
.honor{
	width: 100%;
	height: auto;
	padding:40px 0;
}
.honor .honor_tit{
	text-align: center;
}
.honor .honor_tit img{
	display: inline-block;
	margin-bottom: 30px;
}
.honor_list{
	width: 1300px;
	margin:0 auto;
	position: relative;
}
.banner1{overflow: hidden;position: relative;height: 240px;width:1220px;margin:0 auto;}
.banner1 .img{width:5000px;position: absolute;left: 0;top: 0;}
.banner1 .img li{
	width: 390px;
	height: 240px;
	margin:0px 8px;
	float: left;
	overflow: hidden;
	position: relative;
}
.banner1 .img li a > img{
	width: 390px;
	height: 240px;
	display: block;
}
.honor_list .btn{
	width: 28px;
	height: 96px;
	position: absolute;
	top: 105px;
	color: #333;
	font-weight: bolder;
	font-size: 50px;
	text-align: center;
	line-height: 96px;
	font-family: "宋体";

}
.honor_list .btn_l{
	left: 0px;
}
.honor_list .btn_r{
	right: 0px;
}

.pat{
	width: 100%;
	height: auto;
	padding:40px 0;
}
.pat .pat_tit{
	text-align: center;
}
.pat .pat_tit img{
	display: inline-block;
	margin-bottom: 30px;
}
.pat ul{
	width: 1220px;
	height: auto;
	margin:0 auto;
}
.pat ul li{
	width: 280px;
	height: 404px;
	margin:10px 8px;
	float: left;
	box-shadow: 0px 0px 11px 2px #eee;
}
.pat ul li img{
	width: 100%;
	height: 100%;
}
.pat ul li:hover{
	box-shadow: 0px 0px 20px 6px #ccc;
}
/*下属公司*/
.team{
	width: 100%;
	height: auto;
	padding:40px 0 80px;
	background: url(../images/team/team_bg.png) no-repeat center bottom;
}
.team .team_tit{
	text-align: center;
}
.team .team_tit img{
	display: inline-block;
	margin-bottom: 30px;
}
.team .team_con{
	width: 1220px;
	height: auto;
	margin:0 auto;
	text-align: center;
	box-shadow: 0px 5px 11px 2px #eee;
}
.team .team_con img{
	display: inline-block;
	margin-bottom: 30px;
}
/*集团文化*/
.culture{
	width: 100%;
	height: auto;
	padding:40px 0 80px;
	background: url(../images/culture/cul_bg.png) no-repeat center bottom;
}
.culture .culture_tit{
	text-align: center;
}
.culture .culture_tit img{
	display: inline-block;
	margin-bottom: 30px;
}
.culture .cul_con{
	width: 100%;
	height: auto;
	text-align: center;
}
.culture .cul_con img{
	display: inline-block;
}
.culture .cul_con p{
	color: #007ad8;
	line-height: 36px;
	font-size: 18px;
}
.culture .cul_info{
	width: 1200px;
	height: 306px;
	padding:25px 0;
	background-color: #f6f6f6;
	border:1px solid #eee;
	margin:30px auto 0;
	box-shadow: 0px 5px 11px 2px #eee;
}
.culture .cul_info li{
	width: 480px;
	height: 306px;
	margin:0 60px;
	float: left;
	text-align: center;
}
.culture .cul_info li img{
	display: inline-block;
	margin-top: 50px;
}
.culture .cul_info li h4{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #007ad8;
	position:relative;
	border-bottom: 2px solid #dde0e0;
}
.culture .cul_info li h4:after{
	position: absolute;
	content: "";
	bottom: 0;
	width: 40px;
	height: 4px;
	left: 220px;
	background-color: #007ad8;
}
.culture .cul_info li p{
	font-size: 18px;
	color: #797979;
	line-height: 32px;
	margin-top: 30px;
}


.page{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin:20px 0 0;
	text-align: center;
}
.page li{
	display: inline-block;
	color: #474747;
}
.page li.thisclass a{
	background-color: #0bbfa3;
	color: #fff;
}
.page li a{
	color: #474747;
	padding:5px 8px;
}

.detail_new{
	width: 1200px;
	height: auto;
	padding:30px 38px;
	margin:0 auto;
	background-color: #f5f5f5;
	/* text-align: center; */
}
.detail_new h3{
	width: 100%;
	height: 70px;
	line-height: 90px;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	display: block;
	text-align: center;
}
.detail_new span{
	width: 100%;
	height: 50px;
	display: block;
	line-height: 50px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #6b6b6b;
	text-align: center;
}
.detail_new p{
	text-indent: 24px;
	font-size: 16px;
	color: #5e5e5e;
	line-height: 32px;
	text-align: left;
}
.detail_new img{
	max-width: 100%;
	display: inline-block;
}
.detail_new h4{
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #fff;
	text-indent: 24px;
	font-size: 16px;
	background-color: #0bbfa3;
	text-align: left;
}

.page_updown{
	width: 100%;
	height: 44px;
	margin-top: 30px;
}
.page_updown li{
	width: 50%;
	display: inline-block;
	height: 100%;
	color: #474747;
	float: left;
}
.page_updown li a{
	color: #474747;
}

