@charset "utf-8";
/* CSS Document */
.top{
	width:100%;
	float:left;
	background:url(top_line.gif) top left repeat-x;
	height:29px;
}
.top_link{margin:0 auto; width:1000px;}
.time,.top_a,.top_a a{height:29px;line-height:29px;font-size:12px;color:#707070;}
.time{float:left;width:20%;}
.top_a{float:right;width:70%;text-align:right;}

.top_banner{float:left;width:1000px; background:url(banner2.png) top left no-repeat;height:163px;text-align:right;padding-top:0px;}
.search{float:right;margin-top:9px;}
.search form{float:right;margin-right:10px;}
.search form input{border:none;outline:none;}
.search form input.search_input{float:left;border:1px solid #44b8f4;width:80px;height:22px;line-height:20px;font-size:12px;color:#888888;padding-left:10px;background:url(search_button01.gif) #ffffff top right no-repeat;}
.search form input.search_button{float:left;width:50px;height:22px;cursor:pointer;background:url(search_button.gif) top left no-repeat;border:1px solid #44b8f4;border-left:none;}

.top_nav{
	float:left;
	width:1000px;
	position:relative;
	height:40px;
	background:url(nav.png) top left repeat-x;
	z-index:1000;
	}
.top_nav ul{
	float:left;
	height:40px;
	}
.top_nav ul li{
	float:left;
	height:40px;
	background:url(nav_line.gif) top right no-repeat;
	position:relative;
	}
.top_nav ul li a.nav_a{
	float:left;
	height:40px;
	padding:0px 13px;
	text-align:center;
	font-size:13px;
	font-family:"微软雅黑";
	color:#fff5eb;
	line-height:40px;
	font-weight:500;
	}

#nav li dl {
	position: absolute;
	top:40px;
	left:0;
	display:none;
	width:450%;
	min-width:120px;
	max-width:210px;
	padding-top:5px;
	list-style:none;
	background:#00407e;
	border-top:none;
	padding-bottom:8px;
	border:1px solid #00389a;
	border-top:1px solid #174eac;
}

#nav li dl dd{
	float: left; 
	width:100%;
	position:relative;
	border-bottom:1px solid #174eac;
}
#nav li dl dd a{
	float:left;
	display: block; 
	width:93%;
	color:#ffffff;
	font-weight:400px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	font-size:12px;
	text-align:left;
	padding-left:5%;
}
#nav li dl a:link  {
	text-decoration:none;
}
#nav li dl a:visited  {
	text-decoration:none;	
}

#nav .sfhover dl {
	display:block;
}
#nav .sfhover a.nav_a,#nav .sfhover dl dd a:hover{color:#fe9001;}