:root {
  --navy: #123B5D;
  --blue: #2B83A2;
  --water: #75C8BE;
  --reed: #3C9B83;
  --coral: #EF8B70;
  --sun: #F5D26A;
  --rice: #F7F6F0;
  --surface: #FFFFFF;
  --text: #123B5D;
  --text-soft: #486277;
  --text-light: #64748B;
  --gray: #94A3B8;
  --gray-light: #CBD5E1;
  --border: #CBD5E1;
  --radius: 18px;
  --shadow: 0 18px 44px rgba(18,59,93,.14);
  --shadow-soft: 0 8px 24px rgba(18,59,93,.1);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; background: var(--rice); 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(--reed); 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: #fff; transition: background .3s, color .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(255,255,255,.96); color: var(--navy); box-shadow: 0 4px 22px rgba(18,59,93,.1); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 78px; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: 210px; }
.brand-mark, .footer-mark { display: grid; place-items: center; color: var(--water); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: 17px; letter-spacing: .04em; }
.brand-copy small { margin-top: 4px; opacity: .72; font-size: 10px; letter-spacing: .12em; }
.main-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 3px; }
.nav-link { display: inline-flex; min-height: 78px; align-items: center; gap: 6px; padding: 0 12px; color: inherit; font-size: 14px; transition: color .2s, background .2s; }
.nav-link:hover, .nav-link.is-active { color: var(--coral); }
.site-header.is-scrolled .nav-link.is-active { background: rgba(43,131,162,.08); }
.nav-item { position: relative; }
.nav-caret { font-size: 17px; 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 var(--radius) var(--radius); background: #fff; box-shadow: var(--shadow); color: var(--navy); opacity: 0; visibility: hidden; transform: translateY(9px); 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; border-radius: 10px; font-size: 14px; }
.nav-menu a:hover { background: #E5F4F0; color: var(--reed); }
.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(--sun); font-size: 13px; font-weight: 800; white-space: nowrap; }.site-header.is-scrolled .header-call { color: var(--coral); }
.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: inherit; padding: 8px; }
.hero { position: relative; overflow: hidden; padding-top: 78px; background: var(--navy); 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-inner { position: relative; display: grid; min-height: 650px; align-items: center; padding: 70px 0 106px; text-align: center; }
.hero-slide-inner::before, .hero-slide-inner::after { content: ""; position: absolute; border: 1px solid rgba(117,200,190,.38); border-radius: 50%; pointer-events: none; }
.hero-slide-inner::before { top: 5%; left: 5%; width: 160px; height: 160px; animation: floatRing 7s ease-in-out infinite; }
.hero-slide-inner::after { right: 4%; bottom: 8%; width: 230px; height: 230px; border-color: rgba(239,139,112,.44); animation: floatRing 8s ease-in-out infinite reverse; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; color: var(--water); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.hero-kicker::before, .hero-kicker::after { content: ""; width: 32px; height: 1px; background: currentColor; }
.hero h1 { margin: 22px 0 18px; color: #fff; font-size: clamp(42px, 7vw, 82px); line-height: 1.08; letter-spacing: 0; }
.hero-lead { max-width: 630px; margin: 0 auto; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.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: 999px; 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,.32); transform: skewX(-20deg); transition: left .5s; }.btn:hover::after { left: 140%; }.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--coral); color: #fff; }.btn-primary:hover { background: #F4A18E; color: #fff; }
.btn-light { background: #fff; color: var(--navy); }.btn-light:hover { background: var(--water); color: var(--navy); }
.btn-outline { border-color: currentColor; color: var(--navy); background: transparent; }.btn-outline:hover { background: var(--navy); color: #fff; }
.btn svg { transition: transform .2s; }.btn:hover svg { transform: translateX(4px); }
.wave-stage { position: absolute; right: 0; bottom: -1px; left: 0; height: 142px; pointer-events: none; }
.wave-stage span { position: absolute; right: -8%; bottom: -75px; left: -8%; height: 165px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; transform: rotate(-2deg); }
.wave-stage span:nth-child(1) { background: var(--rice); }.wave-stage span:nth-child(2) { right: 32%; bottom: -97px; left: -18%; height: 148px; background: rgba(117,200,190,.5); transform: rotate(4deg); }.wave-stage span:nth-child(3) { right: -15%; bottom: -105px; left: 54%; height: 130px; background: rgba(239,139,112,.46); transform: rotate(-8deg); }
.hero-controls { position: absolute; bottom: 37px; 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,.38); border-radius: 50%; background: transparent; color: #fff; transition: background .2s, transform .2s; }.hero-control:hover { background: var(--coral); transform: scale(1.08); }
.hero-dots { display: flex; gap: 7px; margin: 0 11px; }.hero-dot { width: 26px; height: 5px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.34); }.hero-dot.is-active { background: var(--water); }
.section { padding: 112px 0; }.section-alt { background: #E5F4F0; }.section-head { max-width: 740px; margin: 0 auto 42px; text-align: center; }.section-head h2 { margin: 10px 0 14px; font-size: clamp(30px, 4.5vw, 52px); line-height: 1.15; letter-spacing: 0; }.section-head p { margin: 0 auto; color: var(--text-soft); font-size: 15px; }
.wave-divider { height: 24px; overflow: hidden; background: var(--rice); }.wave-divider::after { content: ""; display: block; height: 70px; margin-top: -45px; border-radius: 50%; background: #E5F4F0; }
.biz-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.biz-card { position: relative; min-height: 285px; padding: 31px; border: 1px solid var(--gray-light); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }.biz-card:nth-child(1) { background: var(--navy); color: #fff; border-color: var(--navy); }.biz-card:nth-child(2) { background: #E5F4F0; }.biz-card:nth-child(3) { background: #FFF0EB; }.biz-card:nth-child(4) { background: #FFF8DA; }.biz-card:hover { transform: translateY(-8px); border-color: var(--blue); box-shadow: var(--shadow); }.biz-icon { display: grid; width: 54px; height: 54px; margin-bottom: 28px; place-items: center; border-radius: 50%; background: rgba(117,200,190,.25); color: var(--reed); transition: transform .25s, background .25s; }.biz-card:nth-child(1) .biz-icon { color: var(--water); }.biz-card:nth-child(3) .biz-icon { color: var(--coral); background: rgba(239,139,112,.19); }.biz-card:nth-child(4) .biz-icon { color: #B88A00; background: rgba(245,210,106,.32); }.biz-card:hover .biz-icon { transform: rotate(12deg) scale(1.12); background: rgba(117,200,190,.42); }.biz-card h3 { margin: 0 0 9px; font-size: 23px; }.biz-card p { margin: 0; color: var(--text-soft); font-size: 14px; }.biz-card:nth-child(1) p { color: rgba(255,255,255,.75); }.biz-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--blue); font-size: 13px; font-weight: 800; }.biz-card:nth-child(1) .biz-link { color: var(--water); }.biz-link svg { transition: transform .2s; }.biz-link:hover svg { transform: translateX(5px); }.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }.chip { padding: 4px 10px; border-radius: 999px; background: rgba(43,131,162,.1); color: var(--blue); font-size: 12px; }.biz-card:nth-child(1) .chip { background: rgba(117,200,190,.15); color: var(--water); }
.stats-section { padding: 52px 0; background: var(--surface); }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }.stat { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 100px; padding: 12px 20px; border-right: 1px solid var(--gray-light); transition: transform .2s, background .2s; }.stat:last-child { border-right: 0; }.stat:hover { transform: translateY(-5px); background: #F0FBF8; }.stat svg { color: var(--coral); }.stat strong { display: block; color: var(--navy); font-size: 34px; line-height: 1.1; }.stat span { display: block; color: var(--text-light); font-size: 12px; }.stat-num { color: var(--navy) !important; }
.news-strip { margin-bottom: 22px; padding: 13px 18px; border-radius: 999px; background: var(--navy); color: #fff; overflow: hidden; }.news-strip-inner { display: flex; align-items: center; gap: 18px; white-space: nowrap; animation: ticker 18s linear infinite; }.news-strip strong { color: var(--sun); font-size: 12px; letter-spacing: .12em; }.news-strip span { color: rgba(255,255,255,.78); font-size: 13px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.news-card { min-width: 0; padding: 24px; border: 1px solid var(--gray-light); border-radius: var(--radius); background: #fff; transition: transform .22s, box-shadow .22s, border-color .22s; }.news-card:hover { transform: translateY(-6px); border-color: var(--water); box-shadow: var(--shadow-soft); }.news-card h3 { margin: 12px 0 9px; font-size: 18px; line-height: 1.45; }.news-card p { margin: 0; color: var(--text-soft); font-size: 13px; }.news-date { color: var(--coral); font-size: 12px; font-weight: 800; }.news-tag { display: inline-block; margin-bottom: 12px; padding: 4px 9px; border-radius: 999px; background: #FFF0EB; color: var(--coral); font-size: 11px; letter-spacing: .08em; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.process-card { position: relative; min-height: 245px; padding: 26px; border-radius: var(--radius); background: #fff; box-shadow: 0 5px 0 var(--water); transition: transform .25s, box-shadow .25s; }.process-card:nth-child(2) { box-shadow: 0 5px 0 var(--coral); }.process-card:nth-child(3) { box-shadow: 0 5px 0 var(--sun); }.process-card:nth-child(4) { box-shadow: 0 5px 0 var(--blue); }.process-card:hover { transform: translateY(-8px); box-shadow: 0 11px 0 var(--water), var(--shadow-soft); }.process-card:nth-child(2):hover { box-shadow: 0 11px 0 var(--coral), var(--shadow-soft); }.process-number { color: var(--gray-light); font-size: 48px; font-weight: 900; line-height: 1; }.process-card h3 { margin: 21px 0 8px; font-size: 19px; }.process-card p { margin: 0; color: var(--text-soft); font-size: 13px; }.process-orbit { position: absolute; top: 21px; right: 21px; width: 15px; height: 15px; border: 3px solid var(--water); border-radius: 50%; animation: orbitPulse 2.5s ease-in-out infinite; }.process-card:nth-child(2) .process-orbit { border-color: var(--coral); }
.cta-section { position: relative; overflow: hidden; padding: 74px 0; background: var(--coral); color: #fff; }.cta-section::before { content: ""; position: absolute; right: -70px; bottom: -140px; width: 370px; height: 370px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; box-shadow: 0 0 0 23px rgba(255,255,255,.11), 0 0 0 46px rgba(255,255,255,.07); animation: floatRing 7s ease-in-out infinite; }.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; }.cta-inner h2 { margin: 9px 0; color: #fff; font-size: clamp(29px, 4vw, 51px); line-height: 1.15; }.cta-inner p { margin: 0; color: rgba(255,255,255,.82); }.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }
.page-hero { padding: 158px 0 80px; background: var(--navy); color: #fff; }.page-hero h1 { margin: 19px 0 0; color: #fff; font-size: clamp(38px, 5.5vw, 68px); line-height: 1.1; }.page-hero p { max-width: 700px; margin: 15px 0 0; color: rgba(255,255,255,.78); }.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(--navy); line-height: 1.3; }.rich-content h2 { margin: 0 0 18px; 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-radius: var(--radius); background: #E5F4F0; border-top: 5px solid var(--reed); }.side-panel h3 { margin: 0 0 14px; font-size: 19px; }.side-panel a { display: block; padding: 9px 0; border-bottom: 1px solid var(--gray-light); color: var(--blue); font-size: 13px; }.side-panel a:hover { color: var(--coral); }
.service-list { display: grid; gap: 18px; }.service-row { display: grid; grid-template-columns: 84px 1fr auto; gap: 24px; align-items: start; padding: 30px; border: 1px solid var(--gray-light); border-radius: var(--radius); background: #fff; transition: transform .22s, box-shadow .22s; }.service-row:hover { transform: translateX(7px); box-shadow: var(--shadow-soft); }.service-index { color: var(--coral); font-size: 35px; font-weight: 900; line-height: 1; }.service-row h3 { margin: 0 0 8px; 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); border-radius: var(--radius); background: #fff; transition: transform .22s, box-shadow .22s, border-color .22s; }.article-card:hover, .case-card:hover { transform: translateY(-6px); border-color: var(--water); box-shadow: var(--shadow-soft); }.article-card h3, .case-card h3 { margin: 11px 0 9px; font-size: 18px; line-height: 1.45; }.article-card p, .case-card p { margin: 0; color: var(--text-soft); font-size: 13px; }.case-visual { display: grid; min-height: 170px; margin: -23px -23px 19px; place-items: center; border-radius: var(--radius) var(--radius) 0 0; background: var(--water); color: var(--navy); }.case-card:nth-child(2n) .case-visual { background: var(--coral); color: #fff; }.case-card:nth-child(3n) .case-visual { background: var(--sun); }.case-visual svg { transition: transform .25s; }.case-card:hover .case-visual svg { transform: scale(1.12) rotate(-5deg); }.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(--blue); background: var(--blue); 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(--navy); background: var(--navy); 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(--navy); }.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); border-radius: var(--radius); }.detail__nav-cell:hover { border-color: var(--water); background: #F0FBF8; }.detail__nav-cell small { color: var(--text-light); }.detail__nav-cell strong { display: block; min-width: 0; margin-top: 5px; overflow: hidden; color: var(--navy); font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
.process-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.process-page-card { min-height: 240px; padding: 31px; border-radius: var(--radius); background: #fff; box-shadow: inset 7px 0 0 var(--water); transition: transform .22s, box-shadow .22s; }.process-page-card:nth-child(2) { box-shadow: inset 7px 0 0 var(--coral); }.process-page-card:nth-child(3) { box-shadow: inset 7px 0 0 var(--sun); }.process-page-card:nth-child(4) { box-shadow: inset 7px 0 0 var(--blue); }.process-page-card:hover { transform: translateY(-6px); box-shadow: inset 11px 0 0 var(--water), var(--shadow-soft); }.process-page-card h2 { margin: 18px 0 8px; }.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; border-radius: var(--radius); background: var(--navy); color: #fff; }.contact-details h2 { margin-top: 10px; color: #fff; line-height: 1.25; }.contact-details p { color: rgba(255,255,255,.76); }.contact-detail-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); }.contact-detail-item svg { flex: 0 0 auto; color: var(--water); }.contact-form { padding: 30px; border: 1px solid var(--gray-light); border-radius: var(--radius); background: #fff; }.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(--navy); 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: 10px; background: #fff; color: var(--text); outline: none; }.form-field input:focus, .form-field textarea:focus, .search-box input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(43,131,162,.13); }.form-field textarea { min-height: 145px; resize: vertical; }.form-feedback { margin-bottom: 16px; padding: 11px 13px; border-radius: 10px; background: #E5F4F0; color: var(--reed); font-size: 13px; }.search-box { display: flex; max-width: 720px; margin-bottom: 28px; }.search-box input { flex: 1; border-radius: 999px 0 0 999px; }.search-box .btn { border-radius: 0 999px 999px 0; }.empty-state { padding: 52px 24px; border: 1px dashed var(--gray); border-radius: var(--radius); background: #fff; color: var(--text-soft); text-align: center; }.sitemap-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.sitemap-group { padding: 25px; border-radius: var(--radius); background: #fff; border-top: 5px solid var(--water); }.sitemap-group h3 { margin: 0 0 12px; }.sitemap-group a { display: block; padding: 7px 0; color: var(--text-soft); font-size: 14px; }.sitemap-group a:hover { color: var(--coral); }
.site-footer { position: relative; padding: 83px 0 25px; background: var(--navy); color: #fff; }.footer-wave { position: absolute; top: -34px; right: 0; left: 0; height: 50px; overflow: hidden; background: var(--rice); }.footer-wave::after { content: ""; display: block; height: 75px; margin-top: 20px; border-radius: 50%; background: var(--navy); }.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 58px; }.footer-brand strong { display: block; margin-top: 9px; font-size: 19px; }.footer-brand p { max-width: 280px; color: rgba(255,255,255,.7); font-size: 13px; }.footer-links h3 { margin: 0 0 13px; color: var(--sun); font-size: 14px; }.footer-links a { display: block; padding: 5px 0; color: rgba(255,255,255,.75); font-size: 13px; }.footer-links a:hover { color: var(--water); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 53px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.65); font-size: 12px; }.footer-bottom p { margin: 0; color: rgba(255,255,255,.65); }.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,.75); }
.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; border-radius: 14px; background: #fff; color: var(--navy); text-align: center; }.zfkf-wechat-box img { width: 180px; height: 180px; object-fit: contain; border: 1px solid var(--gray-light); border-radius: 8px; }.zfkf-wechat-noimg { display: flex; width: 180px; height: 80px; align-items: center; justify-content: center; border-radius: 8px; background: #F6F7F9; color: #07C160; font-size: 16px; font-weight: 700; }.zfkf-wechat-box p { margin: 12px 0 0; color: var(--navy); 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 floatRing { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-13px) rotate(7deg); } }@keyframes orbitPulse { 0%,100% { box-shadow: 0 0 0 5px rgba(117,200,190,.14); } 50% { box-shadow: 0 0 0 12px rgba(117,200,190,.03); } }
@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: 30px; } }
@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: #fff; color: var(--navy); 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 #E2E8F0; }.nav-item { width: 100%; }.nav-menu { position: static; display: none; width: 100%; padding: 0 14px 8px; border: 0; border-radius: 0; background: var(--rice); 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 { min-height: 650px; }.content-layout, .contact-grid { grid-template-columns: 1fr; }.process-grid, .list-grid, .case-grid { grid-template-columns: repeat(2, 1fr); }.news-grid { grid-template-columns: repeat(2, 1fr); }.sitemap-groups { grid-template-columns: repeat(2, 1fr); } }
@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 { min-height: 650px; padding: 60px 0 110px; }.hero h1 { font-size: 42px; }.hero-lead { font-size: 16px; }.hero-slide-inner::before { left: -35px; }.hero-slide-inner::after { right: -60px; }.section, .page-content { padding: 68px 0; }.section-head { margin-bottom: 28px; }.biz-grid, .process-grid, .list-grid, .case-grid, .news-grid, .process-page-grid, .sitemap-groups { grid-template-columns: 1fr; }.stats-grid { grid-template-columns: 1fr 1fr; }.stat { min-height: 94px; padding: 10px 7px; gap: 7px; border-bottom: 1px solid var(--gray-light); }.stat:nth-child(2) { border-right: 0; }.stat strong { font-size: 23px; }.stat svg { width: 22px; height: 22px; }.cta-inner { display: grid; align-items: start; }.cta-actions { margin-top: 14px; }.page-hero { padding: 125px 0 65px; }.service-row { grid-template-columns: 52px 1fr; gap: 15px; padding: 24px; }.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}}
