* {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

img {
	width: 100%;
	display: block;
}

html {
	font-size: 62.5%;
}

a {
	text-decoration: none;
	color: #000;
}

.clr{ clear:both;}
@media screen and (min-width:320px) and ( max-width:750px) {
	.warp {
		width: 100%;
		max-width: 640px;
		min-width: 320px;
		margin: 0 auto;
	}
}


/*banner*/

.slideBox {
	position: relative;
	overflow: hidden;
	margin: 1px auto;
	max-width: 750px;
	/* 设置焦点图最大宽度 */
}

.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 37%;
	z-index: 1;
}

.slideBox .hd li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}

.slideBox .hd li.on {
	background: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li {
	position: relative;
	text-align: center;
}

.slideBox .bd li img {
	background: url(images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
	/* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(images/focusBg.png) repeat-x;
	color: #fff;
	text-align: left;
}

.content{ padding:0px 15px; margin-bottom:20px;}

.nav {
	background: #000000;
	width: 100%;
}

.nav ul li {
	/*float: left;
	width: 24%;
	text-align: center;
	height: 4.166rem;
	line-height: 4.166rem;
	background: #544830;
	
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;*/
	background: #4a7406;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	width: 33.3%;
	border: 0.1rem solid #FFFFFF;
	float: left;
	height: 4.166rem;
	line-height: 4.166rem;
	text-align: center;
}

.nav ul li a {
	color: #fff;
}

.cph {
	content: '';
	display: block;
	clear: both;
}

.porh3 P {
	    
    font-size: 2.4rem;
    text-align: center;
    color: #4a7406;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.porh3 span{
	color: #D2D2D2;
}
.porh3 img {}

.gd {
	margin-top: 2.5rem;
}

.gd {
	content: '';
	display: block;
	clear: both;
}

.colist {
	width: 96%;
	margin: 0 auto;
}

.colist ul li {
	float: left;
	width: 48%;
	padding-left: 1.5%;
	margin-top: 1.5%;
	height:16rem;
}
.colist ul li img{
	height:14rem;
}

.colist ul li p {
	text-align: center;
	padding-top: 0.6rem;
}

.gd1 {
	padding-top: 2.5rem;
}

.gd p {
	text-align: center;
	width: 12.5rem;
	height: 2.6rem;
	border: solid 1px #0082ca;
	margin: 0 auto;
	line-height: 2.6rem;
	border-radius: 2.5rem;
}

.about {
	height: 48.5rem;
	background: #4a7406;
	margin-top: 1rem;
}

.about p:nth-child(1) {
	display: block;
	font-size: 2.4rem;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.about p:nth-child(1) span {
	color: #d2d2d2;
}

.about>p {
	width: 96%;
	margin: 0 auto;
	text-indent: 2em;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #FFFFFF;
}

.gd1 {
	padding-top: 1rem;
}

.gd1>span {
	
	display: block;
	text-align: center;
	width: 12.5rem;
	height: 2.6rem;
	border: solid 1px #FFFFFF;
	margin: 0 auto;
	line-height: 2.6rem;
	border-radius: 2.5rem
}

.gd1 span a {
	color: #FFFFFF;
}


/* 本例子css */

.picScroll {
	margin: 10px auto;
	position: relative;
	
	width: 95%;
	
	background: #fff;
	overflow: hidden;
}

.picScroll .prev,
.picScroll .next {
	display: block;
	position: absolute;
	top: 40%;
	left: 6px;
	width: 23px;
	height: 23px;
	background: url(../images/btns.png) no-repeat;
}

.picScroll .next {
	left: auto;
	right: 0px;
	background-position: -25px 0;
}

.picScroll .prev:hover {
	background-position: 0 -30px;
}

.picScroll .next:hover {
	background-position: -25px -30px;
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll ul li {
	width: 33%;
	float: left;
	overflow: hidden;
	padding: 0 6px;
}
.picScroll ul li p{
	text-align: center;
	padding-top: 0.6rem;
}
.anli p:nth-child(1) {
	color: #4a7406;
	display: block;
	font-size: 2.4rem;
	text-align: center;
	
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.anli span{
	color: #d2d2d2;
}
.news{
	padding-left:10px;
	padding-right:10px;
}
.news p:nth-child(1) {
	display: block;
	font-size: 2.4rem;
	text-align: center;
	color: #4a7406;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.news span{
	color: #d2d2d2;
}
.news ul li{
	height: 3.6rem;
	line-height: 3.6rem;
	border-bottom: dashed 1px #b7b7b7;
	background: url(../images/dian.jpg) no-repeat 0.5rem 50%;
	padding-left: 2rem;
}
.news ul li span{
	float: right;
}
.xwgd{
	content: '’';
	display: block;
	clear: both;
}
.xwgd{
	margin: 2rem 0 2rem 0;
}
.xwgd p{
	
	text-align: center;
    width: 12.5rem;
    height: 2.6rem;
    border: solid 1px #4a7406;
    margin: 0 auto;
    line-height: 2.6rem;
    border-radius: 2.5rem;
}
.bq{
	height: 8rem;
	background: #4a7406;
	margin-bottom: 11.5rem;
}
.bq p{
	
	text-align: center;
	line-height: 2rem;
	color: #FFFFFF;
}
.foot {
	width: 100%;
    height: 10rem;
    background: #0082CA;
    padding-top: 5%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.foot {
	width: 100%;
    height: 4rem;
    background: #4a7406;
    padding-top: 2%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.foot ul{ padding-left:6.5%; margin-left:3rem;}
.foot ul li {
	width: 18%;
	float: left;
	margin-right:6%;
}
.foot ul li img{
	height:4rem;
	width:2rem;
}