/*========================== reset ==========================*/
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,input,textarea,th,td,select {
    margin:0;
    padding:0;
}
body {
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    color: inherit;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: normal;
}
li {
    list-style: none;
}
a {
    color: inherit;
    background: transparent;
    text-decoration: none;
}
a:focus, a:active, a:hover {
    text-decoration: none;
    outline: none;
}
img {
    vertical-align: middle;
    border: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
}
textarea {
    overflow: auto;
    resize: none;
}
/*========================== public ==========================*/
body {
    min-width: 1300px;
}
.container {
    width: 1200px;
    margin: 0 auto;
    *zoom: 1;
    position: relative;
}
.container:before, .container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}
.fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.img-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.img-box img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: none;
}
.img-centered {
    position: relative;
    overflow: hidden;
}
.img-centered img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
}
.col-1 {
    width: 8.33333%;
}
.col-2 {
    width: 16.66667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333%;
}
.col-5 {
    width: 41.66667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333%;
}
.col-8 {
    width: 66.66667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333%;
}
.col-11 {
    width: 91.66667%;
}
.col-12 {
    width: 100%;
}