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

.nav{width:980px; margin:3px 0px 10px; background:#0a0; height:37px; overflow:hidden; line-height:37px; float:left;}
.nav ul,.nav ul li{margin:0px; padding:0px; float:left;}
.nav ul{width:1003px;}
.nav ul li{width:70px; text-align:center;list-style-type:none;}
.nav ul li a{color:#fff; text-shadow:1px 1px 1px #306302;list-style-type:none;text-decoration:none;}
.nav ul li a:hover{color:#ff0; text-shadow:1px 1px 2px #333; font-weight:bold; transition:color .2s linear .35s; -moz-transition:color .2s linear .35s; -webkit-transition:color .2s linear .35s; -o-transition:color .2s linear .35s;list-style-type:none;text-decoration:none;}
.nav ul li.active a{font-weight:bold; font-size:14px; color:#ff0;list-style-type:none;text-decoration:none;}
.nav ul li.active a:hover{text-decoration:underline;list-style-type:none;text-decoration:none;}
/*底部版权信息*/
#footer{width:100%; border-top:1px solid #cdcdcd; height:125px; background:#fff; clear:both;}
#footer .con{width:1000px; margin:0 auto;}
.logo_b{width:150px; height:113px; float:left;}
.logo_b img{margin:20px auto; display:block;_margin:10px auto;}
.copyright{width:850px; line-height:21px; color:#909090; padding-top:25px; float:right;}
.copyright a{color:#909090; margin:0 5px;}
.copyright a img{border:none;}
.copyright a:hover{color:#f00;}</pre></body></html>