/* ===== Banner 补充 ===== */

/* ===== 概述区 补充 ===== */
.data .data-palte1 .plate1-main .main-cent .cent-text,
.data .data-palte1 .plate1-main .main-cent .cent-overview {
    margin-top: 0.3rem;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

/* ===== 四大核心服务 ===== */
.hexin-detail .hexin-plate2 {
    width: 100%;
    height: auto;
    padding-top: 0.9rem;
}

.hexin-detail .hexin-plate2 .plate-title {
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.hexin-detail .hexin-plate2 .plate2-main {
    width: 15.38rem;
    height: auto;
    margin: 0.82rem auto 0;
}

.hexin-detail .hexin-plate2 .plate2-main .main-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.16rem;
}

/* 奇数项：图片在左，文字在右（默认） */
/* 偶数项：图片在右，文字在左 */
.hexin-detail .hexin-plate2 .plate2-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
}

.hexin-detail .hexin-plate2 .plate2-main .main-item .item-pic {
    position: relative;
    width: 55%;
    height: auto;
    overflow: hidden;
}

.hexin-detail .hexin-plate2 .plate2-main .main-item .item-pic img {
    width: 100%;
    height: 5.2rem;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hexin-detail .hexin-plate2 .plate2-main .main-item .item-pic:hover img {
    transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05) translateZ(0);
}

.hexin-detail .hexin-plate2 .plate2-main .main-item .item-pic .pic-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.2rem 0.3rem;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
}

.hexin-detail .hexin-plate2 .plate2-main .main-item .item-cent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    height: auto;
    padding: 0.6rem 0.7rem;
    background: #f4f4f4;
}

.hexin-detail .hexin-plate2 .plate2-main .main-item .item-cent .cent-box {
    width: 100%;
    height: auto;
}

.hexin-detail .hexin-plate2 .plate2-main .main-item .item-cent .cent-box .box-num {
    font-family: 'Montserrat-Bold';
    font-size: 0.54rem;
    color: #e0e0e0;
    line-height: 1;
}

.hexin-detail .hexin-plate2 .plate2-main .main-item .item-cent .cent-box .box-title {
    margin-top: 0.1rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
    border-left: 4px solid #0d4c9a;
    padding-left: 0.18rem;
}

.hexin-detail .hexin-plate2 .plate2-main .main-item .item-cent .cent-box .box-text {
    margin-top: 0.25rem;
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

/* 悬停时文字区高亮 */
.hexin-detail .hexin-plate2 .plate2-main .main-item:hover .item-cent {
    background: linear-gradient(135deg, #0d4c9a 0%, #12a5cc 100%);
    transition: background 0.4s;
}

.hexin-detail .hexin-plate2 .plate2-main .main-item:hover .item-cent .cent-box .box-num,
.hexin-detail .hexin-plate2 .plate2-main .main-item:hover .item-cent .cent-box .box-title,
.hexin-detail .hexin-plate2 .plate2-main .main-item:hover .item-cent .cent-box .box-text {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
    transition: color 0.4s;
}

/* ===== 核心优势 / 应用场景 / 附加板块 ===== */
.hexin-detail .hexin-plate3 {
    width: 100%;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-top: 2px solid #f0f0f0;
}

.hexin-detail .hexin-plate3.data-plate3 {
    padding: 0.9rem 0;
}

.hexin-detail .hexin-plate3 .plate3-title {
    position: relative;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-bottom: 0.25rem;
    margin-bottom: 0.55rem;
}

.hexin-detail .hexin-plate3 .plate3-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 5px;
    background: #0d4c9a;
}

/* ===== 移动端适配 ===== */
@media (max-width: 1024px) {
    .hexin-detail .hexin-plate2 .plate2-main {
        width: 100%;
        padding: 0 0.3rem;
    }

    .hexin-detail .hexin-plate2 .plate2-main .main-item {
        flex-direction: column !important;
    }

    .hexin-detail .hexin-plate2 .plate2-main .main-item .item-pic,
    .hexin-detail .hexin-plate2 .plate2-main .main-item .item-cent {
        width: 100%;
    }

    .hexin-detail .hexin-plate2 .plate2-main .main-item .item-pic img {
        height: 4rem;
    }
}
