@charset "utf-8";
/* CSS Document */
body, div, ul, li {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 25px;
	font-size: 14px;
	overflow-x:hidden;
}
a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #08A5E0;
	text-decoration: none;
}
ul, ul li {
	list-style-type: none;
}
.cl {
	zoom: 1;
}
img{
	border:none;}
.header{
	width:960px;
	margin: auto;
	overflow:hidden;
	height:100px;
	}
.logo{
	float:left;
	width:550px;
	margin-top:10px;
	}
.tb{
	float:right;
	font-size:14px;
	line-height:30px;
	letter-spacing:1px;}
/*网站头部*/
.menu {
	width: 960px;
	margin: auto;
	clear:both;
}
.navbg {
	height: 48px;
	width: 100%;
	background: #7c9e77;
	z-index: 99;
	left: 0;
	border:2px #016934 solid;
}

#navul li {
	float: left;
	margin-right: 1px;
	width: 120px;
	height: 50px;
	position: relative;
	text-align: center;
	line-height: 50px;
}
#navul li a:link, #navul li a:visited {
	color: #FFFFFF;
}

#navul li a:hover{
	width:120px;
	height:50px;
	background:#78a70b;
	padding:14px 25px 13px;
	}
.footer{
	width:100%;
	margin:40px 0 0 0;
	background:#7d9f78;
	height:150px;
	}
.nq{
	width:960px;
	margin:0 auto;
	padding-top:30px;
	color:#FFF;
	line-height:40px;
	font-size:16px;
	text-align:center;}
