﻿*{
	padding: 0px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
.w{
	max-width: 1200px;
	margin: 0 auto;
}
.ww{
	width: 100%;
	margin: 0 auto;
}

.top{
	height: 100px;
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.top div ul li{
	float: left;
}

/*.title div ul li img{
	margin-top: 15px;
}*/
.top div ul li a{
	color: #333;
	line-height: 100px;
	height: 100px;
	padding: 0px 30px;
	display: block;
}
.top div ul li:nth-child(1):hover a{
	background: none;
}
.top div ul li:hover a{
	background: #009944;
	color: #fff;
}


.title{
	margin-top: 50px;
}
.cpzs{
	overflow: hidden;
}

.lx_left{
	width: 60%;
	float: left;

}

	.lx_left ul li{
	line-height: 50px;
	font-size: 12px;
}
.lx_left textarea{
	width: 65%;
	height: 100px;
	font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
}
.lx_left input{
	width: 66%;
	height: 35px;
	padding-left: 5px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
}
.lx_left .submit{
	width: 120px;
	height: 35px;
	border: 1px solid #CCCCCC;
	background: none;
	margin-left: 126px;
}

.cp{
	width: 30%;
	margin: 30px 1.58% 35px 1.58%;
	border: 2px solid #333;
	float: left;
	height: 270px;
	position: relative;
	overflow: hidden;
}
.cp1{
	width: 30%;
	margin: 30px 1.58% 35px 1.58%;
	border: 2px solid #333;
	float: left;
	height: 270px;
	position: relative;
	overflow: hidden;
}
.cp:hover .cp_img img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.cp:hover .cp_ck{
	bottom: 0px;
}

.cp_img{
	overflow: hidden;
    
	
}
.cp_img img{
	width: 100%;
	height: 100%;
    transition: opacity 0.5s, transform 0.5s;
   -webkit-transition: opacity 0.5s, transform 0.5s;
   -moz-transition: opacity 0.5s, transform 0.5s;
   -ms-transition: opacity 0.5s, transform 0.5s;
	
}
.cp_ck{
	position: absolute;
	bottom: -60px;
	background: green;
	width: 100%;
	height: 100px;
	background-color: rgb(6, 88, 42);
  	opacity: 0.8;
      -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  	
}
.cp_ck h2{
	color: #fff;
	margin-top: 5px;
	text-align: center;
} 
.cp_ck h3{
	margin-top: 10px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	width: 120px;
	height: 35px;
	border-radius: 4px;
	line-height: 35px;
	margin-left: calc(50% - 60px);
	}
	
.cp1:hover .cp_img1 img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.cp1:hover .cp_ck1{
	bottom: 0px;
}

.cp_img1{
	overflow: hidden;
    
	
}
.cp_img1 img{
	width: 100%;
	height: 100%;
    transition: opacity 0.5s, transform 0.5s;
   -webkit-transition: opacity 0.5s, transform 0.5s;
   -moz-transition: opacity 0.5s, transform 0.5s;
   -ms-transition: opacity 0.5s, transform 0.5s;
	
}
.cp_ck1{
	position: absolute;
	bottom: -60px;
	background: green;
	width: 100%;
	height: 100px;
	background-color: rgb(6, 88, 42);
  	opacity: 0.8;
      -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  	
}
.cp_ck1 h2{
	color: #fff;
	margin-top: 5px;
	text-align: center;
} 
.cp_ck1 h3{
	margin-top: 10px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	width: 120px;
	height: 35px;
	border-radius: 4px;
	line-height: 35px;
	margin-left: calc(50% - 60px);
	}





	.qyfw{
		overflow: hidden;
		background: url(../images/fwbg.jpg) no-repeat;
		background-attachment: fixed;
		margin-top: 50px;
		
	}
	.fw{
		float: left;
		width: 23%;
		height: 300px;
		margin: 30px 0.9% 60px 0.9%;
		border: 1px solid #fff;
		background: rgba(255,255,255,.5);
		text-align: center;
		padding: 0px 20px;
		-webkit-transition-duration: 0.3s;
	    -moz-transition-duration: 0.3s;
	    -ms-transition-duration: 0.3s;
	    transition-duration: 0.3s;

	}
	.fw img{
		width: 45%;
		margin-top: 80px;
	}

	.fw p{
		display: none;
		margin-top: 20px;
	}
	.fw:hover{
		background:#009944;
		
	}
	
	.fw:hover img{
		margin-top: 30px;
		 -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
	}
	.fw:hover p{
		display: block;
		color: #fff;
	}
	.fw:hover h2{
		color: #fff;
	}
	
	
.qyjj{
	overflow: hidden;
	margin-bottom: 40px;
}

.jj_left,.jj_right{
	width: 50%;
	float: left;
	margin-top: 50px;
}
.jj_left{
	margin-top: 100px;
	padding: 20px 10px;
}
.jj_left h2{
	line-height: 50px;
}
.jj_left p{
	font-size: 16px;
	text-indent: 2em;
	line-height: 1.8em;
	overflow:hidden;  
	text-overflow:ellipsis;  
	display:-webkit-box;  
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:6;
}

.jj_left a{
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	display: block;
	border: 2px solid #333;
	margin-top: 50px;
}
.jj_left a:hover{
	background: #009944;
	color: #fff;
	border: 2px solid #009944;
	
}
.qyxw{
	overflow: hidden;
	background: url(../images/xwbg.jpg) no-repeat;
	background-attachment: fixed;
}



.xw_left, .xw_right{
	float: left;
	margin:50px 0px;
	
}
.xw_left{
	width: 40%;
	height: 350px;
	overflow: hidden;
}
.xw_left img{
	width: 100%;
	height: 100%;
}
.xw_right{
	width: 60%;
	height: 350px;
	padding-left: 30px;
	padding-top: 10px;
	background: #fff;
}
.xw_right ul li{
	border-bottom: 1px solid #ccc;
}
.xw_right ul li h2{
	font-size: 18px;
	font-weight: 700;
	color: #009944;
	margin-top: 15px;
	overflow:hidden;  
	text-overflow:ellipsis;  
	display:-webkit-box;  
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1;
}
.xw_right ul li p{
	margin-top: 0px;
	line-height: 26px;
	overflow:hidden;  
	text-overflow:ellipsis;  
	display:-webkit-box;  
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1;
}

.lxwm{
	overflow: hidden;
	margin-bottom: 50px;
}

.lxwo{
	overflow: hidden;
}
.lx_left,.lx_center,.lx_right{
	float: left;
	height: 160px;
	margin: 50px auto;
}
.lx_left{
	height:265px;
	width: 38%;
	padding: 0px 15px 0px 0px;
}
.lx_left h2{
	font-size: 18px;
	font-weight: bold;
	color: #009944;
}
.lx_left p{
	text-indent: 32px;
	font-size: 16px;
    line-height: 28px;
    color: #A9A9A9;
    overflow:hidden;  
	text-overflow:ellipsis;  
	display:-webkit-box;  
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:3;
}
.lx_left a{
	width: 100px;
	height: 35px;
	background: #009944;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 35px;
	margin: 30px 0px 0px 0px;
}
.lx_right{
	width: 35%;
	margin-left: 30px;
	padding-left: 5px;
}
.lx_right ul li{
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	color: #A9A9A9;
	overflow:hidden;  
	text-overflow:ellipsis;  
	display:-webkit-box;  
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1;
	font-size: 16px;
}
.lx_center img{
	width: 200px;
	margin: 0px 45px;
}
.bq{
	background: #009944;
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	
}
.news ul li a{
	color: #333;
}
.bq a{
	color: #fff;
}

/*分页*/
.pro .fl{
	background: none;
	box-shadow: none;
	padding: 10px;
}
.pro .fl li {
	width: 21%;
	border-radius: 3px;
}
.pro .fl li a{
	color: #333333;
	margin: 0px 30px;
	border: 1px solid #333;
	display: block;
	text-align: center;
	line-height: 40px;
}
.pro .fl li a:hover{
	color: #22641f;
	border: 1px solid #22641f;
}
.fy{

	margin: 0 auto;
	background: none;
	box-shadow: none;
	overflow: hidden;
}
.fy li:hover{
	background:#22641f;
}

.fy li{
    padding: 0px 5px;
	margin: 20px auto;
	float: left;
}
.fy li a{
	display: block;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #333;
	text-align: center;
	color: #333;
}
.fy li:hover a{
	color: #fff;
}
.fy li a:hover{
	
	border: 1px solid #22641f;
}

.newlist ul{
	overflow: hidden;
	margin: 30px auto;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
   
}

.newlist ul:hover{
	 box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08);
}

.newlist ul:hover li:nth-child(2){
	padding-left: 20px;
}
.newlist ul:hover li:nth-child(3) {
	padding-left:80px;
}

.newlist ul:hover li:nth-child(3) a{
	border: 1px solid #009944;
	color: #009944;
}

.newlist ul li{
	float: left;
	height: 130px;
	padding: 15px;
	background: #f7f7f7;
	   
}
.newlist ul li:nth-child(1){
	width: 200px;

}
.newlist ul li:nth-child(1) img{
	width: 100%;
	height: 100%;
}
.newlist ul li:nth-child(2){
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	width: 750px;
}
.newlist ul li:nth-child(2) h3{
	
	font-size: 16px;
	color: #717171;
}
.newlist ul li:nth-child(2) p{
	font-size: 12px;
	color: #999;
	overflow:hidden;  
	text-overflow:ellipsis;  
	display:-webkit-box;  
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2;
}


.newlist ul li:nth-child(3){
	width: 250px;
	padding-left: 70px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.newlist ul li:nth-child(3) h2{
	color: #717171;
}

.newlist ul li:nth-child(3) a{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 18px;
	border: 1px solid #999;
	display: block;
	color: #999;
	font-size: 12px;
	margin: 0px;
	margin-top: 30px;
}


/*简介*/

.jianjie ul{
	overflow: hidden;
	height: 400px;
	border: 1px solid green;
	margin: 30px auto;
}

.jianjie ul li{
	float: left;
	width: 40%;

}
.jianjie ul li:nth-child(2){
	width: 60%;
	padding: 40px;
}
.jianjie ul li:nth-child(2) p{
	line-height: 26px;
	text-indent: 2em;
}
.zongzhi{
	background: url(../images/jj_bg.jpg) no-repeat;
	background-attachment: fixed;
	padding: 30px 0px;
}
/*.zongzhi div{
	padding-top: 10px;
}*/

.zongzhi h2{
	color: #FFF;
	text-align: center;
	
}
.zongzhi p{
	color: #fff;
	text-align: center;
	margin: 10px 0px;
}
.yuanjing ul{
	overflow: hidden;
	height: 320px;
	border: 1px solid green;
	margin: 30px auto;
}
.yuanjing ul li{
	float: left;
}
.yuanjing ul li:nth-child(1){
	width: 60%;
	padding: 40px;
}
.yuanjing ul li:nth-child(2){
	width: 40%;
}

.yuanjing ul li:nth-child(1) p{
	line-height: 28px;
	text-indent: 2em;
}
.lxwm{
	overflow: hidden;

}


.lxwm_left{
	width: 60%;
	float: left;
	margin-top: 40px;
}
.lxwm_right{
	width: 34%;
	float: left;
	padding-left: 30px;
	margin-top: 40px;
}
.lxwm_left ul li{
	line-height: 50px;
	font-size: 12px;
	margin: 20px auto;
}
.lxwm_left textarea{
	width: 80%;
	height: 100px;
	font-size: 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
}
.lxwm_left input{
	margin-left: 20px;
	width: 80%;
	height: 35px;
	padding-left: 5px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
}
.lxwm_left .submit{
	width: 120px;
	height: 35px;
	border: 1px solid #CCCCCC;
	background: none;
	margin-left: 126px;
}
.lxwm_right ul li{
	height: 110px;
	font-size: 14px;
	line-height: 24px;
	
	padding-left: 100px;
	padding-top: 35px;
}
.lxwm_right ul li:nth-child(1){
	background: url(../images/dz.png) no-repeat left center;
}
.lxwm_right ul li:nth-child(2){
	background: url(../images/dh.png) no-repeat left center;
}
.lxwm_right ul li:nth-child(3){
	background: url(../images/yx.png) no-repeat left center;
}

.dtdh iframe{
	margin: 30px auto;
}



	.news{
		width: 100%;
	}
	.news h2{
		text-align: center;
		margin-top: 30px;
	}
	.news h4{
		text-align: center;
	}
	.news p{
		width: 90%;
		
	}
	.news img{
		/*max-width: 600px;
		margin-left: calc(50% - 300px);*/
	}
	
	.news ul{
		width: 100%;
   		height: 40px;
	}

	.tage {display: none;}

@media screen and (max-width: 768px){
	.swiper-button-next,.swiper-button-prev{
		display: none;
	}
.tage {
	background: url(../images/pic4.jpg) left top;
	overflow: hidden;
	margin-top: 25px;
	
	display: block;
}
	.tage-ul li {
	width: 60px;
    height: 80px;
    padding: 0 5px;
    margin-left: 7px;
    margin: 0 auto;
}

.tage-ul li img {
	width: 130px;
	margin: 0 auto;
	display: block;
}

.tage-ul li h3 {
	color: #66CD00;
	font-size: 12px;
	margin-top: 5px;
}

.tage-ul li p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 34px;
	margin: 0;
}
	.cp_img{
	overflow: hidden;
    	float: left;
	}

	.jj_left h2 {
    line-height: 50px;
    font-size: 20px;
}
	.title {
    margin-bottom: 10px;
}
	.cp_ck {
    position: absolute;
    bottom: -60px;
    background: green;
    width: 100%;
    height: 100px;
    background-color: rgb(6, 88, 42);
    opacity: 0.8;
    transition-duration: 0.3s;
}

h2, .uk-h2 {
    font-size: 16px;
    line-height: 30px;
}
	.top{
		display: none;
	}
	
	.title {
      margin-top: 30px;
    width: 210%;
    margin-left: -210px;
  
}
	.cp{
    width: 46%;
    border: 1px solid #333;
    height: 155px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin: 5px 6px;
    float: left;
	}
	.cp1{
     width: 80%;
    border: 1px solid #333;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
     margin: 0 auto;
    margin-bottom: 10px;
	float: none;
	}
	.fw{
		width: 48%;
		height: 250px;
		margin: 10px 0.9% 10px 0.9%;
		padding: 0;
	}
	
	.fy ul li {
       padding: 4px 12px;
    width: 50%;
    text-align: center;
    margin-top: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
font-size: 16px;
}
	.jj_left h2 {

    margin: 0;
    padding: 0px;
}
	.jj_left a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    display: block;
    border: 2px solid #333;
    margin-top: 10px;
}
	.fy ul{
	overflow: hidden;
	margin: 15px px;
		margin-left: 32px;
		margin: 0 auto;
}
	.newlist ul li{
	float: left;
	
	padding: 15px;
	background: #f7f7f7;
	    height: 150px;
}
	.jj_left{
		width: 97%;
		text-align: center;
		margin-top: 0px;
		padding: 0px;
	}
	.jj_right{
		display: none;
	}
	
	.xw_left{
		display: none;
	}
	.xw_right{
		width: 100%;
		margin: 20px auto;
		padding: 0px 10px;
	}
	.xw_right ul li p{	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
	.xw_right{
		height: 100%;
	}
	.lx_left,.lx_center,.lx_right{
		width: 100%;
		text-align: center;
		
	}

	


	.lx_left a{
		margin: 20px auto;
	}
	.lx_center{
		margin-top: 0px;
	}
	.lx_right{
		margin: 0 auto;
		padding: 0px;
	}
	
	.bottom{
		position: fixed;
		width: 100%;
		bottom: 0px;
		background: #009944;
	}
	.bottom img{
		width: 35%;
		margin-top: 5px;
	}
	.bottom p{
		margin: 0px;
		line-height:27px;
		color: #fff;
	}
	.bq{
		line-height: 43px;
		height: 45px;
	}
	.fy ul li a{
		margin: 0 15px;
	}
	.jianjie ul{
		height: 100%;
	}
	.jianjie ul li{
		width: 100%;
	}
	.jianjie ul li:nth-child(2){
		width: 100%;
		padding: 10px;
	}
	.zongzhi p{
		padding: 10px;
	}
	.yuanjing ul{
		width: 100%;
		height: 100%;
	
	}
	.yuanjing ul li:nth-child(1),.yuanjing ul li:nth-child(2){
		width: 100%;
			padding: 10px;
	}
	
	.newlist ul li:nth-child(3){
		width: 40%;
		padding-left: 10px;
	}
	.newlist ul li:nth-child(2){
		width: 60%;
	}
	.newlist ul li:nth-child(1){
		display: none;
	}
	.newlist ul:hover li:nth-child(3) {
	padding-left:20px;
	}

	.lxwm_left{
		width: 100%;
		margin-top: 0px;
	}
	.lxwm_right{
		width: 98%;
	}
	.lxwm_left input{
		width: 94%;
		margin-left: 3%;		
	}
	.lxwm_left textarea{
		width: 94%;
		margin-left: 3%;
	}
	.lxwm_left ul li{
		line-height: 30px;
		padding-left: 10px;
		margin: 10px auto;
	}
	.dtdh iframe{
		width: 100%;
		height: 300px;
	}
	
	
}
.news ul li{
	line-height: 40px;
}
.news ul li:hover{
	color: #005599;
	text-decoration: none;
}
.news ul li:nth-child(1){
	float: left;
	margin-left: 20px;
}
.news ul li:nth-child(2){
	float: right;
	margin-right: 20px;
}
