﻿/* 五师健康服务 */

.page-service-five {
    background: #fff;
    overflow-x: hidden;
}

.page-service-five .main-nav li.active a::after {
    width: 48px;
    height: 3px;
    bottom: 18px;
    border-radius: 2px;
    background: #fff;
}

.five-hero {
    margin-top: 80px;
    background: #edf2f7 url("https://bucket.tzgj333.cn/gwtp/wsjk/img_banner.png") center center / cover no-repeat;
    overflow: hidden;
}

.five-hero-inner {
    max-width: 1400px;
    min-height: 380px;
    margin: 0 auto;
    padding: 124px 40px 54px;
    box-sizing: border-box;
}

.five-hero-text {
    max-width: 670px;
}

.five-hero-cn {
    margin: 0 0 12px;
    color: #273247;
    font-size: clamp(25px, 3.2vw, 38px);
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.36;
}

.five-hero-en {
    max-width: 560px;
    margin: 0;
    color: #4b5563;
    font-size: clamp(12px, 1.15vw, 15px);
    line-height: 1.55;
}

.five-main {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.95)),
        url("https://bucket.tzgj333.cn/gwtp/wsjk/img_zs.png") top center / 100% auto no-repeat;
}

.five-service {
    max-width: 1220px;
    margin: 0 auto;
    padding: 72px 40px 126px;
}

.five-section-head {
    text-align: center;
}

.five-section-en {
    margin: 0 0 8px;
    color: #a3acba;
    font-size: 16px;
    letter-spacing: 0.08em;
}

.five-section-head h1 {
    margin: 0;
    color: #1e3a8a;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
}

.five-section-head h1::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin: 13px auto 12px;
    border-radius: 2px;
    background: #1e3a8a;
}

.five-section-head > p:last-child {
    margin: 0;
    color: #8b95a5;
    font-size: 13px;
    line-height: 1.8;
}

.five-cards {
    margin-top: 76px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 36px;
}

.five-card {
    min-height: 300px;
    padding: 56px 18px 34px;
    border: 1px solid #e7edf6;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(30, 58, 138, 0.13);
    text-align: center;
}

.five-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.five-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.five-card h2 {
    margin: 0 0 8px;
    color: #1e3a8a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.five-card p {
    min-height: 34px;
    margin: 0;
    color: #9aa5b7;
    font-size: 10px;
    line-height: 1.35;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .five-cards {
        gap: 22px;
    }

    .five-card {
        min-height: 270px;
        padding-top: 46px;
    }

    .five-icon {
        width: 86px;
        height: 86px;
        margin-bottom: 34px;
    }
}

@media (max-width: 992px) {
    .five-hero {
        margin-top: 64px;
    }

    .five-hero-inner {
        min-height: 300px;
        padding: 88px 20px 48px;
    }

    .five-main {
        background-position: top center;
        background-size: auto 100%;
    }

    .five-service {
        padding: 46px 20px 76px;
    }

    .five-cards {
        margin-top: 42px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .five-card {
        min-height: 230px;
        padding: 34px 16px 26px;
    }

    .five-icon {
        width: 74px;
        height: 74px;
        margin-bottom: 26px;
    }

    .five-card h2 {
        font-size: 18px;
    }

    .page-service-five .footer-brand p {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .five-hero {
        background-position: 62% center;
    }

    .five-hero-inner {
        min-height: 250px;
        padding: 58px 18px 34px;
    }

    .five-hero-text {
        max-width: 70%;
    }

    .five-hero-cn {
        margin-bottom: 8px;
        font-size: 19px;
        letter-spacing: 0;
        line-height: 1.4;
    }

    .five-hero-en {
        font-size: 11px;
        line-height: 1.45;
    }

    .five-service {
        padding: 38px 16px 58px;
    }

    .five-section-en {
        font-size: 12px;
    }

    .five-section-head h1 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .five-section-head > p:last-child {
        font-size: 12px;
        line-height: 1.7;
    }

    .five-cards {
        margin-top: 30px;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .five-card {
        min-height: 0;
        padding: 28px 18px 24px;
    }

    .five-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 20px;
    }

    .five-card p {
        min-height: 0;
    }
}
