/* css reset */
body{color:#000;background:#fff; font-size:14px;line-height:24px; }
*{color:#000; font-size:14px;line-height:24px; padding:0; margin:0;}
body,input,select,button{font-family:"Microsoft YaHei";}
h1,h2,h3,select,input,button{font-size:100%}
body,h1,h2,h3,ul,li,form,p,img,dl,dd,dt{margin:0;padding:0;border:0}
input,button,select,img{margin:0;line-height:normal}
select{padding:1px}
ul{list-style:none}
select,input,button,button img,label{vertical-align:middle}
header,footer,section,aside,nav,hgroup,figure,figcaption{display:block;margin:0;padding:0;border:none}
a{text-decoration:none;color:#959595}
a:hover{color:#626262}
.fontWeight{font-weight:700;}
.left{float:left;}
.right{float:right;}
.clearfix{}
.clearfix:before, .clearfix:after {display: table;content: "";}
.clearfix:after {clear: both;}