@charset "UTF-8";
*{
    outline: none;
    margin: 0;
    padding: 0
}
ul li{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: inherit;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.block,.show{
    display: block!important;
}
.none{
    display: none;
}
.dis-no{
    display: none!important;
}
@media screen and (min-width: 751px){
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, del, cite, address, small, sub, sup, b, u, i, center, font, em, strong, dl, dt, dd, ul, ol, li, form, fieldset, legend, table, caption, thead, tbody, tfoot, tr, th, td,label,input {
        margin: 0;
        padding: 0;
        outline: none;
        box-sizing: border-box;
    }
    html {
        box-sizing: border-box;
        min-width:1200px;
        width: 100%;
    }
    body {
        font-family: 'Microsoft YaHei', Helvetica, STHeiTi, sans-serif;
        color: #333;
        word-break: break-word;
        font-size: 14px;
        background-color: #f1f1f1;
        width: 100%;
    }
    ul, ol, li {
        list-style: none;
        -webkit-tap-highlight-color: transparent;
    }
    header, section, footer {
        display: block;
        margin: 0;
        padding: 0
    }
    input{
        outline: none;
    }
    /* a {
        text-decoration: none;
        display:inline-block;
        color: #666666;
    } */
    img{
        vertical-align: middle;
        border:0 none;
    }
    .clearfix:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        line-height: 0;
        content: "";
    }
    .clearfix {
        zoom: 1;
    }
    .content{
        /*background: #fff;*/
        width: 1200px;
        margin: auto;
        overflow: auto;
    }

    .bgF1{ background: #f1f1f1; }
    .bgF{ background: #fff; }
    .padd{ padding: 40px 0; }
    .padd-bot{ padding-bottom: 40px; }
    .crumbs {
        background: #f1f1f1;
        margin: auto;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #666666;
    }
    .red{
        color: #d71a1b;
    }
}
@media screen and (max-width: 750px){
    *{
        box-sizing: border-box;
    }
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, del, cite, address, small, sub, sup, b, u, i, center, font, em, strong, dl, dt, dd, ul, ol, li, form, fieldset, legend, table, caption, thead, tbody, tfoot, tr, th, td,label,input {
        margin: 0;
        padding: 0;
        outline: none;
    }
    html {
        font-size: calc(100vw/3.75);
    }
    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-text-size-adjust: 100%;
        font-family: 'Helvetica Neue','Microsoft YaHei', Helvetica, STHeiTi, sans-serif;
        font-size: 0.14rem;
        color: #333;
        line-height: 0.22rem;
        word-break: break-word;
        position: relative;
    }
    ul, ol, li {
        list-style: none;
        -webkit-tap-highlight-color: transparent;
    }
    header, section, footer {
        display: block;
        margin: 0;
        padding: 0
    }
    input{
        outline: none;
        font-size: 0.14rem;
    }
    img{
        width: 100%;
        height: auto;
        vertical-align: middle;
        border: 0 none;
    }
    input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {
        -webkit-appearance: none;
        border:0;
        font-family:'microsoft yahei';
    }
    textarea{
        resize:none;
    }
    :focus {
        outline: 0;
    }
    .content{
        margin: auto;
        overflow: auto;
    }
}