﻿@charset "utf-8";
/* =====================内页样式======================== */
.print-dot {
    position: relative;
    top: -90px;
    display: block;
    height: 0;
    overflow: hidden
}

/* 视频弹窗 */
.popVideo {
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
}

.popVideo-items {
    width: 1000px;
    position: relative;
    display: none;
    padding: 34px 34px 0;
}

.popVideo-video {
    width: 100%;
}

    .popVideo-video video {
        width: 100%;
    }

    .popVideo-video iframe {
        width: 100%;
        height: 500px;
    }

.popVideo-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: url('/hdcss/closeW.svg') no-repeat center/24px auto;
    cursor: pointer;
    opacity: .7;
    transition: all .6s ease;
}

    .popVideo-close:hover {
        opacity: 1;
    }

@media all and (max-width:1100px) {
    .popVideo-items {
        width: 92%;
        padding: 34px 0 0;
    }

    .popVideo-close {
        right: 0;
    }

    .popVideo-video iframe {
        height: 400px;
    }
}

@media all and (max-width:640px) {
    .popVideo-video iframe {
        height: 200px;
    }
}

/* 分页 */
.paging {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 40px;
    user-select: none;
}

.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button {
    display: inline-block;
    vertical-align: middle;
}

    .paging-menu a {
        width: 44px;
        height: 44px;
        margin: 4px;
        font-size: 18px;
        color: #666;
        transition: all .4s ease;
        background-color: #fff;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: Arial;
        line-height: 1
    }

        .paging-menu a:hover, .paging-menu a.active, .paging a.on {
            border-color: #006aff;
            background-color: #006aff;
            color: #fff;
        }

.paging-skip {
    margin-left: 8px;
}

.paging-hint {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin: 0 8px;
}

    .paging-hint:first-of-type {
        margin: 0;
    }

.paging-skip input {
    width: 54px;
    text-align: center;
    height: 38px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    transition: all .4s ease;
}

    .paging-skip input:focus {
        border-color: #006aff;
    }

.paging-skip button {
    color: #555;
    font-size: 14px;
    padding: 0 18px;
    border: 1px solid #e1e1e1;
    transition: all .4s ease;
    height: 38px;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
}

    .paging-skip button:hover {
        background-color: #006aff;
        color: #fff;
        border-color: #006aff;
    }

.paging-hint span {
    color: #006aff;
}

.paging-menu a:first-of-type:hover, .paging-menu a:last-of-type:hover {
    background: transparent;
    color: #006aff
}

@media all and (max-width:1279px) {
    .paging {
        margin-top: 30px
    }

    .paging-menu a {
        width: 40px;
        height: 40px;
        font-size: 15px
    }
}

@media all and (max-width:1000px) {
    .paging-menu a {
        margin: 4px;
        width: 36px;
        height: 36px;
        font-size: 14px
    }

    .paging-skip {
        width: 100%;
        margin-left: 0;
    }

    .paging-menu svg {
        width: 20px
    }
}

@media all and (max-width:640px) {
    .paging-menu a {
        font-size: 13px;
        margin: 3px;
        width: 32px;
        height: 32px
    }

    .paging {
        margin-top: 20px
    }
}
/* 搜索页面 */
.search {
    width: 100%;
    padding: 80px 0;
}

.search-info {
    width: 100%;
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

    .search-info span {
        color: #006aff;
    }

.search-list {
    width: 100%;
    margin-top: 30px;
}

.search-link {
    display: block;
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid #f0f0f2;
}

    .search-link h2 {
        font-size: 20px;
        color: #333;
        line-height: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all .4s ease;
    }

    .search-link p {
        width: 100%;
        font-size: 16px;
        margin-top: 16px;
        color: #666;
        line-height: 26px;
        max-height: 52px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .search-link .highlightRow span {
        color: #006aff !important;
    }

    .search-link:hover h2 {
        color: #006aff;
    }

@media all and (max-width:1599px) {
    .search {
        padding: 70px 0;
    }

    .search-info {
        font-size: 26px;
    }

    .search-link {
        padding: 28px 0;
    }

    .search-list {
        margin-top: 18px;
    }
}

@media all and (max-width:1279px) {
    .search {
        padding: 60px 0;
    }

    .search-info {
        font-size: 24px;
    }

    .search-link {
        padding: 24px 0;
    }

    .search-list {
        margin-top: 12px;
    }
}

@media all and (max-width:1000px) {
    .search {
        padding: 40px 0;
    }

    .search-info {
        font-size: 20px;
    }

    .search-link {
        padding: 20px 0;
    }

    .search-list {
        margin-top: 8px;
    }

    .search-link h2 {
        font-size: 18px;
    }

    .search-link p {
        margin-top: 12px;
    }
}

/* com-banner */
.com-banner {
    position: relative
}

    .com-banner .bg {
        min-height: 550px
    }

    .com-banner h5 {
        width: 100%;
        line-height: 1;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .com-banner .content {
        width: 100%;
        height: calc(100% - 80px);
        margin-top: 80px;
        position: absolute;
        left: 0;
        top: 0
    }

        .com-banner .content .contain {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #fff
        }

        .com-banner .content .size-big, .com-banner .content h1 {
            font-weight: 700;
            line-height: 1;
            font-size: 42px
        }

            .com-banner .content .size-big span, .com-banner .content .size-big h1 span {
                display: block;
                margin-top: 5px
            }

                .com-banner .content .size-big span strong, .com-banner .content .size-big span strong {
                    color: #fff229
                }

        .com-banner .content .frame {
            padding: 11px 15px;
            border: 1px solid rgba(255,255,255,.2);
            border-radius: 5px;
            margin-left: 18px
        }

            .com-banner .content .frame p {
                font-size: 18px;
                line-height: 1;
                position: relative
            }

                .com-banner .content .frame p + p {
                    padding-left: 13px;
                    margin-left: 12px
                }

                    .com-banner .content .frame p + p:after {
                        content: '';
                        width: 1px;
                        height: 80%;
                        background: rgba(255,255,255,.2);
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        left: 0
                    }

        .com-banner .content .txt {
            margin-top: 20px
        }

        .com-banner .content p {
            font-size: 16px;
            line-height: 26px;
            max-width: 360px
        }

        .com-banner .content .size-sm {
            font-size: 18px !important;
            font-weight: bold
        }

        .com-banner .content p b {
            font-size: 25px;
            color: #f7de26;
            line-height: 40px
        }

            .com-banner .content p b.sm {
                font-size: 16px
            }

    .com-banner .btn-list {
        font-size: 0;
        margin-top: 36px
    }

    .com-banner .btn {
        width: 146px;
        height: 46px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        border: 1px solid transparent;
        color: #fff;
        border-radius: 6px;
        transition: all .4s ease
    }

        .com-banner .btn i {
            display: block;
            background: url(/hdcss/arrRW.svg) no-repeat center/100%;
            width: 16px;
            height: 16px;
            margin-left: 8px;
            transition: all .4s ease
        }

        .com-banner .btn:nth-child(1) {
            background: #006aff;
            border-color: #006aff
        }

        .com-banner .btn:nth-child(2) {
            border-color: #fff;
            margin-left: 14px
        }

        .com-banner .btn:hover {
            border-color: #fff;
            background: #fff;
            color: #006aff
        }

            .com-banner .btn:hover i {
                background: url(/hdcss/arrR-blue.svg) no-repeat center/100%;
                margin-left: 12px
            }

.com-banner-tab {
    border-bottom: 1px solid #edf0f4
}

    .com-banner-tab.fixed {
        position: fixed;
        left: 0;
        top: 80px;
        width: 100%;
        background: #fff;
        z-index: 99998
    }

    .com-banner-tab ul {
        flex-wrap: wrap;
        height: 60px;
        position: relative;
        overflow: hidden
    }

    .com-banner-tab .out-tab {
        width: 81%;
        position: relative
    }

    .com-banner-tab ul.on {
        height: auto
    }

        .com-banner-tab ul.on + .arrow-btn-tab svg {
            transform: rotate(180deg)
        }

    .com-banner-tab .out-tab .arrow-btn-tab {
        background: #eaeaea;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 20px;
        right: 0;
        color: #333;
        transition: all .4s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .com-banner-tab li {
        margin-right: 40px;
        height: 60px
    }

    .com-banner-tab a {
        height: 60px;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #383b62;
        line-height: 1;
        position: relative;
        transition: color .4s ease
    }

        .com-banner-tab a:hover {
            color: #006aff
        }

        .com-banner-tab a.active {
            color: #006aff
        }

            .com-banner-tab a.active:after {
                content: '';
                height: 2px;
                background: #006aff;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%
            }

.com-banner-nav {
    font-size: 0;
    height: 60px;
    display: flex;
    align-items: center
}

    .com-banner-nav a {
        display: block;
        line-height: 1;
        color: #76788c;
        font-size: 16px;
        height: auto
    }

        .com-banner-nav a:hover {
            text-decoration: underline
        }

    .com-banner-nav .crumbs-home {
        display: block;
        background: url(/hdimages/home-icon.png) no-repeat center/100%;
        width: 17px;
        height: 15px;
        margin-right: 10px
    }

    .com-banner-nav .crumbs-arrow {
        display: block;
        background: url(/hdcss/arrR-gray.svg) no-repeat center/100%;
        width: 15px;
        height: 20px;
        margin: 0 5px
    }

    .com-banner-nav span {
        display: block;
        font-size: 16px;
        color: #777;
        line-height: 1
    }

    .com-banner-nav.white span {
        color: #fff
    }

.com-banner .separate {
    margin-top: 12px
}

    .com-banner .separate li {
        font-size: 16px;
        line-height: 1;
        padding-left: 18px;
        border-left: 1px solid #fff
    }

    .com-banner .separate.style2 li {
        border-left-color: rgba(255,255,255,.2)
    }

    .com-banner .separate.style2 li {
        padding-left: 12px
    }

    .com-banner .separate li + li {
        margin-left: 16px
    }

    .com-banner .separate.style2 li + li {
        margin-left: 12px
    }

.com-banner-tab .sm-tit {
    font-weight: 700;
    font-size: 16px;
    color: #444;
    display: block;
    line-height: 1;
    margin-right: 20px;
    white-space: nowrap;
    height: 60px;
    display: flex;
    align-items: center
}
/* com-tit */
.com-tit {
    font-size: 30px;
    line-height: 1;
    color: #1b1e3f;
    text-align: center
}

    .com-tit.lft {
        text-align: left
    }

    .com-tit.line {
        padding-bottom: 24px;
        position: relative
    }

    .com-tit.white {
        color: #fff
    }

.com-tip {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 20px auto 0;
    max-width: 840px
}

    .com-tip.blue {
        color: #87b0f5
    }

    .com-tip.lft {
        text-align: left;
        max-width: 100%
    }

    .com-tip.white {
        color: #fff
    }

    .com-tip.white {
        position: relative;
        padding-bottom: 22px
    }

        .com-tip.white:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            width: 56px;
            height: 1px
        }

/* 解决方案 */
.solution-pain {
    padding: 82px 0 54px
}

    .solution-pain h2.com-tit:not(:first-of-type) {
        margin-top: 60px
    }

    .solution-pain .swiper {
        margin-top: 35px
    }

    .solution-pain li {
        width: 25%;
        text-align: center;
        padding: 0 35px;
        position: relative
    }

        .solution-pain li + li:after {
            content: '';
            width: 1px;
            height: 80%;
            background: #eee;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

        .solution-pain li i {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 54px
        }

        .solution-pain li h3 {
            color: #191c3d;
            line-height: 1;
            font-size: 22px;
            margin: 20px 0 15px
        }

        .solution-pain li p {
            color: #76788c;
            font-size: 15px;
            line-height: 26px
        }

.swiper-pagination {
    font-size: 0;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0
}

.solution-pain .swiper-wrapper {
    padding-bottom: 40px
}

.com-dot-pagin .swiper-pagination-bullet {
    margin: 0 18px !important;
    width: 6px;
    height: 6px;
    transition: all .4s ease;
    position: relative;
    background: #c0c0c0;
    opacity: 1
}

.com-dot-pagin .swiper-pagination-bullet-active {
    background: #006aff
}

.com-dot-pagin .swiper-pagination-bullet:after {
    content: '';
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #006aff;
    position: absolute;
    left: -6px;
    top: -6px;
    transform: scale(0);
    transition: all .4s ease;
    transform-origin: center
}

.com-dot-pagin .swiper-pagination-bullet-active:after {
    transform: scale(1)
}

.solution-trait {
    padding: 88px 0 78px
}

    .solution-trait .list {
        background: rgba(255,255,255,.14);
        border-radius: 5px;
        padding: 17px 62px;
        margin: 16px 0 46px
    }

        .solution-trait .list li {
            color: #fff;
            font-size: 16px;
            line-height: 1;
            padding-left: 24px;
            position: relative
        }

            .solution-trait .list li:after {
                content: '';
                background: url(/hdimages/ok-icon.png) no-repeat center/100%;
                width: 18px;
                height: 18px;
                position: absolute;
                left: 0;
                top: 0
            }

    .solution-trait .swiper {
        margin: 28px 0;
        position: relative
    }

    .solution-trait .item {
        background: #fff;
        text-align: center;
        padding: 50px 40px 40px;
        height: auto
    }

        .solution-trait .item h3 {
            color: #191c3d;
            font-size: 22px;
            line-height: 1;
            padding-bottom: 17px;
            position: relative
        }

            .solution-trait .item h3:after {
                content: '';
                width: 37px;
                height: 4px;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                background: #006aff;
                position: absolute
            }

        .solution-trait .item p {
            color: #76788c;
            font-size: 14px;
            line-height: 26px;
            margin-top: 18px
        }

.com-swiper-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,106,255,.1);
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    user-select: none
}

    .com-swiper-btn.white {
        background: rgba(255,255,255,.4)
    }

    .com-swiper-btn.next img {
        transform: rotate(180deg)
    }

    .com-swiper-btn img {
        width: 26px;
        object-fit: cover
    }

    .com-swiper-btn:not(.swiper-button-disabled):hover {
        background: rgba(0,106,255,.2)
    }

    .com-swiper-btn.prev {
        left: -70px
    }

    .com-swiper-btn.next {
        right: -70px
    }

.solution-graphic {
    padding: 85px 0 70px
}

    .solution-graphic img {
        width: 100%
    }

    .solution-graphic .content {
        margin-top: 30px
    }

.btn-inline {
    display: flex;
    justify-content: center
}

.solution-com-btn {
    width: 160px;
    height: 40px;
    color: #006aff;
    border: 1px solid #006aff;
    font-size: 14px;
    line-height: 1;
    transition: all .4s ease;
    border-radius: 3px
}

    .solution-com-btn + .solution-com-btn {
        margin-left: 10px
    }

    .solution-com-btn:hover {
        background-color: #006aff;
        color: #fff
    }

    .solution-com-btn.white {
        color: #fff;
        border-color: #fff
    }

        .solution-com-btn.white:hover {
            background: #fff;
            color: #006aff
        }

.solution-core {
    background: linear-gradient(90deg,#76777a 0,#0341c3 80%);
    position: relative
}

    .solution-core .inner {
        padding: 80px 0 60px;
        overflow: hidden
    }

    .solution-core .content {
        margin-top: 38px
    }

    .solution-core .lft {
        width: 164px;
        position: relative;
        z-index: 1
    }

        .solution-core .lft:after {
            background: linear-gradient(90deg,transparent 50%,rgba(86,141,255,.1) 100%);
            content: '';
            width: 100%;
            height: 200%;
            z-index: -1;
            position: absolute;
            left: 0;
            top: -50%
        }

        .solution-core .lft a {
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 16px;
            line-height: 1;
            position: relative;
            z-index: 1
        }

            .solution-core .lft a:before {
                content: '';
                top: 50%;
                transform: translateY(-50%);
                left: 26px;
                border-radius: 50%;
                background-color: #fff;
                width: 8px;
                height: 8px;
                position: absolute;
                transition: opacity .4s ease;
                opacity: 0
            }

            .solution-core .lft a:after {
                content: '';
                width: calc(100% + 20px);
                background-color: #006aff;
                left: 0;
                height: 100%;
                top: 0;
                z-index: -1;
                position: absolute;
                border-top-right-radius: 30px;
                border-bottom-right-radius: 30px;
                opacity: 0;
                transition: opacity .4s ease
            }

            .solution-core .lft a.active:after, .solution-core .lft a.active:before, .solution-core .lft a:hover:after, .solution-core .lft a:hover:before {
                opacity: 1
            }

    .solution-core .btns {
        margin-top: 85px
    }

    .solution-core .btn {
        display: inline-flex;
        width: 120px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        font-size: 14px;
        border-radius: 3px;
        transition: all .4s ease
    }

        .solution-core .btn:nth-child(1) {
            background: #fff;
            border-color: #fff;
            color: #006aff
        }

        .solution-core .btn:nth-child(2) {
            background: 0 0;
            border-color: #fff;
            color: #fff;
            margin-left: 15px
        }

        .solution-core .btn:hover {
            background: #fff;
            color: #006aff;
            border-color: #fff;
            box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
        }

    .solution-core .txt {
        width: 31%;
        margin-top: 20px;
        margin-left: 90px
    }

        .solution-core .txt .item:not(:first-of-type) {
            display: none
        }

        .solution-core .txt h3 {
            font-size: 25px;
            color: #fff;
            line-height: 1;
            padding-bottom: 17px;
            position: relative
        }

            .solution-core .txt h3:after {
                content: '';
                width: 37px;
                height: 4px;
                bottom: 0;
                left: 0;
                background: #fff;
                position: absolute
            }

        .solution-core .txt p {
            font-size: 15px;
            line-height: 28px;
            color: #fff;
            margin-top: 30px
        }

    .solution-core picture {
        position: absolute;
        right: 0;
        bottom: 400px;
        width: 46%;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .solution-core picture img:not(:first-of-type) {
            display: none
        }

.solution-advantage {
    padding: 114px 0 78px
}

    .solution-advantage .swiper {
        position: relative;
        margin: 25px 0 23px
    }

    .solution-advantage .item {
        padding: 46px 46px 30px;
        background-color: #f7f7f7;
        z-index: 1;
        height: auto
    }

        .solution-advantage .item h3 {
            font-size: 24px;
            line-height: 1;
            color: #191c3d;
            padding-bottom: 20px;
            margin-top: 15px;
            position: relative;
            transition: color .4s ease
        }

            .solution-advantage .item h3:after {
                content: '';
                width: 37px;
                height: 4px;
                bottom: 0;
                left: 0;
                background: #006aff;
                position: absolute;
                transition: color .4s ease
            }

        .solution-advantage .item p {
            font-size: 14px;
            line-height: 24px;
            color: #76788c;
            margin-top: 20px;
            transition: color .4s ease
        }

        .solution-advantage .item .bg {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            transition: all .4s ease;
            z-index: -1
        }

        .solution-advantage .item:hover h3, .solution-advantage .item:hover p {
            color: #fff
        }

            .solution-advantage .item:hover h3:after {
                background-color: #fff
            }

        .solution-advantage .item:hover .bg {
            opacity: 1
        }

        .solution-advantage .item .content {
            width: 100%;
            height: 100%
        }

        .solution-advantage .item i {
            display: block;
            position: relative;
            height: 45px
        }

            .solution-advantage .item i img {
                position: absolute;
                bottom: 0;
                left: 0;
                transition: opacity .4s ease
            }

            .solution-advantage .item i .status, .solution-advantage .item:hover i .default {
                opacity: 0
            }

        .solution-advantage .item:hover i .status {
            opacity: 1
        }

.solution-client {
    padding: 88px 0 72px;
    background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 327px
}

.solution-client-nav {
    border-color: rgba(229,234,241,.2)
}

    .solution-client-nav a, .solution-client-nav a.active {
        color: #fff
    }

    .solution-client-nav .line {
        background: #fff
    }

.solution-client-sub {
    display: none;
    position: relative
}

    .solution-client-sub .swiper-container {
        width: 100%
    }

    .solution-client-sub .com-swiper-btn {
        top: 62%
    }

    .solution-client-sub.active {
        display: flex
    }

.solution-client-cell {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(14,21,45,.1);
    padding: 46px;
    align-items: center;
    position: relative
}

    .solution-client-cell.active {
        display: flex
    }

.solution-client-item {
    text-align: center
}

.solution-client-logo {
    max-width: 100%;
    object-fit: cover
}

.solution-client-swiper {
    max-width: 70%
}

.solution-client-item p {
    font-size: 16px;
    color: #494b65;
    line-height: 28px;
    margin: 20px 0 90px
}

.solution-client-item h3 {
    font-size: 16px;
    line-height: 28px;
    color: #76788c
}

.solution-client-cell ul {
    position: absolute;
    display: flex;
    align-items: flex-end;
    z-index: 2;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%)
}

.solution-client-cell li + li {
    margin-left: 68px
}

.solution-client-cell li {
    cursor: pointer
}

    .solution-client-cell li img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        transition: all .3s ease
    }

    .solution-client-cell li.active img {
        width: 56px;
        height: 56px
    }

    .solution-client-cell li:not(.active) img {
        opacity: .5
    }

.solution-client-cell a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,106,255,.1);
    transition: all .4s ease
}

    .solution-client-cell a.next img {
        transform: rotate(180deg)
    }

    .solution-client-cell a img {
        width: 26px;
        object-fit: cover
    }

    .solution-client-cell a:hover {
        background: rgba(0,106,255,.2)
    }

.tab-nav {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e5eaf1;
    position: relative
}

    .tab-nav a + a {
        margin-left: 35px
    }

    .tab-nav a {
        font-size: 25px;
        color: #191c3d;
        position: relative;
        padding: 0 30px 20px;
        line-height: 1;
        transition: all .4s ease .3s;
        white-space: nowrap
    }

    .tab-nav.sm a {
        font-size: 18px;
        padding: 0 1px 12px
    }

    .tab-nav a.active, .tab-nav a:hover {
        color: #006aff
    }

    .tab-nav a {
        position: relative
    }

    .tab-nav.white {
        border-color: rgba(229,234,241,.2)
    }

        .tab-nav.white a, .tab-nav.white a.active {
            color: #fff
        }

    .tab-nav .line {
        height: 2px;
        display: block;
        background: #006aff;
        position: absolute;
        left: 0;
        bottom: -1px;
        transition: width .4s ease;
        transform-origin: left
    }

    .tab-nav.white .line {
        background: #fff
    }

.solution-client-list {
    margin: 32px 0 38px
}

    .solution-client-list .swiper-slide {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        font-size: 0
    }

.case-item {
    display: block;
    border-radius: 10px;
    overflow: hidden
}

    .case-item:hover {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .case-item .pic {
        position: relative
    }

        .case-item .pic .logo {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            bottom: -35px;
            right: 20px;
            box-shadow: 0 0 16px 0 rgba(0,0,0,.27)
        }

            .case-item .pic .logo img {
                max-width: 80%;
                max-height: 50%;
                height: auto;
                object-fit: cover
            }

    .case-item .txt {
        background-color: #fff;
        padding: 40px 30px
    }

        .case-item .txt h3 {
            font-size: 22px;
            line-height: 1;
            color: #333;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .case-item .txt p {
            color: #9b9ca8;
            font-size: 14px;
            line-height: 24px;
            margin-top: 16px
        }

    .case-item .content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background: #fff url(/hdimages/case-item-bg.jpg) no-repeat bottom/contain;
        overflow: hidden;
        padding: 30px;
        border-bottom: 5px solid #006aff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        opacity: 0;
        transform: translateY(100%);
        transition: all .4s ease
    }

    .case-item:hover .content {
        transform: translateY(0);
        opacity: 1
    }

    .case-item .content .logo-pic {
        height: 60px;
        display: flex;
        align-items: center;
        margin: 0 auto
    }

    .case-item .content p {
        color: #80839b;
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px
    }

    .case-item .content span {
        color: #006aff;
        font-size: 14px;
        line-height: 1;
        display: block;
        margin-top: 44px
    }

.pop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    display: none
}

    .pop.verification .demo-cont .lft .txt p {
        font-weight: 400
    }

    .pop.verification .demo-cont .lft ul.data {
        margin-top: 28px;
        padding-top: 28px;
        border-top: 1px solid #dcdcdc
    }

    .pop.verification .demo-cont .user-btn {
        margin-top: 25px
    }

.pop-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999991;
    background: rgba(0,0,0,.7)
}

.demo-cont {
    position: absolute;
    z-index: 9999999991;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    overflow: hidden
}

    .demo-cont .lft {
        background: #f7f8fc;
        width: 53%;
        padding: 60px 36px 30px
    }

        .demo-cont .lft .logo {
            text-align: center
        }

            .demo-cont .lft .logo p {
                font-family: '仿宋';
                font-size: 18px;
                color: #111;
                font-weight: 600;
                margin-top: 10px
            }

        .demo-cont .lft .txt {
            margin-top: 35px
        }

            .demo-cont .lft .txt p {
                font-size: 17px;
                line-height: 26px;
                color: #767677;
                font-weight: 700;
                text-align: justify
            }

        .demo-cont .lft ul.data {
            margin-top: 15px
        }

            .demo-cont .lft ul.data li {
                width: 33.33%;
                text-align: center;
                position: relative
            }

                .demo-cont .lft ul.data li + li {
                    border-left: 1px dashed #c9cacb
                }

            .demo-cont .lft ul.data span {
                color: #006aff;
                font-size: 30px;
                line-height: 1;
                font-family: Arial;
                display: flex;
                justify-content: center;
                align-items: flex-start;
                font-weight: 400
            }

                .demo-cont .lft ul.data span em {
                    font-size: 16px;
                    line-height: 1;
                    font-style: normal
                }

                .demo-cont .lft ul.data span b {
                    font-weight: 400;
                    font-size: 18px
                }

            .demo-cont .lft ul.data h6 {
                font-size: 14px;
                color: #888;
                line-height: 1;
                margin-top: 6px
            }

        .demo-cont .lft ul.list {
            margin-top: 50px
        }

            .demo-cont .lft ul.list li {
                color: #434343;
                font-size: 16px;
                font-family: '楷体';
                line-height: 28px;
                text-align: center
            }

        .demo-cont .lft ul.logo {
            margin-top: 50px
        }

            .demo-cont .lft ul.logo li {
                width: 25%;
                margin-top: 10px;
                display: flex;
                align-items: center;
                justify-content: center
            }

                .demo-cont .lft ul.logo li img {
                    max-width: 90%;
                    max-height: 90%;
                    height: auto;
                    object-fit: cover
                }

    .demo-cont .rgt {
        background: #fff;
        width: 47%;
        padding: 60px
    }

        .demo-cont .rgt h2 {
            color: #333;
            font-size: 35px;
            line-height: 1;
            text-align: center
        }

        .demo-cont .rgt .tip {
            font-size: 15px;
            line-height: 1;
            color: #999;
            text-align: center;
            margin-top: 15px
        }

    .demo-cont form {
        margin-top: 50px
    }

    .demo-cont input:not([type=checkbox]), .demo-cont textarea {
        display: block;
        width: 100%;
        height: 45px;
        border: 1px solid #e6e6e6;
        padding: 0 18px;
        border-radius: 4px
    }

        .demo-cont input:not([type=checkbox])::placeholder, .demo-cont textarea::placeholder {
            font-size: 15px;
            color: #777
        }

        .demo-cont input:not([type=checkbox]):not(:first-child) {
            margin-top: 12px
        }

.form-checkbox {
    margin-top: 15px
}

.magic-checkbox {
    position: absolute;
    display: none
}

    .magic-checkbox[disabled] {
        cursor: not-allowed
    }

    .magic-checkbox + label {
        position: relative;
        display: block;
        padding-left: 30px;
        cursor: pointer;
        vertical-align: middle;
        font-size: 16px;
        color: #888;
        height: 20px
    }

        .magic-checkbox + label:before {
            position: absolute;
            top: 2px;
            left: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '';
            border: 2px solid silver
        }

        .magic-checkbox + label:after {
            position: absolute;
            display: none;
            content: ''
        }

    .magic-checkbox[disabled] + label {
        cursor: not-allowed;
        color: #e4e4e4
    }

        .magic-checkbox[disabled] + label:after, .magic-checkbox[disabled] + label:before, .magic-checkbox[disabled] + label:hover {
            cursor: not-allowed
        }

            .magic-checkbox[disabled] + label:hover:before {
                border: 1px solid #e4e4e4
            }

        .magic-checkbox[disabled] + label:before {
            border-color: #e4e4e4
        }

    .magic-checkbox:checked + label:after {
        display: block
    }

    .magic-checkbox + label:after {
        top: 6px;
        left: 7px;
        box-sizing: border-box;
        width: 6px;
        height: 10px;
        transform: rotate(45deg);
        border-width: 2px;
        border-style: solid;
        border-color: #171717;
        border-top: 0;
        border-left: 0
    }

    .magic-checkbox:checked[disabled] + label:before {
        border: #c9e2f9;
        background: #c9e2f9
    }

.email-veri {
    display: flex;
    margin-top: 12px;
    justify-content: space-between
}

    .email-veri input:not([type=checkbox]) {
        width: 72%
    }

.demo-cont .veri-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    background: #006aff;
    color: #fff;
    font-size: 15px;
    height: 45px;
    transition: all .4s ease
}

    .demo-cont .veri-btn:hover {
        background: #0b58d0
    }

    .demo-cont .veri-btn.ing {
        background: #ddd;
        cursor: not-allowed
    }

.demo-cont .phone-veri {
    position: relative;
    margin-top: 12px;
    border-radius: 4px;
    overflow: hidden
}

.demo-cont .veri-btn {
    position: absolute;
    right: 0;
    top: 0
}

.demo-cont textarea {
    padding: 18px;
    height: auto;
    margin-top: 12px
}

.demo-cont .user-btn {
    width: 100%;
    height: 47px;
    background: #006aff;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    margin-top: 48px;
    transition: all .4s ease
}

    .demo-cont .user-btn:hover {
        box-shadow: 0 0 0 .2rem rgba(0,106,255,.5)
    }

.demo-cont .close {
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    width: 20px;
    height: 20px;
    color: #505050;
    font-size: 26px;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    padding-bottom: 2px;
    border-radius: 5px
}

    .demo-cont .close:hover {
        background: #efefef
    }

/* 产品详情 */
.prod-pain {
    padding: 75px 0 62px
}

    .prod-pain .swiper {
        position: relative;
        margin-top: 30px
    }

    .prod-pain .swiper-wrapper {
        padding-bottom: 40px
    }

    .prod-pain .content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        color: #fff;
        padding: 66px 35px 30px;
        background: 0 0;
        transition: background-color .4s ease
    }

        .prod-pain .content .inner {
            transition: transform .4s ease
        }

    .prod-pain .item:hover .content .inner {
        transform: translateY(-14px)
    }

    .prod-pain .content i {
        position: relative;
        height: 45px;
        display: block
    }

        .prod-pain .content i img {
            position: absolute;
            transition: all .4s ease;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            max-height: 100%
        }

    .prod-pain .item:hover i .default, .prod-pain i .status {
        opacity: 0
    }

    .prod-pain .item:hover i .status {
        opacity: 1
    }

    .prod-pain .content h3 {
        margin: 14px 0;
        font-size: 22px;
        line-height: 1;
        transition: color .4s ease
    }

    .prod-pain .item:hover h3 {
        color: #191c3d
    }

    .prod-pain .content p {
        font-size: 14px;
        color: #76788c;
        line-height: 22px;
        opacity: 0;
        transition: opacity .4s ease
    }

    .prod-pain .item:hover p {
        opacity: 1
    }

    .prod-pain .item .bg {
        transition: all 2s ease;
        visibility: visible;
        display: block
    }

    .prod-pain .item:hover .bg {
        opacity: 0;
        visibility: hidden
    }

    .prod-pain .item:hover .content {
        background: #f5f5f5
    }

.prod-chart {
    position: relative;
    padding: 74px 0 96px;
    z-index: 1;
    background-position: top
}

    .prod-chart .content {
        margin-top: 30px;
        padding: 32px 40px;
        border-radius: 30px;
        background: #fff;
        box-shadow: 0 0 54px 0 rgba(0,0,0,.12)
    }

.prod-overview {
    padding: 100px 0 75px
}

    .prod-overview .swiper-wrapper {
        padding-bottom: 40px
    }

    .prod-overview ul {
        margin-top: 10px
    }

    .prod-overview li {
        margin-top: 40px;
        width: 33.33%;
        text-align: center;
        padding: 0 75px
    }

        .prod-overview li i {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            height: 48px
        }

            .prod-overview li i img {
                max-height: 100%;
                object-fit: cover;
                width: auto
            }

        .prod-overview li h3 {
            color: #fff;
            font-size: 22px;
            line-height: 1;
            margin: 18px 0 14px
        }

        .prod-overview li p {
            font-size: 14px;
            color: #ddd;
            line-height: 22px
        }

.prod-value {
    padding: 75px 0 68px;
    background: #f0f4fe
}

    .prod-value .swiper {
        position: relative
    }

    .prod-value .swiper-container {
        width: calc(100% + 120px);
        padding: 50px 60px 50px 60px;
        margin-top: -20px;
        margin-left: -60px
    }

    .prod-value .btn {
        margin-top: -25px;
        z-index: 2;
        position: relative
    }

    .prod-value .item {
        text-align: center;
        padding: 60px 40px 40px;
        background: #fff;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 0 65px 0 rgba(14,21,45,.1)
    }

        .prod-value .item i {
            height: 48px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            margin-bottom: 20px
        }

            .prod-value .item i img {
                max-height: 100%;
                width: auto;
                object-fit: cover
            }

        .prod-value .item p {
            font-size: 16px;
            line-height: 28px;
            color: #5d5f75
        }

.prod-scenes {
    padding: 70px 0
}

    .prod-scenes .content {
        margin-top: 40px
    }

.prod-scheme {
    background: #f0f4fe;
    padding: 78px 0 100px
}

    .prod-scheme .tab-nav {
        margin: 38px 0 30px
    }

    .prod-scheme .item {
        height: 394px
    }

.multiple-item:not(:first-of-type) {
    display: none
}

.prod-scheme .item .lft {
    width: 41%;
    padding: 70px;
    background: #fff;
    height: 100%
}

.prod-scheme .item .rgt {
    width: 59%;
    height: 100%
}

.prod-scheme .item .lft h3 {
    font-size: 28px;
    color: #1b1e3f;
    line-height: 1
}

.prod-scheme .item .lft h4 {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #1b1e3f
}

.prod-scheme .item .lft h5 {
    margin-top: 8px;
    color: #1b1e3f;
    font-size: 14px
}

.prod-scheme .item .lft p {
    color: #76788c;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px
}

.prod-scheme .item .lft .btns {
    margin-top: 20px;
    font-size: 0
}

.prod-scheme .item .lft .btn {
    display: inline-flex;
    width: 120px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 3px;
    transition: all .4s ease
}

    .prod-scheme .item .lft .btn:nth-child(1) {
        background: #006aff;
        border-color: #006aff;
        color: #fff
    }

    .prod-scheme .item .lft .btn:nth-child(2) {
        background: 0 0;
        border-color: #006aff;
        color: #006aff;
        margin-left: 15px
    }

    .prod-scheme .item .lft .btn:hover {
        background: #fff;
        color: #006aff;
        border-color: #fff;
        box-shadow: 0 0 0 .2rem rgba(0,106,255,.5)
    }

.prod-scenes .item .rgt {
    width: 59%
}

/* 产品聚合 */
.prod-copywriting {
    padding: 85px 0 200px
}

    .prod-copywriting h2 {
        font-size: 34px;
        color: #1b1e3f;
        font-weight: 700;
        text-align: center;
        max-width: 520px;
        margin: 0 auto 25px;
        line-height: 45px;
        padding-bottom: 20px;
        position: relative
    }

.com-tit-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 42px;
    background: #000
}

.prod-copywriting p {
    font-size: 16px;
    color: #5d5f75;
    line-height: 30px;
    text-align: center;
    max-width: 820px;
    margin: 0 auto
}

.prod-goods {
    padding: 86px 0 94px
}

    .prod-goods .list {
        margin-top: 10px
    }

        .prod-goods .list:after {
            content: '';
            width: 32%
        }

        .prod-goods .list a {
            display: block;
            position: relative;
            margin-top: 20px;
            border-radius: 5px;
            overflow: hidden;
            width: 32%
        }

            .prod-goods .list a .content {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                color: #fff;
                padding: 50px 45px
            }

        .prod-goods .list .inner {
            transition: transform .4s ease
        }

        .prod-goods .list a:hover .inner {
            transform: translateY(-30px)
        }

        .prod-goods .list h3 {
            font-size: 21px;
            line-height: 1;
            margin-bottom: 12px
        }

        .prod-goods .list p {
            font-size: 14px;
            line-height: 22px
        }

        .prod-goods .list span {
            width: 120px;
            height: 38px;
            background: #fff;
            border-radius: 3px;
            font-size: 14px;
            color: #006aff;
            opacity: 0;
            visibility: hidden;
            transition: all .4s ease;
            margin-top: 10px;
            transform: scale(0)
        }

        .prod-goods .list a:hover span {
            opacity: 1;
            visibility: visible;
            transform: scale(1)
        }

.prod-trend {
    background: #f2f2f2;
    padding: 70px 0
}

    .prod-trend .item:hover .content {
        background: #fff
    }

.prod-scheme.swiper {
    background: #fff
}

.solution-advantage.bg-gray {
    background: #f5f5f5;
    padding: 60px 0
}

    .solution-advantage.bg-gray .item {
        background: #fff
    }

.prod-scenes-style2 {
    padding: 66px 0 55px
}

    .prod-scenes-style2 a {
        display: block;
        overflow: hidden
    }

    .prod-scenes-style2 .swiper {
        margin-top: 30px
    }

    .prod-scenes-style2 .content {
        position: absolute;
        bottom: 0;
        width: 100%
    }

    .prod-scenes-style2 i {
        width: 20px;
        display: flex;
        justify-content: center;
        margin-right: 8px
    }

        .prod-scenes-style2 i img {
            max-width: 100%;
            object-fit: cover
        }

    .prod-scenes-style2 .content p {
        color: #fff;
        font-size: 16px;
        line-height: 1
    }

    .prod-scenes-style2 .content {
        padding: 20px
    }

    .prod-scenes-style2 a:hover .bg {
        transform: scale(1.04)
    }

.prod-value.bg-blue {
    background-image: linear-gradient(180deg,#0341c3 0,#1e5cda 80%)
}

.prod-txt {
    padding: 70px 0 100px
}

    .prod-txt .content {
        height: 418px;
        margin-top: 30px
    }

    .prod-txt .txt {
        width: 42.5%;
        overflow-y: auto
    }

        .prod-txt .txt li {
            display: flex;
            align-items: center;
            font-size: 15px;
            line-height: 24px;
            color: #3e4169;
            padding: 20px 30px;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 5px;
            box-shadow: 0 2px 10px 0 rgba(14,21,45,.05)
        }

            .prod-txt .txt li + li {
                margin-top: 29px
            }

            .prod-txt .txt li i {
                display: block;
                background: url(/hdimages/ok-icon-blue.png) no-repeat center/100%;
                width: 22px;
                min-width: 22px;
                height: 22px;
                margin-right: 12px
            }

    .prod-txt .pic {
        width: 55.5%
    }

.mCSB_inside > .mCSB_container {
    margin-right: 26px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #0d63de !important;
    width: 5px;
    opacity: 1 !important
}

.mCustomScrollBox > .mCSB_scrollTools {
    width: 6px
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background-color: #e8e8e8 !important
}

.mCSB_scrollTools {
    width: 5px
}

.prod-txt.bg-blue {
    background: linear-gradient(90deg,#1e5ddb 0,#0341c3 80%)
}

    .prod-txt.bg-blue .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #6287d4 !important
    }

    .prod-txt.bg-blue .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .prod-txt.bg-blue .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #fff !important
    }

    .prod-txt.bg-blue li, .prod-txt.bg-gray li {
        background: 0 0;
        color: #fff;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #2b63d5
    }

.prod-txt.bg-gray li {
    border-color: #dbdbdb;
    color: #6a6c81
}

    .prod-txt.bg-blue li + li, .prod-txt.bg-gray li + li {
        margin-top: 0 !important
    }

    .prod-txt.bg-blue li:first-of-type, .prod-txt.bg-gray li:first-of-type {
        padding-top: 0
    }

.prod-txt.bg-blue li i {
    background-image: url(/hdimages/ok-icon-white.png)
}

.prod-txt.bg-gray {
    background: #f5f5f5
}

    .prod-txt.bg-gray .mCSB_scrollTools .mCSB_draggerRail {
        background: #dbdbdb !important
    }

.prod-slide {
    padding: 66px 0
}

    .prod-slide.bg-gray {
        background: #f0f4fe
    }

    .prod-slide .swiper {
        margin-top: 10px
    }

    .prod-slide .swiper-wrapper {
        padding-bottom: 20px
    }

    .prod-slide .pic {
        width: 50%
    }

    .prod-slide .txt {
        width: 50%;
        padding-left: 55px
    }

    .prod-slide .flex-direction-row-reverse .txt {
        padding-left: unset;
        padding-right: 55px
    }

    .prod-slide .txt h3 {
        font-size: 22px;
        color: #1b1e3f;
        line-height: 1;
        margin-bottom: 20px
    }

    .prod-slide .txt p {
        font-size: 15px;
        color: #76788c;
        line-height: 30px
    }

    .prod-slide .txt a {
        width: 120px;
        height: 40px;
        border: 1px solid #006aff;
        color: #006aff;
        font-size: 14px;
        border-radius: 4px;
        margin-top: 70px;
        transition: all .4s ease;
        display: inline-flex
    }

        .prod-slide .txt a + a {
            margin-left: 10px
        }

        .prod-slide .txt a:hover {
            background: #006aff;
            color: #fff
        }

.prod-scheme.bg-white {
    background: #fff
}

    .prod-scheme.bg-white .item {
        box-shadow: 0 0 40px 0 rgba(14,21,45,.1)
    }

.solution-client.style2 {
    background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 329px
}

    .solution-client.style2 .swiper {
        margin: 50px 0 26px
    }

/* 客户案例 */
.case-list-nav {
    padding: 55px 0 50px
}

    .case-list-nav .item + .item {
        margin-top: 18px
    }

    .case-list-nav .item .tit {
        min-width: 132px;
        width: 132px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #006aff;
        line-height: 1;
        font-size: 16px;
        border-radius: 5px;
        margin-right: 10px;
        position: relative
    }

    .case-list-nav .item:nth-child(2) .tit {
        background: #1b9afc
    }

        .case-list-nav .item:nth-child(2) .tit:after {
            border-left-color: #1b9afc
        }

    .case-list-nav .item .tit:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #006aff;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%)
    }

    .case-list-nav .list {
        margin-top: -12px
    }

    .case-list-nav a {
        width: 132px;
        height: 60px;
        border-radius: 5px;
        background: #f5f5f5;
        color: #76788c;
        font-size: 16px;
        line-height: 1;
        margin-left: 12px;
        transition: all .4s ease;
        margin-top: 12px
    }

        .case-list-nav a.active {
            box-shadow: inset 0 0 0 1px #006aff;
            color: #006aff
        }

        .case-list-nav a:hover {
            color: #006aff
        }

.case-list {
    padding: 62px 0 82px;
    background: #f5f5f5
}

    .case-list .list {
        margin-top: -40px
    }

        .case-list .list:after {
            content: '';
            width: 23.8%
        }

    .case-list .case-item {
        width: 23.8%;
        margin-top: 40px;
        background: #fff
    }

/* 客户案例 */
.case-need {
    padding: 70px 0 60px
}

    .case-need .logo {
        margin: 0 auto;
        padding-bottom: 10px
    }

        .case-need .logo:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 1px;
            width: 42px;
            background: #000
        }

    .case-need .tip {
        color: #494b65;
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px
    }

        .case-need .tip span {
            display: block;
            line-height: 30px
        }

        .case-need .tip b {
            font-size: 20px
        }

            .case-need .tip b.light {
                font-weight: 400
            }

    .case-need li {
        width: 33.33%;
        padding: 0 62px;
        position: relative
    }

        .case-need li + li:after {
            content: '';
            width: 1px;
            height: 70%;
            border-left: 1px dashed #cccdd6;
            top: 50%;
            position: absolute;
            left: 0;
            transform: translateY(-50%)
        }

    .case-need .com-tit {
        margin-top: 55px
    }

    .case-need .swiper {
        margin-top: 20px
    }

    .case-need li i {
        display: flex;
        background: url(/hdimages/case-need-i.png) no-repeat center/100%;
        width: 104px;
        height: 112px;
        color: #fff;
        font-size: 28px;
        line-height: 1;
        align-items: center;
        justify-content: center;
        font-style: normal;
        padding-bottom: 16px;
        margin: 0 auto
    }

    .case-need li p {
        color: #5a5c70;
        font-size: 16px;
        line-height: 30px;
        margin-top: -10px
    }

    .case-need .swiper-wrapper {
        padding-bottom: 50px
    }

.case-solve-lft {
    width: 33%
}

.case-solve-rgt {
    width: 67%;
    padding: 80px;
    padding-right: 0 !important
}

    .case-solve-rgt .swiper {
        margin-top: 44px;
        width: calc(100% + 275px);
        margin-left: -275px
    }

    .case-solve-rgt .row {
        margin-left: 275px;
        margin-top: 35px
    }

    .case-solve-rgt .item {
        width: 497px;
        background: #fff;
        height: auto;
        padding: 38px 50px;
        border-radius: 4px;
        z-index: 1
    }

        .case-solve-rgt .item:after {
            content: '';
            width: 100%;
            height: 100%;
            background: url(/hdimages/case-solve-bg.png) no-repeat right bottom/contain;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            opacity: .1;
            transition: opacity .4s ease .2s
        }

        .case-solve-rgt .item.swiper-slide-active + .item:after {
            opacity: 1
        }

        .case-solve-rgt .item i {
            display: flex;
            margin-right: 25px;
            min-width: 55px;
            width: 55px;
            justify-content: center;
            align-items: flex-start
        }

        .case-solve-rgt .item p {
            font-size: 15px;
            color: #76788c;
            line-height: 26px
        }

.case-solve-btn {
    width: 21px;
    height: 14px;
    color: #fff;
    transition: color .4s ease;
    border-radius: 10px;
    cursor: pointer
}

    .case-solve-btn:hover {
        color: #006aff
    }

    .case-solve-btn:not(:first-of-type) {
        margin-left: 20px
    }

.case-value {
    padding: 66px 0 60px;
    background: #f7f7f7
}

    .case-value .txt {
        padding: 30px 34px
    }

    .case-value ul {
        margin-top: 25px
    }

        .case-value ul:after {
            content: '';
            width: 32%
        }

    .case-value li {
        width: 32%;
        height: auto;
        background: #fff
    }

    .case-value picture {
        display: block;
        overflow: hidden
    }

    .case-value li:hover img {
        transform: scale(1.04)
    }

    .case-value li p {
        color: #76788c;
        font-size: 14px;
        line-height: 24px
    }

.case-app {
    background: #f7f7f7 url(/hdimages/case-app-bg.png) no-repeat top/cover
}

    .case-app .content {
        margin-top: 28px
    }

/* 平台服务 */
.platform-mode {
    padding: 70px 0
}

    .platform-mode .content {
        margin-top: 25px
    }

.platform-app {
    padding-bottom: 96px;
    background: url(/hdimages/platform-app-bg.jpg) no-repeat top 116px center/cover
}

    .platform-app .content {
        border-radius: 30px;
        overflow: hidden
    }

    .platform-app .tit {
        height: 116px;
        background: url(/hdimages/platform-app-tit-bg.jpg) no-repeat center/cover
    }

    .platform-app .content .cont {
        background: #fff;
        padding: 65px 20px
    }

/* 资讯中心 */
.news-list {
    padding: 5px 0 20px 
}
.news-lft, .news-list {
    width: 100%
}
.news-list-lft {
    width: 100%
}

.news-list-lft-header-com {
    padding-bottom: 50px;
    border-bottom: 1px solid #e2e2e2
}

.news-list-lft-header a picture {
    display: block;
    width: 50%;
    overflow: hidden
}

.news-list-lft-header a .info {
    width: 50%;
    padding-left: 46px
}

    .news-list-lft-header a .info h3 {
        font-size: 22px;
        font-weight: 700;
        color: #525469;
        line-height: 30px;
        transition: color .4s ease
    }

.news-list-lft-header a:hover .info h3 {
    color: #006aff
}

.news-list-lft-header a picture:hover img {
    transform: scale(1.04)
}

span.label-hot {
    width: 37px;
    height: 14px;
    background: #f64041;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    top: -3px;
    margin-left: 6px
}

    span.label-hot em {
        transform: scale(.76);
        font-style: normal;
        font-size: 12px;
        font-weight: 400
    }

.news-list-lft-header a .info p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
    color: #9799a7
}

.news-list-lft-header a .info .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 46px;
    left: 0
}

.news-time {
    width: 69px;
    background: #f4f4f4;
    height: 66px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #8c8b8b;
    font-size: 13px;
    border-radius: 4px;
    transition: all .4s ease
}

.news-list-item:hover .news-time, .news-list-item:hover .news-time span, .news-list-lft-header a:hover .news-time, .news-list-lft-header a:hover .news-time span {
    background: #e7f1ff;
    color: #006aff
}

.news-time span {
    font-size: 30px;
    color: #767676;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    transition: color .4s ease
}

.news-view {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    line-height: 1;
    transition: color .4s ease
}

    .news-view i {
        display: block;
        background: url(/hdimages/view-icon.png) no-repeat center/100%;
        width: 20px;
        height: 13px;
        margin-right: 3px;
        transition: background .4s ease
    }

    .news-view.time i {
        background-image: url(/hdimages/time-icon.png);
        width: 14px;
        height: 14px
    }

.news-list-main {
    padding: 52px 0 26px
}

.news-list-item {
    display: flex
}

    .news-list-item .news-time {
        margin-left: auto
    }

    .news-list-item .news-view {
        margin-top: 22px
    }

.row .news-view {
    font-family: Rubik
}

.news-list-item picture {
    display: block;
    width: 29.5%
}

    .news-list-item picture img {
        width: 100%;
        object-fit: cover
    }

.news-list-item .info {
    width: 56%;
    margin-left: 30px;
    position: relative
}

.news-list-main.style2 .news-list-item .info {
    width: 71.5%
}

.news-list-main.style2 .news-list-item .row {
    position: absolute;
    bottom: 0;
    width: 100%
}

.news-list-item h3 {
    font-size: 18px;
    line-height: 24px;
    color: #292a35;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 48px;
    transition: all .4s ease
}

.news-list-item p {
    font-size: 15px;
    color: #9799a7;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 48px;
    margin-top: 8px
}

.news-list-item:hover h3 {
    color: #006aff
}

.news-list-item + .news-list-item {
    margin-top: 59px
}

.news-list-rgt {
    width: 24%
}

    .news-list-rgt a + a {
        margin-top: 10px
    }

.try-btn {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    height: 79px
}

    .try-btn:hover i {
        animation: try-btn 1s ease both infinite
    }

    .try-btn i {
        display: block;
        background: url(/hdimages/try-btn.png) no-repeat center/100%;
        width: 30px;
        height: 23px;
        margin-right: 10px
    }

    .try-btn span {
        color: #fff000;
        transition: transform .4s ease
    }

    .try-btn:hover span {
        transform: scale(1.05)
    }

@keyframes try-btn {
    0%,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(5px)
    }
}

.news-side-item:not(:first-of-type) {
    margin-top: 45px
}

.news-side-tit i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #525469;
    margin-right: 7px
}

.news-side-tit h3 {
    color: #525469;
    font-size: 22px;
    line-height: 1
}

.news-side-label li a {
    font-size: 14px;
    color: #76788c;
    border-radius: 30px;
    border: 1px solid #e8e8f1;
    padding: 1px 7px;
    display: inline-block;
    transition: all .4s ease
}

    .news-side-label li a:hover {
        color: #006aff;
        border-color: #006aff
    }

.news-side-label ul {
    margin: 14px 0 0 -6px
}

.news-side-label li {
    margin: 6px 0 0 6px
}

.news-side-style1 a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 14px
}

    .news-side-style1 a + a {
        padding-top: 16px
    }

.news-side-style1 picture {
    display: block;
    width: 27%
}

.news-side-style1 .info {
    width: 73%;
    padding-left: 13px
}

.news-side-style1 .list {
    margin-top: 20px
}

.news-side-style1 .info h4 {
    font-size: 15px;
    line-height: 20px;
    color: #525469;
    transition: color .4s ease
}

.news-side-style1 a:hover .info h4, .news-side-style2 a:hover h4 {
    color: #006aff
}

.news-side-time {
    color: #999;
    font-size: 12px;
    line-height: 1;
    margin-top: 10px
}

.news-side-style2 .list {
    margin-top: 20px
}

.news-side-style2 a {
    display: block;
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6
}

    .news-side-style2 a + a {
        padding-top: 16px
    }

    .news-side-style2 a h4 {
        color: #525469;
        font-size: 15px;
        line-height: 24px;
        transition: color .4s ease
    }

.news-cont h1 {
    font-size: 26px;
    line-height: 30px;
    color: #525469;
    font-weight: 700;
    margin-top: 25px;
}

.news-info {
    padding: 30px 0 22px;
    border-bottom: 1px solid #e9e9e9
}

    .news-info .btn {
        display: inline-flex;
        width: 120px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        font-size: 14px;
        border-radius: 3px;
        transition: all .4s ease
    }

        .news-info .btn:nth-child(1) {
            background: #006aff;
            border-color: #006aff;
            color: #fff
        }

        .news-info .btn:nth-child(2) {
            background: 0 0;
            border-color: #006aff;
            color: #006aff;
            margin-left: 8px
        }

        .news-info .btn:hover {
            background: #fff;
            color: #006aff;
            border-color: #fff;
            box-shadow: 0 0 0 .2rem rgba(0,106,255,.5)
        }

.news-view:not(:first-of-type) {
    margin-left: 22px
}

.news-view {
    font-family: Rubik
}

.news-cont .content {
    padding: 25px 0 40px
}

    .news-cont .content img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        height: auto !important
    }

    .news-cont .content video {
        width: 100% !important;
        display: block;
        margin: 0 auto;
        object-fit: contain;
        background: #000;
        height: auto !important
    }

    .news-cont .content p {
        font-size: 16px;
        line-height: 32px;
        color: #76788c
    }

.news-label {
    padding: 14px 16px;
    background: #f2f2f2;
    border-radius: 5px
}

    .news-label span {
        display: flex;
        align-items: center;
        color: #76788c;
        font-size: 15px;
        line-height: 30px;
        /*white-space: nowrap;*/
    }

        .news-label span i {
            margin-right: 5px;
            display: block;
            background: url(/hdimages/label-gray.png) no-repeat center/100%;
            width: 15px;
            height: 15px
        }

    .news-label .list {
        margin-top: -10px;
        margin-right: -10px
    }

        .news-label .list a {
            color: #76788c;
            font-size: 15px;
            line-height: 1;
            margin-right: 10px;
            transition: all .4s ease;
            margin-top: 10px;
            border-right: 2px solid #d8d9e3;
            padding-right: 10px
        }

            .news-label .list a:hover {
                color: #006aff
            }

            .news-label .list a:last-of-type {
                border: 0
            }

.news-navBtn {
    margin-top: 38px
}

    .news-navBtn p {
        font-size: 15px;
        line-height: 32px;
        color: #8f91a4;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .news-navBtn a {
        transition: color .4s ease
    }

        .news-navBtn a:hover {
            color: #006aff
        }

.news-list-header-style2 a {
    width: 49.5%;
    overflow: hidden
}

    .news-list-header-style2 a .txt {
        padding: 18px;
        background: #0e284c;
        width: 100%
    }

        .news-list-header-style2 a .txt h3 {
            color: #fff;
            font-size: 16px;
            line-height: 1;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: center
        }

    .news-list-header-style2 a:hover img {
        transform: scale(1.04)
    }

.news-learn {
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 35px 28px 22px 46px;
    transition: background-color .4s ease
}

    .news-learn:hover {
        background: #eef5fd
    }

    .news-learn .time {
        width: 8%;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        color: #999;
        text-align: center;
        transition: color .4s ease
    }

        .news-learn .time span {
            display: block;
            line-height: 1;
            font-size: 40px;
            color: #767676;
            margin-bottom: 5px;
            transition: color .4s ease
        }

    .news-learn .info {
        width: 92%;
        padding-left: 35px
    }

        .news-learn .info h3 {
            font-size: 18px;
            line-height: 24px;
            color: #292a35;
            transition: color .4s ease
        }

        .news-learn .info p {
            color: #9799a7;
            font-size: 15px;
            line-height: 24px;
            margin-top: 10px;
            transition: color .4s ease
        }

    .news-learn .row {
        margin-top: 6px
    }

    .news-learn:hover .time, .news-learn:hover .time span, .news-learn:hover h3 {
        color: #006aff
    }

    .news-learn:hover .news-view, .news-learn:hover p {
        color: #6890c8
    }

        .news-learn:hover .news-view i {
            background-image: url(/hdimages/view-blue.png)
        }

    .news-learn + .news-learn {
        margin-top: 36px
    }

.news-learn-list {
    padding-top: 40px
}

.news-side-tit-more {
    display: flex;
    align-items: center;
    color: #525469;
    padding: 2px 3px;
    border-radius: 5px;
    transition: background .4s ease
}

    .news-side-tit-more:hover {
        background: #eaeaea
    }

    .news-side-tit-more i {
        display: block;
        background: url(/hdimages/arrow-side.png) no-repeat center/100%;
        width: 10px;
        height: 11px;
        margin: 0 0 0 3px
    }

/* 视频回放 */
.video-list {
    padding: 66px 0 72px
}

.about-intro {
    padding: 76px 0 99px;
    background-position: bottom
}

    .about-intro .content {
        margin-top: 20px
    }

    .about-intro .txt {
        max-width: 87%
    }

        .about-intro .txt p {
            font-size: 16px;
            line-height: 38px;
            color: #76788c
        }

    .about-intro .data {
        margin-top: 30px
    }

        .about-intro .data .year {
            font-size: 20px;
            line-height: 1;
            color: #006aff
        }

            .about-intro .data .year span {
                font-family: Arial;
                font-weight: 700;
                line-height: 1;
                font-size: 50px
            }

        .about-intro .data p {
            font-size: 16px;
            color: #76788c;
            line-height: 1;
            margin-top: 5px
        }

        .about-intro .data li + li {
            padding-left: 50px;
            margin-left: 50px;
            border-left: 1px dashed #cbcbcb
        }

    .about-intro h2:not(:first-of-type) {
        margin-top: 60px
    }

    .about-intro .logo {
        width: 62%;
        margin: 10px 0 0 -5px
    }

        .about-intro .logo li {
            background: #fff;
            width: 179px;
            height: 72px;
            box-shadow: 4px 4px 10px 0 rgba(120,149,190,.22);
            margin: 6px 0 0 5px
        }

            .about-intro .logo li img {
                max-width: 90%;
                max-height: 90%;
                width: auto;
                object-fit: cover
            }

.about-card {
    height: 586px
}

    .about-card li {
        width: 25%;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-left: 1px solid rgba(255,255,255,.4)
    }

    .about-card .inner {
        padding-left: 50px
    }

        .about-card .inner:after {
            content: '';
            width: 3px;
            height: 60px;
            background: #fff;
            position: absolute;
            left: -1px;
            top: 0;
            transform: translateY(100%);
            transition: all .8s ease;
            opacity: 0
        }

    .about-card li.active .inner:after {
        opacity: 1;
        transform: translateY(0)
    }

    .about-card li .txt {
        display: none;
        margin-top: 30px
    }

    .about-card li h3 {
        font-size: 26px;
        line-height: 1
    }

    .about-card li p {
        font-size: 15px;
        line-height: 32px
    }

        .about-card li p b {
            font-size: 25px
        }

.about-culture {
    padding: 100px 0 160px
}

    .about-culture ul {
        margin-top: 46px
    }

    .about-culture li {
        width: 20%;
        text-align: center;
        padding: 0 24px
    }

        .about-culture li i {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100px;
            margin: 0 auto;
            height: 100px;
            border-radius: 50%;
            background: linear-gradient(53deg,#3c8dfe 0,#096fff 80%)
        }

        .about-culture li h3 {
            font-size: 20px;
            color: #404365;
            line-height: 1;
            margin: 20px 0 10px
        }

        .about-culture li p {
            font-size: 15px;
            line-height: 26px;
            color: #76788c
        }

.about-course {
    padding: 92px 0 78px
}

    .about-course .content {
        margin-top: 60px
    }

        .about-course .content .number {
            font-family: Arial;
            font-size: 160px;
            line-height: 1;
            font-weight: 700;
            color: #fff
        }

            .about-course .content .number span {
                color: #1cccff
            }

        .about-course .content .txt {
            margin-top: 10px
        }

            .about-course .content .txt p {
                color: #fff;
                font-size: 16px;
                line-height: 30px
            }

    .about-course .timeLine {
        background: url(/hdimages/time-line-bg.png) repeat-x top;
        width: 100%;
        color: #fff;
        padding-top: 9px;
        margin-top: 120px
    }

        .about-course .timeLine .year {
            font-size: 15px;
            line-height: 1;
            font-family: Arial;
            width: 73px;
            text-align: center;
            padding: 35px 0 20px;
            cursor: pointer
        }

            .about-course .timeLine .year:after {
                content: "";
                width: 0;
                height: 0;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid #fff;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                animation: top 1s linear infinite;
                opacity: 0
            }

            .about-course .timeLine .year:before {
                content: "";
                width: 0;
                height: 0;
                border-top: 7px solid #fff;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                position: absolute;
                top: 12px;
                left: 50%;
                transform: translateX(-50%);
                animation: bott 1s linear infinite;
                opacity: 0
            }

@keyframes bott {
    0%,100% {
        transform: translate(0,0) translateX(-50%)
    }

    50% {
        transform: translate(0,3px) translateX(-50%)
    }
}

@keyframes top {
    0%,100% {
        transform: translate(0,0) translateX(-50%)
    }

    50% {
        transform: translate(0,-3px) translateX(-50%)
    }
}

.about-course .timeLine .year.active:after, .about-course .timeLine .year.active:before {
    opacity: 1
}

.about-course-btn {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: background .4s ease;
    user-select: none
}

    .about-course-btn:not(.swiper-button-disabled):hover {
        background: #006aff
    }

    .about-course-btn.prev {
        left: -78px
    }

    .about-course-btn.next {
        right: -78px
    }

    .about-course-btn img {
        width: 20px
    }

.about-honor {
    padding: 72px 0 62px
}

.about-honor-nav {
    margin: 18px 0 34px
}

    .about-honor-nav a {
        width: 122px;
        height: 36px;
        border: 1px solid #dedfed;
        border-radius: 30px;
        color: #5f617e;
        line-height: 1;
        transition: all .4s ease
    }

        .about-honor-nav a.active {
            background: #006aff;
            border-color: #006aff;
            color: #fff
        }

        .about-honor-nav a + a {
            margin-left: 13px
        }

        .about-honor-nav a:not(.active):hover {
            color: #006aff
        }

.about-honor .swiper a {
    width: 100%;
    background: #fff url(/hdimages/frame.png) no-repeat center/contain;
    height: 278px;
    position: relative;
    padding: 30px
}

    .about-honor .swiper a:after {
        content: '';
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #47c3f1 url(/hdimages/magnifier.png) no-repeat center/27px 28px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) scale(0);
        opacity: 0;
        transition: all .4s ease
    }

    .about-honor .swiper a:hover:after {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }

.about-honor .swiper-wrapper {
    padding-bottom: 40px
}

.about-honor .swiper:not(:first-of-type) {
    display: none
}

/* 企业宣传片 */
.jobs-idea {
    padding: 66px 0 94px
}

    .jobs-idea ul {
        margin-top: 34px
    }

    .jobs-idea li {
        width: 33.33%;
        padding: 45px 45px 50px;
        box-shadow: 0 3px 57px 0 rgba(0,58,93,.09);
        background: #fff
    }

    .jobs-idea i {
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(/hdimages/jobs-idea-bg.png) no-repeat center/100%;
        width: 196px;
        height: 118px;
        margin: 0 auto
    }

    .jobs-idea h3 {
        color: #1b1e3f;
        font-size: 22px;
        line-height: 1;
        text-align: center;
        margin: 22px 0 20px
    }

    .jobs-idea p {
        font-size: 15px;
        color: #76788c;
        line-height: 28px;
        text-align: left
    }

.jobs-list {
    padding: 70px 0 78px;
    background: #f5f5f5
}

    .jobs-list .contain {
        background: url(/hdimages/map-bg.png) no-repeat top right
    }

    .jobs-list .com-tip {
        margin: 20px 0 0;
        max-width: 63%;
        font-size: 15px
    }

.joinUs-job {
    margin-top: 30px
}

    .joinUs-job .join-title {
        display: flex;
        background: #44484a;
        color: #fff;
        padding: 20px 50px;
        font-size: 16px;
        line-height: 30px;
        align-items: center;
        border-radius: 6px;
        overflow: hidden
    }

        .joinUs-job .join-title.cell {
            background: #fff;
            color: #888;
            margin-top: 14px;
            padding: 0;
            flex-wrap: wrap;
            transition: all .4s ease
        }

            .joinUs-job .join-title.cell.box {
                box-shadow: 0 0 101px 0 rgba(0,0,0,.06)
            }

    .joinUs-job .job-tit:nth-child(1) {
        width: 50%;
        color: #1b1e3f;
        font-size: 20px
    }

    .joinUs-job .job-tit:not(:first-child) {
        width: 10%;
        text-align: center
    }

    .joinUs-job .job-tit:nth-child(2) {
        width: 20%
    }

    .joinUs-job .job-btn svg {
        width: 15px;
        height: 15px
    }

    .joinUs-job .join-top:hover i {
        transform: scale(.9)
    }

    .joinUs-job .join-cont {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 34px 42px
    }

    .joinUs-job .join-top {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 19px;
        cursor: pointer
    }

        .joinUs-job .join-top.ontrue {
            background: #006aff
        }

            .joinUs-job .join-top.ontrue .job-tit {
                color: #fff
            }

            .joinUs-job .join-top.ontrue svg {
                color: #fff;
                transform: rotate(180deg)
            }

    .joinUs-job .join-content {
        background: #fff url(/hdimages/big-logo-bg.png) no-repeat bottom right;
        padding: 34px 42px;
        width: 100%;
        display: none
    }

        .joinUs-job .join-content .inner {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap
        }

        .joinUs-job .join-content .item {
            width: 49%
        }

    .joinUs-job .job-tit {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 15px
    }

    .joinUs-job .join-content h3 {
        color: #1b1e3f;
        font-size: 18px;
        margin-bottom: 12px
    }

    .joinUs-job .join-content p {
        font-size: 14px;
        line-height: 25px;
        color: #76788c
    }

    .joinUs-job .join-content ul {
        width: 60%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .joinUs-job .join-content li {
        width: 50%
    }

.join-end {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px dashed #ccc;
    width: 75%
}

    .join-end a, .join-end b {
        color: #006aff;
        font-size: 18px
    }

/* 联系我们 */
.contact {
    padding: 72px 0 92px
}

    .contact .list {
        margin-top: 34px
    }

        .contact .list li {
            width: 33.33%;
            text-align: center
        }

            .contact .list li i {
                width: 118px;
                height: 118px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: linear-gradient(53deg,#096fff 0,#3c8dfe 80%);
                margin: 0 auto
            }

            .contact .list li h3 {
                margin: 15px 0 10px;
                font-size: 20px;
                line-height: 1;
                color: #323554
            }

            .contact .list li p {
                color: #76788c;
                font-size: 16px
            }

    .contact .map {
        height: 420px;
        padding: 10px;
        background: #fff;
        margin-top: 50px;
        box-shadow: 0 0 57px 0 rgba(0,10,18,.05)
    }

    .contact #map {
        width: 100%;
        height: 100%
    }

/* 企业宣传片 */
.companyVideo {
    padding-top: 70px
}

    .companyVideo .computer {
        display: block;
        background: url(/hdimages/computer.png) no-repeat center/100%;
        width: 970px;
        height: 738px;
        margin: 30px auto 0
    }

    .companyVideo .video {
        height: 506px;
        padding: 13px;
        position: relative
    }

    .companyVideo i.video-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 74px;
        height: 74px;
        border-radius: 50%;
        background: rgba(255,255,255,.9);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
        transition: all .4s ease;
        padding-left: 5px
    }

        .companyVideo i.video-btn:hover {
            background: #fff
        }

    .companyVideo .video video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: none;
        background: #000000
    }

/* 合作客户 */
.case-list-nav.cooperation {
    padding: 44px 0 40px
}

    .case-list-nav.cooperation a {
        width: 174px
    }

        .case-list-nav.cooperation a.active {
            background: #006aff;
            border-color: #006aff;
            color: #fff
        }

.cooperation-list {
    padding: 35px 0 84px;
    background: #f7f7f7
}

    .cooperation-list .list:after {
        content: '';
        width: 23.5%
    }

    .cooperation-list .list a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 23.5%;
        background: #fff;
        height: 109px;
        border-radius: 5px;
        margin-top: 22px
    }

        .cooperation-list .list a img {
            max-width: 80%;
            max-height: 80%;
            width: auto;
            object-fit: cover
        }

/* 合作客户-图 */
.cooperation-pic {
    padding: 11px 0 84px;
    background: #f5f5f5
}

    .cooperation-pic .list:after {
        content: '';
        width: 32%
    }

    .cooperation-pic .list a {
        display: block;
        width: 32%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 44px
    }

        .cooperation-pic .list a picture {
            overflow: hidden;
            display: block
        }

        .cooperation-pic .list a:hover img {
            transform: scale(1.04)
        }

    .cooperation-pic .list .txt {
        padding: 25px 30px;
        background: #fff
    }

        .cooperation-pic .list .txt h3 {
            color: #5f6172;
            font-size: 16px
        }

/* 员工风采 */
.personnel-header {
    padding: 56px 0 45px
}

    .personnel-header .content {
        height: 395px;
        margin-top: 28px
    }

        .personnel-header .content .swiper {
            width: 44%;
            margin: 0;
            height: 100%
        }

            .personnel-header .content .swiper a .txt {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0;
                background: #0b2241;
                height: 80px;
                display: flex;
                align-items: center;
                padding: 0 32px
            }

                .personnel-header .content .swiper a .txt h3 {
                    color: #fff;
                    font-size: 16px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 85%
                }

        .personnel-header .content .item {
            width: 26%;
            height: 48%;
            display: block
        }

        .personnel-header .content a {
            overflow: hidden
        }

            .personnel-header .content a:hover img {
                transform: scale(1.04)
            }

    .personnel-header .swiper-pagination {
        right: 30px;
        bottom: 35px !important;
        padding: 0;
        width: auto;
        justify-content: flex-start;
        display: inline-table;
        left: unset
    }

    .personnel-header .swiper-pagination-bullet {
        background: #fff
    }

.personnel-list {
    background: #f5f5f5;
    padding-bottom: 84px
}

    .personnel-list .list:after {
        content: '';
        width: 32%
    }

    .personnel-list .list a {
        display: block;
        width: 32%;
        margin-top: 44px;
        height: auto;
        background: #fff
    }

    .personnel-list .list picture {
        overflow: hidden;
        display: block
    }

    .personnel-list .list .txt {
        padding: 28px 32px
    }

        .personnel-list .list .txt h3 {
            font-size: 16px;
            color: #1b1e3f
        }

        .personnel-list .list .txt p {
            font-size: 14px;
            line-height: 24px;
            color: #9b9ca8;
            margin-top: 14px
        }

    .personnel-list .list a:hover img {
        transform: scale(1.04)
    }

/* 视频回放 */
.video-list {
    padding: 66px 0 82px
}

    .video-list .top .item {
        width: 49%
    }

    .video-list .content {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        color: #fff;
        padding: 0 24px 20px
    }

    .video-list i {
        display: block;
        margin-right: 5px
    }

    .video-list .like i {
        background: url(/hdimages/like.png) no-repeat center/100%;
        width: 15px;
        height: 17px
    }

    .video-list .view i {
        background: url(/hdimages/eye.png) no-repeat center/100%;
        width: 20px;
        height: 13px
    }

    .video-list .row a {
        font-size: 15px;
        line-height: 1
    }

    .video-list .share i {
        background: url(/hdimages/share.png) no-repeat center/100%;
        width: 19px;
        height: 19px
    }

    .video-list .top h3 {
        font-size: 18px;
        color: #fff;
        line-height: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 22px
    }

    .video-list .share:hover .video-share {
        opacity: 1;
        visibility: visible
    }

.video-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0,106,255,.8);
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 30px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease
}

    .video-share a {
        color: #006aff;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .4s ease
    }

        .video-share a:hover {
            background: #006aff;
            color: #fff
        }

        .video-share a + a {
            margin-left: 10px
        }
/* 分享 */
.toShare .icon-wechat {
    position: relative
}

    .toShare .icon-wechat .wechat-qrcode {
        display: none;
        position: absolute;
        z-index: 9;
        top: -205px;
        left: -84px;
        width: 200px;
        height: 192px;
        color: #666;
        font-size: 12px;
        text-align: center;
        background-color: #fff;
        border: solid 1px #d8d8d8;
        transition: all .2s;
        -webkit-tansition: all 350ms;
        -moz-transition: all 350ms
    }

        .toShare .icon-wechat .wechat-qrcode.bottom {
            top: 40px;
            left: -84px
        }

            .toShare .icon-wechat .wechat-qrcode.bottom:after {
                display: none
            }

        .toShare .icon-wechat .wechat-qrcode h4 {
            height: 26px;
            line-height: 26px;
            font-size: 12px;
            margin: 0;
            padding: 0;
            color: #000;
            font-weight: 700
        }

        .toShare .icon-wechat .wechat-qrcode .qrcode {
            width: 105px;
            margin: 10px auto
        }

            .toShare .icon-wechat .wechat-qrcode .qrcode table {
                margin: 0 !important
            }

        .toShare .icon-wechat .wechat-qrcode .help p {
            font-weight: 400;
            line-height: 16px;
            padding: 0;
            margin: 0
        }

    .toShare .icon-wechat:hover .wechat-qrcode {
        display: block
    }

.video-list .video-btn {
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: background .4s ease;
    cursor: pointer
}

    .video-list .video-btn:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-left: 2px;
        border-left: 10px solid #012451;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .video-list .video-btn:hover {
        background: #fff
    }

.video-list .list {
    margin-top: 14px
}

    .video-list .list .item {
        width: 32%;
        margin-top: 32px
    }

    .video-list .list:after {
        content: '';
        width: 32%
    }

    .video-list .list h3 {
        color: #292a35;
        font-size: 16px;
        line-height: 26px;
        margin-top: 15px
    }

/* 热门标签 */
.tagsPage {
    padding: 60px 0 80px
}

.tags-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between
}

    .tags-header ul {
        display: flex;
        align-items: center;
        width: 90%
    }

    .tags-header span {
        line-height: 1;
        color: #525469;
        font-size: 15px
    }

    .tags-header li {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 15px;
        color: #525469;
        cursor: pointer;
        transition: all .4s ease;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        border: 1px solid transparent;
        margin-left: 12px
    }

        .tags-header li:hover {
            border-color: #086fff;
            color: #086fff
        }

.tags-item:not(:first-child) {
    padding-bottom: 50px
}

.tags-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -6px
}

.tags-item li {
    margin: 20px 0 0 6px
}

.tags-item h3 {
    font-size: 20px;
    line-height: 1;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #444;
    font-weight: 700
}

.tags-item a {
    font-size: 15px;
    color: #76788c;
    border-radius: 30px;
    border: 1px solid #e8e8f1;
    padding: 2px 13px;
    display: inline-block;
    transition: all .4s ease
}

    .tags-item a:hover {
        border-color: #086fff;
        color: #086fff
    }

.tags-items .positionDot {
    position: relative;
    top: -90px;
    visibility: hidden;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    line-height: 0;
    padding: 0
}

.tags-item-top { /*border-top:1px solid #ebebeb;*/
    padding: 26px 0 30px
}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .solution-core picture {
        bottom: unset;
        top: calc(50% + 50px);
        transform: translateY(-50%)
    }
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .com-banner .content .size-big, .com-banner .content h1 {
        font-size: 36px
    }

    .com-banner .content .frame {
        padding: 8px 10px
    }

        .com-banner .content .frame p {
            font-size: 16px
        }

            .com-banner .content .frame p + p {
                padding-left: 8px;
                margin-left: 8px
            }

    .com-banner .btn {
        width: 130px;
        height: 42px
    }

    .com-tit {
        font-size: 28px
    }

    .com-tip {
        margin-top: 15px
    }

    .com-banner h5 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .com-banner-tab li {
        margin-right: 30px
    }

    .com-tit.line {
        padding-bottom: 20px
    }

    .solution-pain li h3 {
        font-size: 20px;
        margin: 15px 0 10px
    }

    .solution-pain li p {
        line-height: 22px
    }

    .com-dot-pagin .swiper-pagination-bullet {
        margin: 0 10px !important
    }

    .solution-trait .item {
        padding: 40px 20px 30px
    }

        .solution-trait .item h3 {
            font-size: 20px
        }

    .solution-core .lft a {
        height: 50px
    }

    .solution-core .txt {
        margin-left: 70px
    }

    .solution-advantage .item {
        padding: 30px 25px
    }

        .solution-advantage .item h3 {
            font-size: 20px
        }

    .tab-nav a {
        font-size: 22px;
        padding: 0 10px 15px
    }

    .case-item .txt {
        padding: 30px 20px
    }

    .solution-client {
        background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 302px
    }

    .case-item .txt h3 {
        font-size: 18px
    }

    .case-item .txt p {
        margin-top: 10px
    }

    .case-item .pic .logo {
        width: 60px;
        height: 60px;
        bottom: -20px
    }

    .case-item .content p {
        margin-top: 10px
    }

    .solution-client-cell {
        padding: 30px
    }

        .solution-client-cell ul {
            bottom: 80px
        }

    .solution-core .txt h3 {
        font-size: 22px
    }

    .demo-cont .lft, .demo-cont .rgt {
        padding: 40px 30px 30px
    }

        .demo-cont .lft .txt p {
            font-size: 15px
        }

    .demo-cont .user-btn {
        margin-top: 30px
    }

    .demo-cont .rgt h2 {
        font-size: 32px
    }

    .demo-cont .lft ul.data span {
        font-size: 28px
    }

    .demo-cont .lft ul.logo {
        margin-top: 30px
    }

    .demo-cont form {
        margin-top: 40px
    }

    .prod-pain .content {
        padding: 50px 20px 20px
    }

        .prod-pain .content h3 {
            font-size: 20px
        }

    .prod-overview li {
        padding: 0 50px
    }

    .prod-value .item {
        padding: 40px 30px 30px
    }

        .prod-value .item p {
            line-height: 24px
        }

    .prod-scheme .item {
        height: 350px
    }

        .prod-scheme .item .lft {
            padding: 40px
        }

            .prod-scheme .item .lft h3 {
                font-size: 24px
            }

            .prod-scheme .item .lft p {
                margin-top: 15px
            }

    .prod-overview li i {
        height: 41px
    }

    .prod-copywriting h2 {
        font-size: 30px;
        line-height: 40px
    }

    .prod-copywriting {
        padding-bottom: 150px
    }

    .prod-goods .list a .content {
        padding: 40px 20px
    }

    .prod-goods .list h3 {
        font-size: 18px;
        margin-bottom: 8px
    }

    .prod-goods .list span {
        width: 100px;
        height: 34px
    }

    .prod-goods .list p {
        line-height: 20px
    }

    .prod-goods .list a:hover .inner {
        transform: translateY(-20px)
    }

    .prod-slide .txt {
        padding-left: 40px
    }

    .prod-slide .flex-direction-row-reverse .txt {
        padding-right: 40px
    }

    .prod-slide .txt a {
        margin-top: 50px
    }

    .solution-client.style2 {
        background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 310px
    }

    .prod-txt .content {
        height: 380px
    }

    .prod-txt .txt li + li {
        margin-top: 20px
    }

    .prod-txt .txt li {
        padding: 29px 25px 29px 25px
    }

    .mCSB_container {
        margin-right: 20px
    }

    .prod-txt .pic {
        width: 56%
    }

    .case-item .content {
        padding: 20px
    }

        .case-item .content span {
            margin-top: 20px
        }

    .case-need .tip span {
        line-height: 28px
    }

    .case-need .tip {
        margin-top: 25px
    }

    .case-need li {
        padding: 0 30px
    }

        .case-need li + li:after {
            height: 90%
        }

    .case-need .swiper-wrapper {
        padding-bottom: 40px
    }

    .case-solve-rgt {
        padding: 60px
    }

        .case-solve-rgt .item i {
            margin-right: 20px
        }

        .case-solve-rgt .item {
            padding: 40px 30px
        }

    .case-value .txt {
        padding: 25px 18px
    }

    .platform-app .tit {
        height: 100px
    }

    .platform-app {
        background-position: top 100px center
    }

        .platform-app .content .cont {
            padding: 40px 20px
        }

    .news-list-lft-header a .info h3 {
        font-size: 20px
    }

    .news-list-lft-header a .info p {
        margin-top: 15px
    }

    .news-list-lft-header a .info {
        padding-left: 20px
    }

        .news-list-lft-header a .info .bottom {
            padding-left: 20px
        }

    .news-time {
        width: 58px;
        height: 58px;
        font-size: 12px
    }

        .news-time span {
            font-size: 22px
        }

    .news-list-lft-header-com {
        padding-bottom: 40px
    }

    .news-list-main {
        padding: 40px 0 0
    }

    .news-list-item .info {
        margin-left: 20px
    }

    .news-list-item .news-view {
        margin-top: 15px
    }

    .try-btn {
        font-size: 20px
    }

        .try-btn i {
            width: 25px
        }

    .news-side-tit h3 {
        font-size: 20px
    }

    .news-side-style1 .info {
        padding-left: 10px
    }

        .news-side-style1 .info h4 {
            font-size: 14px;
            margin-bottom: 5px;
            line-height: 18px
        }

    .news-side-time {
        margin-top: 5px
    }

    .news-side-item:not(:first-of-type) {
        margin-top: 36px
    }

    .news-cont h1 {
        font-size: 24px
    }

    .news-label .list a {
        font-size: 14px
    }

    .news-list-header-style2 a .txt {
        padding: 15px
    }

    .about-intro .data .year span {
        font-size: 40px
    }

    .about-intro h2:not(:first-of-type) {
        margin-top: 50px
    }

    .about-card li h3 {
        font-size: 24px
    }

    .about-card .inner {
        padding-left: 40px
    }

    .about-card li p b {
        font-size: 22px
    }

    .about-card .inner:after {
        height: 50px
    }

    .about-card li .txt {
        margin-top: 20px
    }

    .about-culture {
        padding: 80px 0 100px
    }

        .about-culture li i {
            width: 90px;
            height: 90px
        }

        .about-culture li {
            padding: 0 20px
        }

            .about-culture li p {
                line-height: 24px
            }

            .about-culture li i img {
                max-height: 34px;
                width: auto
            }

    .about-course .content .number {
        font-size: 130px
    }

    .about-course .content {
        margin-top: 50px
    }

    .about-course .timeLine {
        margin-top: 80px
    }

    .about-honor .swiper a {
        height: 250px;
        padding: 20px
    }

    .about-card {
        height: 500px
    }

    .jobs-idea li {
        padding: 30px 25px
    }

    .jobs-idea h3 {
        font-size: 20px;
        margin: 18px 0
    }

    .jobs-idea i {
        width: 170px;
        height: 104px
    }

    .joinUs-job .join-content {
        padding: 30px
    }

    .joinUs-job .job-tit:nth-child(1) {
        font-size: 18px
    }

    .contact .list li i {
        width: 100px;
        height: 100px
    }

        .contact .list li i img {
            max-width: 40px
        }

    .cooperation-list .list a {
        height: 90px
    }

    .cooperation-pic .list a {
        margin-top: 30px
    }

    .cooperation-pic .list .txt {
        padding: 20px
    }

    .personnel-header .content {
        height: 360px
    }

        .personnel-header .content .swiper a .txt {
            height: 60px
        }

        .personnel-header .content .swiper a .txt {
            padding: 0 20px
        }

    .personnel-header .swiper-pagination {
        bottom: 25px !important;
        right: 20px
    }

    .personnel-list .list .txt {
        padding: 20px
    }

        .personnel-list .list .txt p {
            margin-top: 10px
        }

    .video-list .content {
        padding: 0 15px 15px
    }

    .video-list .top h3 {
        font-size: 16px;
        margin-top: 15px
    }

    .com-banner-tab .out-tab {
        width: 74%
    }

    .tags-header li {
        width: 22px;
        height: 22px
    }
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .com-banner .bg {
        min-height: 450px
    }

    .com-banner .content .size-big, .com-banner .content h1 {
        font-size: 32px
    }

    .com-banner .btn {
        font-size: 15px
    }

    .com-banner .btn-list {
        margin-top: 30px
    }

    .com-banner-tab li {
        margin-right: 20px
    }

    .com-banner-tab .out-tab {
        width: 70%
    }

    .com-banner-tab a, .com-banner-nav span {
        font-size: 15px
    }

    .com-tit {
        font-size: 26px
    }

    .com-tip {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px
    }

    .com-block-sm {
        padding: 60px 0
    }

    .com-banner .content .txt p b {
        font-size: 22px
    }

    .solution-pain li {
        padding: 0 15px
    }

        .solution-pain li h3 {
            font-size: 18px
        }

        .solution-pain li p {
            font-size: 14px;
            line-height: 20px
        }

    .solution-trait .item {
        padding: 30px 15px
    }

        .solution-trait .item h3:after, .solution-core .txt h3:after, .solution-advantage .item h3:after {
            height: 2px
        }

        .solution-trait .item p {
            line-height: 22px
        }

    .solution-com-btn {
        width: 130px
    }

    .solution-graphic .content {
        margin-top: 20px
    }

    .solution-core .lft {
        width: 130px
    }

        .solution-core .lft a:before {
            left: 15px
        }

        .solution-core .lft a {
            font-size: 15px
        }

    .solution-core .txt {
        margin-left: 50px;
        margin-top: 10px
    }

        .solution-core .txt p {
            font-size: 14px;
            line-height: 24px
        }

    .solution-core .btns {
        margin-top: 50px
    }

    .tab-nav a {
        font-size: 18px;
        padding: 0 10px 10px
    }

    .solution-client {
        background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 283px
    }

    .com-swiper-btn {
        width: 40px;
        height: 40px
    }

        .com-swiper-btn img {
            width: 20px
        }

        .com-swiper-btn.prev {
            left: -50px
        }

        .com-swiper-btn.next {
            right: -50px
        }

    .solution-client-item p {
        font-size: 15px;
        line-height: 24px
    }

    .client-item p {
        font-size: 15px;
        line-height: 24px
    }

    .client-cell li + li {
        margin-left: 60px
    }

    .solution-core .txt h3 {
        padding-bottom: 15px
    }

    .demo-cont .lft {
        padding: 30px 20px
    }

        .demo-cont .lft .txt p {
            font-size: 13px;
            font-weight: normal
        }

        .demo-cont .lft .txt {
            margin-top: 30px
        }

        .demo-cont .lft ul.data span {
            font-size: 24px
        }

            .demo-cont .lft ul.data span b {
                font-size: 16px
            }

        .demo-cont .lft ul.list {
            margin-top: 40px
        }

    .demo-cont .rgt {
        padding: 30px
    }

        .demo-cont .rgt h2 {
            font-size: 28px
        }

        .demo-cont .rgt .tip {
            font-size: 14px;
            margin-top: 10px
        }

    .demo-cont form {
        margin-top: 30px
    }

    .magic-checkbox + label {
        font-size: 14px;
        line-height: 1
    }

        .magic-checkbox + label:before {
            width: 14px;
            height: 14px;
            top: 0;
            border-width: 1px
        }

    .magic-checkbox + label {
        padding-left: 20px;
        height: 14px
    }

        .magic-checkbox + label:after {
            top: 2px;
            left: 5px;
            width: 4px;
            height: 8px;
            border-width: 1px
        }

    .demo-cont .user-btn {
        height: 40px
    }

    .demo-cont input:not([type=checkbox]), .demo-cont textarea {
        padding: 10px
    }

        .demo-cont input:not([type=checkbox])::placeholder, .demo-cont textarea::placeholder {
            font-size: 13px
        }

    .demo-cont .veri-btn {
        font-size: 14px
    }

    .prod-overview li h3 {
        font-size: 20px;
        margin: 15px 0 10px
    }

    .prod-overview li {
        padding: 0 20px
    }

    .prod-value .item {
        box-shadow: 0 0 15px 0 rgba(14, 21, 45, 0.1)
    }

    .prod-value .swiper-container {
        width: calc(100% + 20px);
        padding: 50px 10px;
        margin-left: -10px
    }

    .prod-scheme .tab-nav {
        margin: 30px 0
    }

    .prod-scheme .item .lft h3 {
        font-size: 22px
    }

    .prod-scheme .item .lft p {
        line-height: 26px
    }

    .prod-scheme .item {
        height: 320px
    }

        .prod-scheme .item .lft .btns {
            margin-top: 30px
        }

        .prod-scheme .item .lft {
            padding: 40px 30px
        }

    .prod-copywriting h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 15px
    }

    .prod-goods .list a, .prod-goods .list:after {
        width: 32.5%
    }

        .prod-goods .list a .content {
            padding: 20px 15px
        }

    .prod-goods .list p {
        font-size: 13px;
        line-height: 18px
    }

    .prod-goods .list span {
        width: 80px;
        height: 30px;
        font-size: 13px;
        margin-top: 5px
    }

    .prod-goods .list a:hover .inner {
        transform: translateY(-10px)
    }

    .prod-scenes-style2 .content {
        padding: 15px
    }

    .prod-txt .content {
        height: 320px
    }

    .prod-txt .txt li {
        font-size: 14px;
        line-height: 22px;
        padding: 20px 15px;
        max-height: unset
    }

        .prod-txt .txt li i {
            margin-right: 8px
        }

        .prod-txt .txt li + li {
            margin-top: 15px
        }

    .prod-slide .txt p {
        font-size: 14px;
        line-height: 24px
    }

    .prod-slide .txt a {
        margin-top: 40px
    }

    .prod-slide .txt h3 {
        font-size: 20px
    }

    .solution-client.style2 {
        background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 298px
    }

    .case-list .case-item, .case-list .list:after {
        width: 32%
    }

    .case-list .case-item {
        margin-top: 20px
    }

    .case-list .list {
        margin-top: -40px
    }

    .case-list-nav .item .tit {
        min-width: 110px;
        height: 50px;
        width: 110px
    }

    .case-list-nav {
        padding: 50px 0
    }

        .case-list-nav a {
            font-size: 15px;
            width: 110px;
            height: 50px
        }

    .case-need .tip {
        font-size: 15px;
        margin-top: 20px
    }

        .case-need .tip span {
            line-height: 26px
        }

    .case-need li i {
        width: 90px;
        height: 100px;
        font-size: 22px
    }

    .case-need li p {
        font-size: 15px;
        line-height: 26px
    }

    .case-need li {
        padding: 0 20px
    }

    .case-need .com-tit {
        margin-top: 40px
    }

    .case-solve-rgt {
        padding: 40px
    }

        .case-solve-rgt .item {
            width: 420px
        }

        .case-solve-rgt .swiper {
            margin-top: 30px
        }

        .case-solve-rgt .row {
            margin-top: 30px
        }

        .case-solve-rgt .item p {
            font-size: 14px;
            line-height: 20px
        }

        .case-solve-rgt .item {
            padding: 30px 20px
        }

            .case-solve-rgt .item i {
                width: 40px;
                min-width: 40px;
                margin-right: 15px
            }

    .platform-app .tit {
        height: 80px
    }

    .platform-app {
        background-position: top 80px center;
        padding-bottom: 60px
    }

        .platform-app .content .cont {
            padding: 30px 20px
        }

    .news-list-lft-header a picture {
        width: 45%
    }

    .news-list-lft-header a .info {
        width: 55%
    }

        .news-list-lft-header a .info h3 {
            font-size: 18px;
            line-height: 24px
        }

    span.label-hot {
        width: 30px
    }

        span.label-hot em {
            transform: scale(.6)
        }

    .news-list-lft-header a {
        position: relative
    }

        .news-list-lft-header a .info p {
            font-size: 14px;
            line-height: 20px
        }

    .news-list-lft-header-com {
        padding-bottom: 30px
    }

    .news-list-lft-header .news-time {
        flex-direction: row;
        width: auto;
        height: auto;
        padding: 5px
    }

        .news-list-lft-header .news-time span {
            font-size: 18px;
            margin-right: 3px
        }

    .news-list-main {
        padding-top: 0px;
    }

    .news-list-item h3 {
        font-size: 16px
    }

    .news-list-main.style2 .news-list-item .row {
        position: static
    }

    .news-list-item p {
        font-size: 14px;
        line-height: 20px;
        max-height: 40px
    }

    .news-view {
        font-size: 13px
    }

        .news-view i {
            width: 15px
        }

    .news-time {
        width: 52px;
        height: 50px
    }

        .news-time span {
            font-size: 18px;
            margin-bottom: 2px
        }

    .news-list-rgt {
        width: 27%
    }

    .news-cont h1 {
        font-size: 22px;
        line-height: 28px
    }

    .news-info {
        padding: 20px 0 15px
    }

    .news-cont .content p {
        font-size: 15px;
        line-height: 26px
    }

    .news-label {
        padding: 10px
    }

        .news-label .list a + a {
            padding-right: 5px
        }

        .news-label .list a {
            margin-right: 5px
        }

        .news-label span {
            font-size: 14px
        }

            .news-label span i {
                width: 10px
            }

        .news-label .list {
            margin-right: -5px
        }

    .news-navBtn p {
        font-size: 14px;
        line-height: 30px
    }

    .news-list-header-style2 a .txt {
        padding: 15px 10px
    }

        .news-list-header-style2 a .txt h3 {
            font-size: 15px
        }

    .news-learn {
        padding: 30px 28px 22px 30px
    }

        .news-learn .time {
            font-size: 12px
        }

            .news-learn .time span {
                font-size: 30px
            }

        .news-learn .info {
            padding-left: 30px
        }

        .news-learn + .news-learn {
            margin-top: 20px
        }

        .news-learn .info p {
            margin-top: 5px
        }

    .news-info .btn {
        width: 100px;
        height: 36px
    }

    .about-intro .data .year {
        font-size: 18px
    }

        .about-intro .data .year span {
            font-size: 30px
        }

    .about-intro .logo li {
        width: 140px;
        height: 60px
    }

    .about-intro .logo {
        width: 100%
    }

    .about-card {
        height: 400px
    }

        .about-card li h3 {
            font-size: 22px
        }

        .about-card .inner {
            padding-left: 30px
        }

        .about-card li p b {
            font-size: 20px
        }

    .about-culture li i {
        width: 70px;
        height: 70px
    }

        .about-culture li i img {
            max-height: 28px
        }

    .about-culture li h3 {
        font-size: 18px;
        margin: 15px 0 5px
    }

    .about-course .content .number {
        font-size: 100px
    }

    .about-course-btn.next {
        right: 0
    }

    .about-course-btn.prev {
        left: 0
    }

    .about-course .timeLine {
        margin-top: 50px
    }

        .about-course .timeLine .year {
            padding-top: 25px
        }

    .about-course-btn {
        width: 40px;
        height: 40px
    }

    .about-honor .swiper a {
        height: 208px;
        padding: 15px
    }

    .about-honor-nav {
        margin: 20px 0
    }

    .about-course .content .txt p {
        font-size: 15px;
        line-height: 26px
    }

    .jobs-idea p {
        font-size: 14px;
        line-height: 24px
    }

    .jobs-idea li {
        padding: 25px 20px
    }

    .joinUs-job .job-tit {
        font-size: 14px
    }

    .joinUs-job .join-top {
        padding: 15px
    }

    .joinUs-job .join-title.cell {
        margin-top: 10px
    }

    .joinUs-job .join-content {
        padding: 20px
    }

    .joinUs-job .job-btn svg {
        width: 10px
    }

    .joinUs-job .join-content h3 {
        font-size: 16px
    }

    .joinUs-job .join-content .item {
        width: 100%
    }

        .joinUs-job .join-content .item + .item {
            margin-top: 20px
        }

    .contact .list li p {
        font-size: 15px
    }

    .contact .list li h3 {
        font-size: 18px;
        margin: 10px 0 5px
    }

    .contact .list li i {
        width: 80px;
        height: 80px
    }

        .contact .list li i img {
            max-width: 30px
        }

    .contact .map {
        height: 360px;
        margin-top: 40px
    }

    .companyVideo i.video-btn {
        width: 50px;
        height: 50px;
        padding-left: 3px
    }

        .companyVideo i.video-btn img {
            width: 12px
        }

    .case-list-nav.cooperation a {
        width: 160px
    }

    .cooperation-list {
        padding-bottom: 60px
    }

        .cooperation-list .list a {
            height: 80px;
            margin-top: 15px
        }

    .case-list-nav.cooperation {
        padding: 36px 0
    }

    .personnel-header .content {
        height: 300px
    }

        .personnel-header .content .swiper a .txt h3 {
            font-size: 15px
        }

        .personnel-header .content .swiper a .txt {
            padding: 0 15px
        }

    .personnel-header .swiper-pagination {
        right: 15px
    }

    .personnel-header .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px
    }

    .personnel-header .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .video-list .video-btn {
        margin-top: -10px;
        width: 40px;
        height: 40px
    }

    .video-list .row a {
        font-size: 12px
    }

    .video-list .view i {
        width: 15px
    }

    .video-list .like i {
        width: 12px
    }

    .video-list .content {
        padding: 0 15px 10px
    }

    .video-list .share i {
        width: 15px
    }

    .tags-header li {
        margin-left: 9px;
        font-size: 14px
    }

    .tags-item h3 {
        font-size: 18px;
        padding-bottom: 10px
    }

    .tags-item:not(:first-child) {
        padding-bottom: 30px
    }

    .tags-item-top {
        padding: 20px 0
    }

    .tagsPage {
        padding: 60px 0
    }
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .com-banner-nav span {
        font-size: 14px
    }

    .com-banner-tab ul + .com-banner-nav {
        display: none
    }

    .com-banner-nav {
        margin-right: 4%
    }

    .com-banner-tab.permanent .com-banner-nav {
        display: flex;
        height: 100%
    }

    .com-banner-tab.permanent .contain {
        width: 92%
    }

    .com-banner .bg {
        min-height: 330px
    }

    .com-banner .content {
        height: 100%;
        margin: 0
    }

        .com-banner .content .size-big, .com-banner .content h1 {
            font-size: 28px
        }

        .com-banner .content .frame {
            margin-left: 10px;
            padding: 5px 10px
        }

    .com-tit {
        font-size: 24px
    }

    .com-block-sm {
        padding: 50px 0
    }

    .com-banner-tab .sm-tit {
        margin-right: 10px
    }

    .com-banner .separate li + li {
        margin-left: 10px
    }

    .com-banner .separate li {
        padding-left: 12px
    }

    .com-banner h5 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .com-tip.white {
        padding-bottom: 15px
    }

    .tab-nav.sm a {
        font-size: 15px
    }

    .com-banner-tab ul a {
        white-space: nowrap;
        padding: 0 10px
    }

    .com-banner-tab li {
        margin: 0;
        height: 100%
    }

    .com-banner-tab .contain {
        width: 100%
    }

    .com-banner-tab a.active:after {
        width: calc(100% - 20px);
        left: 10px
    }

    .com-banner-tab ul {
        flex-wrap: unset
    }

    .com-banner-tab .contain {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }

    .com-banner-tab .sm-tit {
        display: none
    }

    .solution-pain li i {
        height: 40px
    }

        .solution-pain li i img {
            max-height: 100%;
            width: auto
        }

    .solution-pain ul {
        margin-top: -20px
    }

    .solution-pain li {
        width: 50%;
        margin-top: 20px
    }

        .solution-pain li:nth-child(2n+1):after {
            display: none
        }

    .solution-trait .list {
        padding: 10px 20px;
        margin-bottom: 30px
    }

        .solution-trait .list li {
            font-size: 14px;
            padding-left: 20px
        }

            .solution-trait .list li:after {
                width: 15px;
                height: 15px
            }

    .com-swiper-btn.next {
        right: 0
    }

    .com-swiper-btn.prev {
        left: 0
    }

    .solution-trait .swiper, .solution-advantage .swiper, .solution-client-case {
        padding: 0 50px
    }

    .solution-com-btn {
        width: 120px;
        height: 38px
    }

    .solution-core picture {
        position: static;
        transform: none;
        margin-top: 30px;
        width: 100%
    }

    .solution-core .txt {
        width: 72.5%;
        height: 100%
    }

    .solution-core .btns {
        margin-top: 30px
    }

    .solution-advantage .item {
        padding: 25px 15px
    }

        .solution-advantage .item i {
            height: 35px
        }

        .solution-advantage .item h3 {
            font-size: 18px;
            margin-top: 10px;
            padding-bottom: 15px
        }

        .solution-advantage .item p {
            margin-top: 15px
        }

        .solution-advantage .item i img {
            max-height: 100%;
            width: auto
        }

    .solution-client {
        background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 270px
    }

    .solution-client-sub .com-swiper-btn {
        top: 70%
    }

    .solution-client-cell {
        padding: 30px 10px
    }

        .solution-client-cell li img {
            width: 40px;
            height: 40px
        }

        .solution-client-cell li + li {
            margin-left: 20px
        }

        .solution-client-cell li.active img {
            width: 50px;
            height: 50px
        }

    .case-item .pic .logo {
        width: 50px;
        height: 50px;
        right: 15px;
        bottom: -26px
    }

    .case-item .txt {
        padding: 20px 15px
    }

        .case-item .txt h3 {
            font-size: 18px
        }

        .case-item .txt p {
            line-height: 22px
        }

    .solution-client-swiper {
        max-width: 80%
    }

    .tab-nav a {
        font-size: 16px;
        padding: 0 0 10px
    }

    .solution-client-list {
        margin: 30px 0 20px
    }

    .demo-cont .lft {
        display: none
    }

    .demo-cont .rgt {
        width: 100%
    }

        .demo-cont .rgt h2 {
            font-size: 24px
        }

    .prod-pain .content i {
        max-height: 30px
    }

    .prod-pain .content h3 {
        font-size: 18px;
        margin: 10px 0
    }

    .prod-pain .content {
        padding: 55px 15px 20px
    }

    .prod-pain .swiper {
        padding: 0 50px
    }

    .prod-pain .swiper-wrapper {
        padding-bottom: 30px
    }

    .prod-pain .content p {
        opacity: 1;
        color: #fff
    }

    .prod-pain .item:hover .content p {
        color: #76788c
    }

    .prod-overview li {
        padding: 0 10px;
        margin-top: 20px
    }

    .prod-overview ul {
        margin-top: 20px
    }

    .prod-overview li i {
        height: 37px
    }

    .prod-overview li h3 {
        font-size: 18px
    }

    .prod-value .swiper {
        padding: 0 50px
    }

    .prod-value .item p {
        font-size: 15px;
        line-height: 22px
    }

    .prod-value .item i {
        height: 40px
    }

    .prod-scheme .item {
        height: auto
    }

        .prod-scheme .item .lft {
            width: 100%
        }

        .prod-scheme .item .rgt {
            width: 100%
        }

        .prod-scheme .item .lft h3 {
            font-size: 20px
        }

    .prod-chart .content {
        padding: 20px 15px
    }

    .prod-copywriting h2 {
        max-width: 100%;
        font-size: 26px;
        padding-bottom: 10px
    }

    .prod-copywriting p {
        font-size: 15px;
        line-height: 24px;
        max-width: 100%
    }

    .prod-copywriting {
        padding-bottom: 100px
    }

    .prod-goods .list a {
        width: 49%
    }

        .prod-goods .list a span {
            opacity: 1;
            visibility: visible
        }

        .prod-goods .list a .content {
            padding: 30px 20px
        }

    .solution-pain h2.com-tit:not(:first-of-type) {
        margin-top: 40px
    }

    .prod-scenes-style2 .swiper {
        padding: 0 50px
    }

    .prod-scenes-style2 .list {
        margin-top: -15px
    }

    .prod-txt .content {
        flex-wrap: wrap-reverse;
        height: auto
    }

    .prod-txt .txt {
        width: 100%;
        margin-top: 20px
    }

    .prod-txt .pic {
        width: 100%
    }

    .prod-txt .txt li i {
        width: 18px;
        min-width: 18px
    }

    .prod-slide .pic {
        width: 45%
    }

    .prod-slide .txt {
        width: 55%
    }

    .prod-slide .txt {
        padding-left: 20px
    }

    .prod-slide .flex-direction-row-reverse .txt {
        padding-right: 20px
    }

    .solution-client.style2 .swiper {
        margin-top: 40px
    }

    .solution-client.style2 {
        background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 267px
    }

    .prod-scenes-style2 .content p {
        font-size: 15px
    }

    .prod-slide .txt a {
        margin-top: 30px;
        width: 110px;
        height: 36px
    }

    .prod-slide .txt h3 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .case-list-nav .item {
        flex-direction: column
    }

    .case-list-nav .list {
        margin-left: -12px;
        margin-top: 0
    }

    .case-list-nav .item + .item {
        margin-top: 30px
    }

    .case-list-nav a {
        width: 100px;
        height: 40px
    }

    .case-list-nav {
        padding: 40px 0
    }

    .case-list .case-item {
        width: 49%
    }

    .case-need .tip b {
        font-size: 16px
    }

    .case-need .tip {
        font-size: 13px
    }

        .case-need .tip span {
            line-height: 24px
        }

    .case-need li p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 0
    }

    .case-need li i {
        width: 80px;
        height: 90px;
        font-size: 20px
    }

    .case-solve-rgt {
        padding: 30px 4%;
        width: 100%
    }

        .case-solve-rgt .swiper {
            width: 100%;
            margin: 20px 0 0
        }

    .case-solve-lft {
        display: none
    }

    .case-solve-rgt .item.swiper-slide-active + .item:after {
        opacity: 0
    }

    .case-solve-rgt .item.swiper-slide-active.item:after {
        opacity: 1
    }

    .case-solve-rgt .row {
        margin: 20px 0 0
    }

    .case-value .txt {
        padding: 20px 10px
    }

    .case-value li p {
        font-size: 13px;
        line-height: 20px
    }

    .platform-app .tit {
        height: 60px
    }

    .platform-app {
        background-position: top 60px center;
        padding-bottom: 50px
    }

    .news-list-lft {
        width: 100%
    }

    .news-list-rgt {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0
    }

    .news-side-item {
        width: 48%;
        margin-top: 40px
    }

    .news-side-tit h3 {
        font-size: 18px
    }

    .news-list-item + .news-list-item {
        margin-top: 40px
    }

    .news-list-main.style2 .news-list-item .info {
        width: 100%
    }

    .news-list-main.style2 .news-list-item .row {
        justify-content: flex-start;
        margin-top: 10px
    }

    .about-intro .data li + li {
        margin: 0;
        padding: 0
    }

    .about-intro .data li {
        width: 25%;
        text-align: center
    }

    .about-intro .data .year span {
        font-size: 25px
    }

    .about-intro .data .year {
        font-size: 16px
    }

    .about-intro .data p {
        font-size: 15px
    }

    .about-card .contain {
        width: 100%
    }

    .about-card {
        height: 300px
    }

        .about-card li h3 {
            font-size: 20px
        }

        .about-card .inner {
            padding-left: 25px
        }

        .about-card li p {
            font-size: 14px;
            line-height: 24px
        }

            .about-card li p b {
                font-size: 16px
            }

    .about-culture li {
        padding: 0 10px
    }

        .about-culture li h3 {
            font-size: 16px
        }

        .about-culture li p {
            font-size: 14px;
            line-height: 22px
        }

        .about-culture li i {
            width: 60px;
            height: 60px
        }

    .about-course .content .number {
        font-size: 70px
    }

    .about-course .content {
        margin-top: 30px
    }

    .about-course .timeLine {
        margin-top: 40px
    }

        .about-course .timeLine .year {
            font-size: 14px;
            padding: 15px 0 10px
        }

    .about-honor .swiper-wrapper {
        padding-bottom: 30px
    }

    .about-honor .swiper a {
        height: 198px
    }

    .about-course .timeLine .year:before {
        top: 5px
    }

    .jobs-idea li {
        width: 100%
    }

    .jobs-idea i {
        width: 130px;
        height: 80px
    }

        .jobs-idea i img {
            max-width: 35px
        }

    .jobs-list .com-tip {
        max-width: 100%;
        margin: 15px 0 0
    }

    .joinUs-job {
        margin-top: 20px
    }

        .joinUs-job .job-tit:nth-child(1) {
            font-size: 16px;
            width: 40%
        }

        .joinUs-job .job-tit {
            font-size: 13px
        }

            .joinUs-job .job-tit:not(:first-child) {
                width: 13%
            }

            .joinUs-job .job-tit:nth-child(2) {
                width: 20%
            }

    .jobs-idea h3 {
        font-size: 18px
    }

    .contact .list li i {
        width: 60px;
        height: 60px
    }

        .contact .list li i img {
            max-width: 24px
        }

    .contact .map {
        height: 300px
    }

    .companyVideo .computer {
        width: 500px;
        height: 384px
    }

    .companyVideo .video {
        height: 262px;
        padding: 7px 5px
    }

    .companyVideo {
        padding-top: 50px
    }

    .case-list-nav.cooperation {
        padding: 30px 0
    }

        .case-list-nav.cooperation a {
            width: 120px
        }

    .cooperation-list {
        padding-bottom: 50px
    }

        .cooperation-list .list a {
            width: 32.5%;
            margin-top: 10px
        }

    .cooperation-pic .list a {
        width: 49%
    }

    .cooperation-pic {
        padding-bottom: 60px
    }

    .personnel-header .content .swiper {
        width: 100%
    }

    .personnel-header .content {
        height: auto
    }

        .personnel-header .content img {
            height: auto
        }

        .personnel-header .content .item {
            height: auto;
            width: 49%;
            margin-top: 15px
        }

    .personnel-header .content {
        flex-direction: row
    }

    .personnel-list {
        padding: 20px 0 60px
    }

        .personnel-list .list a {
            width: 49%;
            margin-top: 20px
        }

    .video-list .top h3 {
        font-size: 15px;
        margin-top: 10px
    }

    .video-list .list h3 {
        font-size: 15px;
        line-height: 22px
    }

    .video-list .list {
        margin-top: 0
    }

        .video-list .list .item {
            width: 49%;
            margin-top: 20px
        }

    .com-banner-tab .out-tab {
        width: 100%
    }

        .com-banner-tab .out-tab .arrow-btn-tab {
            display: none !important;
        }

    .tags-header {
        flex-wrap: wrap
    }

        .tags-header ul {
            width: 100%;
            justify-content: center;
            margin-top: 20px
        }

    .tags-item a {
        font-size: 14px
    }

    .tags-item li {
        margin-top: 10px
    }

    .tags-item ul {
        margin-top: -10px
    }

    .tagsPage {
        padding: 50px 0
    }

    .tags-item h3 {
        margin-bottom: 20px
    }
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .com-banner .bg {
        min-height: 100%;
    }

    .com-banner .content .size-big, .com-banner .content h1 {
        font-size: 26px
    }

    .com-banner .content .top {
        flex-direction: column;
        align-items: flex-start
    }

    .com-banner .content .frame {
        margin: 10px 0 0
    }

    .com-banner .content .txt p {
        font-size: 15px;
        line-height: 24px
    }

    .com-banner .content .txt {
        background: rgba(0,0,0,.3);
        padding: 5px 10px;
        margin-top: 10px
    }

    .com-banner .content .frame p {
        font-size: 15px
    }

    .com-banner .btn-list {
        margin-top: 10px
    }

    .com-banner .btn {
        font-size: 14px;
        width: 110px;
        height: 36px
    }

        .com-banner .btn i {
            width: 12px;
            margin-left: 3px
        }

    .com-banner-tab a {
        font-size: 14px
    }

    .com-banner-tab {
        height: 45px;
    }

    .com-tit {
        font-size: 22px
    }

    .com-tip {
        font-size: 13px;
        line-height: 18px
    }

    .com-swiper-btn {
        width: 30px;
        height: 30px
    }

        .com-swiper-btn img {
            width: 15px
        }

    .com-block-sm {
        padding: 0;
    }

    .com-banner .separate li {
        font-size: 14px
    }

    .com-banner .content .txt p b {
        font-size: 20px
    }

    .solution-trait .list {
        flex-wrap: wrap;
        padding: 0 15px 15px
    }

        .solution-trait .list li {
            width: 49%;
            margin-top: 15px
        }

    .solution-trait .swiper, .solution-advantage .swiper, .solution-client-case {
        padding: 0 35px
    }

    .solution-trait .item h3 {
        padding-bottom: 15px;
        font-size: 18px
    }

    .solution-trait .item p {
        margin-top: 10px
    }

    .solution-pain li {
        padding: 0 10px
    }

        .solution-pain li h3 {
            font-size: 16px
        }

        .solution-pain li p {
            font-size: 13px;
            line-height: 18px
        }

        .solution-pain li i {
            height: 35px
        }

    .solution-pain .swiper {
        margin-top: 30px
    }

    .solution-core .lft {
        width: 100%;
        display: flex;
        overflow-x: auto
    }

    .solution-core .txt {
        width: 100%;
        margin: 20px 0 0
    }

        .solution-core .txt h3 {
            font-size: 20px;
            padding-bottom: 15px
        }

    .solution-core .lft a {
        white-space: nowrap;
        padding: 0 10px;
        height: 30px;
        font-size: 14px
    }

        .solution-core .lft a:before {
            display: none
        }

        .solution-core .lft a:after {
            border-radius: 0;
            width: 100%
        }

    .solution-core .lft:after {
        display: none
    }

    .demo-cont .rgt {
        padding: 20px 15px
    }

        .demo-cont .rgt h2 {
            font-size: 20px
        }

    .demo-cont input:not([type=checkbox]) {
        height: 40px
    }

    .demo-cont .user-btn {
        height: 36px;
        font-size: 14px
    }

    .demo-cont .veri-btn {
        height: 40px;
        font-size: 13px;
        width: 30%
    }

    .solution-core .txt p {
        margin-top: 10px;
        line-height: 22px
    }

    .solution-core .btns {
        margin-top: 20px
    }

    .solution-core .btn {
        width: 100px;
        height: 35px
    }

        .solution-core .btn:nth-child(2) {
            margin-left: 10px
        }

    .solution-core .inner, .solution-advantage {
        padding: 40px 0
    }

        .solution-advantage .item i {
            height: 30px
        }

        .solution-advantage .item h3 {
            padding-bottom: 10px
        }

        .solution-advantage .item p {
            line-height: 22px
        }

    .solution-client-list {
        margin: 20px 0
    }

    .solution-client {
        background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 235px
    }

    .solution-client-cell a {
        display: none
    }

    .solution-client-swiper {
        max-width: 100%
    }

    .solution-client-item p {
        font-size: 14px;
        line-height: 22px
    }

    .solution-client-cell li img {
        width: 30px;
        height: 30px
    }

    .solution-client-cell li.active img {
        width: 40px;
        height: 40px
    }

    .solution-client-cell li + li {
        margin-left: 15px
    }

    .solution-client-cell ul {
        bottom: 62px
    }

    .solution-client-item p {
        margin-bottom: 50px
    }

    .solution-client-item h3 {
        font-size: 14px
    }

    .tab-nav a + a {
        margin-left: 20px
    }

    .solution-com-btn {
        width: 110px;
        height: 38px
    }

    .case-item .content span {
        margin-top: 20px
    }

    .case-item .content {
        padding: 15px
    }

    .prod-pain .swiper, .prod-value .swiper {
        padding: 0 40px
    }

    .prod-pain .com-dot-pagin {
        display: none
    }

    .prod-pain .swiper-wrapper {
        padding-bottom: 0
    }

    .prod-pain .content h3 {
        font-size: 16px
    }

    .prod-chart .content {
        padding: 15px;
        border-radius: 10px;
        margin-top: 20px
    }

    .com-tip.white:after {
        width: 40px
    }

    .prod-overview li {
        width: 50%
    }

        .prod-overview li p {
            font-size: 13px;
            line-height: 18px
        }

        .prod-overview li h3 {
            font-size: 16px;
            margin: 10px 0 5px
        }

        .prod-overview li i {
            height: 30px
        }

    .prod-overview ul {
        margin-top: 10px
    }

    .prod-scenes .content {
        margin-top: 30px
    }

    .prod-scheme .item .lft {
        padding: 30px 20px
    }

        .prod-scheme .item .lft h3 {
            font-size: 18px
        }

        .prod-scheme .item .lft p {
            font-size: 14px;
            line-height: 24px
        }

        .prod-scheme .item .lft .btn {
            width: 110px;
            height: 38px
        }

        .prod-scheme .item .lft .btns {
            margin-top: 20px
        }

    .prod-copywriting h2 {
        font-size: 22px;
        line-height: 30px
    }

    .prod-copywriting {
        padding: 60px 0 80px
    }

        .prod-copywriting p {
            font-size: 14px;
            line-height: 22px
        }

    .prod-goods .list a {
        width: 100%
    }

    .prod-scenes-style2 a {
        width: 100%
    }

    .prod-scenes-style2 .swiper {
        padding: 0 40px
    }

    .flex-align-center {
        flex-wrap: wrap
    }

    .prod-slide .pic {
        width: 100%
    }

    .prod-slide .txt {
        width: 100%;
        margin-top: 30px;
        padding: 0 !important
    }

        .prod-slide .txt p {
            font-size: 13px;
            line-height: 20px
        }

        .prod-slide .txt a {
            margin-top: 20px
        }

    .solution-client.style2 .swiper {
        margin-top: 30px
    }

    .solution-client.style2 {
        background: #f5f5f5 url(/hdimages/client-bg.jpg) no-repeat top/100% 239px
    }

    .case-item .pic .logo img {
        max-width: 60%;
        max-height: 60%
    }

    .case-list-nav .item .tit {
        min-width: unset;
        width: 100px;
        height: 40px;
        font-size: 15px
    }

    .case-list-nav a {
        margin-top: 8px
    }

    .case-list .case-item {
        width: 100%
    }

    .case-need .tip span {
        display: inline
    }

    .case-need .tip {
        line-height: unset
    }

        .case-need .tip b {
            font-size: 14px
        }

    .case-need li {
        width: 100%
    }

        .case-need li + li {
            margin-top: 20px;
            padding-top: 20px
        }

            .case-need li + li:after {
                width: 100%;
                height: 1px;
                left: unset;
                top: 0;
                transform: none;
                border-top: 1px dashed #cccdd6
            }

    .case-solve-rgt .item {
        width: 96%;
        padding: 20px 15px
    }

    .case-value li {
        width: 100%
    }

        .case-value li + li {
            margin-top: 15px
        }

    .platform-app .tit {
        height: 40px
    }

    .platform-app {
        background-position: top 40px center;
        padding-bottom: 40px
    }

        .platform-app .content {
            border-radius: 10px
        }

            .platform-app .content .cont {
                padding: 20px
            }

    .news-list-lft-header a picture {
        width: 100%
    }

    .news-list-lft-header a .info {
        width: 100%;
        padding: 20px 0 0
    }

        .news-list-lft-header a .info .bottom {
            position: static;
            padding: 0;
            margin-top: 10px;
            align-items: center
        }

    .news-list-item {
        flex-wrap: wrap
    }

        .news-list-item picture {
            width: 100%
        }

        .news-list-item .news-time {
            position: absolute;
            border-radius: 0;
            opacity: .8
        }

        .news-list-item .info {
            width: 100%;
            margin: 15px 0 0
        }

        .news-list-item + .news-list-item {
            margin-top: 30px
        }

        .news-list-item .news-view {
            margin-top: 4px
        }

    .news-side-item {
        width: 100%
    }

    .news-cont h1 {
        font-size: 20px
    }

    .news-info {
        padding: 15px 0 10px
    }

    .news-cont .content p {
        font-size: 14px;
        line-height: 24px
    }

    .news-cont .content {
        padding: 20px 0
    }

    .news-label {
        flex-direction: column
    }

        .news-label .list {
            margin-top: 5px
        }

    .news-navBtn {
        margin-top: 30px
    }

    .news-list-header-style2 a {
        width: 100%
    }

        .news-list-header-style2 a + a {
            margin-top: 15px
        }

    .news-learn .time {
        width: 100%;
        text-align: left
    }

    .news-learn .info {
        width: 100%;
        padding: 15px 0 0
    }

    .news-learn .time span {
        display: inline;
        font-size: 18px;
        margin-right: 3px
    }

    .news-learn {
        padding: 20px 15px
    }

        .news-learn .info h3 {
            font-size: 16px;
            line-height: 22px
        }

        .news-learn .info p {
            font-size: 14px;
            line-height: 20px
        }

    .news-info .btns {
        margin-bottom: 10px
    }

    .news-info .btn {
        width: 80px;
        height: 30px;
        font-size: 13px
    }

    .about-intro .txt {
        max-width: 100%
    }

        .about-intro .txt p {
            font-size: 14px;
            line-height: 24px
        }

    .about-intro .data {
        margin-top: 10px
    }

        .about-intro .data li {
            width: 50%;
            margin-top: 15px !important
        }

            .about-intro .data li + li {
                border: 0
            }

        .about-intro .data .year span {
            font-size: 20px
        }

        .about-intro .data p {
            font-size: 14px
        }

    .about-intro .logo li {
        width: 48%
    }

    .about-intro h2:not(:first-of-type) {
        margin-top: 40px
    }

    .about-card li {
        width: 100%;
        border-left: 0;
        padding-bottom: 20px
    }

    .about-card {
        height: auto;
        padding: 30px 0
    }

        .about-card li .txt {
            display: block
        }

        .about-card li + li {
            border-top: 1px solid rgba(255,255,255,.4);
            padding-top: 20px
        }

        .about-card li h3 {
            font-size: 18px
        }

        .about-card li .txt {
            margin-top: 10px
        }

    .about-culture ul {
        margin-top: 16px
    }

    .about-culture li {
        width: 33.33%;
        margin-top: 20px
    }

    .about-course .content .number {
        font-size: 50px
    }

    .about-course .content .txt p {
        font-size: 14px;
        line-height: 24px
    }

    .about-course-btn {
        display: none
    }

    .about-course .timeLine {
        margin-top: 20px
    }

    .jobs-idea h3 {
        font-size: 16px
    }

    .jobs-idea p {
        font-size: 13px
    }

    .jobs-idea h3 {
        margin: 15px 0 10px
    }

    .jobs-idea li {
        padding: 25px 15px
    }

    .jobs-list .com-tip {
        font-size: 14px
    }

    .joinUs-job .job-btn {
        display: none
    }

    .joinUs-job .job-tit {
        font-size: 12px
    }

        .joinUs-job .job-tit:nth-child(1) {
            font-size: 14px
        }

    .joinUs-job .join-top {
        padding: 10px 5px
    }

    .joinUs-job .join-content {
        padding: 15px
    }

        .joinUs-job .join-content p {
            font-size: 13px
        }

    .join-end {
        width: 100%
    }

        .join-end a, .join-end b {
            font-size: 16px
        }

    .contact .list li {
        width: 100%
    }

        .contact .list li + li {
            margin-top: 20px
        }

    .contact .map {
        height: 200px;
        margin-top: 30px;
        padding: 5px
    }

    .companyVideo .computer {
        width: 300px;
        height: 230px;
        margin-top: 20px
    }

    .companyVideo .video {
        height: 158px;
        padding: 5px 3px
    }

    .companyVideo i.video-btn {
        width: 40px;
        height: 40px
    }

    .case-list-nav.cooperation a {
        width: 100px
    }

    .cooperation-list .list a {
        width: 49%;
        margin-top: 5px
    }

    .cooperation-pic .list a {
        width: 100%;
        margin-top: 20px
    }

    .cooperation-pic {
        padding-bottom: 40px
    }

    .personnel-list {
        padding: 20px 0 40px
    }

        .personnel-list .list a {
            width: 100%;
            margin-top: 15px
        }

    .personnel-header .content .swiper a .txt {
        height: 40px
    }

        .personnel-header .content .swiper a .txt h3 {
            font-size: 14px;
            width: 100%
        }

    .personnel-header .swiper-pagination {
        display: none
    }

    .personnel-header .content .item {
        width: 100%;
        margin-top: 10px
    }

    .personnel-list .list .txt {
        padding: 15px
    }

        .personnel-list .list .txt p {
            font-size: 13px;
            line-height: 20px
        }

    .video-list .list .item {
        width: 100%
    }

    .video-list .top .item {
        width: 100%
    }

        .video-list .top .item + .item {
            margin-top: 15px
        }

    .com-banner-tab a, .com-banner-tab ul {
        height: 45px;
        display: flex
    }

    .com-banner .content .size-sm {
        font-size: 16 !important
    }

    .tagsPage {
        padding: 40px 0
    }

    .tags-header ul {
        flex-wrap: wrap
    }

    .tags-header li {
        margin-left: 0
    }

    .tags-item h3 {
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 15px
    }

    .tags-item:not(:first-child) {
        padding-bottom: 20px
    }
}



.nini {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .nini {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}
