﻿*{
	margin: 0;
	padding: 0;
	white-space:normal !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #333;
	transition: all .5s;
-webkit-transition: all .5s;
}
a:hover{
	color: #148F42;
	transition: all .5s;
-webkit-transition: all .5s;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
img.max{
	width: 100%;
}


@font-face{
	font-family:OPPOSANS-H;
	src: url('../fonts/OPPOSANS-H.woff2'), 
		 url('../fonts/OPPOSANS-H.TTF'),
		 url('../fonts/OPPOSANS-H.eot'); 
}
.fm_AGB_D{
	font-family: OPPOSANS-H !important;
}

body{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #333;
    line-height: 1.6;
	font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
	padding-top: 120px;
}


.gyban{
	width: 100%;
	position: relative;
	font-size: 0;
	overflow: hidden;
	z-index: 2;
}
.gyban>img{
	width: 100%;
	max-width: initial;
}
.gyban-pos{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 2;
	color: #fff;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.gyban-div{
	line-height: 1.2;
	font-weight: bold;
	/*text-shadow: 0 1px 1px #999;*/
}


.gynav{
	margin-top: -30px;
	position: relative;
	z-index: 4;
}
.gynav-md{
	display: none;
}
.gynav-pc{
	display: flex;
	/*border: 1px solid #E0E0E0;*/
	background: #fff;
}
.gynav-pc a{
	display: inline-block;
	width: 50%;
	line-height: 60px;
	/*border-left: 1px solid #E0E0E0;*/
	text-align: center;
	border: 1px solid #E0E0E0;
	border-left: 0;
}
@media(min-width:751px){
	.gynav-pc a:first-child{
		border-left: 1px solid #E0E0E0;
	}
	.gynav-pc a:hover,
	.gynav-pc a.on{
		color: #fff;
		border: 0;
		background: linear-gradient(90deg, #159B3C, #08306C);
	}
}
@media(max-width:1200px){
	.gynav{
		margin-top: -25px;
	}
	.gynav-pc a{
		line-height: 50px;
	}
	.gyban>img{
		width: 120%;
		margin-left: -10%;
	}
}
@media(max-width:750px){
	.gyban>img{
		width: 180%;
		margin-left: -40%;
	}
	.gynav-md{
		display: block;
		width: 100%;
		font-size: .28rem;
		line-height: .8rem;
		color: #fff;
		padding: 0 .3rem;
		/*border: 1px solid #E0E0E0;*/
		background: linear-gradient(90deg, #159B3C, #08306C) ;
	}
	.gynav-md:after{
		content: '';
		width: .8rem;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../img/ico19_4.png) no-repeat center;
	}
	.gynav{
		margin-top: -.4rem;
	}
	.gynav-pc{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		border: 1px solid #E0E0E0;
		display: block;
		display: none;
	}
	.gynav-pc a{
		width: 100%;
		border: 0;
		border-top: 1px solid #E0E0E0;
		background: initial !important;
		font-size: .24rem;
		line-height: .8rem;
		color: #444 !important;
		text-align: left;
		padding: 0 .3rem;
	}
}


.gybody-bj{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.gybody-img{
	width: 10.9375vw;
	position: absolute;
	z-index: 1;
}
.gybody-img img{
	width: 100%;
}
.gybody-bj .max1440{
	position: relative;
	z-index: 2;
}


/*企业简介*/

.about{
	padding: 100px 0 135px 0;
	font-size: 0;
}
.about-lt{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
.about-a{
	color: #09913D;
	font-weight: bold;
}
.about-b{
	line-height: 1.2;
	margin-top: 15px;
	font-weight: bold;
}
.about-c{
	margin-top: 55px;
	text-align: justify;
	line-height: 1.8;
}
.about-d{
	margin-top: 50px;
	padding: 35px;
	padding-bottom: 30px;
	background: linear-gradient(90deg, #159B3C, #08306C);
}
.about-dul{
	display: flex;
	justify-content: space-between;
}
.about-dli{
	max-width: 30%;
	display: inline-block;
	text-align: center;
	color: #fff;
}
.about-d2{
	font-size: 60px;
	line-height: 1;
}
.about-d3{
	margin-top: 5px;
	opacity: 0.55;
}
.about-e{
	color: #808080;
	margin-top: 25px
}
.about-rt{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding-left: 30px;
	padding-top: 35px;
}
@media(max-width:1600px){
	.about-d2{
		font-size: 50px;
	}
	.about-d{
		padding: 25px;
	}
	.about-c{
		margin-top: 30px;
	}
	.about-d{
		margin-top: 20px;
	}
}
@media(max-width:1000px){
	.about{
		padding: 80px 0;
	}
	.about-lt{
		width: 100%;
		padding: 0;
	}
	.about-rt{
		width: 100%;
		padding: 0;
		margin-top: 60px;
		text-align: center;
	}
	.about-d2{
		font-size: 40px;
	}
	.gybody-img{
		width: 20vw;
	}
	.about-bj .gybody-img-a{
		top: 2% !important;
	}
	.about-bj .gybody-img-b{
		top: 45% !important;
	}
}
@media(max-width:750px){
	.about{
		padding: .8rem 0;
	}
	.about-b{
		margin-top: .15rem;
		line-height: 1.3;
		font-size: .36rem;
		font-weight: bold;
	}
	.about-c{
		margin-top: .4rem;
	}
	.about-d{
		margin-top: .6rem;
		line-height: 1.6;
		padding: .3rem;
	}
	.about-d2{
		font-size: .46rem;
	}
	.about-d3{
		font-size: .22rem;
		margin-top: .1rem;
	}
	.about-e{
		margin-top: .4rem;
	}
	.about-rt{
		margin-top: .8rem;
	}
	.about-bj .gybody-img-b{
		top: 65% !important;
	}
}


/*董事长寄语*/
.speech-bj{
	background: url(../img/img02.jpg) no-repeat bottom center;
	background-size: 100% cover;
}
.speech{
	padding: 100px 0 60px 0;
	font-size: 0;
}

.speech-lt{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	
}
.speech-d{
	line-height: 40px;
	margin-top: 55px;
}
.speech-rt{
	padding-left: 50px;
	text-align: left;
	padding-top: 60px;
}
@media(max-width:1000px){
	.speech-lt{
		width: 100%;
	}
	.speech-d{
		margin-top: 30px;
	}
	.speech-rt{
		padding: 0;
	}
}
@media(max-width:750px){
	.speech{
		padding: .8rem 0;
	}
}

/*企业文化*/
.culture{
	padding: 80px 0 120px 0;
}
.culture-list{
	width: 100%;
	min-height: 560px;
	margin-bottom: 10px;
	position: relative;
}
.culture-pos{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	padding: 0 135px;
	overflow: hidden;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.culture-div{
	display: inline-block;
	float: left;
	min-width: 240px;
}
.culture-a{
	line-height: 45px;
	font-weight: bold;
}
.culture-a img{
	margin-right:25px ;
}
.culture-b{
	margin-top: 40px;
	line-height: 2;
}
.culture-b>span{
	border-bottom: 1px solid #fff;
}
.culture-list:nth-child(2n + 0) .culture-div{
	float: right;
}

@media(max-width:1200px){
	.culture-pos{
		padding: 0 100px;
	}
}
@media(max-width:1000px){
	.culture-pos{
		padding: 0 50px;
	}
	.culture-div{
		min-width: initial;
	}
	.culture-b{
		margin-top: 25px;
	}
}

@media(max-width:750px){
	.culture-list{
		min-height: 7rem;
	}
	.culture-pos{
		/*position: relative;
		top: 0;
		transform: initial;*/
		padding: .3rem;
	}
	.culture-div{
		min-width: initial;
	}
	.culture-b{
		margin-top: .3rem;
	}
	.culture-a{
		font-size: .34rem;
		line-height: .6rem;
	}
	.culture-a img{
		width: .5rem;
		margin-right: .2rem;
	}
	.culture-b{
		font-size: .24rem;
	}
	.culture{
		padding: .8rem 0;
	}
	.culture-bj .gybody-img-a{
		top: 0% !important;
	}
	.culture-bj .gybody-img-b{
		top: initial !important;
		bottom: 0%;
	}
	.culture-bj .gybody-img-c{
		display: none;
	}
}



/*组织架构*/
.organisation-bj{
	background: #F5F5F5 url(../img/ico07.png) no-repeat center 3.75vw;
	background-size: 100% auto;
	margin-top: -40px;
}
.organisation{
	padding: 120px 0 150px 0;
	text-align: center;
}
.organisation-div{
	padding: 110px 0 80px 0;
}
.gytit48{
	font-size: 48px;
	text-align: center;
	line-height: 1.1;
}
.organisation-d{
	text-align: center;
	margin-top: 30px;
	font-size: 0;
}
.organisation-da{
	display: inline-block;
	vertical-align: top;
	min-width: 175px;
	text-align: center;
	padding: 0 10px;
	line-height: 45px;
	margin: 6px;
	color: #333;
	font-size: 16px;
	background: url(../img/ico08_2.png) no-repeat center;
	background-size: 100%  100%; 
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.organisation-da:hover,
.organisation-da.on{
	background: url(../img/ico08_1.png) no-repeat center;
	background-size: 100% 100%; 
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s;  
}
.organisation-e{
	margin-top: 80px;
	width: 103.45%;
	font-size: 0;
}
.organisation-eli{
	width: 29.883%;
	display:inline-block;
	vertical-align: top;
	margin-right: 3.45%;
	margin-bottom: 2%;
	background: #F5F5F5;
	min-height: 220px;
	padding: 20px 40px;
	color: #333;
transition: all .3s;
-webkit-transition: all .3s;  
}
.organisation-e2{
	padding: 20px 0;
	line-height: 1.4;
	border-bottom: 1px solid #e0e0e0;
}
.organisation-e3{
	color: #666;
	margin-top: 20px;
transition: all .3s;
-webkit-transition: all .3s;  
}
.organisation-eli:hover{
	background: url(../img/ico09.png) ;
	background-size: 100% auto;
	color: #fff;
transition: all .3s;
-webkit-transition: all .3s;  
}
.organisation-eli:hover .organisation-e2{
	border-color: rgba(255,255,255,.2);
}
.organisation-eli:hover .organisation-e3{
	color: #fff;
transition: all .3s;
-webkit-transition: all .3s;  
}

@media(max-width:1600px){
	.gytit48{
		font-size: 40px;
	}
	.organisation-da{
		font-size: 14px;
		margin: 3px;
		min-width: 150px;
	}
	.organisation-e{
		width: 102%;
		margin-top: 50px;
	}
	.organisation-eli{
		width: 31.333%;
		margin-right: 2%;
		padding: 25px;
	}
	.organisation-e2{
		padding: 10px 0;
	}
}
@media(max-width:1200px){
	.organisation-div{
		padding: 70px 0;
	}
	.organisation-eli{
		width: 48%;
	}
	.gytit48{
		font-size: 34px;
	}
}
@media(max-width:750px){
	.organisation{
		padding: 1.5rem 0 .8rem 0;
	}
	.organisation-bj{
		margin-top: -.4rem;
	}
	.organisation-div{
		padding: .8rem 0;
	}
	.gytit48{
		font-size: .38rem;
		font-weight: bold;
	}
	.organisation-d{
		margin-top: .4rem;
	}
	.organisation-da{
		font-size: .24rem;
		line-height: .6rem;
		margin:3px;
		min-width: 2rem;
		padding: 0 .3rem;
	}
	.organisation-e{
		width: 100%;
		margin-top: .5rem;
	}
	.organisation-eli{
		width: 100%;
		margin-bottom: .3rem;
		padding: .3rem .4rem;
		min-height: auto;
	}
	.organisation-e2{
		font-size: .3rem;
		font-weight: bold;
		padding: .2rem 0;
	}
	.organisation-e3{
		margin-top: .3rem;
	}
	.organisation-b-bj .gybody-img-a{
		top: 2% !important;
	}
}



/*发展历程*/
.history{
	
}
.history-rt{
	padding-top: 0;
}
.history-cnt{
	margin-top: 150px;
	font-size: 0;
}
.history-j{
	width: 415px;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}
.history-jli{
	width: 125px;
	display: inline-block;
	vertical-align: top;
}
.history-j2{
	padding-left: 15px;
	position: relative;
	color: #B3B3B3;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
}
.history-j2:after{
	content: '';
	width:6px;
	height: 6px;
	border-radius: 100%;
	background: #B3B3B3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.history-j2:hover,
.history-j2.on{
	color: #09913D;
}
.history-j2:hover:after,
.history-j2.on:after{
	background: #09913D;
}
.history-k{
	width: calc(100% - 415px);
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.history-k:after{
	content: '';
	width: 1px;
	height: calc(100% - 5px);
	border-right: 2px dotted #DBDBDB;
	position: absolute;
	left: 158px;
	top: 5px;
	
}
.history-klst{
	margin-top: 140px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.history-klst:first-child{
	margin-top: 0;
}
.history-klt{
	width: 150px;
	padding-right: 10px;
	text-align: left;
	line-height: 1;
	font-weight: bold;
	float: left;
}
.history-krt{
	width: calc(100% - 150px);
	float: left;
}
.history-kli{
	margin-top: 35px;
	line-height: 1.8;
	padding-left: 60px;
	position: relative;
}
.history-kli:first-child{
	margin-top: 0;
}
.history-kli:after{
	content: '';
	width: 19px;
	height: 19px;
	background: url(../img/ico10.png) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 5px;
}
@media(max-width:1600px){
	.history-j{
		width: 360px;
		padding-right: 30px;
	}
	.history-k{
		width: calc(100% - 360px);
	}
	.history-jli{
		width: 110px;
	}
}
@media(max-width:1200px){
	.history-cnt{
		margin-top: 80px;
	}
	.history-j{
		width: 100%;
		padding: 0;
	}
	.history-jli{
		width: 100%;
		overflow: hidden;
	}
	.history-j2{
		width: 20%;
		float: left;
	}
	.history-k{
		width: 100%;
		margin-top: 50px;
	}
}
@media(max-width:750px){
	.history-cnt{
		margin-top: .8rem;
	}
	.history-j2{
		width: 25%;
		padding-right: 2%;
		padding-left: 10px;
		font-size: .3rem;
	}
	.history-k{
		margin-top: .6rem;
	}
	.history-klt{
		width: 100%;
		font-size: .55rem;
	}
	.history-krt{
		width: 100%;
		position: relative;
	}
	.history-krt:after{
		content: '';
	    width: 1px;
	    height: calc(100% - .5rem);
	    border-right: 1px dotted #DBDBDB;
	    position: absolute;
	    left: .14rem;
	    top: .5rem;
	}
	.history-kli{
		margin-top: .4rem !important;
		padding-left: .6rem;
		z-index: 2;
	}
	.history-kli:after{
		width: .3rem;
		height: .3rem;
		background-size: .3rem auto;
	}
	.history-klst{
		margin-top: .7rem;
	}
	.history-k:after{
		display: none;
	}
}



/*企业荣誉*/
.honor{
	padding: 150px 0;
}
.honor-k{
	width: 100%;
}
.honor-k:after{
	left: 418px;
}
.honor-klt{
	width: 410px;
	line-height: 1;
	padding-right: 120px;
	font-size: 40px;
}
.honor-klt img{
	margin-right: 30px;
	vertical-align: top;
	margin-top: 5px;
}
.honor-krt{
	width: calc(100% - 410px);
}
.history-k2{
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 30px;
	display: inline-block;
	width: 60px;
	text-align: right;
	line-height: 1.3;
	font-weight: bold;
}

@media(max-width:1200px){
	.honor-klt{
		width: 280px;
		font-size: 34px;
	}
	.honor-krt{
		width: calc(100% - 280px);
	}
	.honor-klt img{
		margin-top: 2px;
		margin-right: 10px;
	}
	.honor{
		padding: 80px 0;
	}
	.honor-k:after{
		left: 288px;
	}
}
@media(max-width:750px){
	.honor{
		padding: .8rem 0;
	}
	.honor-klt{
		width: 100%;
		font-size: .55rem;
	}
	.honor-krt{
		width: 100%;
	}
	.honor-klt img{
		width: 25px;
		top: 0;
	}
}



/*联系我们*/
.contact-bj{
	background: #F5F5F5;
	margin-top: -40px;
}
.contact{
	padding: 150px 0;
}
.contact-ul{
	width: 102.1%;
	font-size: 0;
}
.contact-li{
	width: 48%;
	margin-right: 2%;
	background: #fff;
	padding: 35px;
	height: 380px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-bottom:2%;
}
.contact-a{
	height: 45px;
	line-height: 45px;
	font-size: 0;
	margin-top: 35px;
}
.contact-a img{
	height: 100%;
}
.contact-b{
	margin-top: 15px;
	font-weight: bold;
}
.contact-c{
	margin-top: 55px;
	line-height: 1.1;
	font-weight: bold;
}
.contact-d{
	color: #B3B3B3;
	margin-top: 15px;
}
.contact-e{
	
}
.contact-eli{
	overflow: hidden;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.contact-e2{
	width: 75px;
	padding-left: 25px;
	background: no-repeat left center;
	background-size: 15px auto;
	float: left;
}
.contact-eli:first-child .contact-e2{
	background-position-y: 5px;
}
.contact-e3{
	float: left;
	width: calc(100% - 75px);
}
.contact-h{
	overflow: hidden;
}
.contact-h>img{
	float: left;
	width: 200px;
}
.contact-h>div{
	float: left;
	width: 50%;
	padding-top: 20%;
	color: #808080;
	text-align: left;
}
.contact-cnt{
	padding: 140px 0 160px 0;
	font-size: 0;
}
.contact-j{
	width: 400px;
	display: inline-block;
	vertical-align: top;
}
.contact-j>img{
	max-width: 100%;
}
.contact-fm{
	width: calc(100% - 400px);
	display: inline-block;
	vertical-align: top;
	padding-top: 70px;
	padding-left: 100px;
}
.contact-k{
	font-size: 36px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}
.contact-kul{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.contact-kli{
	width: 49%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
.contact-kli:nth-child(2n + 0){
	float: right;
}
.contact-k2{
	width: 100%;
	height: 60px;
	border: 1px solid #E6E6E6;
	padding-left: 100px;
	padding-right: 20px;
}
.contact-k3{
	width: 70px;
	text-align: center;
	line-height: 40px;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 2;
	border-right: 1px solid #E6E6E6;
}
.contact-k22{
	width: calc(100% - 110px);
}
.contact-k4,
.contact-kli>img{
	width: 100px;
	float: right;
	text-align: center;
	height: 60px;
	line-height: 58px;
	border: 1px solid #E6E6E6;
	font-size: 0;
}
.contact-k4 img{
	max-height: 100%;
}
.contact-k6{
	display: block;
	width: 100%;
	height: 210px;
	border: 1px solid #E6E6E6;
	padding: 10px 20px;
	resize: none;
}
.contact-k7{
	text-align: center;
	margin-top: 60px;
}
.gybut{
	width: 146px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background:url(../img/ico04.png) no-repeat center;
	background-size: 100% 100%;
	display: inline-block;
	cursor: pointer;
}
.gybut>img{
	width: 7px;
	margin-left: 5px;
	position: relative;
	top: -1px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.gybut:hover{
	color: #fff;
}
.gybut:hover>img{
	margin-left: 12px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.contact-k8{
	border: 0;
}

@media(max-width:1600px){
	.contact-fm{
		padding-left: 60px;
	}
	.contact-k{
		font-size: 30px;
	}
}
@media(max-width:1200px){
	.contact-li{
		padding: 20px;
	}
	.contact-c{
		font-size: 28px;
	}
	.contact-li{
		height: 340px;
	}
	.contact{
		padding: 100px 0;
	}
	.contact-cnt{
		padding: 100px 0;
	}
	.contact-j{
		width: 300px;
	}
	.contact-fm{
		width: calc(100% - 300px);
		padding-top: 0;
	}
	.contact-k2{
		height: 50px;
		padding-left: 60px;
	}
	.contact-k3{
		width: 50px;
		height: 30px;
		line-height: 30px;
	}
	.contact-k4,
    .contact-kli>img{
		width: 80px;
		height: 50px;
		line-height: 50px;
	}
	.contact-k22{
		width: calc(100% - 90px);
	}
	.contact-k6{
		height: 140px;
	}
	.contact-k{
		font-size: 26px;
	}
}
@media(max-width:1000px){
	.contact-ul{
		width: 100%;
	}
	.contact-li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		height: auto;
		padding: 40px;
	}
	.contact-a{
		margin: 0;
	}
	.contact-c{
		margin-top: 30px;
	}
	.contact-j{
		display: none;
	}
	.contact-fm{
		width: 100%;
		padding: 0;
	}
	.contact-k3 img{
		width: 18px;
	}
}
@media(max-width:750px){
	.contact-bj{
		margin-top: -.4rem;
	}
	.contact{
		padding: 1.4rem 0 .8rem 0;
	}
	.contact-li{
		padding: .4rem;
	}
	.contact-b{
		margin-top: .25rem;
	}
	.contact-c{
		margin-top: .35rem;
	}
	.contact-d{
		margin-top: .15rem;
	}
	.contact-e2{
		width: 70px;
	}
	.contact-e3{
		width: calc(100% - 70px);
	}
	.contact-eli:first-child .contact-e2{
		background-position-y: 3px;
	}
	.contact-cnt{
		padding: .8rem 0;
	}
	.contact-k{
		font-size: .38rem;
		font-weight: bold;
	}
	.contact-kul{
		margin-top: .4rem;
	}
	.contact-kli{
		width: 100%;
		margin-bottom: .2rem;
	}
	.contact-k6{
		height: 2rem;
	}
	.contact-k7{
		margin-top: .5rem;
	}
	.gybut{
		width: 2.2rem;
		height: .7rem;
		line-height: .7rem;
		font-size: .24rem;
	}
	.gybut>img{
		width: 5px;
	}
	.contact-bj .gybody-img-a{
		top: .4rem !important;
	}
	.contact-bj-2 .gybody-img-a{
		top: .4rem !important;
	}
	.contact-bj-2 .gybody-img-b{
		top: initial !important;
		bottom: .4rem !important;
	}
}



/*品牌康恩贝*/
.products{
	padding: 100px 0 140px 0;
	font-size: 0;
}
.products-lt{
	width: 340px;
	display: inline-block;
	vertical-align: top;
}
.products-a{
	width: 100%;
	position: relative;
	margin-bottom: 7px;
}
.products-a1{
	width: 100%;
	height: 50px;
	background: #F5F5F5;
	border: 1px solid #E6E6E6;
	padding: 0 20px;
	padding-right: 70px;
}
.products-a2{
	width: 60px;
	height: 100%;
	background: url(../img/ico17.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
}
.products-b{
	position: relative;
}
.products-b2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	font-size: 0;
	line-height: 50px;
	cursor: pointer;
	text-align: left;
	padding-left: 90%;
}
.products-b2>img{
	margin-right: 5%;
transition: all .5s;
-webkit-transition: all .5s;  $()
}
.products-b2.on img{
	transform: rotate(180deg);
transition: all .5s;
-webkit-transition: all .5s;  
	
}
.products-b3{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #E6E6E6;
	max-height: 320px;
	overflow-y: auto;
	display: none;
}
.products-b3>div{
	line-height: 20px;
	padding: 10px 20px;
	border-bottom: 1px solid #E6E6E6;
	cursor: pointer;
}
.products-b3>div:hover{
	color: #209A40;
}
.products-lt-div{
	width: 100%;
	background: #F5F5F5;
	border: 1px solid #E6E6E6;
	padding: 30px;
}
.products-c{
	margin-top: 40px;
}
.products-ci{
	display: none;
}
.products-c:first-child{
	margin-top: 0;
}
.products-c1>img{
	max-height: 40px;
}
.products-c2{
	display: block;
	padding: 10px 0;
	margin-top: 5px;
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
	background: url(../img/ico19_1.png) no-repeat right center;
}
.products-c2:hover,
.products-c2.on{
	color: #209A40;
	background-image: url(../img/ico19.png);
}
.products-de{
	margin-top: 12px;
}
.products-d{
	margin-bottom: 5px;
}
.products-da{
	display: block;
	color: #666;
}
.products-da:hover,
.products-da.on{
	color: #209A40;
}
.products-e{
	display: block;
	margin: 5px 0;
}
.products-e a{
	display: block;
	padding: 0 12px;
	color: #999;
	margin: 5px 0;
}
.products-e a:hover,
.products-e a.on{
	color: #209A40;
}

.products-rt{
	width: calc(100% - 340px);
	padding-left: 50px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.products-rt-div{
	width: 100%;
	max-width: 960px;
	display: inline-block;
	text-align: left;
}
.products-rt-div .tit-18{
	font-size: 18px;
}
.products-list{
	padding: 70px 0;
	border-bottom: 1px solid #E3E3E3;
	overflow: hidden;
}
.products-list:first-child{
	padding-top: 0;
}
.products-f{
	text-align: right;
	width: 46%;
	float: right;
	
}
.products-f img{
	max-height: 310px;
}
.products-g{
	width: 49%;
	float: left;
}
.products-g2{
	line-height: 1.3;
	font-weight: bold;
}
.products-g3{
	line-height: 25px;
	height: 50px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.products-g4{
	margin-top: 55px;
}
.products-list:nth-child(2n + 0) .products-f{
	float: left;
	text-align: left;
}
.products-list:nth-child(2n + 0) .products-g{
	float: right;
}

@media(max-width:1600px){
	.products-lt{
		width: 280px;
	}
	.products-rt{
		width: calc(100% - 280px);
	}
	.products-b1{
		padding-right: 60px;
	}
	.products-a2{
		width: 45px;
	}
	.products-list{
		padding: 50px 0;
	}
	.products-g2{
		font-size: 24px;
	}
}
@media(max-width:1200px){
	.products-g2{
		font-size: 20px;
	}
	.products-f{
		width: 42%;
	}
	.products-g4{
		margin-top: 35px;
	}
	.products{
		padding: 80px 0;
	}
}

@media(max-width:1000px){
	.products-lt{
		width: 100%;
	}
	.products-rt{
		width: 100%;
		margin-top: 60px;
		padding: 0;
	}
	.products-b2>img{
		float: right;margin-top: 20px;
		margin-right: 15px;
	}
	.products-de{
		display: none;
		padding-bottom: 10px;
	}
	.products-lt-div{
		padding: 20px;
	}
	.products-c1>img{
		max-height: 25px;
	}
	.products-c{
		margin-top: 20px;
		position: relative;
	}
	.products-c2{
		background: initial !important;
	}
	.products-ci{
		display: block;
		position: absolute;
		right: 0;
		top: 30px;
		z-index: 3;
		width: 10%;
		height: 50px;
	    background: url(../img/ico19_1.png) no-repeat right center;
	}
	.products-ci.on{
		background-image: url(../img/ico19_2.png);
	}
}

@media(max-width:750px){
	.products{
		padding: .8rem 0;
	}
	.products-a1{
		padding: 0 .3rem;
		height: .8rem;
		padding-right: 60px;
	}
	.products-b2>img{
		margin-top: .3rem;
	}
	.products-b3>div{
		padding: .1rem .3rem;
	}
	.products-b3{
		max-height: 4rem;
	}
	.products-lt-div{
		padding: .3rem;
	}
	.products-c1>img{
		max-height: .4rem;
	}
	.products-c2{
		padding: 0;
		margin-top: .1rem;
		line-height: 2;
	}
	.products-ci{
		height: .6rem;
		top: .5rem;
	}
	
	.products-rt{
		margin-top: .8rem;
	}
	.products-list{
		padding: .5rem 0;
	}
	.products-f{
		width: 100%;
		padding: 0;
		text-align: center !important;
	}
	.products-f img{
		max-height: 3rem;
		
	}
	.products-g{
		width: 100%;
		margin-top: .4rem;
	}
	.products-g2{
		font-size: .36rem;
	}
	.products-g3{
		line-height: .4rem;
		height: auto;
		max-height: .8rem;
		margin-top: .2rem;
	}
	.products-g4{
		margin-top: .3rem;
	}
}

.proinfo-bj{
	margin-top: -35px;
	background: #F5F5F5;
}
.proinfo{
	font-size: 0;
	padding: 150px 0 60px;
}
.proinfo-a{
	width: 50%;
	padding-right: 5%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	
}
.proinfo-a img{
	max-height: 500px;
}
.proinfo-b{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.proinfo-b2{
	font-weight: bold;
	line-height: 1.2;
}
.proinfo-bul{
	margin-top: 35px;
}
.proinfo-bli{
	padding: 30px 0;
	position: relative;
	padding-left: 35px;
	border-bottom: 1px solid #E3E3E3;
}
.proinfo-bli:first-child{
	border-top: 1px solid #E3E3E3;
}
.proinfo-bli:after{
	content: '';
	width: 10px;
	height: 10px;
	background: linear-gradient(90deg, #159B3C, #08306C);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
.proinfo-b5{
	margin-top: 50px;
}
.proinfo-cnt{
	padding: 150px 0 60px 0;
	overflow: hidden;
}
.proinfo-e{
	width: 460px;
	float: right;
	padding: 45px;
	color: #fff;
	background: linear-gradient(135deg, #159B3C, #08306C);
}
.proinfo-e3{
	margin-top: 30px;
	padding-top: 30px;
	color: #fff;
	line-height: 2;
	border-top: 1px solid rgba(255,255,255,.2);
}
.proinfo-f{
	width: calc(100% - 460px);
	padding-right: 6%;
	line-height: 1.8;
	float: left;
}
.proinfo-jk{
	width: 100%;
	float: left;
	border-top: 1px solid #E6E6E6;
	margin-top: 140px;
	padding-top: 50px;
	overflow: hidden;
}
.proinfo-j{
	width: calc(100% - 200px);
	float: left;
}
.proinfo-ja{
	display: inline-block;	
	line-height: 2;
	color: #666;
}
.proinfo-ja:hover{
	color: #159B3C;
}
.proinfo-k{
	float: right;
	margin: 0;
}
.proinfo-k img{
	width: 13px;
}
@media(max-width:1600px){
	.proinfo-bli{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media(max-width:1200px){
	.proinfo-cnt{
		padding: 80px 0;
	}
	.proinfo-e{
		width: 340px;
		padding: 30px 20px;
	}
	.proinfo-f{
		width: calc(100% - 340px);
		padding-right: 40px;
	}
	.proinfo-jk{
		margin-top: 60px;
		padding-top: 30px;
	}
	.proinfo{
		padding: 90px 0 50px 0;
	}
	.proinfo-bli{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.proinfo-b5{
		margin-top: 30px;
	}
}
@media(max-width:750px){
	.proinfo-bj{
		margin-top: -.4rem;
	}
	.proinfo{
		padding: 1.4rem 0 .8rem 0;
	}
	.proinfo-a{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.proinfo-a img{
		max-height: 3rem;
	}
	.proinfo-b{
		width: 100%;
		margin-top: .6rem;
	}
	.proinfo-b2{
		font-size: .36rem;
	}
	.proinfo-bli{
		padding-left: 25px;
	}
	.proinfo-cnt{
		padding: .8rem 0;
	}
	.proinfo-e{
		width: 100%;
		padding: .3rem;
	}
	.proinfo-e3{
		margin-top: .3rem;
		padding-top: .3rem;
	}
	.proinfo-f{
		width: 100%;
		margin-top: .6rem;
		padding: 0;
	}
	.proinfo-jk{
		margin-top: .5rem;
		padding-top: .3rem;
	}
	.proinfo-j{
		width: 100%;
	}
	.proinfo-k{
		margin-top: .3rem;
	}
	.proinfo-k img{
		width: 10px;
	}
}


/*科研创新*/
.overview{
	padding: 100px 0;
}
.overview-lt{
	width: 58.7%;
	display: inline-block;
	vertical-align: top;
}
.overview-cnt{
	font-size: 0;
	margin-top: 35px;
}
.overview-c{
	margin: 0;
}
.overview-ul{
	width: 106%;
	font-size: 0;
	margin-top: 60px;
}
.overview-li{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding-right: 6%;
	margin-top: 65px;
}
.overview-rt{
	width: 41.3%;
	display: inline-block;
	vertical-align: top;
	padding-left: 50px;
	text-align: right
}
.overview-d{
	line-height: .9;
}
.overview-d>div{
	display: inline-block;
}
.overview-d1{
	display: inline-block;
	vertical-align: bottom;
	color: #149340;
	line-height: 1.6;
}
.overview-d2{
	font-size: 60px;
}
.overview-d3{
	display: inline-block;
	vertical-align: top;
	line-height: .9;
	color: #148F42;
	margin-left: 5px;
}
.overview-e{
	color: #808080;
	margin-top: 5px;
	line-height: 1.4;
}

@media(max-width:1600px){
	.overview-ul{
		margin-top: 30px;
	}
	.overview-li{
		margin-top: 40px;
	}
	.overview-d2{
		font-size: 50px;
	}
}
@media(max-width:1000px){
	.overview-lt{
		width: 100%;
	}
	.overview-rt{
		display: none;
	}
	.overview-bj .gybody-img-a{
		top: 2% !important;
	}
}
@media(max-width:750px){
	.overview{
		padding: .8rem 0;
	}
	.overview-cnt{
		margin-top: .5rem;
	}
	.overview-ul{
		width: 103%;
		margin-top: .2rem;
	}
	.overview-li{
		margin-top: .7rem;
		padding-right: 3%;
	}
	.overview-d2{
		font-size: .8rem;
	}
	.overview-e{
		font-size: .24rem;
	}
}


/*研发平台*/
.platform-ac{
	width: 58.333%;
}
.platform-c{
	margin-top: 35px;
}
.platform-ul{
	width: 102.8%;
	font-size: 0;
	margin-top: 70px;
}
.platform-li{
	display: inline-block;
	vertical-align: top;
	width: 47.2%;
	margin-right: 2.8%;
	margin-bottom: 2.8%;
	background: #fff;
	min-height: 620px;
}
.platform-d{
	font-size: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.platform-ef{
	padding: 50px;
}
.platform-e{
	font-size: 30px;
	line-height: 1.3;
	color: #159B3C;
}
.platform-f{
	color: #444;
	margin-top: 20px;
}

.platform-g{
	position: relative;
}
.platform-gsw{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.platform-gsd{
	position: relative;
}
.platform-gul{}
.platform-gli{
	width: 18.35%;
    height: 25.55%;
    position: absolute;
        top: 15%;
    left: 51.2%;
    text-align: center;
	margin-left: 2vw;
	opacity: 0;
	transition:all .8s .6s;
	-webkit-transition:all .8s .6s;
}
.platform-gli:nth-child(2){
	top: 26%;
    left: 14%;
	margin-right: 0;
	margin-left: -2vw;
}
.platform-gli:nth-child(3){
	    top: 42%;
    left: 38%;
	margin-right: 0;
	margin-left: -2vw;
}
.platform-gli:nth-child(4){
	top: 51%;
    left: 67.5%;
}
.platform-gli a{
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition:all .8s;
	-webkit-transition:all .8s;
}
.platform-gli img{
	max-width: 100%;
	max-height: 100%;
	
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    max-height: 100%;
    z-index: 1;
	
	
}
.platform-gli a:hover{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition:all .8s;
	-webkit-transition:all .8s;
}
.platform-gsd.swiper-slide-active .platform-gli{
	margin: 0;
	opacity: 1;
	transition:all .8s .6s;
	-webkit-transition:all .8s .6s;
}
.platform-gsp span{
	background: #999 !important;
}
.platform-gsp span.swiper-pagination-bullet-active{
	    background: #09913D !important;
}


@media(max-width:1600px){
	.platform-li{
		min-height: 560px;
	}
	.platform-c{
		margin-top: 30px;
	}
	.platform-bj .gybody-img-a{
		top: 2% !important;
	}
}
@media(max-width:1200px){
	.platform-ef{
		padding: 30px;
	}
	.platform-li{
		min-height: 500px;
	}
	.platform-c{
		margin-top: 25px;
	}
	
}
@media(max-width:1000px){
	.platform-e{
		font-size: 26px;
	}
	.platform-ac{
		width: 100%;
	}
}
@media(max-width:750px){
	.platform-e{
		font-size: .4rem;
	}
	.platform-c{
		margin-top: .3rem;
	}
	.platform-ac{
		width: 100%;
	}
	.platform-ul{
		width: 100%;
		margin-top: .6rem;
		
	}
	.platform-li{
		width: 100%;
		min-height: auto;
		margin-right: 0;
		margin-bottom: .4rem;
	}
	.platform-ef{
		padding: .4rem;
	}
	.platform-f{
		margin-top: .25rem;
		font-size: .24rem;
		line-height: 1.8;
	}
	
	.platform-g{
		background: #fff;
		padding: .7rem 0;
	}
	.platform-gimg{
		display: none;
	}
	.platform-gsw{
		padding-bottom: .8rem;
		position: relative;
	}
	.platform-gsd{
		
	}
	.platform-gli{
		width: 48%;
		margin: .2rem 1% !important;
		opacity: 1 !important;
		height: 2.2rem;
		line-height: 2.2rem;
		position: relative;
		top: initial !important;
		left: initial !important;
		float: left;
	}
	.platform-gli img{
		transform: initial;
		position: initial;
		left: initial;
		width: 100%;
	}
	.platform-gul{
		position: relative;
		overflow: hidden;
		padding: 0 4%;
	}
}



/*成果与专利*/
.patent-bj{
	background: no-repeat center bottom;
	background-size: 100% auto;
}

.patent{
	padding-top: 90px;
	position: relative;
	z-index: 2;
}
.patent-li{
	margin-bottom: 65px;
}
.patent-a{
	padding-left: 40px;
	background: url(../img/ico10.png) no-repeat left center;
	font-weight: bold;
	line-height: 1.5;
}
.patent-b{
	line-height: 1.8;
	margin-top: 20px;
}
.patent-div{
	padding: 100px 0 140px 0;
	
}
.patent-div table{
	width: 100%;
}
.patent-div table tr:first-child{
	background: #F5F5F5;
}
.patent-div table th,
.patent-div table td{
	border:1px solid #E0E0E0;
	text-align: center;
	padding:10px 5px;
	line-height: 1.8;
}
.patent-g{
	margin-top: -25vw;
	position: relative;
	z-index: 1;
}
.patent-gli{
	width: 12.45%;
    height: 23%;
    position: absolute;
        top: 32%;
    left: 55.2%;
    text-align: center;
	margin-left: 2vw;
	opacity: 0;
	/*transition:all .8s .6s;
	-webkit-transition:all .8s .6s;*/
}
.patent-gli:nth-child(2){
	    top: 47%;
    left: 33%;
	margin-left: -2vw;

}
.patent-gli:nth-child(3){
	top: 47%;
	left: 46%;
	width: 16%;
}
.patent-gli:nth-child(4){
	top: 54%;
    left: 14%;
	margin-left: -2vw;
}
.patent-gli:nth-child(5){
	top: 54%;
    left: 70%;
    width: 17%;
}
.patent-gli:nth-child(6){
	top: 73%;
    left: 44%;
	margin-left: -2vw;
}

.patent-gli a{
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition:all .8s;
	-webkit-transition:all .8s;
}
.patent-gli img{
	max-width: 100%;
	max-height: 100%;
	
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    max-height: 100%;
    z-index: 1;
	
	
}
.patent-gli a:hover{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition:all .8s;
	-webkit-transition:all .8s;
}
.patent-gsd.swiper-slide-active .patent-gli{
	margin: 0;
	opacity: 1;
	transition:all .8s .6s;
	-webkit-transition:all .8s .6s;
}
.patent-gsd.swiper-slide-active .patent-gli:nth-child(2),
.patent-gsd.swiper-slide-active .patent-gli:nth-child(3){
	transition:all .8s .8s;
	-webkit-transition:all .8s .8s;
}
.patent-gsd.swiper-slide-active .patent-gli:nth-child(4),
.patent-gsd.swiper-slide-active .patent-gli:nth-child(5){
	transition:all .8s 1s;
	-webkit-transition:all .8s 1s;
}
.patent-gsd.swiper-slide-active .patent-gli:nth-child(6){
	transition:all .8s 1.2s;
	-webkit-transition:all .8s 1.2s;
}

@media(max-width:750px){
	.patent{
		padding-top: .8rem;
	}
	.patent-li{
		margin-bottom: .7rem;
	}
	.patent-b{
		margin-top: .2rem;
	}
	.patent-a{
		padding-left: .5rem;
		background-size: .3rem auto;
	}
	.patent-div{
		padding: .8rem 0;
	}
	
	.patent-div table th, 
	.patent-div table td{
		font-size: .24rem;
		padding: .2rem .1rem;
	}
	.patent-div table th:nth-child(1), 
	.patent-div table td:nth-child(1){
		width: .8rem;
	}
	.patent-div table th:nth-child(4), 
	.patent-div table td:nth-child(4){
		width: .8rem;
	}
	
	
	.patent-g{
		margin: 0;
		padding-top: .2rem;
		background: initial;
	}
	.patent-gli{
		width: 48% !important;
		margin: .1rem 1% !important;
		opacity: 1 !important;
		height: 3.2rem !important;
		line-height: 3.2rem !important;
		position: relative;
		top: initial !important;
		left: initial !important;
		float: left;
		text-align: center;
	}
	.patent-gli a{
		text-align: center;
	}
	.patent-gli img{
		display: block;
		
	}
}



/*人才强企*/
.conba{
	padding: 100px 0;
	font-size: 0;
}
.conba-c{
	margin-top: 45px;
}
.conba-d{
	width: 150%;
	text-align: left;
	padding-left: 40px;
}
.conba-div{
	margin-top: 45px;
}
.conba-ul{
	font-size: 0;
	width: calc(100% + 20px);
}
.conba-li{
	width: calc(16.666% - 20px);
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	height: 257px;
	background: url(../img/ico30.png) no-repeat center;
	background-size: 100% 100%;
}
.conba-g{
	width: 100%;
	text-align: center;
	padding: 0 15px;
	padding-top: 80px;
}
@media(min-width:1201px){
	.conba-li:nth-child(n + 7){
		position: relative;
		left: 8.333%;
		margin-top: -45px;
	}
}
@media(min-width:1921px){
	.conba-li:nth-child(n + 7){
		margin-top: -50px;
	}
}

@media(max-width:1700px){
	.conba-ul{
		width: 97%;
	}
	.conba-li{
		height: 230px;
	}
	.conba-g{
		padding: 0 10px;
		padding-top: 75px;
	}
	.conba-d{
		padding: 0;
		width: calc(100% + 10vw);
	}
	.conba-c{
		margin-top: 30px;
	}
}
@media(max-width:1200px){
	.conba-ul{
		width: 103%;
	}
	.conba-li{
		width: 22%;
		margin-bottom: 3%;
		margin-right: 3%;
	}
}
@media(max-width:1000px){
	.conba-d{
		width: 100%;
	}
	.conba-c{
		margin-top: 20px;
	}
}
@media(max-width:750px){
	.conba-li{
		width: 47%;
		height: 3.5rem;
	}
	.conba-c{
		margin-top: .3rem;
	}
	.conba-g{
		padding: 0 .2rem;
		padding-top: 1.1rem;
	}
	.conba{
		padding: .8rem 0;
	}
}



/*员工风采*/
.staff{
	padding:100px 0;
}
.staff-ab{
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 2;
}
.staff-a{
	
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
	position: relative;
}
.staff-a1{
	width: 300px;
	height: 70px;
	border: 1px solid #ddd;
	padding-left: 20px;
	padding-right: 60px;
}
.staff-a2{
	width: 55px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/ico17_9.png) no-repeat center;
	border: 0;
}
.staff-b{
	
}
.staff-b2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/ico19_2.png) no-repeat 95% center;
}
.staff-b3{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	max-height: 215px;
	display: none;
}
.staff-b3 a{
	display: block;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 5px 20px;
}
.staff-c{
	margin-top: 100px;
	padding-bottom:60px;
}
.staff-csd{
	background: #F5F5F5;
	height: 450px;
}
.staff-clt{
	width: 49.3%;
	float: left;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.staff-crt{
	padding: 70px;
	width: 50.7%;
	float: left;
}
.staff-c2{
	font-weight: bold;
	color: #888;
}
.staff-c3{
	color: #000;
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.staff-c4{
	color: #666;
	line-height: 25px;
	height: 75px;
	margin-top: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.staff-c5{
	margin-top: 60px;
}
.staff-csp{
	bottom: 0 ;
}
.staff-csp span{
	width: 23px;
	height: 5px;
	background: #EAEAEA;
	border-radius: 3px;
	opacity: 1;
}
.staff-csp span.swiper-pagination-bullet-active{
	width: 33px;
	background: #09913D;
}
.staff-ul{
	width: 103.2%;
	font-size: 0;
	margin-top: 55px;
	margin-bottom: 40px;
}
.staff-li{
	width: 30.133%;
	display: inline-block;
	vertical-align: top;
	margin-right: 3.2%;
	margin-bottom: 3.2%;
	border: 1px solid #E6E6E6;		
}
.staff-d{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.staff-d img{
	opacity: 0;
}
.staff-e{
	padding: 40px 45px 50px 45px;
}
.staff-e2{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.staff-e3{
	color: #888;
	margin-top: 35px;
}
@media(max-width:1600px){
	.staff-csd{
		height: 400px;
	}
	.staff-crt{
		padding: 50px;
	}
	.staff-c5{
		margin-top: 40px;
	}
	.staff-ul{
		width: 102%;
	}
	.staff-li{
		width: 31.333%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.staff-e{
		padding: 30px;
	}
	.staff-e3{
		margin-top: 25px;
	}
	.staff-a1{
		height: 50px;
	}
	.staff-c{
		margin-top: 70px;
	}
}
@media(max-width:1200px){
	.staff{
		padding: 70px 0;
	}
	.staff-csd{
		height: 300px;
	}
	.staff-crt{
		padding: 30px;
	}
	.staff-c3{
		font-size: 18px;
		line-height: 25px;
		height: 50px;
	}
	.staff-c4{
		line-height: 20px;
		height: 60px;
		margin-top: 15px;
	}
	.staff-c5{
		margin-top: 25px;
	}
	.staff-e{
		padding: 25px;
	}
}
@media(max-width:1000px){
	.staff-csd{
		height: auto;
	}
	.staff-clt{
		width: 100%;
		height: 300px;
	}
	.staff-crt{
		width: 100%;
	}
	.staff-li{
		width: 48%;
	}
}
@media(max-width:750px){
	.staff{
		padding: .8rem 0;
	}
	.staff-a{
		width: 100%;
		margin: 0;
	}
	.staff-b{
		margin-top: .2rem;
	}
	.staff-b2{
		background-position-x: 93.5%;
	}
	.staff-a1{
		line-height: .8rem;
		width: 100%;
	}
	.staff-c{
		margin-top: .7rem;
	}
	.staff-clt{
		height: 4.25rem;
	}
	.staff-crt{
		padding: .4rem;
	}
	.staff-c3{
		font-size: .3rem;
		font-weight: bold;
		line-height: .45rem;
		height: .9rem;
	}
	.staff-c4{
		line-height: .4rem;
		height: 1.2rem;
		margin-top: .2rem;
	}
	.staff-c5{
		margin-top: .25rem;
	}
	.staff-ul{
		width: 100%;
		margin-top: .6rem;
		margin-bottom: .3rem;
	}
	.staff-li{
		width: 100%;
		margin-bottom: .3rem;
	}
	.staff-e{
		padding: .3rem;
	}
	.staff-e2{
		font-weight: bold;
		line-height: .45rem;
		height: initial;
		max-height: .9rem;
	}
	.staff-e3{
		margin-top: .2rem;
	}
}

.page{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.page a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #444;
	height: 49px;
	line-height: 49px;
	min-width: 35px;
	margin: 0 10px;
}
.page a:hover,
.page a.active{
	font-size: 20px;
	color: #159B3C;
	font-weight: bold;
}
.page a.prev,
.page a[rel="prev"]{
	width: 56px;
	height: 49px;
	font-size: 0 !important;
	background: url(../img/ico20_1.png) no-repeat center;
	background-size: cover;
}
.page a.prev:hover,
.page a[rel="prev"]:hover{
	background-image: url(../img/ico20_3.png);
}
.page a.next,
.page a[rel="next"]{
	width: 56px;
	height: 49px;
	font-size: 0 !important;
	background: url(../img/ico20_2.png) no-repeat center;
	background-size: cover;
}
.page a.next:hover,
.page a[rel="next"]:hover{
	background-image: url(../img/ico20_4.png);
}
@media(max-width:750px){
	.page a{
		font-size: .24rem;
		min-width: .4rem;
		height: .5rem;
		line-height: .5rem;
		margin: 0 .1rem;
	}
	.page a:hover,
	.page a.active{
		font-size: .3rem;
	}
	.page a.prev,
	.page a.next{
		width: .65rem;
		height: .5rem;
	}
}


.news-csd{
	
}
.news-cli{
	display: block;
	width: 100%;
	background: #F5F5F5;
}
.news-ul{
	width: 100%;
	margin-bottom: 60px;
}
.news-li{
	display: block;
	width: 100%;
	padding: 60px 0;
	border-bottom: 1px solid #D6D6D6;
	overflow: hidden;
}
.news-d{
	width: 350px;
	float: left;
}
.news-e{
	width: calc(100% - 350px);
	float: right;
	padding-left: 75px;
}
.news-e2{
	font-size: 22px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-e3{
	margin-top: 15px;
	color: #808080;
}
.news-e4{
	line-height: 25px;
	height: 50px;
	margin-top: 15px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-e5{
	display: inline-block;
	margin-top: 60px;
	padding-right: 15px;
	background: url(../img/ico21.png) no-repeat right center;
	color: #148F42;
}

@media(max-width:1600px){
	.news-e{
		padding-left: 40px;
	}
	.news-li{
		padding: 40px 0;
	}
}
@media(max-width:1000px){
	.news-d{
		width: 260px;
	}
	.news-e{
		width: calc(100% - 260px);
		padding-left: 30px;
	}
	.news-e4{
		height: 40px;
		line-height: 20px;
		margin-top: 15px;
	}
	.news-e5{
		margin-top: 15px;
	}
	.news-li{
		padding: 30px 0;
	}
}
@media(max-width:750px){
	.staff-c{
		padding-bottom: 40px;
	}
	.news-ul{
		margin-top: .5rem;
		margin-bottom: .4rem;
	}
	.news-li{
		padding: .3rem 0;
	}
	.news-d{
		width: 2.5rem;
	}
	.news-e{
		width: calc(100% - 2.5rem);
		padding-left: .2rem;
	}
	.news-e4{
		display: none;
	}
	.news-e2{
		font-size: .3rem;
		height: .8rem;
		line-height: .4rem;
		-webkit-line-clamp: 2;
		font-weight: bold;
	}
	.news-e3{
		margin-top: .1rem;
		line-height: 1;
	}
	.news-e5{
		margin-top: .1rem;
	}
}


.nwinfo{
	padding: 35px 0 100px 0;
}
.nwinfo-a{
	padding-left: 20px;
	background: url(../img/ico22.png) no-repeat left center;
	background-size: 12px auto;
	color: #666;
	padding-top: 2px;
}
.nwinfo-a a{
	display: inline-block;
	color: #666;
}
.nwinfo-a a:hover{
	color: #148F42;
}
.nwinfo-b{
	margin-top: 70px;
	line-height: 1.3;
}
.nwinfo-c{
	color: #666;
	margin-top: 30px;
}
.nwinfo-d{
	line-height: 1.8;
	margin-top: 40px;
	padding: 60px 0 75px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.nwinfo-jk{
	margin-top: 0;
	border: 0;
	float: initial;
}
@media(max-width:1600px){
	.nwinfo-b{
		margin-top: 50px;
	}
	.nwinfo-c{
		margin-top: 20px;
	}
	.nwinfo-d{
		margin-top: 30px;
		padding: 50px 0;
	}
}
@media(max-width:750px){
	.nwinfo{
		padding:.3rem 0 .8rem 0;
	}
	.nwinfo-b{
		font-size: .4rem;
		margin-top: .7rem;
	}
	.nwinfo-c{
		margin-top: .2rem;
	}
	.nwinfo-d{
		margin-top: .4rem;
		padding: .5rem 0;
	}
}



/*信息公开*/
.information-ul{
	margin-top: 100px;
	margin-bottom: 90px;
}
.information-li{
	width: 100%;
	background: #F5F5F5;
	padding: 65px;
	margin-bottom: 20px;
}
.information-e{
	margin: 15px 0;
	color: #808080;
}
.information-f{
	color: #666;
	line-height: 25px;
	max-height: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media(max-width:1600px){
	.information-ul{
		margin: 60px 0;
	}
	.information-li{
		padding: 50px;
	}
}
@media(max-width:1200px){
	.information-d{
		font-weight: bold;
	}
	.information-f{
		margin-bottom: 35px;
	}
	.information-bj .gybody-img-b{
		top: 2% !important;
	}
}
@media(max-width:750px){
	.information-ul{
		margin: .7rem 0;
	}
	.information-li{
		padding: .3rem;
	}
	.information-e{
		margin: .15rem 0;
	}
	.information-f{
		line-height: .4rem;
		max-height: .8rem;
		margin-bottom: .3rem;
	}
}


/*股票信息*/
.stock{
	padding: 130px 0;
	color: #444;
}
.stock-a{
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
}
.stock-div{
	margin-top: 40px;
	font-size: 0;
}
.stock-lt{
	width: 58.5%;
	display: inline-block;
	vertical-align: top;
	padding-right: 50px;
}
.stock-rt{
	text-align: right;
	width: 41.5%;
	display: inline-block;
	vertical-align: top;
}
.stock-b{     
	font-weight: bold;           
}
.stock-b>span{
	color: #888;
}
.stock-cnt{
	overflow: hidden;
	margin-top: 100px;
}
.stock-c{
	float: left;
}
.stock-c2{
	font-size: 60px;
	line-height: 1;
	color: #000;
	margin-top: 15px;
	font-weight: bold;
}
.stock-c3{
	padding-left: 40px;
	margin-top: 30px;
	background: url(../img/ico25.png) no-repeat left 5px;
}
.stock-d{
	float: right;
	font-size: 0;
	width: calc(100% - 200px);
	max-width: 500px;
	padding-top: 15px;
}
.stock-dli{
	width: 50%;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	overflow: hidden;
}
.stock-dli:nth-child(2n + 0){
	width: 50%;
}
.stock-d2{
	width: 65px;
	float: left;;
	line-height: 25px;
	color: #666;
}
.stock-d3{
	width: calc(100% - 65px);
	float: left;
	float: left;
	font-size: 22px;
	line-height: 25px;
}

@media(max-width:1600px){
	.stock-cnt{
		margin-top: 60px;
	}
	.stock-d3{
		font-size: 20px;
	}
}
@media(max-width:1200px){
	.stock-lt{
		width: 100%;
		padding: 0;
	}
	.stock-rt{
		width: 100%;
		padding: 0;
		text-align: left;
		margin-top: 50px;
	}
	.stock-dli{
		margin-bottom: 42px;
	}
}
@media(max-width:750px){
	.stock{
		padding: .8rem 0;
	}
	.stock-a{
		font-size: .4rem;
		font-weight: bold;
	}
	.stock-div{
		margin-top: .6rem;
	}
	.stock-b{
		font-size: .3rem;
		font-weight: bold;
	}
	.stock-cnt{
		margin-top: .6rem;
	}
	.stock-c2{
		font-size: .7rem;
		font-weight: bold;
		margin-top: .2rem;
	}
	.stock-c3{
		margin-top: .35rem;
	}
	.stock-d{
		width: 100%;
		margin-top: .6rem;
	}
	.stock-d3{
		font-size: .3rem;
	}
	.stock-d2{
		width: 1rem;
	}
	.stock-d3{
		width: calc(100% - 1rem);
	}
	.stock-dli{
		margin-bottom: .4rem;
	}
	.stock-rt{
		margin-top: .7rem;
	}
}


.investor{
	padding: 85px 0 140px 0;
}
.investor-a{
	font-size: 38px;
	line-height: 1;
	color: #444;
	font-weight: bold;
}
.investor-j{
	position: relative;
}
.investor-img {
	margin-top: 65px;
	position: relative;
	width: 100%;
	height: 800px;
}
.investor-b{
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	left: 34.9%;
    top: 49%;
}
.investor-b>img{
	max-width: initial;
	width: 40px;
	margin-left: -20px;
	margin-top: -51px;
}
.investor-div{
	width: 34%;
	position: absolute;
	top: 50%;
	right: 5.5%;
	background: #fff;
	padding: 45px 40px;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.investor-c{
	line-height: 1.2;
}
.investor-d{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}
.investor-dli{
	padding-left: 35px;
	background: no-repeat left center;
	margin-top: 20px;
	background-size: 15px auto;
}
.investor-dli:first-child{
	margin-top: 0;
	background-position-y: 6px;
}

@media(max-width:1600px){
	.investor-img{
		height: 600px;
	}
}

@media(max-width:1200px){
	.investor-b{
		left: 32.4%;
	}
	.investor-div{
		width: 40%;
		padding: 30px;
	}
	.investor-d{
		padding-top: 20px;
		margin-top: 20px;
	}
	.investor-a{
		font-size: 30px;
	}
	.investor{
		padding: 70px 0;
	}
}

@media(max-width:1000px){
	.investor-img{
		width: 100%;
		height: 400px;
	}
	.investor-div{
		position: relative;
		top: initial;
		right: initial;
		width: 100%;
		transform: initial;
		margin-top: 60px;
		padding: 0;
	}
	.investor-b {
	    left: 34.4%;
	    top: 47%;
	}
}

@media(max-width:750px){
	.investor{
		padding: .8rem 0;
	}
	.investor-a{
		font-size: .4rem;
	}
	.investor-img{
		width: 160%;
		height: 8rem;
		margin-top: .6rem;
	}
	.investor-j{
		width: 100%;
		overflow: hidden;
	}
	.investor-b{
		left: 30%;
	}
	.investor-div{
		margin-top: .7rem;
	}
	.investor-dli{
		margin-top: .3rem;
		padding-left: 25px;
	}
	.investor-dli:first-child{
		background-position-y: 3px;
	}
}



/*质量安全*/
.quality{

}
.quality-lt{
	width: 63.55%;
}
.quality-rt{
	width: 36.45%;
	padding-left: 80px;
	text-align: right;
}
.quality-d-bj{
	background: #F5F5F5;
}
.quality-de{
	padding: 110px 0;
}
.quality-d{
	line-height: 1;
	font-weight: bold;
}
.quality-e{
	margin-top: 30px;
	font-size: 0;
	width: 107%;
	font-size: 0;
}
.quality-eli{
	margin-top: 40px;
	display: inline-block;
	vertical-align: top;
	width: 43%;
	margin-right: 7%;
	border-bottom: 1px dashed #ccc;
}
.quality-e2{
	padding-left: 35px;
	min-height: 85px;
	padding-bottom: 5px;
	background: url(../img/ico10.png) no-repeat left 7px;
	color: #444;
	line-height: 2;
}
.quality-g{
	width: 680px;
}
@media(max-width:1600px){
	.quality-rt{
		padding-left: 50px;
	}
	.quality-g{
		width: calc(100% + 8vw);
	}
}
@media(max-width:1200px){
	.quality-e{
		width: 103%;
		margin-top: 50px;
	}
	.quality-eli{
		width: 47%;
		margin-right: 3%;
	}
	
}
@media(max-width:1000px){
	.quality-lt{
		width: 100%;
	}
	.quality-rt{
		width: 100%;
		display: block;
		text-align: left;
		margin-top: 40px;
		padding: 0;
	}
	.quality-e{
		width: 100%;
	}
	.quality-eli{
		width: 100%;
		margin-top: 0;
		padding: 20px 0;
	}
	.quality-e2{
		min-height: auto;
		padding-bottom: 0;
	}
	.quality-g{
		width: 100%;
	}
}
@media(max-width:750px){
	.quality-de{
		padding: .8rem 0;
	}
	.quality-d{
		font-weight: bold;
	}
	.quality-e{
		margin-top: .3rem;
	}
	.quality-eli{
		padding: .4rem 0;
	}
	.quality-rt{
		margin-top: .5rem;
	}
}


/*社会公益*/
.welfare{
	padding: 100px 0;
}
.welfare-ac{
	width: 62.5%;
}
.welfare-c{
	margin-top: 40px;
}
.welfare-c2{
	width: 100%;
	min-height: initial;
	padding-bottom: 0;
	margin-top: 45px;
}
.welfare-c2:first-child{
	margin: 0;
}
.welfare-de{
	width: 100%;
	min-height: 38.55vw;
	position: relative;
	overflow: hidden;
}
.welfare-e{
	width: 53.4%;
	/*float: right;
	padding-top: 100x;*/
	position: absolute;
	right: 0;
	bottom: 0;
}
.welfare-ebj {
	background: linear-gradient(90deg, #159B3C, #08306C);
opacity: 0.7;
}
.welfare-ediv{
	width: 100%;
	padding: 70px 140px 50px 110px;
	position: relative;
	z-index: 2;
}
.welfare-e2{
	color: #fff;
	margin-top: 40px;
	line-height: 1.6;
	min-height: initial;
	background-image: url(../img/ico10_1.png);
}
.welfare-e2:first-child{
	margin: 0;
}
.welfare-gh{
	padding: 120px 0;
	font-size: 0;
}
.welfare-g{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-right: 6.5%;
}
.welfare-g2{
	overflow: hidden;
}
.welfare-g2 .img{
	direction: down;
	width: 25.6%;
	margin-right: 3%;
	float: left;
}
.welfare-g2 .txt{
	width: 100%;
}
.welfare-g2.on .img{
	display: block;
}
.welfare-g2.on .txt{
	width: 71.4%;
	float: right;
}
/*.welfare-h{
	width: 43.4%;
	display: inline-block;
	vertical-align: top;
}*/
@media(max-width:1600px){
	.welfare-e{
		width: 60%;
	}
	.welfare-ediv{
		padding: 40px;
	}
	.welfare-e2{
		margin-top: 20px;
	}
	.welfare-g{
		padding-right: 4%;
	}
	.welfare-c2{
		margin-top: 30px;
	}
}
@media(max-width:1200px){
	.welfare,
	.welfare-gh{
		padding: 70px 0;
	}
	.welfare-ac{
		width: 80%;
	}
	.welfare-de{
		min-height: initial;
	}
	.welfare-de .imgBj{
		width: 100%;
		height: 300px;
	}
	.welfare-e{
		margin-top: 300px;
		width: 100%;
		position: relative;
	}
	.welfare-c{
		margin-top: 25px;
	}
}
@media(max-width:1000px){
	.welfare-g2.on .txt{
		width: 100%;
	}
	.welfare-g2.on .img{
		width: 100%;
		margin-top: 15px;
	}
	.welfare-g2.on .img img{
		width: 100%;
	}
}
@media(max-width:750px){
	.welfare,
	.welfare-gh{
		padding: .8rem 0;
	}
	.welfare-c{
		margin-top: .25rem;
	}
	.welfare-ac{
		width: 100%;
	}
	.welfare-de .imgBj{
		height: 4rem;
	}
	.welfare-e{
		margin-top: 4rem;
	}
	.welfare-ediv{
		padding: .4rem;
	}
	.quality-e2{
		background-size: .25rem;
		background-position-y: .14rem;
		padding-left: .4rem;
	}
	.welfare-g{
		width: 100%;
		padding: 0;
	}
	.welfare-c2{
		margin-top: .4rem;
	}
	.welfare-h{
		width: 100%;
		margin-top: .5rem;
	}
	.welfare-g2.on .img{
		margin-top: .2rem;
	}
}


/*绿色发展*/
.green{
	padding: 100px 0;
}
.green-ul{
	margin-top: 20px;
	font-size: 0;
	width: 107%;
}
.green-li{
	display: inline-block;
	vertical-align: top;
	width: 43%;
	margin-right: 7%;
	margin-top: 90px;
	min-height: 220px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.green-d{
	color: #159B3C;
	line-height: 1.3;
	font-size: 30px;
}
.green-e{
	margin-top: 15px;
	line-height: 2;
	color: #444;
}

.green-cnt{
	margin-top: 50px;
	padding: 90px;
	overflow: hidden;
	background: #F5F5F5;
}
.green-list{
	overflow: hidden;
	margin-top: 85px;
}
.green-list:first-child{
	margin-top: 0;
	overflow: hidden;
}
.green-f{
	width: 43%;
	float: right;
}
.green-g{
	width: 57%;
	float: left;
	padding-right: 5.3%;
	color: #444;
}
.green-g1{
	width: 64px;
	line-height: 64px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background: linear-gradient(90deg, #159B3C, #08306C);
}
.green-g2{
	font-weight: bold;
	line-height: 1.4;
	margin-top: 15px;
}
.green-g3{
	margin-top: 25px;
}
.green-list:nth-child(2n + 0) .green-f{
	float: left;
}
.green-list:nth-child(2n + 0) .green-g{
	float: right;
	padding-right: 0;
	padding-left: 5.3%;
}
.green-hul .green-li{
	min-height: 255px;
}
.green-c2{
	padding: 0;
	background: initial;
}

@media(max-width:1600px){
	.green-d{
		font-size: 24px;
	}
	.green-e{
		margin-top: 10px;
	}
	.green-ul{
		width: 103%;
	}
	.green-li{
		width: 47%;
		margin-right: 3%;
		margin-top: 50px;
	}
	.green-g1{
		width: 50px;
		line-height: 50px;
	}
	.green-g3{
		margin-top: 15px;
	}
	.green-list{
		margin-top: 45px;
	}
	.green-cnt{
		padding:60px 40px;
	}
}
@media(max-width:1200px){
	.green-d{
		font-size: 20px;
		font-weight: bold;
	}
}
@media(max-width:1000px){
	.green-ul{
		width: 100%;
	}
	.green-li{
		width: 100%;
		margin-right: 0;
		min-height: initial;
		padding-bottom: 25px;
		margin-top: 30px;
	}
	.green-f{
		width: 100%;
	}
	.green-g{
		width: 100%;
		margin-top: 30px;
		padding: 0 !important;
	}
	.green-hul .green-li{
		min-height: auto;
	}
}
@media(max-width:750px){
	.green{
		padding: .8rem 0;
	}
	.green-ul{
		margin-top: .3rem;
	}
	.green-li{
		margin: 0;
		padding: .4rem 0;
	}
	.green-d{
		font-size: .34rem;
	}
	.green-e{
		margin-top: .15rem;
	}
	.green-cnt{
		padding: .7rem .3rem
	}
	.green-g{
		margin-top: .3rem;
	}
	.green-list{
		margin-top: .7rem;
	}
	.green-g1{
		width: .7rem;
		line-height: .7rem;
		font-size: .3rem;
	}
	.green-g2{
		margin-top: .15rem;
	}
	.green-g3{
		margin-top: .25rem;
	}
}


/*ESG报告*/

.report{
	padding: 100px 0;
}
.report-ul{
	width: 103%;
	font-size: 0;
	margin-top: 60px;
	margin-bottom: 40px;
}
.report-li{
	width: 22%;
	margin-right: 3%;
	margin-bottom: 65px;
	display: inline-block;
	vertical-align: top;
}
.report-d{
	overflow: hidden;
	font-size: 0;
}
.report-e{
	font-size: 22px;
	margin-top: 20px;
}
.report-f{
	color: #666;
	line-height: 1;
	margin-top: 10px;
}
@media(max-width:1600px){
	.report-e{
		font-size: 20px;
	}
}
@media(max-width:1200px){
	.report-e{
		font-size: 20px;
	}
	.report-li{
		width: 30.333%;
	}
	.report-e{
		font-size: 18px;
		font-weight: bold;
	}
	.report{
		padding: 70px 0;
	}
}
@media(max-width:750px){
	.report{
		padding: .8rem 0;
	}
	.report-ul{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.report-li{
		width: 47%;
		margin-bottom: .5rem;
	}
	.report-e{
		font-size: .3rem;
		margin-top: .2rem;
	}
	.report-f{
		margin-top: .15rem;
	}
}


/*人才招聘*/
.recruitment{
	padding: 100px 0 160px 0;
}
.recruitment-div{
	margin-top: 70px;
}
.recruitment-d{
	width: 100%;
	background: #F4F4F4;
	padding: 30px 50px;
	overflow: hidden;
}
.recruitment-dli{
	width: 21%;
	float: left;
	line-height: 2;
	text-align: center;
}
.recruitment-d1{
	/*width: 24% !important;*/
	text-align: left !important;
}
.recruitment-d5{
	width: 16% !important;*/
}
.recruitment-ul{
	margin-bottom: 3.125vw;
}
.recruitment-li{
	
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.recruitment-d1 img{
	vertical-align: top;
}
.recruitment-e{
	padding: 30px 50px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.recruitment-e6{
	display: inline-block;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-right: 45px;
	margin-top: -4px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.recruitment-e.on .recruitment-e6{
 transform: rotate(-180deg);
transition: all .5s;
-webkit-transition: all .5s;  
}
.recruitment-f{
	width: 100%;
	background: #F7F7F7;
	padding: 60px;
	display: none;
}
.recruitment-f2{
	display: none;
	line-height: 2;
}
.recruitment-f3{
	color: #222;
	font-weight: bold;
	line-height: 1;
}
.recruitment-f4{
	color: #666;
	line-height: 2;
	margin-top: 30px;
	margin-bottom: 50px;
}
.recruitment-f5{
	margin-top: 10px;
}
@media(max-width:1200px){
	.recruitment{
		padding: 80px 0;
	}
	.recruitment-div{
		margin-top: 50px;
	}
	.recruitment-d{
		padding: 20px 30px;
	}
	.recruitment-e{
		padding: 20px 30px;
	}
	.recruitment-e6{
		margin-right: 20px;
	}
	.recruitment-f{
		padding: 40px;
	}
	.recruitment-f4{
		margin-top: 15px;
		margin-bottom: 30px;
	}
}
@media(max-width:1000px){
	.recruitment-dli{
		width: 20%;
	}
	.recruitment-d5{
		width: 20% !important;
	}
}
@media(max-width:750px){
	.recruitment{
		padding: .8rem 0;
	}
	.recruitment-div{
		margin-top: .6rem;
	}
	.recruitment-d2,
	.recruitment-d3,
	.recruitment-d4{
		display: none;
	}
	.recruitment-d1{
		width: 60%;
	}
	.recruitment-d5{
		width:35% !important;
	}
	.recruitment-d{
		padding: .2rem .3rem;
	}
	.recruitment-e{
		padding: .3rem;
	}
	.recruitment-f{
		padding: .4rem;
	}
	.recruitment-f4{
		margin-top: .2rem;
		margin-bottom: .4rem;
	}
	.recruitment-f2{
		display: block;
		margin-bottom: .4rem;
		line-height: 1.8;
		font-size: .26rem;
	}
	.recruitment-ul{
		margin-bottom: .6rem;
	}
}


.delivery-bj{
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	z-index: 39;
	display: none;
}
.delivery{
	width: 90%;
	max-width: 1340px;
	margin: 50px auto;
	padding: 50px;
	background: #fff;
}
.delivery-a{
	font-size: 34px;
	color: #333;
	line-height: 1;
	overflow: hidden;
}
.delivery-agb{
	width: 30px;
	float: right;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.delivery-agb:hover{
	transform: rotate(180deg);
transition: all .5s;
-webkit-transition: all .5s;  
}
.delivery-fm{
	margin-top: 35px;
	background: #F7F7F7;
	padding: 60px 80px;
	padding-top: 40px;
	overflow: hidden;
}
.delivery-list{
	width: 48%;
	float: left;
	position: relative;
	max-width: 500px;
	margin-bottom: 20px;
	font-size: 0;
}
.delivery-b {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	line-height: 45px;
	color: #666;
}
.delivery-c{
	width: calc(100% - 100px);
	
	display: inline-block;
	vertical-align: top;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	padding: 0 20px;
}
.delivery-list:nth-child(2n){
	float: right;
}
.delivery-list2{
	width: 100%;
	max-width: initial;
}
.delivery-d{
	width: calc(100% - 100px);
	
	display: inline-block;
	vertical-align: top;
}
.delivery-d label{
	display: inline-block;
	line-height: 45px;
	margin-left:40px;
}
.delivery-d label:first-child{
	margin-left: 0;
}
.delivery-d2{
	line-height: 45px;
	float: right;
	color: #222;
}
.delivery-e{
	
}
.delivery-f{
	max-width: calc(100% - 100px);
	
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 10px;
}
.delivery-g{
	height: 135px;
	padding: 10px 20px;
	line-height: 1.8;
	resize: none;
}
.delivery-h{
	width: 48%;
	max-width: 500px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.delivery-i{
	width: 150px;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	line-height: 43px;
	text-align: center;
}
.delivery-i img{
	max-height: 100%;
}
.delivery-j{
	margin-top: 60px;
	border: 0;
}

.delivery-brt .bottonbox,
.delivery-brt .flie-name{
	display: none;
}
.delivery-brt .delivery-f{
	width: 100% !important;
	max-width: 100% !important;
}
.delivery-h>img{
	width: 120px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    line-height: 43px;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 0;
}
@media(max-width:1600px){
	.delivery-fm{
		padding: 40px;
	}
	.delivery-d label{
		margin-left: 20px;
	}
	.delivery-b{
		width: 80px;
	}
	.delivery-c,
	.delivery-d,
	.delivery-e{
		width: calc(100% - 80px);
	}
	.delivery-j{
		margin-top: 40px;
	}
}
@media(max-width:1000px){
	.delivery-a{
		font-size: 28px;
		font-weight: bold;
	}
	.delivery{
		padding: 30px;
	}
	.delivery-fm{
		margin-top: 30px;
		padding: 30px;
	}
	.delivery-list{
		width: 100%;
		max-width: initial;
	}
}
@media(max-width:750px){
	.delivery-a{
		font-size: .32rem;
	}
	.delivery{
		padding:.5rem .3rem;
	}
	.delivery-agb{
		width: .4rem;
	}
	.delivery-fm{
		margin-top: .4rem;
		padding: .3rem;
	}
	.delivery-b{
		width: 1.4rem;
		line-height: .7rem;
	}
	.delivery-c,
	.delivery-d,
	.delivery-e{
		width: calc(100% - 1.4rem);
		height: .7rem;
		line-height: .7rem;
	}
	.delivery-d{
		height: auto;
		margin-bottom: .3rem;
	}
	.delivery-d2{
		float: left;
		width: 100%;
		line-height: 1;
	}
	.delivery-j{
		margin-top: .3rem;
	}
	.delivery-list{
		margin-bottom: .1rem;
	}
	.delivery-c{
		padding: 0 .2rem;
	}
	.delivery-h{
		width: 70%;
	}
	.delivery-i{
		width: 25%;
		margin-left: 5%;
		height: .7rem;
		line-height: .68rem;
	}
	.delivery-h>img{
		width: 25%;
		margin-left: 5%;
		height: .7rem;
		line-height: .68rem;
	}
}

footer{
	width: 100%;
	background: #F6F6F6;
	position: relative;
	z-index: 16;
}
.footer{
	padding: 110px 0 60px 0;
}
.footer-ul{
	display: flex;
	justify-content: space-between;
}
.footer-li{
	display: inline-block;
	max-width: 10%;
	padding-left: 10px;
}
.footer-li:first-child{
	padding: 0;
}
.footer-a{
	display: inline-block;
}
.footer-b{
	margin-top: 25px;
}
.footer-b a{
	display: inline-block;
	color: #333;
	opacity: .8;
	margin-bottom: 5px;
}
.footer-b a:hover{
	color: #159B3C;
	opacity: 1;
}
.footer-cd{
	margin-top: 100px;
}
.footer-c{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.footer-c1{
	width: 255px;
	height: 42px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding:  0 15px;
	line-height: 40px;
	background: url(../img/ico19_2.png) no-repeat 95% center;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.footer-c1.on{
	background-image: url(../img/ico19_3.png);
transition: all .5s;
-webkit-transition: all .5s;  
}
.footer-c2{
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	background: #fff;
	overflow-y: auto;
	max-height: 240px;
	border: 1px solid #E0E0E0;
	display: none;
}
.footer-c2 a{
	display:block;
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #E0E0E0;
}
.footer-d{
	display: inline-block;
	float: right;
	line-height: 40px;
	padding-right: 15px;
}
.footer-ef{
	margin-top: 15px;
	padding-top: 25px;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 0;
}
.footer-e{
	width: calc(100% - 260px);
	display: inline-block;
	vertical-align: top;
	line-height: 1.8;
}
.footer-e2{
	color: #148F42;
	margin-top: 3px;
}
.footer-e2>span{
	color: #148F42 !important;
	display: inline-block;
	font-size: 16px;
}
.footer-f{
	float: right;
	text-align: right;
}
.footer-fa{
	display: inline-block;
	position: relative;
	margin-left: 12px;
}
.footer-f1{
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	background: #555555;
}
.footer-f2{
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 140px;
	margin-left: -70px;
	padding-bottom: 15px;
	display: none;
}
.footer-f2 img{
	max-width: 100%;
}
.footer-fa:last-child .footer-f2{
	margin-left: 0;
	left: initial;
	right: 0;
}
.footer-fa:hover .footer-f1{
	background: #148F42;
}
.footer-bot{
	width: 100%;
	background: #383838;
}
.footer-gh{
	padding: 25px 0;
	overflow: hidden;
}
.footer-g{
	color: #676767;
	float: left;
}
.footer-g a{
	display: inline-block;
	color: #676767;
}
.footer-g a:hover{
	color: #fff;
}
.footer-h{
	float: right;
	display: inline-block;
	color: #676767;
	margin-left: 15px;
}
.footer-h:hover{
	color: #fff;
}
@media(max-width:1200px){
	.footer{
		padding: 60px 0;
	}
}
@media(max-width:1000px){
	.footer-b{
		display: none;
	}
	.footer-ul{
		display: none;
		overflow: hidden;
	}
	.footer-li{
		width: 33.333%;
		padding: 0;
		max-width: initial;
		float: left;
		margin-bottom: 20px;
	}
	.footer-cd{
		margin-top: 0;
	}
	.footer-c2{
		max-height: 160px;
	}
}
@media(max-width:750px){
	.footer{
		padding: .8rem 0 .4rem 0;
	}
	.footer-a{
		font-size: .3rem;
	}
	.footer-cd{
		/*margin-top: .6rem;*/
	}
	.footer-c1{
		width: 5rem;
	}
	.footer-e{
		text-align: center;
		width: 100%;
		text-align: left;
	}
	.footer-f{
		text-align: center;
		width: 100%;
		margin-top: .3rem;
		float: initial;
		text-align: left;
	}
	.footer-fa{
		margin: 0;
		margin-right: .3rem;
	}
	.footer-fa:first-child  .footer-f2{
		left: 0;
		margin-left: 0;
	}
	.footer-fa:last-child .footer-f2{
		left: 50%;
		margin-left: -70px;
	}
	.footer-gh{
		padding: .4rem 0;
	}
	.footer-g{
		width: 100%;
	}
	.footer-h{
		margin-top: .15rem;
	}
}


/*header{
	width: 100%;
	height: 120px;
	background: #159B3C ;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
}
.logo{
	display: inline-block;
	width: 130px;
}
.header-nav{
	display: inline-block;
}*/
header{
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
}
.header-top{
	height: 65px;
	font-size: 0;
	position: relative;
	z-index: 3;
}
.header-bj{
	width: 100%;
	height: 55px;
	background: linear-gradient(135deg, #159B3C, #08306C);
}
.header-a{
	float: left;
	overflow: hidden;
}
.logo{
	width: 130px;
	line-height: 65px;
	font-size: 0;
	display: inline-block;
	float: left;
}
.header-adiv{
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(0,0,0,.2);
	margin-top: 15px;
}
.header-a2{
	line-height: 1;
}
.header-a3{
	line-height: 1;
	margin-top: 2px;
}
.header-rt{
	float: right;
	font-size: 0;
}
.header-b{
	display: inline-block;
	cursor: pointer;
	margin-right: 30px;
	position: relative;
}
.header-b1{
	display: inline-block;
	padding-left: 30px;
	line-height: 65px;
	background: url(../img/ico33.png) no-repeat left center;
}
.header-b2{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 160px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 2px 2px #999;
	margin-left: -80px;
	display: none;
}
.header-b2 a{
	display: block;
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
.header-c1{
	background-image: url(../img/ico34.png);
}
.header-c2{
	width: 120px;
	margin-left: -60px;
}
.header-d{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 65px;
	background: url(../img/ico35.png) no-repeat center;
	cursor: pointer;
}

.header-nav{
	display: flex;
	justify-content: space-between;
	font-size: 0;
}
.header-nav-li{
	display: inline-block;
	position: relative;
}
.header-e{
	display: inline-block;
	color: #fff;
	line-height: 55px;
	position: relative;
	z-index: 2;
}

.header-f{
	position: absolute;
	left: -24px;
	top: 0;
	width: 45px;
	height: 55px;
	overflow: hidden;
	z-index: 1;
	padding-top: 2px;
	display: none;
}
.header-f img{
	width: 100%;
	animation:imgrotate 6s linear 0s infinite;
	-webkit-animation:imgrotate 6s linear 0s infinite;
}
@keyframes imgrotate{
	0%   {transform: rotate(0deg);} 
	45%  {transform: rotate(6deg);}
	90%  {transform: rotate(-6deg);}
}
@-o-keyframes imgrotate{
	0%   {transform: rotate(0deg);} 
	45%  {transform: rotate(6deg);}
	90%  {transform: rotate(-6deg);}
}
@media(min-width:1201px){
	.header-nav-li:hover .header-e{
		padding-bottom: 10px;
		line-height: 45px;
		color: #fff;
	}
	.header-nav-li.on .header-f{
		display: block !important;
	}
}
.header-g{
	display: none;
}
.header-h{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 140px;
	padding: 10px;
	margin-left: -70px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	display: none;
}
.header-h a{
	display: block;
	line-height: 2;
	margin: 10px 0;
	text-align: center;
}
.header-h a:hover{
	
}

.header-dx{
	width: 35px;
	margin-top: 20px;
	text-align: right;
	margin-left:40px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background:#666;
	float: right;
	
}
.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}


.header-ss{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,.8);
	display: none;
	z-index: 39;
}
.header-ss-a{
	width: 600px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -300px;
}
.header-ss-a .int1{
	width: 540px;
	height: 50px;
	line-height: 50px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding:  0 10px;
	padding-right: 60px;
}
.header-ss-a .int2{
	width: 50px;
	height: 50px;
	border: none;
	background: no-repeat center;
	background-image: url(../img/ss03.png);
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
}
.header-ss-x{
	width: 50px;
	height: 50px;
	background: url(../img/x01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

@media(max-width:1600px){
	.logo{
		width: 110px;
		line-height: 55px;
	}
	.header-top{
		height: 55px;
	}
	.header-adiv{
		margin-left: 15px;
		padding-left: 15px;
		margin-top: 13px;
	}
	.header-b1{
		line-height: 55px;
	}
	.header-d{
		height: 55px;
	}
	.header-bj{
		height: 45px;
	}
	.header-e{
		line-height: 45px;
	}
	.header-f{
		width: 35px;
		left: -20px;
		height: 45px;
	}
	body{
		padding-top: 100px;
	}
	.header-nav-li:hover .header-e{
		padding-bottom: 8px;
		line-height: 37px;
		color: #fff;
	}
}
@media(max-width:1200px){
	header{
		box-shadow: 0 2px 2px rgba(0,0,0,.2);
	}
	.header-top{
		height: 70px;
	}
	body{
		padding-top: 70px;
	}
	.logo{
		width: 150px;
		line-height: 70px;
	}
	.header-adiv{
		margin-left: 15px;
		padding-left: 15px;
		margin-top: 20px;
	}
	.header-b1{
		line-height: 70px;
	}
	.header-d{
		height: 70px;
	}
	.header-dx{
		display: block;
	}
	.header-bj{
		position: fixed;
		top: 70px;
		height: calc(100% - 70px);
		width: 100%;
		left: 0;
		padding: 30px 5%;
		display: none;
	}
	.header-nav{
		width: 103%;
		padding-right: 3%;
		display: block;
		max-height: calc(100vh - 130px);
		overflow-y: auto;
	}
	.header-nav-li{
		width: 100%;
	}
	.header-f{
		display: none !important; 
	}
	.header-e{
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 80px !important;
		padding: 0 !important;
		border-bottom: 1px solid rgba(255,255,255,.4);
		font-weight: bold;
	}
	.header-h{
		width: 100%;
		position: relative;
		top: initial;
		left: inherit;
		margin: initial;
		background: initial;
		display: block;
		box-shadow: initial;
		padding: 0;
		display: none;
	}
	.header-h a{
		display: block;
		font-size: 16px;
		line-height: 60px;
		border-bottom: 1px solid rgba(255,255,255,.3);
		padding: 0 15px;
		color: #fff;
		width: 100%;
		text-align: left;
	}
	.header-g{
		display: block;
		width: 20%;
		height: 80px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		background: url(../img/ico37_1.png) no-repeat right center;
		background-size: 15px auto;
	}
	.header-g.on{
		background-image: url(../img/ico37_2.png);
	}
}
@media(max-width:750px){
	.header-top{
		height: 1rem;
	}
	body{
		padding-top: 1rem;
	}
	.logo{
		width: 1.6rem;
		line-height: 1rem;
	}
	.header-adiv{
		display: none;
	}
	
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .35rem;
		padding-top: .23rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	
	.header-ss-a{
		width: auto;
	}
	.header-ss-a .int1{
		width: 5rem;
		margin-right: 1rem;
		font-size: .26rem;
	}
	.header-ss-a{
		margin-left: -3rem;
	}
	.header-b1{
		line-height: 1rem;
		margin-right: .2rem;
		font-size: .24rem;
		padding-left: .35rem;
		background-size: .25rem auto;
	}
	.header-b{
		margin-right: .1rem;
	}
	.header-d{
		height: 1rem;
		width: .3rem;
		background-size: 100% auto;
	}
	.header-bj{
		top: 1rem;
		height: calc(100vh - 1rem);
		padding: .3rem 5%;
	}
	.header-nav{
		width: 104%;
		padding-right: 4%;
		max-height: calc(100vh - 1.6rem);
	}
	.header-e{
		font-size: .3rem;
		height: 1rem;
		line-height: 1rem !important;
	}
	.header-g{
		width: 30%;
		height: 1rem;
		background-size: .2rem auto;
	}
	.header-h a{
		font-size: .26rem;
		line-height: .8rem;
		padding: 0 .2rem;
	}
	.header-b2{
		width: 3rem;
		margin-left: -1.5rem;
	}
	.header-c2{
		width: 2rem;
		margin-left: -1rem;
	}
}


.iszj-bj{
	width: 100%;
	overflow: hidden;
	background: url(../img/img27.jpg) no-repeat center;
	background-size: cover;
}
.iszj{
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}
.iszj-li{
	display: inline-block;
	text-align: left;
	color: #fff;
}
.iszj-li .overview-e,
.iszj-li .overview-d3{
	color: #fff;
}
.iszj-li .overview-e{
	margin-top: 10px;
}

.inws-ab{
	
}
.inws-a{
	display: inline-block;
}
.inws-a2{
	margin-top: 15px;
}
.inws-b{
	font-size: 15px;
	display: inline-block;
	float: right;
	padding-right: 15px;
	background: url(../img/ico19_1.png) no-repeat right center;
	margin-top: 45px;
}
.inws-b:hover{
	background-image: url(../img/ico19.png);
}
.inws{
	padding: 60px 0 100px 0;
}
.inws-c{
	margin-top: 35px;
}
.inws-csd .news-cli{
	background: initial;
	border: 0;
}
.inws-csd  .staff-e{
	padding: 20px 0;
}
.inws-csd  .staff-e3{
	margin-top: 15px;
}
@media(max-width:1200px){
	.inws{
		padding: 60px 0;
	}
	.iszj{
		padding: 60px 0;
	}
}
@media(max-width:750px){
	.inws{
		padding: .8rem 0;
	}
	.iszj{
		padding: .6rem 0;
	}
	.inws-a2{
		margin-top: .2rem;
	}
	.inws-b{
		margin-top: .5rem;
	}
	.iszj{
		display: block;
		overflow: hidden;
	}
	.iszj-li{
		width: 33.333%;
		float: left;
		text-align: center;
		margin-top: .7rem;
	}
	.iszj-li:nth-child(1),
	.iszj-li:nth-child(2){
		width: 50%;
		margin-top: 0;
	}
}


.isnva-bj{
	width: 100%;
	height: 320px;
	position: relative;
}
.isnva{
	position: relative;
	z-index: 2;
}
@media(min-width:1001px){
	.isnva-swiper{
		width: 100%;
		top: -135px;
		display: block;
		position: relative;
	}
	.isnva-swiper .swiper-wrapper{
		display: block;
		position: relative;
		overflow: hidden;
	}
	.isnva-csd{
		display: block;
		width: 25%;
		height: 340px;
		position: relative;
		float: left;
transition: all .8s;
-webkit-transition: all .8s;  
	}
	.isnva-csd.on{
		width: 50%;
transition: all .8s;
-webkit-transition: all .8s;  
	}
}
.isnva-div{
	width: 100%;
	padding: 45px 60px;
	position: relative;
	z-index: 2;
}
.isnva-b{
	margin-top: 10px;
	line-height: 1.2;
}
.isnva-c{
	margin-top: 80px;
}
@media(max-width:1200px){
	.isnva-bj{
		height: 280px;
	}
	.isnva-csd{
		height: 300px;
	}
	.isnva-swiper{
		top: -100px;
	}
	.isnva-div{
		padding: 35px;
	}
}
@media(max-width:1000px){
	.isnva-bj{
		height: auto;
		padding-top: 30px;
	}
	.isnva-bj>.imgBj{
		width: 100%;
		height: 300px;
	}
	.isnva-swiper{
		top: 0;
		padding-bottom: 60px;
	}
}
@media(max-width:750px){
	.isnva-bj{
		height: auto;
		padding-top: .5rem;
	}
	.isnva-bj>.imgBj{
		width: 100%;
		height: 3rem;
	}
	.isnva-csd{
		height: 3.5rem;
	}
	.isnva-swiper{
		top: 0;
		padding-bottom: .8rem;
	}
	.isnva-div{
		padding: .3rem;
	}
	.isnva-c{
		margin-top: .5rem;
	}
}


.iabpr-ffbj{
	background: #fff;
	overflow: hidden;
}
.iabpr-bj{
	background: #F6F6F6;
}
.iabpr{
	
}
.iabut{
	font-size: 0;
	position: relative;
}
.iabut-lt{
	width: 47.3%;
	display: inline-block;
	vertical-align: top;
	padding-top: 130px;
    padding-bottom: 50px;

}
.iabut-rt{
	width: 52.7%;
	display: inline-block;
	vertical-align: top;
	padding-left: 60px;
	text-align: right;
	position: relative;
	overflow: hidden;
	top: 5.2vw;
	right: -5vw;
    margin-bottom: 30px;
}
.iabut-pos{
	position: relative;
}
.iabut-ul{
	width: 0;
	height: 0;
}
.iabut-li{
	position: absolute;
	left: 16%;
    top: 37%;
	width: 0;
	height: 0;
	background: #000;
}
.iabut-li:nth-child(2){
	left: 43.5%;
    top: 18.5%;
}
.iabut-li:nth-child(3){
	left: 71.5%;
    top: 36%;
}
.iabut-li:nth-child(4){
	     left: 4%;
    top: 52.5%;
}
.iabut-li:nth-child(5){
	left: 19%;
    top: 8%;
}
.iabut-li:nth-child(6){
	left: 64%;
    top: 10%;
}
.iabut-li:nth-child(7){
	left: 93.5%;
    top: 55%;
}
.iabut-j{
	min-width: 8vw;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.iabut-j1{
	line-height: 1;
	font-size: 38px;
}
.iabut-j2{
	color: #fff;
	opacity: .5;
	line-height: 1.4;
	padding-top: 5px;
	font-size: 14px;
}
.iabut-li:nth-child(5) .iabut-j1,
.iabut-li:nth-child(6) .iabut-j1,
.iabut-li:nth-child(7) .iabut-j1{
	font-size: 28px;
}
.iabut-li:nth-child(4) .iabut-j1{
	font-size: 20px;
}

.iabut-rt-b{
	color: #888;
	position: absolute;
	right: 25%;
	bottom: 15%;
}
.iabut-c{
	margin-top: 20px;
}
.iabut-d{
	margin-top: 70px;
}
.iabut-e{
	position: absolute;
	bottom: 3%;
	right: 55%;
}
.iprot{
	padding: 130px 0 300px 0;
}
.iprot-c{
	width: 120%;
	margin-left: -10%;
	text-align: center;
	margin-top: 20px;
	font-size: 0;
}
.iprot-c img{
	max-width: 100%;
}
.iprot-d{
	text-align: center;
	height: 0;
}
.iprot-da{
	position: relative;
	top: -80px;
}
.iprot-pos{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.iprot-li{
	 
    position: absolute;
    left: 35.8%;
    top: 21%;
   width: 16.9%;
    height: 34.5%;
}
.iprot-li:first-child{
	width: 28.3%;
    height: 58%;
    z-index: 3;
}
.iprot-li:nth-child(2){
	left: 12.55%;
    top: 32.8%;
    z-index: 2;
}
.iprot-li:nth-child(3){
	    left: 0.65%;
    top: 17.7%;
}
.iprot-li:nth-child(4){
	    left: 0.65%;
    top: 48.7%;

}
.iprot-li:nth-child(5){
	    left: 12.55%;
    top: 63.8%;
}
.iprot-li:nth-child(6){
	    left: 24.55%;
    top: 48.3%;
}
.iprot-li:nth-child(7){
	left: 24.55%;
    top: 17.3%;
}
.iprot-li:nth-child(8){
	left: 12.55%;
    top: 1.8%;
}
.iprot-li:nth-child(9){
	left: 70.55%;
    top: 32.8%;
    z-index: 2;
}
.iprot-li:nth-child(10){
	    left: 58.57%;
    top: 17.3%;
}
.iprot-li:nth-child(11){
	    left: 58.57%;
        top: 48.3%;
}
.iprot-li:nth-child(12){
	    left: 70.57%;
    top: 63.8%;
}
.iprot-li:nth-child(13){
	    left: 82.45%;
    top: 48.6%;
}
.iprot-li:nth-child(14){
	    left: 82.47%;
    top: 17.7%;
}
.iprot-li:nth-child(15){
	left: 70.57%;
    top: 1.9%;
}


.iprot-li .imgBj{
	background-size: 100% 101%;
	
}
.iprot-li .img2{
	opacity: 0;
transition: all .8s;
-webkit-transition: all .8s;  
}
.iprot-li:hover .img2{
	opacity: 1;
transition: all .8s;
-webkit-transition: all .8s;  
}
.iprot-li-a{
	position: absolute;
    z-index: 15;
    width: 56.65%;
    height: 58.3%;
    left: 21.6%;
    top: 20.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.iprot-li-a img{
	max-width: 100%;
    max-height: 100%;
}
.iprot-li-a .img2{
	display: none;
}
.iprot-li:hover:hover .iprot-li-a .img1{
	display: none;
}
.iprot-li:hover:hover .iprot-li-a .img2{
	display: inline-block;
}

@media(max-width:1600px){
	.iprot-c{
		width: 110%;
		margin-left: -5%;
	}
	.iprot-da{
		top: -50px;
	}
	.iabpr{
		/*padding: 100px 0 240px 0;*/
	}
	.iabut-j1{
		font-size: 30px;
	}
	.iabut-j2{
		font-size: 12px;
	}
	.iabut-li:nth-child(5) .iabut-j1, .iabut-li:nth-child(6) .iabut-j1, .iabut-li:nth-child(7) .iabut-j1{
		font-size: 22px;
	}
	.iabut-li:nth-child(4) .iabut-j1{
		font-size: 16px;
	}
	.iabut-d{
		margin-top: 50px;
	}
	.iabut-d{
		top: 6.2vw;
	}
	.iprot{
		padding: 100px 0 200px 0;
	}
	.iabut-rt{
		right: -2vw;
	}
}
@media(max-width:1200px){
	.iabut-e{
		bottom: 0;
	}
	.iabut-lt{
		/*padding-top: 0;*/
		    padding-top: 50px;
    padding-bottom: 30px;
	}
	
	.iabut-rt{
		right: 0;
	}
}
@media(max-width:1000px){
	.iabut-lt{
		width: 100%;
		padding-bottom: 0;
	}
	.iabut-rt{
		width: 100%;
		padding: 0;
		margin: 0;
		top: 9.2vw;
		/*margin-top: 50px;*/
	}
	.iabut-d{
		margin-top: 40px;
	}
	.iabut-e{
		display: none;
	}
	.iabpr{
		/*padding: 80px 0;*/
	}
	.iprot-d{
		height: auto;
		margin-top: 10px;
	}
	.iprot-da{
		top: inherit;
	}
	.iabut-j{
		min-width: 15vw;
	}
	.iprot{
		padding: 80px 0;
	}
}
@media(max-width:750px){
	.iabpr{
		padding: .8rem 0;
	}
	.iabut-c{
		margin-top: .3rem;
	}
	.iabut-d{
		margin-top: .4rem;
	}
	.iabut-lt{
		margin: 0;
		padding: 0;
	}
	.iabut-rt{
		margin-top: .7rem;
		top: initial;
	}
	.iprot{
	}
	.iabut-j1{
		font-size: .4rem;
	}
	.iabut-j2{
		font-size: .24rem;
	}
	.iabut-li:nth-child(5) .iabut-j1, .iabut-li:nth-child(6) .iabut-j1, .iabut-li:nth-child(7) .iabut-j1{
		font-size: .3rem;
	}
	.iabut-li:nth-child(4) .iabut-j1{
		font-size: .24rem;
	}
	.iprot{
		padding: .8rem 0;
	}
}



.ban-swiper{
	width: 100%;
	height: 41.6666vw;
	max-height: calc(100% - 120px);
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}
.ban-slide.swiper-slide-active .imgBj{
	transform: scale(1.08);
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transition:all linear 6.5s;
	-webkit-transition:all linear 6.5s;
}
.ban-video{
	/*min-width: 100%;*/
	min-height: 100%;
	width: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}
.ban-div{
	padding-top: 7.8125vw;
	position: relative;
	z-index: 2;
	padding-right: 50%;
	top: 3vw;
	opacity: 0;
}
.ban-div-a{
	color: #09913D;
	font-weight: bold;
}
.ban-div-b{
	color: #000;
	line-height: 1.1;
	margin-top: 10px;
	font-weight: bold;
}
.ban-div-c{
	margin-top: 70px;
}
.ban-slide.swiper-slide-active .ban-div{
	top: 0;
	opacity: 1;
	transition: all .7s .5s;
-webkit-transition: all .7s .5s;  
}
.ban-vd{
	display: none;
}
.ban-sp{
	bottom: 45px !important;
}
.ban-sp span{
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin: 0 25px !important;
	display: inline-block;
	background: initial;
	font-weight: bold;
	color: #fff;
	opacity: .5;
	position: relative;
}
.ban-sp span:after{
	content: '';
	width: 35px;
	height: 1px;
	border-bottom: 1px dashed #fff;
	position: absolute;
	left: 100%;
	margin-left: 7px;
	margin-top: -1px;
	top: 50%;
	
}
.ban-sp span:last-child:after{
	display: none;
}
.ban-sp span.swiper-pagination-bullet-active{
	opacity: 1;
}


@media(max-width:1200px){
	
	.ban-swiper{
		width: 100%;
		height:45vw;
	}
	.ban-video{
		display: none;
	}
	.ban-vd{
		display: block;
		width: 80px;
		position: absolute;
		top: 65%;
		left: 50%;
		z-index: 3;
		transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);
	}
	.ban-div-c{
		margin-top: 40px;
	}
	.ban-sp{
		bottom: 20px !important;
	}
}
@media(max-width:750px){
	
	
	.ban-swiper{
		width: 100%;
		height:calc(100vh - 1rem);
	}
	.ban-div{
		padding: 0;
		padding-top: 2rem;
		text-align: center;
	}
	.ban-div-b{
		line-height: 1.3;
		font-size: .6rem;
	}
	.ban-vd{
		width: 1rem;
		
	}
	.ban-sp span{
		margin: 0 .2rem !important;
	}
	.ban-sp span:after{
		width: .3rem;
		margin-left: .05rem;
	}
}

.searchs{
	padding: 50px 0;
}
.searchs-fm{
	overflow: hidden;
}
.searchs-a{
	width: calc(100% - 150px);
	font-size: 24px;
	height: 50px;
	border: 0;
	background: initial;
}
.searchs-b{
	width: 125px;
	float: right;
	height: 50px;
	border-radius: 25px;
	background: #007147 url(../img/ss03.png) no-repeat 80px center;
	font-size: 16px;
	padding-left: 35px;
	text-align: left;
	color: #fff;
	border: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-b:hover{
	opacity: .8;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-cnt{
	padding: 50px 0 85px 0;
}
.searchs-c{
	color: #666;
}
.searchs-c span{
	color: #ff0000;
}
.searchs-d{
	margin-top: 25px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0;
}
.searchs-d a{
	display: inline-block;
	font-size: 16px;
	margin: 0 20px;
	line-height: 55px;
	position: relative;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-d a:after{
	content: '';
	width: 0px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: 0px;
	background: #007147;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-d a.on,
.searchs-d a:hover{
	color: #007147;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-d a.on:after,
.searchs-d a:hover:after{
	width: 30px;
	margin-left: -20px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-e{
	margin-bottom: 75px;
	overflow: hidden;
}
.searchs-eli{
	width: 48.5%;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 25px;
	display: inline-block;
	border-bottom: 1px solid #F0F0F0;
	padding-left: 30px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.searchs-eli:nth-child(2n + 0){
	float: right;
}
.searchs-eli>span{
	color: #ff0000
}
.searchs-eli:after{
	content: '';
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	
}
@media(max-width:1200px){
	.searchs-eli{
		width: 100%;
	}
}
@media(max-width:750px){
	.searchs{
		padding: .5rem 0;
	}
	.searchs-b{
		width: 2rem;
		font-size: .26rem;
		height: .8rem;
		background-position-x: 1.2rem;
		padding-left: .5rem;
	}
	.searchs-a{
		width: calc(100% - 2.2rem);
		font-size: .3rem;
		height: .8rem;
		padding: 0 .25rem;
	}
	.searchs-cnt{
		padding: 1rem 0;
	}
	.searchs-c{
		font-size: .26rem;
	}
	.searchs-d{
		padding: .2rem 0;
	}
	.searchs-d a{
		font-size: .26rem;
		line-height: .4rem;
		margin:.1rem .2rem;
	}
	.searchs-d a:after{
		display: none;
	}
	.searchs-e{
		margin-bottom: .6rem;
	}
	.searchs-eli{
		font-size: .26rem;
		line-height: .8rem;
		height: .8rem;
		margin-top: .3rem;
		padding-left: .45rem;
	}
	.searchs-eli:after{
		width: .16rem;
		height: .16rem;
		left: .1rem;
		margin-top: -.08rem;
	}
}
.f-no{
	display: flex;
    flex-flow: row wrap;
}
.f-no-b-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.f-no-b-center {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.fixalert_btn{
	position:fixed;
	width:40px;
	height:198px;
	cursor:pointer;
	right:0;
	bottom:30vh;
	z-index:99;
}
.fixalert_btn span{
	width:20px;
	font-size:18px;
	color:#fff;
	line-height:1.2;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.n-collection{
	padding:80px 0 70px;
	position: relative;
	z-index:1;
	background:url(../img/aimg2.jpg) no-repeat center center;
	background-size:cover;
}
.n-collection .tit2{
	font-weight:bold;
	font-size:50px;
	color:#000;
	text-align:center;
	line-height:1.2;
	margin-bottom:50px;
}
.n-collection form{
	width:100%;
}
.n-collection .formbox{
	width:100%;
}
.n-collection .formbox .leftform{
	width:calc(63% - 20px);
	padding:35px;
	border-radius:10px;
	overflow: hidden;
	background:#fff;
	margin-right:20px;
}
.n-collection .formbox .rightbox{
	width:37%;
	padding:35px;
	border-radius:10px;
	overflow: hidden;
	background:#fff;
}
.n-collection .formbox .sp{
	font-size:18px;
	color:#000;
	line-height:1.2;
	margin-bottom:15px;
}
.n-collection .formbox .sp span{
	color:#3ca534;
	font-size:18px;
}
.n-collection .formbox .leftform .input1{
	width:100%;
	height:48px;
	border-radius:5px;
	border:1px solid #d2d2d2;
	padding:0 15px;
}
.n-collection .formbox .leftform .li{
	margin-bottom:35px;
}
.n-collection .formbox .leftform .li1{
	width:35%;
}
.n-collection .formbox .leftform .li2{
	width:43.75%;
}
.n-collection .formbox .leftform .li3{
	width:11.25%;
}
.n-collection .formbox .leftform .radioli{
	font-size:18px;
	color:#000;
	line-height:1.2;
}
.n-collection .formbox .leftform label{
	margin-right:90px;
}
.nobottom{
	margin-bottom:0 !important;
} 
.n-collection .formbox .leftform label:last-child{
	margin-right:0;
}
.n-collection .formbox .leftform .radioli input{
	margin-right:20px;
}
.n-collection .formbox .leftform .tip{
	font-size:14px;
	color:#a4a4a4;
	line-height:1.2;
	margin-top:10px;
}	

.n-collection .formbox .rightbox .input2{
	width:100%;
	height:calc(100% - 40px);
	border-radius:5px;
	border:1px solid #d2d2d2;
	padding:15px;
}
.n-collection .submitbtn{
	margin:60px auto 0;
	background:url(../img/aimg3.png) no-repeat center center;
	background-size:146px 44px;
	width:146px;
	height:44px;
	display:block;
	border:none;
	color:#fff;
}
.n-collection .yzmbox{
	position: relative;
}
.n-collection .yzmbox .captcha{
	position: absolute;
	top:50%;
	right:20px;
	transform:translate(0,-50%);
	width:90px;
}
@media(max-width:1280px){
	.n-collection .formbox .leftform{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.n-collection .formbox .rightbox{
		width:100%;
	}
}
@media(max-width:996px){
	.n-collection .formbox .leftform .li1{
		width:100%;
	}
	.n-collection .formbox .leftform .li2{
		width:100%;
	}
	.n-collection .formbox .leftform .li3{
		width:100%;
	}
}
@media(max-width:767px){
	.n-collection{
		padding:50px 0 40px;
	}
	.n-collection .tit2{
		font-size:32px;
		margin-bottom:30px;
	}
	.n-collection .formbox .leftform,.n-collection .formbox .rightbox{
		padding:20px;
	}
	.n-collection .formbox .leftform .li{
		margin-bottom:20px;
	}
	.nobottom{
		margin-bottom:15px !important;
	}
	.n-collection .formbox .rightbox .input2{
		height:300px;
		font-size:16px;
	}
	.n-collection .submitbtn{
		margin: 30px auto 0;
	}
	.n-collection .formbox .sp{
		font-size:15px;
	}
	.n-collection .formbox .leftform .radioli{
		font-size:16px;
	}
	.n-collection .formbox .leftform .radioli input{
		margin-right:10px;
	}
	.n-collection .formbox .leftform label{
		margin-right:40px;
	}
	.fixalert_btn span{
		font-size:16px;
	}
	.fixalert_btn{
		width: 36px;
    	height: 180px;
	}
}