@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}
body{
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  background:#f5f5f5 url(/global/main_bg_02.png) no-repeat center top;
  min-width: 1100px;
  overflow-x: hidden;
  color:#333;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,div,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,select,textarea,tabel,th,td  {
  margin:0;
  padding:0;
  box-sizing: border-box;
  word-break: break-all;
}
body,button,input,select,textarea{border: 0;outline: none;}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight: normal;
}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
small{font-size:12px;}
ul,ol{list-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;color:#347bd7;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
i{font-style: normal;}
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}

/* 浮动 */
.f-left{float:left;}
.f-right{float:right;}
/* 清除浮动 */
.clear{zoom: 1; }
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
