@charset "utf-8";
/* CSS Document */
.top{
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:101;
}
.top_a,.top_logo,.top_nav{
	float:left;
	width:1000px;
	*+width:999px;
	padding:0px;
	margin:0px;
	}
.top_logo{background:url(flash_bg.jpg) top left no-repeat;height:160px;text-align:right;}
	
/*******时间*******/
.top_a{height:30px;line-height:30px;background:url(top.jpg) top left repeat-y;}
.time{
	float:left;
	width:200px;
	background:none;
	border:none;
	color:#fff;
	font-size:12px;
	margin-top:4px;
	text-align:center;
	}
.sear_ml{
	float:right;
	}
.search,.map_login{
	float:left;
	font-size:12px;
	color:#fff;
	margin-right:25px;
	}
.search input{
	float:left;
	width:170px;
	height:18px;
	margin-top:6px;
	line-height:18px;
	background:url(search_bg.gif) top left no-repeat;
	}
.search a{float:left;margin-top:6px;}
.map_login a{font-size:12px;color:#fff;}

.top_nav{
	width:100%;
	}
.top_nav01 ,.top_nav03,.top_nav01 img,.top_nav03 img{float:left;width:10px;height:37px;}

.top_nav ul.top_nav02{
	float:left;
	width:980px;
	height:37px;
	padding-left:0px;
	background:url(top_nav02.png) top left repeat-x;
	}
.top_nav ul li{
	float:left;
	height:37px;
	position:relative;
	background:url(nav_line.png) center right no-repeat;
	}
.top_nav ul li a{
	float:left;
	height:37px;
	padding:0px 10px;
	font-size:15px;
	font-family:"微软雅黑";
	font-weight:bold;
	color:#033d98;
	line-height:37px;
	}
.top_nav ul li a:hover,.top_nav ul li:hover a{color:#900;}


#nav li dl {
	position: absolute;
	top:36px;
	left:0px;
	display:none;
	width:99%;
	min-width:120px;
	list-style:none;
	padding-top:5px;
	padding-bottom:15px;
	background:none;
	background:url(nav_ol.png) top left;
	z-index:9999;
}
#nav li dl.nav_last{
	width:100%;
}
#nav li dl dd{
	float: left; 
	width:98%;
	padding:0px;
	margin:0px;
	margin-left:1%;
	background:none;
	
/*	background:#2576ad;*/
}
#nav li dl dd a{
	float:left;
	display: block; 
	width:98%;
	text-align:center;
	color:#fff;
	font-weight:400px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-size:12px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #333;
	padding:0px;
	margin:0px;
	margin-left:1%;
}
#nav li dl a:link  {
	text-decoration:none;
}
#nav li dl a:visited  {
	text-decoration:none;	
}
#nav li dl a:hover  {
	color:#fff;
	text-decoration:none;
	height:30px;
	background:#2576ad;
	line-height:30px;
	border-bottom:1px solid #71b5cb;
}
#nav .sfhover dl {
	display:block;
}