* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
/*首页*/
body {
	font-size: 12px;
	font-family: "宋体", Geneva, Arial, Helvetica, sans-serif;
}
.nav {
	width: 1000px;
	height: 40px;
	background-image: url(../images/Home/navbg.png);
	position: absolute;
	bottom: 30px;
	text-align: left;
	text-indent: 1em;
}
.nav_none {
	display: none;
}
.nav > ul {
	position: absolute;
	bottom: 10px;
	width: 135px;
}
.navbar{
	background-color: #fff;
	height: 21px;
	line-height: 21px;
}
.nav_none li{
	height: 21px;
	line-height: 21px;
	background-color: #ccc;
	border-bottom: 1px solid #aaa;
}
.nav_none li:hover{
	height: 21px;
	line-height: 21px;
	background-color: #ccc;
	border-bottom: 1px solid #aaa;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #3274ae;
}