/*全站页面样式重置开始*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, input, button, select, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, table, tbody, tfoot, thead, tr, th, td,
article,aside,dialog,footer,header,section,footer,nav,figure,menu,time,textarea { padding:0; margin:0; font-family:Microsoft YaHei, SimSun, Lucida Grande, Tahoma, sans-serif; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
caption, th, td { font-weight:normal; text-align:left; }
table { /*border-collapse:collapse; */border-spacing:0; }
input, button, select { vertical-align:middle; }
fieldset, img, abbr, acronym { border:0; }
textarea { resize:none; overflow:auto; }
ul, ol { list-style:none;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
html, body { width:100%; color:#555; font:12px Microsoft YaHei, SimSun, Lucida Grande, Tahoma, sans-serif; line-height:normal; -webkit-text-size-adjust:none; }
html { overflow-y:auto; *overflow-y:scroll; }
:focus { outline:0; }
a,a:visited,a:active { text-decoration:none; /*-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear;-o-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;*/ }
article,aside,dialog,footer,header,section,footer,nav,figure,menu{ display:block; }
.clearFix { *zoom:1; }
.clearFix:after { display:block; overflow:hidden; content:"."; visibility:hidden; clear:both; height:0; line-height:0; }
input,textarea,input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance:none; } /*IOS默认样式*/
img{vertical-align: top;}
input,textarea{border: 0px none;-webkit-border: 0px none;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
/*全站页面样式重置结束*/
body{min-width: 1400px;}
a{cursor: pointer;}
select{appearance: none;-webkit-appearance: none;border: 0px none;outline: none;}

/*----去margin*/
/*----清浮动*/
.clearFloat_t:after{
  content: '.';
  clear: both;
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}

/*----浮动*/
.floatL{float:left;}
.floatR{float:right;}