html {
	width: 100%;
	height: 100%;
}


/*img {
	width: 100%;
}*/

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

.container {
	padding: 0px;
}

.header-box {
	width: 100%;
	position: relative;
	z-index: 1;
	background: url(../images/head-bg.png) no-repeat 60% 0% #19812a;
}

.logo-box {
	padding: 2rem 0rem 4rem 0rem;
}

.logo-box a {
	display: block;
}

.logo-box .logo {
	width: 119%;
}

.logo-box .logo img {
	width: 108%;
}

.search-box {
	text-align: right;
	padding: 3.1rem 0rem 2.1rem 0rem;
}

.search-box .search-ipt {
	width: 24rem;
	height: 3.6rem;
	padding-left: 15px;
	float: right;
}

.search-box .search-btn {
	width: 5rem;
	height: 3.4rem;
	border: 1px solid #fff;
	background: #278936;
	text-align: center;
	line-height: 3.2rem;
	float: right;
	display: block;
	margin-top: 1px;
}

.wz-box {
	text-align: right;
}



/*logo-box*/
.slideBox {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	    padding: 10px 5px 0px 10px;
	overflow: hidden;
	position: absolute;
	right: 45%;
	bottom: 0px;
	z-index: 1;

}

.slideBox .hd ul {
	padding: 0px;
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 12px;
	cursor: pointer;
	height: 12px;
	cursor: pointer;
	/* margin: 0 auto; */
	margin-right: 10px;
	overflow: hidden;
        background:#fff;
border-radius:50%;
}

.slideBox .hd ul li img {
	width: auto;
	height: 100%;
}

.slideBox .hd ul li.on {
	background:#178128;
}

.slideBox .bd {
	height: 100%;
	z-index: 0;
}

.slideBox .bd ul {
	padding: 0px;
}
.slideBox .bd ul .bn-bt{
position: absolute;top: 44%;right: 12%;display: inline-block;
padding: 16px 30px;background: rgba(23,129,40,0.5);color: #FFF;font-size: 24px;min-width: 340px;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 480px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


/*header-box*/


/*页脚*/

.footer-box {
	width: 100%;
	margin-top: 16px;
	border-top: 4px solid #218831;
	background: #0f681e;
}

.foot-yqlj {
	color: #FFF;
	font-size: 16px;
	position: relative;
	padding: 24px 0px 20px 0px;
}
.foot-yqlj .row{margin:0px;}
.foot-yqlj span {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 23px;
}

.foot-yqlj ul {
	padding: 0px;
}

.foot-yqlj li {
	float: left;
line-height:30px;
}

.foot-yqlj li a {
	color: #FFF;
	font-size: 16px;
	padding-right: 50px;
}

.foot-yqlj .foot-lt {
	float: left;
width:80%;
}

.foot-yqlj .foot-rt {
	float: right;
	position: relative;
}

.foot-yqlj .share {
	margin: 20px auto 0px;
	height: 90px;
	overflow: hidden;
	width: 240px;
}

.foot-yqlj .share li {
	float: left;
	height: 62px;
	padding-right: 30px;
	text-align: center;
}

.foot-yqlj .share li img {
	padding-top: 14px;
	width: 38px;
	cursor: pointer;
	border-radius: 20px;
}

.foot-yqlj .share li p {
	padding-top: 14px;
}

.foot-yqlj .code_wrap {
	position: absolute;
	left: 87%;
	width: 100%;
	top: -70px;
	margin-left: -280px;
	z-index: 50;
}

.foot-yqlj .code {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.foot-yqlj .code li {
	float: left;
	width: 92px;
	height: 96px;
}

.foot-yqlj .code li img {
	width: 92px;
	display: none;
}

.foot-yqlj .code li img.weibo {
	position: absolute;
	left: 42px;
}

.foot-yqlj .code li img.weixin {
	position: absolute;
	left: 112px;
}

.foot-bom {
	line-height: 30px;
padding:15px 0px;
	background: #3b3f3c;
}

.foot-bom p {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
}


/*页脚*/


/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media screen and (max-width: 1199px) {
	.logo-box {
		line-height: 6rem;
		padding: 2rem 2rem;
	}

	.logo-box .logo {
		width:119%;
	}

	.m_img .headrg {
		padding-top: 4rem !important;
	}

	.search-box {
		padding: 2rem 1rem 1.8rem 0rem;
	}

	.wz-box {
		text-align: right;
		padding-right: 1rem;
	}

	.wz-box img {
		width: 44%;
		height: 3.6rem;
	}

	.head .nav {
		display: block;
		float: right;
		width: calc(92% - -130px);
		padding: 1px 0px;
	}

	.foot-lt {
		width: 70%;
		margin-top: 20px;
	}

	.foot-yqlj li a {
		padding-right: 22px;
	}

	.foot-rt {
		width: 25%;
	}

	.foot-bom p {
		font-size: 14px;
	}
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media screen and (max-width: 992px) {
	.logo-box {
		line-height: 8rem;
		padding: 1.2rem 0px 1.2rem 0rem;
	}

	.logo-box .logo {
		width: 119%;
	}
.slideBox .bd ul .bn-bt{
width: 0px;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    background: none;
}
	.search-box {
		padding: 2rem 1rem 1.8rem 0rem;
	}

	.wz-box {
		text-align: right;
		padding-right: 1rem;
	}

	.wz-box img {
		width: 44%;
		height: 3.6rem;
	}

	.slideBox {
		height: 230px;
	}

	.slideBox .hd {
		height: 0px;
		overflow: hidden;
		width: 0px;
	}
.slideBox .bnbt{
height: 0px;
		overflow: hidden;
		width: 0px;
}
	.slideBox .bd img {
		height: 230px;
	}

	.section-box {
		margin-top: 0px;
	}

	.foot-yqlj {
		padding: 20px 30px 20px 30px;
	}

	.foot-yqlj span {
		padding-bottom: 14px;
	}

	.foot-lt img {
		width: 30%;
	}

	.foot-lt {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	.foot-bom p {
		padding-top: 10px;
		font-size: 14px;
		line-height: 27px;
	}
}


/* 小屏幕（平板，大于等于 768px） */

@media only screen and (max-width:768px) {
	.header-box {
		background-size: 178%;
	}

	.header-box .container {
		padding: 0px;
	}

	.m_img .headrg {
		padding-top: 2rem !important;
	}

	.m_img .headrg a .m_menuimg {
		height: 20px !important;
	}

	.logo-box {
		line-height: 4rem;
		padding: 0px;
	}

	.logo-box .logo {
		width: 100%;
		padding: 9px 0px;
	}

	.slideBox {
		width: 100%;
		height: 180px;
	}

	.slideBox .bd img {
		width: 100%;
		height: 180px;
	}

	.slideBox .hd {
		right: 45%;
	}

	.foot-yqlj ul {
		margin: 0px;
	}

	.foot-yqlj li {
		float: left;
		width: 50%;
	}

	.foot-yqlj li a {
		padding: 0px 0px 10px 0px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.foot-lt {
		margin-top: 0px;
	}

	.foot-lt img {
		width: 50%;
	}

	.foot-rt {
		padding-top: 16px;
		padding-left: 4%;
	}

	.footer-box p {
		width: 100%;
		padding-left: 0px;
	}

	.foot-bom p {
		font-size: 12px;
	}
}


/* 超小屏幕（手机，小于 768px） */

@media only screen and (max-width:400px) {
	.banner-box .item img {
		height: 160px;
	}

	.nav>li {
		font-size: 14px;
	}

	.picMarquee-left .bd ul li .pic img {
		width: 60px;
		height: 60px;
	}
}