@CHARSET "UTF-8";
* {
    font-size: 14px;
}

/*@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: 39.0625px;*/
/*    }*/
/*}*/

/*@media (min-width: 751px) {*/
/*    html {*/
/*        font-size: 39.0625px;*/
/*    }*/
/*}*/

/*@media (min-width: 850px) {*/
/*    html {*/
/*        font-size: 44.27083333px;*/
/*    }*/
/*}*/
@media (min-width: 320px) {
    html {
        font-size: 52.08333333px;
    }
}

@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: 1346px) {
    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: 1900px) {
    html {
        font-size: 100px;
    }
}

html, body, div, p, 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: #000;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

body {
    margin: 0 auto;
    color: #2D292A;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
}

a:link, a:visited, a:hover {
    font-family: Microsoft YaHei, PingFangSC-Regular, "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    color: #2D292A;
    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: middle
}

em {
    font-style: normal;
}

textarea {
    resize: none;
}

*::selection {
    color: #fff;
    background: #C2853F;
}

.c::after, .c::before {
    content: "";
    visibility: hidden;
    display: block;
    width: 0;
    clear: both;
}

/* 谷歌 */
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;
}

.container {
    display: block;
    width: 12rem;
    margin: 0 auto;
}

/*******************************************/
#header-top {
    height: 0.33rem;
    background: #050D1C;
}

.header-top-content, .header-cont {
    width: 12rem;
    margin: 0 auto;
}

.header-top-p, .header-top-list > a {
    font-size: 0.11rem;
    color: #FFFFFF;
    line-height: 0.33rem;
}

.header-top-p {
    float: left;
}

.header-top-list {
    float: right;
}

.header-top-list > a {
    position: relative;
    float: left;
    margin-left: 0.18rem;
}

.header-scan:hover .scancode-wrap {
    display: block;
}

.scancode-wrap {
    display: none;
    position: absolute;
    width: 1.56rem;
    z-index: 2002;
    right: 0;
}

.scancode-line {
    float: right;
    width: 0.66rem;
    height: 0.06rem;
    background-color: #ff931e;
}

.scancode-cont {
    float: left;
    width: 100%;
    height: 1.38rem;
    background-color: #ff931e;
}

.scancode-cont > img {
    width: 0.84rem;
    margin: 0.1rem 0.35rem 0;

}

.scancode-cont > p {
    margin-top: 0.06rem;
    color: #fff;
    text-align: center;
    font-size: 0.11rem;
}

.header-cont {
    height: 0.83rem;
}

.header-cont > h1 {
    float: left;
    margin-top: 0.08rem;
}

.header-cont > h1 > a {
    display: block;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: url('/static/images/head_logo.png') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.header-cont-list {
    float: right;
    margin-top: 0.37rem;
}

.header-cont-list > li {
    float: left;
    padding: 0 0.24rem;
    height: 0.14rem;
    line-height: 0.14rem;
    border-right: 1px solid #000;
}

.header-cont-list > li > a {
    display: block;
    padding-bottom: 0.1rem;
    font-size: 0.13rem;
}

.head-iTarget {
    border-bottom: 1px solid #FF931E;
}

@font-face {
    font-family: 'KaiJian';
    src: url('/static/css/kaijian.ttf') format('truetype');
}

@font-face {
    font-family: 'Eu-f6';
    src: url('/static/css/Eu-f6.ttf') format('truetype');
}

.footer-about {
    height: 2.7rem;
    background: #FFE2C3;
    opacity: 0.8;
}

.footer-about-title {
    text-align: center;
    font-size: 0.2rem;
    padding: 0.38rem 0 0.42rem;
}

.footer-about .container {
    text-align: center;
}

.footer-about-info {
    width: 2.4rem;
    margin-left: -0.5rem;
}

.footer-about-scan {
    width: 1.3rem;
    margin-left: 0.5rem;
}

.footer-address {
    padding: 0.8rem 0 0.85rem;
    background: #F7F7F7;
}

.footer-address-list {
    float: left;
    width: 23%;
    margin: 0 1%;
    text-align: center;
}

.footer-address-list > img {
    width: 100%;
}

.footer-address-list > div {
    width: 100%;
    margin: 0.2rem 0;
    font-size: 0.16rem;
}

.footer-address-list > p {
    font-size: 0.12rem;
    padding: 0 0.25rem;
}

.footer-address-info {
    line-height: 0.26rem;
}

.footer-address-info {
    margin-bottom: 0.08rem;
}

.footer-wrap {
    overflow: hidden;
    height: 1.2rem;
    background-color: #000;
}

.footer-logo {
    float: left;
    width: 0.74rem;
    height: 0.74rem;
    margin-top: 0.23rem;
}

.footer-beian  {
    float: left;
    margin-left: 0.24rem;
    margin-top: 0.54rem;
}
.footer-beian span, .footer-beian > a {
    font-size: 0.11rem;
    color: #fff;
}
.footer-beian > span {
    margin-right: 0.2rem;
}

.footer-list {
    float: right;
}

.footer-list > a {
    float: left;
    color: #fff;
    margin-top: 0.54rem;
    padding: 0 0.2rem;
    font-size: 0.11rem;
    border-right: 1px solid #fff;
}

#back_top {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 0.76rem;
    z-index: 1005;
}