/*基本样式*/
body{
	font-size: 12px;
	background: #ffffff;
	color: #101010;
	font-family: "宋体"; 
}
body, div, ul, li, span, a{
	margin: 0;
	padding: 0;
	border: 0;
}
ul, li{
	list-style:none;
}
a{
	color:#FFFFFF; text-decoration:none; 
}
a:link{
	color:#333333; text-decoration:none; 
}
a:visited{
	color:#333333; text-decoration:none;
}
a:hover{
	color:#BC2931;
}
#content{
	width:927px; margin:auto;
}
#header{

}
#header ul,
#header ul li{
	display:inline;
}
.nav_main{
	margin-bottom:5px;
	width:100%;
	text-align:center;
	border-bottom-style: none;
}
.nav_main ,.nav_main a:link, .nav_main a:visited {
    color: #ffffff;
}
.nav_main a:hover, .nav_main a:active {
    color: #666;
}
.nav_main ul li{
	float: left;
}
.nav_current{
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding-top: 8px;
	text-decoration: none;
	width: 109px;
	background-image: url(../image/pbg3.jpg);
	background-repeat: repeat;
}
.nav_current ,.nav_current a:active, .nav_current a:visited {
    color: #666;
}
.nav_link{
0 -36px;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding-top: 8px;
	text-decoration: none;
	width: 109px;
	background-image: url(pbg.jpg);
	background-repeat: no-repeat;
}

.sub_box_de{
	float:left;
}
.sub_box{
	float:center;
	display:none;
}
.sub_box01{
	float:right;
	display:none;
}
#footer{
	margin-top:auto;
	text-align:center;
}
