<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul{
	list-style:none;
}
a{
	text-decoration:none;
	color: #333;
}
.header-bg{
	height: 108px;
    background: url(../images/top_bg.gif) repeat-x left;
}
.heade{
	width: 1000px;
    margin: 0 auto;
    height: 108px;
    overflow: hidden;
    position: relative;
    background-size: 200px;
}
.heade .logo{
	z-index: 15;
    height:55px;
    position: absolute;
    top:37px;
}
.heade .logo span{
    position: absolute;
    top: 13px;
    width: 223px;
    color: #716969;
    font-size:16px;
}
.heade .logo img{
    height: 100%;
}
.mainnav {
    height: 27px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.mainnav ul li{
	float: right;
    width: 99px;
    height: 27px;
    margin-left: 15px;
    margin: 0 10px;
}
.mainnav ul li.nav_hover {
    background: url(../images/nav.gif) no-repeat;
}
.mainnav ul li a {
    height: 27px;
    width: 99px;
    display: block;
    text-align: center;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.mainnav ul li a:hover{
	background: url(../images/nav.gif) no-repeat;
}</pre></body></html>