.clearfix{
	clear:both;
}
@font-face {
	font-family: 'Aurora Cn BT';
	src:url('../fonts/Aurora Cn BT.eot');
	src:url('../fonts/Aurora Cn BT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Aurora Cn BT.ttf') format('truetype');
}
.n_banner{
  /* height: 7.14rem; */
  height:100px;
  width:100%;
  margin-top:79px;
}
.n_banner img{
  height: 100%;
  width:100%;
}
.p-nav{
  width:100%;
  height:4.93rem;
  background: #EFEFEF;
  overflow: hidden;
}
.sitemp{
  margin-left:-15px;
  line-height: 4.93rem;
}
.sitemp .site{
  float:left;
}
.sitemp .site > a{
  color:#666;
}
.sitemp .site > span{
  color:#666;
}
.sitemp #about-navigation{
  float:right;
}
.sitemp #about-navigation li{
  float:left;
  width:8.14rem;
  height:2.86rem;
  text-align:center;
  margin-top:1.035rem;
  line-height: 2.86rem;
}
.sitemp #about-navigation li.on{
  background: #24CBDE;
}
.sitemp #about-navigation li.on>a{
  color:#fff;
}
.sitemp #about-navigation li>a{
  color:#666;
}
.sitemp #about-navigation li>a>.fgx{
  color:#999;
  float: right;
}
.sitemp #about-navigation li:last-child>a>.fgx{
  color:#EFEFEF;
}
.title{
	width:68%;
	margin:0 auto;
	height:4.86rem;
	padding-top: 2.85rem;
}
.title>.tit{
	width:100%;
	text-align:center;
	float:left;
	color:#666;
}
.title>.tit > span{
	font-size:2rem;
	position: relative;
}
.title>.tit > span:after{
	content:'';
	position: absolute;
	bottom:-1VH;
	left:35%;
	width: 30%;
	height: 0.5rem;
	background: #01e4ea;
}
/* 公司简介内容 */
.gsjj-con{
	width: 100%;
	position: relative;
}
.gsjj-con:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 25%;
    left: 0%;
    border: 0.2rem solid #01e4ea;
    box-sizing: border-box;
    z-index: -1;
}
.gsjj-con-video{
	width: 60%;
	margin:auto;
}
.gsjj-con-video video{
	width: 100%;
}
.gsjj-con-more{
	text-align:right;
	color:#24CBDE;
	position: absolute;
	right:2%;
	bottom:1VH;
	font-size:1.1rem;
}
.gsjj-con-more a{
	color:#24CBDE;
}
/* 公司简介详情页 */
.gsjj-detail-con{
	margin:4rem 0;
}
.gsjj-detail-con p{
	font-size:1.2rem;
	color:#666;
	line-height: 200%;
	text-indent: 2em;
}
.gsjj-detail-con img{
	max-width: 100%;
	width:100%;
	margin:2VH auto;
}
/* 核心能力 */
#hxnl{
	background: #fff;
	background-size:100% 100%;
	overflow: hidden;
}
#hxnl>div>.title{
	
}
.hxnl-con{margin-top: 2.4rem;margin-bottom: 3.2rem;}
.a_list>.a_li{
	background: #8A9597;
	height:4.14rem;
	text-align:center;
	line-height: 4.14rem;
	box-sizing: border-box;
	border-right:1px dashed #fff;
	position:relative;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.a_list>.a_li:last-child{border:none;}
.a_list>.a_li.on{background: #01e4ea;border:none;}
.a_list>.a_li.on::after{
    content: '';
    width: 0;
    height: 0;
    border-width: 16px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #01e4ea;
    position: absolute;
    top: 4.14rem;
    left: 45%;
}
.about-hxnl-icon{
	height:60%;
}
.about-hxnl-icon img{
	height:100%;
	object-fit: cover;
	vertical-align: baseline;
}
.about-hxnl-text{
	margin-left:1rem;
}
.a_con>div{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hxnl-con-list-img{
	width:40%;
}
.hxnl-con>.a_con>div>div:first-child img{
	width:100%;
}
.hxnl-con-list-text{
	width:56%;
	color:#666;
}
.hxnl-con>.a_con>div>div:last-child span{
	display:table-cell;
	line-height: 30px;
	vertical-align: middle;
}
.a_con>div>div img{
	width:100%;
	height:auto;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}
.hxnl-con .a_con>div>div:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.hxnl-con>.a_con>div{
    width:100%;
    padding-top:3rem;
    display: none;  
}
.hxnl-con>.a_con>div:first-child{
    display: flex;
}
.hxnl-con-list-text{
	font-size:1.1rem;
	color:#000;
}
.hxnl-con-list-text span{
	font-size:1.1rem;
	color:#01e4ea;
}

/* 荣誉资质 */
.ryzz-con{
	position: relative;
	margin-top:2VH;
	margin-bottom:2VH;
}
.ryzz-conbg img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.ryzz-con-text{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-40%,-50%);
}
.ryzz-con-text p{
	font-size:1.6rem;
	color:#fff;
}

/* 绿色环保详情页 */
.lshb-detail-con{
	margin: 4rem 0;
}
.lshb-detail-con p{
	font-size: 1rem;
	color:#666;
}
.lshb-detail-con p.lshb-bt{
	font-size: 1.34rem;
	color:#154fb9;
}
.lshb-detail-con p img{
	width:100%;
}
/* 社会公益详情页 */
.shgy-detail-con{
	margin: 4rem 0;
	overflow: hidden;
}
.shgy-detail-con p{
	font-size: 1rem;
	color:#666;
}
.shgy-detail-con p.shgy-bbt{
	font-size: 1.48rem;
	color:#636363;
	font-weight: bold;
	text-align: center;
}
.shgy-detail-con p.shgy-bt{
	font-size: 1.34rem;
	color:#154fb9;
}
.shgy-detail-con p img{
	width:100%;
}
.shgy-detail-con div.shgy-tp1 > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height:100%;
}
.shgy-detail-con div.shgy-tp1 > div img{
	width:98%;
}
.shgy-detail-con div.shgy-tp1 > div:first-child{
	width:65%;
}
.shgy-detail-con div.shgy-tp1 > div:first-child > div{
	width:98%;
	padding:0.2rem;
	border:1px solid #acacac;
}
.shgy-detail-con div.shgy-tp1 > div:last-child{
	width:35%;
}
.shgy-detail-con div.shgy-tp1 > div:last-child > div{
	padding:0.2rem;
	border:1px solid #acacac;
}
.shgy-detail-con div.shgy-tp1 > div:last-child > div:last-child{
	margin-top:2%;
}
.shgy-detail-con div.shgy-tp2{
	margin:;
	overflow: hidden;
}
.shgy-detail-con div.shgy-tp2 > div{
	float: left;
}
.shgy-detail-con div.shgy-tp2 > div:first-child{
	width:25%;
}
.shgy-detail-con div.shgy-tp2 > div:last-child{
	width:75%;
	margin-top:2rem;
}
.shgy-detail-con div.shgy-tp{
	text-align: center;
}
.shgy-detail-con div.shgy-tp > div{
	width:60%;
	margin:0 auto;
	border:1px solid #acacac;
	padding:0.2rem;
}
.shgy-detail-con div.shgy-tp > div > img{
	width:100%;
}
.shgy-detail-con .shgy-tp3 > div{
	float: left;
	width:49%;
	padding:0.2rem;
	border:1px solid #acacac;
	box-sizing: border-box;
}
.shgy-detail-con .shgy-tp3 > div:first-child{
	margin-right:1%;
}
.shgy-detail-con .shgy-tp3 > div img{
	width:100%;
}
/* 联系我们 */
#lxwm{
	background: #fff;
	background-size:100% 100%;
	overflow: hidden;
}
#lxwm .lxwm-con{
	margin-top:2.4rem;
	margin-bottom:3rem;
}
.lxwm-con > div{
	display: flex;
}
#lxwm .lxwm-con > div img{
	width:100%;
}
.indexcontact-map{
	width:50%;
}
#iframe1{display: none;}
#iframe2{display: block;}
.about-lxwm-text{
	margin-left:3VW;
}
.about-lxwm-text-tit1{
	font-size:1.3rem;
	color:#000;
	font-weight: bold;
	margin:2VH 0 3VH;
}
.about-lxwm-text-tit2{
	font-size:1.15rem;
	color:#000;
	font-weight: bold;
	margin:5VH 0 1VH;
}
.about-lxwm-text p{
	font-size:1rem;
	line-height: 180%;
}
/* 业务网络详情页 */
.ywwl-detail-con > div:first-child{
	padding:4rem 0 3rem;
	border-bottom:1px dashed #154fb9;
	overflow: hidden;
}
.ywwl-detail-con > div:first-child > div{
	float:left;
	width:50%;
}
.ywwl-detail-con > div:first-child > div img{
	width:100%;
}
.ywwl-detail-con > div:first-child > div:last-child{
	width: 45%;
	margin-top:3.2rem;
	padding-left:5%;
}
.ywwl-detail-con > div:first-child > div:last-child p{
	color:#4d4d4d;
	font-size: 1.04rem;
	line-height: 250%;
}
.ywwl-detail-con > div:first-child > div:last-child p:first-child{
	color:#4d4d4d;
	font-weight: bold;
	font-size: 1.48rem;
}
/* .ywwl-detail-con > div:first-child > div:last-child p:nth-child(5){
	text-indent: 3em;
} */
.ywwl-detail-con > div:last-child > div.ywwl-list{
	margin-top:3rem;
}
.ywwl-detail-con > div:last-child > div.ywwl-list > div{
	border:0.11rem solid #666;
	padding:0.2rem 2rem;
	float:left;
	margin-right:1rem;
	font-size: 1.42rem;
	color:#666;
	cursor: pointer;
}
.ywwl-detail-con > div:last-child > div.ywwl-list > div.on{
	border:0.11rem solid #154fb9;
	color:#154fb9;
}
.ywwl-detail-con > div:last-child > div.ywwl-con{
	clear:both;
}
.ywwl-detail-con > div:last-child > div.ywwl-con > div > div{
	float:left;
	width:38%;
	padding-left:12%;
}
.ywwl-detail-con > div:last-child > div.ywwl-con > div > div > p{
	font-size: 1rem;
	color:#666;
	line-height: 200%;
}
.ywwl-detail-con > div:last-child > div.ywwl-con > div > div > p.yw-bt{
	font-weight: bold;
	margin-top:2rem;
}
.ywwl-detail-con > div:last-child > div.ywwl-con > div > div > p:last-child{
	margin-bottom:2rem;
}
.ywwl-detail-con > div:last-child > div.ywwl-con > div:first-child > div > p.yw-bt{
	font-weight: bold;
	margin-top:4rem;
}
.ywwl-detail-con > div:last-child > div.ywwl-con > div:first-child > div > p:last-child{
	margin-bottom:4rem;
}
.ywwl-detail-con > div:last-child > div.ywwl-con > div{
	display: none;
}
.ywwl-detail-con > div:last-child > div.ywwl-con > div:last-child{
	display: block;
}
/* 2018-11-22修改 */
@media  screen and (max-width:1400px) {
  	
	.qyln-con>.a_con>div:nth-child(2)>div:nth-child(2) > div > div > div:nth-child(3) {
	    width: 110%;
	}
}
@media (max-width: 768px){
	#header{
		height:5.64rem;
	}
	.n_banner{
		margin-top:5.64rem;
	}
	#about-navigation{
		display: none;
	}
	/* 公司简介 */
	.gsjj-con-video {
	    width: 100%;
	    margin: auto;
	}
	.gsjj-con-more {
	    position: static;
	    font-size: 1.5rem;
	    margin: 1rem 0;
	}
	/* 核心能力 */
	.hxnl-con {
	    margin-top: 0;
	}
	.about-hxnl-icon{
		height: 40%;
	}
	.about-hxnl-icon img {
	    vertical-align: top;
	}
	.about-hxnl-text {
	    margin-left: 0.5rem;
	    font-size: 1.1rem;
	}
	.hxnl-con>.a_con>div:first-child {
	    display: block;
	}
	.hxnl-con-list-img{
		width:100%;
	}
	.hxnl-con-list-text{
		width:100%;
		color:#666;
		margin-top:1VH;
		font-size:1.1rem;
	}
	.hxnl-con-list-text p{
		font-size:1.5rem;
	}
	.hxnl-con-list-text span{
		font-size:1.5rem;
	}
	/* 荣誉资质 */
	.ryzz-con-text {
	    position: static;
	    transform: none;
	    width: 100%;
	    margin-top:2VH;
	}
	.ryzz-con-text p{
		font-size:1.5rem;
	    color:#000;
	}
	
	/* 社会公益详情页 */
	.shgy-detail-con div.shgy-tp2 > div{
		float: static;
	}
	.shgy-detail-con div.shgy-tp2 > div:first-child{
		width:100%;
		text-align: center;
	}
	.shgy-detail-con div.shgy-tp2 > div:last-child{
		width:100%;
		margin-top:2rem;
	}
	.shgy-detail-con .shgy-tp3 > div{
		float: static;
		width:100%;
	}
	/* 联系我们 */
	#lxwm .lxwm-con {
	    margin-top: 0rem;
	}
	.lxwm-con > div{
		display: block;
	}
	.indexcontact-map{
		width:100%;
	}
	#iframe2{display: none;}
	#iframe1{display: block;}
	.about-lxwm-text{
		margin-left:3VW;
	}
	.about-lxwm-text-tit1{
		font-size:1.3rem;
		color:#000;
		font-weight: bold;
		margin:2VH 0 3VH;
	}
	.about-lxwm-text-tit2{
		font-size:1.15rem;
		color:#000;
		font-weight: bold;
		margin:5VH 0 1VH;
	}
	.about-lxwm-text p{
		font-size:1rem;
		line-height: 180%;
	}
	
	/* 业务网络详情页 */
	.ywwl-detail-con > div:first-child > div{
		float:static;
		width:100%;
	}
	.ywwl-detail-con > div:first-child > div:last-child{
		width: 100%;
		padding-left:0%;
	}
	.ywwl-detail-con > div:last-child > div.ywwl-con > div > div {
	    float: left;
	    width: 38%;
	    padding-left: 0%;
	}
	.ywwl-detail-con > div:last-child > div.ywwl-con > div > div:nth-child(2) {
	    float: left;
	    width: 38%;
	    padding-left: 12%;
	}
}
