:root {
  --ink: #18324A;
  --ink-deep: #102B42;
  --brick: #B84A3A;
  --brick-dark: #87342D;
  --teal: #188A8C;
  --teal-light: #A9D8CC;
  --gold: #F3C36A;
  --paper: #F7F1E5;
  --mist: #EEF3ED;
  --surface: #FFFFFF;
  --text: #203746;
  --text-soft: #536977;
  --text-light: #64748B;
  --gray: #94A3B8;
  --gray-light: #CBD5E1;
  --border: #CBD5E1;
  --radius: 2px;
  --shadow: 0 18px 44px rgba(24,50,74,.14);
  --shadow-soft: 0 8px 24px rgba(24,50,74,.1);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.eyebrow { color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; color: var(--ink); transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(247,241,229,.96); box-shadow: 0 4px 22px rgba(24,50,74,.12); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 215px; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--brick); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-family: Georgia, "Songti SC", serif; font-size: 18px; letter-spacing: .06em; }
.brand-copy small { margin-top: 4px; color: var(--text-light); font-size: 10px; letter-spacing: .12em; }
.main-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 2px; }
.nav-link { display: inline-flex; min-height: 78px; align-items: center; gap: 6px; padding: 0 12px; color: var(--ink); font-size: 14px; text-decoration: none; transition: color .2s, background .2s; }
.nav-link:hover, .nav-link.is-active { color: var(--brick); }
.nav-item { position: relative; }
.nav-caret { font-size: 16px; line-height: 1; transition: transform .2s; }
.nav-item:hover .nav-caret, .nav-item.is-open .nav-caret { transform: rotate(180deg); }
.nav-menu { position: absolute; top: calc(100% - 1px); left: 0; width: 228px; padding: 10px; border: 1px solid var(--gray-light); border-radius: 0 0 2px 2px; background: var(--surface); box-shadow: var(--shadow); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; }
.nav-item:hover .nav-menu, .nav-item.is-open .nav-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu a { display: flex; flex-direction: column; gap: 1px; padding: 11px 12px; color: var(--ink); font-size: 14px; }
.nav-menu a:hover { background: var(--mist); color: var(--brick); }
.nav-menu small { color: var(--text-light); font-size: 11px; }
.nav-menu-small { width: 185px; }.nav-menu-small a { display: block; }
.header-call { display: inline-flex; align-items: center; gap: 8px; color: var(--brick); font-size: 13px; font-weight: 800; white-space: nowrap; }
.header-call svg { transition: transform .2s; }.header-call:hover svg { transform: rotate(-12deg) scale(1.12); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; }
.hero { position: relative; overflow: hidden; padding-top: 78px; background: var(--ink-deep); color: #fff; }
.hero-slides { display: grid; }
.hero-slide { grid-area: 1 / 1; min-width: 0; opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide:nth-child(1) { background: linear-gradient(90deg, rgba(16,43,66,.98) 0%, rgba(16,43,66,.78) 48%, rgba(16,43,66,.28) 100%), url('../images/quanzhou-hero.svg') center / cover no-repeat; }
.hero-slide:nth-child(2) { background: linear-gradient(90deg, rgba(16,43,66,.98), rgba(16,43,66,.58)), url('../images/quanzhou-case-01.svg') center / cover no-repeat; }
.hero-slide:nth-child(3) { background: linear-gradient(90deg, rgba(16,43,66,.98), rgba(16,43,66,.52)), url('../images/quanzhou-case-02.svg') center / cover no-repeat; }
.hero-slide-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 280px; min-height: 670px; align-items: center; gap: 35px; padding: 76px 0 112px; }
.hero-copy { position: relative; z-index: 2; max-width: 710px; }
.hero-copy::before { content: "泉州 / QUANZHOU"; position: absolute; top: -74px; left: 0; color: rgba(247,241,229,.22); font-family: Georgia, serif; font-size: 13px; letter-spacing: .24em; }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.hero-kicker::before { content: "01"; display: inline-grid; width: 30px; height: 30px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
.hero h1 { margin: 22px 0 18px; color: #fff; font-family: Georgia, "Songti SC", serif; font-size: 76px; font-weight: 700; line-height: 1.08; letter-spacing: 0; text-shadow: 0 3px 18px rgba(0,0,0,.22); }
.hero-lead { max-width: 635px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 12px; margin-top: 34px; }
.hero-plate { position: relative; z-index: 2; align-self: end; padding: 18px; border-left: 1px solid rgba(247,241,229,.55); color: rgba(255,255,255,.86); }
.hero-plate::before { content: ""; position: absolute; top: -16px; left: -1px; width: 62px; height: 1px; background: var(--gold); }
.hero-plate strong { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 27px; line-height: 1.15; }
.hero-plate span { display: block; margin-top: 7px; font-size: 12px; }
.hero-plate small { display: block; margin-top: 38px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .16em; }
.hero-controls { position: absolute; bottom: 38px; left: 50%; z-index: 3; display: flex; align-items: center; gap: 8px; transform: translateX(-50%); }
.hero-control { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; background: transparent; color: #fff; transition: background .2s, transform .2s; }
.hero-control:hover { background: var(--brick); transform: scale(1.08); }
.hero-dots { display: flex; gap: 7px; margin: 0 11px; }.hero-dot { width: 28px; height: 4px; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.32); }.hero-dot.is-active { background: var(--gold); }
.btn { position: relative; display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; overflow: hidden; padding: 0 21px; border: 1px solid transparent; border-radius: 2px; font-size: 14px; font-weight: 800; transition: transform .22s, background .22s, color .22s, border-color .22s; }
.btn::after { content: ""; position: absolute; top: 0; left: -85%; width: 42%; height: 100%; background: rgba(255,255,255,.3); transform: skewX(-20deg); transition: left .5s; }.btn:hover::after { left: 140%; }.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--brick); color: #fff; }.btn-primary:hover { background: #D26C59; color: #fff; }.btn-light { background: var(--paper); color: var(--ink); }.btn-light:hover { background: var(--gold); color: var(--ink); }.btn-outline { border-color: currentColor; color: var(--ink); background: transparent; }.btn-outline:hover { background: var(--ink); color: #fff; }.btn svg { transition: transform .2s; }.btn:hover svg { transform: translateX(4px); }
.route-board { position: relative; padding: 22px 0 0; background: var(--ink-deep); color: #fff; }.route-board::before { content: ""; display: block; height: 10px; border-top: 1px solid rgba(247,241,229,.24); background: repeating-linear-gradient(90deg, transparent 0 80px, rgba(247,241,229,.28) 80px 81px); }.route-board-inner { display: grid; grid-template-columns: 1.1fr 2fr; align-items: center; gap: 35px; padding: 25px 0 29px; }.route-board h2 { margin: 0; color: #fff; font-family: Georgia, "Songti SC", serif; font-size: 23px; font-weight: 700; }.route-board p { margin: 6px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }.route-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }.route-point { position: relative; padding: 0 14px; border-left: 1px solid rgba(247,241,229,.25); }.route-point::before { content: ""; display: block; width: 9px; height: 9px; margin-bottom: 12px; border: 2px solid var(--gold); border-radius: 50%; background: var(--ink-deep); }.route-point strong { display: block; color: #fff; font-size: 14px; }.route-point span { color: rgba(255,255,255,.6); font-size: 11px; }
.section { padding: 104px 0; }.section-alt { background: var(--mist); }.section-head { max-width: 720px; margin: 0 0 42px; }.section-head h2 { margin: 10px 0 14px; color: var(--ink); font-family: Georgia, "Songti SC", serif; font-size: 48px; line-height: 1.15; letter-spacing: 0; }.section-head p { max-width: 620px; margin: 0; color: var(--text-soft); font-size: 15px; }
.biz-list { display: grid; gap: 0; border-top: 1px solid var(--gray-light); }.biz-card { position: relative; display: grid; grid-template-columns: 94px minmax(0, 1fr) auto; align-items: center; gap: 25px; min-height: 154px; padding: 20px 22px 20px 0; border-bottom: 1px solid var(--gray-light); background: transparent; transition: background .25s, padding .25s, transform .25s; }.biz-card:hover { padding-left: 18px; background: rgba(255,255,255,.72); transform: translateX(6px); }.biz-index { color: var(--brick); font-family: Georgia, serif; font-size: 42px; line-height: 1; }.biz-icon { display: grid; width: 56px; height: 56px; margin-bottom: 6px; place-items: center; border: 1px solid var(--teal); color: var(--teal); background: rgba(169,216,204,.2); }.biz-card:nth-child(2) .biz-icon { color: var(--brick); border-color: var(--brick); background: rgba(184,74,58,.08); }.biz-card:nth-child(3) .biz-icon { color: #9A6A00; border-color: var(--gold); background: rgba(243,195,106,.18); }.biz-card:nth-child(4) .biz-icon { color: var(--ink); border-color: var(--ink); background: rgba(24,50,74,.08); }.biz-card h3 { margin: 0 0 7px; color: var(--ink); font-family: Georgia, "Songti SC", serif; font-size: 25px; }.biz-card p { max-width: 650px; margin: 0; color: var(--text-soft); font-size: 14px; }.biz-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brick); font-size: 13px; font-weight: 800; white-space: nowrap; }.biz-link svg { transition: transform .2s; }.biz-link:hover svg { transform: translateX(5px); }.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }.chip { padding: 3px 9px; border: 1px solid var(--gray-light); border-radius: 999px; color: var(--text-soft); font-size: 12px; }
.milestone-section { padding: 48px 0; background: var(--teal); color: #fff; }.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }.stat { min-height: 112px; padding: 14px 27px; border-right: 1px solid rgba(255,255,255,.35); transition: background .2s, transform .2s; }.stat:last-child { border-right: 0; }.stat:hover { background: rgba(16,43,66,.16); transform: translateY(-4px); }.stat strong { display: block; color: #fff; font-family: Georgia, serif; font-size: 39px; line-height: 1.1; }.stat span { display: block; color: rgba(255,255,255,.78); font-size: 12px; }.stat svg { margin-bottom: 8px; color: var(--gold); }.stat-num { color: #fff !important; }
.gallery-section { padding: 104px 0; background: var(--surface); }.gallery-grid { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 225px 225px; gap: 14px; }.gallery-card { position: relative; min-width: 0; overflow: hidden; background: var(--ink); }.gallery-card:first-child { grid-row: 1 / 3; }.gallery-card img { width: 100%; height: 100%; object-fit: cover; opacity: .86; transition: transform .55s, opacity .35s; }.gallery-card:hover img { transform: scale(1.06); opacity: 1; }.gallery-card figcaption { position: absolute; right: 18px; bottom: 15px; left: 18px; color: #fff; font-size: 14px; font-weight: 800; text-shadow: 0 2px 9px rgba(0,0,0,.4); }.gallery-card figcaption small { display: block; margin-top: 3px; color: rgba(255,255,255,.75); font-weight: 400; }
.process-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--gray-light); }.process-card { position: relative; min-height: 230px; padding: 27px 24px 24px 0; border-right: 1px solid var(--gray-light); }.process-card:not(:first-child) { padding-left: 24px; }.process-card:last-child { border-right: 0; }.process-card::before { content: ""; display: block; width: 15px; height: 15px; margin-bottom: 23px; border: 4px solid var(--paper); border-radius: 50%; background: var(--brick); box-shadow: 0 0 0 1px var(--brick); }.process-card:hover::before { background: var(--gold); }.process-number { color: var(--gray); font-family: Georgia, serif; font-size: 34px; line-height: 1; }.process-card h3 { margin: 16px 0 8px; color: var(--ink); font-family: Georgia, "Songti SC", serif; font-size: 20px; }.process-card p { margin: 0; color: var(--text-soft); font-size: 13px; }
.news-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; align-items: start; }.news-intro { position: sticky; top: 110px; }.news-intro h2 { margin: 10px 0 15px; color: var(--ink); font-family: Georgia, "Songti SC", serif; font-size: 43px; line-height: 1.12; }.news-intro p { margin: 0; color: var(--text-soft); font-size: 14px; }.news-list { border-top: 1px solid var(--gray-light); }.news-card { display: grid; grid-template-columns: 112px minmax(0, 1fr) 20px; gap: 18px; align-items: start; padding: 21px 0; border-bottom: 1px solid var(--gray-light); transition: padding .22s, background .22s; }.news-card:hover { padding-left: 15px; background: rgba(255,255,255,.65); }.news-date { color: var(--brick); font-size: 12px; font-weight: 800; }.news-tag { display: inline-block; margin-bottom: 7px; color: var(--teal); font-size: 11px; letter-spacing: .08em; }.news-card h3 { margin: 0 0 7px; color: var(--ink); font-family: Georgia, "Songti SC", serif; font-size: 19px; line-height: 1.4; }.news-card p { margin: 0; color: var(--text-soft); font-size: 13px; }.news-card > svg { margin-top: 7px; color: var(--brick); }
.cta-section { position: relative; overflow: hidden; padding: 76px 0; background: var(--brick); color: #fff; }.cta-section::before { content: "泉州 / START"; position: absolute; right: 5%; bottom: 26px; color: rgba(255,255,255,.16); font-family: Georgia, serif; font-size: 54px; letter-spacing: .12em; transform: rotate(-8deg); }.cta-inner { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; }.cta-inner h2 { margin: 9px 0; color: #fff; font-family: Georgia, "Songti SC", serif; font-size: 51px; line-height: 1.15; }.cta-inner p { margin: 0; color: rgba(255,255,255,.84); }.cta-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.cta-option { position: relative; display: flex; min-height: 112px; flex-direction: column; justify-content: space-between; padding: 16px; border: 1px solid rgba(255,255,255,.46); border-radius: 2px; background: rgba(16,43,66,.16); color: #fff; transition: transform .25s, background .25s, border-color .25s; }.cta-option:hover { transform: translateY(-6px); border-color: #fff; background: rgba(16,43,66,.4); }.cta-option strong { font-size: 14px; }.cta-option span { color: rgba(255,255,255,.76); font-size: 12px; }.cta-option svg { position: absolute; right: 13px; bottom: 14px; color: var(--gold); }.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px; }
.page-hero { padding: 158px 0 82px; background: var(--ink-deep); color: #fff; }.page-hero h1 { margin: 19px 0 0; color: #fff; font-family: Georgia, "Songti SC", serif; font-size: 64px; line-height: 1.1; }.page-hero p { max-width: 700px; margin: 15px 0 0; color: rgba(255,255,255,.8); }.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; color: rgba(255,255,255,.76); font-size: 13px; }.breadcrumb a { color: #fff; text-decoration: none; }.breadcrumb .sep { color: rgba(255,255,255,.5); }.page-content { padding: 82px 0; }.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 40px; align-items: start; }.rich-content { max-width: 830px; color: var(--text-soft); }.rich-content h2, .rich-content h3 { color: var(--ink); line-height: 1.3; }.rich-content h2 { margin: 0 0 18px; font-family: Georgia, "Songti SC", serif; font-size: 31px; }.rich-content h3 { margin: 30px 0 10px; font-size: 21px; }.rich-content p { margin: 0 0 16px; }.rich-content ul { padding-left: 20px; }.rich-content table, .page-content table, .detail__content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }.rich-content img, .page-content img, .detail__content img { max-width: 100%; height: auto; }.rich-content pre, .page-content pre, .detail__content pre { overflow-x: auto; }.rich-content, .page-content, .detail__content { overflow-wrap: break-word; }.side-panel { padding: 25px; border-top: 5px solid var(--brick); background: var(--mist); }.side-panel h3 { margin: 0 0 14px; color: var(--ink); font-size: 19px; }.side-panel a { display: block; padding: 9px 0; border-bottom: 1px solid var(--gray-light); color: var(--brick); font-size: 13px; }.side-panel a:hover { color: var(--teal); }
.service-list { display: grid; gap: 0; border-top: 1px solid var(--gray-light); }.service-row { display: grid; grid-template-columns: 84px 1fr auto; gap: 24px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--gray-light); transition: padding .22s, background .22s; }.service-row:hover { padding-left: 17px; background: rgba(255,255,255,.58); }.service-index { color: var(--brick); font-family: Georgia, serif; font-size: 35px; font-weight: 900; line-height: 1; }.service-row h3 { margin: 0 0 8px; color: var(--ink); font-family: Georgia, "Songti SC", serif; font-size: 24px; }.service-row p { margin: 0; color: var(--text-soft); font-size: 14px; }
.list-grid, .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.article-card, .case-card { min-width: 0; padding: 23px; border: 1px solid var(--gray-light); background: var(--surface); transition: transform .22s, box-shadow .22s, border-color .22s; }.article-card:hover, .case-card:hover { transform: translateY(-6px); border-color: var(--teal); box-shadow: var(--shadow-soft); }.article-card h3, .case-card h3 { margin: 11px 0 9px; color: var(--ink); font-family: Georgia, "Songti SC", serif; font-size: 18px; line-height: 1.45; }.article-card p, .case-card p { margin: 0; color: var(--text-soft); font-size: 13px; }.case-image { margin: -23px -23px 19px; overflow: hidden; background: var(--ink); }.case-image img { width: 100%; aspect-ratio: 1.52; object-fit: cover; transition: transform .45s; }.case-card:hover .case-image img { transform: scale(1.06); }.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }.filter-link { padding: 8px 15px; border: 1px solid var(--gray-light); border-radius: 999px; color: var(--text-soft); font-size: 13px; }.filter-link:hover, .filter-link.is-active { border-color: var(--teal); background: var(--teal); color: #fff; }.pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }.pagination a, .pagination span { display: grid; min-width: 38px; min-height: 38px; place-items: center; border: 1px solid var(--gray-light); border-radius: 50%; font-size: 13px; }.pagination a:hover, .pagination .is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.detail-shell { max-width: 900px; }.detail-meta { display: flex; flex-wrap: wrap; gap: 17px; padding-bottom: 17px; border-bottom: 1px solid var(--gray-light); color: var(--text-light); font-size: 13px; }.detail__content { padding-top: 29px; color: var(--text-soft); }.detail__content h2, .detail__content h3 { color: var(--ink); }.detail__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; min-width: 0; margin: 38px 0 0; }.detail__nav-cell { display: block; min-width: 0; padding: 17px; border: 1px solid var(--gray-light); }.detail__nav-cell:hover { border-color: var(--teal); background: var(--mist); }.detail__nav-cell small { color: var(--text-light); }.detail__nav-cell strong { display: block; min-width: 0; margin-top: 5px; overflow: hidden; color: var(--ink); font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
.process-page-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--gray-light); }.process-page-card { min-height: 240px; padding: 31px 24px 31px 0; border-right: 1px solid var(--gray-light); background: transparent; transition: transform .22s, background .22s; }.process-page-card:not(:first-child) { padding-left: 24px; }.process-page-card:last-child { border-right: 0; }.process-page-card:hover { background: rgba(255,255,255,.55); transform: translateY(-5px); }.process-page-card h2 { margin: 18px 0 8px; color: var(--ink); font-family: Georgia, "Songti SC", serif; }.process-page-card p { margin: 0; color: var(--text-soft); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; }.contact-details { padding: 30px; background: var(--ink); color: #fff; }.contact-details h2 { margin-top: 10px; color: #fff; font-family: Georgia, "Songti SC", serif; line-height: 1.25; }.contact-details p { color: rgba(255,255,255,.78); }.contact-detail-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.25); }.contact-detail-item svg { flex: 0 0 auto; color: var(--gold); }.contact-form { padding: 30px; border: 1px solid var(--gray-light); background: var(--surface); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.form-field { display: grid; gap: 7px; margin-bottom: 16px; }.form-field label { color: var(--ink); font-size: 13px; font-weight: 700; }.form-field input, .form-field textarea, .search-box input { width: 100%; padding: 12px 14px; border: 1px solid var(--gray); border-radius: 2px; background: #fff; color: var(--text); outline: none; }.form-field input:focus, .form-field textarea:focus, .search-box input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(24,138,140,.14); }.form-field textarea { min-height: 145px; resize: vertical; }.form-feedback { margin-bottom: 16px; padding: 11px 13px; background: var(--mist); color: var(--teal); font-size: 13px; }.search-box { display: flex; max-width: 720px; margin-bottom: 28px; }.search-box input { flex: 1; border-radius: 2px 0 0 2px; }.search-box .btn { border-radius: 0 2px 2px 0; }.empty-state { padding: 52px 24px; border: 1px dashed var(--gray); background: var(--surface); color: var(--text-soft); text-align: center; }.sitemap-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.sitemap-group { padding: 25px; border-top: 5px solid var(--teal); background: var(--surface); }.sitemap-group h3 { margin: 0 0 12px; color: var(--ink); }.sitemap-group a { display: block; padding: 7px 0; color: var(--text-soft); font-size: 14px; }.sitemap-group a:hover { color: var(--brick); }
.site-footer { position: relative; padding: 76px 0 25px; background: var(--brick-dark); color: #fff; }.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr .8fr; gap: 42px; }.footer-logo-wall { display: flex; gap: 8px; margin-bottom: 17px; }.footer-logo-wall img { width: 92px; height: 54px; object-fit: cover; border: 1px solid rgba(255,255,255,.35); }.footer-brand strong { display: block; margin-top: 9px; font-family: Georgia, "Songti SC", serif; font-size: 19px; }.footer-brand p { max-width: 280px; color: rgba(255,255,255,.74); font-size: 13px; }.footer-links h3 { margin: 0 0 13px; color: var(--gold); font-size: 14px; }.footer-links a { display: block; padding: 5px 0; color: rgba(255,255,255,.78); font-size: 13px; }.footer-links a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 53px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.68); font-size: 12px; }.footer-bottom p { margin: 0; color: rgba(255,255,255,.68); }.beian-police { display: inline-block; margin-left: 8px; }.legal-links { display: flex; flex-wrap: wrap; gap: 14px; }.legal-links a { color: rgba(255,255,255,.78); }
.zfkf-float { position: fixed; right: 20px; bottom: 120px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; }.zfkf-item { position: relative; display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 50%; color: #fff !important; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,.18); transition: transform .25s; cursor: pointer; }.zfkf-item:hover { transform: scale(1.08); color: #fff !important; }.zfkf-phone { background: #2563EB; }.zfkf-wechat { background: #07C160; }.zfkf-consult { background: #F59E0B; }.zfkf-top { background: #334155; }.zfkf-tip { position: absolute; top: 50%; right: calc(100% + 12px); padding: 5px 10px; border-radius: 6px; background: rgba(0,0,0,.78); color: #fff !important; font-size: 12px; white-space: nowrap; opacity: 0; pointer-events: none; transform: translateY(-50%); transition: opacity .2s; z-index: 10001; }.zfkf-item:hover .zfkf-tip { opacity: 1; }.zfkf-wechat-mask { position: fixed; inset: 0; z-index: 10000; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.5); }.zfkf-wechat-mask.zfkf-show { display: flex; }.zfkf-wechat-box { position: relative; max-width: 80vw; padding: 24px; background: #fff; color: var(--ink); text-align: center; }.zfkf-wechat-box img { width: 180px; height: 180px; object-fit: contain; border: 1px solid var(--gray-light); }.zfkf-wechat-noimg { display: flex; width: 180px; height: 80px; align-items: center; justify-content: center; background: var(--mist); color: #07C160; font-size: 16px; font-weight: 700; }.zfkf-wechat-box p { margin: 12px 0 0; color: var(--ink); font-size: 14px; }.zfkf-wechat-close { position: absolute; top: 8px; right: 12px; color: var(--text-light); font-size: 22px; line-height: 1; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }.no-js .hero-slide { opacity: 1; visibility: visible; position: relative; }.no-js .hero-slide ~ .hero-slide { display: none; }.no-js .reveal { opacity: 1; transform: none; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-22%); } } @keyframes pulseRoute { 0%,100% { box-shadow: 0 0 0 0 rgba(243,195,106,.42); } 50% { box-shadow: 0 0 0 10px rgba(243,195,106,0); } } @keyframes sail { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
.route-point::before { animation: pulseRoute 2.8s ease-in-out infinite; }.hero-plate { animation: sail 6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
@media (max-width: 1040px) { .header-inner { gap: 10px; }.brand { min-width: 180px; }.nav-link { padding: 0 8px; font-size: 13px; }.header-call span { display: none; }.footer-grid { gap: 25px; }.hero h1 { font-size: 66px; } }
@media (max-width: 900px) { .nav-toggle { display: grid; margin-left: auto; }.header-call { display: none; }.main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; max-height: calc(100vh - 78px); align-items: stretch; flex-direction: column; overflow-y: auto; overflow-x: hidden; scrollbar-width: none; -ms-overflow-style: none; border-bottom: 1px solid var(--gray-light); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }.main-nav::-webkit-scrollbar { display: none; }.main-nav.is-open { display: flex; }.nav-link { min-height: 0; justify-content: space-between; padding: 14px 24px; border-bottom: 1px solid #DDE4E8; }.nav-item { width: 100%; }.nav-menu { position: static; display: none; width: 100%; padding: 0 14px 8px; border: 0; border-radius: 0; background: var(--mist); box-shadow: none; opacity: 1; visibility: visible; transform: none; }.nav-item:hover .nav-menu { display: none; }.nav-item.is-open .nav-menu { display: block; }.nav-menu a { padding: 10px 14px; }.hero-slide-inner { grid-template-columns: 1fr 210px; min-height: 630px; }.hero h1 { font-size: 58px; }.route-board-inner { grid-template-columns: 1fr; gap: 20px; }.content-layout, .contact-grid, .news-layout { grid-template-columns: 1fr; }.news-intro { position: static; }.process-grid, .list-grid, .case-grid { grid-template-columns: repeat(2, 1fr); }.process-page-grid { grid-template-columns: repeat(2, 1fr); }.process-page-card:nth-child(2) { border-right: 0; }.process-page-card:nth-child(n+3) { border-top: 1px solid var(--gray-light); }.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .container { width: min(var(--container), calc(100% - 32px)); }.header-inner { min-height: 66px; }.brand-copy strong { font-size: 15px; }.hero { padding-top: 66px; }.hero-slide-inner { display: block; min-height: 680px; padding: 82px 0 120px; }.hero h1 { margin-top: 18px; font-size: 45px; }.hero-lead { font-size: 16px; }.hero-copy::before { top: -55px; }.hero-plate { position: absolute; right: 0; bottom: 82px; left: 0; padding: 12px 0 0; border-top: 1px solid rgba(247,241,229,.42); border-left: 0; }.hero-plate::before { top: -1px; left: 0; width: 60px; }.hero-plate small { margin-top: 10px; }.section, .gallery-section { padding: 72px 0; }.section-head { margin-bottom: 28px; }.section-head h2 { font-size: 37px; }.route-board-inner { padding: 22px 0; }.route-points { grid-template-columns: 1fr 1fr; gap: 18px 0; }.route-point { padding: 0 12px; }.stats-grid { grid-template-columns: 1fr; }.stat { min-height: 86px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }.stat:last-child { border-bottom: 0; }.gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 220px 180px 180px; }.gallery-card:first-child { grid-row: auto; }.process-track, .process-page-grid { grid-template-columns: 1fr; }.process-card, .process-page-card { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--gray-light); }.process-card:not(:first-child), .process-page-card:not(:first-child) { padding-left: 0; }.process-card:last-child, .process-page-card:last-child { border-bottom: 0; }.list-grid, .case-grid, .sitemap-groups { grid-template-columns: 1fr; }.news-card { grid-template-columns: 82px minmax(0, 1fr) 16px; gap: 10px; }.cta-inner { display: block; }.cta-inner h2 { font-size: 42px; }.cta-options { grid-template-columns: 1fr; margin-top: 28px; }.cta-actions { margin-top: 14px; }.page-hero { padding: 125px 0 65px; }.page-hero h1 { font-size: 48px; }.service-row { grid-template-columns: 54px 1fr; gap: 15px; padding: 24px 0; }.service-row .btn { grid-column: 2; justify-self: start; }.form-row { grid-template-columns: 1fr; gap: 0; }.detail__nav { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { display: grid; margin-top: 34px; }.zfkf-float { right: 10px; bottom: 100px; }.zfkf-item { width: 42px; height: 42px; }.zfkf-tip { display: none; } }

/* ===== 内容页侧边栏（detail layout + aside） ===== */
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;align-items:start}
.detail-main{min-width:0}
.detail-shell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow-soft)}
.detail-meta{display:flex;gap:16px;color:var(--text-soft);font-size:13px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--gray-light)}
.detail__content{font-size:15.5px;line-height:1.9;color:var(--text);overflow-wrap:break-word}
.detail__content img{max-width:100%;height:auto}
.detail__content h2{font-size:22px;margin:26px 0 12px}
.detail__content h3{font-size:18px;margin:22px 0 10px}
.detail__content p{margin:0 0 14px}
.detail__nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px;padding-top:20px;border-top:1px solid var(--gray-light)}
.detail__nav-cell{display:flex;flex-direction:column;gap:5px;padding:14px 16px;background:var(--bg,#F7F6F0);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:var(--text);transition:border-color .2s,transform .2s}
.detail__nav-cell:hover{border-color:var(--accent,var(--teal,var(--brick,var(--blue,#123B5D))));transform:translateY(-2px)}
.detail__nav-cell small{color:var(--text-soft);font-size:12px}
.detail__nav-cell strong{font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.detail-aside{position:sticky;top:96px;display:flex;flex-direction:column;gap:20px}
.aside-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-soft)}
.aside-box h3{margin:0 0 14px;font-size:16px;color:var(--text);padding-left:10px;border-left:3px solid var(--accent,var(--teal,var(--brick,var(--blue,#123B5D))))}
.aside-biz{display:flex;flex-direction:column;gap:10px}
.aside-biz__item{display:flex;flex-direction:column;gap:3px;padding:12px 14px;background:var(--bg,#F7F6F0);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;transition:border-color .2s,transform .2s}
.aside-biz__item:hover{border-color:var(--accent,var(--teal,var(--brick,var(--blue,#123B5D))));transform:translateX(3px)}
.aside-biz__item strong{font-size:14.5px;color:var(--text)}
.aside-biz__item span{font-size:12px;color:var(--text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.aside-news{display:flex;flex-direction:column}
.aside-news__item{display:flex;flex-direction:column;gap:3px;padding:11px 2px;border-bottom:1px dashed var(--gray-light);text-decoration:none}
.aside-news__item:last-child{border-bottom:0}
.aside-news__item strong{font-size:13.5px;font-weight:500;color:var(--text);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.aside-news__item time{font-size:12px;color:var(--text-soft)}
.aside-news__item:hover strong{color:var(--accent,var(--teal,var(--brick,var(--blue,#123B5D))))}
@media (max-width:1024px){.detail-layout{grid-template-columns:1fr}.detail-aside{position:static;flex-direction:row;flex-wrap:wrap}.detail-aside .aside-box{flex:1 1 280px}}

/* ===== tz-rich-text typography (auto-appended) ===== */
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article)>:first-child{margin-top:0}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article)>:last-child{margin-bottom:0}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) p{margin:0 0 1.05em;line-height:1.9}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h1,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h2{margin:1.6em 0 .7em;line-height:1.4;font-weight:700}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h1{font-size:1.6em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h2{font-size:1.4em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h3{margin:1.4em 0 .6em;font-size:1.2em;line-height:1.45;font-weight:700}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h4{margin:1.2em 0 .5em;font-size:1.08em;font-weight:700}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h5,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) h6{margin:1.1em 0 .5em;font-size:1em;font-weight:700}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) ul,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) ol{margin:0 0 1.05em;padding-left:1.7em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) li{margin:.35em 0;line-height:1.8}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) img{max-width:100%;height:auto;border-radius:8px}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) figure{margin:1.2em 0}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) figcaption{margin-top:.5em;font-size:.85em;opacity:.7;text-align:center}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) blockquote{margin:1.2em 0;padding:.2em 0 .2em 1em;border-left:3px solid currentColor;opacity:.85}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) table{width:100%;border-collapse:collapse;margin:1.2em 0;font-size:.96em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) th,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) td{border:1px solid rgba(127,127,127,.3);padding:.5em .75em;text-align:left}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) th{font-weight:700;background:rgba(127,127,127,.06)}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) hr{margin:1.6em 0;border:0;border-top:1px solid rgba(127,127,127,.28)}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) pre{overflow:auto;padding:.8em 1em;border-radius:8px;background:rgba(127,127,127,.1);font-size:.92em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) code{font-size:.94em}
:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) strong,:where(.rich-text,.detail__content,.detail-content,.article-body,.article-content,.article__body,.article--body,.rich-content,.prose,.detail-body,.detail-body__content,.page-content,.content-card,.hd-article-body,.lf-article-body,.cq-article-body,.sq-article-body,.lh-article) b{font-weight:700}
:where(.rich-text) ul{list-style:disc}
:where(.rich-text) ol{list-style:decimal}
:where(.rich-text) a{text-decoration:underline;text-underline-offset:3px}

/* ===== tz-footer-legal (auto-appended) ===== */
.zf-legal-line a{color:inherit;text-decoration:none;opacity:.92}
.zf-legal-line a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}
.zf-legal-line .zf-legal-all{font-weight:600}
.zf-legal-line .zf-legal-copy{opacity:.95}
.zf-legal-line .zf-legal-addr{opacity:.82}
.zf-legal-line .zf-legal-police{text-decoration:none}
@media (max-width:640px){.zf-legal-line{column-gap:.55em;line-height:1.7}}
