/* 首页样式 */
header nav .buttons {
    right: 95px;
}

.languages {
    position: absolute;
    top: 12px;
    right: 45px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: block !important;
}

.hidden-pc-btn {
    display: none;
}

@media screen and (max-width: 1000px) {
    .languages {
        top: 3px;
        right: 55px;
    }
}

.languages span {
    position: relative;
    display: block;
    padding: 10px 20px 10px 0;
}

.languages span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 7.5px;
    top: 50%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotateZ(-45deg);
    transform-origin: center top;
}

.languages ul {
    position: absolute;
    top: 100%;
    right: 50%;
    width: 60px;
    background-color: #fff;
    transform: translateX(50%);
    display: none;
}

.languages ul::before {
    content: '';
    position: absolute;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    left: 50%;
    margin-left: -11px;
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
    -ms-transform: translate(-50%, 0) rotate(-90deg);
    transform: translate(-50%, 0) rotate(-90deg);
    margin-left: 0;
    top: -18px;
}

.languages ul li {
    padding: 5px 0;
    text-align: center;
    line-height: 24px;
}

.languages ul li a {
    color: #1F2D3D;
}

.languages ul li:hover > a {
    color: #04CB94;
}

.languages:hover > ul {
    display: block;
}

.banner {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat
}

.banner {
    background: #09de9b;
    background: -webkit-linear-gradient(#14c19b, #09de9b);
    background: -webkit-gradient(linear, left top, left bottom, from(#14c19b), to(#09de9b));
    background: linear-gradient(#14c19b, #09de9b)
}

@media screen and (max-width: 1080px) {
    .banner {
        padding-top: 84px
    }
}

.banner article {
    height: 703px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 1242px;
    font-size: 0;
}

.lunbo-banner {
    height: 703px;
}

/*@media screen and (max-width:1080px) {*/
/*  .banner article {*/
/*    height: 530px*/
/*  }*/
/*  .lunbo-banner{*/
/*    height: 530px;*/
/*  }*/
/*}*/

.banner .slogen {
    position: absolute;
    left: 0px;
    top: 225px;
    z-index: 1;
    text-align: left
}

.banner .slogen .hidden-mb-btn {
    display: inline-block;
}

@media screen and (max-width: 1340px) {
    .banner .slogen {
        left: 70px
    }
}

@media screen and (max-width: 1080px) {
    .banner .slogen {
        position: static;
        text-align: center;
        padding-top: 40px
    }

    .banner .slogen .hidden-mb {
        display: none
    }
}

@media screen and (max-width: 330px) {
    .banner .slogen {
        padding-top: 0
    }
}

.banner .slogen p {
    color: #fff
}

.banner .slogen p:nth-child(1) {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFF;
    line-height: 48px
}

@media screen and (max-width: 1080px) {
    .banner .slogen p:nth-child(1) {
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFF;
        line-height: 36px
    }
}

.banner .slogen p:nth-child(2) {
    margin-top: 20px;
    max-width: 480px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFF;
    line-height: 28px
}

@media screen and (max-width: 1080px) {
    .banner .slogen p:nth-child(2) {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 1080px) {
    .banner .slogen p:nth-child(2) {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFF;
        line-height: 28px
    }
}

.banner .slogen .buttons {
    margin-top: 52px
}

@media screen and (max-width: 1080px) {
    .banner .slogen .buttons {
        margin-top: 30px
    }
}

.banner .slogen .buttons .btn {
    margin: 10px;
    width: 134px;
}

.banner h1,
.banner .h1 {
    font-weight: 500;
    line-height: 1.46;
    padding: 2px 0
}

.banner h2,
.banner h3,
.banner .h2,
.banner .h3 {
    line-height: 1.75;
    padding: 2px 0
}

@media screen and (max-width: 1080px) {

    .banner h2,
    .banner h3,
    .banner .h2,
    .banner .h3 {
        max-width: inherit
    }
}

.banner-shape {
    background-image: url('../images/index/feature_bg.png');
    height: 450px
}

@media screen and (max-width: 1080px) {
    .banner-shape {
        background-image: url('../images/index/feature_bg_m.png');
        height: 586px
    }
}

.banner-shape h1,
.banner-shape h2,
.banner-shape h3,
.banner-shape h4,
.banner-shape .h1,
.banner-shape .h2,
.banner-shape .h3,
.banner-shape .h4 {
    text-align: left
}

@media screen and (max-width: 1080px) {

    .banner-shape h1,
    .banner-shape h2,
    .banner-shape h3,
    .banner-shape h4,
    .banner-shape .h1,
    .banner-shape .h2,
    .banner-shape .h3,
    .banner-shape .h4 {
        text-align: center
    }
}

@media screen and (max-width: 1080px) {
    .banner-shape article {
        padding-top: 84px
    }
}

.banner-shape h2,
.banner-shape h3,
.banner-shape .h2,
.banner-shape .h3 {
    max-width: 460px
}

.banner-shape .slogen {
    text-align: left;
    position: absolute;
    left: 159px;
    top: 140px
}

@media screen and (max-width: 1080px) {
    .banner-shape .slogen {
        text-align: center
    }
}

.banner-shape .slogen p:nth-child(1) {
    font-weight: 500;
    line-height: 1.33
}

@media screen and (max-width: 1080px) {
    .banner-shape .slogen p:nth-child(1) {
        line-height: 1.46
    }
}

.banner-shape .slogen p:nth-child(2) {
    line-height: 1.88;
    margin-top: 14px;
    max-width: 460px
}

@media screen and (max-width: 1080px) {
    .banner-shape .slogen p:nth-child(2) {
        margin-top: 11px;
        line-height: 1.75;
        margin: 14px auto 0;
        text-align: left
    }
}

.banner-shape .slogen .buttons {
    margin-top: 25px
}

@media screen and (max-width: 1080px) {
    .banner-shape .slogen .buttons {
        margin-top: 20px
    }
}

@media screen and (max-width: 1080px) {
    .banner-shape .slogen {
        position: static
    }
}

.banner-shape .show .grid {
    left: 538px;
    top: 56px;
    width: 858px;
    position: absolute
}

@media screen and (max-width: 1000px) {
    .banner-shape .show .grid {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 381px;
        height: 60%;
        width: auto
    }
}

.banner-shape .show .shape {
    position: absolute;
    left: 819px;
    top: 138px
}

@media screen and (max-width: 1000px) {
    .banner-shape .show .shape {
        left: 50%;
        top: 381px;
        height: 8rem;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.banner-poto {
    height: 450px;
    background-image: url('../images/index/feature_bg.png')
}

@media screen and (max-width: 1080px) {
    .banner-poto {
        background-image: url('../images/index/feature_bg_m.png')
    }
}

.banner-poto article {
    padding-top: 140px
}

@media screen and (max-width: 1080px) {
    .banner-poto article {
        padding-top: 96px
    }
}

.banner-poto h1,
.banner-poto .h1 {
    margin: 0 auto
}

.banner-poto h2,
.banner-poto h3,
.banner-poto .h2,
.banner-poto .h3 {
    max-width: 593px;
    margin: 19px auto 0;
    font-weight: 100
}

@media screen and (max-width: 1080px) {

    .banner-poto h2,
    .banner-poto h3,
    .banner-poto .h2,
    .banner-poto .h3 {
        margin: 13px auto 0
    }
}

.banner-poto .buttons {
    margin: 46px
}

.banner-simple {
    background-color: #257c4f;
    height: 350px
}

.banner-simple article {
    padding-top: 140px
}

@media screen and (max-width: 1080px) {
    .banner-simple article {
        padding-top: 96px
    }
}

.banner-simple h1,
.banner-simple .h1 {
    margin: 0 auto
}

.banner-simple h2,
.banner-simple h3,
.banner-simple .h2,
.banner-simple .h3 {
    max-width: 593px;
    margin: 19px auto 0;
    font-weight: 100
}

@media screen and (max-width: 1080px) {

    .banner-simple h2,
    .banner-simple h3,
    .banner-simple .h2,
    .banner-simple .h3 {
        margin: 13px auto 0
    }
}

.banner-simple .buttons {
    margin: 46px
}

.banner-home {
    background-image: url('../images/index/recommend_bg.png');
    background: -webkit-linear-gradient(270deg, #01c0b7 0, #04cb94 100%);
    background: linear-gradient(180deg, #01c0b7 0, #04cb94 100%);
    height: 700px
}

@media screen and (max-width: 1080px) {
    .banner-home {
        background-image: url('../images/index/recommend_bg_m.png');
        background: -webkit-linear-gradient(270deg, #01c0b7 0, #04cb94 100%);
        background: linear-gradient(180deg, #01c0b7 0, #04cb94 100%);
        height: 865px
    }
}

.banner-home h1,
.banner-home h2,
.banner-home h3,
.banner-home h4,
.banner-home .h1,
.banner-home .h2,
.banner-home .h3,
.banner-home .h4 {
    text-align: left
}

@media screen and (max-width: 1080px) {

    .banner-home h1,
    .banner-home h2,
    .banner-home h3,
    .banner-home h4,
    .banner-home .h1,
    .banner-home .h2,
    .banner-home .h3,
    .banner-home .h4 {
        text-align: center
    }
}

@media screen and (max-width: 1080px) {
    .banner-home article {
        padding-top: 100px
    }
}

.banner-home h2,
.banner-home h3,
.banner-home .h2,
.banner-home .h3 {
    max-width: 460px
}

.banner-home .slogen {
    text-align: left;
    position: absolute;
    left: 159px;
    top: 200px
}

.banner-home .slogen > span.h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 10px
}

@media screen and (max-width: 1080px) {
    .banner-home .slogen {
        text-align: center
    }
}

.banner-home .slogen p:nth-of-type(1) {
    font-weight: 500;
    line-height: 1.33
}

@media screen and (max-width: 1080px) {
    .banner-home .slogen p:nth-of-type(1) {
        line-height: 1.46
    }
}

.banner-home .slogen p:nth-of-type(2) {
    line-height: 1.88;
    margin-top: 14px;
    max-width: 460px
}

@media screen and (max-width: 1080px) {
    .banner-home .slogen p:nth-of-type(2) {
        margin-top: 11px;
        line-height: 1.75;
        margin: 14px auto 0
    }
}

.banner-home .slogen .buttons {
    margin-top: 40px;
    float: left
}

@media screen and (max-width: 1080px) {
    .banner-home .slogen .buttons {
        margin-top: 40px;
        float: none
    }
}

@media screen and (max-width: 1080px) {
    .banner-home .slogen {
        position: static
    }
}

.banner-home .show .grid {
    left: 538px;
    top: 56px;
    width: 858px;
    position: absolute
}

@media screen and (max-width: 1000px) {
    .banner-home .show .grid {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 381px;
        height: 60%;
        width: auto
    }
}

.banner-home .show .shape {
    position: absolute;
    right: 20px;
    top: 138px
}

@media screen and (max-width: 1000px) {
    .banner-home .show .shape {
        left: 50%;
        top: 381px;
        height: 8rem;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}


.banner-bottom-pc {
    margin: -60px 0 0;
    padding: 0;
    position: relative;
    z-index: 10
}

.banner-bottom-pc .book-download .container {
    margin: 0 auto;
    text-align: center
}

.banner-bottom-pc .book-download .content {
    display: inline-block;
    width: 350px;
    background-color: #fff;
    padding: 20px 20px 42px;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    text-align: left;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    box-sizing: border-box;
}

/*.banner-bottom-pc .book-download .content+.content {*/
/*  margin-left: 30px*/
/*}*/

.banner-bottom-pc .book-download .content:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.banner-bottom-pc .book-download .content:hover .title {
    color: #04CB94
}

.banner-bottom-pc .book-download .content:hover .download-btn {
    border-bottom: 1px solid #04CB94
}

.banner-bottom-pc .book-download .content .title {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 30px;
    font-weight: bold;
}

.banner-bottom-pc .book-download .content .subtitle {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #475669;
    line-height: 28px
}

.banner-bottom-pc .book-download .content .icon {
    position: absolute;
    bottom: 4px;
    left: 20px;
    width: 70px;
    height: 70px
}

.banner-bottom-pc .book-download .content .icon.icon-wechat {
    width: 72px;
    height: 61px
}

.banner-bottom-pc .book-download .content .download-btn {
    position: absolute;
    bottom: 10px;
    right: 20px;
    border-bottom: 1px solid transparent
}

.banner-bottom-pc .book-download .content .download-btn span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #04CB94;
    line-height: 1;
    vertical-align: middle
}

.banner-bottom-pc .book-download .content .download-btn img {
    width: 21px;
    height: 13px;
    vertical-align: middle;
    margin-left: 5px
}

@media screen and (max-width: 1080px) {
    .banner-bottom-pc {
        margin: 0
    }

    .banner-bottom-pc .book-download .container {
        width: 100%;
        padding: 0 20px
    }

    .banner-bottom-pc .book-download .content {
        margin-left: 0;
        width: 100%;
        margin-top: 20px
    }

    .banner-bottom-pc .book-download .content + .content {
        margin-left: 0
    }

    .banner-bottom-pc .book-download .content .title {
        font-size: 18px
    }
}

.marketing-product {
    padding: 100px 0;
}

.marketing-product article {
    text-align: center;
}

.marketing-product .marketing-nav {
    text-align: center;
    margin-top: 45px
}

.marketing-product .marketing-nav li {
    display: inline-block;
    width: 248px;
    padding-bottom: 10px;
    border-bottom: 2px solid #C8D2E0;
    cursor: pointer
}

.marketing-product .marketing-nav li + li {
    margin-left: 70px
}

.marketing-product .marketing-nav li.active {
    border-bottom-color: #04CB94
}

.marketing-product .marketing-nav li.active div {
    color: #04CB94
}

.marketing-product .marketing-nav li.active div img.icon-default {
    display: none
}

.marketing-product .marketing-nav li.active div img.icon-active {
    display: inline-block
}

.marketing-product .marketing-nav li > div {
    display: inline-block;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2D3D;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
    padding-left: 47px
}

.marketing-product .marketing-nav li > div img {
    width: 37px;
    height: 28px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.marketing-product .marketing-nav li > div img.icon-market {
    width: 37px;
    height: 30px
}

.marketing-product .marketing-nav li > div img.icon-platform {
    width: 37px;
    height: 36px
}

.marketing-product .marketing-nav li > div img.icon-default {
    display: inline-block
}

@media screen and (max-width: 1080px) {
    .marketing-product .marketing-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .marketing-product .marketing-nav li {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 5px
    }

    .marketing-product .marketing-nav li + li {
        margin-left: 17px
    }

    .marketing-product .marketing-nav li > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 32px
    }

    .marketing-product .marketing-nav li > div img {
        width: 29px;
        height: 22px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .marketing-product .marketing-nav li > div img.icon-market {
        width: 28px;
        height: 23px
    }

    .marketing-product .marketing-nav li > div img.icon-platform {
        width: 28px;
        height: 27px
    }

    .marketing-product .marketing-nav li > div span {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 21px;
        display: block;
        height: 42px
    }
}

.marketing-product .swiper-container {
    margin: 30px auto 0;
    height: auto
}

.marketing-product .swiper-container .swiper-slide {
    text-align: center;
    position: relative
}

.marketing-product .swiper-container .picture {
    margin: 0 auto
}

.marketing-product .swiper-container .analyse-content .picture {
    width: 1206px;
    height: 526px
}

.marketing-product .swiper-container .market-content .picture {
    width: 1206px;
    height: 526px
}

.marketing-product .swiper-container .platform-content .picture {
    width: 1200px;
    height: 526px
}

.marketing-product .swiper-container .info-wrap {
    position: absolute;
    left: 50%;
    top: 117px;
    -webkit-transform: translateX(330px);
    -ms-transform: translateX(330px);
    transform: translateX(330px);
    text-align: left
}

.info-wrap-left {
    left: 48% !important;
}

.info-wrap-left-new {
    left: 55% !important;
}

.marketing-product .swiper-container .info-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    color: #04CB94;
    line-height: 30px;
    font-family: PingFangSC-Medium, PingFang SC
}

.marketing-product .swiper-container .info-wrap h3 + p {
    font-size: 14px;
    font-weight: 500;
    color: #04CB94;
    line-height: 14px
}

.marketing-product .swiper-container .info-wrap h4 {
    font-size: 16px;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 24px;
    margin-top: 10px;
    font-family: PingFangSC-Medium, PingFang SC
}

.marketing-product .swiper-container .info-wrap ul {
    margin-top: 25px
}

.marketing-product .swiper-container .info-wrap ul li {
    font-size: 14px;
    font-weight: 400;
    color: #475669;
    line-height: 28px
}

.marketing-product .swiper-container .info-wrap ul li::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url('../images/index/icon-pigeon.png') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px
}

.marketing-product .swiper-container .sd-button-group {
    margin-top: 15px
}

.marketing-product .swiper-container .sd-button-group .sd-button:not(:last-child) {
    margin-right: 15px
}

@media screen and (max-width: 1080px) {
    .marketing-product article {
        margin: 0;
        max-width: none
    }

    .marketing-product .marketing-nav {
        padding: 0 20px;
        margin-top: 20px
    }

    .marketing-product .swiper-container {
        max-width: 380px
    }

    .marketing-product .swiper-container .market-content .picture,
    .marketing-product .swiper-container .analyse-content .picture,
    .marketing-product .swiper-container .platform-content .picture {
        width: 100%;
        height: auto
    }

    .marketing-product .swiper-container .swiper-slide {
        max-height: 410px
    }

    .marketing-product .swiper-container .swiper-slide.swiper-slide-active {
        max-height: 2000px
    }

    .marketing-product .swiper-container .info-wrap {
        width: 280px;
        left: 50%;
        top: 65%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .marketing-product .swiper-container .info-wrap h3 {
        font-size: 20px
    }

    .marketing-product .swiper-container .info-wrap h3 + p {
        font-size: 14px
    }

    .marketing-product .swiper-container .info-wrap h4 {
        font-size: 16px
    }

    .marketing-product .swiper-container .sd-button-group {
        margin-top: 20px
    }

    .marketing-product .swiper-container .platform-content .info-wrap {
        top: 40%
    }
}

@media screen and (max-width: 330px) {
    .marketing-product .swiper-container .info-wrap {
        top: 62%
    }

    .marketing-product .swiper-container .platform-content .info-wrap {
        top: 36%
    }
}

.scene-container {
    padding-top: 0;
    padding-bottom: 100px;
}

.scene-container .scene-list {
    margin-top: 20px
}

.scene-container .scene-list li {
    display: inline-block;
    width: 360px;
    height: 176px;
    overflow: hidden;
    padding: 10px 0px 15px;
    text-align: left;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 25px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.scene-container .scene-list li:hover {
    /* border: 1px dashed #04CB94 */
}

.scene-container .scene-list li:hover img {
    top: -25px
}

.scene-container .scene-list li:hover h3 {
    margin-top: 0
}

.scene-container .scene-list li:hover .btn-wrap {
    bottom: 0
}

.scene-container .scene-list li:hover .animation-wrap {
    -webkit-transform: translateY(-64px);
    -ms-transform: translateY(-64px);
    transform: translateY(-64px)
}

.scene-container .scene-list li .animation-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: inherit;
    transition: inherit
}

.scene-container .scene-list li img {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 50%;
    width: 64px;
    margin-left: -32px;
    height: 64px;
    -webkit-transition: inherit;
    transition: inherit
}

.scene-container .scene-list li h3 {
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 30px;
    margin-bottom: 10px;
    -webkit-transition: inherit;
    transition: inherit
}

.scene-container .scene-list li p {
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #475669;
    line-height: 20px;
    margin: 0 auto;
    width: 315px;
    height: 40px;
}

.scene-container .scene-list li .btn-wrap {
    margin-top: 10px;
    position: relative;
    bottom: -15px;
    -webkit-transition: inherit;
    transition: inherit;
    text-align: center
}

@media screen and (max-width: 1080px) {
    .scene-container article {
        margin: 0 auto
    }
}

.scene-container .scene-swiper {
    margin-top: 20px;
    padding: 0 20px;
    height: 724px
}

.scene-container .scene-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #F8FBFD;
    height: -webkit-calc((100% - 70px) / 3);
    height: calc((100% - 70px) / 3);
    border: 1px dashed #E1E8F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.scene-container .scene-swiper .swiper-slide img {
    width: 43px;
    height: 43px;
    margin-top: -10px
}

.scene-container .scene-swiper .swiper-slide h3 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 27px;
    margin-top: 10px
}

.scene-container .scene-swiper .swiper-slide p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #475669;
    line-height: 28px;
    width: 250px
}

.scene-container .scene-swiper .swiper-slide .btn-wrap {
    margin-top: 10px
}

.scene-container .scene-swiper .scene-pagination {
    bottom: 0
}

.scene-container .scene-swiper .scene-pagination .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background-color: #04CB94
}

.scene-container .scene-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    right: -5px;
    outline: 0
}

.scene-container .scene-swiper .swiper-button-next::after {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    background: url('../images/index/icon-arrow-default.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.scene-container .scene-swiper .swiper-button-next:hover::after {
    background-image: url('../images/index/icon-arrow-active.png');
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.scene-container .scene-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: -5px;
    outline: 0
}

.scene-container .scene-swiper .swiper-button-prev::after {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    background: url('../images/index/icon-arrow-default.png') no-repeat center;
    background-size: 100% 100%
}

.scene-container .scene-swiper .swiper-button-prev:hover::after {
    background-image: url('../images/index/icon-arrow-active.png');
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bigdata-leader {
    background-color: #F8FBFD;
    padding: 0
}

@media screen and (min-width: 1070px) {
    .bigdata-leader-ul {
        width: 1400px;
        margin: 0 auto;
        display: flex;
        white-space: nowrap;
    }

    .bigdata-leader-ul li {
        flex: 1;
    }
}

.bigdata-leader article {
    position: relative;
    padding: 40px 0
}

.bigdata-leader ul {
    margin-top: 58px;
    text-align: center
}

.bigdata-leader ul li {
    display: inline-block;
    margin: 0 40px
}

.bigdata-leader ul li img {
    height: 83px
}

.bigdata-leader ul li.expert {
    color: #7094F1
}

.bigdata-leader ul li.sdk {
    color: #FD716D
}

.bigdata-leader ul li.addData {
    color: #39D0BE
}

.bigdata-leader ul li.customer {
    color: #FDD22E
}

.bigdata-leader ul li.industry {
    color: #5091FF
}

.bigdata-leader ul li.service {
    color: #d94cfc
}

.demoPrice-swiper-container {
    padding-bottom: 60px;
    padding-top: 10px;
    width: 1200px;
}

.demoPrice-container .swiper-button-next {
    right: -80px;
}

.demoPrice-container .swiper-button-prev {
    left: -80px;
}

.banner-bottom-pc-demoPrice-container {
    width: 1200px;
    margin: auto;
    margin-top: -70px;
}

.demoPrice-container .swiper-button-next, .demoPrice-container .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 20px #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    outline: none;
}

.demoPrice-container .swiper-button-next::after, .demoPrice-container .swiper-button-prev::after {
    font-size: 16px;
    color: #333;
}

.marketing-product-swiper-no-top {
    padding-top: 40px;
}

.bigdata-leader ul li .number {
    font-size: 30px;
    font-size: 60px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: 700;
    line-height: 46px;
    position: relative;
    color: inherit;
    vertical-align: bottom
}

.bigdata-leader ul li .number::before {
    content: '+';
    color: inherit;
    font-size: 36px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: 700;
    line-height: 36px;
    position: absolute;
    top: -18px;
    right: -18px
}

.no-symbol::before {
    visibility: hidden;
}

.bigdata-leader ul li .number.none::before {
    content: '';
}

.bigdata-leader ul li .unit {
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: inherit;
    line-height: 32px;
    margin-left: 7px;
    vertical-align: bottom
}

.bigdata-leader ul li p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F2D3D;
    line-height: 16px;
    margin-top: 20px
}

.bigdata-leader .icon-shapes {
    width: 62px;
    height: 62px;
    position: absolute
}

.bigdata-leader .icon-shapes.top {
    top: 0;
    right: 0
}

.bigdata-leader .icon-shapes.bottom {
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1080px) {
    .bigdata-leader article {
        max-width: none;
        min-width: 0;
        width: 100%;
        margin: 0;
        padding: 40px 0 0
    }

    .bigdata-leader ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 10px
    }

    .bigdata-leader ul li {
        width: 49%;
        margin: 0;
        padding: 30px 0
    }

    .bigdata-leader ul li .number {
        font-size: 40px
    }

    .bigdata-leader ul li .unit {
        font-size: 24px
    }

    .bigdata-leader ul li p {
        margin-top: 10px
    }

    .bigdata-leader .icon-shapes {
        display: none
    }
}

.industry-solution {
    padding-top: 100px;
    padding-bottom: 50px
}

.industry-solution article {
    overflow: visible;
    padding-bottom: 50px
}

.industry-solution .swiper-container {
    width: 1110px;
    padding: 20px 30px;
    height: auto;
    overflow: visible;
    margin-top: 20px
}

.industry-solution .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(153, 169, 191, .3);
    border-radius: 10px;
    opacity: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px;
    min-height: 444px
}

.industry-solution .swiper-slide .sd-button-default {
    display: none
}

.industry-solution .swiper-slide:hover {
    background: #04CB94
}

.industry-solution .swiper-slide:hover .sd-button-default {
    display: inline-block
}

.industry-solution .swiper-slide:hover .sd-button-main {
    display: none
}

.industry-solution .swiper-slide:hover > h3,
.industry-solution .swiper-slide:hover > p {
    color: #fff
}

.industry-solution .swiper-slide:hover > ul li {
    color: #fff
}

.industry-solution .swiper-slide:hover > ul li::before {
    background-image: url("../images/index/icon-pigeon-white.png")
}

.industry-solution .swiper-slide:hover > .line {
    display: none
}

.industry-solution .swiper-slide:hover > .line-white {
    display: inline-block
}

.industry-solution .swiper-slide.swiper-slide-active {
    opacity: 1
}

.industry-solution .swiper-slide.swiper-slide-active + .swiper-slide {
    opacity: 1
}

.industry-solution .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1
}

.industry-solution .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1
}

.industry-solution .swiper-slide > img {
    vertical-align: middle
}

.industry-solution .swiper-slide > .icon {
    width: 64px
}

.industry-solution .swiper-slide > .line {
    width: 50px;
    height: 3px;
    margin-top: 15px
}

.industry-solution .swiper-slide > .line-white {
    display: none
}

.industry-solution .swiper-slide > h3 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 30px;
    margin-top: 15px
}

.industry-solution .swiper-slide > p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 28px;
    margin-top: 20px;
    text-align: left;
}

.industry-solution .swiper-slide > ul {
    margin-top: 30px;
    text-align: left
}

.industry-solution .swiper-slide > ul li {
    font-size: 14px;
    font-weight: 400;
    color: #475669;
    line-height: 28px;
    white-space: nowrap
}

.industry-solution .swiper-slide > ul li::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url('../images/index/icon-pigeon.png') no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px
}

.industry-solution .swiper-slide > .sd-button {
    margin-top: 20px
}

.industry-solution .swiper-button-next {
    width: 76px;
    height: 76px;
    right: -58px;
    outline: 0
}

.industry-solution .swiper-button-next::after {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    background: url('../images/index/icon-arrow-default.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.industry-solution .swiper-button-next:hover::after {
    background-image: url('../images/index/icon-arrow-active.png');
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.industry-solution .swiper-button-prev {
    width: 76px;
    height: 76px;
    left: -58px;
    outline: 0
}

.industry-solution .swiper-button-prev::after {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    background: url('../images/index/icon-arrow-default.png') no-repeat center;
    background-size: 100% 100%
}

.industry-solution .swiper-button-prev:hover::after {
    background-image: url('../images/index/icon-arrow-active.png');
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 1080px) {
    .industry-solution .solution-swiper-mb {
        width: 100%;
        padding: 0;
        height: 436px
    }

    .industry-solution .solution-swiper-mb .swiper-wrapper {
        z-index: 11
    }

    .industry-solution .solution-swiper-mb .solution-pagination-mb {
        bottom: 0
    }

    .industry-solution .solution-swiper-mb .solution-pagination-mb .swiper-pagination-bullet-active {
        width: 7px;
        height: 7px;
        background-color: #04CB94
    }

    .industry-solution .swiper-slide {
        height: 84px;
        min-height: 0;
        overflow: hidden;
        opacity: 1 !important;
        padding: 0;
        box-shadow: none;
        overflow: initial
    }

    .industry-solution .swiper-slide:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .industry-solution .swiper-slide:hover .sd-button-main {
        display: inline-block
    }

    .industry-solution .swiper-slide.open {
        z-index: 100
    }

    .industry-solution .swiper-slide.open .slide-open {
        display: block
    }

    .industry-solution .swiper-slide.open .slide-header i.arrow {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .industry-solution .siper-slide-content {
        padding: 10px 15px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 20px 40px 0 rgba(153, 169, 191, .3)
    }

    .industry-solution .swiper-button-next {
        width: 50px;
        height: 50px;
        z-index: 12
    }

    .industry-solution .swiper-button-prev {
        width: 50px;
        height: 50px;
        z-index: 12
    }

    .industry-solution .slide-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .industry-solution .slide-header .icon {
        width: 64px;
        height: 64px
    }

    .industry-solution .slide-header > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        padding-left: 15px
    }

    .industry-solution .slide-header > div h3 {
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #1F2D3D;
        line-height: 27px
    }

    .industry-solution .slide-header > div .line {
        width: 50px;
        height: 3px
    }

    .industry-solution .slide-header i.arrow {
        width: 11px;
        height: 11px;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .industry-solution .slide-header i.arrow::after {
        content: '';
        width: 9px;
        height: 9px;
        border: 1px solid #04CB94;
        border-top-color: transparent;
        border-left-color: transparent;
        display: block;
        -webkit-transform: translate(0px, -3px) rotate(45deg);
        -ms-transform: translate(0px, -3px) rotate(45deg);
        transform: translate(0px, -3px) rotate(45deg)
    }

    .industry-solution .slide-open {
        display: none;
        padding-left: 80px;
        padding-bottom: 15px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left
    }

    .industry-solution .slide-open p {
        font-size: 14px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #1F2D3D;
        line-height: 28px;
        margin-top: 20px
    }

    .industry-solution .slide-open > ul {
        margin-top: 20px;
        text-align: left
    }

    .industry-solution .slide-open > ul li {
        font-size: 14px;
        font-weight: 400;
        color: #475669;
        line-height: 28px;
        white-space: nowrap
    }

    .industry-solution .slide-open > ul li::before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 10px;
        background: url('../images/index/icon-pigeon.png') no-repeat center;
        background-size: contain;
        vertical-align: middle;
        margin-right: 10px
    }

    .industry-solution .slide-open > .sd-button {
        margin-top: 20px
    }
}

#index .video,
#index .conference_video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999999;
    border-radius: 4px;
    padding: 4px;
    background: #fff;
    display: none
}

#index .video .cplay,
#index .conference_video .cplay {
    opacity: .7
}

#index .video:hover .cplay,
#index .conference_video:hover .cplay {
    fill: green
}

#index .video .toolbar,
#index .conference_video .toolbar {
    text-align: right
}

#index .video .toolbar button,
#index .conference_video .toolbar button {
    color: #000;
    font-size: 14px;
    margin: 3px;
    padding: 4px 8px;
    line-height: 1
}

#index .video .video-box,
#index .conference_video .video-box {
    width: 843px;
    height: 474px;
    background-color: #e2dfe8;
    position: relative;
    cursor: pointer
}

@media screen and (max-width: 1080px) {

    #index .video .video-box,
    #index .conference_video .video-box {
        width: 300px;
        height: 167.68867925px
    }
}

#index .video .video-box svg,
#index .conference_video .video-box svg {
    position: absolute;
    width: 30%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#index .video .video-box svg.cplay,
#index .conference_video .video-box svg.cplay {
    width: 15%
}

#index .video video,
#index .conference_video video {
    width: 100%;
    height: 100%
}

#index .video video:focus,
#index .conference_video video:focus {
    outline: 0
}

#index .video video:-moz-focusring,
#index .conference_video video:-moz-focusring,
#index .video video::-moz-focus-inner,
#index .conference_video video::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    background-image: none !important;
    border: 0
}

.industry-leader {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f7fbfd;
}

.industry-leader .industry-leader-content {
    width: 1200px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 1080px) {
    .industry-leader .industry-leader-content {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px
    }
}

.industry-leader .customer-picture {
    width: 585px;
    height: 329px
}

.industry-leader .customer-picture img,
.industry-leader .customer-picture video {
    width: 100%;
    height: 100%
}

.industry-leader .customer-picture img:focus,
.industry-leader .customer-picture video:focus {
    outline: 0
}


.industry-leader .customer-swiper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    margin-left: 30px
}

.industry-leader .customer-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.industry-leader .customer-swiper .coustomer-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 34px 0 32px;
    text-align: left
}

.industry-leader .customer-swiper .coustomer-info .logo {
    width: auto;
    height: 60px;
    vertical-align: middle
}

.industry-leader .customer-swiper .coustomer-info h3 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 27px;
    margin-top: 10px
}

.industry-leader .customer-swiper .coustomer-info p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #475669;
    line-height: 28px;
    margin-top: 20px
}

.industry-leader .customer-swiper .customer-swiper-pagination {
    width: 615px;
    left: initial;
    right: 0
}

.industry-leader .customer-swiper .customer-swiper-pagination .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background-color: #04CB94
}

@media screen and (max-width: 1080px) {
    .industry-leader .customer-swiper {
        width: 100%;
        height: 188px;
        margin-left: 0
    }

    .industry-leader .customer-picture {
        width: 100%;
        height: 21.7rem;
    }

    .industry-leader .customer-swiper .coustomer-info {
        padding: 0;
        text-align: center;
        margin-top: 20px
    }

    .industry-leader .customer-swiper .coustomer-info h3 {
        font-size: 16px
    }

    .industry-leader .customer-swiper .customer-swiper-pagination {
        width: 100%;
        left: 0;
        right: 0;
        position: static;
        margin-top: 20px
    }

    .industry-leader .customer-swiper .customer-swiper-pagination .swiper-pagination-bullet-active {
        width: 7px;
        height: 7px;
        background-color: #04CB94
    }

    .industry-leader .customer-swiper .coustomer-info p {
        padding: 0 15px;
    }
}

.industry-leader .logo-wall {
    margin: 100px auto;
    font-size: 0;
    width: 1242px;
    text-align: center;
    margin-bottom: 0;
    position: relative
}

@media screen and (max-width: 1080px) {
    .industry-leader .logo-wall {
        width: 100%;
        padding: 0;
        margin-top: 30px;
        margin-bottom: 24px
    }

}

.industry-leader .logo-wall li {
    display: inline-block;
    width: 207px;
    height: 172px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.industry-leader .logo-wall .logo-wall-rwm {
    width: 142px;
    height: 142px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}

.industry-leader .logo-wall li p {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.industry-leader .logo-wall li:nth-of-type(6n) {
    border-right: 0
}

@media screen and (max-width: 1080px) {
    .industry-leader .logo-wall li {
        width: 50%
    }

    .industry-leader .logo-wall li:nth-of-type(2n) {
        border-right: 0
    }
}

.openBox {
    width: 100%;
    height: 264px;
    background: url('../images/index/openBj.png') no-repeat center center;
    background-size: auto 100%;
    background-color: #03cb94;
}

.openBox .openBox_title {
    padding: 60px 0 15px;
    text-align: center;
    font-size: 28px;
    color: #fff;
}

.openBox p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 24px;
}

.openBox .btn {
    display: block;
    background: #fff;
    width: 193px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    margin: 0 auto;
    font-size: 16px;
    color: #0ccc97;
    border-radius: 7px;
}

.openBox .btn a {
    color: #0ccc97;
}

@media (max-width: 1300px) and (min-width: 770px) {
    .culture .culture-swiper {
        width: 100%;
    }

    #swiper-history {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .culture_item {
        width: 100%;
    }

    .culture-swiper-md img {
        max-width: 100%;
    }

    .culture-swiper-md {
        width: 100%;
        margin-top: 2rem;
    }

    .banner-bottom-pc .book-download .content + .content, .banner-bottom-pc-demoPrice-container {
        width: 100% !important;
    }

    .demoPrice-container .swiper-slide:nth-child(1) {
        margin-right: 0 !important;
    }

    .demoPrice-swiper-container {
        padding-bottom: 15px !important;
    }

    .shopAnimation {
        top: 299px !important;
    }

    .banner {
        padding-top: 0;
        overflow: hidden;
    }

    .banner article {
        box-sizing: border-box;
        padding: 0 15px;
        padding-top: 84px;
    }

    .marketing-product {
        padding: 5rem 0;
    }

    .marketing-product .swiper-container .market-content .info-wrap {
        top: 40%;
    }

    .marketing-product .swiper-container .yuncang-content .info-wrap {
        top: 63%;
    }

    .industry-leader .customer-swiper {
        height: auto;
    }

    .scene-container {
        padding-bottom: 5rem;
    }

    .industry-solution article {
        padding-bottom: 0;
    }

    .openBox .openBox_title {
        font-size: 2rem;
    }

    .openBox .btn a {
        font-size: 1.4rem;
    }

    .hidden-pc-btn {
        display: inline-block;
    }

    .banner .slogen .hidden-mb-btn {
        display: none;
    }
}

@media (max-width: 1300px) and (min-width: 770px) {
    #header {
        padding: 0 0 0 28px;
    }
}

.lunbo-banner-phone {
    display: none;
}

@media (max-width: 768px) {
    .banner-bottom-pc {
        margin-top: -76px;
    }

    .lunbo-banner-pc {
        display: none;
    }

    .lunbo-banner-phone {
        display: block;
    }

    .lunbo-banner-phone img {
        height: 703px;
    }
}

@media (min-width: 768px) {
    .lunbo-banner-pc-img {
        object-fit: cover;
    }
}

.culture .culture-swiper {
    width: 1500px;
}

.culture {
    padding: 32px 0;
    background: #f7fbfd;
}

.publicTitle-sub {
    color: #666;
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
}

.culture_main {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.culture_item {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
}

.culture_item_top {
    font-size: 20px;
    color: #666;
    line-height: 52px;
}

.culture_item .culture_item_top::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #45c693;
    border-radius: 6px;
    vertical-align: middle;
    margin-right: 12px;
}

.culture_item:nth-child(2) .culture_item_top::before {
    background: #b994e8;
}

.culture_item:nth-child(3) .culture_item_top::before {
    background: #7cafdd;
}

.culture_item p {
    font-size: 16px;
    line-height: 29px;
    color: #666;
    font-weight: 100;
    text-align: center;
}

.culture-swiper {
    padding: 60px 0;
}

.culture-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
    transition: 300ms;
    transform: scale(0.7);
    opacity: 0.68;
}

.culture-img {
    box-sizing: border-box;
    width: 625px;
    height: 433px;
    padding: 20px;
    background: #fff;
    box-shadow: 3px 0 38px rgba(0, 0, 0, 0.11);
}

.culture-img img {
    width: 584px;
}

.culture-swiper .swiper-slide-active, .culture-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 10;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .industry-solution {
        padding-top: 50px;
    }

    .msvc-home-template-news-left {
        height: inherit !important;
        width: inherit !important;
        margin-right: inherit !important;
        margin-bottom: 20px;
    }

    .msvc-home-template-news-right-info {
        padding-top: 0 !important;
        margin-top: -6px;
    }

    .msvc-home-template-news-left-date, .msvc-home-template-news-right-date {
        margin-right: 10px !important;
    }

    .year {
        height: inherit !important;
        font-size: 20px !important;
    }

    .msvc-home-template-news-right-date-month {
        font-size: 16px !important;
    }

    .msvc-home-template-news-right-info-name {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

    .msvc-home-template-news-right-item {
        padding: 0 10px;
    }

    .msvc-home-template-news-right {
        width: initial !important;
    }

    .msvc-home-template-news-right-info-content {
        font-size: 12px !important;
        line-height: inherit !important;
    }

    .msvc-home-template img {
        margin-bottom: inherit !important;
        height: inherit !important;
        width: inherit !important;
    }

    .msvc-home-template {
        width: inherit !important;
        margin: inherit !important;
        background-color: inherit !important;
    }

    .msvc-home-template-news {
        display: inherit !important;
    }

    .msvc-home-wrap {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }
}

.msvc-home-wrap {
    padding: 94px 0 86px;
    max-width: 1200px;
    margin: 0 auto;
}

.msvc-home-title {
    font-size: 34px;
    color: #091e40;
    text-align: center;
    margin-bottom: 57px;
    position: relative;
}

.msvc-home-template {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.msvc-home-template-news {
    display: flex;
    align-items: flex-start;
}

.msvc-home-template-news-left {
    height: 300px;
    width: 500px;
    margin-right: 60px;
}

.msvc-home-template-news img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.msvc-home-template img {
    max-width: 100%;
    margin-bottom: 30px;
}

.msvc-home-template-news-right {
    display: flex;
    width: 610px;
    flex-direction: column;
}

.msvc-home-template-news-right-item {
    display: flex;
    border-bottom: dashed 1px #dbdbdb;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.msvc-home-template-news-right a:last-child .msvc-home-template-news-right-item{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.msvc-home-template-news-left-date, .msvc-home-template-news-right-date {
    margin-right: 32px;
    color: #666;
}

.msvc-home-template-news-right-date-month {
    line-height: 1.5 !important;
}

.msvc-home-template-news-left-date-month, .msvc-home-template-news-right-date-month {
    font-size: 31.8px;
}

.year {
    height: 50px;
    display: flex;
    align-items: flex-end;
    font-size: 40px;
}

.msvc-home-template-news-right-info {
    padding-top: 7px;
}

.msvc-home-template-news-right-info-name {
    font-size: 22px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 12px;
}

.msvc-home-template-news-right-info-name a {
    line-height: 30px;
}

.msvc-home-template-news-right-info-content {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    text-overflow: ellipsis;
    background-color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.msvc-home-title::after {
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 4px;
    background-color: #04CB94;
    display: block;
    margin: 25px auto 0;
}

.msvc-home-news .swiper-container {
    width: 1200px;
    max-width: 1200px;
}
