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, 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, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    font-family: "Microsoft YaHei";
}
@font-face {font-family: 'myFont';
    src: url('//at.alicdn.com/t/ruzlk9joss2lnmi.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/ruzlk9joss2lnmi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/ruzlk9joss2lnmi.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/ruzlk9joss2lnmi.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/ruzlk9joss2lnmi.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}
*{
    font-family: 'Microsoft YaHei','myFont';
}
:focus {
    outline: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
a img, iframe {
    border: none;
}
ol, ul {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
select {
    margin: inherit;
}
*{
    box-sizing: border-box;
    font-family: "Microsoft YaHei UI";
}
/* Fixes incorrect placement of numbers in ol’s in IE6/7 */
ol { margin-left:2em; }
/* == clearfix == */
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*comment style*/
body{
    width: 100%;
    min-width: 1000px;
}
.container-box{
    width: 100%;
    min-width: 1200px;
    height: auto;
    position: relative;
}
.content-box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

/*margin*/
.ma-t10{
    margin-top: 10px;
}
.ma-t35{
    margin-top: 35px;
}
.ma-b10{
    margin-bottom: 10px;
}
.ma-b15{
    margin-bottom: 15px;
}
.ma-b20{
    margin-bottom: 20px;
}
.ma-b25{
    margin-bottom: 25px;
}
.ma-b30{
    margin-bottom: 30px;
}
.ma-b80{
    margin-bottom: 80px;
}
.hide{
    display: none;
}

