﻿*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	white-space:normal !important;
}
a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	position: relative;
	font-family:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.max1920{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.DIN-bd{
	font-family: DIN-Condensed-Bold;
}

.iconfont {
	font-family: "iconfont" !important;
	padding-right: 4px;
	font-size: .46rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

/*顶部*/
header{
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 39;
	height: 280px;
}
.header{
	padding-top: 50px;
}
.logo{
	float: left;
	font-size: 0;
}
.logo>img{
	float: left;
}
.header-a{
	float: left;
	margin-left: 10px;
	padding-top: 20px;
}
.header-a>div{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
}
.header-a>p{
	font-size: 18px;
	line-height: 1.2;
	color: #333;
	margin-top: 5px;
}
.header-a>p>span{
	font-weight: bold;
}
.header-b{
	float: right;
	padding-top: 25px;
	text-align: right;
	line-height: 1;
}
.header-b>div{
	font-size: 36px;
	color: #00923f;
	line-height: 45px;
	font-weight: bold;
}
.header-b>p{
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	color: #666;
}
.header-b>p>span{
	display: inline-block;
	font-size: 36px;
	line-height: 40px;
	color: #00923f;
	position: relative;
	top: 5px;
	font-family: DIN-Condensed-Bold;
}

.header-c{
	width: 100%;
	float: left;
	border-top: 1px solid #e8e8e8;
	margin-top: 35px;
}
.header-c .header-b{
	display: none;
}
.header-nav{
	padding-top: 20px;
	font-size: 0;
	overflow: hidden;
}
.header-nav li{
	width: 16%;
	float: left;
	position: relative;
	text-align: center;
}
.header-nav li:after{
	content: '';
	width: 1px;
	height: 15px;
	background: #E8E8E8;
	position: absolute;
	left: 0;
	top: 13px;
}
.header-nav li:first-child{
	width: 10%;
	text-align: left;
}
.header-nav li:last-child{
	width: 10%;
	text-align: right;
}
.header-nav .a1{
	display: inline-block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.header-nav .a1:hover{
	color: #00923f;
	transition: all .3s;
-webkit-transition: all .3s;
}
.header-nav .a1.on{
	color: #00923f;
}
.header-nav i{
	width: 1px;
	height: 15px;
	background: #E8E8E8;
	margin: 13px 75px;
}

.header-dx{
	width: 35px;
	margin-top: 35px;
	text-align: right;
	margin-left:15px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background: #222;
	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; 
}

@media(max-width:1600px){
	header{
		height: 200px;
	}
	.header{
		padding-top: 25px;
	}
	.header-b>div{
		font-size: 30px;
		line-height: 36px;
	}
	.header-a>div{
		font-size: 26px;
	}
	.header-a>p{
		font-size: 16px;
	}
	.header-b>p{
		font-size: 16px;
	}
	.header-b>p>span{
		font-size: 30px;
	}
	.logo>img{
		width: 100px;
	}
	.header-c{
		margin-top: 20px;
	}
	.header-nav{
		padding-top: 10px;
	}
	.header-nav .a1{
		font-size: 16px;
	}
}
@media(max-width:1200px){
	.header-b>p>span{
		top: 3px;
	}
}
@media(max-width:1000px){
	header{
		height: 160px;
	}
	.header{
		padding-top: 15px;
	}
	.header-b>div{
		font-size: 24px;
		line-height: 30px;
	}
	.header-a>div{
		font-size: 22px;
	}
	.header-a>p{
		font-size: 14px;
	}
	.header-b>p{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.header-b>p>span{
		font-size: 24px;
		line-height: 30px;
		top: 2px;
	}
	.logo>img{
		width:70px;
	}
	.header-c{
		margin-top: 15px;
	}
	.header-nav{
		padding-top: 8px;
	}
	.header-nav .a1{
		font-size: 14px;
	}
	.header-b{
		padding-top: 1px;
	}
}

@media(max-width:750px){
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .2rem;
		margin-left: .2rem;
		padding-top: .25rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	.header-dx.cli .header-dx1{
		/*margin-bottom: .19rem;*/
	}
	
	.header-b{
		display: none;
	}
	
	header{
		height: 1.2rem;
		position: fixed;
		border-bottom: 1px solid #E8E8E8;
	}
	.header{
		height: 1.2;
		padding-top: 0;
	}
	.logo{
		height: 1.2rem;
		padding: .15rem 0;
	}
	.logo>img{
		max-height: 100%;
		width: auto;
	}
	.header-a{
		margin-left: .15rem;
		padding-top: 0;
	}
	.header-a>div{
		font-size: .28rem;
		font-weight: bold;
	}
	.header-a>p{
		font-size: .24rem;
		margin: 0;
	}
	.header-c{
		width: 100%;
		padding: .3rem 0;
		height: 100%;
		position: fixed;
		top: 1.2rem;
		left: 0;
		background: #fff;
		margin: 0;
		display: none;
	}
	.header-c .header-b{
		display: block;
		width: 100%;
		text-align: left;
	}
	.header-nav{
		width: 100%;
	}
	.header-nav{
		padding-top: .01rem;
	}
	.header-nav li{
		width: 100% !important;
		text-align: left !important;
	}
	.header-nav li:after{
		display: none;
	}
	.header-nav .a1{
		display: block;
		font-size: .3rem;
		line-height: 1rem;
		border-bottom: 1px solid #E8E8E8;
		
	}
}



/*底部*/
footer{
	background: #212330;
}
.footer-ab{
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-a{
	float: left;
	width: calc(100% - 260px);
	width: -webkit-calc(100% - 260px);
	max-width: 840px;
	overflow: hidden;
}
.footer-a li{
	width: 16.666%;
	float: left;
}
.footer-a li .a1{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
}
.footer-a li .a1:hover{
	opacity: .6;
}
.footer-b{
	float: right;
	font-size: 44px;
	line-height: 50px;
	height: 50px;
	color: #fff;
}
.footer-b>span{
	font-size: 17px;
	opacity: .4;
	line-height: 50px;
	position: relative;
	top: -5px;
}
.footer-cf-bj{
	padding-top: 90px;
	padding-bottom: 75px;
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-cf{
	overflow: hidden;
}
.footer-c{
	width: 290px;
	float: left;
	font-family: arial;
	color: #fff;
	padding-right: 30px;
}
.footer-c1{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 25px;
}
.footer-c1>span{
	font-weight: bold;
}
.footer-c2{
	font-size: 18px;
	line-height: 1.2;
	margin-top: 5px;
}
.footer-d{
	width: 180px;
	float: right;
	padding-left: 30px;
	text-align: center;
}
.footer-d p{
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	opacity: .5;
	margin-top: 25px;
}
.footer-ef{
	width: calc(100% - 470px);
	width: -webkit-calc(100% - 470px);
	max-width: 935px;
	float: left;
	border-left: 1px solid rgba(255,255,255,.1);
	overflow: hidden;
}
.footer-ef li{
	width: 48%;
	float: left;
	min-height: 320px;
	border-right: 1px solid rgba(255,255,255,.1);
	padding: 0 30px;
	text-align: center;
	font-size: 0;
}
.footer-ef li:first-child{
	width: 52%;
}
.footer-e{
	display: inline-block;
	width: 100%;
	max-width: 290px;
	color: #fff;
	text-align: left;
}
.footer-e1{
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	opacity: .6;
}
.footer-e2{
	font-size: 13px;
	line-height: 25px;
	margin-top: 22px;
	margin-bottom: 45px;
	opacity: .3;
}

.footer-g{
	font-size: 13px;
	line-height: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #fff;
	opacity: .5;
}
.footer-g1{
	opacity: 1;
}

@media(max-width:1200px){
	.footer-c{
		width: 220px;
	}
	.footer-c1{
		font-size: 20px;
		
	}
	.footer-c2{
		font-size: 14px;
	}
	.footer-d{
		width: 130px;
	}
	.footer-ef{
		width: calc(100% - 360px);
    width: -webkit-calc(100% - 360px);
	}
}
@media(max-width:1000px){
	.footer-a li .a1{
		font-size: 14px;
	}
	.footer-b{
		font-size: 36px;
	}
	.footer-b>span{
		font-size: 15px;
	}
	.footer-c,.footer-d{
		width: 50%;
		text-align: center !important; 
		padding: 0;
	}
	.footer-ef{
		width: 100%;
		margin-top: 50px;
	}
	.footer-cf-bj{
		padding: 50px 0;
	}
	.footer-ef li{
		padding-top: 30px;
	}
}
@media(max-width:750px){
	.footer-ab{
		padding-top: .3rem;
		padding-bottom: .3rem;
	}
	.footer-a{
		width: 100%;
	}
	.footer-a li{
		width: 33.333%;
		text-align: center;
	}
	.footer-a li .a1{
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .1rem;
	}
	.footer-b{
		width: 100%;
		text-align: center;
	}
	.footer-cf-bj{
		padding: .5rem 0;
	}
	.footer-d{
		padding: 0 .7rem;
	}
	.footer-d p{
		margin-top: .15rem;
		font-size: .24rem;
	}
	.footer-c>img{
		width: 1.4rem;
	}
	.footer-c1{
		font-size: .3rem;
		margin-top: .2rem;
	}
	.footer-c2{
		font-size: .24rem;
	}
	.footer-ef{
		margin-top: .6rem;
		border: 0;
	}
	.footer-ef li{
		padding: 0;
		width: 100% !important;
		min-height: auto;
	}
	.footer-e{
		max-width: 100%;
		text-align: center;
	}
	.footer-e1{
		font-size: .3rem;
	}
	.footer-e2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
		margin-bottom: .4rem;
	}
	.footer-g{
		padding: .3rem;
		text-align: center;
		font-size: .24rem;
		line-height: .45rem;
	}
	.footer-b{
		font-size: .5rem;
		line-height: .6rem;
		height: .6rem;
		margin-top: .2rem;
	}
	.footer-b>Span{
		font-size: .28rem;
		line-height: .6rem;
		top: -.02rem;
	}
}



.gyban{
	width: 100%;
	height: 265px;
}
.gynav{
	background: #fff;
	height: 105px;
	padding: 0 95px;
	margin-top: -105px;
	border-bottom: 0px solid #E8E8E8;
}
.gynav-lt{
	width: 200px;
	float: left;
	font-size: 0;
	color: #888;
	line-height: 1;
	padding-top: 35px;
	overflow: hidden;
}
.gynav-lt-a{
	display: inline-block;
	line-height: 35px;
	width: 20px;
	float: left;
}
.gynav-lt-b{
	margin-right: 20px;
	margin-left: 10px;
	float: left;
	position: relative;
	top: 15px;
}
.gynav-lt>span{
	display: block;
	float: left;
	font-size: 16px;
	line-height: 35px;
}
.gynav-rt{
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	float: right;
	font-size: 0;
	text-align: right;
}
.gynav-rt a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 105px;
	position: relative;
	margin-left: 60px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.gynav-rt a:first-child{
	margin: 0;
}
.gynav-rt a:after{
	content: '';
	width: 0%;
	height: 2px;
	background: #00923f;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.gynav-rt a:hover{
	color: #00923f;
	transition: all .3s;
-webkit-transition: all .3s;
}
.gynav-rt a:hover:after{
	width: 100%;
	left: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.gynav-rt a.on{
	color: #00923f;
	transition: all .3s;
-webkit-transition: all .3s;
}
.gynav-rt a.on:after{
	width: 100%;
	left: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}


.page{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.page a{
	display: inline-block;
	font-size: 20px;
	text-align: center;
	width: 40px;
	line-height: 38px;
	color: #888;
	border-radius: 100%;
	font-family: FuturaND-DemiBold;
	margin: 0 4px;
	border: 1px solid #fff;
}
.page a:hover{
	border: 1px solid #00923f;
	background-color:initial ;
}
.page a.page-num-current{
	background-color: #00923f;
	color: #fff;
}




.page a.prev{
	background: url(../images/ico05.png) no-repeat center;
}
.page a.next{
	background: url(../images/ico05_1.png) no-repeat center;
}
.page a.Gprev{
	background: url(../images/ico06.png) no-repeat center;
}
.page a.Gnext{
	background: url(../images/ico06_1.png) no-repeat center;
}

@media(max-width:1600px){
	.gynav{
		padding: 0 40px;
	}
	.gynav-rt a{
		margin-left: 40px;
	}
	.gynav{
		margin-top: -80px;
		height: 80px;
	}
	.gynav-rt a{
		line-height: 80px;
	}
	.gynav-lt{
		padding-top: 20px;
	}
	.gyban{
		height: 240px;
	}
}
@media(max-width:1200px){
	.gynav-rt a{
		font-size: 14px;
		margin-left: 30px;
	}
	.gynav {
	    padding: 0 30px;
	}
}
@media(max-width:1000px){
	.gyban{
		height: 280px;
	}
	.gynav{
		margin-top: 14px;
	}
	.gynav-lt{
		display: none;
	}
	.gynav-rt{
		width: 100%;
		text-align: left;
	}
	.gynav-rt a{
		margin: 0;
		 

	}
}
@media(max-width:750px){
    .page a{
		font-size: .24rem;
		width: .6rem;
		height: .6rem;
		line-height: .58rem;
		margin: 0 1px;
	}
	.gyban{
		height: 2.3rem;
	}

	  .search {
		margin: 10px 0;
		height: 40px;
 
	 
	  }
	  .search input {
		background: #fff;
		border: none;
		padding: 8px 15px;
		float: left;
		width: 80%;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		border-radius: 5px 0 0 5px;
	  }
	  .search .but {
		float: left;
		width: 20%;
		height: 36px;
		background: #00923f;
		padding: 0 5px;
		font-size: 14px;
		line-height: 36px;
		text-align: center;
		cursor: pointer;
		color: #fff;
		-webkit-transition: 400ms;
		-moz-transition: 400ms;
		-o-transition: 400ms;
		transition: 400ms;
		border-radius: 0 5px 5px 0;
	  }
	  .search .but:hover {
		opacity: 0.7;
		-webkit-transition: 400ms;
		-moz-transition: 400ms;
		-o-transition: 400ms;
		transition: 400ms;
	  }

	 

	  .jzsc-bj{
		  margin-top: 10px;
 
	 	 
	}











	.gynav{
 
		padding: .1rem .3rem;
		height: auto;
		overflow: hidden;
		margin-top: -25px;
		border-radius: 10px;
		box-shadow: 2px 2px rgba(0,0,0,.01)!important;
	}
	
	.gynav-rt a{
		font-size: .28rem;
		text-align: center;
		line-height: .8rem;
		width: 33.3333%;
	}

	.gynav-rt a:after{
		content: '';
		width: 0%;
		height: 2px;
		background: #00923f;
		position: absolute;
		left: 50%;
		bottom: -5px;
		transition: all .3s;
	    -webkit-transition: all .3s;
	}
	.gynav-rt a:hover{
		color: #00923f;
		transition: all .3s;
	    -webkit-transition: all .3s;
	}
	.gynav-rt a:hover:after{
		width: 68%;
		left: 16%;
		transition: all .3s;
	    -webkit-transition: all .3s;
	}
	.gynav-rt a.on{
		color: #00923f;
		transition: all .3s;
	    -webkit-transition: all .3s;
	}
	.gynav-rt a.on:after{
		width: 40%;
		left: 30%;
		transition: all .3s;
    	-webkit-transition: all .3s;
	}













}



/*新闻中心*/
.jzsc{
	background: #fff;
	padding: 95px;
	margin-bottom: 110px;
}
.H40{
	font-size: 40px;
	line-height: 1;
	color: #333;
	font-weight: 500;
}
.jzsc-ul{
	margin-top: 65px;
}
.jzsc-ul .a1{
	display: block;
	overflow: hidden;
	padding: 40px 0;
	padding-left: 50px;
	padding-right: 110px;
	position: relative;
}
.jzsc-ul .a1:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #E8E8E8;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.jzsc-b{
	
}
.jzsc-a{
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ico03.png) no-repeat left center;
}
.jzsc-c{
	display: inline-block;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	padding-right: 30px;
	background: url(../images/ico04.png) no-repeat right center;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.jzsc-ul .a1:hover .jzsc-b{
	font-weight: bold;
	transition: all .3s;
-webkit-transition: all .3s;
}
.jzsc-ul .a1:hover .jzsc-c{
	color: #00923f;
	background-image: url(../images/ico04_1.png);
	transition: all .3s;
-webkit-transition: all .3s;
}
.jzsc-ul .a1:hover:after{
	height: 2px;
	background: #00923f;
	transition: all .3s;
-webkit-transition: all .3s;
}
.jzsc-page{
	margin-top: 85px;
}

@media(max-width:1600px){
	.jzsc{
		padding: 60px 40px;
	}
	.H40{
		font-size: 34px;
	}
	.jzsc-ul{
		margin-top: 40px;
	}
	.jzsc-ul .a1{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.jzsc-page{
		margin-top: 50px;
	}
}
@media(max-width:1200px){
	.jzsc{
		padding: 60px 30px;
	}
	.jzsc-b{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.jzsc{
		padding: .4rem .3rem .1rem .3rem;
		border-radius: 10px;
		
	}

	.jzsc1{
		padding: .8rem .0rem;
	}



	.H40{
		font-size: .4rem;
	}
	.jzsc-ul{
		margin-top: .6rem;
		border-top: 1px solid #e8e8e8;
	}
	.jzsc-ul .a1{
		padding: .3rem 0;
		padding-left: .7rem;
		padding-right: 0;
	}
	.jzsc-a{
		width: .5rem;
		background-size: .5rem auto;
		background-position: left .3rem;
	}
	.jzsc-c{
		position: relative;
		margin: 0;
		top: initial;
		font-size: .24rem;
		line-height: .3rem;
		float: right;
		margin-top: .2rem;
		color: #00923f;
	    background-image: url(../images/ico04_1.png);
	}
	.jzsc-b{
		font-size: .28rem;
		line-height: .4rem;
		padding-top: .1rem;

		 
	color: #333;
	
	 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;















	}
	.jzsc-page{
		margin-top: .4rem;
		margin-bottom: .4rem;
	}
	.jzsc{
		margin-bottom: 1rem;
	}
}


.jzsc-d{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 30px;
	font-family: arial;
	text-align: center;
}
.jzsc-d>div{
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #00923f;
}
.jzsc-d>p{
	font-size: 14px;
	line-height: 1;
	color: #00923f;
}
.tzgg .jzsc-ul .a1{
	padding-left: 75px;
}
.jzsc-d>div>span{
	display: none;
}
@media(max-width:1600px){
	.jzsc-d{
		top: 20px;
	}
}
@media(max-width:750px){
	.jzsc-d>div{
		font-size: .4rem;
	}
	.jzsc-d>p{
		font-size: .24rem;
	}
	.tzgg .jzsc-ul .a1{
		padding-left: 0rem;
	}
	.jzsc-d{
		position: relative;
		top: initial;
		text-align: left;
		overflow: hidden;
		line-height: 1;
		display: block;
		width: 3.54rem;
	}
	.jzsc-d>p{
		font-size: .3rem;
		float: left;
		
	}
	.jzsc-d>div{
		float: right;
		font-size: .3rem;
	}
	.jzsc-d>div>span{
		display: inline-block;
	}
	.tzgg .jzsc-c{
		/*float: left;
		margin-top: .1rem;*/
	}
	
}



.sbhdt{
	margin-top: 60px;
}
.sbhdt-div{
	overflow: hidden;
}
.sbhdt-lt{
	width: 60%;
	float: left;
	position: relative;
	height: 460px;
	border-radius: 10px;
}
.sbhdt-lt>i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../images/ico14.png) no-repeat center;
	background-size: cover;
}
.sbhdt-lt .txt1{
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	padding: 0 55px;
	position: absolute;
	left: 0;
	bottom: 85px;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.sbhdt-lt .txt2{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	padding-right: 30px;
	background: url(../images/ico04_2.png) no-repeat right center;
	position: absolute;
	left: 55px;
	bottom: 45px;
	z-index: 3;
}
.sbhdt-rt{
	width: 36%;
	float: right;
	max-width: 410px;
}
.sbhdt-rt .a1{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
.sbhdt-rt .div1{
	font-size: 14px;
	color: #00923f;
	line-height: 1;
	font-family: arial;
	padding-top: 15px;
}
.sbhdt-rt .div2{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	height: 25px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;
}
.sbhdt-rt .div3{
	font-size: 15px;
	color: #666;
	line-height: 20px;
	height: 20px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sbhdt-rt .a1:hover .div2{
	color: #00923f;
	transition: all .3s;
-webkit-transition: all .3s;
}
.sbhdt-ul{
	margin-top: 75px;
	overflow: hidden;
}
.sbhdt-ul .a1{
	display: block;
	width: 33.333%;
	float: left;
	height: 425px;
	position: relative;
	left: -2px;
	border-left: 1px solid #e8e8e8;
	padding: 50px 60px;
	margin-bottom: 50px;
	
	transition: all .5s;
-webkit-transition: all .5s;
}
.sbhdt-ul .a1:hover{
	background: url(../images/img09.jpg) no-repeat center;
	border-radius: 10px;
	background-size: cover;
	transition: all .5s;
    -webkit-transition: all .5s;
}
.sbhdt-a{
	font-size: 14px;
	font-family: arial;
	line-height: 1;
	color: #00923f;
}
.sbhdt-b{
	font-size:20px;
	line-height:30px;
	height: 60px;
	color: #333;
	font-weight: bold;
	margin-top: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sbhdt-c{
	font-size:15px;
	line-height:30px;
	height: 60px;
	color: #666;
	font-weight: bold;
	margin-top: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sbhdt-d{
	display: inline-block;
	font-size: 15px;
	color: #666;
	line-height: 25px;
	padding-right: 30px;
	margin-top: 65px;
	background: url(../images/ico04.png) no-repeat right center;
}
.sbhdt-page{
	margin-top: 25px;
}

@media(max-width:1400px){
	.sbhdt-ul .a1{
		padding: 30px;
		height: 360px;
	}
	.sbhdt-c,.sbhdt-d{
		margin-top: 40px;
	}
}
@media(max-width:1200px){
	.sbhdt-lt{
		height: 380px;
	}
	.sbhdt-lt .txt1{
		font-size: 20px;
		padding: 0 30px;
		bottom: 60px;
	}
	.sbhdt-lt .txt2{
		left: 30px;
		bottom: 30px;
	}
	.sbhdt-rt .a1{
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
}
@media(max-width:1000px){
	.sbhdt-lt{
		width: 100%;
		height: 400px;
		margin-bottom: 40px;
	}
	.sbhdt-rt{
		width: 100%;
		max-width: 100%;
	}
	.sbhdt-ul .a1{
		width: 50%;
		margin-bottom: 35px;
	}
}
@media(max-width:750px){
	.sbhdt-lt{
		width: 100%;
		height: 4rem;
		margin-bottom: .4rem;
	}
	.sbhdt-rt{
		width: 100%;
		max-width: 100%;
	}
	.sbhdt-ul .a1{
		width: 50%;
		margin-bottom: .3rem;
	}
	.sbhdt{
		margin-top: .6rem;
	}
	.sbhdt-lt .txt2{
		font-size: .24rem;
		line-height: .4rem;
		height: .4rem;
		left: .3rem;
		bottom: .3rem;
	}
	.sbhdt-lt .txt1{
		font-size: .3rem;
		height: .4rem;
		line-height: .4rem;
		padding: 0 .3rem;
		bottom: .7rem;
	}
	.sbhdt-rt .div1{
		font-size: .24rem;
	}
	.sbhdt-rt .div2{
		font-size: .3rem;
		height: .4rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.sbhdt-rt .div3{
		font-size: .26rem;
		line-height: .4rem;
		height: .4rem;
		margin-top: .1rem;
	}
	.sbhdt-ul{
		margin-top: .7rem;
		
	}
	.sbhdt-ul .a1{
		width: 100%;
		height: auto;
		padding: .4rem 0;
		border: 0;
		border-bottom: 1px solid #e8e8e8;
		left: 0;
		border-radius: 0;
	}
	.sbhdt-ul .a1:first-child{
		border-top: 1px solid #e8e8e8;
	}
	.sbhdt-a{
		font-size: .24rem;
	}
	.sbhdt-b{
		font-size: .3rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .2rem;
	}
	.sbhdt-c{
		font-size: .26rem;
		line-height: .4rem;
		height: .8rem;
		margin-top: .2rem;
	}
	.sbhdt-d{
		font-size: .24rem;
		margin-top: .2rem;
	}
	
}




.xzzx .jzsc-c{
	background-image: url(../images/ico08.png);
}
.xzzx .jzsc-ul .a1:hover .jzsc-c{
	background-image: url(../images/ico08_1.png);
}
@media(max-width:750px){
	.xzzx .jzsc-ul .a1 .jzsc-c{
		background-image: url(../images/ico08_1.png);
		background-size: .25rem auto;
		padding-right: .35rem;
	}
}


.twsp .jzsc-ul .a1{
	padding: 22px 0px;
	padding-left: 245px;
	padding-right: 150px;
	background: #f4f6f7;
	margin-bottom: 30px;
}
.jzsc-e{
	font-size: 18px;
	color: #00923f;
	line-height: 30px;
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -15px;
	transition: all .3s;
-webkit-transition: all .3s;
} 
.jzsc-e>span{
	display: inline-block;
	margin: 0 6px;
}
.twsp .jzsc-c{
	right: 40px;
}
.twsp .jzsc-ul .a1:after{
	display: none;
}
.twsp .jzsc-ul .a1:hover{
	background: #00923f;
	color: #fff;
}
.twsp .jzsc-ul .a1:hover .jzsc-e{
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s;
}
.twsp .jzsc-ul .a1:hover .jzsc-b{
	color: #fff;
	font-weight: 500;
}
.twsp .jzsc-ul .a1:hover .jzsc-c{
	color: #fff;
	background-image: url(../images/ico08_2.png);
}
@media(max-width:1200px){
	.jzsc-e{
		font-size: 16px;
		left: 20px;
	}
	.twsp .jzsc-c{
		right: 20px;
	}
	.twsp .jzsc-ul .a1{
		padding-left: 180px;
		padding-right: 120px;
	}
	.jzsc-e>span{
		margin: 0 3px;
	}
	.twsp .jzsc-ul .a1{
		margin-bottom: 20px;
	}
}
@media(max-width:750px){
	.twsp .jzsc-ul .a1{
		padding: .3rem;
		margin-bottom: .2rem;
	}
	.jzsc-e{
		position: relative;
		left: initial;
		margin: 0;
		font-size: .24rem;
		line-height: .4rem;
	}
	.twsp .jzsc-c{
		right: 0rem;
	}
}

.ljhg-ul{
	margin-top: 55px;
	padding: 20px 0;
	width: calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	margin-left: -20px;
	overflow: hidden;
}
.ljhg-ul .a1{
	display: block;
	width: calc(33.333% - 40px);
	width: -webkit-calc(33.333% - 40px);
	float: left;
	margin: 0 20px;
	margin-bottom: 60px;
	background: #fff;
	height: auto;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.ljhg-ul .a1:after{
	content: '';
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #00923f;
	transition: all .3s;
	-webkit-transition: all .3s;  
}
.ljhg-a{
	overflow: hidden;
	position: relative;
}
.ljhg-b{
	font-size: 18px;
	line-height: 30px;
	padding: 0 25px;
	margin-top: 20px;
	height: 60px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ljhg-c{
	font-size: 15px;
	color: #999;
	line-height: 1;
	margin-top: 45px;
	padding: 0 25px;
	margin-bottom: 35px;
}
@media(min-width:751px){
	.ljhg-ul .a1:hover{
		box-shadow: 0 10px 15px #f1effb;
		transition: all .3s;
	-webkit-transition: all .3s;  
	}
	.ljhg-ul .a1:hover:after{
		width: 100%;
		transition: all .3s;
	-webkit-transition: all .3s;  
	}
}
.ljhg-page{
	margin-top: 40px;
}

@media(max-width:1400px){
	.ljhg-ul{
		    width: calc(100% + 20px);
         width: -webkit-calc(100% + 20px);
         margin-left: -10px;
         margin-top: 40px;
	}
	.ljhg-ul .a1{
		    width: calc(33.333% - 20px);
	    width: -webkit-calc(33.333% - 20px);
	    margin: 0 10px;
	    margin-bottom: 40px;
	}
	.ljhg-c{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.ljhg-b{
		font-size: 16px;
		line-height: 25px;
		height: 50px;
		padding: 0 15px;
	}
	.ljhg-c{
		padding: 0 15px;
	}
	

}
@media(max-width:1000px){
	.ljhg-ul .a1{
		    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
	}
}
@media(max-width:750px){
	.ljhg-ul{
		width: 100%;
		margin: 0;
		margin-top: .6rem;
		padding: 0;
	}
	.ljhg-ul .a1{
		width: 48%;
		float: left;
		margin: 0;
		margin-bottom: .35rem;
	}
	.ljhg-ul .a1:nth-child(2n + 0){
		float: right;
	}
	.ljhg-b{
		font-size: .24rem;
		line-height: .4rem;
		height: .8rem;
		font-weight: bold;
		margin-top: .15rem;
		padding: 0;
	}
	.ljhg-c{
		font-size: .24rem;
		margin-top: .3rem;
		margin-bottom: .2rem;
		padding: 0;
	}
	.ljhg-page{
		margin-top: .5rem;
	}
}


.dzkw-div{
	height: 50px;
	overflow: hidden;
}
.dzkw-div .H40{
	float: left;
}

.dzkw-fm{
	width: 370px;
	float: right;
	position: relative;
}
.dzkw-fm select{
	width: 285px;
	height: 50px;
	padding: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	font-size: 4px;
	padding-left: 20px;
	padding-right: 50px;
	/*background: url(../images/img02.jpg) no-repeat right center;*/
}
/*.dzkw-fm:after{
	content: '';
	width: 34px;
	height: 22px;
	background: url(../images/img02.jpg) no-repeat center;
	position: absolute;
	top: 50%;
	right:90px;
	margin-top: -11px;
}*/
.dzkw-fm .sub{
	width: 87px;
	height: 50px;
	background: #00923f;
	border: 0 !important;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5px;
}
.dzkw-ul{
	margin-top: 100px;
	width: 105.5%;
	overflow: hidden;
}
.dzkw-ul li{
	width: 19.5%;
	float: left;
	margin-right: 5.5%;
	margin-bottom: 75px;
}
.dzkw-ul li .a1{
	display: block;
}
.dzkw-a{
	overflow: hidden;
	position: relative;
}
.dzkw-b{
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.dzkw-ul li .a1:hover .dzkw-b{
	color:  #00923f;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.dzkw-ul li .a2{
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
	padding-right: 30px;
	color:  #00923f;
	background: url(../images/ico08_1.png) no-repeat right center;
	margin-top: 10px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.dzkw-ul li .a2:hover{
	padding-right: 35px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.dzkw-page{
	margin-top: 15px;
}

@media(max-width:1400px){
	.dzkw-ul{
		width: 103%;
		margin-top: 60px;
	}
	.dzkw-ul li{
		width: 22%;
		margin-right: 3%;
		margin-bottom: 40px;
	}
	.dzkw-b{
		font-size: 14px;
	}
	.dzkw-ul li .a2{
		font-size: 13px;
	}
}
@media(max-width:1000px){
	.dzkw-ul li{
		width: 30.333%;
	}
}
@media(max-width:750px){
	.dzkw-ul li{
		width: 47%;
	}
	.dzkw-div{
		height: auto;
	}
	.dzkw-fm{
		width: 100%;
		height: .8rem;
		margin-top: .4rem;
	}
	.dzkw-fm .sub{
		width: 1.6rem;
		height: .8rem;
		font-size: .3rem;
	}
	.dzkw-fm select{
		width: calc(100% - 1.58rem);
		width: -webkit-calc(100% - 1.58rem);
		padding: .2rem ;
		height: .8rem;
		padding-left: .25rem;
		padding-right: .7rem;
		font-size: .26rem;
		
	}
	.dzkw-ul{
		margin-top: .6rem;
	}
	.dzkw-ul li{
		margin-bottom: .3rem;
	}
	.dzkw-b{
		font-size: .24rem;
		height: .4rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
	.dzkw-ul li .a2{
		font-size: .24rem;
		line-height: .35rem;
		padding-right: .35rem;
		background-size: .25rem auto;
		margin: 0;
	}
	.dzkw-ul li .a2:hover{
		padding-right: .35rem;
	}
}



/*商展服务*/
.zwfw-a{
	text-align: center;
	margin-top: 110px;	
}
.zwfw-a1{
	font-size: 16px;
	line-height: 40px;
	color: #666;
	text-align: left;
}
.zwfw-a1{
	display: inline-block;
	max-width: 1000px;
}

@media(max-width:1200px){
	.zwfw-a{
		margin-top: 60px;
	}
}
@media(max-width:750px){
	.zwfw-a{
		margin-top: .6rem;
	}
	.zwfw-a1{
		font-size: .28rem;
		line-height: .5rem;
	}
}


.zwfw-b{
	margin-top: 140px;
	padding-top: 60px;
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	line-height: 1;
	font-size: 0;
}
.zwfw-b li{
	margin-bottom: 20px;
	overflow: hidden;
}
.zwfw-b1{
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	float: left;
	font-size: 16px;
	color: #00923f;
	line-height: 25px;
}
.zwfw-b2{
	display: inline-block;
	font-size: 16px;
	float: right;
	line-height: 25px;
	color: #333;
	padding-right: 30px;
	background: url(../images/ico08.png) no-repeat right center;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.zwfw-b>a:hover{
	color: #00923f;
	background-image: url(../images/ico08_1.png);
	transition: all .3s;
-webkit-transition: all .3s;  
}
@media(max-width:1400px){
	.zwfw-b{
		margin-top: 40px;
	}
	
}
@media(max-width:750px){
	.zwfw-b{
		margin-top: .4rem;
		padding-top: .4rem;
	}
	.zwfw-b li{
		margin-bottom: .4rem;
	}
	.zwfw-b1{
		width: 100%;
		font-size: .28rem;
		line-height: .4rem;
	}
	.zwfw-b2{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
		background-size: .25rem auto;padding-right: .35rem;
		color: #00923f;
	background-image: url(../images/ico08_1.png);
	}
}

.ggfw-b{
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	line-height: 25px;
	height: 50px;
	margin-top: 20px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ggfw-ul .a1 .ljhg-a>i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background:rgba(0,93,170,.8) url(../images/ico10.png) no-repeat center;
	opacity: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.ggfw-ul .a1:hover .ljhg-a>i{
	opacity: 1;
	transition: all .3s;
-webkit-transition: all .3s;  
}
@media(max-width:1400px){
	.ggfw-b{
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}
}
@media(max-width:750px){
	.ggfw-b{
		font-size: .24rem;
		line-height: .35rem;
		height: .7rem;
		margin-top: .15rem;
		margin-bottom: .1rem;
		padding: 0;
	}
}

.czxz .H40{
	color: #00923f;
}
.czxz-top{
	margin-top: 45px;
	margin-bottom: 75px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.czxz-div{
	width: 48%;
	max-width: 630px;
	float: left;
	height: 500px;
}
.czxz-div:nth-child(2n + 0){
	float: right;
}
.czxz-div-tit{
	font-size: 18px;
	color: #fff;
	line-height: 75px;
	padding: 0 40px;
	background: #00923f;
}
.czxz-div-cnt{
	height: 425px;
	width: 100%;
	border: 1px solid #e8e8e8;
	position: relative;
	padding: 40px;
}
.czxz-div-b{
	
}
.czxz-div-b a{
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;
}
.czxz-div-b a:hover{
	color: #00923f;
	transition: all .3s;
-webkit-transition: all .3s;
}
.czxz-div-a{
	display: inline-block;
	width: 100%;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}
.czxz-div-a a{
	border: 0;
}
.czxz-fx{
	display: flex;
	border: 1px solid #e8e8e8;
	margin-top: 45px;
}
.czxz-fx li{
	width: 50%;
	float: left;
	font-size: 16px;
	color: #888;
	border-left: 1px solid #e8e8e8;
	text-align: center;
	line-height: 55px;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;
}
.czxz-fx li:first-child{
	border: 0;
}
.czxz-fx li:hover{
	background: #00923f;
	color: #ffff;
	transition: all .3s;
-webkit-transition: all .3s;
}
.czxz-fx li.on{
	background: #00923f;
	color: #ffff;
}
.czxz-ul{
	margin: 70px 0;
}
.czxz-ul li{
	display: none;
}
.czxz-ul li:first-child{
	display: block;
}
.czxz-a{
	font-size: 24px;
	line-height: 1.2;
	color: #666;
	margin-bottom: 50px;
}
.czxz-be-bj{
	
}
.czxz-be{
	padding-left: 100px;
	position: relative;
	padding-bottom: 55px;
}
.czxz-be:last-child{
	padding-bottom: 0;
}
.czxz-be:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 1;
	background: #00923f;
}
.czxz-be:nth-child(2):after{
	background: #36aab4;
}
.czxz-be:nth-child(3):after{
	background: #82c927;
}
.czxz-be:nth-child(4):after{
	background: #0af3eb;
}
.czxz-be:nth-child(5):after{
	background: #f30aa9;
}
.czxz-b{
	font-size: 24px;
	line-height: 30px;
	color: #333;
	position: relative;
	z-index: 2;
}
.czxz-b>.sp1{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 100%;
	background: #00923f;
	position: absolute;
	left: -100px;
	top: 0;
}
.czxz-be:nth-child(2) .czxz-b>.sp1{
	background: #36aab4;
}
.czxz-be:nth-child(3) .czxz-b>.sp1{
	background: #82c927;
}
.czxz-be:nth-child(4) .czxz-b>.sp1{
	background: #0af3eb;
}
.czxz-be:nth-child(5) .czxz-b>.sp1{
	background: #f30aa9;
}
.czxz-c{
	width: 100%;
	margin-top: 30px;
	padding: 40px;
	border-radius: 10px;
	background: #f7f8fa;
	max-width: 1000px;
}
.czxz-c1{
	font-size: 16px;
	color: #00923f;
	line-height: 40px;
	
}
.czxz-c2{
	font-size: 30px;
	color: #00923f;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 25px;
}
.czxz-c3{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.czxz-e{
	font-size: 30px;
	color: #00923f;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 10px;
	margin-bottom: 35px;
}
@media(max-width:1400px){
	.czxz-div-b a{
		font-size: 14px;
		line-height: 40px;
	}
	.czxz-div{
		height: 460px;
	}
	.czxz-div-cnt{
		height: 380px;
	}
}
@media(max-width:1200px){
	.czxz-div-cnt{
		padding: 20px;
	}
	.czxz-fx li{
		font-size: 14px;
	}
	.czxz-div-a{
		padding: 20px;
	}
	.czxz-div-tit{
		padding: 0 20px;
	}
}
@media(max-width:1000px){
	.czxz-div{
		width: 100%;
		height: auto;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.czxz-div-cnt{
		height: auto;
	}
	.czxz-div-a{
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.czxz-div-a a{
		margin: 0;
	}
	.czxz-list1 .czxz-fx{
		display: block;
		border: 0;
	}
	.czxz-list1 .czxz-fx li{
		width: 50%;
		border: 1px solid #e8e8e8;
	}
	.czxz-be{
		padding-left: 50px;
	}
	.czxz-b>.sp1{
		left: -50px;
	}
	.czxz-fx{
		overflow: hidden;
	}
}
@media(max-width:750px){
	.czxz-div-tit{
		font-size: .3rem;
		padding: 0 .3rem;
		line-height: .7rem;
	}
	.czxz-div-cnt{
		padding: .3rem;
	}
	.czxz-div-b a{
		font-size: .26rem;
		line-height: .4rem;
		height: auto;
		padding-bottom: .2rem;
		margin-bottom: .2rem;
		-webkit-line-clamp: 10;
	}
	.czxz-div-a a{
		margin: 0;
		padding: 0;
	}
	.czxz-top{
		margin-top: .6rem;
		margin-bottom: .7rem;
	}
	.czxz-fx li{
		font-size: .24rem;
		line-height: .8rem;
	}
	.czxz-fx{
		margin-top: .5rem;
	}
	.czxz-ul{
		margin: .6rem 0 .8rem 0;
	}
	.czxz-a{
		font-size: .34rem;
		font-weight: bold;
		margin-bottom: .5rem;
	}
	.czxz-b>.sp1,.czxz-be:after{
		display: none;
	}
	.czxz-be{
		padding-left: 0;
		padding-bottom: .5rem;
	}
	.czxz-b{
		font-size: .34rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.czxz-c{
		margin-top: .3rem;
		padding: .3rem;
	}
	.czxz-c1{
		font-size: .26rem;
		line-height: .45rem;
	}
	.czxz-c2{
		font-size: .32rem;
		line-height: .45rem;
		font-weight: bold;
		margin-bottom: .3rem;
	}
	.czxz-c3{
		font-size: .26rem;
		line-height: .45rem;
	}
	.czxz-e{
		font-size: .32rem;
		line-height: .45rem;
		margin-bottom: .3rem;
	}
}



.zgzq-a{
	text-align: center;
	padding-top: 140px;
	padding-bottom: 50px;
}
.zgzq-a1{
	margin-bottom: 175px;
}
.zgzq-b{
	margin-top: 0 !important;
}

@media(max-width:1600px){
	.zgzq-a{
		padding-top: 80px;
		padding-bottom: 30px;
	}
	.zgzq-a1{
		margin-bottom: 100px;
	}
}
@media(max-width:1200px){
	.zgzq-a{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.zgzq-a1{
		margin-bottom: 50px;
	}
}
@media(max-width:750px){
	.zgzq-a{
		padding-top: .7rem;
		padding-bottom: .3rem;
	}
	.zgzq-a1{
		margin-bottom: .5rem;
	}
}


.jdxx-ul .ljhg-a{
	border-radius: 10px;
}

.cyxx-ul{
	margin-top: 60px;
	min-height: 770px;
	width: calc(100% + 30px);
	width: -webkit-calc(100% + 30px);
	overflow: hidden;
}
.cyxx-ul li{
	width: calc(25% - 30px);
	width: -webkit-calc(25% - 30px);
	height: 155px;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	text-align: center;
	border: 1px solid #e8e8e8;
	padding: 10px;
	line-height: 135px;
	font-size: 0;
}
@media(max-width:1200px){
	.cyxx-ul li{
		width: calc(33.333% - 30px);
		width: -webkit-calc(33.333% - 30px);
	}
	.cyxx-ul{
		min-height: auto;
	}
}
@media(max-width:750px){
	.cyxx-ul{
		width: 100%;
		margin-top: .6rem;
	}
	.cyxx-ul li{
		width: 48%;
		margin: 0;
		margin-bottom: .3rem;
		height: 2.4rem;
		padding: .2rem;
		line-height: 2rem;
	}
	.cyxx-ul li:nth-child(2n + 0){
		float: right;
	}
}


.rwzf-ul{
	margin-top: 65px;
	border-top: 1px solid #e8e8e8;
}
.rwzf-ul .a1{
	display: block;
	width: 100%;
	padding: 40px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}
.rwzf-a{
	display: inline-block;
	text-align: center;
	color: #00923f;
	font-family: arial;
	float: left;
	width: 55px;
}
.rwzf-a>div{
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
}
.rwzf-a>p{
	font-size: 14px;
	line-height: 1;
}
.rwzf-b{
	width: 340px;
	float: left;
	position: relative;
	overflow: hidden;
	margin:0 70px;
	
}
.rwzf-c{
	width: calc(100% - 540px);
	width: -webkit-calc(100% - 540px);
	float: right;
	max-width: 720px;
}
.rwzf-c1{
	display: none;
}
.rwzf-c2{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	margin-top: 15px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.rwzf-c3{
	font-size: 15px;
	line-height: 30px;
	height: 60px;
	margin-top: 15px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.rwzf-c4{
	display: inline-block;
	font-size: 15px;
	color: #333;
	line-height: 20px;
	padding-right: 30px;
	background: url(../images/ico04.png) no-repeat right center;
	margin-top: 50px;
}
.rwzf-ul .a1 *{
	transition: all .3s;
-webkit-transition: all .3s; 
}
.rwzf-ul .a1:hover *{
	color: #00923f;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.rwzf-ul .a1:hover .rwzf-c4{
	background-image: url(../images/ico04_1.png)
}

@media(max-width:1400px){
	.rwzf-b{
		margin: 0 30px;
	}
	.rwzf-c{
		width: calc(100% - 460px);
    width: -webkit-calc(100% -460px);
	}
}
@media(max-width:1200px){
	.rwzf-b{
		width:280px;
	}
	.rwzf-c{
		width: calc(100% - 400px);
    width: -webkit-calc(100% -400px);
	}
	.rwzf-c4{
		margin-top: 20px;
	}
}
@media(max-width:1000px){
	.rwzf-b{
		width:200px;
	}
	.rwzf-c{
		width: calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
	}
	.rwzf-c4{
		margin-top: 20px;
	}
	.rwzf-ul .a1{
		padding: 25px 0;
	}
	.rwzf-c2{
		margin: 0;
		font-size: 18px;
		line-height: 25px;
		height: 25px;
	}
	.rwzf-c3{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		margin-top: 10px;
	}
	.rwzf-c4{
		margin-top: 10px;
	}
}
@media(max-width:750px){
	.rwzf-a{
		display: none;
	}
	.rwzf-b{
		margin: 0;
		width: 2.2rem;
		border-radius: 10px;
	}
	.rwzf-c{
		width: calc(100% - 2.5rem);
    width: -webkit-calc(100% - 2.5rem);
	}
	.rwzf-c3{
		display: none;
	}
	.rwzf-c1{
		display: block;
		font-size: .3rem;
		line-height: 1;
		color: #00923f;
		font-weight: 500;
	}
	.rwzf-c2{
		font-size: .24rem;
		line-height: .4rem;
		height: .8rem;
		margin-top: .2rem;
	    -webkit-line-clamp: 2;
		font-weight: 500;
		
	}
	.rwzf-c4{
		font-size: .24rem;
		line-height: .2rem;
		margin-top: 0rem;
		padding-right: .35rem;
		background-size: .25rem auto;
		 
	}
	.rwzf-ul .a1{
		padding: .25rem 0;
		margin-bottom: .15rem;
	}
	.rwzf-ul{
		margin-top: .5rem;
	}
}


.forum-sw{
	width: 100%;
	margin-top: 55px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 30px;
	position: relative;
}
.forum-div{
	font-size: 18px;
	color: #999;
	line-height: 50px;
	width: 100%;
	max-width: 180px;
	border-radius: 25px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.forum-div:hover{
	background: #00923f;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.forum-div.on{
	background: #00923f;
	color: #fff;
}
.forum-prev{
	width: 15px;
	left: 0;
	background: url(../images/ico12.png) no-repeat left center;
}
.forum-next{
	width: 15px;right: 0;
	background: url(../images/ico12_1.png) no-repeat right center;
}
.forum-txt{
	padding-top: 90px;
	position: relative;
	overflow: hidden;
}
.forum-txt:before{
	content: '';
	width: 1px;
	height: 100%;
	background: #e8e8e8;
	position: absolute;
	top: 0;
	left: 190px;
	z-index: 0;
}
.forum-txt .a1{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 90px;
	position: relative;
	z-index: 3;
}
.forum-a{
	width: 199px;
	float: left;
	font-size: 24px;
	color: #666;
	line-height: 35px;
	background: url(../images/ico13.png) no-repeat right center;
}
.forum-bc{
	width: calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	float: right;
	max-width: 965px;
	float: right;
}
.forum-b{
	font-size: 24px;
	line-height: 32px;
	color: #333;
	font-weight: bold;
}
.forum-c{
	font-size: 15px;
	line-height: 25px;
	color: #666;
	margin-top: 20px;
}

@media(max-width:750px){
	.forum-sw{
		padding: .3rem .4rem;
		margin-top: .7rem;
	}
	.forum-div{
		font-size: .28rem;
		height: .6rem;
		line-height: .6rem;
	}
	.forum-txt{
		padding-top: .8rem;
	}
	.forum-a{
		font-size: .24rem;
		line-height: .45rem;
		width: 1.8rem;
		padding-right: .4rem;
		background-size: .3rem auto;
	}
	.forum-bc{
		    width: calc(100% - 2rem);
    width: -webkit-calc(100% - 2rem);
	}
	.forum-b{
		font-size: .28rem;
		line-height: .45rem;
		
	}
	.forum-c{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.forum-txt:before{
		left: 1.65rem;
	}
	.forum-txt .a1{
		margin-bottom: .7rem;
	}
}



.gylink{
	margin-bottom: 80px;
}
.gylink-ul{
	overflow: hidden;
	padding-right: 280px;
	position: relative;
}
.gylink-ul li{
	width: 33.333%;
	float: left;
	text-align: left;
}
.gylink-div{
	display: inline-block;
	overflow: hidden;
}
.gylink-a{
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
	line-height: 120px;
	border-radius: 100%;
	background-color: #fff;
	font-size: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.gylink-a .img2{
	display: none;
}
.gylink-b{
	float: left;
	padding-left: 25px;
}
.gylink-b1{
	font-size: 16px;
	line-height: 1.3;
	color: #999;
	padding-top: 35px;
}
.gylink-b2{
	font-size: 24px;
	line-height: 1.3;
	color: #333;
	font-weight: bold;
}
.gylink-ul li:last-child{
	width: 280px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
.gylink-ul li:last-child .gylink-b{
	text-align: left;
}
.gylink-div:hover .gylink-a{
	background: #00923f;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.gylink-div:hover .gylink-a .img1{
	display: none;
}
.gylink-div:hover .gylink-a .img2{
	display: inline-block;
}
@media(max-width:1400px){
	.gylink-ul{
		padding-right: 210px;
	}
	.gylink-ul li:last-child{
		width: 210px;
	}
	.gylink-a{
		width: 80px;
		height: 80px;
		line-height: 80px;
		padding: 0 20px;
	}
	.gylink-b{
		padding-left: 15px;
	}
	.gylink-b1{
		font-size: 14px;
		padding-top: 15px;
	}
	.gylink-b2{
		font-size: 20px;
	}
	.jzsc{
		margin-bottom: 60px;
	}
}

@media(max-width:1000px){
	.gylink-ul{
		padding: 0;
	}
	.gylink-ul li:last-child{
		width: initial;
		position: relative;
	}
	.gylink-ul li{
		width: 50% !important;
		margin-bottom: 30px;
		text-align: center !important;
	}
	.gylink-ul li .gylink-b{
		text-align: left !important;
	}
	.gylink-div{
		
	}
	.gylink{
		margin-bottom: 40px;
	}
}

@media(max-width:750px){
	.jzsc{
		margin-bottom: .1rem;
	}
	/*.gylink-a{
		width: 1.6rem;
		height: 1.6rem;
		padding:0 .4rem;
		line-height: 1.6rem;
	}
	.gylink-b{
		padding-left: .3rem;
	}
	.gylink-b1{
		font-size: .3rem;
		padding-top: .35rem;
	}
	.gylink-b2{
		font-size: .4rem;
		margin-top: .05rem;	
	}
	.gylink-ul li{
		margin-bottom: .15rem;
		width: 100% !important;
		text-align: left !important;
		line-height: 1;
	}*/
	
	.gylink-a{
		width: .95rem;
		height: .95rem;
		padding:0 .2rem;
		line-height: .95rem;
	}
	.gylink-b{
		padding-left: .15rem;
	}
	.gylink-b1{
		font-size: .2rem;
		padding-top: 0.05rem;
	}
	.gylink-b2{
		font-size: .38rem;
		margin-top: .05rem;
		font-weight: 600;	
		
	}
	.gylink-ul li{
		margin-bottom: .25rem;
		text-align: left !important;
		line-height: 1;
	}
	
	.gylink{
		margin-bottom: .4rem;
	}
}



.info{
	max-width: 1000px;
	margin: 0 auto;
}
.info-tit{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #333;
}
.info-rq{
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #666;
	margin-top: 15px;
}
.info-txt{
	font-size: 18px;
	line-height: 30px;
	padding: 40px 0;
	margin-top: 40px;
	border-top: 1px solid #E8E8E8;
}
@media(max-width:1400px){
	.info-tit{
		font-size: 26px;
		line-height: 35px;
	}
	.info-txt{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.info-tit{
		font-size: .34rem;
		line-height: .45rem;
	}
	.info-rq{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.info-txt{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .4rem;
		padding: .4rem 0;
	}
}



/*首页*/
.ban-swiper{
	width: 100%;
	height: 670px;
}
.ban-slide-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

 



.ban-but-bj{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.ban-but{
	padding-top: 510px;
	font-size: 0;
	position: absolute;
}
.ban-but img{
	margin-right: 17px;
	cursor: pointer;
}
.ban-but img:hover{
	opacity: .8;
}


.iabt-bj{
	width: 100%;
	padding: 160px 0;
	background: no-repeat;
	background-position: left bottom;
	/*background-size: auto 100%;  */
}
.iabt{
	overflow: hidden;
}
.iabt-lt{
	width: 45.5%;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.iabt-lt>i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/ico17.png) no-repeat center;
	background-color: rgba(0,0,0,.3);
}

.iabt-rt{
	width: 50%;
	float: right;
	max-width: 675px
}
.iabt-a{
	font-size: 40px;
	color: #333;
	line-height: 1;
	font-weight: 500;
	padding-top: 55px;
}
.iabt-b{
	font-size:16px;
	color: #666;
	line-height: 35px;
	padding-top: 25px;
}
.iabt-c{
	margin-top: 55px;
	overflow: hidden;
}
.iabt-c li{
	float: left;
	position: relative;
}
.iabt-c1{
	font-size: 48px;
	color: #00923f;
	line-height: 1;
	font-weight: bold;
	font-family: DIN-Condensed-Bold;
}
.iabt-c1>span{
	position: relative;
	top: 3px;
}
.iabt-c2{
	font-size: 16px;
	line-height: 1.3;
	color: #333;
	margin-top: 5px;
}
.iabt-c li:nth-child(2){
	margin: 0 45px;
	padding: 0 40px;
}
.iabt-c li:nth-child(2):after{
	content: '';
	width: 1px;
	height: 55px;
	background: #E8E8E8;
	position: absolute;
	left: 0;
	top: 12px;
}
.iabt-c li:nth-child(2):before{
	content: '';
	width: 1px;
	height: 55px;
	background: #E8E8E8;
	position: absolute;
	right: 0;
	top: 12px;
}

.iwblj-bj{
	width: 100%;
	height: 510px;
	position: relative;
	padding-top: 95px;
	  
background: -moz-linear-gradient(-45deg,  rgb(0,146,63) 0%, rgb(3,172,76) 75%, rgb(3,172,76) 100%)!important;background: -webkit-linear-gradient(-45deg,  rgb(0,146,63) 0%,rgb(3,172,76) 75%,rgb(3,172,76) 100%)!important;background: linear-gradient(135deg,  rgb(0,146,63) 0%,rgb(3,172,76) 75%,rgb(3,172,76) 100%)!important;
}
.iwblj-bj .gylink-div .gylink-a{
	opacity: .99;
}
.iwblj-bj .gylink-div:hover .gylink-a{
	background: #fff;
	opacity: 1;
}
.iwblj-bj .gylink-div:hover .gylink-a .img1{
	display: inline-block;
}
.iwblj-bj .gylink-div:hover .gylink-a .img2{
	display: none;
}
.iwblj-bj .gylink-b1,.iwblj-bj .gylink-b2{
	color: #fff;
}

.inws-bj{
	background: #f4f6f7;
	position: relative;
	padding-top: 1px;
	padding-bottom: 110px;
	z-index: 3;
}
.inws-fff{
	width: calc(100% + 220px);
	width: -webkit-calc(100% + 220px);
	background: #fff;
	margin-top: -195px;
	padding: 120px 0;
	padding-left: 120px;
	
}
.inws{
	overflow: hidden;
	max-width: 1360px;
}
.inws-lt{
	width: calc(100% - 455px);
	width: -webkit-calc(100% - 455px);
	float: left;
	max-width: 860px;
	padding-right: 50px;
}
.inws-tit{
	padding-bottom: 23px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 45px;
}
.inws-tit span{
	display: inline-block;
	float: left;
}
.inws-tit a{
	display: inline-block;
	font-size: 18px;
	color: #333;
	float: right;
	line-height: 40px;
	font-weight: 500;
	padding-right: 30px;
	background: url(../images/ico04.png) no-repeat right center;
}
.inws-tit a:hover{
	background-image: url(../images/ico04_1.png);
	color: #00923f;
}
.inws-ac .a1{
	display: block;
	padding: 35px 0;
	overflow: hidden;
	border-bottom: 1px solid #E8E8E8;
}
.inws-a{
	width: 90px;
	float: left;
}
.inws-a1{
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	color: #00923f;
	font-family: arial;
}
.inws-a2{
	font-size:14px;
	line-height: 1;
	color: #00923f;
	font-family: arial;
}
.inws-a3{
	display: inline-block;
	font-size: 15px;
	color: #333;
	margin-top: 65px;
	line-height: 20px;
	padding-right: 30px;
	background: url(../images/ico04.png) no-repeat right center;
}
.inws-ac .a1:hover .inws-b1{
	color: #00923f;
}
.inws-ac .a1:hover .inws-a3{
	background-image: url(../images/ico04_1.png);
	color: #00923f;
}
.inws-b{
	width: calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
	float: left;
	padding-right: 50px;
}
.inws-b1{
	font-size: 18px;
	color: #333;
	line-height: 22px;
	height: 22px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inws-b2{
	font-size: 15px;
	color: #666;
	line-height: 25px;
	height: 50px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inws-c{
	width: 250px;
	float: right;
	overflow: hidden;
	position: relative;
}
.inws-rt{
	width: 455px;
	float: right;
}
.inws-j{
	padding-top: 35px;
}
.inws-k{
	margin-top: 30px;
}
.inws-k a{
	display: block;
	padding: 10px 0;
	padding-left: 28px;
	position: relative;
	margin-top: 20px;
	border-bottom: 1px solid #E8E8E8;
}
.inws-k a:after{
 
}
.inws-k1{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inws-k2{
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #999;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.izzq{
	padding-top: 140px;
	padding-bottom: 110px;
	overflow: hidden;
}
.izzq-lt{
	width: 240px;
	float: left;
}
.izzq-rt{
	width: calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	float: left;
}

.icpt-bj{
	background: #f4f6f7;
	padding-top: 90px;
	padding-bottom: 120px;
}
.icpt-ul{
	width: 103%;
	overflow: hidden;
	margin-top: 35px;
}
.icpt-ul li{
	width: 22%;
	float: left;margin-right: 3%;
	margin-bottom: 20px;
	height: 120px;
	padding: 10px 0;
	line-height: 100px;
	font-size: 0;
	border-bottom: 1px solid #ddd;
}
.icpt-ul li img{
	max-height: 100%;
}

@media(max-width:1600px){
	.ban-swiper{
		height: 580px;
	}
	.ban-but{
		padding-top: 430px;
	}
	.inws-fff{
		    width: calc(100% + 120px);
       width: -webkit-calc(100% + 120px);
		padding: 80px 50px;
		padding-right: 120px;
		margin-top: -145px;
	}
	.iwblj-bj{
		height: 460px;
	}
}
@media(max-width:1400px){
	.iabt-a{
		font-size: 34px;
		padding: 0;
	}
	.iabt-c{
		margin-top: 30px;
	}
	.inws-rt{
		width: 380px;
	}
	.inws-c{
		width: 180px;
	}
	.inws-a3{
		margin-top: 30px;
	}
	.inws-b{
		    width: calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
    padding-right: 30px;
	}
	.inws-lt{
		    width: calc(100% - 380px);
    width: -webkit-calc(100% - 380px);
    padding-right: 30px;
	}
	.inws-k a{
		margin-top: 0px;
	}
	.inws-k{
		margin-top: 10px;
	}
}
.inws-b3{
	display: none;
}
@media(max-width:1200px){
	.iabt-b{
		font-size: 14px;
		line-height: 30px;
		padding-top: 20px;
	}
	.iabt-c1{
		font-size: 38px;
	}
	.iabt-c li:nth-child(2){
		margin: 0 30px;
		padding: 0 30px;
	}
	.ban-swiper{
		height: 400px;
	}
	.ban-but{
		padding-top: 280px;
	}
	.iwblj-bj{
		background-position-x: 30px;
	}
	.inws-b3{
		display: block;
		font-size: 14px;
		 
		line-height: 1;
		margin-bottom: 5px;
	}
	.inws-a{
		display: none;
	}
	.inws-b{
		    width: calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
	}
	.inws .H40{
		font-size: 30px;
	}
}
@media(max-width:1000px){
	.iabt-bj{
		padding: 30px 0;
	}
	.iabt-lt{
		width: 100%;
		max-width: 600px;
	}
	.iabt-rt{
		width: 100%;
		max-width: initial;
		margin-top: 35px;
	}
	.iabt-bj{
		background-position: center;
	}
	.izzq{
		padding-top: 70px ;
		padding-bottom: 70px;
	}
	.izzq-lt{
		width: 100%;
		margin-bottom: 0px;
	}
	.izzq-rt{
		width: 100%;
		margin-top: 30px;
	}
	.icpt-ul li{
		width: 30.333%;
	}
	.iwblj-bj{
		padding-top: 60px;
	}
	.inws-fff{
		padding-left: 30px;
	}
	.inws-lt{
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.inws-tit{
		margin-bottom: 20px;
	}
	.inws-ac .a1{
		padding: 15px 0;
	}
	.inws-rt{
		width: 100%;
		max-width: 450px;
		float: left;
		border: 10px;
		 
	 
		 
		
		
	}
	.inws-j{
		padding: 0;
	}
}
@media(max-width:750px){
	.ban-swiper{
		height: 6rem;
	}

    .topic_img {
		display: block;
		width: 75%;
		margin: 0 auto;
		margin-top: 40px;
	}

	.ban-but{
		padding-top: 4.5rem;
	}
	.ban-but img{
		width: .8rem;
		margin-right: .3rem;
	}
	.iabt-bj{
		padding: .4rem 0;
		background-size: 150% auto;
	}
	.iabt-rt{
		margin-top: .3rem;
	}
	.iabt-a{
		font-size: .45rem;
	}
	.iabt-b{
		font-size: .28rem;
		line-height: .45rem;
		padding-top: .4rem;
	}
	.iabt-c1{
		font-size: .6rem;
	}
	.iabt-c2{
		font-size: .26rem;
	}
	.iabt-c{
		margin-top: .3rem;
	}
	.iabt-c li:nth-child(2){
		margin: 0 .4rem;
		padding: 0 .4rem;
	}
	.iwblj-bj{
		background-size: 2rem auto;
		background-position: .3rem 4rem;
		background: url(../img/img12.jpg) no-repeat 80px 20px;
		background-color: #00923f;
	}
	.izzq,.icpt-bj{
		padding-top: .8rem ;
		padding-bottom: .8rem;
	}
	.icpt-ul{
		margin-top: .5rem;
	}
	.icpt-ul li{
		width: 47%;
		height: 1.2rem;
		padding: .15rem;
		line-height: .9rem;
		margin-bottom: .2rem;
	}
	.iabt-lt>i{
		background-size: .8rem;
	}
	.inws-fff{
		width: 100%;
		padding: .7rem .3rem;
		margin-top: -1.45rem;
		border-radius: 10px;
        box-shadow: 2px 2px rgba(0,0,0,.01)!important;
	}
	.inws .H40{
		font-size: .4rem;
	}
	.inws-tit a{
		font-size: .28rem;
		line-height: .4rem;
	}
	.inws-tit{
		padding-bottom: .3rem;
		margin-bottom: .4rem;
	}
	.inws-c{
		width: 2rem;
	}
	.inws-ac .a1{
		padding: .15rem 0;
	}
	.inws-b2{
		display: none;
	}
	.inws-b{
		    width: calc(100% - 2rem);
    width: -webkit-calc(100% - 2rem);
    padding-right: .3rem;
	}
	.inws-b3{
		font-size: .24rem;
		margin-bottom: .1rem;
	}
	.inws-b1{
		font-size: .28rem;
		height: .8rem;
		line-height: .4rem;
		    -webkit-line-clamp: 2;
	}
	.inws-lt{
		margin-bottom: .8rem;
	}
	.inws-k a{
		padding: .15rem 0;
		padding-left: .0rem;
	}
	.inws-k a:after{
		width: .14rem;
		height: .14rem;
		top: .3rem;
		
	}
	.inws-k1{
		font-size: .28rem;
		height: .4rem;
		line-height: .4rem;
	}
	.inws-k2{
		font-size: .24rem;
		line-height: .35rem;
		height: .35rem;
	}
	.inws-bj{
		padding-bottom: .8rem;
	}
	.iwblj-bj{
		height: 5rem;
		padding-top: .8rem;
	}
}







/*about*/
.about-list{
	overflow: hidden;
	padding-top: 80px;
}
.about-list:first-child{
	padding-top: 0;
}
.about-tit{
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	margin-bottom: 40px;
	display: none;
}
.about-lt{
	float: left;
	width: 260px;
	font-size: 40px;
	line-height: 1;
	color: #333;
	font-weight: bold;
}
.about-rt{
	width: calc(100% - 260px);
	float: right;
	max-width: 695px;
}
.about-h30{
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
}
.about-p18{
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.about-p16{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.about-a{
	color: #00923f;
}
.about-b{
	margin-bottom: 40px;
}
.about-c{
	margin-top: 25px;
	font-weight: bold;
}
.about-e{
	margin-top: 70px;
}
.about-g{
	font-size: 60px;
	line-height: 1;
	color: #00923f;
	opacity: .1;
	position: relative;
	top: 35px;
	left: -20px;
	font-family: DIN-Condensed-Bold;
}
.about-h{
	margin-top: 80px;
}
.about-i{
	margin-top: 45px;
}
.about-j{
	margin-top: 80px;
	margin-bottom: 50px;
}
.about-k{
	overflow: hidden;
	margin-bottom:30px;
}
.about-k li{
	width: 50%;
	float: left;
	padding: 0 20px;
	position: relative;
}
.about-k li:after{
	content: '';
	width: 5px;
	height: 5px;
	background: #00923f;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 12px;
	
}
.about-l{
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	overflow: hidden;
}
.about-l li{
	width: calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}
.about-l li>i{
	display: block;
	width: 100%;
	height: 100%;
	background: #00923f;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.about-l3{
	width: 100%;
	color: #fff;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 4;
	text-align: center;
}
.about-q{
	margin-top: 20px;
}

.about-fx{
	position: fixed;
	z-index: 11;
	width: 220px;
	top: 80px;
	left: 50%;
	margin-left: -645px;
}
.about-fx div{
	display: none;
}
.about-fx div a{
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
}

@media(max-width:1600px){
	.about-fx{
		left: 90px;
		margin-left: 0;
	}
}
@media(max-width:1200px){
	.about-fx{
		display: none;
	}
	.about-lt{
		display: none;
	}
	.about-rt{
		display: block;
		width: 100%;
		/*max-width: initial;*/
		float: left;
		padding-left: 50px;
	}
	.about-tit{
		display: block;
	}
}
@media(max-width:1000px){
	.about-rt{
		padding-left: 20px;
	}
}
@media(max-width:750px){
	.about-rt{
		padding-left: 0;
	}
	.about-tit{
		font-size: .6rem;
		margin-bottom: .6rem;
	}
	.about-h30{
		font-size: .36rem;
		line-height: .5rem;
	}
	.about-b{
		margin-bottom: .4rem;
	}
	.about-p18{
		font-size: .28rem;
		line-height: .45rem;
	}
	.about-p16{
		font-size: .24rem;
		line-height: .45rem;
	}
	.about-c{
		margin-top: .3rem;
	}
	.about-e{
		margin-top: .6rem;
	}
	.about-list{
		padding-top: .6rem;
		margin-top: .4rem;
		border-top: 1px solid #e8e8e8;
	}
	.about-g{
		font-size: .5rem;
		top: 0;
		left: 0;
		margin-top: .25rem;
	}
	.about-h{
		margin-top: .6rem;
	}
	.about-i{
		margin-top: .4rem;
	}
	.about-j{
		margin-top: .6rem;
		margin-bottom: .3rem;
	}
	.about-k li{
		width: 100%;
		padding-right: 0;
	}
}


.contact{
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 790px;
	background: #fff;
}
.contact-ul{
	margin-top: 95px;
	overflow: hidden;
	position: relative;
}
.contact-ul li{
	width: 38%;
	float: left;
	text-align: center;
	padding: 0 30px;
}
.contact-div{
	display: inline-block;
	text-align: left;

}
.contact-b{
	font-size: 24px;
	color: #333;
	line-height: 32px;
	margin-top: 35px;
	font-weight: bold;
}
.contact-c{
	font-size: 16px;
	color: #666;
	line-height: 35px;
	margin-top: 30px;
}
.contact-ul li.li1{
	width: 34%;
	text-align: left;
	padding: 0;
	padding-right: 30px;
}
.contact-ul li.li3{
	width: 28%;
	padding: 0;
	text-align: right;
	padding-left: 30px;
}
.contact-ul:after{
	content: '';
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 34%;
}
.contact-ul:before{
	content: '';
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	right: 28%;
}

@media(max-width:1600px){
	.contact-c{
		font-size: 14px;
		line-height: 30px;
	}
	.contact-b{
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width:1000px){
	/*.contact{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.contact-ul{
		margin-top: 60px;
	}
	.contact-ul li{
		width: 100% !important;
		margin-bottom: 40px;
		padding: 0 !important;
		text-align: left !important;
	}
	.contact-ul:after,.contact-ul:before{
		display: none;
	}*/
	
	.contact-ul li{
		padding: 0 20px;
	}
	.contact-ul li.li3{
		padding-left: 20px;
	}
	.contact-ul li.li1{
		padding-right:20px ;
	}
}
@media(max-width:750px){
	.contact{
		padding: 1rem .5rem;
		min-height: auto;
	}
	.contact-ul{
		margin-top: .5rem;
		border-top: 0px solid #e8e8e8;
	}
	.contact-ul li{
		width: 100% !important;
		margin-bottom: .6rem;
		padding: 0 !important;
		text-align: left !important;
	}
	.contact-ul:after,.contact-ul:before{
		display: none;
	}
	.contact-a>img{
		width: 1rem;
	}
	.contact-b{
		font-size: .31rem;
		lnie-height: .5rem;
		margin-top: .3rem;
		font-weight: 500;
		color: #00923f;
	}
	.contact-c{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.contact-ul li.li1,.contact-ul li.li2{
		padding-bottom: .rem !important;
		border-top: 1px solid #e6e6e6;
	}
}