a[data-v-a6d88852] {
    font-size: 14px;
    color: #1b2337;
    text-decoration: none;
}

    a[data-v-a6d88852]:hover {
        color: #0773fc
    }

.openHeaderWraper[data-v-a6d88852] {
    min-width: 1280px;
    height: 66px;
    padding: 0 32px;
    background-color: #fff;
    display: -webkit-box;
    display: flex
}

.openHeaderWraper .logoBox[data-v-a6d88852] {
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0
}

.openHeaderWraper .logoBox .logoImg[data-v-a6d88852] {
    height: 40px;
    margin: 10px 0
}

.openHeaderWraper .navBox[data-v-a6d88852] {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.openHeaderWraper .navBox ul[data-v-a6d88852] {
    height: 66px;
    line-height: 66px;
    margin-left: 110px
}

.openHeaderWraper .navBox ul li[data-v-a6d88852] {
    display: inline-block;
    margin-right: 32px
}

.openHeaderWraper .consoleBox[data-v-a6d88852] {
    height: 66px;
    line-height: 66px;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    align-self: end
}

.activecenter-footer[data-v-ea6b7628] {
    width: 100%;
    height: 88px;
    position: absolute;
    text-align: center;
    padding: 24px 0 0 0;
    background-color: #f1f1f2
}

    .activecenter-footer[data-v-ea6b7628]:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #f2f2f2
    }

.activecenter-footer .activecenter-footer-line1[data-v-ea6b7628] {
    margin: 0 0 16px 0;
    width: 100%;
    text-align: center
}

.activecenter-footer .activecenter-footer-line1 > a[data-v-ea6b7628] {
    display: inline-block;
    box-sizing: content-box;
    padding: 0 10px;
    position: relative;
    font-size: 12px;
    color: #828282;
    cursor: pointer
}

    .activecenter-footer .activecenter-footer-line1 > a[data-v-ea6b7628]:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: #828282
    }

    .activecenter-footer .activecenter-footer-line1 > a[data-v-ea6b7628]:last-child:after {
        display: none;
        background: transparent
    }

    .activecenter-footer .activecenter-footer-line1 > a[data-v-ea6b7628]:hover {
        color: #0773fc;
        -webkit-text-decoration: underline #0773fc;
        text-decoration: underline #0773fc
    }

.activecenter-footer .activecenter-footer-line2[data-v-ea6b7628] {
    margin: 0;
    width: 100%;
    text-align: center
}

.activecenter-footer .activecenter-footer-line2 > span[data-v-ea6b7628] {
    font-size: 12px;
    color: #9b9b9b
}

.open_title {
    font-size: 32px;
    line-height: 32px;
    color: #1b2337;
    text-align: center;
    font-weight: 500;
	margin-top: auto;
}

.open_describe {
    margin-top: 12px;
    font-size: 20px;
    color: #505a71;
    text-align: center;
    line-height: 30px;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased
}

.bannerSection {
    height: 494px;
    width: 100%;
    background: url(../img/img_bannerbg.bca9e3ab.jpg) 50% no-repeat;
    background-size: cover
}

    .bannerSection .bannerContent {
        width: 1280px;
        height: 494px;
        position: relative;
        left: 40px;
        margin: 0 auto;
        display: -webkit-box;
        display: flex
    }

        .bannerSection .bannerContent .bannerContentLeft {
            width: 590px;
            color: #fff;
            overflow: hidden
        }

            .bannerSection .bannerContent .bannerContentLeft .bannerContentTitle {
                margin-top: 116px;
                font-size: 54px;
                text-shadow: 0 0 20px rgba(0,0,0,.15);
                font-weight: 500
            }

            .bannerSection .bannerContent .bannerContentLeft .bannerContentDes {
                margin-top: 24px;
                font-size: 24px;
                text-shadow: 0 0 20px rgba(0,0,0,.15);
                font-smooth: antialiased;
                -webkit-font-smoothing: antialiased
            }

            .bannerSection .bannerContent .bannerContentLeft .bannerContentBtns {
                margin-top: 65px;
                display: -webkit-box;
                display: flex
            }

                .bannerSection .bannerContent .bannerContentLeft .bannerContentBtns p {
                    width: 240px;
                    height: 68px;
                    line-height: 68px;
                    border-radius: 6px;
                    text-align: center;
                    font-size: 22px
                }

                .bannerSection .bannerContent .bannerContentLeft .bannerContentBtns .joinText {
                    color: #0773fc;
                    background: #fff;
                    margin-right: 24px;
                    -webkit-transition: all .2s ease;
                    transition: all .2s ease;
                    cursor: pointer
                }

                    .bannerSection .bannerContent .bannerContentLeft .bannerContentBtns .joinText:hover {
                        -webkit-transform: translateY(-3px);
                        transform: translateY(-3px)
                    }

                .bannerSection .bannerContent .bannerContentLeft .bannerContentBtns .demoText {
                    border: 1px solid transparent;
                    color: #fff;
                    background: hsla(0,0%,100%,.2);
                    -webkit-transition: all .2s ease;
                    transition: all .2s ease;
                    cursor: pointer
                }

                    .bannerSection .bannerContent .bannerContentLeft .bannerContentBtns .demoText:hover {
                        -webkit-transform: translateY(-3px);
                        transform: translateY(-3px);
                        border: 1px solid #fff
                    }

        .bannerSection .bannerContent .bannerContentRight {
            margin: 92px 0 0 88px;
            width: 684px;
            height: 402px;
            position: relative
        }

            .bannerSection .bannerContent .bannerContentRight .cloud {
                height: 368px
            }

            .bannerSection .bannerContent .bannerContentRight .bg_point {
                width: 212px;
                position: absolute;
                right: 20px;
                top: -46px
            }

@-webkit-keyframes iconBreath {
    0% {
        background-size: 100%
    }

    50% {
        background-size: 90%
    }

    to {
        background-size: 100%
    }
}

@keyframes iconBreath {
    0% {
        background-size: 100%
    }

    50% {
        background-size: 90%
    }

    to {
        background-size: 100%
    }
}

@-webkit-keyframes iconBreath2 {
    0% {
        background-size: 90%
    }

    50% {
        background-size: 100%
    }

    to {
        background-size: 90%
    }
}

@keyframes iconBreath2 {
    0% {
        background-size: 90%
    }

    50% {
        background-size: 100%
    }

    to {
        background-size: 90%
    }
}

.bannerSection .bannerContent .bannerContentRight .icon {
    position: absolute
}

    .bannerSection .bannerContent .bannerContentRight .icon.icon1 {
        height: 94px;
        width: 114px;
        top: 8px;
        left: 25px;
        background: url(../img/icon1.686d92bb.png) no-repeat;
        background-size: 100%
    }

    .bannerSection .bannerContent .bannerContentRight .icon.icon2 {
        height: 78px;
        width: 78px;
        top: -32px;
        right: 127px;
        background: url(../img/icon2.7f01522e.png) no-repeat;
        background-size: 90%
    }

    .bannerSection .bannerContent .bannerContentRight .icon.icon3 {
        height: 85px;
        width: 85px;
        top: 73px;
        right: 40px;
        background: url(../img/icon3.6786e0f0.png) no-repeat;
        background-size: 90%
    }

    .bannerSection .bannerContent .bannerContentRight .icon.icon4 {
        height: 114px;
        width: 110px;
        top: 226px;
        right: 93px;
        background: url(../img/icon4.b74921d2.png) no-repeat;
        background-size: 100%
    }

    .bannerSection .bannerContent .bannerContentRight .icon.icon5 {
        height: 80px;
        width: 80px;
        top: 262px;
        left: 128px;
        background: url(../img/icon5.d42831c6.png) no-repeat;
        background-size: 90%
    }

.ability {
    width: 100%;
    height: 800px;
    background-color: #fafafb;
    position: relative
}

    .ability .ability_topbg {
        height: 169px;
        position: absolute;
        top: 0;
        left: 0
    }

    .ability .ability_bottombg {
        height: 169px;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .ability .abilityList {
        margin: 0 auto;
        overflow: hidden;
        padding-top: 28px;
        width: 1340px
    }

        .ability .abilityList li {
            width: 584px;
            height: 168px;
            margin-top: 32px;
            display: inline-block;
            background: #fff;
            box-shadow: 0 6px 24px 0 rgba(42,49,67,.05);
            border-radius: 20px;
            padding: 24px 32px
        }

            .ability .abilityList li:nth-child(odd) {
                margin-right: 32px
            }

            .ability .abilityList li .ab_picture {
                width: 146px;
                height: 120px;
                display: inline-block
            }

                .ability .abilityList li .ab_picture img {
                    width: 100%
                }

            .ability .abilityList li .ab_describe {
                width: 370px;
                height: 120px;
                display: inline-block;
                vertical-align: top;
                padding-left: 24px
            }

                .ability .abilityList li .ab_describe div {
                    margin-top: 18px;
                    font-size: 20px;
                    line-height: 20px;
                    color: #1b2337;
                    font-weight: 500
                }

                .ability .abilityList li .ab_describe p {
                    margin-top: 16px;
                    font-size: 16px;
                    line-height: 24px;
                    color: #505a71;
                    font-smooth: antialiased;
                    -webkit-font-smoothing: antialiased
                }

.advantage {
    height: 700px;
    width: 100%;
    background: #fff
}

    .advantage.a {
        height: 500px;
        width: 100%;
        background: #fff
    }

    .advantage .adv_content {
        width: 1200px;
        margin: 70px auto 0
    }

        .advantage .adv_content ul {
            width: 526px;
            margin-right: 56px;
            height: 396px;
            display: inline-block
        }

            .advantage .adv_content ul li {
                height: 132px;
                padding: 0 44px;
                display: -webkit-box;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
                -webkit-box-pack: center;
                justify-content: center
            }

                .advantage .adv_content ul li .innerLi div {
margin-top: 78px;
    padding-left: 20px;
    color: #1b2337;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
                }

                    .advantage .adv_content ul li .innerLi div:before {
                        content: " ";
                        display: block;
                        width: 8px;
                        height: 8px;
                        border-radius: 50%;
                        background-color: #0773fc;
                        position: absolute;
                        left: -16px;
                        top: 6px
                    }

                .advantage .adv_content ul li .innerLi P {
font-size: 20px;
    color: #505a71;
    line-height: 30px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
                }

                    .advantage .adv_content ul li .innerLi P span {
                        color: #0773fc;
                        font-weight: 600
                    }

                .advantage .adv_content ul li.show {
                    background: url(../img/dialog_bg.ba96bad2.png) 50% no-repeat;
                    background-size: 100% 100%
                }

                .advantage .adv_content ul li.hide {
                    background: transparent
                }

        .advantage .adv_content .videoWraper {
            width: 600px;
            height: 380px;
            vertical-align: top;
            display: inline-block;
            position: relative
        }

            .advantage .adv_content .videoWraper div {
                width: 100%;
                height: 100%;
                border-radius: 20px;
                overflow: hidden;
                position: absolute;
                top: 0;
                left: 0
            }

@-webkit-keyframes moveDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.advantage .adv_content .videoWraper .blueBall {
    position: absolute;
    z-index: 1;
    width: 90px;
    left: -32px;
    bottom: -32px;
    -webkit-animation: moveUp 8s ease infinite;
    animation: moveUp 8s ease infinite
}

.advantage .adv_content .videoWraper .greenBall {
    width: 60px;
    position: absolute;
    z-index: 1;
    right: 36px;
    top: -36px;
    -webkit-animation: moveDown 8s ease infinite;
    animation: moveDown 8s ease infinite
}

.advantage .adv_content .videoWraper .yellowBall {
    width: 76px;
    position: absolute;
    z-index: 1;
    right: -46px;
    top: 10px;
    -webkit-animation: moveUp 8s ease infinite;
    animation: moveUp 8s ease infinite
}

.cases {
    width: 100%;
    height: 528px;
    background-color: #fff
}

    .cases .casesContent {
        width: 1200px;
        margin: 0 auto
    }

        .cases .casesContent .open_describe, .cases .casesContent .open_title {
            text-align: center
        }

        .cases .casesContent .casesList {
            margin-top: 60px;
            position: relative
        }

            .cases .casesContent .casesList li {
                width: 200px;
                height: 214px;
                border-radius: 8px;
                display: inline-block;
                margin-right: 32px;
                position: relative;
                z-index: 1;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

                .cases .casesContent .casesList li:nth-of-type(5) {
                    margin-right: 0
                }

                .cases .casesContent .casesList li:hover {
                    -webkit-transform: translateY(-12px);
                    transform: translateY(-12px)
                }

                    .cases .casesContent .casesList li:hover .caseCover {
                        display: block
                    }

                        .cases .casesContent .casesList li:hover .caseCover .toMore {
                            cursor: pointer
                        }

                .cases .casesContent .casesList li img {
                    width: 100%
                }

                .cases .casesContent .casesList li .caseTitle {
                    font-size: 20px;
                    color: #fff;
                    line-height: 20px;
                    position: absolute;
                    bottom: 33px;
                    left: 20px
                }

                    .cases .casesContent .casesList li .caseTitle:after {
                        display: inline-block;
                        content: "";
                        width: 18px;
                        height: 3px;
                        background-color: #fff;
                        position: absolute;
                        left: 0;
                        bottom: -14px
                    }

                .cases .casesContent .casesList li .caseCover {
                    width: 100%;
                    height: 100%;
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: #0349e9;
                    border-radius: 8px;
                    color: #fff;
                    padding: 20px
                }

                    .cases .casesContent .casesList li .caseCover div {
                        margin-top: 15px;
                        font-size: 20px;
                        line-height: 20px;
                        text-shadow: 0 2px 20px rgba(71,124,172,.6)
                    }

                    .cases .casesContent .casesList li .caseCover p {
                        margin-top: 14px;
                        font-size: 14px;
                        line-height: 20px
                    }

                    .cases .casesContent .casesList li .caseCover span {
                        display: inline-block;
                        width: 36px;
                        height: 36px;
                        line-height: 36px;
                        border-radius: 50%;
                        background-color: #fff;
                        color: #0773fc;
                        text-align: center;
                        position: absolute;
                        bottom: 20px;
                        right: 20px
                    }

            .cases .casesContent .casesList .cases_topBg {
                width: 216px;
                height: 92px;
                position: absolute;
                right: -108px;
                top: -46px
            }

            .cases .casesContent .casesList .cases_bottomBg {
                width: 216px;
                height: 92px;
                position: absolute;
                left: -108px;
                bottom: -46px
            }

.partner {
    height: 680px;
    width: 100%;
    background-color: #fafafb;
    text-align: center;
	justify-content: center;
    display: grid;
	margin-bottom: 150px
}

    .partner img {
        width: 1200px;
        margin-top: 60px
    }

.apply {
    height: 494px;
    width: 100%;
    background-color: #0954ff;
    position: relative;
    text-align: center
}

    .apply .applyTop {
        width: 430px;
        position: absolute;
        top: 0;
        left: 128px
    }

    .apply .applyBottom {
        width: 430px;
        position: absolute;
        bottom: 0;
        right: 128px
    }

    .apply .applyTitle {
        padding-top: 120px;
        font-size: 52px;
        color: #fff;
        line-height: 58px;
        font-weight: 600
    }

        .apply .applyTitle span {
            position: relative
        }

            .apply .applyTitle span img {
                position: absolute
            }

                .apply .applyTitle span img.leftBall {
                    width: 100px;
                    left: -110px;
                    bottom: -40px;
                    -webkit-animation: moveUp 8s ease infinite;
                    animation: moveUp 8s ease infinite
                }

                .apply .applyTitle span img.rightBall {
                    width: 50px;
                    right: -80px;
                    top: -30px;
                    -webkit-animation: moveDown 8s ease infinite;
                    animation: moveDown 8s ease infinite
                }

    .apply p {
        margin-top: 24px;
        font-size: 24px;
        text-align: center;
        color: #fff;
        opacity: .87;
        font-smooth: antialiased;
        -webkit-font-smoothing: antialiased
    }

    .apply .applyBtn {
        width: 240px;
        height: 68px;
        margin: 80px auto 0;
        line-height: 68px;
        text-align: center;
        font-size: 22px;
        color: #0773fc;
        background: #fff;
        border-radius: 6px;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

        .apply .applyBtn:hover {
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
        }

.activecenter-footer.footer {
    background-color: #333
}

    .activecenter-footer.footer:before {
        height: 0
    }

.gobianjibut {
    padding: 0.18rem 0;
    font-size: .2rem;
    font-weight: 500;
    line-height: 3.28rem;
    color: #fff;
    background: #2254f4;
    border-radius: 0.02rem;
    flex: 0 1 100%;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    margin: 10 auto;
    padding-top: 10px;
}

.gotiyanbj {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    display: block;
    font-size: 28px;
    font-weight: 260px;
    padding-top: 50px;
}

.bjimg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.item{
    height: 530px;
    display: flex;
    max-width: 100%;
    transform: scale(.8);
}
.item .cImg {
    width: 720px;
    height: 530px;
    background: #3d3d4a;
    border-radius: 12px 0 0 12px;
    display: flex;
    align-items: flex-start;
    padding-top: 70px;
    padding-left: 36px;
    padding-bottom: 7px;
}
 .item .cImg img {
    width: 676px;
    height: 422px;
}
.item .cDesc {
    height: 530px;
    background: #fff;
    border-radius: 0 12px 12px 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 75px;
    text-align: left;
}
.cDesc img{
    height: 60px;
	width: 100px;
    margin-bottom: 24px;
	margin:0 auto
}
.item .cDesc .text {
font-size: 18px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #6e6c76;
    line-height: 28px;
    margin-bottom: 46px;
	padding:35px 40px
}
.item .cDesc .button{
    width: 126px;
    height: 50px;
    background: #0074ff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    line-height: 20px;
	}
	
      .swiper {
        width: 85%;
        height: 100%;
      }

      .swiper-slide {
		  flex-shrink: 0;
    width: 100%;
    height: 70%;
    position: relative;
    transition-property: transform;
}
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
