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

/*导航菜单*/
#navMenu {
	width:100%;
	height: 38px;
	line-height: 38px;
	display:block;
	overflow:hidden;
	background-image:none;
	background-repeat:repeat-x;
	background-position: left top;
}
#navMenu ul{
width:100%;
margin:0 auto;
}
#navMenu .onelink{
background-image:none;}
#navMenu li {
	width:100px;
	text-align:center;
	float: left;
	line-height: 38px;
	height: 38px;
	background:url(sbjn-menuline.jpg) no-repeat left;

}
#navMenu li.noline{background:none;}

#navMenu li a {
	color:#fff;
	font-weight:bold;
	font-family: "微软雅黑","宋体";
	font-size:16px;
	display: block;
	text-align:center;
	width:100px; display:block;
	line-height:38px;
	
}
#navMenu li a:hover, #navMenu li.hover a {
	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	color:#fff;
	background:url(images/dsfzj-menuover.jpg) no-repeat;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 100px;
	visibility: hidden;
/*  	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=135, strength=4);
*/	margin-top: -1px;
	margin-left:0;
	border-top: 0px solid #cba131;
	background-color: #178dff;
	/*background:url(../imagess/mmenubg.gif);*/
	padding-top:6px;
	padding-bottom:6px;
	filter: Alpha(Opacity=90);
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
}
.dropMenu li a {
	width:95%;
	display: block;
	text-align:center;
	color: black;
	padding: 4px 0 4px 0px;
	color:#fff;
	border-bottom: 1px dashed #fff;
	line-height: 18px; font-size:13px;
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#fff;
}
.dropMenu a:hover {
	text-decoration:none;
	color:#fff;
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}



</pre></body></html>