@charset "utf-8";
/* CSS Document */

ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
li {
	list-style-image: none;
	list-style-type: none;
}

/* 修正IE6振动bug */
* html,* html body {background-image:url(about:blank);background-attachment:fixed;}
/* IE6 头部固定 */
* html .scroll_nav{position:absolute;top:expression(eval(document.documentElement.scrollTop));}
.daohangt {
	width: 86%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	z-index: 1000;
	margin-top: 20px;
	height: 50px;
	margin-bottom: 0px;
	min-width:1000px;
	_width:expression(document.body.clientwidth <1000?"1000px":"auto");
}
.scroll_nav {
	top: 0px;
	position: fixed;
	z-index: 1000;
	margin-left: -1px;
	background-color: #f1f0f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2166C5;
	min-width:1000px;
	_width:expression(document.body.clientwidth <1000?"1000px":"auto");
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.scroll_nav_ul {
	width: 86%;
	height: 50px;
	color: rgb(255, 255, 255);
	line-height: 50px;
	overflow: hidden;
	font-weight: bold;
	padding: 0px;
}
.scroll_nav_ul li {
	width: 130px;
	text-align: center;
	float: left;
	list-style-image: none;
	list-style-type: none;
}
.scroll_nav_ul a {
	color: #174A8E;
	text-decoration: none;
	font-family: "微软雅黑", "黑体";
	font-size: 20px;
	font-weight: normal;
} 
.scroll_nav_current {
	color: #FFFFFF;
	background-color: #2166C5;
	height: 50px;
}
.scroll_nav_current a {
	border: currentColor;
	color: #FFFFFF;
	font-family: "微软雅黑", "黑体";
	font-size: 22px;
	line-height: 50px;
	font-weight: normal;
}
