@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #000;
	width: 1002px;
}
ul {
	list-style-type:none
}#top {
	height: 123px;
	width: 1002px;
	background-image: url(../../images/logo.jpg);
}
#top ul {
	display: block;
	margin-left: 690px;
	margin-top: 20px;
	color: #015EB4;
	font-family: "宋体";
	overflow: hidden;
}

#top ul li {
	float: left;
	display: block;
	margin-left: 10px;
}
#top ul li .a {
	color: #015EB4;
	text-decoration: none;
}

#top ul li a:hover {
	color: #000;
}
#dh {
	background-image: url(../../images/dh.jpg);
	height: 34px;
	width: 1002px;
}
#dh ul {
	margin-top: 8px;
	display: block;
	overflow: hidden;
	text-align: center;
}
#dh ul li {
	float: left;
	display: block;
	font-size: 14px;
	width: 100px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../../images/dht.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#dh ul .li {
	margin-left: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#dh ul li a {
	color: #FFF;
	text-decoration: none;
}
#dh ul li a:hover {
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../../images/hover.jpg);
	height: 25px;
	background-position: bottom;
	background-repeat: no-repeat;
}

