@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}




.banner{
	position: relative;
}

.bannercon{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	background: #fff;
	height: 4rem;
}

.dh{
	position: relative;
	top: -4rem;
	line-height: 4rem;
	font-size: 0.9rem;
	color: #333;
}

.dhimg img{
	width: auto;
	height: 20px;
	margin-right: 10px;
}

.dhcon a{
	color: #333;
}





.zy{
	padding: 3rem 0 5rem;
}

.zyzi{
	text-align: center;
}

.zyzi h3{
	font-size: 2.2rem;
	margin-bottom: 3rem;
	font-weight: 600;
}

.zynav{
	margin-top: 3rem;
}

.zynava{
	margin-right: 10px;
}

.zynava a{
	font-size: 0.9rem;
	padding: 1.2rem 4rem;
	background: #fff;
	color: #7dcb3a;
}

.zynava:hover a{
	background: #7dcb3a;
	color: #fff;
}

.zynava.active a{
	background: #7dcb3a;
	color: #fff;
}

.zycon{
	width: 100%;
}



.page{
	margin-top: 4rem;
	text-align: center;
	width: 100%;
}

.page .pagination{
	margin: 0 auto;
	display: inline-block;
}

.page ul li span,.page ul li a{
	padding: 0.7rem 1rem;
	color: #111;
}

.page ul li.disabled span{
	color: #999;
	background: #f1f1f1;
}

.page ul li.disabled:hover span{
	cursor: no-drop;
}

.pagination>li {
	display: inline;
}

.page ul li.active span{
	background: #7dcb3a;
	color: #fff!important;
	/*border-color: #fff!important;*/
}

.page ul li a{
	color: #7dcb3a;
	background: #f1f1f1;
	border: 1px solid #fff;
}

.page ul li:hover a{
	background: #7dcb3a;
	color: #fff;
	/*border-color: #fff;*/
}

.pagesj li{
	display: inline;

}

.pagesj span,.pagesj a{
	background: #fff!important;
	color: #333!important;
	padding: 10px 1rem;
}




.sx{
	margin-top: 4rem;
}

.sx p{
	font-size: 0.9rem;
	color: #111;
}

.sx a{
	font-size: 0.9rem;
	color: #111;
}











.about{
	
}

.aboutcon p{
	font-size: 0.9rem;
	line-height: 2rem;
	text-indent: 1.8rem;
	color: #333;
}

.aboutcon img{
	margin-top: 3rem;
	max-width: 100%;
	height: auto;
}












.pro{
	background: #f5f5f5;
}

.pro .wid{
	width: 95%;
	margin: 0 auto;
}


.profl{
	float: left;
	width: 20%;
}

.profl ul h3{
	padding: 2rem 0rem;
	background: #7dcb3a;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.profl ul li{
	background: #fff;
	padding: 1rem 0;
	text-align: center;
	margin-top: 1px;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.profl ul li a {
    position: relative;
    font-size: 0.9rem;
    color: #666;
}

.profl ul li:hover{
	background: #7dcb3a;
}

.profl ul li:hover a{
	color: #fff;
}

.profl ul li.active{
	background: #7dcb3a;
}

.profl ul li.active a{
	color: #fff;
}




.procon{
	float: right;
	width: 75%;

}

.procon ul li {
	float: left;
	width: 32%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width:992px) {
	.procon ul li:nth-child(3n+2){
		margin-left: 2%;
		margin-right: 2%;
	}
}


.procon ul li .proimg{
	overflow: hidden;
}

.procon ul li .proimg img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon ul li:hover .proimg img{
	transform: scale(0.95);
-moz-transform: scale(0.95);
-ms-transform: scale(0.95);
-webkit-transform: scale(0.95);
-o-transform: scale(0.95);
}

.procon ul li p{
	font-size: 1rem;
	color: #333;
	text-align: center;
	padding: 1rem 0;
	margin: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon ul li:hover p{
	color: #7dcb3a;
}


.projscon{
	float: left;
	width: 50%;
	margin-left: 5%;
	text-align: center;
}

.projscon img{
	margin: 0 auto;
}



.pro .sx{
	float: right;
	width: 20%;
	margin-top: 0;
}
















.fac{
	
}

.faccon ul li {
	float: left;
	width: 23.5%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width:992px){
	.faccon ul li:nth-child(4n+2){
		margin-left: 2%;
		margin-right: 1%;
	}

	.faccon ul li:nth-child(4n+3){
		margin-left: 1%;
		margin-right: 2%;
	}
}

.faccon ul li p{
	font-size: 1rem;
	color: #444;
	text-align: center;
	padding: 1rem 0;
	margin: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}










.honor{
	
}

.honorcon ul li {
	float: left;
	width: 23.5%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width:992px){
	.honorcon ul li:nth-child(4n+2){
		margin-left: 2%;
		margin-right: 1%;
	}

	.honorcon ul li:nth-child(4n+3){
		margin-left: 1%;
		margin-right: 2%;
	}
}

.honorcon ul li p{
	font-size: 1rem;
	color: #444;
	text-align: center;
	padding: 1rem 0;
	margin: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}










.vedio

.vediocon ul li{
	margin-bottom: 3rem;
	width: 48%;
	float: left;
}

.vediocon ul li:nth-child(odd){
	margin-right: 2%;
}

.vediocon ul li:nth-child(even){
	margin-left: 2%;
}

.vediocon ul li iframe{
	width: 100%!important;
	height: 320px;
}

.vediocon ul li p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #444;
	margin-bottom: 0;
	text-align: center;
	padding-top: 0.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}












.news{
	
}


.newscon ul li{
	margin-bottom: 4rem;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.newscon ul li .newstitle{
	font-size: 1.2rem;
	color: #7dcb3a;
	margin-bottom: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newscon ul li span{
	float: right;
}

.newscon ul li p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
	
	text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;

}






.newsjscon,.newsjscon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}

















.lx{
	
}

.lxcon{
	position: relative;
}

@media (min-width:992px){
	.lxl{
		position: absolute;
		width: 40%;
		left: 0;
		top: 50%;

		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	}
}


.lxl h3{
	font-size: 1.5rem;
	margin-bottom: 3rem;
}

.lxl p{
	font-size: 0.9rem;
	margin-bottom: 1rem;
	color: #333;
}

.lxr{
	float: right;
	width: 55%;
}

#map{
	margin-top: 5rem;
}





/*sjpro*/
.sjpro{
	position: relative;
	z-index: 555;
}

.sjpro ul{
	margin-bottom: 0;
}

.sjpro .list{width: 100%;}
.sjpro .list ul li{background:#7dcb3a;border-bottom: 1px solid #fff;}
.sjpro .list ul li a{padding-left: 5%;color: #fff; font-size:0.9rem; display: block; height:3rem;line-height: 3rem;position: relative;}
.sjpro .list ul li .inactive{ background:url(../images/off.png) no-repeat 95% center;}
.sjpro .list ul li .inactives{background:url(../images/on.png) no-repeat 95% center;}
.sjpro .list ul li ul{display: none;border-top: 2px solid #fff;}
.sjpro .list ul li ul li { border-left:0; border-right:0; background-color:#7dcb3a; border-bottom: 1px solid #fff;overflow: hidden}
.sjpro .list ul li ul li ul{display: none;}
.sjpro .list ul li ul li a{ padding-left:8%;color: #fff}
.sjpro .list ul li ul li ul li { background-color:#EDEDED; border-color:#fff; }
.last{ background-color:#d6e6f1; border-color:#6196bb; }
.sjpro .list ul li ul li ul li a{ color:#111; padding-left:2rem;}
/*sj*/









@media (min-width:768px) and (max-width:991px){
	.banner{
		padding-top: 80px;
	}

	.procon,.projscon{
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.procon ul li,.faccon ul li,.honorcon ul li{
		width: 48%;
		margin-bottom: 2rem;
	}

	.procon ul li:nth-child(odd),.faccon ul li:nth-child(odd),.honorcon ul li:nth-child(odd){
		margin-right: 2%;
	}

	.procon ul li:nth-child(even),.faccon ul li:nth-child(even),.honorcon ul li:nth-child(even){
		margin-left: 2%;
	}

	.pagesj span,.pagesj a{
		background: #7dcb3a!important;
		color: #fff!important;
	}

	.newscon ul li,.lx ul li{
		width: 100%!important;
		margin: 0 0 3rem 0!important;
	}

	.zynav{
		margin-bottom: 2rem;
	}

	.pro .sx{
		float: none;
		width: 100%;
		margin-top: 3rem;
	}

	.sx p{
		float: none!important;
		width: 100%!important;
		text-align: left!important;
	}

	.lxl h3{
		margin-bottom: 2rem;
	}

	.lxr{
		display: none;
	}

	#map{
		margin-top: 3rem;
	}
}







@media (max-width:768px){
	.banner{
		padding-top: 68px;
	}

	.zyzi h3{
		font-size: 1.6rem;
		line-height: 2.5rem;
	}

	.procon,.projscon{
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.procon ul li,.faccon ul li,.honorcon ul li{
		width: 48%;
		margin-bottom: 2rem;
	}

	.procon ul li:nth-child(odd),.faccon ul li:nth-child(odd),.honorcon ul li:nth-child(odd){
		margin-right: 2%;
	}

	.procon ul li:nth-child(even),.faccon ul li:nth-child(even),.honorcon ul li:nth-child(even){
		margin-left: 2%;
	}

	.pagesj span,.pagesj a{
		background: #7dcb3a!important;
		color: #fff!important;
	}

	.newscon ul li,.lx ul li{
		width: 100%!important;
		margin: 0 0 3rem 0!important;
	}

	.zynav{
		margin-top: 0;
	}

	.zynav .wid{
		width: 100%!important;
	}

	.zynava{
		width: 33.3%;
		margin-right: 1px;
		text-align: center;
	}

	.zynava a{
		display: block;
		padding: 1rem 0;
	}

	.pro .sx{
		float: none;
		width: 100%;
		margin-top: 3rem;
	}

	.sx p{
		float: none!important;
		width: 100%!important;
		text-align: left!important;
	}

	.newscon ul li span {
		float: left;
		width: 100%;
		font-size: 0.9rem;
		margin-top: 10px;
	}

	.lxl h3{
		margin-bottom: 2rem;
	}

	.lxr{
		display: none;
	}

	#map{
		margin-top: 3rem;
	}
}
