@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;box-sizing:border-box;}
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:#ff6600; }
.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-table; }
*html .clearfix { height:1%; }
.clearfix {display:block; }
*+html .clearfix { min-height:1%; }
/*a:hover{ color:#ff6600 !important}*/

/* 头部 */
.header{ width:100%; overflow:hidden}
.header a:{ text-decoration:underline; color:#ff6600}
.header a:hover{ text-decoration:underline; color:#ff6600}
.nav1er ul li a:hover{ color:#ff6600;}
.top{height: 35px;background: #e4e4e4;border-bottom: 2px #d9d9d9 solid;width: 100%;/*position: fixed; left:0px;*/}
.toper{ width:1020px; margin:0px auto; font-size:12px; color:#333; line-height:35px;}
.top_l{ width:41%;color:#777;}
.top_l a{ margin:0 5px; color:#777; font-family:'Simsum';}
.top_r a.bg1{ color:#0070b2;font-family:'Miscrosoft YaHei'; margin:0 50px 0 0; }
.top_r a.bg2{color:#0070b2; font-family:'Simsum';}
.top_r{ width:37%;}
.top_r a{ padding-left:3px; margin:0 2px; color:#333;}
.top1{ width:1020px; margin:36px auto 0; height:100px; *padding-top:36px; }
.logo{ width:220px; height:80px; float:left;margin: 10px 0 0 -20px;}
.search{ margin: 30px 10px 0 0; }

/* 底部 */
.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}

.topPic { position:fixed; bottom:50px; right:5%; }
.poFixed { position:fixed; top:0; left: 50%; margin-left: -500px; }
