@charset "utf-8";
/*css reset*/
body {color: #444444;min-width: 1200px;font-size:14px;margin: 0;padding: 0;width:100%;height:100%;overflow-x: auto;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",'Source Han Sans','Hiragino Sans GB', STXihei, SimSun, Heiti, sans-serif;
}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
img{display: inline-block;border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
a {text-decoration: none;}
html {font-size: 62.5%;}
body {font-size: 14px;font-size: 1.4rem;/*1.4 × 10px = 14px */}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.wraper-center {
    min-width: 1200px;
    width: 1200px;
    margin: auto;
    position: relative;
}
.text-center {
    text-align: center;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.ml {
    margin-left: 10px;
}
.pl {
    padding-left: 10px;
}