﻿@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style-type: none;
	text-transform: capitalize;
}
.clear {
	clear: both;
*display:inline;/*IE only*/
}
/*menu*/
#menu {
	height: 44px;
	line-height: 44px;
	box-shadow:0px 1px 4px #999;
	z-index:1000000000000000;
	width: 100%;
	overflow: hidden;
	background: #1152a2;
}
#nav {
	margin: 0 auto;
	width: 1100px;
	display: block;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}
#nav .mainlevel {
	background: url(xian_03.png) no-repeat right center;
	float: left;
	color: #fff;
	width: 137px;
/*IE6 only*/}
#nav .mainlevel a {
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	text-decoration: none;
	line-height: 44px;
	display: block;
	padding: 0;
	width: 137px;
	text-align: center;
}
#nav .mainlevel a:hover {
	color: #fff;
	line-height: 44px;
	text-decoration: none;
	background:#023d77;
}
#nav .mainlevel1 {
	float: left;
	color: #000000;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 137px;
/*IE6 only*/}
#nav .mainlevel1 li {
	list-style: none;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	z-index: 10000;
}
#nav .mainlevel1 a {
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	display: block;
	width: 137px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background: #0369a4;
	z-index: 10000;
}
#nav .mainlevel1 a:hover {
	color: #fff;
	line-height: 28px;
	text-decoration: none;
	background: #2376a5;
	z-index: 10000;
}
#nav .mainlevel ul {
	display: none;
	position: absolute;
	z-index: 10000;
}
#nav .mainlevel li {
	margin-top: 1px;
	width: 137px;
	z-index: 10000;
/*IE6 only*/}
