/*global*/
 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, a, blockquote, th { margin: 0;padding: 0;}
 h1, h2, h3, h4, h5, h6 { font-size: 100%; }
 ol, ul { list-style: none; }
 table {border-collapse: collapse; border-spacing:0px;}
 fieldset, img { border: 0; }
 body {font: 12px "宋体",Arial,"黑体"; background-color:#FFFFFF;}
 html,body{width:100%; height:100%;}
 /*清除浮动 start*/
 .clearfix:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}