html, body, div, p, a, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Microsoft YaHei, MicrosoftYaHei-Bold, PingFangSC-Regular, "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

@media (min-width: 320px) {
    html {
        font-size: 46.93333333px;
    }
}

@media (min-width: 375px) {
    html {
        font-size: 55px;
    }
}

@media (min-width: 414px) {
    html {
        font-size: 60.72px;
    }
}

@media (min-width: 520px) {
    html {
        font-size: 76.26666667px;
    }
}

@media (min-width: 540px) {
    html {
        font-size: 79.2px;
    }
}

@media (min-width: 560px) {
    html {
        font-size: 82.13333333px;
    }
}

@media (min-width: 580px) {
    html {
        font-size: 85.06666667px;
    }
}

@media (min-width: 600px) {
    html {
        font-size: 88px;
    }
}

@media (min-width: 620px) {
    html {
        font-size: 90.93333333px;
    }
}

@media (min-width: 650px) {
    html {
        font-size: 95.33333333px;
    }
}

@media (min-width: 680px) {
    html {
        font-size: 99.73333333px;
    }
}

@media (min-width: 720px) {
    html {
        font-size: 105.6px;
    }
}

@media (min-width: 750px) {
    html {
        font-size: 110px;
    }
}


/*@media (min-width: 320px) {*/
/*  html {*/
/*    font-size: 16.66666667px;*/
/*  }*/
/*}*/
/*@media (min-width: 375px) {*/
/*  html {*/
/*    font-size: 19.53125px;*/
/*  }*/
/*}*/
/*@media (min-width: 414px) {*/
/*  html {*/
/*    font-size: 21.5625px;*/
/*  }*/
/*}*/
/*@media (min-width: 520px) {*/
/*  html {*/
/*    font-size: 27.08333333px;*/
/*  }*/
/*}*/
/*@media (min-width: 540px) {*/
/*  html {*/
/*    font-size: 28.125px;*/
/*  }*/
/*}*/
/*@media (min-width: 560px) {*/
/*  html {*/
/*    font-size: 29.16666667px;*/
/*  }*/
/*}*/
/*@media (min-width: 580px) {*/
/*  html {*/
/*    font-size: 30.20833333px;*/
/*  }*/
/*}*/
/*@media (min-width: 600px) {*/
/*  html {*/
/*    font-size: 31.25px;*/
/*  }*/
/*}*/
/*@media (min-width: 620px) {*/
/*  html {*/
/*    font-size: 32.29166667px;*/
/*  }*/
/*}*/
/*@media (min-width: 650px) {*/
/*  html {*/
/*    font-size: 33.85416667px;*/
/*  }*/
/*}*/
/*@media (min-width: 680px) {*/
/*  html {*/
/*    font-size: 35.41666667px;*/
/*  }*/
/*}*/
/*@media (min-width: 720px) {*/
/*  html {*/
/*    font-size: 37.5px;*/
/*  }*/
/*}*/


@media (min-width: 751px) {
    html {
        font-size: 39.0625px;
    }
}

@media (min-width: 850px) {
    html {
        font-size: 44.27083333px;
    }
}

@media (min-width: 1000px) {
    html {
        font-size: 52.08333333px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 62.5px;
    }
}

@media (min-width: 1280px) {
    html {
        font-size: 66.66666667px;
    }
}

@media (min-width: 1366px) {
    html {
        font-size: 71.14583333px;
    }
}

@media (min-width: 1500px) {
    html {
        font-size: 78.125px;
    }
}

@media (min-width: 1700px) {
    html {
        font-size: 88.54166667px;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

body {
    position: relative;
    margin: 0 auto;
    background: #fff;
}

li {
    list-style: none;
}

fieldset, img {
    border: 0 none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    cursor: default;
    /*pointer-events: none;*/
    vertical-align: middle;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
}

a:link, a:visited, a:hover {
    font-family: PingFangSC-Regular, "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

a, input, textarea {
    text-decoration: none;
    outline: 0
}

li, img, label, input {
    vertical-align: center;
}

em {
    font-style: normal;
}

textarea {
    resize: none;
}

input, textarea {
    -webkit-appearance: none;
    appearance: none;
}

*::selection {
    color: #fff;
    background: #C2853F;
}

/* 谷歌 */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* 火狐 */
input {
    -moz-appearance: textfield;
}

button:focus {
    outline: none;
    padding: 0;
    border: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    visibility: hidden;
    display: block;
    width: 0;
    clear: both;
}

.c:after, .c:before {
    content: "";
    visibility: hidden;
    display: block;
    width: 0;
    clear: both;
}

.container {
    display: block;
    width: 15.52rem;
    margin: 0 auto;
}

/*******************header***************************/
.header {
    position: relative;
    padding: 0.53rem 1.84rem 0.53rem 0.75rem;
    z-index: 100;
    background-color: #fff;
}

.header-title {
    float: left;
}

.header-title > a {
    display: block;
    width: 3.02rem;
    height: 0.82rem;
    background: url("/static/images/logo_head1.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.header-pclist {
    float: right;
    margin-top: 0.12rem;
}

.header-mlist {
    width: 0.5rem;
    display: none;
    position: absolute;
    top: 0.46rem;
    right: 0.35rem;
}

.myhr {
    float: right;
    height: 0.04rem;
    margin-bottom: 0.14rem;
    background-color: #666;
    transition: width 0.8s;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
}

.hr1 {
    width: 100%;
}

.hr2 {
    width: 90%;
}

.hr3 {
    width: 80%;
}

.header-mlist:hover .hr1 {
    width: 80%;
}

.header-mlist:hover .hr2 {
    width: 90%;
}

.header-mlist:hover .hr3 {
    width: 100%;
}

.header-mNav {
    position: fixed;
    width: 60%;
    height: 100%;
    right: -100%;
    top: 0;
    background-color: #fff;
    transition: right 0.8s;
    -webkit-transition: right 0.8s;
    -moz-transition: right 0.8s;
    -o-transition: right 0.8s;
    z-index: 10000;
}

.mNav-wrap {
    position: relative;
    padding: 1rem 1rem;
}

.header-mNav-close {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.42rem;
    z-index: 150;
}

.mNav-list {
    padding-top: 0.6rem;
    text-align: left;
}

.mNav-list > li {
    /*margin-bottom: 0.5rem;*/
}

.mNav-list > li > a {
    position: relative;
    font-size: 0.38rem;
}

.mNav-list .mNav-item-more {
    padding: 0.2rem 0 0.2rem 0.5rem;
    text-align: left;
}

.mNav-list .mNav-item-more> li {
    line-height: 0.35rem;
}

.mNav-list .mNav-item-more> li > a {
    position: relative;
    font-size: 0.28rem;
}
.header-pclist > a {
    position: relative;
    float: left;
    margin-left: 1rem;
    font-size: 0.21rem;
    color: #000;
    transition: font-weight .5s;
    -webkit-transition: font-weight .5s;
    -moz-transition: font-weight .5s;
    -o-transition: font-weight .5s;
}

.header-pclist .nav-item {
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 1rem;
    font-size: 0.21rem;
    color: #000;
    transition: font-weight .5s;
    -webkit-transition: font-weight .5s;
    -moz-transition: font-weight .5s;
    -o-transition: font-weight .5s;
}
.header-pclist .nav-item .nav-item-more{
    position: absolute;
    top: 0.43rem;
    height: 0;
    overflow: hidden;
    transition: height 0.8s;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    -o-transition: height 0.8s;
    width: 100%;
    text-align: center;
}
.header-pclist .nav-item:hover .nav-item-more{
    height: 1.5rem;
}
.header-pclist .nav-item .nav-item-more li{
    display: block;
    margin: 0.2rem 0;
}
.header .tTarget {
    font-weight: bold;
}

.header .tTarget > span {
    width: 96%;
}

.it {
    display: block;
    position: absolute;
    bottom: -0.22rem;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: #C2853F;
    margin: 0 auto;
    transition: width 0.8s;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
}

.header-pclist > a:hover {
    /*font-weight: bold;*/
}

.header-pclist > a:hover .it {
    width: 96%;
}
.header-pclist .nav-item:hover .it {
    display: block;
    width: 96%;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.head-banner {
    position: relative;
    width: 100%;
    height: 9.964rem;
    top: -1.88rem;
    left: 0;
    background: url("/static/images/head_bg.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    z-index: 99;
}
.head-banner-remind {
    display: block;
    width: 8.33rem;
    height: 3.68rem;
    padding-top: 4.08rem;
    margin: 0 auto;
}

.footer-wrap {
    background-color: #333;
    padding: 1.15rem 0 0.89rem;
}

.footer-logo {
    display: block;
    float: left;
    width: 3.02rem;
    height: 0.82rem;
    margin-top: 0.99rem;
    margin-right: 3.33rem;
}

.footer-detail {
    float: left;
}

.footer-info {
    margin-bottom: 0.85rem;
}

.footer-link > a, .footer-info > li {
    color: #fff;
    font-size: 0.29rem;
}

.footer-info > li {
    position: relative;
    margin-bottom: 0.44rem;
}

.footer-link > a {
    float: left;
    margin-right: 0.65rem;
}

.footer-link > a:hover {
    color: #DFA365;
}

.footer-link {

}

.footer-beian {
    padding: 0.6rem 0 0.43rem;
    background-color: #272727;;
    text-align: center;
}

.footer-beian > p, .footer-beian > div {
    font-size: 0.18rem;
    color: #FFFFFF;
}

.footer-beian > p {
    margin-bottom: 0.2rem;
}

.footer-beian > div > a {
    color: #fff;
}


@media (min-width: 751px) and (max-width: 850px) {
    .container {
        width: 90%;
    }
}

@media (max-width: 750px) {
    .container {
        width: 90%;
    }

    .header {
        padding: 0.4rem 0.6rem 0.6rem 0.4rem;
    }

    .header-pclist {
        display: none;
    }

    .header-mlist {
        display: block;
    }

    .header-title > a {
        width: 2.22rem;
        height: 0.6rem;
    }

    .footer-wrap {
        padding: 0.8rem 0 0.7rem;
    }

    .footer-logo, .footer-list {
        float: none;
    }

    .footer-logo {
        height: auto;
        margin: 0 auto 0.8rem;
    }

    .footer-info > li {
        margin-bottom: 0.26rem;
        line-height: 0.36rem;
    }

    .footer-info > li > span {
        display: block;
        color: #f0f0f0;
        font-weight: 500;
    }

    .footer-link > a {
        width: 25%;
        margin: 0;
    }
    .head-banner {
        height: 7.5rem;
    }
    .head-banner-remind {
        width: 75%;
        height: auto;
        padding-top: 3.5rem;
    }
}