﻿*{
	margin: 0;
	padding: 0;
}
body{
 	font-family: "微软雅黑";
 	background:#fff;
	min-width: 1280px;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0
}
.clear{
	clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
img{
	max-width: 100%;
}
a:hover{
	text-decoration: underline;
	color: #15762c;
}
.w1280{
	width: 1280px;
	margin: 0 auto;
}
.header{
	height: 200px;
	background: #188131;
	
}
.header .top{
	height: 140px;
}
.logo img{
	margin-top: 40px;
}
.header .right p{
	color: #fff;
	opacity: .75;
	font-size: 14px;
	padding-top: 40px;
}
.header .right p a{
	color: #fff;
}
.search{
	width: 240px;
	margin-top: 14px;
}
.search input{
	outline: none;
	border:none;
}
.search .inpt{
	width: 204px;
	height: 36px;
	background: #fff;
	float: left;
}
.search .inpt::-webkit-input-placeholder{
	color: #999999;
	font-size: 15px;
	padding-left: 10px;
}
.search .sub{
	width: 36px;
	height: 36px;
	background: #fff url(lsicon.png) no-repeat center;
	float: left;
}
.nav{
	height: 60px;
	line-height: 58px;
	background: #15762c;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	color: #ffffff;
	font-size: 18px;
	margin: 0 70px;
	display: block;
}
.nav ul li.on a,
.nav ul li a:hover{
	border-bottom: 2px solid #ff9600;
	text-decoration: none;
}
.banner{
	width: 100%;
	position: relative;
}
.banner .swiper-slide img,
.banner .swiper-slide{
	width: 100%;
}
.banner .pagination {
	position: absolute;
	z-index: 20;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 42px;
}
.banner .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 5px;
	cursor: pointer;
	border:2px solid #fff
}
.banner .swiper-active-switch {
	background: #fff;
}
.lb{
	width: 410px;
	height: 290px;
	position: relative;
}
.lb .imgbox{
	width: 410px;
	height: 290px;
	overflow: hidden;
}
.lb .imgbox img{
	width: 100%;
}
.lb .bot{
	width: 410px;
	height: 40px;
	line-height: 40px;
	background: url(lsbg.png) no-repeat center;
	position: absolute;
	bottom: 0;
	z-index: 15;
	
}
.lb .bot h2{
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 65%;
}
.lb .bot h2:hover{
	text-decoration: underline;
}
.lb .pagination {
	position: absolute;
	z-index: 20;
	bottom: 13px;
	right: 10px;
}
.lb .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: 0 5px;
	cursor: pointer;
	background: #cecece;
}
.lb .swiper-active-switch {
	background: #50c75c;
}
.syitem{
	padding: 0 20px;
	border:1px solid #e1eae4;
	min-height: 290px;
	box-sizing: border-box;
}
.syhead{
	height: 45px;
	line-height: 44px;
	margin-top: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.syhead h2{
	float: left;
	color: #333333;
	font-size: 22px;
	border-bottom: 2px solid #267e3b;
}
.syhead a{
	float: right;
	color: #999999;
	font-size: 14px;
	padding-right: 15px;
	background: url(lsicon1.png) no-repeat right center;
}
.sylist{
	padding-top: 10px;
}
.sylist li{
	line-height: 35px;
}
.sylist li a{
	color: #333333;
	font-size: 15px;
	display: block;
	float: left;
	width: 80%;
	padding-left: 15px;
	background: url(lsicon2.png) no-repeat left center;
}
.sylist li span{
	float: right;
	color: #a1a4a2;
	font-size: 14px;
}
.sylink ul li{
	width: 300px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin-left: 26px;
}
.sylink ul li img{
	width: 100%;
}
.sylink ul li:hover img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylink ul li:first-child{
	margin-left: 0;
}
.footer{
	background: #2b6839;
	padding: 40px 0 30px;
	text-align: center;
}
.footer p{
	color: #f1f1f1;
	font-size: 14px;
	line-height: 24px;
}
.footer p a{
	color: #f1f1f1;
}
.ban img,
.ban{
	width: 100%;
}
.wrap{
	padding: 30px 0 50px;
	width: 1280px;
	margin: 0 auto;
}
.wrap .head{
	height: 65px;
	line-height: 64px;
	border-bottom: 1px solid #f2f2f2;
}
.wrap .head h2{
	color: #15762c;
	font-size: 26px;
	border-bottom: 2px solid #15762c;
	float: left;
	font-weight: bold;
}
.wrap .head p{
	float: right;
	padding-left: 20px;
	background: url(lsicon3.png) no-repeat left center;
	color: #333333;
	font-size: 14px;
}
.wrap .head p a{
	color: #333;
	margin: 0 8px;
}
.wrap .head p a:hover{
	color: #15762c;
}
.cont{
	margin-top: 5px;
}
.list ul li{
	line-height: 60px;
	height: 60px;
	border-bottom: 1px solid #f2f2f2;
}
.list ul li a{
	color: #333333;
	font-size: 16px;
	float: left;
	padding-left: 17px;
	background: url(lsicon2.png) no-repeat left center;
	display: block;
	width: 80%;
}
.list ul li span{
	float: right;
	color: #999999;
	font-size: 14px;
}
.list ul li a:hover{
	color: #15762c;
}
.deta .top{
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}
.deta .top h2{
	color: #333333;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}
.deta .top p{
	color: #666666;
	font-size: 14px;
}
.deta .top p span{
	margin-right: 20px;
}
.deta .nr{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
}
.deta .nr img{
	max-width: 100%;
}
.deta .bot{
	padding-top: 20px;
	position: relative;
}
.deta .bot p{
	color: #0c7124;
	font-size: 16px;
	line-height: 36px;
}
.deta .bot p span{
	float: left;
}
.deta .bot p a{
	color: #333333;
	display: block;
	width: 80%;
}
.deta .bot p a:hover{
	color: #0c7124;
}
.deta .bot .back{
	display: block;
	width: 120px;
	height: 40px;
	border:1px solid #f0f0f0;
	text-align: center;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 30px;
	color: #999999;
	font-size: 14px;
}
.deta .bot .back:hover{
	color: #0c7124;
}
.single{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0;
}
.single img{
	max-width: 100%;
}

















