.index_slide {
    width: 100%;
    position: relative;
    height: 600px;
    background: #000;
}

.index_slide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.index_slide .bd ul {
    width: 100% !important;
}

.index_slide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
}

.index_slide .bd li a {
    display: block;
    height: 600px;
}

.index_slide .hd {
    position: absolute;
    bottom: 49px;
    left: 0;
    right: 0;
    text-align: center;
}

.index_slide .hd li {
    width: 55px;
    height: 30px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-indent: 140px;
}

.index_slide .hd li:before,
.index_slide .hd li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.index_slide .hd li:before {
    z-index: 1;
    background: rgba(255,255,255,.5);
}

.index_slide .hd li:after {
    z-index: 2;
    background: #fff;
    width: 0;
}

.index_slide .hd li.on:after {
    width: 100%;
    transition: width 3s ease-in-out;
}

.index_service {
    padding-top: 45px;
    background: #ffffff;
}

.index_title {
    text-align: center
}

.index_title h3 {
    font-size: 42px;
    font-weight: 500;
    color: rgba(0,4,26,1);
    line-height: 72px;
}

.index_title p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(65,69,77,1);
    line-height: 24px;
}

.service_content {
    padding: 45px 0 50px;
    display: flex;
    flex-wrap: wrap;
}

.service_content>li {
    width: calc(91% / 3);
    background: rgba(255,255,255,1);
    margin: 0 1.5% 40px 1.5%;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px
    rgba(173, 184, 204, 0.2);
    border-radius: 0px 0px 6px 6px;
}

.service_content>li:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.service_content .top {
    position: relative;
    width: 100%;
    height: 206px;
}

.service_content .top img {
    width: 100%;
    height: 100%;
}

.service_content .con {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    color: #fff
}

.service_content .con h5 {
    font-size: 28px;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: 2px;
}

.service_content .con p {
    font-size: 14px;
    line-height: 32px;
}

.service_content .con .tip {
    display: flex;
    margin-top: 10px;
}

.service_content .con .tip span {
    width: 88px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-align: center;
    background: rgba(255,255,255,.2);
    border-radius: 14px;
    margin-right: 15px;
}

.service_content .list .img {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_content .list img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.service_content .list .info {
    font-size: 14px;
    font-weight: 400;
    color: rgba(87,92,102,1);
    line-height: 14px;
    width: 100%;
    text-align: center;
}

.service_content .list .info span {
    display: block;
    height: 48px;
}

.service_content .list .info span:first-child {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #00041a;
}

.service_content .list>li:hover {
    background: #f3f6ff
}

.service_content .list>li:hover img {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.service_content .link {
    border-top: 1px solid #e8e8e8;
    width: 340px;
    margin-left: 10px;
    font-size: 14px;
    color: #006eff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding-left: 10px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service_content .link i {
    border: solid #006eff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.service_content .link:hover {
    padding-left: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.index_scene {
    padding-top: 45px;
    background: #fff;
}

.scene_title {
    margin-top: 35px;
    display: flex;
    justify-content: space-around;
}

.scene_title .btn_tit {
    width: 240px;
    line-height: 82px;
    font-size: 28px;
    color: rgba(87,92,102,1);
    cursor: pointer;
}

.scene_title .btn_tit .line {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #fff;
}

.scene_title .btn_tit.active {
    font-weight: bold;
    color: rgba(7,28,53,1);
}

.scene_title .btn_tit.active .line {
    background: rgba(0,119,255,1);
}

.index_case {
    padding-top: 45px;
    background: rgba(246,246,249,1);
    padding-bottom: 70px;
}

.index_case .more {
    width: 160px;
    height: 42px;
    background: rgba(0,110,255,1);
    box-shadow: 0px 8px 18px 0px rgba(0,110,255,0.2);
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    display: block;
    margin: 0 auto 0;
    font-size: 18px;
    color: #fff;
}

.index_customer {
    padding-top: 45px;
    background: rgba(246,246,249,1);
}

.index_customer .customer_content {
    overflow: hidden;
    width: 100%;
    padding: 45px 0 50px;
}

.index_customer .customer_content ul {
    height: 86px;
    margin-bottom: 24px;
    width: 100%;
    list-style-type: none;
    white-space: nowrap;
    -webkit-animation: move 150s linear infinite;
    animation: move 150s linear infinite;
    font-size: 0;
}

.index_customer .customer_content ul:nth-of-type(odd) {
    padding-left: 80px;
}

.index_customer .customer_content li {
    display: inline-block;
    width: 200px;
    height: 86px;
    margin-right: 54px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
}

.index_customer .customer_content li img {
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-3302px);
        transform: translateX(-3302px)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-3302px);
        transform: translateX(-3302px)
    }
}

.index_trait {
    padding-top: 95px;
    background: #fff url("/saas/resource/sale-platform/images/trait.png") no-repeat top center;
    background-size: 100% 451px;
}

.index_trait .top {
    display: flex;
    justify-content: space-between;
}

.index_trait .top li {
    color: #fff;
    width: 340px;
    text-align: center
}

.index_trait .num {
    font-size: 60px;
    font-weight: 500;
}

.index_trait .tit {
    font-size: 24px;
    margin-top: 35px;
    letter-spacing: 2px;
}

.index_trait .list {
    height: 435px;
    width: 100%;
    display: flex;
    margin-top: 50px;
    justify-content: space-between
}

.index_trait .list li {
    width: 280px;
    height: 360px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(142,176,255,0.2);
    border-radius: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    padding: 40px;
}

.index_trait .list li:hover {
    margin-top: -20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.index_trait .list .img {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_trait .list h6 {
    font-size: 24px;
    font-weight: 500;
}

.index_trait .list p {
    font-size: 14px;
    line-height: 30px;
    color: #585c68;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.slide_menu{
    position: fixed;
    bottom: 20%;
    right: 33px;
    width: 64px;
    box-shadow: 0px 10px 20px 0px rgba(173, 184, 204, 0.2);
    /*border: solid 1px #e5eaf1;*/
}
.slide_menu ul li{
    background-color: #ffffff;
    cursor: pointer;
    border-bottom: solid 1px #e5eaf1;
    position: relative;

}
.slide_menu ul li div{
    width: 100%;
    height: 64px;
    align-items: center;
    display: flex;
    flex-direction: column;
    /*border: solid 1px #e5eaf1;*/
    -webkit-transition: 200ms;
    transition: 200ms;
    color: #798090;
    font-size: 12px;
}

.slide_menu ul li .slide_menu_item:hover{
    width: 128px;
    height: 64px;
    margin-left: -64px;
    background-image: linear-gradient(90deg, #459dff 0%, #077cff 100%), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 4px 0px 0px 4px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    /*border-color:#077cff;*/
}

.slide_menu ul li div img{
    margin: 12px;
    width: 23px;
    height: auto;
}
.slide_menu ul li div p{
    font-weight: normal;
    font-stretch: normal;
    line-height: 10px;
    letter-spacing: 0px;
}
.slide_menu_wechat{
    position: absolute;
    right: 150px;
    top: 0px;
}

.slide_menu_phone{
    position: absolute;
    right: 150px;
    top: 16px;
    height: 48px!important;
    line-height: 48px;
    background: #fff;
    border-radius: 5px;
    width: max-content!important;
    padding: 0 20px;

}

.slide_menu_wechat img{
    width: 87px!important;
    height: 87px!important;
    padding: 13px;
    background: #ffffff;
    margin: 0!important;
}
@media screen and (max-width: 768px) {

    .slide_menu{
        display: none;
    }
    .mobile_slide {
        width: 100%;
        position: relative;
        height: 8.79rem;
        background: #000;
    }

    .mobile_slide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
        height: 8.79rem;
    }

    .mobile_slide .bd ul {
        width: 100% !important;
        height: 100% !important;
    }

    .mobile_slide .bd li {
        width: 100% !important;
        height: 8.79rem;
        overflow: hidden;
        text-align: center;
        background-size: 100% 100%;
        background-position: center center;
    }

    .mobile_slide .bd li a {
        display: block;
        height: 8.79rem;
    }

    .mobile_slide .hd {
        position: absolute;
        bottom: .2rem;
        left: 0;
        right: 0;
        text-align: center;
    }

    .mobile_slide .hd li {
        width: .45rem;
        height: .3rem;
        display: inline-block;
        margin: 0 .08rem;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        text-indent: 140px;
    }

    .mobile_slide .hd li:before,
    .mobile_slide .hd li:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        top: 50%;
        margin-top: -1px;
    }

    .mobile_slide .hd li:before {
        z-index: 1;
        background: rgba(255,255,255,.5);
    }

    .mobile_slide .hd li:after {
        z-index: 2;
        background: #fff;
        width: 0;
    }

    .mobile_slide .hd li.on:after {
        width: 100%;
        transition: width 3s ease-in-out;
    }

    .mobile_title {
        text-align: center;
        padding: 0 .5rem;
    }

    .mobile_title h3 {
        font-size: .48rem;
        font-weight: 500;
        color: rgba(0,4,26,1);
        line-height: .72rem;
    }

    .mobile_title p {
        font-size: .28rem;
        font-weight: 400;
        color: rgba(65,69,77,1);
        line-height: .46rem;
    }

    .mobile_section1 {
        padding-top: .6rem;
    }

    .mobile_section1 .content {
        width: 6.9rem;
        height: 11rem;
        background: #fff;
        box-shadow: 0 .04rem .2rem 0 rgba(195,208,229,0.6);
        border-radius: .1rem;
        margin: .5rem auto 0;
        padding-top: .3rem;
    }

    .mobile_section2 {
        padding-top: 1.2rem;
    }

    .scene_title {
        margin-top: 35px;
        display: flex;
        justify-content: space-around;
    }

    .scene_title .btn_tit {
        width: 2.8rem;
        line-height: .72rem;
        font-size: .32rem;
        color: rgba(87,92,102,1);
        cursor: pointer;
    }

    .scene_title .btn_tit .line {
        width: 2.4rem;
        height: .04rem;
        border-radius: .02rem;
        background: #fff;
        margin-left: .2rem;
    }

    .scene_title .btn_tit.active {
        font-weight: bold;
        color: rgba(7,28,53,1);
    }

    .scene_title .btn_tit.active .line {
        background: rgba(0,119,255,1);
    }

    .scene_slide {
        width: 100%;
        position: relative;
        height: 5.9rem;
        background: #000;
    }

    .scene_slide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
        height: 5.9rem;
        color: #fff;
    }

    .scene_slide .bd ul {
        width: 100% !important;
        height: 100% !important;
    }

    .scene_slide .bd li {
        width: 100% !important;
        height: 5.9rem;
        overflow: hidden;
        text-align: center;
        background-size: 100% 100%;
        padding-top: 1.25rem;
    }

    .scene_slide .hd {
        position: absolute;
        bottom: .2rem;
        left: 0;
        right: 0;
        text-align: center;
    }

    .scene_slide .hd li {
        width: .45rem;
        height: .3rem;
        display: inline-block;
        margin: 0 .08rem;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        text-indent: 140px;
    }

    .scene_slide .hd li:before,
    .scene_slide .hd li:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        top: 50%;
        margin-top: -1px;
    }

    .scene_slide .hd li:before {
        z-index: 1;
        background: rgba(255,255,255,.5);
    }

    .scene_slide .hd li:after {
        z-index: 2;
        background: #fff;
        width: 0;
    }

    .scene_slide .hd li.on:after {
        width: 100%;
        transition: width 3s ease-in-out;
    }

    .scene_slide .bd h6 {
        font-size: .32rem;
        line-height: .72rem;
        font-weight: 500;
    }

    .scene_slide .bd p {
        padding: .25rem;
        height: 1.2rem;
        font-size: .24rem;
        line-height: .6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: .15rem;
    }

    .scene_slide .bd a {
        width: 2.14rem;
        height: .66rem;
        display: flex;
        border-radius: .06rem;
        justify-content: center;
        align-items: center;
        font-size: .24rem;
        background: #006eff;
        color: #fff;
        margin: .5rem auto 0
    }

    .mobile_section3 {
        padding-top: .6rem;
    }

    .mobile_section3 .more {
        width: 3.28rem;
        height: .78rem;
        background: rgba(0,110,255,1);
        box-shadow: 0 .08rem .18rem 0 rgba(0,110,255,0.2);
        border-radius: .04rem;
        line-height: .78rem;
        text-align: center;
        display: block;
        margin: 0 auto 0;
        font-size: .28rem;
        color: #fff;
    }

    .mobile_section4 {
        padding-top: .8rem;
    }

    .mobile_section4 .customer_content {
        overflow: hidden;
        width: 100%;
        padding: .45rem 0 .5rem;
    }

    .mobile_section4 .customer_content ul {
        height: .86rem;
        margin-bottom: .24rem;
        width: 100%;
        list-style-type: none;
        white-space: nowrap;
        -webkit-animation: move 100s linear infinite;
        animation: move 100s linear infinite;
        font-size: 0;
    }

    .mobile_section4 .customer_content ul:nth-of-type(odd) {
        padding-left: .8rem;
    }

    .mobile_section4 .customer_content li {
        display: inline-block;
        width: 2rem;
        height: .86rem;
        margin-right: .54rem;
        overflow: hidden;
        box-shadow: 0 .02rem .08rem 0 rgba(0,0,0,.08);
    }

    .mobile_section4 .customer_content li img {
        max-width: 100%;
        height: 100%;
        vertical-align: middle;
    }
    @-webkit-keyframes move {
        0%{-webkit-transform: translateX(0);
            transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(-33.02rem);
            transform: translateX(-33.02rem)
        }
    }

    @keyframes move {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(-33.02rem);
            transform: translateX(-33.02rem)
        }
    }

    .mobile_section5 {
        padding-top: .75rem;
        background: #fff url("/saas/resource/sale-platform/images/mobile_trait.png") no-repeat top center;
        background-size: 100% 4.52rem;
    }

    .mobile_section5 .top {
        display: flex;
        justify-content: space-between;
        padding: 0 .15rem;
    }

    .mobile_section5 .top li {
        color: #fff;
        width: 2rem;
        text-align: center
    }

    .mobile_section5 .num {
        font-size: .38rem;
        font-weight: 500;
    }

    .mobile_section5 .tit {
        font-size: .2rem;
        margin-top: .2rem;
        letter-spacing: 1px;
    }

    .mobile_section5 .list {
        width: 100%;
        display: flex;
        padding: 0 .38rem;
        flex-wrap: wrap;
        margin-top: .7rem;
        justify-content: space-between
    }

    .mobile_section5 .list li {
        width: 3.28rem;
        height: 3.8rem;
        background: #fff;
        box-shadow: 0 .1rem .2rem 0 rgba(142,176,255,0.2);
        border-radius: .04rem;
        text-align: center;
        padding: .15rem;
        margin-bottom: .25rem;
    }

    .mobile_section5 .list .img {
        height: 1.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_section5 .list .img img {
        width: .53rem;
        height: .6rem;
    }

    .mobile_section5 .list li:nth-child(2n) img {
        width: .56rem;
        height: .63rem;
    }

    .mobile_section5 .list li:nth-child(3) img {
        width: .54rem;
        height: .54rem;
    }

    .mobile_section5 .list h6 {
        font-size: .28rem;
        font-weight: 500;
    }

    .mobile_section5 .list p {
        font-size: .22rem;
        line-height: .48rem;
        color: #585c68;
        margin-top: .1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .mobile_section1 .service {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ececec;
        width: 6.3rem;
        margin: 0 auto;
    }

    .mobile_section1 .service li {
        width: 1.62rem;
        font-size: .28rem;
        text-align: center;
        color: #575c66;
        line-height: .72rem;
        position: relative;
    }

    .mobile_section1 .service li.on {
        color: #056dff;
        font-weight: 500;
    }

    .mobile_section1 .service li.on:after {
        position: absolute;
        width: 100%;
        height: .04rem;
        content: '';
        border-radius: .02rem;
        background: #056dff;
        left: 0;
        bottom: -1px;
    }

    .mobile_section1 .list>li {
        height: 2.3rem;
        display: flex;
        padding: .45rem .3rem 0 .25rem;
    }

    .mobile_section1 .list .img {
        width: 1.25rem;
        height: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_section1 .list .img img {
        width: 1.15rem;
        height: 1.15rem;
    }

    .mobile_section1 .list .info {
        font-size: .24rem;
        font-weight: 400;
        color: rgba(87,92,102,1);
        line-height: .42rem;
        padding-left: .35rem;
    }

    .mobile_section1 .list .info span {
        display: block;
        height: .84rem;
    }

    .mobile_section1 .list .info span:first-child {
        font-size: .32rem;
        height: .48rem;
        margin-bottom: .1rem;
        color: #2b2e33
    }

    .mobile_section1 .link {
        border-top: 1px solid #e8e8e8;
        width: 100%;
        font-size: .22rem;
        color: #006eff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: .82rem;
        padding-left: .6rem;
        padding-right: .3rem;
        cursor: pointer;
    }

    .mobile_section1 .link i {
        border: solid #006eff;
        border-width: 0 .02rem .02rem 0;
        display: inline-block;
        padding: .08rem;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}
