/*基本样式*/
body{
	font-size: 12px;
	background: #ffffff;
	color: #101010;
	font-family: "宋体"; 
	line-height: 20px; 


}
body, div, ul, li, span, a{
	margin: 0;
	padding: 0;
	border: 0;

}
ul, li{
	list-style:none;
}
a{
	color:#333333; 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:2px solid #F30;
}
.nav_main ul li{
	float: left;
}
.nav_current{
	background:#FCEBA5;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding-top: 8px;
	text-decoration: none;
	width: 92px;
}
.nav_link{
	background:#ff9362;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding-top: 8px;
	text-decoration: none;
	width: 98px;	
}
.sub_box_de{
	float:left;
}
.sub_box{
	float:center;
	display:none;
}
.sub_box01{
	float:right;
	display:none;
}
#footer{
	margin-top:auto;
	text-align:center;
}


.vps_menu_bg{background:url(vps_choosebg.jpg) no-repeat center;}

.text_line{line-height:17px;}

.footer_line{background:url(../image/footer_line.jpg) repeat-x center;}

