<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, p, fieldset, legend {
	padding: 0;
	margin: 0;
}
body {
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
}
ul, li {
	list-style-type: none;
	text-transform: capitalize;
}
.clear {
	clear: both;
*display:inline;/*IE only*/
}
/*menu*/
#nav .jquery_out {
	float: left;
	line-height: 32px;
	display: block;
	border-right: 1px solid #fff;
	text-align: center;
	color: #fff;
	font: 18px/32px "微软雅黑";
	background: #062723 url(../images/slide-panel_03.png) 0 0 repeat-x;
}
#nav .jquery_out .smile {
	padding-left: 1em;
}
#nav .jquery_inner {
	margin-left: 16px;
}
#nav .jquery {
	margin-right: 1px;
	padding: 0 2em;
}
#nav .mainlevel {
	float: left;
	    width: 92px;
}
#nav .mainlevel a {
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	display: block;
	width: 92px;
    padding: 23px 0px;
}
#nav .mainlevel a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0068b7 !important;
}
#nav .mainlevel ul {
	display: none;
	position: absolute;
	    background-color: #0068b7;
}
#nav .mainlevel li {
    font-size: 15px;
}
.log {
	text-align: center;
	color: skyblue;
	line-height: 24px;
	text-transform: capitalize;
	margin: 50px auto;
}
.lyb{
	background-color: #0068b7 !important;
}
.lyb a{
	color: #fff !important;
}
#nav .mainlevel a:active {
    color: #fff;
    text-decoration: none;
    background-color: #0068b7 !important;
}</pre></body></html>