.sec-banner {
    height: auto !important;
}

.box_one {
    position: relative;
    margin-bottom: 50px;
}

    .box_one:after {
        content: '';
        width: 100%;
        height: 120px;
        display: inline-block;
        background: #F1F3F4;
        margin-top: 60px;
        position: absolute;
        bottom: -20px;
        z-index: -1;
    }

.jx_525 {
    width: 620px;
    height: 170px;
    padding: 18px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #3B74E3, #47ADF5);
    margin-right: 30px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

    .jx_525 span {
        font-weight: bold;
    }

.hxlj-con {
    width: 500px;
    height: 84px;
    margin-top: 30px;
}

.hxlj-t {
    width: 80px;
    height: 23px;
}

.gnjs {
    font-size: 28px;
    color: #000000;
    margin-left: 18px;
}

.yinh {
    width: 21px;
    height: 16px;
}

.hxgn_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

    .hxgn_ul li {
        width: 50%;
        display: flex;
        margin-bottom: 30px;
    }

        .hxgn_ul li .ico {
            width: 52px;
            height: 52px;
            margin-right: 30px;
        }

.hxgn_t {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 3px solid #3B74E3;
    margin-bottom: 13px;
}

.hxgn_txt {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    width: 366px;
}

.box_two {
    width: 100%;
    height: 480px;
    padding-top: 40px;
    background: #F1F3F4;
}

.hxys_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .hxys_ul li {
        width: 48%;
        display: flex;
        margin-bottom: 20px;
        height: 100px;
        background: #FFFFFF;
        border-radius: 10px;
        padding-right: 20px;
        padding-bottom: 15px;
        box-sizing: border-box;
        margin-right: 23px;
    }

.jx_box {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    background: linear-gradient(90deg, #3B74E3, #47ADF5);
    border-radius: 10px 0px 10px 0px;
    margin-right: 20px;
}

.hxys_t {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 7px;
}

.hxys_txt {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.box_yyjz {
    width: 315px;
    height: 317px;
    margin: 70px auto;
    position: relative;
    background-image: url("/V3.0/images/pyz/yh.png");
}

.yyjz_bt {
    position: absolute;
    width: 123px;
    height: 54px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-size: 30px;
    color: #000000;
    line-height: 36px;
}

    .yyjz_bt::after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 55px;
        height: 5px;
        background: linear-gradient(90deg, #3B74E3, #47ADF5);
        border-radius: 3px;
    }
.yyjz_li1 {
    position: absolute;
    top: -52px;
    left: 155px;
    width: 350px;
}
.yyjz_li2 {
    position: absolute;
    top: 85px;
    left: -353px;
    width: 350px;
    text-align: right;
}
.yyjz_li3 {
    position: absolute;
    top: 84px;
    right: -352px;
    width: 350px;
}
.yyjz_li4 {
    position: absolute;
    bottom: 4px;
    left: -308px;
    width: 350px;
    text-align: right;
}
.yyjz_li5 {
    position: absolute;
    bottom: 4px;
    right: -307px;
    width: 350px;
}
.yyjz_t {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    background: linear-gradient(0deg, #3B74E3 0%, #47ADF5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.yyjz_txt {
    font-size: 14px;
    color: #333333;
}
.flex {
    display: flex;
}

.flex_center {
    display: flex;
    align-items: center;
}

.flex_justify_center {
    display: flex;
    justify-content: center;
}

.flex_top_end {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

@media screen and (max-width:1200px) {
    /* 全局适配 */
    .wrap {
        width: 100%;
        padding: 0 0.4rem;
        box-sizing: border-box;
    }

    .flex {
        flex-wrap: wrap;
    }
    /* 第一屏：左侧蓝色卡片 + 右侧功能简介 */
    .box_one {
        margin-bottom: 0.6rem;
    }

        .box_one:after {
            display: none; /* 移动端隐藏灰色背景条，避免干扰 */
        }

    .jx_525 {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0.4rem;
        padding: 0.4rem;
        font-size: 0.3rem;
        line-height: 0.48rem;
        border-radius: 0.2rem;
    }

        .jx_525 p {
            margin-bottom: 0.1rem;
        }

    .hxlj-con {
        width: 100%;
        height: auto;
        margin-top: 0.2rem;
    }

        .hxlj-con img {
            width: 100%;
            height: auto;
        }

    .yinh {
        width: 0.32rem;
        height: 0.24rem;
    }

    .gnjs {
        font-size: 0.36rem;
        margin-left: 0.2rem;
    }

    .flex_top_end {
        justify-content: flex-start;
    }
    /* 核心功能列表 */
    .hxgn_ul {
        margin-top: 0.4rem;
    }

        .hxgn_ul li {
            width: 100%;
            margin-bottom: 0.3rem;
            align-items: center;
        }

            .hxgn_ul li .ico {
                width: 0.8rem;
                height: 0.8rem;
                margin-right: 0.2rem;
            }

    .hxgn_t {
        font-size: 0.32rem;
        padding-bottom: 0.08rem;
        margin-bottom: 0.12rem;
    }

    .hxgn_txt {
        width: 100%;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    /* 核心优势区域 */
    .box_two {
        height: auto;
        padding: 0.4rem 0 0.2rem;
        background: #F1F3F4;
        margin-top: 0.4rem;
    }

    .hxys_ul {
        margin-top: 0.3rem;
    }

        .hxys_ul li {
            width: 100%;
            height: auto;
            margin-right: 0;
            padding: 0.3rem;
            flex-direction: column;
            border-radius: 0.2rem;
        }

    .jx_box {
        margin-right: 0;
        margin-bottom: 0.2rem;
        width: 0.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.32rem;
        border-radius: 0.2rem 0 0.2rem 0;
    }

    .hxys_t {
        font-size: 0.3rem;
        line-height: 0.44rem;
        margin-bottom: 0.1rem;
    }

    .hxys_txt {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    /* 应用价值圆盘区域 */
    .box_yyjz {
        width: 6rem;
        height: 6rem;
        margin: 0.6rem auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

    .yyjz_bt {
        font-size: 0.44rem;
        line-height: 0.6rem;
        width: 2rem;
        height: 1rem;
    }

        .yyjz_bt::after {
            width: 0.8rem;
            height: 0.08rem;
            bottom: 0.1rem;
        }
    /* 重置绝对定位的五个项目，改为相对排列或更适配的定位 */
    .yyjz_li1, .yyjz_li2, .yyjz_li3, .yyjz_li4, .yyjz_li5 {
        position: absolute;
        width: 4rem;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: auto;
        right: auto;
    }

    .yyjz_li1 {
        top: -0.8rem;
    }

    .yyjz_li2 {
        top: 1.2rem;
        left: -2.8rem;
        transform: none;
        text-align: right;
        width: 3.6rem;
    }

    .yyjz_li3 {
        top: 1.2rem;
        right: -2.8rem;
        left: auto;
        transform: none;
        text-align: left;
        width: 3.6rem;
    }

    .yyjz_li4 {
        bottom: 0.4rem;
        left: -2.2rem;
        transform: none;
        text-align: right;
        width: 3.6rem;
    }

    .yyjz_li5 {
        bottom: 0.4rem;
        right: -2.2rem;
        left: auto;
        transform: none;
        text-align: left;
        width: 3.6rem;
    }

    .yyjz_t {
        font-size: 0.3rem;
        line-height: 0.5rem;
    }

    .yyjz_txt {
        font-size: 0.22rem;
        color: #555;
    }
    /* 针对特别小屏幕优化价值圆盘项目位置 */
    @media screen and (max-width: 750px) {
        .box_yyjz {
            width: 5rem;
            height: 5rem;
        }

        .yyjz_li2 {
            left: -2.2rem;
            width: 3rem;
        }

        .yyjz_li3 {
            right: -2.2rem;
            width: 3rem;
        }

        .yyjz_li4 {
            left: -1.6rem;
            width: 3rem;
        }

        .yyjz_li5 {
            right: -1.6rem;
            width: 3rem;
        }

        .yyjz_li1 {
            top: -0.6rem;
        }
    }
}