.header_top{
	width: 100%;
	height: 130px;
	background-image: url(../images/head-bg.jpg);
}
.header_Logo{
	width: 1000px;
	margin: 0 auto;
	height: 130px;
}
.logo{
	margin-top: 23px;
}
.dh{
	float: right;
	margin-top: 39px;
}
.menu_div{
	width: 100%;
	height: 73px;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -9px;
}
.menu{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}
.menu li{
	float: left;
	width: 82px;
	line-height: 50px;
}
.menu li a{
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 22px;
	font-weight: 600;
}
.menu li a:hover{
	color: #FF0;
	text-decoration: underline;
}