@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{ background: url(../images/bg0.jpg) center top;}

#top{ height:25px; line-height:25px; width:100%; background:#000; opacity:0.4; filter:alpha(opacity=40); overflow:hidden;}
#top dl{ width:800px; margin:0 auto;}
#top dl dt{ float:left;}
#top dl a{ color:#ccc; font-size:12px; text-decoration:none;}
#top dl span{ padding:0 10px; color:#ddd; font-size:12px;}
#top dl dd{ float:right;}

#header { margin:0 auto; width:800px; height:60px; }
#line { margin:0 auto; width:800px; height:20px; }
#baidu { margin:0 auto; width:800px; height:33px; }
#footer { margin:0 auto; width:800px; height:100%; }

#metro_box{
	width:800px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
}
#metro_box dl dt{ height:35px; line-height:35px;margin-bottom:20px;}
#metro_box dl dt div{ float:right; font-size:14px;}
.nav a{ border-top:3px solid #fff; text-decoration:none; padding:3px; color:#000; font-family:"微软雅黑"; cursor:pointer;}
.nav a:hover, #a_hover{ border-top:3px solid #f60; color:#F60; font-weight:bold;}