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

*{margin:0;padding:0;border:0;}
body {
        font-size:12px;
}
#nav1 {
 width:1098px; margin:0 auto; height:40px; overflow:hidden
}
#nav1 a {
 display: block; width:150px; text-align:center; color:#fff;
}
#nav1 a:link  {
 color:#fff; text-decoration:none;
}
#nav1 a:visited  {
 color:#fff;text-decoration:none;
}
#nav1 a:hover  {
 color:#fff;text-decoration:none; background:#DA1619
}
#nav1 li {
float:left; width:150px; text-align:center; background:url(images/bor.jpg) no-repeat right; line-height:40px; font-size:15px;
}
#nav1 li a:hover{
 
}
#nav1 li ul {
 line-height: 32px;  list-style-type: none;text-align:left;
 left: -999em; width:150px; position: absolute;
}
#nav1 li ul li{
 float: left; width:150px; border-right:none;
 background: #F6F6F6; border-bottom:#ddd solid 1px; line-height:27px; font-family:"宋体"; font-size:12px;
}
#nav1 li ul li a{
 display: block; width:149px; text-align:center;} 


#nav1 li ul a:link  {
 color:#666; text-decoration:none;
}
#nav1 li ul a:visited  {
 color:#666;text-decoration:none;
}

#nav1 li ul a:hover{ background:#DA1619; color:#fff
} 
#nav1 li.sfhover ul {
 left: auto;
}</pre></body></html>