#header{ width:900px;
height:auto;
float:left;
}
#header #logo{
	width:262px;
	height:125px;
	float:left;
	margin-top:5px;
	overflow: hidden;
}
#header #banner{
	float:left;
	width:610px;
	height:105px;
	margin-left:5px;
	margin-top:15px;
}
#header #nav{
    margin-top:5px;
	width:900px;
	height:30px;
	float:left;
	background-image: url(/images/bg6.gif);
	background-repeat: no-repeat;
}
#header #nav ul{width:900px;
	            height:30px;
				float:left;
				margin-left:0px;
				
}
#header #nav ul li{
	float: left;
	margin-right: 5px;
	height: 29px;
	width: 65px;
	text-align: center;
	line-height: 30px;
}
#header #nav ul li a{
	color: #FFFFFF;
	
}
#header #nav ul li a:hover{
	margin-top:0px;
	background-image: url(/images/index.gif);
	display: block;
	height:30px;
	width: 65px;
	float: left;
}


a:link {
	color: #0062C5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0062C5;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #0062C5;
}
#nav {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#nav a {
	color: #0066FF;
	
}
#nav a:link {
	color: #00f;
	text-decoration: none;

}
#nav a:hover {
	color: #fff;

}

li{
line-height:20px;
}
.text_r{
color:red;
}
/*分页框通用样式*/
#changepage_containor{
	background-color:#F1F1F1;
	padding:2px 3px;
}

#page_count {
	float:left;
	padding-top:9px;
	width:200px;
	text-align:left;
}
#page_list {
	float:right;
}
#page_list a {
	text-decoration:underline;
}
.changepage_direction_icon {
	font-family:Webdings;
}
.current_page_number {
	color:#000;
	font-weight:bold;
}



/*分页框通用样式结束*/