﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

h1, h2, h3, h4, div, p {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    vertical-align: top
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none;
    padding: 0
}

ol {
    margin: 0;
    padding: 0 0 0 20px
}

img {
    border: 0
}

input, button {
    font-family: inherit
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
    border: none;
    text-transform: none;
    -webkit-appearance: button
}

body {
    margin: 0;
    -webkit-text-size-adjust: auto !important;
    -ms-text-size-adjust: auto !important;
    -moz-text-size-adjust: auto !important;
    font: normal 12px/1.5 "Microsoft Yahei", "Helvetica Neue", Helvetica, "STHeiti STXihei", Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    color: #fff;
    overflow-x: hidden
}

.clear {
    clear: both
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both
}

.wrap {
    width: 100%
}

.tc {
    text-align: center
}

.c1000 {
    width: 1000px;
    margin: 0 auto;
    position: relative
}

.header {
    width: 100%;
    background-color: #333333;
    height: 60px;
    color: #fff
}

.logo {
    display: block;
    width: 253px;
    height: 40px;
    margin: 11px 0 0 20px;
    background: url(../images/logo.png) no-repeat;
    float: left
}

.hd-inner {
    width: 1000px;
    margin: 0 auto
}

.hd {
    width: 200px;
    float: left
}

.nav-toggle-btn {
    display: none
}

.nav {
    width: auto;
    float: right;
    margin-top: 5px
}

.nav li {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 18px
}

.nav li a:hover, .nav li a.active {
    color: #05ce80
}

.footer {
    height: 100px;
    background: #fafafa
}

.footer .footer-inner {
    width: 940px;
    margin: 0 auto;
    background: url(../images/footer_bg.jpg) no-repeat;
    padding-top: 44px;
    position: relative
}

.footer .links {
    color: #333333;
    font-size: 14px
}

.footer .copyright {
    color: #999999;
    margin-top: 6px;
    font-size: 12px
}

.footer .copyright .ch {
    margin-left: 10px
}

.footer .cont {
    position: absolute;
    right: 25px;
    top: 50px;
    color: #999999;
    font-size: 14px;
    text-align: right
}

.footer .cont i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/phone.png);
    position: relative;
    top: 4px
}

.footer .cont span {
    font-size: 12px;
    border-top: #999 solid 1px;
    display: block
}

.footer .qrcode_wx {
    position: relative
}

.footer .qrcode_wx span {
    border: #000 solid 1px;
    text-align: center;
    padding-bottom: 10px;
    width: 202px;
    position: absolute;
    top: -240px;
    left: 50%;
    margin-left: -100px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity, 300ms, ease;
    -o-transition: opacity, 300ms, ease;
    transition: opacity, 300ms, ease
}

.footer .qrcode_wx:hover span {
    visibility: visible;
    opacity: 1
}

.content {
    width: 100%
}

.download-content {
    width: 100%;
    height: 893px;
    min-width: 1000px;
    background: url(../images/download_bg.jpg) no-repeat center top;
    position: relative
}

.download-content .c1000 {
    padding-top: 330px
}

.download-content .qrcode {
    width: 200px;
    height: 200px;
    background: url(../images/qrcode_app.png) no-repeat;
    border-radius: 4px;
    position: absolute;
    left: 550px;
    top: 330px
}

.download-content .btm {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.download-content .btm a {
    padding: 8px 18px;
    border: #fff solid 1px;
    border-radius: 4px;
    margin-left: 40px;
    font-size: 18px
}

.download-btn {
    display: block;
    background-color: rgba(31, 160, 142, 0.8);
    width: 215px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: #1fa08e solid 1px;
    position: relative;
    margin-left: 770px;
    text-indent: 40px;
    border-radius: 4px
}

.download-btn i {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../images/pt_icon.png) no-repeat;
    background-position: 0 0;
    left: 20px;
    top: 9px
}

.android-btn {
    margin-top: 30px
}

.android-btn i {
    background-position: -36px 0
}

.iOS-btn i {
    background-position: 0 0
}

.download-txt {
    margin-top: 18px;
    margin-left: 770px;
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.page-content {
    background-color: #fff;
    padding-bottom: 50px
}

.page-txt {
    color: #333333;
    padding: 10px 5px;
    margin-top: 30px;
    font-size: 18px;
    border-bottom: #d6d6d6 solid 1px;
    text-align: left;
    text-indent: 10px
}

.faq-item {
    color: #333333;
    margin-top: 15px;
    font-size: 14px
}

.faq-item .qt, .faq-item .answ {
    padding: 0 20px 0 60px;
    line-height: 26px
}

.faq-item .qt {
    position: relative
}

.faq-item .qt i {
    width: 36px;
    height: 36px;
    background: url(../images/pt_icon.png) no-repeat -72px 0;
    position: absolute;
    left: 12px;
    top: 0
}

.faq-item-highlight {
    color: #c34c2a
}

.butie-imgbtn {
    display: block;
    margin: 30px auto 0 auto;
    position: relative;
    width: 980px
}

.butie-imgbtn img {
    display: block
}

.butie-txt-30fz {
    font-size: 30px
}

.butie-txt-14fz {
    font-size: 14px
}

.butie-txt-12fz {
    font-size: 12px
}

.butie-txt-18fz {
    font-size: 18px
}

.butie-txt-20fz {
    font-size: 20px
}

.butie-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}

.butie-txt em {
    display: block;
    position: absolute;
    font-style: normal;
    text-align: left
}

.butie-txt1 {
    color: #fff
}

.butie-txt1 .butie-txt-30fz {
    color: #ebc968
}

.butie-txt1 .butie-txt-12fz {
    color: #fff
}

.butie-txt1 .butie-txt-14fz {
    text-align: center
}

.butie-txt2 {
    color: #333333
}

.butie-txt2 .hl {
    color: #e2471a;
    font-size: 16px;
    padding: 0 2px
}

.butie-txt2 .hl2 {
    color: #e2471a;
    font-size: 14px;
    font-style: normal
}

.butie-txt3 {
    color: #333333
}

.butie-txt3 .hl {
    color: #e23f13;
    font-size: 32px;
    padding: 0 2px
}

.fanxian-txt1 {
    color: #fff
}

.fanxian-txt2 {
    color: #007683
}

.fanxian-txt2 .hl {
    color: #cc7c0d;
    font-size: 24px;
    padding: 0 2px
}

.fanxian-txt3 {
    color: #333333
}

.fanxian-txt3 .hl {
    color: #e23f13;
    font-size: 32px;
    padding: 0 2px
}

.border-btn {
    display: inline-block;
    border: #fff solid 1px;
    color: #fff;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.border-btn:hover {
    background-color: #fff;
    color: #000
}

#eventsContainer {
    padding: 0 10px;
    margin-top: 30px
}

#eventsContainer .main-evt {
    float: left
}

#eventsContainer .main-evt a {
    display: block;
    position: relative
}

#eventsContainer .main-evt a:hover .btn {
    background-color: #fff;
    color: #000
}

#eventsContainer .main-evt .tc {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

#eventsContainer .main-evt .tc em {
    font-style: normal
}

#eventsContainer .main-evt .title {
    display: block;
    font-size: 30px;
    color: #fff;
    margin-top: 55px
}

#eventsContainer .main-evt .desc {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 10px
}

#eventsContainer .main-evt .btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -30px;
    padding: 6px 20px;
    font-size: 18px;
    border: #fff solid 1px;
    color: #fff;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

#eventsContainer .more-evt {
    float: left;
    margin-left: 10px;
    color: #333333
}

#eventsContainer .more-btns {
    height: 25px;
    line-height: 25px
}

#eventsContainer .more-btns a {
    display: block;
    float: left;
    height: 25px;
    color: #333333;
    padding: 0 10px;
    margin-right: 2px
}

#eventsContainer .more-btns a:hover, #eventsContainer .more-btns a.active {
    color: #fff;
    background-color: #e2471a
}

#eventsContainer .items {
    margin-top: 5px;
    height: 620px;
    overflow: hidden
}

#eventsContainer .item {
    background-color: #fafafa;
    width: 250px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px
}

#eventsContainer .item .img {
    display: block
}

#eventsContainer .item .tit {
    display: block;
    font-size: 14px;
    margin-top: 6px
}

#eventsContainer .item .time {
    display: block;
    color: #aaaaaa;
    font-size: 12px
}

#eventsContainer .item .desc {
    display: block;
    font-size: 12px;
    margin-top: 4px
}

#eventsContainer .item-page {
    text-align: center
}

#eventsContainer .item-page a {
    text-decoration: underline;
    margin: 0 4px
}

.cxb-section {
    width: 100%;
    min-width: 1000px;
    text-align: center
}

.cxb-section .tit {
    font-size: 72px;
    color: #fff;
    text-align: center
}

.cxb-section1 {
    height: 720px;
    background: url(../images/cxb_bg1.jpg) no-repeat center top;
    padding-top: 305px
}

.cxb-section1 .border-btn {
    padding: 4px 60px;
    border-radius: 4px;
    margin: 20px auto;
    font-size: 28px
}

.cxb-section2 {
    height: 650px;
    position: relative;
    z-index: 2
}

.cxb-section2 .icon {
    width: 1041px;
    height: 269px;
    position: absolute;
    left: 50%;
    margin-left: -520px;
    top: -140px;
    z-index: 10
}

.cxb-section2 .feathers {
    padding-top: 200px;
    color: #000;
    text-align: left;
    margin-left: 40px
}

.cxb-section2 .feathers li {
    font-size: 28px;
    float: left;
    margin: 30px 0 0 20px;
    width: 450px
}

.cxb-section2 .feathers li i {
    display: block;
    width: 120px;
    height: 120px;
    background: url(../images/feathers_icon.jpg) no-repeat;
    float: left
}

.cxb-section2 .feathers li p {
    font-size: 16px;
    line-height: 30px
}

.cxb-section2 .feathers .li1 i {
    background-position: 0 0
}

.cxb-section2 .feathers .li2 i {
    background-position: -120px 0
}

.cxb-section2 .feathers .li3 i {
    background-position: -240px 0
}

.cxb-section2 .feathers .li4 i {
    background-position: -360px 0
}

.cxb-section2 .sz {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    padding: 20px 0;
    border: #d6d6d6 solid 1px;
    border-left-width: 0;
    border-right-width: 0
}

.cxb-section3 {
    height: 720px;
    background: url(../images/cxb_bg3.jpg) no-repeat center top;
    padding-top: 200px
}

.cxb-section3 .p1 {
    font-size: 32px;
    text-align: center;
    margin-top: 16px;
    text-indent: -10px
}

.cxb-section3 .p2 {
    font-size: 18px;
    text-align: center;
    text-indent: -10px
}

.cxb-section3 .p3 {
    font-size: 48px;
    text-align: center;
    margin-top: 40px
}

.cxb-section4 {
    height: 620px;
    background: #fff;
    padding-top: 84px
}

.cxb-section4 .icon {
    width: 417px;
    height: 468px;
    float: left;
    margin-left: 30px;
    _display: inline
}

.cxb-section4 .info {
    float: left;
    width: 400px;
    margin-left: 144px;
    text-align: left;
    _display: inline
}

.cxb-section4 .info .p1 {
    color: #000;
    font-size: 72px
}

.cxb-section4 .info .p2 {
    color: #1fa08e;
    font-size: 32px
}

.cxb-section4 .info .p3 {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-top: 8px
}

.cxb-section4 .info .p4 {
    color: #000;
    font-size: 28px;
    margin-top: 24px
}

.cxb-section4 .info .price {
    color: #e53d3d;
    font-size: 68px;
    line-height: 60px
}

.cxb-section4 .info .price span {
    font-size: 18px;
    color: #000
}

.cxb-section4 .info .btn {
    color: #fff;
    font-size: 28px;
    background-color: #1fa08e;
    padding: 6px 30px;
    border-radius: 4px
}

.about-content {
    background-color: #eee
}

.about-left {
    width: 180px;
    float: left
}

.about-left .tit {
    color: #33b579;
    font-size: 22px;
    line-height: 30px;
    padding: 20px 45px
}

.about-right {
    width: 800px;
    float: left;
    color: #555;
    background-color: #fff
}

.tab-pane {
    height: 800px;
    padding: 30px 50px
}

.tab-pane .text-indent {
    text-indent: 1cm;
    font-size: 14px;
    color: #555;
    line-height: 30px
}

.tab-pane .tit {
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.tab-pane hr {
    background-color: #B4B4B4;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px
}

.tab-pane.fade {
    display: none
}

.tab-pane.active {
    display: block
}

.item {
    position: relative;
    display: block;
    padding: 10px 5px
}

.menu span {
    padding-left: 10px;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    margin-left: 30px
}

.menu > .active, .menu > .active span {
    background-color: #33b579;
    color: #EEEEEE
}

.menu > .active .company {
    display: inline-block;
    background: url("../images/company-hover.png") no-repeat;
    background-size: 34px 34px;
    height: 34px;
    width: auto
}

.company {
    display: inline-block;
    background: url("../images/company-link.png") no-repeat;
    background-size: 34px 34px;
    height: 34px;
    width: auto
}

.menu > .active .contactus {
    display: inline-block;
    background: url("../images/contact-hover.png") no-repeat;
    background-size: 34px 34px;
    height: 34px;
    width: auto
}

.contactus {
    display: inline-block;
    background: url("../images/contact-link.png") no-repeat;
    background-size: 34px 34px;
    height: 34px;
    width: auto
}

.menu > .active .joinus {
    display: inline-block;
    background: url("../images/join-hover.png") no-repeat;
    background-size: 34px 34px;
    height: 34px;
    width: auto
}

.menu a {
    padding: 0 auto
}

.joinus {
    display: inline-block;
    background: url("../images/join-link.png") no-repeat;
    background-size: 34px 34px;
    height: 34px;
    width: auto
}

.menu > .active .helpcenter {
    display: inline-block;
    background: url("../images/helpcenter-hover.png") no-repeat;
    background-size: 34px 34px;
    height: 34px;
    width: auto
}

.helpcenter {
    display: inline-block;
    background: url("../images/helpcenter-link.png") no-repeat;
    background-size: 34px 34px;
    height: 34px;
    width: auto
}

.contact-ico {
    display: inline-block;
    background: url("../images/contact-icon.png") no-repeat
}

.address {
    background-position: 0px 0px !important;
    width: 39px;
    height: 31px;
    vertical-align: middle
}

.postcode {
    background-position: 0px -29px !important;
    width: 33px;
    height: 31px;
    vertical-align: middle
}

.contact-phone {
    background-position: 0px -56px !important;
    width: 33px;
    height: 31px;
    vertical-align: middle
}

.fax {
    background-position: 0px -86px !important;
    width: 33px;
    height: 31px;
    vertical-align: middle
}

.business {
    background-position: 0px -114px !important;
    width: 33px;
    height: 31px;
    vertical-align: middle
}

.contact-info {
    font-size: 14px
}

.text-success {
    color: #33b579;
    padding-bottom: 30px;
    font-size: 20px
}

.join-tit {
    color: #0c0c0c;
    font-size: 14px;
    font-weight: 600
}

.join-us, .join-us li {
    padding: 5px 0
}

.risk {
    color: #33b579;
    margin-left: 20px;
    list-style: disc
}

.risk span {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: '鍗庢枃缁嗛粦';
    font-weight: 400
}

.join-us2 {
    padding-bottom: 25px
}

.join-btn {
    color: red;
    font-size: 16px;
    font-weight: 600
}

@media only screen and (max-device-width: 480px), only screen and (max-width: 480px) {
    .hd-inner {
        width: 100%;
        position: relative
    }

    .hd {
        width: 100%;
        position: relative;
        z-index: 2;
        height: 60px;
        background-color: #333
    }

    .nav-toggle-btn {
        display: block;
        float: right;
        margin: 10px 10px 0 0;
        width: 40px;
        height: 40px;
        background-color: #000;
        position: relative;
        z-index: 10
    }

    .nav-toggle-btn i, .nav-toggle-btn i:before, .nav-toggle-btn i:after {
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all .5s;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden
    }

    .nav-toggle-btn i {
        top: 18px;
        right: 9px
    }

    .nav-toggle-btn i:before {
        content: "";
        top: -6px
    }

    .nav-toggle-btn i:after {
        content: "";
        top: 6px
    }

    .nav-toggle-btn.open i {
        background-color: #000
    }

    .nav-toggle-btn.open i:before {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0
    }

    .nav-toggle-btn.open i:after {
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0
    }

    .nav {
        width: 100%;
        float: right;
        position: absolute;
        z-index: 1;
        background-color: #000;
        top: 60px;
        margin-top: 0;
        -webkit-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: -webkit-transform 300ms ease;
        -moz-transition: -moz-transform 300ms ease;
        -o-transition: -o-transform 300ms ease;
        transition: transform 300ms ease
    }

    .nav li {
        width: 100%;
        text-align: center;
        height: auto;
        line-height: normal;
        padding: 4px 0;
        border-top: #2c2c2c solid 1px
    }

    .nav li a {
        display: block;
        width: 100%;
        height: 100%
    }

    .nav.open {
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .butie-imgbtn .butie-txt {
        display: none
    }

    .footer {
        text-align: center
    }

    .footer .cont {
        position: relative
    }

    .footer .footer-inner {
        width: 100%;
        padding-top: 44px;
        position: relative;
        background: none;
        padding-top: 10px
    }

    .footer .cont {
        top: 0;
        right: 0;
        text-align: center
    }

    .footer .cont span {
        margin-left: 10px;
        display: inline;
        border: none
    }

    .footer .copyright .ch {
        display: block
    }

    .footer .qrcode_wx span {
        display: none
    }

    .c1000 {
        width: 100%;
        padding: 0 10px
    }

    .page-txt {
        margin-top: 10px
    }

    .cxb-section {
        min-width: 0px
    }

    .cxb-section .tit {
        font-size: 32px
    }

    .cxb-section1 {
        height: 500px
    }

    .cxb-section1 .border-btn {
        font-size: 16px
    }

    .cxb-section2 {
        height: auto;
        padding-bottom: 50px
    }

    .cxb-section2 .icon {
        width: 100%;
        height: auto;
        margin-left: 0;
        left: 0;
        top: -10%
    }

    .cxb-section2 .feathers {
        margin-left: 0;
        padding-top: 80px
    }

    .cxb-section2 .feathers li {
        width: 100%;
        padding: 0 3%;
        font-size: 24px;
        margin: 10px 0 0 0
    }

    .cxb-section2 .feathers li i {
        width: 80px;
        height: 80px;
        background-size: 320px 80px
    }

    .cxb-section2 .feathers li p {
        font-size: 14px;
        line-height: 20px
    }

    .cxb-section2 .feathers .li1 i {
        background-position: 0 0
    }

    .cxb-section2 .feathers .li2 i {
        background-position: -80px 0
    }

    .cxb-section2 .feathers .li3 i {
        background-position: -160px 0
    }

    .cxb-section2 .feathers .li4 i {
        background-position: -240px 0
    }

    .cxb-section2 .sz {
        font-size: 12px;
        padding: 10px 0
    }

    .cxb-section3 .p1 {
        font-size: 22px
    }

    .cxb-section3 .p2 {
        font-size: 12px
    }

    .cxb-section3 .p3 {
        font-size: 26px
    }

    .cxb-section4 {
        height: auto;
        padding-top: 40px
    }

    .cxb-section4 .icon {
        width: 100%;
        height: auto;
        padding: 0 10%;
        margin: 0
    }

    .cxb-section4 .info {
        width: 100%;
        padding: 0 3%;
        margin: 0
    }

    .cxb-section4 .info .p1 {
        font-size: 50px
    }

    .cxb-section4 .info .p2 {
        font-size: 24px
    }

    .cxb-section4 .info .p3 {
        font-size: 14px
    }

    .cxb-section4 .info .p4 {
        font-size: 20px;
        margin-top: 10px
    }

    .cxb-section4 .info .price {
        font-size: 40px
    }

    .cxb-section4 .info .price span {
        font-size: 14px
    }

    .cxb-section4 .info .btn {
        font-size: 20px
    }

    #eventsContainer .more-evt {
        margin-left: 0;
        width: 100%
    }

    #eventsContainer .more-btns {
        margin-top: 20px
    }

    #eventsContainer .items {
        width: 100%;
        height: auto
    }

    #eventsContainer .item {
        width: 100%;
        padding: 0;
        height: auto;
        padding-bottom: 10px
    }

    #eventsContainer .item-page {
        display: none
    }

    .download-content {
        min-width: 0px;
        height: auto;
        background-size: 1200px 558px;
        background-position: 30% 0%
    }

    .download-content .c1000 {
        padding: 430px 0 10px 0
    }

    .download-content .download-btn {
        margin: 5px auto
    }

    .download-content .qrcode {
        display: none
    }

    .download-content .btm {
        font-size: 14px
    }

    .download-content .btm {
        display: none
    }

    .download-content .download-txt {
        display: none
    }

    .about-left {
        width: 100%
    }

    .about-left .tit {
        text-align: center
    }

    .about-right {
        width: 100%
    }

    .about-right .tab-pane {
        height: auto;
        padding-bottom: 80px
    }
}
