*{
	margin: 0;
	padding: 0;
}
body,div,p,span,i,h1,h2,h3,h4,h5,label,a,ul,li,ol,img,{
	margin: 0;
	padding: 0;
}
fieldset,img{
	border-width:0;
	border-style:solid;
}
ul,ol{
	list-style:none;
}
body{
	font-size: 12px;
	font-family:"microsoft yahei";
	color: #4D4D4D;
	background: #fff;
}
a{
	color:#4D4D4D;
	text-decoration:none;
	font-size: 12px;
	font-family:"microsoft yahei";
}
a:hover{
	color:#64bd59;
	text-decoration:none;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clearfix{
	zoom:1;
}
.clearit{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}
/* 页面字体大小 */
.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px;
}
.font-20{
	font-size: 20px;
}
/* 字体颜色 */
.font-h{
	color: #4D4D4D;
}
.font-l{
	color: #53AE47;
}
.font-hui{
	color: #999999;
}
/* 宽度 */
.w-full{
	width: 100%;
}
.w-rows{
	width: 1180px;
	margin: 0px auto;
}

/* 背景色 */
.h-bg{
	background-color: #53ae47;
}
.h-height{
	height: 60px;
	line-height: 60px;
}
.baner-bg{
	background: url(../img/banner-bg.jpg);	
}
.bg-fafafa{
	background: #fafafa;
}

/* 间距 */
.mag-10{
	margin-top: 10px;
}
.mag-15{
	margin-top: 15px;
}
.mag-20{
	margin-top: 20px;
}
.mag-30{
	margin-top: 30px;
}
.flo-lf{
	float: left;
}
.flo-rg{
	float: right;
}
/* header */
.zt-header span{
	display: inline-block;
	float: left;
	height: 60px;
	overflow: hidden;
}
.zt-header span img{
	height: 60px;
}
.zt-header ul{
	float: right;
}
.zt-header ul.flo-lf{
	float: left;
}
.zt-header ul li{
	float: left;
	position: relative;
}
.zt-header ul li a.on{
	font-weight: bold;
}
.zt-header ul li a{
	color: #fff;
	font-size: 14px;
	margin-right: 24px;
}
.zt-header ul li:after{
	content:'';
	width: 1px;
	overflow: hidden;
	display: inline-block;
	height: 15px;
	background: #fff;
	margin-right: 25px;
	position: relative;
	top: 3px;
}
.zt-header ul li:hover .nav-more{
	display: block;
}
.zt-header ul li:last-child:after{
	display: none;
}
.nav-more{
	position: absolute;
	top: 60px;
	left: -20px;
	background: #53ae47;
	z-index: 50;
	width: auto;
	min-width: 150px;
	line-height: 20px;
	width: 130px;
	padding-bottom: 10px;
	display: none;
}
.nav-more a{
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-indent: 20px;
}
.nav-more a:hover{
	background: #64BD59;
}
.photo-nav{
	display: block;
	width: 100%;
	text-align: center;
}
.photo-nav a{
	text-align: center;
	width: 100px;
	margin-right: 70px;
	color: #fff;
	font-size: 16px;
	height: 57px;
	display: inline-block;
}
.photo-nav a.on{
	border-bottom: 3px solid #a0da00;
	color: #a0da00;
}
.photo-nav ul{
	
}
.photo-nav ul li{
	float: left;
	text-align: center;
}

.photo-nav ul li a{
	margin-right: 80px;
	color: #fff;
	font-size: 14px;
}
/* banner */
.baner img{
	width: 100%;
	display: block;
}
/* 分页 */
.pages{
	text-align: center;
	padding: 50px 0px;
}
.pages ul li{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #999;
	margin: 0px 5px;
	cursor: pointer;
}
.pages ul li.thisclass{
	background: #53AE47;
	color: #fff;
}
.pages input{
	width: 30px;
	border: 0;
}
.page-small{
	text-align: center;
	margin-top: 10px;
}
.page-small a{
	padding: 0px 5px;
}
