<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 */
/* CSS reset */
html { font-family:'微软雅黑'; }
body{ margin:0px; padding:0px; position:relative;}
img{ border:0px;}
*{ text-decoration:none; list-style:none;}
ul,li,dd,dl,dt,h1,h2,h3,h4,h5,h6,p{ margin:0px; padding:0px; font-weight:100;}
h6 {color:#333; }
a { color:#666; }
.fl{ float:left}
.fr{ float:right}
.clr{ clear:both; width:100%; }
.red {color:red; }
/*a:hover{ color:#ff6600 !important}*/

/* 头部 */
.header{ width:100%; overflow:hidden}
.header a:{ text-decoration:underline; color:#ff6600}
.header a:hover{  color:#0033FF}
.nav1er ul li a:hover{ color:#ff6600;}
.top{ height:35px; background:#f4f4f4; border-bottom:1px #d9d9d9 solid;}
.toper{ width:1000px; margin:0px auto; font-size:12px; color:#333; line-height:35px;}
.top_l{ width:40%;}
.top_l a{ padding-left:15px; margin:0 5px; color:#333;}
.top_l a.bg1{ background:url(../images/dot.png) no-repeat left center;}
.top_l a.bg2{ background:url(../images/dot1.png) no-repeat left center; padding-bottom:0px;}
.top_r{ width:50%;}
.top_r a{ padding-left:10px; margin:0 1px; color:#333;}
.top_r a.bg{ background:url(../images/dot2.png) no-repeat left center; color:#2660ad;}
.top1{ width:1000px; margin:0px auto; height:100px;}
.logo{ width:220px; height:80px; float:left; margin-top:10px;}
.search{ width:491px; padding-top:18px; }
.searcher{ width:100%; height:36px; background:url(../images/search.jpg) no-repeat; position:relative;}
.searcher .inp1{ color:#e67817; font-size:12px; width:384px; line-height:35px; height:35px; padding-left:25px; border:0px; background:none;}
.searcher .inp2{ cursor:pointer; width:78px; height:35px; border:0px; background:none; position:absolute; right:0px;}
.search p{ padding:10px 0; font-size:12px;}
.search p a{ color:#2660ad}
.search p a.cur{ color:#f00;}
.nav1{ height:50px; width:100%; background:#2660ad}
.nav1 a:hover{ text-decoration:none;}
.header .nav1er{ width:1000px; margin:0px auto;}
.header .nav1er ul{float:left;}
.header .nav1er ul li{float:left; margin-left:10px; line-height:50px; text-align:center; position:relative}
.header .nav1er ul li a{ color:#fff; font-size:18px; font-family:"微软雅黑"; padding:8px 23px 13px 23px;}
.header .nav1er ul li a:hover{ color:#ff6600; background:#fff;}
.header .nav1er ul li a.cur{ color:#ff6600; background:#fff;}
.hot { position:absolute;top:10px;left:70px; } 

/* 底部 */
.foot{ width:100%; background:#f3f3f3; text-align:center; line-height:24px; font-size:12px; color:#333;}
.foot p{ padding-top:30px;}
.foot p a{ color:#333; font-weight:bold}


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