@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; }
a,img{ border:none; }
table {border-collapse:collapse;border-spacing:0;} 
ul,ol,li{ list-style-type:none; }
a{ font-family:"微软雅黑"; text-decoration:none; color:#666; }
a:hover{ text-decoration:underline; }
.hidden{ display:none; }
.block{ display:block; }
body{ font-family:"微软雅黑"; font-size:12px; color:#333333; background:#FFF; /*background:#CCC;*/ }
h1,h2,h3,h4,h5,h6{ font-family:"微软雅黑"; font-weight:100; font-size:100%; }
.clear{ clear:both; font-size:0px; overflow:hidden; }
span{ font-family:"微软雅黑"; }
p{ font-family:"微软雅黑"; font-size:14px; color:#666; }
.clearfix{ clear:both; zoom:1; }
.clearfix:after{ clear:both; content:"."; font-size:0; overflow:hidden; display:block; line-height:0; visibility:hidden; height:0 }
