﻿
/* ===== 企业文化页专用（自 style.css 第 2382–2777 行抽离；子页 Banner 基础见 about.css） ===== */
/* ---------- 企业文化页 culture.html ---------- */
.page-culture .sub-banner-bg img {
    object-position: center center;
}

/* 首屏 Banner：左上白字 + 主标题（切图 images/qywh/img_banner.png） */
.page-culture .sub-banner--culture-hero .sub-banner-content {
    align-items: stretch;
    text-align: left;
    color: #fff;
}

.page-culture .sub-banner--culture-hero .sub-banner-inner {
    text-align: left;
}

.page-culture .sub-banner--culture-hero .culture-hero-line {
    margin-left: 0;
    margin-right: auto;
    background: #fff;
}

.page-culture .sub-banner--culture-hero .sub-banner-content h1 {
    color: #fff;
    font-size: clamp(28px, 4.2vw, 44px);
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.45);
}

.culture-hero-kicker-cn {
    margin: 0 0 4px;
    font-size: 14px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.95);
}

.culture-hero-kicker-en {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.28em;
    color: rgba(255, 255, 255, 0.88);
}

.culture-hero-kicker-our {
    margin: 0 0 14px;
}

.culture-hero-kicker-slogan {
    margin: 14px 0 0;
    letter-spacing: 0.35em;
}

/* 使命和价值观：3×2 无缝宫格（稿：格间无间隙，整体圆角+外阴影，文案格内居中） */
.culture-mosaic {
    background: #fff;
    padding-bottom: 72px;
}

.culture-mosaic .section-head {
    padding-left: 40px;
    padding-right: 40px;
}

.culture-mosaic .section-head .section-en {
    color: #9aa4b7;
}

.culture-mosaic .section-cn {
    color: #0055aa;
}

.culture-mosaic .section-line {
    background: #0055aa;
}

.culture-values-grid {
    display: grid;
    width: 100%;
    max-width: none;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(300px, 1fr));
    gap: 0;
    align-items: stretch;
    grid-template-areas:
        "mission picTop values"
        "picLeft vision picRight";
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.cv-g-mission {
    grid-area: mission;
}

.cv-g-pic-top {
    grid-area: picTop;
}

.cv-g-values {
    grid-area: values;
}

.cv-g-pic-left {
    grid-area: picLeft;
}

.cv-g-vision {
    grid-area: vision;
}

.cv-g-pic-right {
    grid-area: picRight;
}

.culture-values-grid figure {
    margin: 0;
}

.cv-card {
    border-radius: 0;
    min-height: 0;
    box-shadow: none;
}

.cv-text {
    background: #fff;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 0;
}

.cv-text h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #111827;
    font-weight: bold;
    letter-spacing: 1px;
}

.cv-text p {
    margin: 0;
    max-width: 22em;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.75;
}

.cv-media {
    margin: 0;
    padding: 0;
    display: block;
    min-height: 300px;
    height: 100%;
    background: #e5e7eb;
}

.cv-media img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    display: block;
}

/* 企业文化 - 社会责任（文卡 + 127px + 804 图区，交替左右；非等分双栏） */
.culture-social {
    background: #f5f6f8;
    padding-bottom: 96px;
}

.culture-social .section-head .section-en {
    color: #9aa4b7;
}

.culture-social .section-cn {
    color: #1a459d;
}

.culture-social .section-line {
    background: #1a459d;
}

/* 与办公区等宽对齐，便于文+127+804 在稿面比例下排开 */
.culture-sr-stack {
    max-width: 1499px;
    margin: 0 auto;
    padding: 12px 0 0;
}

.culture-sr-row {
    display: grid;
    align-items: center;
    gap: 127px;
    /* 左卡右图：卡自适应，图区固定 804（稿面 img 宽） */
    grid-template-columns: minmax(0, 1fr) min(100%, 804px);
}

.culture-sr-row--card-right {
    grid-template-columns: min(100%, 804px) minmax(0, 1fr);
}

.culture-sr-row + .culture-sr-row {
    margin-top: 56px;
}

.culture-sr-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 34px 32px 38px;
    border: 1px solid rgba(90, 150, 220, 0.45);
    box-shadow: 0 10px 28px rgba(26, 69, 157, 0.06);
}

/* 稿：标题首字附近淡色圆装饰（非文前小红点） */
.culture-sr-title {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    padding-left: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #1f2937;
    letter-spacing: 1px;
}

.culture-sr-title::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 55%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(225, 29, 72, 0.12);
    z-index: -1;
    pointer-events: none;
}

.culture-sr-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    color: #666;
}

.culture-sr-media--single {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
    aspect-ratio: 804 / 537;
    max-width: 100%;
}

.culture-sr-media--single figure {
    margin: 0;
    height: 100%;
    min-height: 0;
}

.culture-sr-media--single img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
}

/* 企业文化页 - 未来展望（通栏底图 qywh/img_bj.png，稿 1920×700） */
section.culture-vision {
    position: relative;
    min-height: 700px;
    padding: 52px 0 48px;
    overflow: hidden;
    box-sizing: border-box;
}

.culture-vision-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.88) 0%, rgba(248, 250, 252, 0.75) 45%, rgba(248, 250, 252, 0.92) 100%),
        url("https://bucket.tzgj333.cn/gwtp/qywh/img_bj.png") center top / cover no-repeat;
    pointer-events: none;
}

.culture-vision-inner {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
}

.culture-vision-head .section-en {
    color: #7c9fd4;
}

.culture-vision-head .section-cn {
    color: #1a459d;
}

.culture-vision-head .section-line {
    background: #1a459d;
}

.culture-vision-sub {
    max-width: 720px;
    margin: -28px auto 36px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
    letter-spacing: 1px;
    line-height: 1.75;
}

.culture-vision-cards {
    margin-bottom: 28px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

section.culture-vision .contact-primary-card h3 {
    margin: 0;
}

.culture-vision-card-en {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.35;
}

.culture-vision-footer-cn {
    margin: 0 0 8px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #1a459d;
    letter-spacing: 2px;
}

.culture-vision-footer-en {
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #64748b;
    line-height: 1.6;
}

.culture-office {
    background: #fff;
    padding-bottom: 80px;
}

/* 稿：办公环境仅一张拼贴 img_bghj（1499×639），居中 max-width 与画板留白一致 */
.culture-office-main {
    max-width: 1499px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.culture-office-figure {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.1);
    aspect-ratio: 1499 / 639;
}

.culture-office-figure img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
}

/* 浅色版 section-head（用在蓝色背景下） */
.section-head-light .section-en { color: rgba(255, 255, 255, 0.8); }
.section-head-light .section-cn { color: #fff; }
.section-head-light .section-line { background: rgba(255, 255, 255, 0.5); }

