/* 企业文化页面 - 按效果图 */
.page-culture {
    font-family: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
    color: #333;
    background: #fff;
    margin: 0;
    padding: 0;
}

/* 当前页导航高亮：企业文化 白色下划线 */
.page-culture .nav-active > a {
    color: #fff;
}
.page-culture .nav-list > li.nav-active::after {
    width: 100%;
    background: #fff;
}

/* 头部：默认半透明，鼠标滑入后浅蓝（同加入我们） */
.page-culture .site-header {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: none;
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.page-culture .site-header:hover {
    background: rgba(191, 202, 215, 0.8);
    backdrop-filter: blur(10px);
}

/* 菜单字号放大 */
.page-culture .site-header .nav-list > li > a {
    font-size: 16px;
}

/* ========== Hero 区域 ========== */
.culture-hero {
    position: relative;
    width: 100%;
    min-height: 82vh;
    margin-top: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.culture-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.culture-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.culture-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 20px;
}

.culture-hero-title {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* ========== 主内容：左侧 jzg.png，右侧文案（与效果图间距、位置、大小一致） ========== */
.culture-main {
    position: relative;
    min-height: 70vh;
    padding: 100px 0 120px;
    overflow: hidden;
    background: #fff;
}

.culture-main-wrap {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65vh;
}

/* 左侧绿色图形：大圆约占左侧 50–60% 宽，近全高 */
.culture-green {
    position: absolute;
    left: -8%;
    top: 50%;
    transform: translateY(-50%);
    width: 58%;
    max-width: 720px;
    pointer-events: none;
}

.culture-jzg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: left center;
}

/* 右侧：愿景 / 使命 / 价值观，留足上边距与块间距 */
.culture-philosophy {
    width: 52%;
    min-width: 300px;
    max-width: 600px;
    padding-top: 32px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.philosophy-block {
    margin-bottom: 48px;
    text-align: center;
}

.philosophy-title {
    font-size: 24px;
    font-weight: 700;
    color: #7cb342;
    margin: 0 0 14px;
}

.philosophy-text {
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0;
}

.culture-extra {
    font-size: 15px;
    line-height: 1.9;
    color: #6b7280;
    margin: 52px auto 0;
    text-align: center;
    max-width: 600px;
}

/* ========== 页脚（与首页/加入我们一致） ========== */
.page-culture .site-footer {
    background: #b8d477;
    padding: 0 0 48px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-culture .site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    min-height: 80px;
    background: url('../images/footbg.png') no-repeat center top;
    background-size: 100% auto;
    z-index: 1;
}

.page-culture .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 0;
    position: relative;
    z-index: 2;
}

.page-culture .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 40px;
}

.page-culture .footer-section {
    color: #fff;
}

.page-culture .footer-left {
    flex: 0 1 auto;
    min-width: 280px;
    text-align: left;
}

.page-culture .footer-brand {
    margin-bottom: 24px;
}

.page-culture .footer-logo-img {
    max-height: 48px;
    width: auto;
    display: block;
    margin-bottom: 8px;
}

.page-culture .footer-brand-en {
    font-size: 11px;
    color: #fff;
    opacity: 0.95;
    letter-spacing: 0.02em;
}

.page-culture .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page-culture .contact-block {
    margin-bottom: 20px;
}

.page-culture .contact-block:last-child {
    margin-bottom: 0;
}

.page-culture .contact-block-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.page-culture .footer-contact .contact-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.page-culture .contact-block-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.page-culture .contact-block-detail {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    padding-left: 26px;
}

.page-culture .footer-legal {
    flex: 1;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

/* 页脚右侧文字统一字号 - 确保所有文字完全一致 */
.page-culture .footer-legal p,
.page-culture .footer-legal .copyright,
.page-culture .footer-legal .license {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    color: #fff !important;
    margin: 2px 0 !important;
}

/* 平板 */
@media (max-width: 1024px) {
    .culture-main-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 24px;
    }

    .culture-green {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 90%;
        max-width: 500px;
        margin-bottom: 40px;
    }

    .culture-philosophy {
        width: 100%;
        max-width: 560px;
        min-width: 0;
    }

    .culture-hero-title {
        font-size: 28px;
    }
}

/* 移动端 */
@media (max-width: 768px) {
    .culture-hero {
        min-height: 70vh;
    }

    .culture-hero-title {
        font-size: 22px;
    }

    .culture-main {
        padding: 50px 0 70px;
    }

    .culture-green {
        width: 100%;
        margin-bottom: 32px;
    }

    .philosophy-block {
        margin-bottom: 28px;
    }

    .philosophy-title {
        font-size: 20px;
    }

    .philosophy-text,
    .culture-extra {
        font-size: 14px;
    }

    .page-culture .footer-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-culture .footer-legal {
        align-items: flex-start;
        text-align: left;
        max-width: 100%;
    }
}
