body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, legend, button, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-size: 62.5%;
    color: #555;
    font-family: "PingFang SC", PingHei, STHeitiSC-Light, tahoma, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", "microsoft yahei", Helvetica, Arial,Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
    vertical-align: super
}

sub {
    vertical-align: text-bottom;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear_float:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: "";
}

.clear_float {
    display: inline-block;
}

/*asdfasdf\*/
* html .clear_float {
    zoom: 1;
}

.clear_float {
    display: block;
}

* , * :after, * :before {
    /*-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;*/
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fr {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.en {
    font-family: Tahoma, Geneva, sans-serif;
}

.wrap {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

* {
    /*box-sizing: border-box;*/
    padding: 0;
    margin: 0;
}

a {
    -webkit-tap-highlight-color: transparent;
}

/*鎻忚竟*/
.bBor:after, .tBor:before {
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(220, 220, 220, .5);
    left: 0;
    right: 0
}

.tBor:before {
    top: 0
}

.bBor:after {
    bottom: 0
}

.lBor:before, .rBor:after {
    position: absolute;
    content: "";
    width: 1px;
    background: rgba(220, 220, 220, .5);
    top: 0;
    bottom: 0
}

.lBor:before {
    left: 0
}

.rBor:after {
    right: 0
}

.trblBor:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(220, 220, 220, .5);
    point-events: none
}

@media (min--moz-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.5dppx), (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .bBor:after, .tBor:before {
        -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
        -o-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    .lBor:before, .rBor:after {
        -webkit-transform: scaleX(.5);
        -ms-transform: scaleX(.5);
        -o-transform: scaleX(.5);
        transform: scaleX(.5)
    }

    .trblBor:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }

    .lBor:before, .tBor:before, .trblBor:after {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .bBor:after, .rBor:after {
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
}

@media (-webkit-device-pixel-ratio:1.5) {
    .bBor:after, .tBor:before {
        -webkit-transform: scaleY(.6666);
        -ms-transform: scaleY(.6666);
        -o-transform: scaleY(.6666);
        transform: scaleY(.6666)
    }

    .lBor:before, .rBor:after {
        -webkit-transform: scaleX(.6666);
        -ms-transform: scaleX(.6666);
        -o-transform: scaleX(.6666);
        transform: scaleX(.6666)
    }

    .trblBor:after {
        width: 150%;
        height: 150%;
        -webkit-transform: scale(.6666);
        -ms-transform: scale(.6666);
        -o-transform: scale(.6666);
        transform: scale(.6666)
    }
}

@media (-webkit-device-pixel-ratio:3) {
    .bBor:after, .tBor:before {
        -webkit-transform: scaleY(.3333);
        -ms-transform: scaleY(.3333);
        -o-transform: scaleY(.3333);
        transform: scaleY(.3333)
    }

    .lBor:before, .rBor:after {
        -webkit-transform: scaleX(.3333);
        -ms-transform: scaleX(.3333);
        -o-transform: scaleX(.3333);
        transform: scaleX(.3333)
    }

    .trblBor:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(.3333);
        -ms-transform: scale(.3333);
        -o-transform: scale(.3333);
        transform: scale(.3333)
    }
}

/*loading*/
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loading img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.hidden {
    overflow: hidden !important;
    height: 100% !important;
    height: 100% !important;
    margin-top: 0 !important;
}

/*鑿滃崟鍔ㄧ敾*/
.menuIcon, .menuIcon2 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 996;
    cursor: pointer;
}

.btn-nav {
    background: 0 0;
    border: none;
    padding: 10px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999
}

.btn-nav:focus {
    outline: 0
}

.icon-bar {
    display: block;
    margin: 5px 0;
    width: 23px;
    height: 2px;
    background-color: #fff
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff
}

.animated2 {
    display: block;
    margin: 0 auto
}

.animated2:focus .icon-bar, .animated2:hover .icon-bar {
    background-color: #000
}

.animated2:focus {
    cursor: pointer;
    z-index: 9999
}

.middle {
    width: 18px;
}

.icon-bar {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999
}

.animated2 .icon-bar {
    z-index: 999999;
    background-color: #000
}

.animated2 .top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg)
}

.animated2 .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
    -moz-transform: translateY(-8px) rotateZ(-45deg);
    -ms-transform: translateY(-8px) rotateZ(-45deg);
    -o-transform: translateY(-8px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg)
}

.animated2 .middle {
    width: 0
}

/*鍏叡澶撮儴*/
.menuIcon2 {
    background: url(../img/global/icon_05.png) no-repeat center center;
    background-size: 18px;
    width: 63px;
    height: 50px;
    display: none;
}

header {
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    position: relative;
    background: #fff;
    transition: background 0.4s ease-out 0.5s;
    -webkit-transition: background 0.4s ease-out 0.5s;
}

header .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 50px;
    background: url(../img/global/logo_20181123.png) no-repeat 20px center;
    background-size: 80px;
}

header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

header.showMenu {
    position: relative;
    background: none !important;
    transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
}

header.showMenu .logo {
    background-image: url(../img/global/logo2_20181123.png)
}

header.showMenu .animated2 .icon-bar {
    background: #fff;
}

.menuMain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #2f2f2f;
    display: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: scroll;
}

.menuBox {
    margin: 50px 0px 20px 0px;
    padding: 0 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}

.menuBox li {
    padding: 0 0px 0 0;
    position: relative;
}

.menuBox li > a {
    height: 48px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    background: url(../img/global/icon_01.png) no-repeat 98% center;
    background-size: 12px;
    display: block;
    opacity: 0.8
}

.menuBox li.on > a {
    background-image: url(../img/global/icon_02.png);
}

.menuBox li.link > a {
    background-image: url(../img/global/icon_03.png);
}

.menuBox li.searchBtn > a {
    background: url(../img/global/icon_04.png) no-repeat left center;
    background-size: 14px;
    text-indent: 18px;
}

.menuBox .linkBtn {
    padding-top: 35px;
    text-align: center;
}

.menuBox .linkBtn a {
    height: 42px;
    line-height: 42px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 30px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 15px;
    font-size: 14px;
    position: relative;
}

.menuBox .linkBtn a:after {
    border-radius: 10px;
}

.proList, .serList, .newsList {
    overflow: hidden;
    /* display: none; */
}

.proList a, .serList a, .newsList a {
    width: 50%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    float: left;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 28px;
    text-indent: 60px;
}

.proList a.n1 {
    background-image: url(../img/global/menuIcon/01.png)
}

.proList a.n2 {
    background-image: url(../img/global/menuIcon/02.png)
}

.proList a.n3 {
    background-image: url(../img/global/menuIcon/03.png)
}

.proList a.n4 {
    background-image: url(../img/global/menuIcon/icon_04_20190924.png)
}

.proList a.n5 {
    background-image: url(../img/global/menuIcon/05.png)
}

.proList a.n6 {
    background-image: url(../img/global/menuIcon/06.png)
}

.proList a.n7 {
    background-image: url(../img/global/menuIcon/07.png)
}

.proList a.n8 {
    background-image: url(../img/global/menuIcon/08.png)
}

.proList a.n9 {
    background-image: url(../img/global/menuIcon/09.png)
}

.proList a.n11 {
    background-image: url(../img/global/menuIcon/11_2.png);
    opacity: .6;
    color: rgba(255, 255, 255, 1);
}

.proList a.n10 {
    background-image: url(../img/global/menuIcon/fiks_2.png)
}

.proList a.n12 {
    background-image: url(../img/global/menuIcon/jcprzx_2.png)
}

.proList a.n13 {
    background-image: url(../img/global/menuIcon/imes_2.png)
}

.serList a, .newsList a {
    width: 100%;
    text-indent: 20px;
}

.menuBox .preBox ul {
    padding: 0 20px;
}

.menuBox .preBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: -webkit-transform 0.35s linear;
    transition: transform 0.35s linear;
}

.menuBox .nextBox .other {
    display: none;
}

.menuBox .nextBox .other .tit {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    padding: 20px 0 10px 0;
}

.menuBox .nextBox .other a {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.64);
    display: inline-block;
    width: 100%;
}

.searchForm {
    height: 48px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    background: url(../img/global/icon_04.png) no-repeat left center;
    background-size: 14px;
    text-indent: 18px;
    opacity: 0.8;
    position: relative;
    left: 200%;
    opacity: 0;
}

.searchForm .searchBtn, .searchForm .searchBtn2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 48px;
    display: block;
}

.searchForm .searchBtn2 {
    height: 24px;
    line-height: 24px;
    width: 68px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    right: 0;
    left: auto;
    top: 8px;
    text-indent: 0;
    opacity: 0.5;
}

.searchForm input {
    background: none;
    color: rgba(255, 255, 255, 0.64);
    border: 0;
    height: 20px;
    line-height: 20px;
    margin-top: 14px;
    width: 90%;
}

.menuSearch .preBox {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
}

.menuSearch .searchForm {
    left: 0;
}

.searchHide .searchForm {
    opacity: 1;
}

.showMain .searchHide .searchBtn {
    opacity: 0;
}

.menuBox li, .linkBtn {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.showMain .menuBox li, .showMain .linkBtn {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}

.showMain .menuBox li:nth-child(2) {
    -webkit-transition-delay: 100ms, 100ms;
    transition-delay: 100ms, 100ms;
}

.showMain .menuBox li:nth-child(3) {
    -webkit-transition-delay: 180ms, 180ms;
    transition-delay: 180ms, 180ms;
}

.showMain .menuBox li:nth-child(4) {
    -webkit-transition-delay: 260ms, 260ms;
    transition-delay: 260ms, 260ms;
}

.showMain .linkBtn {
    -webkit-transition-delay: 340ms, 340ms;
    transition-delay: 340ms, 340ms;
}

/*鍏叡搴曢儴*/
footer {
    padding: 0 20px 20px 20px;
    background: #f5f5f5;
}

.footNav ul {
    margin-bottom: 20px;
}

.footNav li {
    padding: 0 8px 0 0;
    position: relative;
}

.footNav li > a {
    height: 48px;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    background: url(../img/global/icon_01_2.png) no-repeat right center;
    background-size: 12px;
    display: block;
}

.footNav li.on > a {
    background-image: url(../img/global/icon_02_2.png);
}

.footNav li.link > a {
    background-image: url(../img/global/icon_03_2.png);
}

footer .bBor:after {
    background: #d6d6d6;
}

footer .proList a, footer .serList a, footer .newsList a {
    color: rgba(0, 0, 0, 0.4);
}

footer .proList a.n1 {
    background-image: url(../img/global/menuIcon/01_2.png)
}

footer .proList a.n2 {
    background-image: url(../img/global/menuIcon/02_2.png)
}

footer .proList a.n3 {
    background-image: url(../img/global/menuIcon/03_2.png)
}

footer .proList a.n4 {
    background-image: url(../img/global/menuIcon/icon_04_2_20190924.png)
}

footer .proList a.n5 {
    background-image: url(../img/global/menuIcon/05_2.png)
}

footer .proList a.n6 {
    background-image: url(../img/global/menuIcon/06_2.png)
}

footer .proList a.n7 {
    background-image: url(../img/global/menuIcon/07_2.png)
}

footer .proList a.n8 {
    background-image: url(../img/global/menuIcon/08_2.png)
}

footer .proList a.n9 {
    background-image: url(../img/global/menuIcon/09_2.png)
}

footer .proList a.n11 {
    background-image: url(../img/global/menuIcon/11.png);
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

footer .proList a.n10 {
    background-image: url(../img/global/menuIcon/fiks.png)
}

footer .proList a.n12 {
    background-image: url(../img/global/menuIcon/jcprzx.png)
}

footer .proList a.n13 {
    background-image: url(../img/global/menuIcon/imes.png)
}

footer .icons {
    text-align: center;
    padding: 30px 0 15px 0;
}

footer .icons a {
    width: 50px;
    height: 50px;
    /*border: 1px solid #ccc;*/
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    display: inline-block;
    background-size: 32px;
    margin: 0 5px;
}

footer .icons a.sina {
    background-image: url(../img/global/sina.png);
}

footer .icons a.logo3 {
    background-image: url(../img/global/logo3.png);
}

footer .icons a.logo4 {
    background-image: url(../img/global/logo4.png);
    background-size: auto 25px;
}

footer .icons a.wechat {
    background-image: url(../img/global/wechat.png);
}

footer .links {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

footer .links a {
    padding: 0 20px;
    color: rgba(0, 0, 0, 0.4);
}

footer .links u {
    text-decoration: none;
}

.moreBtn {
    padding: 30px 0;
    text-align: center;
    color: #999;
}

.moreBtn a {
    height: 38px;
    line-height: 38px;
    border: 1px solid #E8E8E8;
    display: inline-block;
    padding: 0 20px;
    color: #C3C3C3;
    width: 30%;
}

/*闈㈠寘灞�*/
.path {
    height: 58px;
    line-height: 58px;
    position: relative;
    padding: 0 20px;
    color: #b7b7b7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.path a {
    color: #999;
}

.path u {
    padding: 0 12px;
    text-decoration: none;
}

.path.tBor:before {
    background: #d6d6d6;
}

.maBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    display: none;
}

.maBox img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
}

/*hero瑙嗛*/
.moviebox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1001;
    padding-top: 30%;
    display: none;
}

.moviebox .close {
    text-align: right;
}

/*hero鍏叡搴曢儴*/
.hotPro {}

.hotPro .tit {
    text-align: center;
    font-size: 15px;
    color: #3c3c3c;
    margin: 60px 0 20px 0;
}

.hotPro .tabMain {
    display: none;
    overflow: hidden;
}

.hotPro .tabMain ul {
    padding: 20px 10px 0 10px;
}

.hotPro .tabMain li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.hotPro .tabMain li > a {
    display: block;
    margin: 0 10px;
}

.hotPro .tabMain .pic {
    overflow: hidden;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #f4f4f4 !important;
}

.hotPro .tabMain p {
    text-align: center;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
}

.hotPro .tabMain .color_1 {
    background: #e8d4c7;
}

.hotPro .tabMain .color_2 {
    background: #c2ced2;
}

.hotPro .tabMain .color_3 {
    background: #969696;
}

.hotPro .tabMain .color_4 {
    background: #f4f4f4;
}

.hotPro .tabMain .color_5 {
    background: #b6dedb;
}

.hotPro .tabMain .color_6 {
    background: #fbe8eb;
}

.hotPro .tabMain .more {
    padding-top: 20px;
    text-align: center;
    overflow: hidden;
    padding: 30px 0 80px 0;
    width: 100%;
}

.hotPro .tabMain .more a {
    color: #666;
    border: 1px solid #999;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    width: 50%;
    display: inline-block;
}

@media screen and (max-width:328px) {
    .proList a {
        text-indent: 50px;
    }
}

.backTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 97;
    background: url(../img/global/top.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: none;
}

.gizle {
    top: -80px;
}

.sabit {
    top: 0;
    z-index: 999;
}

.topBar {
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    transition: top .5s;
}

/*20170424*/
header {
    background: none;
    transition: background 0s ease-in;
    -webkit-transition: background 0s ease-in;
}

.storeIcon {
    position: absolute;
    right: 60px;
    top: 0;
    width: 60px;
    height: 50px;
    background: url(../img/store/icon_01.png) no-repeat center center;
    background-size: 30px;
}

.storeIcon i {
    position: absolute;
    left: 22px;
    bottom: -18px;
    background: url(../img/store/icon_03.png) no-repeat center top;
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: none;
}

.storeIcon u {
    position: absolute;
    background: #b60f0f;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: block;
    right: 15px;
    top: 12px;
}

header.showStore i {
    display: block;
}

header.showStore {
    background: #373734 !important;
}

header.showStore .logo {
    background-image: url(../img/global/logo2_20181123.png)
}

header.showStore .icon-bar, header.showStore .btn-nav:hover .icon-bar {
    background: #fff;
}

header.showStore .storeIcon, header.showMenu .storeIcon {
    background: url(../img/store/icon_02.png) no-repeat center center;
    background-size: 30px;
}

.storeMain {
    position: absolute;
    left: 0;
    top: 50px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 999;
    display: none;
}

.storeBox {
    padding: 20px;
    background: #fff;
}

.storeBox .infoBox {
    padding-bottom: 20px;
}

.storeBox .infoBox .pic {
    border-radius: 5px;
    text-align: center;
}

.storeBox .infoBox {
    text-align: center;
}

.storeBox .infoBox p {
    font-size: 14px;
    padding: 0 0 15px 0;
}

.storeBox .infoBox p u {
    padding: 0 10px;
    text-decoration: none;
    font-size: 12px;
}

.storeBox .infoBox .btn a {
    height: 50px;
    line-height: 50px;
    background: #b60f0f;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 14px;
}

.storeBox .qNav {}

.storeBox .qNav .lable {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}

.storeBox .qNav .lable i {
    position: absolute;
    right: 3px;
    top: 0;
    min-width: 50px;
    height: 50px;
    background: url(../img/store/icon_09.png) no-repeat right center;
    background-size: 7px;
    font-style: normal;
    color: #b60f0f;
    text-align: center;
    font-size: 12px;
}

.storeBox .qNav .lable a {
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 30px;
    background-size: 18px;
    color: #666;
    font-size: 14px;
    display: block;
}

.storeBox .qNav .lable .icon1 {
    background-image: url(../img/store/icon_04.png);
}

.storeBox .qNav .lable .icon2 {
    background-image: url(../img/store/icon_05.png);
}

.storeBox .qNav .lable .icon3 {
    background-image: url(../img/store/icon_06.png);
}

.storeBox .qNav .lable .icon4 {
    background-image: url(../img/store/icon_07.png);
}

.storeBox .qNav .infos {
    margin: 20px 0 0 0;
    height: 21px;
    line-height: 21px;
    background: url(../img/store/icon_08.png) no-repeat left center;
    background-size: 18px;
    text-indent: 30px;
    color: #000;
    font-size: 14px;
}

.storeBox .qNav .infos span {
    float: right;
    display: inline-block;
    color: #b40d0d;
    border: 1px solid #b40d0d;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 5px;
    text-indent: 0;
    cursor: pointer;
}

.storeBox .before .btn a {
    background: #050505;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 20px 0;
    cursor: pointer;
    display: block;
}

.storeBox .before .tip {
    text-align: center;
    padding-bottom: 20px;
}

.storeBox .before .tip a {
    color: #b81111;
    text-decoration: underline;
}

.loginForm {
    padding: 0 20px 40px 20px;
    box-sizing: border-box;
    border-top: 1px solid #F3F3F3;
}

.loginForm h2 {
    font-size: 24px;
    font-weight: normal;
    padding: 32px 0;
    color: #3c3c3c;
    text-align: center;
}

.loginForm .lable {
    position: relative;
    margin-bottom: 12px;
    * overflow: hidden;
}

.loginForm .lable input {
    height: 38px;
    line-height: 38px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    text-indent: 12px;
    color: #3c3c3c;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

.loginForm .lable input.yzm {}

.loginForm .lable .send, .loginForm .lable .suan {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #ee9545;
    color: #fff;
    text-align: center;
    float: right;
    border: 0;
    cursor: pointer;
    text-indent: 0;
    margin-right: -150px;
}

.loginForm .tipTxt {
    position: absolute;
    left: 0px;
    top: 0px;
    text-indent: 12px;
    color: #aaa;
    z-index: 0;
    cursor: text;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.loginForm .other {
    padding: 15px 0 20px 0;
}

.loginForm .other .findWord {
    float: right;
}

.loginForm .other a {
    color: #b60f0f;
    text-decoration: underline;
}

.loginForm .other .tr {
    text-align: right;
}

.loginForm .other input {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.loginForm .btn a {
    height: 42px;
    line-height: 42px;
    background: #222;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.loginForm .b2 a {
    background: #b60f0f;
}

.loginForm .tip {
    text-align: center;
    padding-top: 20px;
}

.loginForm .tip a {
    color: #b81111;
    text-decoration: underline;
}

.loginForm .sns {
    text-align: center;
    color: #999;
    padding-top: 15px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 8px;
}

.loginForm .sns img {
    position: relative;
    left: 8px;
    top: 4px;
}

.loginForm .ma {
    background: none;
    border: 0;
    padding: 0;
    padding-right: 150px;
    height: 45px;
}

.loginForm .ma .txt {}

.storeBox .infoBox .proShopList {
    background: none;
    padding-left: 140px;
    min-height: 70px;
    display: table;
}

.storeBox .infoBox .proShopList .pic {
    width: 130px;
    float: left;
    margin-left: -135px;
    background: none;
}

.storeBox .infoBox .proShopList .pic img {
    width: 100%;
}

.storeBox .infoBox .proShopList p {
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    font-size: 14px;
    padding: 0;
}

.storeBox .infoBox .btn {
    margin-top: 15px;
}

.storeIcon {
    background: url(../img/home2017/cart.png) no-repeat center center;
    background-size: 18px;
    width: 50px;
}

.zxIcon {
    position: absolute;
    right: 110px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../img/home2017/chat.png) no-repeat center center;
    background-size: 18px;
}

.zxIcon a {
    width: 100%;
    height: 100%;
    display: block;
}

header.showMenu .zxIcon {
    display: none;
}

.btn-nav {
    padding: 10px;
    padding-right: 20px;
}

.storeIcon {
    right: 55px;
    width: 30px;
}

.zxIcon {
    right: 80px;
}

.storeIcon i {
    left: 8px;
}

.showStore .zxIcon {
    display: none;
}

.showMenu .storeIcon {
    display: none;
}

header.showMenu {
    z-index: 1000;
}

header {
    z-index: 998;
}

header.showStore .storeIcon, header.showMenu .storeIcon {
    background: url(../img/home2017/cart2.png) no-repeat center center;
    background-size: 30px;
}

.menuIcon .btn-nav, .menuIcon2 .btn-nav {
    padding-top: 12px;
    padding-bottom: 12px;
}

.storeIcon {
    width: 50px;
}

.zxIcon {
    right: 98px;
}

.loginForm {
    padding-bottom: 80px;
}

.loginForm .toggle-login-style {
    box-sizing: border-box;
    margin-top: 15px;
    height: 42px;
    line-height: 40px;
    background: #fff;
    width: 100%;
    color: #000;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #d3d3d3;
}

.loginForm-header h2 {
    padding: 0;
}

.loginForm-header {
    padding-top: 32px;
    padding-bottom: 32px;
}

.service-faq-dialog-body .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: no-repeat center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURUxpcQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAj07JwAAAAWdFJOUwDEA/s57xGYL/Qe1FJsf7NDXuOMoalZ8xO/AAABlUlEQVRYw+1W0ZKEIAwDEUVQAXX7/5967s2dI9BK3X01jziJkAZaIR48uEQ3zl7u8HPo7rPbfoET3GrusJvooIAb2XyD0N+Qlvf7FSiouanzrYMLyKqd3QLwjULnAL5RqPOvFRoJDLxogRlYmMgCKJ7AQB3CAxM9EUAuH5StbkDNeR70NFS20J0dkMLqlG/OP9BYpKfsmEan/OT7WLcwURhMVmLsDENhtflfGlqRXVHHqUEv2oHgA5RRGIFS2Pl98c1UPDwUFM5HXJzxyAWN8iEWAisR2k5svAuF30Rt80TdE9jzE9JE0UeIOH+FFVUIZStC+W//UIXyPnYUP8nkkW0kyvl7OpijfkcmD3hEIKtjkp9CAXsW25y/YfeCtGDHQvMBtkRBVh9137wyS7bGX6Xgt62ci1W2yNPKQjTpifsqU6NG43h8SY8mrNakLwaVyOkq4aq/121QlVlr+tRAbouP9Skrapq+BM6cZ8k2v3FH3hEd1Vy4M+vm05Lyo7gHG3v3lysl1/GDef29kTbsaBvx4EEFPy+mi90qPLkbAAAAAElFTkSuQmCC');
    background-size: auto 32px;
}

.service-faq-dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.7);
}

.service-faq-dialog-body {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.service-faq-container {
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    bottom: 134px;
    overflow-x: hidden;
    overflow-y: auto;
}

.service-faq-dialog-body .placeholder {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding-top: 100px;
}

.service-faq-header {
    padding: 0 32px;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #F3F4F6;
}

.service-faq-tit {
    margin-top: 17px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 999px;
    background: no-repeat left center;
    background-image: url('data:image/png;base64,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');
    background-size: auto 20px;
}

.sf-tabmenu-bar {
    position: relative;
}

.sf-tabmenu-item {
    position: relative;
    display: block;
    padding-left: 32px;
    padding-right: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #1A193A;
}

.sf-tabmenu-item:after {
    content: '';
    position: absolute;
    left: 32px;
    right: 18px;
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background: #F3F4F6;
}

.sf-tabmenu-item:before {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: no-repeat center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAS0lEQVRYhe3WoQ0AMAhE0dJV2H8jmOWqay8kFf3nEJAXDIQkLSPdfdWZ6YxZ2+oaDAAAAAAAABBVZV3DqTzfAIDgIwIAAAAAAN8DDtnMEclTKWY+AAAAAElFTkSuQmCC');
    background-size: auto 16px;
}

.sf-tabmenu-item .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}

.sf-tabmenu-item.active {
    color: #921d21;
    background: #F3F4F6;
}

.sf-tabmenu-item.active:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAPklEQVRYhe3WwREAEBADQKcPH3XrkvGljDNj00D2l8Rc+5TE1MxyAAAAAIAnADFaN0Z/A8IhAQAAAAAAyAZcEmcJ0PQiAnEAAAAASUVORK5CYII=')
}

.sf-tabmenu-item .sf-icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    overflow: hidden;
    background: no-repeat center url('../img/service_faq_sprite@2x.png');
    background-size: auto 24px;
}

.sf-tabmenu-item .sf-icon.xiyouyanji {
    background-position: 0 0;
}

.sf-tabmenu-item .sf-icon.zaoju {
    background-position: -24px 0;
}

.sf-tabmenu-item .sf-icon.xiaodugui {
    background-position: -48px 0;
}

.sf-tabmenu-item .sf-icon.zhengwei {
    background-position: -72px 0;
}

.sf-tabmenu-item .sf-icon.zhengxiang {
    background-position: -96px 0;
}

.sf-tabmenu-item .sf-icon.kaoxiang {
    background-position: -120px 0;
}

.sf-tabmenu-item .sf-icon.weibolu {
    background-position: -144px 0;
}

.sf-tabmenu-item .sf-icon.xiwanji {
    background-position: -168px 0;
}

.sf-tabmenu-item .sf-icon.reshuiqi {
    background-position: -192px 0;
}

.sf-tabmenu-item .sf-icon.fuwu {
    background-position: 100% 0;
}

.sf-content {
    display: none;
    background: #F3F4F6;
}

.service-faq-footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    border-top: 1px solid #F3F4F6;
}

.service-faq-footer > h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

.service-faq-footer .online-service-control .control-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
}

.online-service-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 207px;
    height: 0;
    padding-top: 45px;
    overflow: hidden;
    background: no-repeat center;
    background-image: url('data:image/png;base64,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');
    background-size: auto 45px;
}

.sf-faq-items {
    overflow: hidden;
    padding-left: 32px;
    padding-right: 18px;
    padding-bottom: 32px;
}

.sf-faq-items > li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.sf-faq-items > li:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 37px;
    height: 1px;
    overflow: hidden;
    background: #dcdcdc;
}

.sf-faq-items > li:first-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 37px;
    height: 1px;
    overflow: hidden;
    background: #dcdcdc;
}

.sf-faq-items > li > .num {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(228, 222, 217, 1);
    border-radius: 20px;
}

.sf-faq-items > li > a {
    padding-left: 37px;
    display: block;
    color: #000;
}

/* 20181206 header */
header.transparent {
    background: transparent !important;
}

header.transparent .logo {
    background-image: url(../img/global/logo2_20181123.png);
}

header.transparent .icon-bar {
    background-color: #fff;
}

header.transparent .storeIcon,
header.showStore .storeIcon {
    background-image: url(../img/home2017/cart_inverse.png);
    background-size: 18px;
}

header.transparent .zxIcon {
    background-image: url(../img/home2017/chat_inverse.png);
}


