/* ****vinterâ€”â€”www.bigobiu.com**** */

@charset "utf-8";
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div {margin: 0;padding: 0;border: 0;box-sizing: border-box;}

body {
    height: 100%;background: #fff;color: #333;
    font-family: "å¾®è½¯é›…é»‘", Microsoft YaHei, Source Han Sans, Helvetica, Arial;
}

h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
ul,ol {list-style-type: none;}
ol,ul,li {list-style: none;}
select,input,img,select {vertical-align: middle;}
b,i,address,cite,code,em,th {font-weight: normal;font-style: normal;}
a,a:active {color: inherit;text-decoration: none;cursor: pointer;border: 0;}

/* å¼•å…¥å­—ä½“ */
@font-face {
    font-family: 'METROMEDIUMLT';src: url('../fonts/METROMEDIUMLT.OTF');
}
@font-face {
    font-family: 'GOTHIC';src: url('../fonts/GOTHIC.TTF');
}
/* æ¸…é™¤æµ®åŠ¨ */
.clearfix{*zoom:1}
.clearfix:before,.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}