@charset "utf-8";
/* CSS Document */

.top{
	margin:0 auto;
	width:1000px;
	height:139px;
	background:#7c0c0c;
	}

.logo{
	float:left;
	width:706px;
	padding-top:35px;
	}
.top_a{
	float:right;
	width:260px;
	margin-top:15px;
	text-align:right;
	}
.a{float:left;width:100%;font-size:14px;color:#ffffff;}
.a a{font-size:14px;color:#ffffff;}
.search{
	float:left;
	width:100%;
	margin-top:40px;
	}
.search_inp{width:180px;height:28px;border:1px solid #bbbbbb;border-right:none;line-height:22px;color:#808184;font-size:14px;padding-left:5px;float:left;}
.button{float:left;width:32px;height:28px;border:1px solid #bbbbbb;border-left:none;}


/***top_nav**/
.nav100{
	float:left;
	width:100%;
	height:55px;
	margin:0 auto;
	position:relative;
	z-index:9999;
	background:#555555;
	}
.top_nav{
	width:1080px;
	margin:0 auto;
	position:relative;
	z-index:1000;
	height:55px;
	background:#555555;
	}
.top_nav ul{
	float:right;
	height:55px;
	margin-left:5px;
	}
.top_nav ul li{
	float:left;
	height:55px;
	position:relative;
	background:url(nav_on.gif) center right no-repeat;
	}
@font-face{
	font-family:Cooper-Light-BT;
	src:url('fonts/Cooper-Light-BT.eot'),('fonts/Cooper-Light-BT.woff'),('fonts/Cooper-Light-BT.ttf'),('fonts/Cooper-Light-BT.svg');
	font-weight: normal;
	font-style: normal;
}
.top_nav ul li a.nav_a{
	float:left;
	height:55px;
	padding:0px 9px;
	font-size:18px;
	font-family:Cooper-Light-BT,"Cooper Light BT","Arial", Gadget, sans-serif;
	font-weight:400;
	color:#ffffff;
	line-height:55px;
	position:relative;
	z-index:2;
	}
.top_nav ul li a.nav_a:hover,.top_nav ul li:hover a.nav_a{color:#555555;background:#ffffff;}


#nav li dl{
	position: absolute;
	top:55px;
	left:0px;
	display:none;
	width:120%;	
	min-width:200px;
	list-style:none;
	padding-bottom:15px;
	background:#ffffff;
	border:1px solid #dddddd;
}
#nav li dl.nav_last{
	width:100%;
}
#nav li dl dt{
	float: left; 
	width:100%;
	padding:0px;
	margin:0px;
	background:none;
}
#nav li dl dt a{
	float:left;
	display: block; 
	width:100%;
	text-align:left;
	color:#555555;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}
#nav li dl dt a:link  {
	text-decoration:none;
}
#nav li dl dt a:visited  {
	text-decoration:none;	
}
#nav .sfhover dl{
	display:block;
}
#nav .sfhover li a.nav_a{color:#555555;}
#nav .sfhover dl dt a{color:#555555;}
#nav li dl dt:hover ,#nav .sfhover dl dt:hover{
	text-decoration:none;
	background:#930205;
	color:#ffffff;
}
#nav .sfhover dl dt a:hover{color:#ffffff;}