@charset "utf-8";
/* CSS Document */
.top{
	margin:0 auto;
	width:1000px;
	height:120px;
	background:url(top_bg.jpg) top center no-repeat;
	}
.logo{
	float:left;
	width:685px;
	margin-left:20px;
	padding-top:18px;
	}
.top_a{
	float:right;
	width:260px;
	margin-right:20px;
	text-align:right;
	margin-top:10px;
	}
.a{float:left;width:100%;font-size:12px;color:#333333;}
.a a{font-size:12px;color:#333333;}
.search{
	float:left;
	width:100%;
	margin-top:60px;
	}
.search_inp{width:180px;height:19px;border:1px solid #dddddd;border-right:none;line-height:22px;padding-left:5px;color:#555;}
.button{width:19px;height:19px;border-right:1px solid #dddddd;border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;}
.time_inp{float:right;text-align:right;width:200px;background:none;margin-right:15px;font-size:12px; color:#ffffff;height:28px;line-height:28px;}

/***top_nav**/ 
.top_nav{
	width:998px;
	margin:0 auto;
	position:relative;
	z-index:1000;
	height:28px;
	border:1px solid #7195d8;
	background:url(nav.jpg) top left repeat-x;
	}
.top_nav ul{
	float:left;
	height:28px;
	}
.top_nav ul li{
	float:left;
	height:28px;
	padding-right:2px;
	position:relative;
	}
.top_nav ul li a{
	float:left;
	height:28px;
	padding:0px 16px;
	font-size:14px;
	font-family:"微软雅黑";
	font-family:"Arial", Gadget, sans-serif;
	color:#ffffff;
	line-height:28px;
	position:relative;
	z-index:2;
	background:url(line.jpg) center right no-repeat;
	}

#nav li ol {
	position: absolute;
	top:28px;
	left:0px;
	display:none;
	width:100%;
	min-width:195px;
	max-height:200px;
	list-style:none;
	padding-bottom:5px;
	background:url(nav_hover01.png) top left no-repeat;
	border:none;
	background-size:100%;
}
#nav li ol.nav_last{
	width:100%;
}
#nav li ol li{
	float: left; 
	width:100%;
	padding:0px;
	margin:0px;
	background:none;
}
#nav li ol li a{
	float:left;
	display: block; 
	width:195px;
	text-align:left;
	color:#ffffff;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-size:12px;
	font-weight:400;
	border-left:0px;
	border-right:0px;
	padding:0px;
	margin:0px;
}
#nav li ol a:link  {
	text-decoration:none;
}
#nav li ol a:visited  {
	text-decoration:none;	
}
#nav .sfhover ol {
	display:block;
}

#nav .sfhover ol li a{
	color:#ffffff;
	text-decoration:none;
	height:30px;
	line-height:30px;
	border:none;
	width:175px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	background:none;
	border-bottom:1px solid #093486;
}
#nav .sfhover ol a:hover{color:#FC0;}
.top_nav ul li a:hover,.top_nav ul li:hover a,#nav .sfhover a{color:#ffff00;}