<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Description锛欳SS for the main navigation
* Author锛欸avin
* E-mail: shengzhizhang@gmail.com
* Created On锛�2008-10-27
* Last modification On锛�2010-3-8 
**/

/* mainNav */
.ddsmoothmenu {
	font-family: Arial, "Times New Roman", "瀹嬩綋";
	font-size: 12px;
}
.ddsmoothmenu ul {
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*椤剁骇鑿滃崟椤�*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

.ddsmoothmenu ul li a {
	display: block;
	line-height:22px;/****鏀逛负璺熶竴绾ф爮鐩珮搴﹀悓鏍风殑鏁板€�****/
	text-decoration: none;
}
* html .ddsmoothmenu ul li a {
display: inline-block;
}
.ddsmoothmenu .pngBg ul li a {
	color: #000;/****鏂囧瓧棰滆壊****/
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.active, .ddsmoothmenu ul li a.current {
color: #fff;/****鏂囧瓧缈昏浆棰滆壊****/
}
.ddsmoothmenu ul li a span{
	display: inline-block;
	cursor: pointer;
	width: 118px;
	text-align: center;
	font-family: "寰蒋闆呴粦";
	background-image: url(../images/site_bg.jpg);
	background-repeat: no-repeat;
	height: 22px;
	line-height: 22px;
	color: #000;
}


/*瀛愮骇鑿滃崟*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	border: 1px solid #E8E8E8;
	width: 198px;
	background-color: #FFF;
}
.ddsmoothmenu ul li ul li {
	float: none;
	padding-right: 0;
	background-image: none;
}

.ddsmoothmenu ul li ul li ul {
top: 0;
}
.ddsmoothmenu ul li ul li a {
	width: 195px; /****瀛愮骇鑿滃崟瀹藉害****/
	line-height:22px;/****瀛愮骇鑿滃崟楂樺害****/
	margin: 0;
	font-size: 12px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-left: 5px;
}
.ddsmoothmenu ul li ul li a:hover {
background:#B01709;/****瀛愮骇鑿滃崟缈昏浆鑳屾櫙****/
color: #fff;
}
/***** Clear fixed *****/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
</pre></body></html>