<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";




.nav{
	width:1100px;
	height:47px;
}
.nav .nav_list{ float:left;}
.nav li{
	float:left;
 
	position:relative;
	display:block;
}
.nav_line{
	width:1px;
	max-width:1px;
	height:47px;
	float:left;
	background:url(images/line2.jpg) center right no-repeat;
	*position: absolute; _background:none;
}
.nav li.last{background:none;}
.nav li a{float:left;display:block; width:180px; height:47px; text-align:center; line-height:47px; color:#333; 
	font-size:16px;}
.nav li a:hover{
 
	color:#666;
	text-decoration:none;
 
}
.nav li a span{
	float:left;
	display:block;
	width:180px;
	height:47px;
	line-height:47px;color:#666;
	cursor:pointer;
	 
  
	font-size:13px;
}

.submenu{
	z-index:9999;
	width:180px;
	display:none;
	position:absolute;
	top:47px;
	text-align: inherit; 
	left: 0px;
}
 
 .submenu li{float:left;padding:0;height:47px; line-height:47px; background:#fff;  border-bottom:1px solid #ccc;}
 .submenu li a{float:none;padding:0;text-align: center; height:47px;line-height:47px;color:#333; display:block text-align:center; font-size:14px; }
 .submenu li a:hover{font-weight:normal; color:#ccc; text-decoration:none;}
</pre></body></html>