<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 */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}
a{
	color:#CCC;
	text-decoration: none;
}
a:hover{
	color:#F0AE1A;
}
/*menu*/
#nav {
	width:780px;
	display:block;
	height: 35px;
	font-size: 14px;
	overflow: hidden;
	float: right;
	font-weight: bold;
	padding-top: 58px;
}
#nav .jquery_out {
	float:left;
	line-height:35px;
	display:block;
	text-align:center;
	color:#fff;
	font-family: "微软雅黑";
	font-size: 14px;
}
#nav .jquery_inner {margin-left:16px;}
#nav .jquery {margin-right:1px;padding:0 2em;}
#nav .mainlevel {
	float:left;
	width:110px;
	font-size: 12px;
	font-weight: normal;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
#nav .mainlevel:hover {
	float:left;
	width:110px;
	font-size: 12px;
	font-weight: normal;
	font-family: "微软雅黑";
	color: #FFF;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-color: #1C9AD6;
	border-radius:15px;
}
#nav .mainlevel:hover a{
	color: #FFF;
}


#nav .mainlevel a {
	text-decoration:none;
	display:block;
	text-align:center;
	width:110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 16px;
	color: #073B81;
}


#nav .mainlevel ul {
	display:none;
	position:absolute;
	z-index: 100000;
}
#nav .mainlevel li {
	width:110px;
	height:35px;
	filter: Alpha(Opacity=50,);
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1A95D3;
	margin: 0px;
	padding: 0px;
	background-color: #1C9AD6;

}
#nav .mainlevel li a{
	font-size:12px;
	color: #FFF;
	line-height: 35px;
	height: 30px;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0em;
	width: 110px;
}
#nav .mainlevel li a:hover {
	background-color: #063C83;
	filter: Alpha(Opacity=70,);
	color: #FFF;
	width: 110px;
	font-size: 12px;
	line-height: 35px;
	display: block;
	height: 35px;

}

#nav .mainlevel2 {
	float:left;
	width:110px;
	height:40px;/*IE6 only*/
}


#nav .on {
	text-decoration: none;
	display: block;
	width: 110px;
	color: #FFF!important;
	height: 35px;
	border-radius: 15px;
	background-color: #1C9AD6;
}


.ny_lxbg {
	height: auto;
	width: 100%;
}
.ny_lxbg li {
	float: left;
	height: auto;
	width: 33%;
	line-height: 30px;
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
	padding-right: 10px;
        padding-top: 5px;
	padding-bottom: 5px;
}
.ny_lxbg li img {
	height: 46px;
	width: 46px;
}
.ny_lxbg li span {
	padding-left: 5px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}


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