@charset "gb2312";
html,body{background:#b3bbc6;color:#333;font:12px/1.4 'ËÎÌå', Arial, Helvetica, sans-serif;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
input {border:0;}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
}
ul, li {
	list-style-type:none;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #345292;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	color: #cc0000;
	text-decoration:underline;
}
#main {
	clear: both;
	width: 725px;
	background-color: #FFF;
	border-radius: 10px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
}
#top {
	height: 48px;
}
.logo {
	width: 160px;
	float: left;
}
.search {
	width: 560px;
	border: 1px solid #02436b;
	float: left;
	height: 36px;
	right: auto;
}
#searchSel {
	float: left;
}
.search input {
	float: left;
	height: 36px;
	width: 400px;
	text-indent: 5px;
	color: #000;
}
.search img {
	float: right;
}
.search_box {
	width:65px;
	position:relative;
	top:8px;
	left:-1px;
	z-index:99;
}
.search_box h3 {
	color:#1b71a4;
	padding-right:14px;
	background-image: url(imagesico_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: normal;
	text-align: center;
}
.search_box ul  {
	border:1px solid #1b71a4;
	background:#fff;
	border-top:none;
	display:none;
}
.search_box li {
	display:block;
	height:24px;
	line-height:24px;
	border-top: 1px dashed #1b71a4;
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
}
#menu {
	clear: both;
	width: 725px;
	padding: 20px;
	height: 48px;
	margin: 0 auto;
}
#menu ul {
	padding-left: 10px;
}
#menu li {
	line-height: 48px;
	background-image: url(imagesfhsy.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 48px;
	width: 127px;
	padding-right: 100px;
	padding-left: 100px;
	float: left;
	font-size: 16px;
	text-align: center;
}
#menu li a {
	color: #fff;
	text-decoration:none;
	cursor: pointer;
}
#menu li a:hover {
	color: #000;
	text-decoration:underline;
}