@charset "UTF-8";
.topPCjjv {
    margin-top: 10px
}

#head_wrap .head {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 100
}

.head_quick {
    position: absolute;
    right: 0;
    top: 0
}

.head_quick .quick_item {
    float: left;
    text-align: center;
    font-size: 14px;
    position: relative
}

.head_quick .quick_item:nth-of-type(1) {
    padding: 0 20px 0 70px
}

.head_quick .quick_item:nth-of-type(1):hover a {
    color: #e5342a
}

.head_quick .quick_item:nth-of-type(3) {
    margin-left: 20px
}

.head_quick .quick_item a:hover {
    color: #e5342a
}

.head_quick .quick_item i {
    font-size: 18px
}

.head_quick .qcode {
    position: relative
}

.head_quick .qrcodePic {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.head_quick .qcode:hover .qrcodePic {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.head_quick .qrcodePic {
    position: absolute;
    top: 30px;
    left: 0;
    width: 200px;
    height: 220px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(153, 153, 153, .3);
    box-shadow: 0 2px 10px rgba(153, 153, 153, .3)
}

.head_quick .qrcodePic::before {
    position: absolute;
    top: -10px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff
}

.head_quick a {
    color: #e4e4e4;
    display: block;
    font-size: 14px;
    text-decoration: none
}

#footer {
    margin-top: 20px;
    background-color: #000;
    height: 210px;
    position: relative;
    z-index: 10
}

.footer_content {
    margin: 0 auto;
    position: relative;
    color: #888;
    height: 210px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_left {
    display: inline-block;
    vertical-align: middle
}

.footLogo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    margin-right: 65px
}

.footLogo img {
    width: 100%
}

.footer_left ul {
    display: inline-block
}

.footer_left li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 50px
}

.footer_left li:last-of-type {
    margin-right: 0
}

.footer_left li a {
    color: #fff
}

.footer_left p {
    padding-top: 10px;
    font-size: 14px
}

.footer_mid {
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 65px
}

.footer_mid .footBar {
    width: 119px;
    height: 119px
}

.footer_mid .footBar img {
    width: 100%;
    display: block
}

.footer_mid p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle
}

.footer_right {
    float: right;
    width: 48%
}

.footer_right .footRightAdv img {
    width: 100%
}

#head_wrap {
    background: #9f7777;
    line-height: 30px;
    position: fixed;
    width: 100%;
    z-index: 1000
}

.head .title {
    color: #fff;
    font-size: 14px
}

.qrcodePic .codeImg {
    width: 143px;
    height: 143px;
    margin: 0 auto;
    margin-top: 20px
}

.qrcodePic .codeImg img {
    width: 100%;
    height: 100%
}

.qrcodePic p:nth-of-type(1) {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    margin-top: 10px;
    text-align: center
}

.qrcodePic p:nth-of-type(2) {
    font-size: 13px;
    line-height: 13px;
    height: 13px;
    margin-top: 5px;
    text-align: center
}

nav {
    height: 70px;
    -webkit-box-shadow: 0 2px 10px rgba(153, 153, 153, .35);
    box-shadow: 0 2px 10px rgba(153, 153, 153, .35);
    background: #fff;
    line-height: 70px
}

.navList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navList>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    line-height: 70px
}

.navList img {
    display: inline-block;
    width: 225px;
    height: 48px
}

.navList ul li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    padding: 0 10px;
    display: block
}

.clearfix::after {
    content: "";
    clear: both;
    display: block
}

.navList ul {}

.navList ul li {
    float: left;
    list-style: none;
    cursor: pointer
}

.navList ul li:hover a {
    font-weight: 700;
    color: #fff
}

.navList .active {
    color: #fff
}

.search .input_control {
    border: none;
    margin-left: 30px;
    background: 0 0;
    width: 60%
}

.search {
    position: relative;
    border: 1px solid #e4e4e4;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    width: 300px
}

.search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: #e5342a;
    color: #fff;
    height: 38px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 0 20px 20px 0
}

.wapHead {
    display: none;
    z-index: 150
}

.wapHead .wapTop {
    height: 44px;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #9f7777;
    line-height: 42px
}

.wapHead .wapTop .list {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    vertical-align: middle;
    margin-left: 5px;
    width: 20px;
    height: 13px
}

.wapHead .wapTop .wapLogo {
    vertical-align: middle;
    width: 115px;
    height: 23px
}

.wapHead .wapTop .host {
    font-size: 12px;
    color: #fff;
    display: inline-block
}

.wapHead .wapTop .host span {
    color: #e5342a
}

.wapHead .wapTop .searchIc {
    float: right;
    line-height: 44px;
    margin-right: 5px;
    padding-top: 3px;
    height: 44px
}

.wapHead .wapTop .searchInput {
    height: 36px;
    line-height: 36px;
    background: #333;
    font-size: 0;
    width: 100%;
    padding-left: 10px;
    overflow: hidden
}

.wapHead .wapTop .searchInput .inputBox {
    width: 70%;
    border: 1px solid #999;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px
}

.wapHead .wapTop .searchInput .inputBox input {
    font-size: 14px;
    background: 0 0;
    height: 100%;
    color: #ccc;
    border: none
}

.wapHead .wapTop .searchInput .inputBox input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px
}

.wapHead .wapTop .searchInput .search-btn {
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    background: #e5342a;
    color: #fff;
    border-radius: 0 3px 3px 0;
    padding: 0 5%;
    margin-left: -1px
}

.wapHead .wapTop .searchInput .searchClose {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    float: right;
    margin-right: 5px
}

.wapHead .wapTop .searchInput .searchClose img {
    width: 20px;
    height: 20px;
    margin-top: 8px
}

.wapHead .wapNav {
    padding: 0 0 0 10px;
    background: #fff
}

.wapHead .wapNav ul {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: #9f7777;
    flex-wrap: wrap
}

.wapHead .wapNav ul li {
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    text-align: center
}

.wapHead .wapNav ul li a {
    display: block
}

.wapHead .wapNav ul .active {
    color: #e5342a;
    border-bottom: 2px solid #e5342a
}

.downLoadApp {
    display: none;
    height: 50px;
    font-size: 0
}

.downLoadApp .close,
.downLoadApp .appLogo,
.downLoadApp .Atext,
.downLoadApp .clickDown {
    display: inline-block;
    vertical-align: middle
}

.downLoadApp .close {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    padding: 0 5px
}

.downLoadApp .close img {
    width: 60%
}

.downLoadApp .Atext {
    font-size: 16px
}

.downLoadApp .Atext p:nth-of-type(1) {
    font-weight: 700
}

.downLoadApp .Atext p:nth-of-type(2) {
    font-size: 12px;
    color: #999
}

.downLoadApp .appLogo {
    width: 40px;
    height: 40px;
    margin-right: 5px
}

.downLoadApp .appLogo img {
    width: 100%;
    height: 100%
}

.downLoadApp .clickDown {
    height: 50px;
    line-height: 50px;
    float: right;
    padding: 0 6%;
    background: #e5342a
}

.downLoadApp .clickDown a {
    font-size: 16px;
    color: #fff
}

#wapfoot {
    display: none
}

.navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1000
}

.navigation .back {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    padding-top: 10px
}

.navigation .back img {
    display: block;
    margin: 0 auto
}

.navigation .logo {
    width: 179px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center
}

.navigation .logo h2,
.navigation .logo i {
    color: #fff
}

.navigation .logo img {
    width: 100%
}

.navigation .logo .thisHost {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 5px
}

.navigation ul {
    padding: 0 5%;
    font-size: 0;
    margin-top: 10%
}

.navigation ul li {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10%
}

.navigation ul li a {
    color: #e4e4e4
}

.helpCenter {
    position: fixed;
    right: 15px;
    bottom: 250px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(229, 52, 42, .6);
    border-radius: 5px;
    cursor: pointer;
    z-index: 20
}

.helpCenter a {
    color: #fff;
    font-size: 16px;
    display: block
}

.helpCenter:hover {
    background: #e5342a
}

#gotoTop {
    position: fixed;
    right: 15px;
    bottom: 200px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(229, 52, 42, .6);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 20
}

#gotoTop:hover {
    background: #e5342a
}

.downChrome {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100px;
    background: #fff;
    -webkit-box-shadow: 2px 0 10px rgba(153, 153, 153, .35);
    box-shadow: 2px 0 10px rgba(153, 153, 153, .35);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.downChrome .bigBox {
    height: 100%;
    background: #fff
}

.downChrome .bigBox>img {
    width: 150px;
    display: block;
    position: absolute;
    bottom: 0
}

.downChrome .bigBox .downBox {
    height: 100px;
    line-height: 100px;
    padding-left: 150px;
    position: relative
}

.downChrome .bigBox .downBox .botlogo {
    left: 20%;
    width: 20%;
    max-width: 280px;
    vertical-align: middle;
    margin-right: 10px
}

.downChrome .bigBox .downBox span {
    color: #e5342a;
    font-size: 29px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle
}

.downChrome .bigBox .downBox .downChromeImg {
    width: 15%;
    max-width: 200px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer
}

.downChrome .bigBox .downBox .BottomQrcode {
    position: absolute;
    bottom: 30px;
    right: 6%;
    text-align: center;
    line-height: normal;
    width: 160px;
    height: 160px
}

.downChrome .bigBox .downBox .BottomQrcode p {
    font-size: 16px;
    line-height: 20px;
    height: 20px
}

.downChrome .bigBox .downBox .BottomQrcode img {
    display: inline-block;
    width: 100%;
    border: 10px solid #fff
}

.downChrome .bigBox .downBox .downClose {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 24px;
    padding-left: 1px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ccc;
    font-weight: 700;
    right: 3%;
    color: #ccc;
    cursor: pointer
}

.downChrome .bigBox .downBox .downClose:hover {
    color: #e5342a;
    border-color: #e5342a
}

@media(min-width:1502px) {
    .con {
        width: 1470px !important
    }
    #head_wrap .head,
    .container,
    .footer_content {
        width: 1470px
    }
    .navList {
        width: 1470px;
        margin: 0 auto
    }
    .bigBox {
        max-width: 1600px;
        width: 90%;
        margin: 0 auto
    }
    .footer_content {
        width: 1120px
    }
}

@media(max-width:1501px) and (min-width:992px) {
    .con {
        width: 970px !important
    }
    nav {
        line-height: 30px
    }
    #head_wrap .head,
    .container,
    .footer_content {
        width: 970px
    }
    .bigBox {
        width: 90%;
        margin: 0 auto
    }
    .navList {
        width: 970px;
        margin: 0 auto
    }
    .navList ul {
        margin-right: 0
    }
    .search {
        width: 250px
    }
    .navList ul li a {
        padding: 0 5px;
        font-size: 15px
    }
    .navList img {
        width: 157.5px;
        height: 33.6px
    }
    .footer_left ul {
        padding: 0
    }
    .footer_left p {
        font-size: 13px
    }
    .downChrome .bigBox .downBox span {
        font-size: 22px
    }
    .downChrome .bigBox .downBox .wapnone {
        display: none
    }
    .downChrome .bigBox .downBox .BottomQrcode {
        right: 8%;
        width: 130px;
        height: 130px
    }
    .downChrome .bigBox .downBox .BottomQrcode img {
        width: 100%;
        margin: 0 auto
    }
}

@media(max-width:992px) and (min-width:768px) {
    .con {
        width: 750px !important
    }
    nav {
        line-height: 30px
    }
    #head_wrap .head,
    .container,
    .footer_content {
        width: 750px
    }
    .bigBox {
        margin: 0 auto
    }
    .navList {
        width: 750px;
        margin: 0 auto
    }
    .navList ul {
        margin-right: 0
    }
    .search {
        width: 170px
    }
    .navList ul li a {
        padding: 0 3px;
        font-size: 13px;
        font-weight: 700
    }
    .navList img {
        width: 135px;
        height: 28.8px
    }
    .search .search-btn {
        padding: 0 10px
    }
    .search .input_control {
        width: 55%;
        margin-left: 15px
    }
    .footLogo {
        width: 35%;
        margin-right: 10px
    }
    .footer_mid {
        margin-left: 15px
    }
    .footer_left ul {
        padding: 0
    }
    .footer_left p {
        font-size: 13px
    }
    .footer_left li a {
        font-size: 14px
    }
    .footer_left li {
        margin-right: 10px
    }
    .downChrome .bigBox .girl {
        display: none
    }
    .downChrome .bigBox .downBox {
        padding-left: 30px
    }
    .downChrome .bigBox .downBox span {
        font-size: 16px
    }
    .downChrome .bigBox .downBox .BottomQrcode {
        width: 130px;
        height: 130px
    }
    .downChrome .bigBox .downBox .BottomQrcode img {
        width: 100%;
        margin: 0 auto
    }
    .helpCenter,
    #gotoTop {
        width: 110px
    }
    .downChrome .bigBox .downBox .downChromeImg {
        margin-left: 0
    }
}

@media(max-width:767px) {
    .container {
        width: 100%;
        padding-top: 65px
    }
    .helpCenter,
    #gotoTop {
        display: none !important;
        opacity: 0 !important
    }
    .downLoadApp {
        display: block
    }
    #footer {
        display: none
    }
    #head_wrap {
        display: none
    }
    .wapHead {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 1000
    }
    #wapfoot {
        display: inline-block;
        background: #000;
        padding: 0 10px;
        margin-bottom: 80px
    }
    #wapfoot p {
        color: #fff;
        font-size: 12px;
        padding-bottom: 15px
    }
    #wapfoot .chineseWarm {
        padding-top: 15px
    }
}

@media(max-width:330px) {
    .downLoadApp {
        margin-top: 30px
    }
}