@charset "gb2312";
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;font-family:"微软雅黑";}
/* IE6 头部固定 */
* html .scroll_nav{position:absolute;top:expression(eval(document.documentElement.scrollTop));}
.daohangt {
	width: 770px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	z-index: 1000;
	background-color: #FFFFFF;
	height: 50px;
	font-family:"微软雅黑","黑体";
}
.scroll_nav {top: 0px;position: fixed;z-index: 1000;margin-right: auto;margin-left: auto;}
.scroll_nav_ul {
	width: 770px;
	height: 50px;
	color: rgb(255, 255, 255);
	line-height: 50px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	background-color: #dedede;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f04323;
}
.scroll_nav_ul li {
	width: 120px;
	text-align: center;
	float: left;
	list-style-image: none;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CECECE;
}
.scroll_nav_ul a {
	color: #000;
	text-decoration: none;
	font-family:"微软雅黑","黑体";
	font-size: 18px;
	font-weight: normal;
} 
.scroll_nav_current {
	color: #FFFFFF;
	background-color: #f04323;
	height: 50px;
}
.scroll_nav_current a {
	border: currentColor;
	color: #FFFFFF;
	font-family:"微软雅黑","黑体";
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
}

.scroll_nav_current a:hover {
	color: #FFFF00; text-decoration: underline;
}
