body, div, h1, h2, h3, h4, h5, h6, p,span,a,input,textarea,select,span,i,b, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup,button{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	font-family:"微软雅黑",Verdana,"Microsoft YaHei", "SimHei", "SimSun";
	max-height:999999px;
	color:#0b0405;
}
i,em{
	font-style:normal;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
}
textarea{
	-webkit-appearance:none;
}
textarea,select{
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
}
html{
	overflow-x:hidden;
}
a{
	text-decoration:none;
	color:#666;
	outline-style:none;
}
input{
	padding:0;
	margin:0;
	outline:none;
}
li{
	list-style-type:none;
	list-style:none;
}
img{
	display:block;
	border:none;
	vertical-align:middle;
}
body{
	width:640px;
	max-width:640px;
	min-width:640px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:#f7f7f7;
}
.hide{
	overflow:hidden;
}
.lh-header{
	width:600px;
	padding:0 20px;
	height:75px;
	margin:0 auto;
	z-index:999;
	background:url(../images/top_bg.jpg) no-repeat center;
	position:fixed;
	top:0px;
	background-color:#739d31;
}
.logo{
	float:left;
}
.lh-menu{
	width:40px;
	height:36px;
	float:right;
	margin-top:20px;
}
.lh-menu div{
	width:40px;
	height:36px;
}
.lh-menu .close{
	display:none;
}
.lh-nav{
	width:640px;
	height:100%;
	display:none;
	z-index:999;
	margin:0 auto;
}
.lh-nav ul li{
	width:640px;
	height:90px;
	text-align:center;
	margin:0;
	background:#739d31;
	border-bottom:1px solid #fff;
}
.lh-nav ul li a{
	width:640px;
	display:block;
	margin:0 auto;
	line-height:90px;
	color:#f84a05;
	font-size:24px;
}
.lh-nav ul li:hover{
	background:#fdd000;
}