html, body {
	width: 100%;
	height: 100%;
	min-width: 1000px;
} /*闈炲父閲嶈?佺殑鏍峰紡璁╄儗鏅?鍥剧墖100%閫傚簲鏁翠釜灞忓箷*/
@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	border: none;
}
div, form, img, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol, li {
	list-style-type: none;
}
p, h2, h1, h3, h4 {
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	text-decoration: none;
}
a {
	color: inherit;
	text-decoration: none;
}
.clear {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
/*********************************************************************************************************************************************************
** 
*/
.container {
	width: 1000px;
	margin: 0 auto;
}
.top {
	float: left;
	width: 100%;
	background-color: #003e1b;
	padding: 5px 0;
}
.top-left {
	float: left;
	font-size: 14px;
	color: #fff;
}
.top-left a+a {
	margin-left: 20px;
}
.top-left a:hover {
	color: #e5fff0;
}
.top-right {
	float: right;
	font-size: 14px;
	color: #fff;
}
.top-right a+a {
	margin-left: 20px;
}
.top-right a:hover {
	color: #e5fff0;
}
.header {
	float: left;
	width: 100%;
	background-color: #146d37;
	padding: 13px 0;
}
.logo-left {
	float: left;
}
.logo {
	float: left;
	width: 390px;
	height: 96px;
	background: url(style_res/logo.png) no-repeat left top;
}
.logo-title {
	float: left;
	font-size: 35px;
	color: #fff;
	margin-left: 20px;
	margin-top: 20px;
}
.header-right {
	float: right;
	margin-top: 27px;
}
.nav {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
.nav-li {
	float: left;
	width: 100%;
}
.nav-li >ul {
	float: left;
	width: 100%;
}
.nav-li >ul >li {
	float: left;
	width: 20%;
	position: relative;
}
.nav-li >ul >li:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 0;
	width: 1px;
	height: 14px;
	background-color: #999999;
}
.nav-li >ul >li:last-child:after {
	display: none;
}
.nav-li >ul >li >a {
	float: left;
	width: 100%;
	padding: 13px 0;
	text-align: center;
}
.nav-li >ul >li:hover >a, .nav-li >ul >li.active >a {
	color: #1b8f49;
}
.nav-li >ul >li >ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,.8);
	display: none;
}
.nav-li >ul >li >ul>li {
	float: left;
	width: 100%;
}
.nav-li >ul >li >ul>li>a {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 5px 0;
	transition: .2s;
}
.nav-li >ul >li >ul>li>a:hover {
	color: #fff;
	background-color: #146d37;
}
.nav-li >ul >li >ul>li:last-child {
	border-bottom: solid 3px #146d37;
}
/*swiper寮�濮?*/
.slide-wrap {
	float: left;
	width: 100%;
}
.slide {
	float: left;
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	left: auto;
}
.swiper-pagination1 {
	text-align: right;
	right: 28px;
}
.swiper-container1 {
	float: left;
	width: 100%;
	overflow: hidden;
}
.swiper-container1 img {
	float: left;
	width: 100%;
}
.swiper-button-prev1, .swiper-button-next1 {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 49px;
	margin-top: -25px;
	z-index: 100;
	cursor: pointer;
	background-size: 30px 49px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: .6s;
}
.swiper-button-prev1.swiper-button-disabled, .swiper-button-next1.swiper-button-disabled {
	opacity: 0;
	transition: .6s;
}
.swiper-button-prev1, .swiper-container-rtl .swiper-button-next1 {
	background-image: url(style_res/prev.png);
	left: 60px;
	right: auto;
}
.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1 {
	background-image: url(style_res/next.png);
	right: 60px;
	left: auto;
}
/*main*/
.main-wrap {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.wang {
	float: left;
	width: 340px;
	overflow: hidden;
}
.wang1 {
	float: left;
	width: 100%;
	font-size: 30px;
	color: #fff;
	margin-bottom: 14px;
	padding: 25px 18px 25px 117px;
	line-height: 43px;
}
.wang1:nth-child(1) {
	background: #146d37 url(style_res/xxw-ico.png) no-repeat left 30px center;
}
.wang1:nth-child(2) {
	background: #146d37 url(style_res/jyw-ico.png) no-repeat left 30px center;
	margin-bottom: 0px;
}
.news {
	float: left;
	width: 590px;
	margin-left: 30px;
}
.news2 {
	margin-left: 0;
	float: right;
}
.head {
	float: left;
	background: url(style_res/news-ico.jpg) no-repeat left center;
	padding-left: 40px;
	font-size: 30px;
	color: #000;
	margin-bottom: 7px;
}
.head2 {
	background: url(style_res/notice-ico.jpg) no-repeat left center;
	margin-bottom: 7px;
}
.more {
	float: right;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.more:hover {
	color: #146d37;
	text-decoration: underline;
}
.news-first {
	float: left;
	width: 100%;
	background-color: #f7f7f8;
	padding: 15px 15px 11px 15px;
}
.news-first .title {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #146d37;
}
.news-first .sub-title {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #999999;
	margin-top: 8px;
	line-height: 19px;
}
.news-list {
	float: left;
	width: 100%;
}
.news-list ul {
	float: left;
	width: 100%;
}
.news-list ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.news-list2 ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.news-title {
	float: left;
	width: 75%;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-title a:hover {
	color: #146d37;
}
.date {
	float: right;
	width: 15%;
	font-size: 14px;
	color: #999999;
	text-align: right;
}
/*footer*/
.footer-wrap {
	float: left;
	width: 100%;
	background-color: #003e1b;
	margin-top: 40px;
	padding: 20px 0 30px 0;
}
.friend {
	float: left;
	width: 100%;
}
.friend-head {
	float: left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: url(style_res/friend-ico.png) no-repeat left center;
	padding-left: 40px;
}
.friend-nav {
	float: left;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 30px;
}
.friend-nav ul {
	float: left;
	width: 100%;
}
.friend-nav ul li {
	float: left;
	font-size: 14px;
	color: #fff;
}
.friend-nav ul li:hover {
	text-decoration: underline;
}
.friend-nav ul li+li {
	margin-left: 21px;
}
.footer-down {
	float: left;
	width: 100%;
}
.adds-tel {
	float: left;
	font-size: 14px;
	color: #fff;
	width: 60%;
}
.ad1 {
	float: left;
}
.ad1+.ad1 {
	margin-left: 20px;
}
.adds-tel li {
	float: left;
	width: 100%;
	margin-bottom: 3px;
}
.adds-tel li a:hover {
	text-decoration: underline;
}
.adds-tel li:last-child {
	margin-top: 10px;
}
.wecode-wrap {
	float: right;
}
.wecode {
	float: left;
}
.wecode+ .wecode {
	margin-left: 70px;
}
.wecode-img {
	float: left;
}
.wecode-img img {
	width: 81px;
	height: 81px;
}
.wecode-info {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-left: 18px;
	margin-top: 18px;
}
.list {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list .bar {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	float: left;
	background: url("style_res/line.png") repeat-x left bottom;
}
.list .bar a {
	font-size: 14px;
	underline: none;
	color: black;
	font-weight: 400;
}
.list .bar a:hover {
	font-size: 14px;
	color: red;
}
.list .list_news {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.list .list_news ul {
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.list .list_news ul li {
	float: left;
	width: 100%;
	background: url(style_res/biaozhi.gif) no-repeat 20px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	color: #676767;
	text-indent: 40px;
}
.list .list_news ul li a {
}
.list .list_news ul li span.contime {
	margin-right: 20px;
	text-align: right;
	color: #464646;
	font-family: SimSun;
}
.list .page {
	width: 100%;
	float: left;
	margin-top: 0px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.list .title {
	width: 100%;
	float: left;
	margin-top: 20px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid gray;
}
.list .publish {
	width: 100%;
	float: left;
	margin-top: 5px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.list .new_content {
	width: 100%;
	float: left;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.fr {
	float: right;
}




.MMi1 {color: #1b8f49 !important;}
.wzlm { font-size:14px;color: black;
    font-weight: 400;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.lbyy { min-height:400px; padding-bottom:50px;}
.nrk { min-height:400px; padding-bottom:50px;}
.wp_articlecontent img {max-width: 100%;
    height: auto !important;}

