@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:#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}*/

/* 底部 */
.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; }
