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

ul,li{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
* a{
	text-decoration: none;
	color:#333333;
}
a:hover{
	color:#333333;
}

/*^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^*/ 
a:hover{
color:#333333;
}

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

}

#navMenu li a {
	color:#fff;
	font-family: "宋体";
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 2px;
	display: block;
}
#navMenu li a:hover, #navMenu li.hover a {
	background-image: url(../images/hover_bg.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	color:#fff;
}
/*-------- 下拉菜单 --------------*/
.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:-2px;
	background-color: #4466AD;
	/*background:url(../images/nav_fg.jpg);*/
	padding-top:6px;
	padding-bottom:6px;
	filter: Alpha(Opacity=85);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #708CC7;
	border-right-color: #708CC7;
	border-bottom-color: #708CC7;
	border-left-color: #708CC7;
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu li a {
	width: 92%;
	display: block;
	text-align:center;
	color: black;
	padding: 4px 0 4px 0px;
	color:#fff;
	border-bottom: 1px solid #9FDCF1;
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#fff;
}
.dropMenu a:hover {
	text-decoration: underline;
	color:#fff;
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}
#yyjs{font-size:14px;
}
#tttd{font-size:14px;
color:#0587A1;
}
.index-common-box&gt;div{position: relative;width:100%;height:100%;background:url(/images/index_block_title_bac.jpg) no-repeat top left;}
.index-common-box&gt;div .tit{font-size: 19px;color:#000;font-weight:normal;position: absolute;top:24px;left:26px;}
.index-common-box&gt;div .tit span{color:#4466AD;}
/*.index-common-box&gt;div .tit span::before{content:"·";padding:0 2px;color:#999;}*/
.index-common-box&gt;div .link{color:#4466AD;position: absolute;top:24px;right:26px;font-size:14px;}</pre></body></html>