﻿body {
    overflow: auto;
}

.w900 {
    margin: 0 auto;
    width: 100%;
    min-width: 900px;
}

.flex {
    display: flex !important;
    align-items: center !important;
}

.flex-col {
    flex-direction: column;
}

.pb20 {
    padding-bottom:20px !important;
}

.pt20{
    padding-top:20px !important;
}

.fsize40 {
    font-size: 6vw;
}

.fsize36 {
    font-size: 5vw;
}

.fsize32 {
    font-size: 4vw;
}

.fsize30 {
    font-size: 4vw;
}

.fsize28 {
    font-size: 3.5vw;
}

.fsize26 {
    font-size: 3.5vw;
}

.fsize20 {
    font-size: 20px;
}

.fsize18 {
    font-size: 3.1vw;
}

.fsize16 {
    font-size: 3vw;
}

.fsize14 {
    font-size: 2.8vw;
}

.f-color1 {
    color: #2b2f40;
}

.f-color2 {
    color: #676372;
}

.bold {
    font-weight: bold;
}

.mb-big {
    margin-bottom: 50px;
}

.mb-med {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mb-min {
    margin-bottom: 5px;
}

.m-space-b {
    margin: 30px 0;
}

.m-space-med {
    margin: 20px 0;
}

.m-space-sm {
    margin: 10px 0;
}

.m-space-min {
    margin: 5px 0;
}

.c-999 {
    color: #999;
}

.heard_top{
    background-color:#fff;
}

.heard_top .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 2vw;
}

.heard_top .con img {
    width: 25vw;
}

.common-tit1 {
    color: #076cff;
    background: url(/images/xcy/tit-bg1.png) no-repeat center center;
    background-size: 35vw;
}

.common-subtit1 {
    position: relative;
    height: 60px;
}

    .common-subtit1 span {
        position: relative;
        padding-left: 20px;
        z-index: 2;
        background-image: linear-gradient(to right, #171750, #452aaa);
        color: transparent;
        -webkit-background-clip: text;
    }

    .common-subtit1::after {
        content: '';
        position: absolute;
        left: 0;
        top: 22px;
        width: 270px;
        height: 25px;
        background-image: linear-gradient(to right, #adc3ff, #fff);
        z-index: 1;
    }

/* 难题解决 */
.prob-wrap {
    background: url(/images/xcy/ntjj/bg.jpg) no-repeat top center;
}

    .prob-wrap .c-blue {
        color: #2571c4;
    }

.prob-head {
    padding-top: 140px;
    height: 500px;
}

    .prob-head h2 {
        font-size: 8vw;
        color: #233863;
        font-weight: bold;
    }

    .prob-head .desc {
        font-size: 3vw;
        color: #4a4a4a;
    }

.zx-btn {
    padding: 10px 30px;
    font-size: 3vw;
    color: #fff !important;
    cursor: pointer;
    border-radius: 25px;
    background-image: linear-gradient(to right, #01b4ff, #0078ff);
}

    .zx-btn:hover {
        opacity: 0.9;
    }

.pol-btn {
    width: 21vw;
    height: 6.3vw;
    line-height: 6.3vw;
    font-size: 3vw;
    text-align: center;
    color: #2c71eb;
    cursor: pointer;
    background: url(/images/xcy/btn-bg.png) no-repeat top center;
}

    .pol-btn:hover {
        color: #fff;
        background: url(/images/xcy/btn-bg.png) no-repeat bottom center;
    }

.prob-tit {
    color: #233863;
}

.prob-wrap p {
    line-height: 1.6em;
}

.prob-module2 {
    margin: 0 auto;
    overflow: hidden;
}

    .prob-module2 .row-item {
        margin: 15px 24px;
        width: 95vw;
        flex-shrink: 0;
    }

    .prob-module2 .item {
        position: relative;
        flex-shrink: 0;
        width: 33vw;
    }

        .prob-module2 .item .con {
            margin: 20px;
            padding-top: 200px;
            width: 30vw;
            height: 52vw;
            text-align: center;
            border-radius: 24px;
            background: #fff;
            box-shadow: 0 0 24px rgba(0, 66, 187, 0.16);
        }

        .prob-module2 .item .itemtop {
            position: absolute;
            top: 0;
            left: 20px;
            width: 30vw;
            height: 205px;
        }

        .prob-module2 .item .bg1 {
            background: url(/images/xcy/ntjj/fwxm-item-bg1.png) no-repeat bottom center;
        }

        .prob-module2 .item .bg2 {
            background: url(/images/xcy/ntjj/fwxm-item-bg2.png) no-repeat bottom center;
        }

        .prob-module2 .item .bg3 {
            background: url(/images/xcy/ntjj/fwxm-item-bg3.png) no-repeat bottom center;
        }

        .prob-module2 .item .bg4 {
            background: url(/images/xcy/ntjj/fwxm-item-bg4.png) no-repeat bottom center;
        }

        .prob-module2 .item .bg5 {
            background: url(/images/xcy/ntjj/fwxm-item-bg5.png) no-repeat bottom center;
        }

        .prob-module2 .item h3 {
            margin: 20px 0 25px;
            font-size: 3.5vw;
            color: #233863;
            font-weight: bold;
        }

        .prob-module2 .item p {
            font-size: 2vw;
            color: #929292;
            width: 28vw;
            padding: 0px 5px;
        }

    .prob-module2 .hd {
        display: flex;
        justify-content: center;
    }

        .prob-module2 .hd li {
            width: 10px;
            height: 10px;
            margin: 0 5px;
            background: #d8d8d8;
            border-radius: 5px;
            text-indent: -999px;
            overflow: hidden;
            cursor: pointer;
        }

            .prob-module2 .hd li.on {
                width: 28px;
                background: #0078ff;
            }

.prob-module5 .item {
    margin: 15px;
    padding: 16px;
    width: 45vw;
    height: 43vw;
    border: 1px #ddd solid;
    border-radius: 3px;
}

    .prob-module5 .item:hover {
        background: #fafbff;
        border: 1px #91a2e9 solid;
    }

    .prob-module5 .item .img {
        width: 100%;
        height: 23vw;
    }

    .prob-module5 .item p {
        margin: 10px 0;
        line-height: 1.4em;
        font-size: 3.2vw;
    }

    .prob-module5 .item .icon-date {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        background: url(/images/xcy/ntjj/icon-date.png) no-repeat center center;
        background-size: 100%;
    }

    .prob-module5 .item a {
        color: #333;
    }
/* 订阅系统 */
.dyxt-wrap {
    background: #f5f6f8 url(/images/xcy/dyxt/dyxt-bg.jpg) no-repeat center top;
}

.dyxt-head {
    padding: 100px 0 10px 34vw;
    line-height: 4.3vw;
}

.dyxt-main {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.dyxt-module2-box1 {
    padding: 40px 50px;
    width: 90vw;
    height: 330px;
    background: url(/images/xcy/dyxt/fwfs-bg1.png) no-repeat;
    border-radius: 10px;
    background-size: 100% 100%;
}

    .dyxt-module2-box1 li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
        width: 24vw;
        height: 15vw;
        border-radius: 12px;
        background: #076cff;
        color: #fff;
        font-size: 3vw;
    }

        .dyxt-module2-box1 li a:hover {
            opacity: 0.9;
        }

    .dyxt-module2-box1 li .icon {
        width: 100%;
        height: 35px;
        margin-bottom: 5px;
    }

    .dyxt-module2-box1 li .icon-01 {
        background: url(/images/xcy/dyxt/icon-fwfs1.png) no-repeat center center;
    }

    .dyxt-module2-box1 li .icon-02 {
        background: url(/images/xcy/dyxt/icon-fwfs2.png) no-repeat center center;
    }

    .dyxt-module2-box1 li .icon-03 {
        background: url(/images/xcy/dyxt/icon-fwfs3.png) no-repeat center center;
    }

.dyxt-module2-box2 {
    padding: 40px 50px;
    width: 90vw;
    height: 330px;
    background: url(/images/xcy/dyxt/fwfs-bg2.png) no-repeat;
    border-radius: 10px;
    line-height: 4.3vw;
    background-size: 100% 100%;
    margin-top: 30px;
}
/* 智能搜索 */
.znss-wrap {
    background: #f5f6f8 url(/images/xcy/znss/znss-bg.jpg) no-repeat center top;
}

.znss-head {
    padding: 110px 40vw 20px 30px;
    line-height: 4.6vw;
}

.znss-main {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.znss-module1 {
    align-items: stretch;
}

    .znss-module1 .item {
        display: flex;
        flex-wrap: wrap;
        margin: 20px;
        padding: 50px 55px;
        width: 85vw;
        justify-content: center;
        background: #eff5ff;
        border-radius: 12px;
    }

        .znss-module1 .item .icon {
            width: 90px;
            height: 90px;
            margin-bottom: 20px;
        }

        .znss-module1 .item .icon-01 {
            background: url(/images/xcy/znss/icon-01.png) no-repeat center center;
        }

        .znss-module1 .item .icon-02 {
            background: url(/images/xcy/znss/icon-02.png) no-repeat center center;
        }

        .znss-module1 .item .icon-03 {
            background: url(/images/xcy/znss/icon-03.png) no-repeat center center;
        }

        .znss-module1 .item h3 {
            width: 100%;
            color: #2b3b65;
            text-align: center;
        }

        .znss-module1 .item p {
            line-height: 4.3vw;
        }

.znss-module2 {
    align-items: stretch;
}

    .znss-module2 .item {
        display: flex;
        margin: 20px;
        padding: 50px 45px;
        width: 85vw;
        background: #eff5ff;
        border-radius: 12px;
    }

        .znss-module2 .item h3 {
            color: #2b3b65;
        }

        .znss-module2 .item p {
            line-height: 4.3vw;
        }

        .znss-module2 .item .icon {
            width: 120px;
            height: 120px;
            flex-shrink: 0;
            margin: 20px 0 0 20px;
        }

        .znss-module2 .item .icon-01 {
            background: url(/images/xcy/znss/icon-04.png) no-repeat center center;
        }

        .znss-module2 .item .icon-02 {
            background: url(/images/xcy/znss/icon-05.png) no-repeat center center;
        }
/* 智能客服 */
.znkf-wrap {
    background: #f5f6f8 url(/images/xcy/znkf/znkf-bg.jpg) no-repeat center top;
}

.znkf-head {
    padding: 10vw 0 5vw 30vw;
    line-height: 3vw;
}

.znkf-main {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.znkf-module1 {
    padding: 2vw 5vw;
}

    .znkf-module1 .row-between {
        padding: 2vw 0vw;
    }

    .znkf-module1 .item .vw80 {
        width: 80vw;
    }

    .znkf-module1 .item .img {
        width: 20vw;
        text-align: center;
        flex-shrink: 0;
    }

    .znkf-module1 .item .img2 img {
        width: 30vw;
        text-align: center;
        flex-shrink: 0;
    }

    .znkf-module1 .item .vw70 {
        width: 70vw;
    }
    /*    .znkf-module1 .item .img img {
        width: auto;
    }
*/
    .znkf-module1 .item:nth-child(2) .img img {
        width: 95%;
    }

    .znkf-module1 .item p {
        color: #676372;
        font-size: 3vw;
        line-height: 3.6vw;
    }

.znkf-module2 {
    align-items: stretch;
}

    .znkf-module2 .item {
        display: flex;
        flex-direction: column;
        margin: 2vw;
        padding: 5vw 14.5vw 5vw 4.5vw;
        width: 100%;
        background: #eff5ff;
        border-radius: 1.2vw;
        box-shadow: 0 0 2.4vw rgba(30, 30, 135, 0.12);
    }

        .znkf-module2 .item:nth-child(1) {
            background: url(/images/xcy/znkf/item-bg1.png) no-repeat right;
        }

        .znkf-module2 .item:nth-child(2) {
            background: url(/images/xcy/znkf/item-bg2.png) no-repeat right;
        }

        .znkf-module2 .item h3 {
            color: #2b3b65;
        }

        .znkf-module2 .item p {
            line-height: 4vw;
            color: #676372;
        }

.znkf-module3 {
    height: 202px;
    background: url(/images/xcy/znkf/znkf-bot-bg.jpg) no-repeat;
}

    .znkf-module3 .con {
        display: flex;
        padding-top: 120px;
        height: 200px;
        background: url(/images/xcy/znkf/znkf-bot-text.png) no-repeat center 60px;
    }

    .znkf-module3 a {
        display: block;
        margin: 0 auto;
        padding: 0 30px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #300b0b;
        border-radius: 3px;
        border: 1px #300b0b solid;
    }

        .znkf-module3 a:hover {
            color: #fff;
            border: 1px transparent solid;
            background-image: linear-gradient(to right, #e69420, #ff6559);
        }
/* 产业图谱 */
.cytp-wrap {
    background: #f1f4fd;
}

.cytp-head {
    padding-top: 80px;
    height: 400px;
    background: #f5f6f8 url(/images/xcy/cytp/cytp-banner.jpg) no-repeat center top;
}

    .cytp-head .desc {
        font-size: 26px;
        color: #fff;
        font-style: italic;
        letter-spacing: 20px;
    }

    .cytp-head .zx-btn {
        padding: 16px 40px;
        font-size: 20px;
        border-radius: 6px;
        background-image: linear-gradient(to right, #e69420, #ff6559);
    }

        .cytp-head .zx-btn span {
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 16px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.16);
        }

.cytp-main {
    padding: 20px 50px;
}

.cytp-module1 {
    padding: 20px 40px;
}

    .cytp-module1 .item .img {
        width: 80vw;
        text-align: center;
        flex-shrink: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .cytp-module1 .item .img img {
            width: auto;
        }

    .cytp-module1 .item p {
        padding: 10px 20px;
        color: #676372;
        font-size: 3vw;
        line-height: 4.3vw;
    }

.cytp-main .common-subtit1::after {
    background-image: linear-gradient(to right, #7be9fe, #f1f4fd);
}

.cytp-main .common-subtit1 em {
    font-weight: 400;
}

.cytp-module2 .item {
    width: 28vw;
    margin: 5px;
}

    .cytp-module2 .item h3 {
        text-align: center;
        height: 134px;
        line-height: 134px;
        color: #fff;
        border-radius: 7px;
    }

    .cytp-module2 .item:nth-child(1) h3 {
        background: url(/images/xcy/cytp/cytp-item-bg1.png) no-repeat;
        background-size: 100% 100%;
    }

    .cytp-module2 .item:nth-child(2) h3 {
        background: url(/images/xcy/cytp/cytp-item-bg2.png) no-repeat;
        background-size: 100% 100%;
    }

    .cytp-module2 .item:nth-child(3) h3 {
        background: url(/images/xcy/cytp/cytp-item-bg3.png) no-repeat;
        background-size: 100% 100%;
    }

    .cytp-module2 .item:nth-child(4) h3 {
        background: url(/images/xcy/cytp/cytp-item-bg4.png) no-repeat;
        background-size: 100% 100%;
    }

    .cytp-module2 .item:nth-child(5) h3 {
        background: url(/images/xcy/cytp/cytp-item-bg5.png) no-repeat;
        background-size: 100% 100%;
    }

    .cytp-module2 .item p {
        text-align: center;
        line-height: 4.3vw;
    }

.cytp-module3 {
    height: 244px;
    background: url(/images/xcy/cytp/cytp-bot-bg.jpg) no-repeat;
}

    .cytp-module3 .con {
        display: flex;
        height: 200px;
        padding: 120px 0 0 75vw;
        background: url(/images/xcy/cytp/cytp-bot-text.png) no-repeat 200px 80px;
    }

    .cytp-module3 a {
        display: inline-block;
        padding: 0 30px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #300b0b;
        border-radius: 3px;
        border: 1px #300b0b solid;
    }

        .cytp-module3 a:hover {
            color: #fff;
            border: 1px transparent solid;
            background-image: linear-gradient(to right, #e69420, #ff6559);
        }
/* 活动产品服务 */
.hdcp-wrap {
    background: #f1f4fd;
}

.hdcp-head {
    padding-top: 100px;
    height: 62vw;
    background: #f5f6f8 url(/images/xcy/hdcp/hdcp-banner.jpg) no-repeat center top;
    background-size: 100% 100%;
}

    .hdcp-head .desc {
        padding: 0 100px;
        font-size: 3vw;
        color: #fff;
        text-align: left;
        line-height: 4.3vw;
    }

    .hdcp-head .zx-btn {
        padding: 16px 40px;
        font-size: 20px;
        border-radius: 6px;
        background-image: linear-gradient(to right, #e69420, #ff6559);
    }

        .hdcp-head .zx-btn span {
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 16px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.16);
        }

.hdcp-main .subtit {
    background: url(/images/xcy/hdcp/hdcp-subtit-bg.png) no-repeat center;
}

.hdcp-module1 .item {
    margin: 0 15px;
    padding-top: 45px;
    width: 30vw;
    height: 330px;
    color: #fff;
    text-align: center;
    flex-shrink: 0;
    border-radius: 12px;
}

    .hdcp-module1 .item:nth-child(1) {
        background: url(/images/xcy/hdcp/hdcp-item-bg1.png) no-repeat;
        background-size: 100% 100%;
    }

    .hdcp-module1 .item:nth-child(2) {
        background: url(/images/xcy/hdcp/hdcp-item-bg2.png) no-repeat;
        background-size: 100% 100%;
    }

    .hdcp-module1 .item:nth-child(3) {
        background: url(/images/xcy/hdcp/hdcp-item-bg3.png) no-repeat;
        background-size: 100% 100%;
    }

    .hdcp-module1 .item h3 {
        position: relative;
        height: 60px;
    }

        .hdcp-module1 .item h3::after {
            content: '';
            position: absolute;
            display: block;
            left: 50%;
            bottom: -10px;
            margin-left: -20px;
            width: 40px;
            height: 2px;
            background: #fff;
        }

    .hdcp-module1 .item p {
        padding: 10px 20px;
        font-size: 3vw;
        line-height: 4.3vw;
        color: #f4f5ff;
    }

.hdcp-module3 {
    align-items: stretch;
}

    .hdcp-module3 .item {
        margin: 15px;
        padding: 45px 10px 40px;
        width: 45vw;
        height: 33vw;
        color: #223049;
        text-align: center;
        flex-shrink: 0;
        border-radius: 12px;
        background: #fafcff;
        box-shadow: 0 0 20px rgba(30, 30, 135, 0.12);
    }

    .hdcp-module3 .icon {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
    }

    .hdcp-module3 .icon-01 {
        background: url(/images/xcy/hdcp/icon-a01.png) no-repeat center;
    }

    .hdcp-module3 .icon-02 {
        background: url(/images/xcy/hdcp/icon-a02.png) no-repeat center;
    }

    .hdcp-module3 .icon-03 {
        background: url(/images/xcy/hdcp/icon-a03.png) no-repeat center;
    }

    .hdcp-module3 .icon-04 {
        background: url(/images/xcy/hdcp/icon-a04.png) no-repeat center;
    }

    .hdcp-module3 .item h3 {
        position: relative;
        height: 60px;
    }

        .hdcp-module3 .item h3::after {
            content: '';
            position: absolute;
            display: block;
            left: 50%;
            bottom: -10px;
            margin-left: -20px;
            width: 40px;
            height: 2px;
            background: #223049;
        }

    .hdcp-module3 .item p {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 26px;
        color: #223049;
    }

.hdcp-module4 {
    align-items: stretch;
}

    .hdcp-module4 .item {
        margin: 0 30px;
        padding: 45px 10px 40px;
        width: 27vw;
        color: #223049;
        text-align: center;
        flex-shrink: 0;
        border-radius: 12px;
        background: #fafcff;
        box-shadow: 0 0 20px rgba(30, 30, 135, 0.12);
    }

        .hdcp-module4 .item a {
            display: block;
            width: 100%;
            height: 100%;
            color: #223049;
        }

            .hdcp-module4 .item a:hover {
                color: #00479d;
            }

    .hdcp-module4 .icon {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
    }

    .hdcp-module4 .icon-01 {
        background: url(/images/xcy/hdcp/icon-b01.png) no-repeat center;
    }

    .hdcp-module4 .icon-02 {
        background: url(/images/xcy/hdcp/icon-b02.png) no-repeat center;
    }

    .hdcp-module4 .icon-03 {
        background: url(/images/xcy/hdcp/icon-b03.png) no-repeat center;
    }

    .hdcp-module4 .icon-04 {
        background: url(/images/xcy/hdcp/icon-b04.png) no-repeat center;
    }

    .hdcp-module4 .icon-05 {
        background: url(/images/xcy/hdcp/icon-b05.png) no-repeat center;
    }

    .hdcp-module4 .item h3 {
        padding: 20px 0;
    }

.hdcp-module5 .item {
    margin: 10px 15px;
    width: 45vw;
    height: 35vw;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(30, 30, 136, 0.12);
}

    .hdcp-module5 .item a {
        color: #333;
    }

    .hdcp-module5 .item .img {
        width: 100%;
        height: 21vw;
        overflow: hidden;
    }

        .hdcp-module5 .item .img img {
            width: 100%;
            height: 100%;
            transition: all .5s;
        }

    .hdcp-module5 .item h3 {
        padding: 9px 0 6px;
        font-size: 3vw;
    }

    .hdcp-module5 .item .time {
        display: flex;
        margin-top: 5px;
        font-family: Arial;
        color: #7c7c7c;
        font-size: 3vw;
    }

    .hdcp-module5 .item:hover {
        box-shadow: 0 0 14px rgba(30, 30, 136, 0.3);
    }

        .hdcp-module5 .item:hover img {
            transform: scale(1.07);
        }

    .hdcp-module5 .item .icon-clock1 {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        background: url(/images/xcy/hdcp/icon-date.png) no-repeat center;
    }
/* AI技术经纪 */
.aijs-wrap {
    background: #f5f6f8 url(/images/xcy/aijsjj/aijsjj-bg.jpg) no-repeat center top;
}

.aijs-head {
    padding: 130px 0 10px 25vw;
    line-height: 4.3vw;
}

.aijs-main {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.aijs-module1 {
    padding: 20px 30px;
}

    .aijs-module1 .item {
        padding: 30px;
        width: 84vw;
        flex-shrink: 0;
        border-radius: 10px;
        box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
        margin-top: 20px;
    }

        .aijs-module1 .item:nth-child(1) {
            background: #fff url(/images/xcy/aijsjj/aijsjj-item-bg1.png) no-repeat center bottom;
        }

        .aijs-module1 .item:nth-child(2) {
            background: #fff url(/images/xcy/aijsjj/aijsjj-item-bg2.png) no-repeat center bottom;
        }

    .aijs-module1 .desc {
        margin-top: -45px;
        padding-top: 20px;
        min-height: 100px;
        color: #676372;
        background: url(/images/xcy/aijsjj/aijsjj-module-bg1.png) no-repeat center top;
    }

    .aijs-module1 .list {
        margin-top: 20px;
        position: relative;
        z-index: 2;
    }

    .aijs-module1 .item p {
        min-height: 230px;
        line-height: 4vw;
        color: #676372;
    }

    .aijs-module1 .zx-btn {
        padding: 13px 25px;
        background: #3269ff;
        border-radius: 6px;
    }

.aijs-module2 {
    padding: 20px 30px;
}

    .aijs-module2 .item p {
        padding: 0 20px;
        line-height: 4.3vw;
        font-size: 3vw;
        color: #676372;
    }

.aijs-module3 {
    align-items: stretch;
}

    .aijs-module3 .item {
        display: flex;
        flex-wrap: wrap;
        margin: 20px;
        padding: 50px 35px;
        width: 30vw;
        justify-content: center;
        background: #eff5ff;
        border-radius: 12px;
    }

        .aijs-module3 .item .icon {
            width: 90px;
            height: 90px;
            margin-bottom: 20px;
        }

        .aijs-module3 .item .icon-01 {
            background: url(/images/xcy/aijsjj/icon-01.png) no-repeat center center;
        }

        .aijs-module3 .item .icon-02 {
            background: url(/images/xcy/aijsjj/icon-02.png) no-repeat center center;
        }

        .aijs-module3 .item .icon-03 {
            background: url(/images/xcy/aijsjj/icon-03.png) no-repeat center center;
        }

        .aijs-module3 .item h3 {
            width: 100%;
            color: #2b3b65;
            text-align: center;
        }

        .aijs-module3 .item:nth-child(1) {
            background: #eff5ff url(/images/xcy/aijsjj/aijsjj-itemb-bg1.png) no-repeat center bottom;
        }

        .aijs-module3 .item:nth-child(2) {
            background: #eff5ff url(/images/xcy/aijsjj/aijsjj-itemb-bg2.png) no-repeat center bottom;
        }

        .aijs-module3 .item:nth-child(3) {
            background: #eff5ff url(/images/xcy/aijsjj/aijsjj-itemb-bg3.png) no-repeat center bottom;
        }
/* 资源中台 */
.zyzt-wrap {
    background: #f5f6f8 url(/images/xcy/zyzt/zyzt-bg.jpg) no-repeat center top;
}

.zyzt-head {
    padding: 80px 0 10px 50px;
    line-height: 3.5vw;
}

    .zyzt-head .desc {
        line-height: 4.3vw;
    }

.zyzt-main {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.zyzt-module1 {
    padding: 20px 30px;
}

.zyzt-main .subtit2 {
    padding-top: 12px;
    height: 72px;
    color: #fff;
    background: url(/images/xcy/zyzt/zyzt-subtit-bg.png) no-repeat center;
}

.zyzt-module1.list {
    padding: 50px 0;
    background: url(/images/xcy/zyzt/line.jpg) no-repeat center top;
}

.zyzt-module1 .item {
    display: flex;
    padding: 40px 30px;
    width: 85vw;
    flex-shrink: 0;
    border-radius: 12px;
    margin-top: 20px;
}

    .zyzt-module1 .item .icon {
        margin-right: 30px;
        width: 138px;
        height: 138px;
        border-radius: 69px;
    }

    .zyzt-module1 .item p {
        font-size: 3vw;
        color: #676372;
        line-height: 4.3vw;
    }

.zyzt-module1 .list .item:nth-child(1) {
    background: #f5f6f8 url(/images/xcy/zyzt/zyzt-item-bg1.png) no-repeat center top;
}

.zyzt-module1 .list .item:nth-child(2) {
    background: #f5f6f8 url(/images/xcy/zyzt/zyzt-item-bg1.png) no-repeat center top;
}

.zyzt-module1 .list .icon-11 {
    background: #fff url(/images/xcy/zyzt/icon-01.png) no-repeat center;
}

.zyzt-module1 .list .icon-12 {
    background: #fff url(/images/xcy/zyzt/icon-02.png) no-repeat center;
}

.zyzt-module1 .list .icon-21 {
    background: #fff url(/images/xcy/zyzt/icon-03.png) no-repeat center;
}

.zyzt-module1 .list .icon-22 {
    background: #fff url(/images/xcy/zyzt/icon-04.png) no-repeat center;
}

.zyzt-module1 .list .icon-31 {
    background: #fff url(/images/xcy/zyzt/icon-05.png) no-repeat center;
}

.zyzt-module1 .list .icon-32 {
    background: #fff url(/images/xcy/zyzt/icon-06.png) no-repeat center;
}

.zyzt-module1 .list .icon-41 {
    background: #fff url(/images/xcy/zyzt/icon-07.png) no-repeat center;
}

.zyzt-module1 .list .icon-42 {
    background: #fff url(/images/xcy/zyzt/icon-08.png) no-repeat center;
}

.zyzt-module2 {
    align-items: stretch;
}

    .zyzt-module2 .item {
        display: flex;
        flex-wrap: wrap;
        margin: 20px;
        padding: 30px 35px 50px;
        width: 30vw;
        justify-content: center;
        background: #eff5ff;
        border-radius: 12px;
    }

        .zyzt-module2 .item .icon {
            width: 140px;
            height: 140px;
            margin-bottom: 20px;
        }

        .zyzt-module2 .item .icon-01 {
            background: url(/images/xcy/zyzt/icon-b01.png) no-repeat center center;
        }

        .zyzt-module2 .item .icon-02 {
            background: url(/images/xcy/zyzt/icon-b02.png) no-repeat center center;
        }

        .zyzt-module2 .item .icon-03 {
            background: url(/images/xcy/zyzt/icon-b03.png) no-repeat center center;
        }

        .zyzt-module2 .item h3 {
            width: 100%;
            color: #2b3b65;
            text-align: center;
        }

        .zyzt-module2 .item:nth-child(1) {
            background: #eff5ff url(/images/xcy/aijsjj/aijsjj-itemb-bg1.png) no-repeat center bottom;
            background-size: cover;
        }

        .zyzt-module2 .item:nth-child(2) {
            background: #eff5ff url(/images/xcy/aijsjj/aijsjj-itemb-bg2.png) no-repeat center bottom;
            background-size: cover;
        }

        .zyzt-module2 .item:nth-child(3) {
            background: #eff5ff url(/images/xcy/aijsjj/aijsjj-itemb-bg3.png) no-repeat center bottom;
            background-size: cover;
        }

        .zyzt-module2 .item p {
            margin-top: 20px;
            color: #676372;
            line-height: 22px;
        }
/* 三字 */
.com-3rd-wrap {
    padding: 0 0 40px;
}

.com-3rd-main {
    padding: 0 10px;
}

.com-3rd-wrap .item {
    margin-bottom: 15px;
    padding: 24px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
}

    .com-3rd-wrap .item h2 {
        margin: 10px 20px;
        padding-left: 35px;
        font-size: 26px;
        font-weight: bold;
        color: #002e73;
    }

    .com-3rd-wrap .item:nth-child(1) h2 {
        background: url(/images/xcy/3rd/num-01.png) no-repeat center left;
    }

    .com-3rd-wrap .item:nth-child(2) h2 {
        background: url(/images/xcy/3rd/num-02.png) no-repeat center left;
    }

    .com-3rd-wrap .item:nth-child(3) h2 {
        background: url(/images/xcy/3rd/num-03.png) no-repeat center left;
    }

    .com-3rd-wrap .item:nth-child(4) h2 {
        background: url(/images/xcy/3rd/num-04.png) no-repeat center left;
    }

    .com-3rd-wrap .item:nth-child(5) h2 {
        background: url(/images/xcy/3rd/num-05.png) no-repeat center left;
    }

    .com-3rd-wrap .item:nth-child(6) h2 {
        background: url(/images/xcy/3rd/num-06.png) no-repeat center left;
    }

    .com-3rd-wrap .item:nth-child(7) h2 {
        background: url(/images/xcy/3rd/num-07.png) no-repeat center left;
    }

    .com-3rd-wrap .item:nth-child(8) h2 {
        background: url(/images/xcy/3rd/num-08.png) no-repeat center left;
    }

    .com-3rd-wrap .item .icon {
        margin-right: 20px;
        width: 25vw;
        height: 200px;
    }

    .com-3rd-wrap .item .info {
        width: 75vw;
    }

    .com-3rd-wrap .item p {
        padding: 15px 0;
        min-height: 100px;
        color: #2a3553;
        font-size: 3vw;
        line-height: 4.8vw;
    }

.com-3rd-wrap .btn-bar {
    display: flex;
    /*justify-content: right;*/
}

    .com-3rd-wrap .btn-bar a {
        margin: 5px 6px;
        padding: 0 20px;
        min-width: 150px;
        height: 48px;
        line-height: 4.8vw;
        border-radius: 18px;
        text-align: center;
        color: #fff;
        background: #00479d;
        font-size: 2.6vw;
    }

        .com-3rd-wrap .btn-bar a:hover {
            background-image: linear-gradient(to right, #ee800a, #ee4b0a);
        }

.com-3rd-module2 ul {
    padding: 10px 15px;
}

    .com-3rd-module2 ul li {
        margin-bottom: 10px;
    }

        .com-3rd-module2 ul li img {
            width: 280px;
        }

.com-3rd-module2 .sub-tit {
    font-size: 30px;
    color: #00479d;
    background: url(/images/xcy/3rd/sub-tit-bg.png) no-repeat center;
}
/* 要推广 */
.ytg-wrap {
    background: #fefeff url(/images/xcy/3rd/ytg-bg.jpg) no-repeat center -80px;
}

    .ytg-wrap .com-3rd-logo {
        padding: 160px 0 0 28vw;
    }

    .ytg-wrap .com-3rd-step {
        padding: 0 0 0 0;
    }

    .ytg-wrap .icon-01 {
        background: url(/images/xcy/3rd/ytg-icon-01.png) no-repeat center;
    }

    .ytg-wrap .icon-02 {
        background: url(/images/xcy/3rd/ytg-icon-02.png) no-repeat center;
    }

    .ytg-wrap .icon-03 {
        background: url(/images/xcy/3rd/ytg-icon-03.png) no-repeat center;
    }

    .ytg-wrap .icon-04 {
        background: url(/images/xcy/3rd/ytg-icon-04.png) no-repeat center;
    }

    .ytg-wrap .icon-05 {
        background: url(/images/xcy/3rd/ytg-icon-05.png) no-repeat center;
    }

.com-3rd-wrap .video-modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}

.com-3rd-wrap .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 10vh auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 10px;
}

.com-3rd-wrap .close {
    position: absolute;
    display: flex;
    top: -20px;
    right: -20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border: 3px #fff solid;
    background: #000;
}

    .com-3rd-wrap .close span {
        height: 42px;
        line-height: 38px;
    }

    .com-3rd-wrap .close:hover,
    .com-3rd-wrap .close:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
/* 要引进 */
.yyj-wrap {
    background: #fefeff url(/images/xcy/3rd/yyj-bg.jpg) no-repeat center -30px;
}

    .yyj-wrap .com-3rd-logo {
        padding: 130px 0 0 2vw;
    }

    .yyj-wrap .com-3rd-step {
        margin-left: -25px;
        padding: 0 0 0 0;
    }

    .yyj-wrap .icon-01 {
        background: url(/images/xcy/3rd/yyj-icon-01.png) no-repeat center;
    }

    .yyj-wrap .icon-02 {
        background: url(/images/xcy/3rd/yyj-icon-02.png) no-repeat center;
    }

    .yyj-wrap .icon-03 {
        background: url(/images/xcy/3rd/yyj-icon-03.png) no-repeat center;
    }

    .yyj-wrap .icon-04 {
        background: url(/images/xcy/3rd/yyj-icon-04.png) no-repeat center;
    }

    .yyj-wrap .icon-05 {
        background: url(/images/xcy/3rd/yyj-icon-05.png) no-repeat center;
    }

    .yyj-wrap .icon-06 {
        background: url(/images/xcy/3rd/yyj-icon-06.png) no-repeat center;
    }

    .yyj-wrap .icon-07 {
        background: url(/images/xcy/3rd/yyj-icon-07.png) no-repeat center;
    }

    .yyj-wrap .icon-08 {
        background: url(/images/xcy/3rd/yyj-icon-08.png) no-repeat center;
    }

    .yyj-wrap .com-3rd-module2 ul {
        margin: 0 15px;
    }
/* 要合作 */
.yhz-wrap {
    background: #fefeff url(/images/xcy/3rd/yhz-bg.jpg) no-repeat center -30px;
}

    .yhz-wrap .com-3rd-logo {
        padding: 160px 0 0 4vw;
    }

    .yhz-wrap .com-3rd-step {
        padding: 0 0 0 0;
    }

    .yhz-wrap .icon-01 {
        background: url(/images/xcy/3rd/yhz-icon-01.png) no-repeat center;
    }

    .yhz-wrap .icon-02 {
        background: url(/images/xcy/3rd/yhz-icon-02.png) no-repeat center;
    }

    .yhz-wrap .com-3rd-module2 ul {
        margin: 0 15px;
    }
/* 引项目 */
.yxm-wrap {
    background: #fefeff url(/images/xcy/3rd/yxm-bg.jpg) no-repeat center -50px;
}

    .yxm-wrap .com-3rd-logo {
        padding: 160px 0 0 20vw;
    }

    .yxm-wrap .com-3rd-step {
        padding: 0 0 0 10px;
    }

    .yxm-wrap .icon-01 {
        background: url(/images/xcy/3rd/yxm-icon-01.png) no-repeat center;
    }

    .yxm-wrap .icon-02 {
        background: url(/images/xcy/3rd/yxm-icon-02.png) no-repeat center;
    }

    .yxm-wrap .icon-03 {
        background: url(/images/xcy/3rd/yxm-icon-03.png) no-repeat center;
    }

    .yxm-wrap .icon-04 {
        background: url(/images/xcy/3rd/yxm-icon-04.png) no-repeat center;
    }

    .yxm-wrap .icon-05 {
        background: url(/images/xcy/3rd/yxm-icon-05.png) no-repeat center;
    }
/* 做经纪 */
.zjj-wrap {
    background: #fefeff url(/images/xcy/3rd/zjj-bg.jpg) no-repeat center -15px;
}

    .zjj-wrap .com-3rd-logo {
        padding: 160px 0 0 20vw;
    }

    .zjj-wrap .com-3rd-step {
        padding: 0 0 0 10px;
    }

    .zjj-wrap .icon-01 {
        background: url(/images/xcy/3rd/zjj-icon-01.png) no-repeat center;
    }

    .zjj-wrap .icon-02 {
        background: url(/images/xcy/3rd/zjj-icon-02.png) no-repeat center;
    }

    .zjj-wrap .icon-03 {
        background: url(/images/xcy/3rd/zjj-icon-03.png) no-repeat center;
    }

    .zjj-wrap .icon-04 {
        background: url(/images/xcy/3rd/zjj-icon-04.png) no-repeat center;
    }

    .zjj-wrap .com-3rd-module2 ul {
        margin: 0 18px;
    }

    .zjj-wrap .zjj-btn-li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        margin: 5px 14px;
        width: 13vw;
        height: 100px;
    }

        .zjj-wrap .zjj-btn-li a::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 74px;
            left: 0;
            bottom: 0;
            border: 1px #d6ebf7 solid;
            border-radius: 5px;
            box-shadow: 0 0 12px rgba(30, 30, 135, 0.03);
        }

        .zjj-wrap .zjj-btn-li a i {
            position: relative;
            width: 50px;
            height: 50px;
            border-radius: 25px;
            z-index: 2;
        }

        .zjj-wrap .zjj-btn-li a span {
            color: #595581;
            font-size: 16px;
            margin-bottom: 5px;
        }

    .zjj-wrap .zjj-btn-li .icon-01 {
        background: #53b7f4 url(/images/xcy/3rd/zjj-item-icon1.png) no-repeat center;
    }

    .zjj-wrap .zjj-btn-li .icon-02 {
        background: #53b7f4 url(/images/xcy/3rd/zjj-item-icon2.png) no-repeat center;
    }

    .zjj-wrap .zjj-btn-li .icon-03 {
        background: #53b7f4 url(/images/xcy/3rd/zjj-item-icon3.png) no-repeat center;
    }

    .zjj-wrap .zjj-btn-li .icon-04 {
        background: #53b7f4 url(/images/xcy/3rd/zjj-item-icon4.png) no-repeat center;
    }

    .zjj-wrap .zjj-btn-li .icon-05 {
        background: #53b7f4 url(/images/xcy/3rd/zjj-item-icon5.png) no-repeat center;
    }

    .zjj-wrap .zjj-btn-li .icon-06 {
        background: #53b7f4 url(/images/xcy/3rd/zjj-item-icon6.png) no-repeat center;
    }
/* 做研发 */
.zyf-wrap {
    background: #fefeff url(/images/xcy/3rd/yxm-bg.jpg) no-repeat center -50px;
}

    .zyf-wrap .com-3rd-logo {
        padding: 160px 0 0 20vw;
    }

    .zyf-wrap .com-3rd-step {
        padding: 0 0 0 10px;
    }

    .zyf-wrap .icon-01 {
        background: url(/images/xcy/3rd/zyf-icon-01.png) no-repeat center;
    }

    .zyf-wrap .icon-02 {
        background: url(/images/xcy/3rd/zyf-icon-02.png) no-repeat center;
    }

    .zyf-wrap .icon-03 {
        background: url(/images/xcy/3rd/zyf-icon-03.png) no-repeat center;
    }

    .zyf-wrap .icon-04 {
        background: url(/images/xcy/3rd/zyf-icon-04.png) no-repeat center;
    }

    .zyf-wrap .icon-05 {
        background: url(/images/xcy/3rd/zyf-icon-05.png) no-repeat center;
    }

    .zyf-wrap .com-3rd-module2 ul {
        margin: 0 18px;
    }
/* 技术推广 */
.jstg-wrap {
    padding-bottom: 30px;
    background: #f5f6f8 url(/images/xcy/jstg/jstg-bg.jpg) no-repeat center top;
}

.jstg-head {
    padding: 160px 0 10px 20px;
    line-height: 4.3vw;
}

.jstg-main {
    padding: 50px 15px 30px 15px;
    border-radius: 10px;
    background: #fff;
}

    .jstg-main .subtit {
        padding-left: 30px;
        margin: 0 0 20px 0;
        background: url(/images/xcy/jstg/jstg-icon-01.png) no-repeat left center;
    }

.jstg-module1 {
    padding: 20px;
}

    .jstg-module1 .item {
        position: relative;
    }

    .jstg-module1 .item-1 {
        width: 100%;
        height: 380px;
        background: url(/images/xcy/jstg/jstg-img-01.jpg) no-repeat top left;
    }

    .jstg-module1 .item-2 {
        width: 100%;
        height: 390px;
        background: url(/images/xcy/jstg/jstg-img-02.jpg) no-repeat top left;
    }

    .jstg-module1 .item-3 {
        width: 100%;
        height: 355px;
        background: url(/images/xcy/jstg/jstg-img-03.jpg) no-repeat top left;
    }

    .jstg-module1 .item-4 {
        width: 100%;
        height: 740px;
        background: url(/images/xcy/jstg/jstg-img-04.jpg) no-repeat top left;
    }

.jstg-main .ty-btn a {
    display: inline-block;
    color: #fff;
    font-size: 2.5vw;
    padding: 10px 22px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #e79321 0, #fe6658 100%);
}

    .jstg-main .ty-btn a:hover {
        opacity: 0.9;
    }

.jstg-module1 .btn-1 {
    position: absolute;
    left: 60px;
    top: 285px;
}

.jstg-module1 .btn-2 {
    position: absolute;
    left: 75px;
    top: 45px;
}

.jstg-module1 .btn-3 {
    position: absolute;
    left: 305px;
    top: 45px;
}

.jstg-module1 .btn-4 {
    position: absolute;
    left: 75px;
    top: 255px;
}

.jstg-module1 .btn-5 {
    position: absolute;
    left: 640px;
    top: 240px;
}

.jstg-module1 .btn-6 {
    position: absolute;
    left: 90px;
    top: 625px;
}

.jstg-main .baogao-btn {
    position: absolute;
}

    .jstg-main .baogao-btn a {
        display: inline-block;
        width: 210px;
        height: 290px;
        text-align: center;
        color: #333;
    }

        .jstg-main .baogao-btn a img {
            border: 1px transparent solid;
            border-radius: 4px;
        }

        .jstg-main .baogao-btn a:hover {
            color: #0066ff;
        }

            .jstg-main .baogao-btn a:hover img {
                border: 1px #0066ff solid;
                box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
            }

.jstg-module2 .video-con {
    width: 720px;
}

.jstg-module4 .con {
    align-items: self-start;
    padding: 20px;
    background: #f8fbff;
    border-radius: 8px;
    border: 1px #fff solid;
    box-shadow: 0 0 24px rgba(30, 100, 195, 0.12);
}

.jstg-module4 .l-tit {
    width: 150px;
    flex-shrink: 0;
    text-align: center;
}

    .jstg-module4 .l-tit h3 {
        font-size: 20ox;
        font-weight: bold;
        color: #0066ff;
    }

.jstg-module4 .r-det {
    width: 100%;
}

    .jstg-module4 .r-det p {
        margin-left: 30px;
        line-height: 4.3vw;
    }

    .jstg-module4 .r-det ul {
        margin: 20px;
        justify-content: center;
    }

    .jstg-module4 .r-det li {
        margin: 15px 20px;
        font-size: 2.8vw;
        text-align: center;
    }

        .jstg-module4 .r-det li img {
            margin-bottom: 5px;
            border-radius: 4px;
            border: 1px transparent solid;
        }

        .jstg-module4 .r-det li a {
            color: #333;
        }

            .jstg-module4 .r-det li a:hover {
                color: #0066ff;
            }

                .jstg-module4 .r-det li a:hover img {
                    border: 1px #0066ff solid;
                    box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
                }

.jstg-module5 {
    padding: 30px;
    min-height: 280px;
    background: url(/images/xcy/jstg/jstg-item-bg1.png) no-repeat top left;
    background-size: cover;
}

.jstg-main .fwms-tit {
    margin-bottom: 20px;
    height: 30px;
    font-size: 3.2vw;
    font-weight: 600;
    background: url(/images/xcy/jstg/line.png) no-repeat bottom left;
}

.jstg-main, desc {
    color: #2b3b65;
}

.jstg-module5 span em {
    color: #f60;
}

.jstg-module5 p {
    line-height: 4.3vw;
    color: #676372;
}

    .jstg-module5 p .c-blue {
        color: #1d46cc;
    }

.jstg-module6 {
    padding: 30px;
    min-height: 280px;
    border-radius: 20px;
    background: url(/images/xcy/jstg/jstg-item-bg2.png) no-repeat top left;
    background-size: cover;
}

    .jstg-module6 table {
        margin: 0 auto;
        width: 80vw;
        border-collapse: collapse;
    }

    .jstg-module6 th, .jstg-module6 td {
        padding: 25px 25px;
        text-align: left;
        font-size: 3vw;
        border: 1px solid #eee;
        color: #676372;
        box-sizing: border-box;
        background: #fff;
    }

    .jstg-module6 th {
        padding: 15px 25px;
        background-color: #f6f4f4;
        border: 1px #eee solid;
        color: #2b3b65;
        font-weight: 600;
    }

    .jstg-module6 td h3 {
        margin-bottom: 8px;
        font-size: 2.8vw;
        color: #1d46cc;
        font-weight: 600;
    }

    .jstg-module6 td p {
        font-size: 2.6vw;
        line-height: 4.3vw;
    }

.foot {
    background-color: #fff;
    font-size: 3vw;
}

    .foot .tel {
        margin: 1.5vw 0;
    }

    .foot a {
        color: #707e9c;
    }

    .foot .bq {
        color: #9fa2b3;
    }

.top {
    height: 90px;
    display: flex;
    padding: 5px 10px 5px 10px;
    justify-content: space-between;
    background-color: white;
    color: white;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.nav-img {
    width: 95vw;
}

/* 数据接口 */
.sjjk-wrap {
    background: #f5f6f8 url(/images/xcy/sjjk/sjjk-bg.jpg) no-repeat center top;
}

.sjjk-head {
    padding: 130px 0 42px 20vw;
    line-height: 4.3vw;
    color: #676372;
}

.sjjk-main {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.sjjk-module1 {
    padding: 15px 4vw 30px;
}

    .sjjk-module1 .item {
        padding: 20px 0;
        text-align: center;
    }

        .sjjk-module1 .item .icon {
            display: inline-block;
            width: 100px;
            height: 100px;
        }

        .sjjk-module1 .item .icon-01 {
            background: url(/images/xcy/sjjk/icon-a01.png) no-repeat center;
        }

        .sjjk-module1 .item .icon-02 {
            background: url(/images/xcy/sjjk/icon-a02.png) no-repeat center;
        }

        .sjjk-module1 .item .icon-03 {
            background: url(/images/xcy/sjjk/icon-a03.png) no-repeat center;
        }

        .sjjk-module1 .item .icon-04 {
            background: url(/images/xcy/sjjk/icon-a04.png) no-repeat center;
        }

        .sjjk-module1 .item .icon-05 {
            background: url(/images/xcy/sjjk/icon-a05.png) no-repeat center;
        }

        .sjjk-module1 .item .icon-06 {
            background: url(/images/xcy/sjjk/icon-a06.png) no-repeat center;
        }

        .sjjk-module1 .item .icon-07 {
            background: url(/images/xcy/sjjk/icon-a07.png) no-repeat center;
        }

        .sjjk-module1 .item p {
            padding: 3px;
            color: #1e1e1e;
            font-size: 2.5vw;
        }

.sjjk-module3 {
    margin: 20px;
    padding-bottom: 40px;
    height: 180px;
    background: url(/images/xcy/sjjk/sjjk-step.jpg) no-repeat center bottom;
    background-size: 90%;
}

    .sjjk-module3 .item {
        padding: 20px 0;
        width: 20vw;
        text-align: center;
    }

        .sjjk-module3 .item .icon {
            display: inline-block;
            width: 54px;
            height: 54px;
        }

        .sjjk-module3 .item .icon-01 {
            background: url(/images/xcy/sjjk/icon-b01.png) no-repeat center;
        }

        .sjjk-module3 .item .icon-02 {
            background: url(/images/xcy/sjjk/icon-b02.png) no-repeat center;
        }

        .sjjk-module3 .item .icon-03 {
            background: url(/images/xcy/sjjk/icon-b03.png) no-repeat center;
        }

        .sjjk-module3 .item .icon-04 {
            background: url(/images/xcy/sjjk/icon-b04.png) no-repeat center;
        }

        .sjjk-module3 .item .icon-05 {
            background: url(/images/xcy/sjjk/icon-b05.png) no-repeat center;
        }

        .sjjk-module3 .item p {
            padding: 10px 0;
            color: #1e1e1e;
            font-size: 2.1vw;
            color: #808080;
        }

.sjjk-module4 {
    height: 244px;
    background: url(/images/xcy/sjjk/bot-bg.jpg) no-repeat center;
}

    .sjjk-module4 .con {
        display: flex;
        padding-top: 140px;
        height: 230px;
        background: url(/images/xcy/sjjk/bot-text.png) no-repeat center 70px;
    }

    .sjjk-module4 a {
        display: block;
        margin: 0 auto;
        padding: 0 30px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        border: 1px #fff solid;
    }

        .sjjk-module4 a:hover {
            color: #fff;
            border: 1px transparent solid;
            background-image: linear-gradient(to right, #e69420, #ff6559);
        }

/* 经纪助理 */
.jjzl-wrap {
    background: #f5f6f8 url(/images/xcy/jjzl/jjzl-bg.jpg) no-repeat center top;
}

.jjzl-head {
    padding: 130px 0 32px 26vw;
    line-height: 4.3vw;
    color: #676372;
}

.jjzl-main {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.jjzl-module1 {
    padding: 20px 2vw;
}

    .jjzl-module1 .item {
        padding: 20px 0;
    }

        .jjzl-module1 .item .img {
            width: auto;
            text-align: left;
            flex-shrink: 0;
            margin: 0 10px;
        }

        .jjzl-module1 .item:nth-child(2) .img {
            text-align: right;
        }

        .jjzl-module1 .item .img img {
            width: auto;
        }

        .jjzl-module1 .item p {
            color: #676372;
            font-size: 3vw;
            line-height: 4.3vw;
        }

        .jjzl-module1 .item .list span {
            padding: 6px 16px;
            margin: 15px 12px 10px 0;
            border-radius: 3px;
            background: #eaf0ff;
            font-size: 2.5vw;
        }

.jjzl-wrap .item .zx-btn2 {
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 3vw;
    color: #fff !important;
    cursor: pointer;
    background: #3269ff;
}

.jjzl-module2 .item {
    margin: 0 40px 30px;
    padding: 30px 20px;
    width: 80vw;
    height: 590px;
    text-align: center;
    border-radius: 12px;
    background: url(/images/xcy/jjzl/item-bg.jpg) no-repeat;
    background-size: cover;
}

.jjzl-module2 .icon {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 95px;
}

.jjzl-module2 .icon-01 {
    background: url(/images/xcy/jjzl/icon-b01.png) no-repeat center;
}

.jjzl-module2 .icon-02 {
    background: url(/images/xcy/jjzl/icon-b02.png) no-repeat center;
}

.jjzl-module2 .item h3 {
    position: relative;
    height: 60px;
    margin-top: 20px;
    color: #2b3b65;
}

    .jjzl-module2 .item h3::after {
        content: '';
        position: absolute;
        display: block;
        left: 50%;
        bottom: 5px;
        margin-left: -17px;
        width: 34px;
        height: 2px;
        background: #676372;
    }

.jjzl-module2 .item p {
    padding: 5px 58px;
    font-size: 3vw;
    line-height: 4.3vw;
    text-align: justify;
    color: #676372;
}

.jjzl-module2 .item .list {
    padding: 0 24px;
    min-height: 50px;
    flex-wrap: wrap;
    justify-content: center;
    color: #076cff;
}

    .jjzl-module2 .item .list a,
    .jjzl-module2 .item .list span {
        margin: 2px 15px;
        color: #076cff;
        font-size: 2.5vw;
    }

.jjzl-module3 {
    height: 202px;
    background: url(/images/xcy/jjzl/bot-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

    .jjzl-module3 .con {
        display: flex;
        padding-top: 120px;
        height: 200px;
        background: url(/images/xcy/jjzl/bot-text.png) no-repeat center 60px;
        background-size: 90%;
    }

    .jjzl-module3 a {
        display: block;
        margin: 0 auto;
        padding: 0 30px;
        height: 50px;
        line-height: 50px;
        font-size: 2.5vw;
        color: #fff;
        border-radius: 3px;
        border: 1px #fff solid;
    }

        .jjzl-module3 a:hover {
            color: #fff;
            border: 1px transparent solid;
            background-image: linear-gradient(to right, #e69420, #ff6559);
        }
/* 智能问答 */
.znwd-wrap {
    padding-bottom: 30px;
    background: #f5f6f8 url(/images/xcy/znwd/znwd-bg.jpg) no-repeat center top;
}

.znwd-head {
    padding: 130px 150px 10px 20vw;
    line-height: 4.3vw;
    color: #676372;
}

.znwd-main {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.znwd-module1 {
    padding: 20px;
}

    .znwd-module1 .item {
        margin-bottom: 30px;
        padding: 25px 100px 25px 30px;
        width: 85vw;
        height: 270px;
        box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
        border-radius: 12px;
    }

        .znwd-module1 .item .common-subtit1::after {
            top: 15px;
        }

        .znwd-module1 .item p {
            line-height: 4.3vw;
            color: #676372;
        }

        .znwd-module1 .item:nth-child(1) {
            background: url(/images/xcy/znwd/module1-item-bg01.png) no-repeat right bottom;
            background-size: cover;
        }

        .znwd-module1 .item:nth-child(2) {
            background: url(/images/xcy/znwd/module1-item-bg02.png) no-repeat right bottom;
            background-size: cover;
        }

        .znwd-module1 .item:nth-child(3) {
            background: url(/images/xcy/znwd/module1-item-bg03.png) no-repeat right bottom;
            background-size: cover;
        }

        .znwd-module1 .item:nth-child(4) {
            background: url(/images/xcy/znwd/module1-item-bg04.png) no-repeat right bottom;
            background-size: cover;
        }

.znwd-module2 .item {
    margin: 15px 20px;
    padding: 5px 10px 40px;
    width: 85vw;
    height: 290px;
    color: #f4f5ff;
    text-align: center;
    flex-shrink: 0;
    border-radius: 12px;
}

    .znwd-module2 .item:nth-child(1) {
        background: url(/images/xcy/znwd/module2-item-bg01.png) no-repeat right bottom;
        background-size: cover;
    }

    .znwd-module2 .item:nth-child(2) {
        background: url(/images/xcy/znwd/module2-item-bg02.png) no-repeat right bottom;
        background-size: cover;
    }

    .znwd-module2 .item:nth-child(3) {
        background: url(/images/xcy/znwd/module2-item-bg03.png) no-repeat right bottom;
        background-size: cover;
    }

.znwd-module2 .icon {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.znwd-module2 .icon-01 {
    background: url(/images/xcy/znwd/icon-a01.png) no-repeat center;
}

.znwd-module2 .icon-02 {
    background: url(/images/xcy/znwd/icon-a02.png) no-repeat center;
}

.znwd-module2 .icon-03 {
    background: url(/images/xcy/znwd/icon-a03.png) no-repeat center;
}

.znwd-module2 .item h3 {
    position: relative;
    height: 55px;
}

    .znwd-module2 .item h3::after {
        content: '';
        position: absolute;
        display: block;
        left: 50%;
        bottom: 0px;
        margin-left: -17px;
        width: 34px;
        height: 2px;
        background: #fff;
    }

.znwd-module2 .item p {
    padding: 5px 30px;
    font-size: 3vw;
    line-height: 4.3vw;
    color: #f4f5ff;
}

.znwd-module3 {
    align-items: stretch;
}

    .znwd-module3 .item {
        margin: 15px 20px;
        padding: 30px 120px 30px 30px;
        width: 85vw;
        color: #1e1e1e;
        flex-shrink: 0;
        border-radius: 12px;
    }

        .znwd-module3 .item p {
            padding: 15px 0;
            font-size: 3vw;
            line-height: 4.3vw;
            color: #676372;
        }

        .znwd-module3 .item:nth-child(1) {
            background: #f5f6f8 url(/images/xcy/znwd/icon-b01.png) no-repeat right bottom;
        }

        .znwd-module3 .item:nth-child(2) {
            background: #f5f6f8 url(/images/xcy/znwd/icon-b02.png) no-repeat right bottom;
        }

        .znwd-module3 .item:nth-child(3) {
            background: #f5f6f8 url(/images/xcy/znwd/icon-b03.png) no-repeat right bottom;
        }

        .znwd-module3 .item:nth-child(4) {
            background: #f5f6f8 url(/images/xcy/znwd/icon-b04.png) no-repeat right bottom;
        }

        .znwd-module3 .item:nth-child(5) {
            background: #f5f6f8 url(/images/xcy/znwd/icon-b05.png) no-repeat right bottom;
        }

.zx-btn2 {
    padding: 8px 50px;
    font-size: 3vw;
    color: #fff !important;
    cursor: pointer;
    border-radius: 8px;
    background: #3269ff;
}

.zx-btn3 {
    padding: 8px 50px;
    font-size: 3vw;
    color: #3269ff;
    cursor: pointer;
    border-radius: 8px;
    background: #fff;
    border: 1px solid transparent;
}

/* AI项目招引 */
.xmzy-wrap {
    background: #f5f6f8 url(/images/xcy/xmzy/xmzy-bg.jpg) no-repeat center top;
}

.xmzy-head {
    padding: 130px 0 10px 5vw;
    line-height: 4.3vw;
}

    .xmzy-head .pol-btn {
        font-size: 2.1vw;
        width: 25vw;
        background: url(/images/xcy/xmzy/btn-bg2.png) no-repeat center top;
    }

        .xmzy-head .pol-btn:hover {
            background: url(/images/xcy/xmzy/btn-bg2.png) no-repeat center bottom;
        }

.xmzy-main {
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

    .xmzy-main .ty-btn a {
        display: inline-block;
        color: #fff;
        font-size: 3vw;
        padding: 14px 4vw;
        border-radius: 3px;
        background-image: linear-gradient(to right, #e79321 0, #fe6658 100%);
    }

        .xmzy-main .ty-btn a:hover {
            opacity: 0.9;
        }

    .xmzy-main .subtit {
        color: #2b3b65;
        font-size: 4vw;
        font-weight: 600;
    }

    .xmzy-main .subdesc {
        height: 4.3vw;
        line-height: 4.3vw;
        color: #243a6f;
        background: url(/images/xcy/xmzy/desc-bg.png) no-repeat center bottom;
        font-size: 3vw;
    }

.xmzy-module1 {
    padding: 20px;
    align-items: stretch !important;
}

    .xmzy-module1 .con-l {
        width: 85vw;
        margin-right: 50px;
    }

        .xmzy-module1 .con-l p {
            color: #676372;
            line-height: 4.3vw;
        }

    .xmzy-module1 .item {
        margin: 0 10px;
        padding: 20px;
        width: 26vw;
        color: #223049;
        text-align: center;
        flex-shrink: 0;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
    }

        .xmzy-module1 .item p {
            font-weight: 600;
            font-size: 3vw;
            color: #076cff;
        }

    .xmzy-module1 .icon {
        display: block;
        margin: 0 auto;
        width: 22vw;
        height: 22vw;
    }

    .xmzy-module1 .icon-01 {
        background: url(/images/xcy/xmzy/icon-a01.png) no-repeat center;
    }

    .xmzy-module1 .icon-02 {
        background: url(/images/xcy/xmzy/icon-a02.png) no-repeat center;
    }

    .xmzy-module1 .icon-03 {
        background: url(/images/xcy/xmzy/icon-a03.png) no-repeat center;
    }

.xmzy-module2 .list {
    align-items: stretch !important;
}

.xmzy-module2 .item {
    margin: 10px 15px;
    padding: 45px 10px 40px;
    width: 85vw;
    color: #f4f5ff;
    text-align: center;
    flex-shrink: 0;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(30, 30, 135, 0.12);
}

    .xmzy-module2 .item:nth-child(1) {
        background: url(/images/xcy/xmzy/item-bg1.jpg) no-repeat center;
        background-size: cover;
    }

    .xmzy-module2 .item:nth-child(2) {
        background: url(/images/xcy/xmzy/item-bg2.jpg) no-repeat center;
        background-size: cover;
    }

    .xmzy-module2 .item:nth-child(3) {
        background: url(/images/xcy/xmzy/item-bg3.jpg) no-repeat center;
        background-size: cover;
    }

    .xmzy-module2 .item h3 {
        position: relative;
        height: 60px;
    }

        .xmzy-module2 .item h3::after {
            content: '';
            position: absolute;
            display: block;
            left: 50%;
            bottom: -10px;
            margin-left: -18px;
            width: 36px;
            height: 2px;
            background: #f4f5ff;
        }

    .xmzy-module2 .item p {
        padding: 10px 20px;
        font-size: 3vw;
        line-height: 4.3vw;
        color: #f4f5ff;
    }

.xmzy-module3 .list {
    align-items: stretch !important;
}

.xmzy-module3 .item {
    margin: 20px;
    padding: 24px 200px 20px 40px;
    width: 85vw;
    border-radius: 12px;
    box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
}

    .xmzy-module3 .item p {
        margin: 5px 15px;
        line-height: 4.3vw;
        color: #676372;
    }

    .xmzy-module3 .item:nth-child(1) {
        background: url(/images/xcy/xmzy/icon-b01.png) no-repeat center right;
    }

    .xmzy-module3 .item:nth-child(2) {
        background: url(/images/xcy/xmzy/icon-b02.png) no-repeat center right;
    }

.xmzy-module4 .list {
    align-items: stretch !important;
}

.xmzy-module4 .item {
    margin: 0 15px;
    padding: 45px 24px 40px;
    width: 85vw;
    color: #223049;
    text-align: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 20px rgba(30, 30, 135, 0.12);
}

.xmzy-module4 .icon {
    display: block;
    margin: 0 auto;
    width: 20vw;
    height: 20vw;
}

.xmzy-module4 .icon-01 {
    background: url(/images/xcy/xmzy/icon-c01.png) no-repeat center;
    background-size: 100% 100%;
}

.xmzy-module4 .icon-02 {
    background: url(/images/xcy/xmzy/icon-c02.png) no-repeat center;
    background-size: 100% 100%;
}

.xmzy-module4 .icon-03 {
    background: url(/images/xcy/xmzy/icon-c03.png) no-repeat center;
    background-size: 100% 100%;
}

.xmzy-module4 .item h3 {
    margin-top: 20px;
    background-image: linear-gradient(to right, #171751, #452aa9);
    color: transparent;
    -webkit-background-clip: text;
}

.xmzy-module4 .item p {
    padding: 10px 20px;
    font-size: 3vw;
    line-height: 4.3vw;
    color: #223049;
}

.xmzy-module5 .con {
    padding: 30px 20px 20px;
    color: #676372;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(30, 30, 135, 0.12);
}

.xmzy-module5 .list {
    align-items: stretch !important;
}

.xmzy-module5 .item {
    margin: 0 15px;
    padding: 45px 10px 40px;
    width: 25vw;
    color: #223049;
    text-align: center;
    flex-shrink: 0;
}

.xmzy-module5 .icon {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 120px;
}

.xmzy-module5 .icon-01 {
    background: url(/images/xcy/xmzy/icon-d01.png) no-repeat center;
}

.xmzy-module5 .icon-02 {
    background: url(/images/xcy/xmzy/icon-d02.png) no-repeat center;
}

.xmzy-module5 .icon-03 {
    background: url(/images/xcy/xmzy/icon-d03.png) no-repeat center;
}

.xmzy-module5 .icon-04 {
    background: url(/images/xcy/xmzy/icon-d04.png) no-repeat center;
}

.xmzy-module5 .icon-05 {
    background: url(/images/xcy/xmzy/icon-d05.png) no-repeat center;
}

.xmzy-module5 .item h3 {
    margin-top: 15px;
    color: #2b5ed8;
}

.xmzy-module5 .item p {
    padding: 10px 0;
    font-size: 3vw;
    line-height: 4.3vw;
    color: #676372;
}

.xmzy-module6 {
    padding: 50px 60px;
    border-radius: 12px;
    background: url(/images/xcy/xmzy/module-bg1.jpg) no-repeat center;
    background-size: 100% 100%;
}

    .xmzy-module6 .list .item {
        padding: 15px 20px 15px 15px;
        width: 24vw;
        color: #fff;
        flex-shrink: 0;
        border-radius: 4px;
        background: #fff;
        margin: 5px;
    }

    .xmzy-module6 .list .item-2 {
        padding: 15px 20px 15px 15px;
        width: 77vw;
        color: #fff;
        flex-shrink: 0;
        border-radius: 4px;
        background: #fff;
        margin-bottom: 10px;
    }

    .xmzy-module6 .list h3 {
        color: #020508;
    }

    .xmzy-module6 .list p {
        margin: 10px 0;
        line-height: 4.3vw;
        color: #676372;
    }

    .xmzy-module6 .icon {
        display: block;
        margin: 0 auto;
        width: 85px;
        height: 75px;
    }

    .xmzy-module6 .icon-01 {
        background: url(/images/xcy/xmzy/icon-e01.png) no-repeat center;
    }

    .xmzy-module6 .icon-02 {
        background: url(/images/xcy/xmzy/icon-e02.png) no-repeat center;
    }

    .xmzy-module6 .icon-03 {
        background: url(/images/xcy/xmzy/icon-e03.png) no-repeat center;
    }

    .xmzy-module6 .icon-04 {
        background: url(/images/xcy/xmzy/icon-e04.png) no-repeat center;
    }

    .xmzy-module6 .icon-05 {
        background: url(/images/xcy/xmzy/icon-e05.png) no-repeat center;
    }

    .xmzy-module6 .icon-06 {
        width: 120px;
        height: 100px;
        background: url(/images/xcy/xmzy/icon-e06.png) no-repeat center;
    }

    .xmzy-module6 .icon-07 {
        width: 120px;
        height: 100px;
        background: url(/images/xcy/xmzy/icon-e07.png) no-repeat center;
    }

.xmzy-main .subtit2 {
    color: #fff;
}

    .xmzy-main .subtit2 h2 {
        font-size: 3.5vw;
    }

/*2024-10-20*/
.common-tit2 {
    position: relative;
    padding-bottom: 3vw;
    margin: 3vw 0;
}

    .common-tit2::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -3vw;
        width: 6vw;
        height: 2px;
        background: #002e73;
    }

.tygw-wrap {
    background: #f0f2f9;
}

    .tygw-wrap img {
        width: 100%;
        display: block;
    }

.tygw-main {
    padding: 3vw;
}

.tygw-module1 {
    padding: 3vw;
    border-radius: 1vw;
    background-image: linear-gradient(to bottom, #dfe5f4 0, #d9eef9 100%);
}

    .tygw-module1 p {
        font-size: 3.4vw;
        line-height: 5.2vw;
        color: #152449;
    }

.tygw-module5 {
    margin: 3vw;
}

    .tygw-module5 p span {
        background-image: linear-gradient(to right, #51517d, #442aa8);
        color: transparent;
        -webkit-background-clip: text;
        font-weight: 600;
        font-size: 3.4vw;
    }

    .tygw-module5 .item {
        margin: 4vw 0;
        width: 31%;
        background: #fff;
        border-radius: 1vw;
    }

        .tygw-module5 .item a {
            display: block;
            padding: 4vw;
            font-size: 3.6vw;
            color: #2b3b65;
            font-weight: 600;
            text-align: center;
        }

        .tygw-module5 .item .icon {
            display: block;
            width: 9vw;
            height: 9vw;
            margin: 3vw auto;
        }

        .tygw-module5 .item .icon-11 {
            background: url(/images/xcy/cptygw/icon-11.png) no-repeat center;
            background-size: 100%;
        }

        .tygw-module5 .item .icon-12 {
            background: url(/images/xcy/cptygw/icon-12.png) no-repeat center;
            background-size: 100%;
        }

        .tygw-module5 .item .icon-13 {
            background: url(/images/xcy/cptygw/icon-13.png) no-repeat center;
            background-size: 100%;
        }

.jzhzzj-wrap {
    background: #f0f2f9;
}

    .jzhzzj-wrap img {
        width: 100%;
        display: block;
    }

.jzhzzj-main {
    padding: 3vw;
}

.jzhzzj-module1 {
    padding: 3vw;
    border-radius: 1vw;
    background-image: linear-gradient(to bottom, #dfe5f4 0, #d9eef9 100%);
}

    .jzhzzj-module1 p {
        font-size: 3.4vw;
        line-height: 5.2vw;
        color: #152449;
    }

.jzhzzj-main .desc {
    font-size: 3.4vw;
    color: #6f7391;
    margin-bottom: 3vw;
}

.cphbjh-wrap {
    background: #f0f2f9;
}

    .cphbjh-wrap img {
        width: 100%;
        display: block;
    }

.cphbjh-main {
    padding: 3vw;
    background: url(/images/xcy/cphbjh/h5/bg.jpg) no-repeat center top;
}

.cphbjh-module1 {
    padding: 3vw;
    border-radius: 1vw;
    background: url(/images/xcy/cphbjh/h5/module1-bg.png) no-repeat center;
    background-size: 100%;
    border: 1px #fff solid;
}

    .cphbjh-module1 p {
        font-size: 3.4vw;
        line-height: 5.2vw;
        text-indent: 2em;
        color: #152449;
    }

.cphbjh-main .desc {
    font-size: 3.4vw;
    color: #6f7391;
    margin-bottom: 3vw;
}

.cphbjh-module4 .fwnr-subtit {
    display: flex;
    align-items: flex-start;
}

.cphbjh-module4 .col-center {
    align-items: center;
}

.cphbjh-module4 .fwnr-subtit .icon {
    width: 10vw;
    height: 12vw;
    margin-right: 3vw;
    flex-shrink: 0;
}

.cphbjh-module4 .fwnr-subtit h3 {
    font-size: 3.8vw;
    font-weight: 600;
    color: #2b3b65;
    margin-bottom: 1vw;
}

.cphbjh-module4 .fwnr-subtit p {
    font-size: 3vw;
    color: #6f7391;
    margin-right: 3vw;
}

.cphbjh-module4 .fwnr-subtit .icon-01 {
    background: url(/images/xcy/cphbjh/icon-num1.png) no-repeat center;
    background-size: 90%;
}

.cphbjh-module4 .fwnr-subtit .icon-02 {
    background: url(/images/xcy/cphbjh/icon-num2.png) no-repeat center;
    background-size: 90%;
}

.cphbjh-module4 .fwnr-subtit .icon-03 {
    background: url(/images/xcy/cphbjh/icon-num3.png) no-repeat center;
    background-size: 90%;
}

.cphbjh-module4 .fwnr-subtit .icon-04 {
    background: url(/images/xcy/cphbjh/icon-num4.png) no-repeat center;
    background-size: 90%;
}

.cphbjh-module4-con1 {
    padding: 4vw 2vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

    .cphbjh-module4-con1 .con-l {
        width: 28vw;
    }

    .cphbjh-module4-con1 .item {
        border-radius: 1vw;
    }

        .cphbjh-module4-con1 .item a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 3vw 0;
            color: #fff;
            line-height: 6vw;
            text-align: center;
        }

        .cphbjh-module4-con1 .item h4 {
            font-weight: 400;
            line-height: 4.4vw;
            text-align: center;
            margin-bottom: 2.4vw;
        }

        .cphbjh-module4-con1 .item .more {
            display: flex;
            justify-content: center;
        }

            .cphbjh-module4-con1 .item .more span {
                padding: 0.2vw 3vw;
                border-radius: 3.2vw;
                background: #fff;
                color: #000;
                font-size: 3vw;
            }

    .cphbjh-module4-con1 .con-l .item {
        height: 100%;
        background: url(/images/xcy/cphbjh/h5/jjfa-bg01.png) no-repeat center;
        background-size: cover;
    }

        .cphbjh-module4-con1 .con-l .item h4 {
            margin: 2.5vw 0 25vw;
            line-height: 4.6vw;
        }

    .cphbjh-module4-con1 .con-r {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60vw;
        flex-wrap: wrap;
    }

        .cphbjh-module4-con1 .con-r .item {
            width: 48%;
        }

            .cphbjh-module4-con1 .con-r .item:nth-child(1) {
                background: url(/images/xcy/cphbjh/h5/jjfa-bg02.png) no-repeat center;
                background-size: cover;
                margin-bottom: 2vw;
            }

            .cphbjh-module4-con1 .con-r .item:nth-child(2) {
                background: url(/images/xcy/cphbjh/h5/jjfa-bg03.png) no-repeat center;
                background-size: cover;
                margin-bottom: 2vw;
            }

            .cphbjh-module4-con1 .con-r .item:nth-child(3) {
                background: url(/images/xcy/cphbjh/h5/jjfa-bg04.png) no-repeat center;
                background-size: cover;
            }

            .cphbjh-module4-con1 .con-r .item:nth-child(4) {
                background: url(/images/xcy/cphbjh/h5/jjfa-bg05.png) no-repeat center;
                background-size: cover;
            }

.cphbjh-module4-con2 {
    padding: 2vw 0;
}

.cphbjh-module4-con4 {
    padding: 2vw 0;
}

.cphbjh-wrap .s-tit {
    display: inline-block;
    padding: 0 3vw 1vw 1vw;
    background: url(/images/xcy/cphbjh/ttit-bg03.png) no-repeat left bottom;
    background-size: contain;
}

    .cphbjh-wrap .s-tit h5 {
        font-size: 4vw;
        font-weight: 600;
    }

.cphbjh-module5 p {
    margin-bottom: 6vw;
}

.cphbjh-module5 .add-btn {
    display: block;
    width: 100%;
    height: 12vw;
    line-height: 12vw;
    text-align: center;
    background: #0057ff;
    color: #fff;
    font-size: 4vw;
    border-radius: 1.8vw;
    margin-top: 6vw;
}
/* 数智产品 */
.szcp-gov-wrap {
    font-size: 3.2vw;
    background: #efefef;
}

    .szcp-gov-wrap img {
        width: 100%;
        display: block;
    }

    .szcp-gov-wrap .common-tit2::after {
        background: #ff6600;
    }

    .szcp-gov-wrap .p4 {
        padding: 0 4vw;
    }
.szcp-gov-banner{
    margin-bottom: -4vw;
}
.szcp-gov-module1{
    position: relative;
    padding: 0 !important;
}
.szcp-gov-module2 .szcp-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.6vw;
}

    .szcp-gov-module2 .szcp-tabs .tab {
        width: calc(25% - 1vw);
        padding: 2vw 0;
        font-size: 3.6vw;
        color: #2b3b65;
        background: #fff;
        border-radius: 1vw;
        text-align: center;
    }

        .szcp-gov-module2 .szcp-tabs .tab.active {
            color: #fff;
            background: #ff6600;
        }
        .szcp-gov-module2 .szcp-tip{
            display: flex;
            align-items: center;
            color: #555555;
            margin: 0 0 3vw 2vw;   
        }
        .szcp-gov-module2 .szcp-tip .icon-computer{
            width: 4vw;
            height: 4vw;
            margin-right: 2vw;
            background: url(/images/xcy/szcp/gov/h5/icon-computer.png) no-repeat center;
            background-size: 100%;
        }

.szcp-gov-module2 .item {
    background: #fff;
    border-radius: 1.5vw;
    margin: 2vw 0;
}

    .szcp-gov-module2 .item .item-con {
        display: block;
        height: 100%;
        min-height: 31vw;
        padding: 5.5vw;
    }

    .szcp-gov-module2 .item .tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2.5vw;
    }

    .szcp-gov-module2 .item .tit-l {
        display: flex;
        align-items: center;
    }

    .szcp-gov-module2 .item h3 {
        position: relative;
        font-size: 4.6vw;
        font-weight: bold;
        color: #2b3b65;
        padding: 0 0 1vw 2vw;
    }

        .szcp-gov-module2 .item h3 span {
            position: relative;
            z-index: 2;
        }

        .szcp-gov-module2 .item h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 24vw;
            height: 3vw;
            z-index: 1;
            background-image: linear-gradient(to right, #fcb172 0, #fff 100%);
        }

    .szcp-gov-module2 .item .desc {
        color: #6f7391;
        line-height: 4.6vw;
        text-indent: 2em;
    }

    .szcp-gov-module2 .item .more {
        display: block;
        width: 5vw;
        height: 5vw;
        background: url(/images/xcy/szcp/gov/h5/icon-more.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .mark {
        text-align: right;
        color: #dd5047;
        padding: 1vw 0;
        margin: 1vw 0;
    }

    .szcp-gov-module2 .item .icon {
        width: 7vw;
        height: 7vw;
        margin-right: 3vw;
    }

    .szcp-gov-module2 .item .icon11 {
        background: url(/images/xcy/szcp/gov/h5/icon-11.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon12 {
        background: url(/images/xcy/szcp/gov/h5/icon-12.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon13 {
        background: url(/images/xcy/szcp/gov/h5/icon-13.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon14 {
        background: url(/images/xcy/szcp/gov/h5/icon-14.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon15 {
        background: url(/images/xcy/szcp/gov/h5/icon-15.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon16 {
        background: url(/images/xcy/szcp/gov/h5/icon-16.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon17 {
        background: url(/images/xcy/szcp/gov/h5/icon-17.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon21 {
        background: url(/images/xcy/szcp/gov/h5/icon-21.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon22 {
        background: url(/images/xcy/szcp/gov/h5/icon-22.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon23 {
        background: url(/images/xcy/szcp/gov/h5/icon-23.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon31 {
        background: url(/images/xcy/szcp/gov/h5/icon-31.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon32 {
        background: url(/images/xcy/szcp/gov/h5/icon-32.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon41 {
        background: url(/images/xcy/szcp/gov/h5/icon-41.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon42 {
        background: url(/images/xcy/szcp/gov/h5/icon-42.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-gov-module2 .item .icon43 {
        background: url(/images/xcy/szcp/gov/h5/icon-43.png) no-repeat center;
        background-size: 100%;
    }
    .szcp-gov-module2 .kefu{
        margin: 3vw 0;
        text-align: center;
    }
    .szcp-gov-module2 .kefu .btn{
        display: flex;
        justify-content: center;
        margin: 3vw 0;
    }
    .szcp-gov-module2 .kefu .btn a{
        display: flex;
        align-items: center;
        padding: 2.4vw 4vw;
        color: #fff;
        font-size: 3.2vw;
        border-radius: 1vw;
        background-image: linear-gradient(to right, #ff8300 0, #ff3d00 100%);
    }
    .szcp-gov-module2 .kefu .btn .icon-kefu{
        width: 4vw;
        height: 4vw;
        margin-right: 1.5vw;
        background: url(/images/xcy/szcp/college/h5/icon-kefu.png) no-repeat center;
        background-size: 100%;
    }

.szcp-gov-module3 {
    margin-bottom: 5vw;
}

    .szcp-gov-module3 p {
        margin: 3vw 0;
    }    
.szcp-gov-module4 {
    margin-bottom: 4vw;
}
.szcp-gov-module4 .c-orange {
    color: #ff6600;
}

.szcp-gov-module4 p {
    padding: 1vw 0;
    color: #2b3b65;
}
.szcp-gov-module4 p:nth-last-child(1) {
    font-size: 2.9vw;
    letter-spacing: -0.1vw;
}

.szcp-gov-module5 {
    padding: 0vw 2vw 6vw !important;
}
/* 高校 */
.szcp-college-wrap {
    font-size: 3.2vw;
    background: #e2ebff;
}

    .szcp-college-wrap img {
        width: 100%;
        display: block;
    }

    .szcp-college-wrap .common-tit2::after {
        background: #5e88fe;
    }

    .szcp-college-wrap .p4 {
        padding: 0 4vw;
    }
.szcp-college-banner{
    margin-bottom: 2vw;
}
.szcp-college-module1{
    position: relative;
    padding: 0 !important;

}
.szcp-college-module1::after{
    content: '';
    position: absolute;
    bottom: -24vw;
    right: 0;
    width: 26.5vw;
    height:30vw;
    background: url(/images/xcy/szcp/college/h5/icon-jianjie.png) no-repeat center;
    background-size: 100%;
}

.szcp-college-module2 .szcp-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.6vw;
}

    .szcp-college-module2 .szcp-tabs .tab {
        width: calc(25% - 1vw);
        padding: 2vw 0;
        margin: 0 1vw;
        font-size: 3.6vw;
        color: #2b3b65;
        background: #fff;
        border-radius: 1vw;
        text-align: center;
    }

        .szcp-college-module2 .szcp-tabs .tab.active {
            color: #fff;
            background: #2e6dff;
        }
    .szcp-college-module2 .szcp-tip{
        display: flex;
        align-items: center;
        color: #555555;
        margin: 0 0 3vw 2vw;   
    }
    .szcp-college-module2 .szcp-tip .icon-computer{
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
        background: url(/images/xcy/szcp/gov/h5/icon-computer.png) no-repeat center;
        background-size: 100%;
    }

.szcp-college-module2 .item {
    background: #fff;
    border-radius: 1.5vw;
    margin: 2vw 0;
}

    .szcp-college-module2 .item .item-con {
        display: block;
        height: 100%;
        min-height: 31vw;
        padding: 5.5vw;
    }

    .szcp-college-module2 .item .tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2.5vw;
    }

    .szcp-college-module2 .item .tit-l {
        display: flex;
        align-items: center;
    }

    .szcp-college-module2 .item h3 {
        position: relative;
        font-size: 4.6vw;
        font-weight: bold;
        color: #2b3b65;
        padding: 0 0 1vw 2vw;
    }

        .szcp-college-module2 .item h3 span {
            position: relative;
            z-index: 2;
        }

        .szcp-college-module2 .item h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 24vw;
            height: 3vw;
            z-index: 1;
            background-image: linear-gradient(to right, #a1c4fd 0, #fff 100%);
        }

    .szcp-college-module2 .item .desc {
        color: #6f7391;
        line-height: 4.6vw;
        text-indent: 2em;
    }

    .szcp-college-module2 .item .more {
        display: block;
        width: 5vw;
        height: 5vw;
        background: url(/images/xcy/szcp/college/h5/icon-more.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .mark {
        text-align: right;
        color: #dd5047;
        padding: 1vw 0;
        margin: 1vw 0;
    }

    .szcp-college-module2 .item .icon {
        width: 7vw;
        height: 7vw;
        margin-right: 3vw;
    }

    .szcp-college-module2 .item .icon11 {
        background: url(/images/xcy/szcp/college/h5/icon-11.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .icon12 {
        background: url(/images/xcy/szcp/college/h5/icon-12.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .icon13 {
        background: url(/images/xcy/szcp/college/h5/icon-13.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .icon14 {
        background: url(/images/xcy/szcp/college/h5/icon-14.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .icon15 {
        background: url(/images/xcy/szcp/college/h5/icon-15.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .icon16 {
        background: url(/images/xcy/szcp/college/h5/icon-16.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .icon17 {
        background: url(/images/xcy/szcp/college/h5/icon-17.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .icon21 {
        background: url(/images/xcy/szcp/college/h5/icon-21.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .icon22 {
        background: url(/images/xcy/szcp/college/h5/icon-22.png) no-repeat center;
        background-size: 100%;
    }

    .szcp-college-module2 .item .icon23 {
        background: url(/images/xcy/szcp/college/h5/icon-23.png) no-repeat center;
        background-size: 100%;
    }
    .szcp-college-module2 .kefu{
        margin: 3vw 0;
        text-align: center;
    }
    .szcp-college-module2 .kefu .btn{
        display: flex;
        justify-content: center;
        margin: 3vw 0;
    }
    .szcp-college-module2 .kefu .btn a{
        display: flex;
        align-items: center;
        padding: 2.5vw 4vw;
        color: #fff;
        font-size: 3.2vw;
        border-radius: 1vw;
        background-image: linear-gradient(to right, #00aeff 0, #004eff 100%);
    }
    .szcp-college-module2 .kefu .btn .icon-kefu{
        width: 4vw;
        height: 4vw;
        margin-right: 1.5vw;
        background: url(/images/xcy/szcp/college/h5/icon-kefu.png) no-repeat center;
        background-size: 100%;
    }

.szcp-college-module3 {
    margin-bottom: 5vw;
}

    .szcp-college-module3 p {
        margin: 3vw 0;
    }

.szcp-college-module4 .c-blue {
    color: #0c67ff;
}

.szcp-college-module4 div {
    padding: 1vw 0;
}

.szcp-college-module4 p {
    padding: 1vw 1vw;
    color: #2b3b65;
}
.szcp-college-module4 p:nth-last-child(1) {
    font-size: 2.9vw;
    letter-spacing: -0.1vw;
}

.szcp-college-module5 {
    padding: 0 2vw 6vw !important;
}
/* 技术伙伴计划 */
.jshbjh-wrap {
    background: #fff;
}

    .jshbjh-wrap img {
        width: 100%;
        display: block;
    }
    .jshbjh-wrap .desc{
        text-indent: 2em;
        color: #6f7391;
        padding: 0 5vw;
        font-size: 3.1vw;
    }

.jshbjh-main {
    padding: 3vw 0;
    background: url(/images/xcy/jshbjh/h5/bg.jpg) no-repeat 0 -30vw;
}

.jshbjh-module1 {
    margin: 0 3vw;
    padding: 3.5vw;
    border-radius: 1vw;
    text-indent: 2em;
    background: url(/images/xcy/jshbjh/h5/desc-bg.png) no-repeat center;
    background-size: 100%;
    border: 1px solid #fff;
    color: #2b3b65;
}

    .jjshbjh-module1 p {
        font-size: 3.4vw;
        line-height: 5.2vw;
        color: #152449;
    }
.jshbjh-module3 {
    padding: 3vw;
}
.jshbjh-module4 {
    padding: 2vw 0;
}
.jshbjh-module4 .item{
    margin: 2vw 4vw;
}
.jshbjh-module4 .item .item-con{
    display: block;
    width: 100%;
    height: 100%;
    padding: 5vw 4vw;
    color: #2b3b65;
    border-radius: 1vw;
}
.jshbjh-module4 .item:nth-child(1) .item-con{
    background: url(/images/xcy/jshbjh/h5/jshbjh-itembg01.jpg) no-repeat center;
    background-size: cover;
}
.jshbjh-module4 .item:nth-child(2) .item-con{
    background: url(/images/xcy/jshbjh/h5/jshbjh-itembg02.jpg) no-repeat center;
    background-size: cover;
}
.jshbjh-module4 .item:nth-child(3) .item-con{
    background: url(/images/xcy/jshbjh/h5/jshbjh-itembg03.jpg) no-repeat center;
    background-size: cover;
}
.jshbjh-module4 .item .item-con .t{
    display: flex;
    align-items: center;
}
.jshbjh-module4 .item .icon{
    width: 6vw;
    height:6vw;
    margin-right: 4vw;
    flex-shrink: 0;
}
.jshbjh-module4 .item .icon-01{
    background: url(/images/xcy/jshbjh/icon-11.png) no-repeat center;
    background-size: 100%;
}
.jshbjh-module4 .item .icon-02{
    background: url(/images/xcy/jshbjh/icon-12.png) no-repeat center;
    background-size: 100%;
}
.jshbjh-module4 .item .icon-03{
    background: url(/images/xcy/jshbjh/icon-13.png) no-repeat center;
    background-size: 100%;
}
.jshbjh-module4 .item h3{
    position: relative;
    font-size: 4.2vw;
    height: 6vw;
    font-weight: 600;
    color: #2b3b65;
    padding: 0 0 1vw 1vw;
}
.jshbjh-module4 .item h3 span{
    position: relative;
    z-index: 2;
}
.jshbjh-module4 .item h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30vw;
    height: 3vw;
    z-index: 1;
    background-image: linear-gradient(to right, #a1c4fd 0, #edf3ff 100%);
}
.jshbjh-module4 .item p{
    margin: 2vw 0;
    line-height: 1.6em;
    color: #223049;
    font-size: 3.1vw;
}
.jshbjh-module4 .item .more{
    display: block;
    text-align: center;
    color: #2e6dff;
}
.jshbjh-module5 .desc{
    margin: 1vw 4vw;
}
/* 活动特约嘉宾 */
.hdtyjb-wrap {
    background: #fff;
}
    .hdtyjb-wrap img {
        width: 100%;
        display: block;
    }
    .hdtyjb-wrap .desc{
        text-indent: 2em;
        color: #6f7391;
        padding: 0 5vw;
        font-size: 3.1vw;
    }

.hdtyjb-main {
    padding: 3vw 0;
}
.hdtyjb-main .common-tit2::after{
    background: #5e88fe;
}
.hdtyjb-module1 {
    margin: 0 3vw;
    padding: 9vw 5.5vw 0 6.5vw;
    border-radius: 1vw;
    min-height: 38vw;
    text-indent: 2em;
    background: url(/images/xcy/hdtyjb/h5/desc-bg.png) no-repeat center;
    background-size: cover;
    border: 1px solid #fff;
    color: #2b3b65;
}

    .hdtyjb-module1 p {
        font-size: 3.6vw;
        line-height: 5.6vw;
        color: #152449;
    }
.hdtyjb-module2{
    padding: 0 3vw;
}
.hdtyjb-module3{
    padding: 0 3vw;
}
.hdtyjb-module4{
    margin: 0 4vw 4vw;
    padding: 4vw;
    box-shadow: 0 0 4vw rgba(60, 80, 175, 0.12);
    background: #fff;
}
.hdtyjb-module4 li{
    display: flex;
    margin-bottom: 2vw;
}
.hdtyjb-module4 li::before{
    content: '';
    display: block;
    flex-shrink: 0;
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
    background: url(/images/xcy/hdtyjb/h5/icon-v.png) no-repeat center;
    background-size: 100%;
}
.hdtyjb-module4 li p{
    font-size: 3.4vw;
    line-height: 5.8vw;
}
.hdtyjb-module4 li em{
    color: #f60;
}
.hdtyjb-module5{
    margin: 0 4vw;
}
.hdtyjb-module5 .item{
    margin-bottom: 4vw;
    padding: 4vw;
    box-shadow: 0 0 4vw rgba(60, 80, 175, 0.12);
    background: #fff;
}
.hdtyjb-module5 .item .tit{
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
}
.hdtyjb-module5 .item .icon{
    width: 6vw;
    height: 7vw;
    margin-right: 2.5vw;    
}
.hdtyjb-module5 .item .tit h3{
    font-size: 4vw;
    font-weight: 600;
    color: #3a3a57;
}
.hdtyjb-module5 .item .icon-01{
    background: url(/images/xcy/hdtyjb/h5/icon-01.png) no-repeat center;
    background-size: 100%;
}
.hdtyjb-module5 .item .icon-02{
    background: url(/images/xcy/hdtyjb/h5/icon-02.png) no-repeat center;
    background-size: 100%;
}
.hdtyjb-module5 .item .icon-03{
    background: url(/images/xcy/hdtyjb/h5/icon-03.png) no-repeat center;
    background-size: 100%;
}
.hdtyjb-module5 .item p{
    color: #6f7391;
}
/* 科技平台数智服务 */
.szfw-wrap {
    width: 100%;
    font-size: 3.2vw;
    background: #edf3ff;
}
    .szfw-wrap img {
        width: 100%;
        display: block;
    }
    .szfw-wrap .common-tit::before{
        content: '';
        width: 8vw;
        height: 6.6vw;
        background: url(/images/xcy/szfw/h5/tit-bg.png) no-repeat left center;
        background-size: 700%;
        margin-right: 3vw;
    }
    .szfw-wrap .common-tit::after{
        content: '';
        width: 8vw;
        height: 6.6vw;
        background: url(/images/xcy/szfw/h5/tit-bg.png) no-repeat right center;
        background-size: 700%;
        margin-left: 3vw;
    }
    .c-orange{
        color: #f60;
    }
    .szfw-wrap .p4 {
        padding: 0 4vw;
    }
    .szfw-wrap .sub-tit{
        color:#2e6dff;
        margin-bottom: 2vw;
    }
    .szfw-wrap .sub-tit::before{
        content: '';
        width: 22vw;
        height: 7vw;
        background: url(/images/xcy/szfw/h5/sub-tit-bg.png) no-repeat left center;
        background-size: 310%;
        margin-right: 3vw;
    }
    .szfw-wrap .sub-tit::after{
        content: '';
        width: 22vw;
        height: 7vw;
        background: url(/images/xcy/szfw/h5/sub-tit-bg.png) no-repeat right center;
        background-size: 310%;
        margin-left: 3vw;
    }    
.szfw-wrap .el-tabs__header{
    margin-bottom: 2vw;
}
.szfw-wrap .el-tabs__nav-wrap.is-scrollable{
    padding: 0 4.6vw;
}
.szfw-wrap .el-tabs__nav-next, .szfw-wrap .el-tabs__nav-prev{
    height: 9.6vw;
    line-height: 9.6vw;  
    font-size: 3.6vw;
    font-weight: 600;
    background: #b6ccff;
    color: #fff;
    border-radius: 0.6vw;
}
.szfw-wrap .el-tabs__nav-next{
    box-shadow: 4vw 0 4vw rgba(30, 30, 135, 0.5);
}
.szfw-wrap .el-tabs__active-bar{
    display: none;
}
.szfw-wrap .el-tabs__nav-wrap::after{
    display: none;
}
.szfw-wrap .el-tabs__item{
    padding: 0 0.7vw;    
    height: 9.6vw;
    line-height: 9.6vw;   
    font-size: 3.4vw;
}
.szfw-wrap .el-tabs__item h4{
    padding: 0 5vw;
    height: 100%;
    width: 100%;
    color: #333333;
    background: #fff;
    border-radius: 0.5vw;    
}
.szfw-wrap .el-tabs__item.is-active h4{
    background: #2e6dff;
    color: #fff;
}
.szfw-wrap .py-3{
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}
.szfw-module1{
    margin-bottom: 3vw;
}
.szfw-module1 .desc{
    margin-bottom: 3vw;
    padding: 0 2vw;
    line-height: 5vw;
    color: #566893;    
}
.szfw-module1 .sub-desc {
    margin: 2vw 0;
    padding: 0 2vw;
    line-height: 5vw;
    color: #566893;
    font-size: 2.86vw;
    letter-spacing: -0.2vw;
}
.szfw-module1 .ti2{
    text-indent: 2em;
}
.module1-cont{
    margin-bottom: 3vw;
}
.szfw-module1 .tip{
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
    padding: 2vw;
    color: #566893;
}
.szfw-module1 .icon-computer{
    width: 4vw;
    height: 4vw;
    margin-right: 1.5vw;
    background: url(/images/xcy/szfw/h5/icon-computer.png) no-repeat center ;
    background-size: 100%;
}
.szfw-module1 .item{
    margin-bottom: 2vw;
}
.szfw-module1 .img-view img {
    border-radius: 1vw;
}
/* 图片展示区域样式 */ 
  .szfw-module1 .gallery-image {  
    cursor: pointer;
    border-radius: 1vw;
    overflow: hidden;
    padding: 2vw;
    background: #fff;
  }
  .szfw-module1 .image-gallery {
    position: relative;
  }
  .szfw-module1 .image-gallery .icon-view{
    content: '';
    display: block;
    position: absolute;
    bottom: 1vw;
    right: 1vw;
    width: 5vw;
    height: 5vw;
    background: url(/images/xcy/szfw/h5/icon-fd.png) no-repeat center ;
    background-size: 100%;
  }
  .szfw-module1 .gallery-image img{
    
  }
  /* 弹窗样式 */
  .szfw-wrap .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  .szfw-wrap .modal-content {
    position: relative;
    width: 90vw; /* 最大宽度为视口宽度的90% */
    height: 90vh; /* 最大高度为视口高度的90% */    
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .szfw-wrap .modal-content-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fcfdff;
    border-radius: 2vw;
  }
  .szfw-wrap .modal-image {
    width: 180vw;
    display: block;
    transform: rotate(90deg);
  }
  
  .szfw-wrap .close-button {
    position: absolute;
    top: -3vw;
    right: -3vw;
    width: 7.5vw;
    height: 7.5vw;
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    border: none;
    border-radius: 50%;
    font-size: 6.6vw;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 24px rgba(30, 30, 135, 0.12);
  }
.szfw-module2{
   margin-bottom: 3vw;
}
.szfw-module3{
    margin-bottom: 3vw;
}

.zngw-wrap {
    padding-bottom: 30vw;
    background: #f5f6f8 url(/images/xcy/zngw/h5/bg.jpg) no-repeat center top;
    background-size: cover;
}
.zngw-wrap img{
    width: 100%;
}
.zngw-logo{
    padding: 7vw 0 5vw;
    text-align: center;
}
.zngw-logo img{
    width: 80vw !important;
}
.zngw-wrap .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.8vw 5vw;
    border-radius: 1vw;
    color: #fff;
    background-image: linear-gradient(to right, #0899ff, #2e6dff);
    min-width: 6vw;
    margin-bottom: 3vw;
}

.zngw-wrap .btn:hover {
    background-image: linear-gradient(to right, #ef7c00, #f83728);
}

.zngw-wrap .icon-kf {
    display: inline-block;
    vertical-align: middle;
    width: 5.4vw;
    height: 5.4vw;
    background: url(/images/xcy/zngw/icon-kf.png) no-repeat center;
    background-size: contain;
}
.zngw-tuwen{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6vw;
    color: #353843;
    margin: 3vw 0 2vw;
}
.zngw-tuwen .img{
    margin-right: 5vw;
    width: 21.5vw;
}
.zngw-wrap .title-img{
    margin: 4.5vw 0 3.5vw;
    text-align: center;
}
.zngw-wrap .title-img img{
    width: 65vw;
}
.zngw-wrap .c-blue{
    color: #0061d8;
}
.zngw-module2,
.zngw-module3{
    margin: 4vw 6vw;
    text-align: center;
}
.zngw-module4{
    margin: 1vw 3.5vw;
    text-align: center;
}
.zngw-module5{
    margin: 1vw 3.5vw;
    text-align: center;
}
.zngw-module6 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.zngw-module6 img{
    display: block;
    width: 100%;
}