@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}

body{
	
	font-size: 16px;
}







.zy{
	padding: 100px 0;
	position: relative;
}

.zyzi{
	position: relative;
	margin-bottom: 5rem;
}

.zyzi h3{
	font-size: 36px;
	font-weight: 600;
	color: #50c303;
	text-align: center;
}








.about{
	
}

.aboutcon{
	position: relative;
}

.aboutcon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}

.aboutcon img{
	margin-top: 2rem;
}



















.pro{
	padding-top: 200px!important;
	background: #f2f4fa;
}

.procon ul li{
	float: left;
	width: 25%;
	margin-bottom: 10px;
	padding: 1%;
}

.proimg{
	overflow: hidden;
}

.proimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.procon ul li:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}


.procon p{
	font-size: 15px;
	margin-bottom: 0;
	padding: 15px 0;
	color: #333;
	text-align: center;
}







.prol{
	float: left;
	width: 50%;
}

.pror{
	float: right;
	width: 45%;
}

.pror h3{
	font-size: 36px;
	font-weight: 600;
	color: #50c303;
}











.page{
	margin-top: 4rem;
	text-align: center;
	width: 100%;
}

.page ul{
	padding-left: 0;
}

.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;
	margin-right: 5px;
}

.page ul li.active span{
	background: #50c303!important;
	color: #fff!important;
	/*border-color: #fff!important;*/
}

.page ul li a{
	color: #50c303;
	background: #f1f1f1;
	/*border: 1px solid #fff;*/
}

.page ul li:hover a{
	background: #50c303!important;
	color: #fff;
	/*border-color: #fff;*/
}



.sx{
	margin-top: 50px;
}

.sx p{
	font-size: 14px;
	color: #111;
}

.sx a{
	font-size: 14px;
	color: #111;
}














.fac{
	
}

.faccon{
	position: relative;
}

.faccon ul{
	margin-bottom: 0;
}

.faccon ul li{
	float: left;
	width: 32%;
	margin-bottom: 1rem;
}

.faccon ul li:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}
















.video{
	
}

.videocon{
	position: relative;
}


.videocon ul li{
	float: left;
	width: 48%;
	margin-bottom: 2rem;
}

.videocon ul li:nth-child(odd){
	margin-right: 2%;
}

.videocon ul li:nth-child(even){
	margin-left: 2%;
}

.vediocon ul li .sp1{
	background: #000;
}

.videocon ul li p{
	font-size: 15px;
	margin-bottom: 0;
	color: #333;
	line-height: 30px;
}

.videocon ul li iframe{
	width: 100%;
	height: 500px;
}

















.news{
	
	position: relative;	
}

.newscon li{ width: 100%; float: left; margin: 0% 0% 2% 0%; position: relative; padding:3% 0; transition: all 0.5s;border-bottom: 1px solid #DCDCDC}
/*.news li:nth-child(odd){margin-right: 2%}
.news li:nth-child(even){margin-left: 2%;}*/
.newscon li a{ display: block; width: 100%; position: relative; padding: 0 0% 0 15%;}
.newscon li b,
.newscon li figure{ position: absolute;}
.newscon li b{ width: 42px; height: 49px; line-height: 45px; background: url("../images/Hindex_icon4.png") no-repeat center; left: 5%; text-align: center; font-weight: normal; font-size: 38px; color: #999;}
.newscon li figure{ right: 4%; top: 3%; height: 94%; width: 30%;}
.newscon li img{ display: none;}
.newscon li h2{ font-size: 16px; color: #50c303!important; margin: 0;}
.newscon li p{ color: #888; margin: 15px 0; line-height: 20px;font-size: 14px;}
.newscon li p:after{ content: ''; display: block; width: 36px; height: 1px; background: #d7d7d7; margin-top: 2rem;}
.newscon li span{ float: right; padding-right: 12%; font-weight: bold; color: #999; font-size: 12px;color: #50c303!important;}
.newscon li time{ display: inline-block;  font-size: 12px; color: #999; font-weight: bold;}
.newscon li:hover{ background: #fff;box-shadow:0 0 10px #ccc;}
.newscon li a:hover h2{ color: #5ea3cc;}



.newsshow{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}























.lx{
	position: relative;
}

.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: 14px;
	margin-bottom: 15px;
	color: #333;
}

.lxr{
	float: right;
	width: 55%;
}













