/* ============================================================
   湖畔蓝 hengshui_design_lakeside
   主色 湖青 #0e7490 / 辅色 芦金 #d97706 / 母题 涟漪波纹+芦苇穗
   ============================================================ */
:root {
  --brand: #0e7490;
  --brand-deep: #155e75;
  --brand-dark: #0c3b47;
  --accent: #d97706;
  --bg: #f4fafa;
  --surface: #ffffff;
  --text: #10333d;
  --text-soft: #33555f;
  --text-light: #5b7a84;
  --text-faint: #7c98a1;
  --gray: #94a3b8;
  --gray-light: #cbd5e1;
  --border: #cbd5e1;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(12, 59, 71, .10);
  --font: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.7; font-size: 15px; overflow-x: clip; }
img { max-width: 100%; }
a { color: var(--brand); text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
section { position: relative; }
.section { padding: 120px 0; }

/* ===== 通用标题：大号编号 + 涟漪短线 ===== */
.sec-head { display: flex; align-items: flex-end; gap: 18px; margin-bottom: 56px; }
.sec-head .sec-no { font-size: 52px; font-weight: 800; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--brand); opacity: .85; }
.sec-head h2 { font-size: 32px; color: var(--text); position: relative; padding-bottom: 14px; }
.sec-head h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 72px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.sec-head p { color: var(--text-light); font-size: 14px; margin-bottom: 4px; }

/* ===== 按钮光斑滑过 + 箭头位移 ===== */
.btn { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; border-radius: 10px; font-size: 15px; font-weight: 600; overflow: hidden; transition: all .3s; cursor: pointer; border: none; }
.btn::before { content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-20deg); transition: left .5s; }
.btn:hover::before { left: 130%; }
.btn .arr { transition: transform .3s; }
.btn:hover .arr { transform: translateX(5px); }
.btn--primary { background: var(--brand); color: #fff; }
.btn--primary:hover { background: var(--brand-deep); color: #fff; box-shadow: 0 8px 24px rgba(14,116,144,.35); }
.btn--gold { background: var(--accent); color: #fff; }
.btn--gold:hover { background: #b45309; color: #fff; }
.btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.7); }
.btn--ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn--line { background: transparent; color: var(--brand); border: 1.5px solid var(--brand); }
.btn--line:hover { background: var(--brand); color: #fff; }

/* ===== 导航：毛玻璃吸顶 ===== */
.hs-nav { position: sticky; top: 0; z-index: 900; background: rgba(244,250,250,.72); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(203,213,225,.6); transition: background .3s, box-shadow .3s; }
.hs-nav.is-solid { background: rgba(255,255,255,.94); box-shadow: 0 4px 20px rgba(12,59,71,.10); }
.hs-nav__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 72px; display: flex; align-items: center; gap: 32px; }
.hs-logo { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; color: var(--brand-dark); }
.hs-logo__mark { color: var(--brand); display: inline-flex; animation: hsRipple 4s ease-in-out infinite; }
@keyframes hsRipple { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.06); opacity: .85; } }
.hs-logo__name { letter-spacing: 2px; }
.hs-nav__menu { display: flex; align-items: center; gap: 6px; flex: 1; }
.hs-nav__item { position: relative; }
.hs-nav__link { display: inline-flex; align-items: center; gap: 4px; padding: 10px 14px; font-size: 15px; color: var(--text-soft); text-decoration: none; border-radius: 8px; transition: color .25s, background .25s; white-space: nowrap; }
.hs-nav__link:hover { color: var(--brand); background: rgba(14,116,144,.08); }
.hs-nav__link.is-active { color: var(--brand); font-weight: 700; }
.hs-caret { opacity: .6; }
.hs-drop { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); min-width: 176px; background: #fff; border-radius: 12px; box-shadow: 0 16px 40px rgba(12,59,71,.18); padding: 10px 0; opacity: 0; visibility: hidden; transition: all .28s; z-index: 950; }
.hs-nav__item:hover .hs-drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.hs-drop a { display: block; padding: 9px 20px; font-size: 14px; color: var(--text-soft); text-decoration: none; transition: all .2s; }
.hs-drop a:hover { color: var(--brand); background: rgba(14,116,144,.07); padding-left: 26px; }
.hs-nav__cta { padding: 10px 22px; font-size: 14px; font-weight: 600; background: var(--accent); color: #fff; border-radius: 999px; transition: all .3s; white-space: nowrap; }
.hs-nav__cta:hover { background: #b45309; color: #fff; transform: translateY(-2px); }
.hs-burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hs-burger span { display: block; width: 22px; height: 2px; background: var(--brand-dark); margin: 5px 0; border-radius: 2px; transition: all .3s; }

/* ===== Hero：不对称拼贴轮播 grid 叠放 ===== */
.hs-hero { background: linear-gradient(135deg, #0c3b47 0%, #155e75 55%, #0e7490 100%); overflow: hidden; }
.hs-hero__stage { display: grid; }
.hs-hero__slide { grid-area: 1/1; opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility .9s; padding: 110px 0 150px; color: #fff; }
.hs-hero__slide.is-on { opacity: 1; visibility: visible; }
.hs-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hs-hero__slide.is-on .hs-hero__copy > * { animation: hsUp .8s both; }
.hs-hero__slide.is-on .hs-hero__copy > *:nth-child(2) { animation-delay: .18s; }
.hs-hero__slide.is-on .hs-hero__copy > *:nth-child(3) { animation-delay: .36s; }
.hs-hero__slide.is-on .hs-hero__copy > *:nth-child(4) { animation-delay: .54s; }
@keyframes hsUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.hs-hero__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; letter-spacing: 3px; color: #9fd8e6; border: 1px solid rgba(159,216,230,.4); padding: 6px 16px; border-radius: 999px; margin-bottom: 22px; }
.hs-hero__title { font-size: 44px; line-height: 1.25; font-weight: 800; color: #fff; margin-bottom: 18px; }
.hs-hero__title em { font-style: normal; color: #f5b04c; }
.hs-hero__desc { font-size: 16px; color: rgba(255,255,255,.78); max-width: 520px; margin-bottom: 34px; }
.hs-hero__btns { display: flex; gap: 16px; flex-wrap: wrap; }
/* 拼贴：大圆环 + 错位方片 + 涟漪，绝对定位装饰（父容器已 overflow:hidden） */
.hs-hero__art { position: relative; height: 380px; }
.hs-hero__art svg { position: absolute; }
.hs-hero__art .art-ring { right: 6%; top: 4%; animation: hsFloat 7s ease-in-out infinite; }
.hs-hero__art .art-tile { right: 30%; bottom: 8%; animation: hsFloat 9s ease-in-out infinite reverse; }
.hs-hero__art .art-ripple { right: 42%; top: 12%; animation: hsFloat 6s ease-in-out infinite .8s; }
@keyframes hsFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
.hs-hero__dots { position: absolute; left: 0; right: 0; bottom: 42px; display: flex; justify-content: center; gap: 12px; z-index: 5; }
.hs-hero__dot { width: 34px; height: 5px; border-radius: 4px; background: rgba(255,255,255,.32); border: none; cursor: pointer; transition: all .3s; }
.hs-hero__dot.is-on { background: #f5b04c; width: 52px; }
.hs-hero__wave { display: block; width: 100%; height: 90px; }

/* ===== 母题叙事带 ===== */
.hs-story { background: var(--brand-dark); color: #fff; padding: 74px 0; position: relative; overflow: hidden; }
.hs-story__inner { display: flex; align-items: center; gap: 36px; }
.hs-story__mo { flex: none; color: rgba(159,216,230,.5); animation: hsDrift 12s linear infinite; }
@keyframes hsDrift { from { transform: translateX(0); } to { transform: translateX(46px); } }
.hs-story__text { font-size: 19px; line-height: 1.9; color: rgba(255,255,255,.88); }
.hs-story__text b { color: #f5b04c; font-weight: 700; }

/* ===== 信任条：深色贴 hero 下方 ===== */
.hs-stats { background: linear-gradient(180deg, var(--brand-deep), var(--brand-dark)); padding: 56px 0 64px; }
.hs-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.hs-stat { text-align: center; padding: 26px 12px; border-radius: var(--radius); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); transition: all .3s; }
.hs-stat:hover { transform: translateY(-6px); background: rgba(255,255,255,.10); }
.hs-stat-num { font-size: 56px; font-weight: 800; color: #fff !important; text-shadow: 0 1px 0 rgba(0,0,0,.25); line-height: 1.2; display: block; }
.hs-stat-label { font-size: 14px; color: rgba(255,255,255,.72); display: block; margin-top: 8px; }

/* ===== 业务卡：交错浮层（奇偶错位 24px），异形斜切 ===== */
.hs-biz__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.hs-biz-card { position: relative; background: var(--surface); border-radius: 4px; border-bottom-right-radius: 56px; padding: 36px 26px 32px; box-shadow: var(--shadow); transition: all .35s; overflow: hidden; }
.hs-biz-card:nth-child(even) { transform: translateY(24px); }
.hs-biz-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--brand), var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.hs-biz-card:hover { transform: translateY(-8px); box-shadow: 0 20px 46px rgba(12,59,71,.18); border-bottom-right-radius: 4px; }
.hs-biz-card:nth-child(even):hover { transform: translateY(16px); }
.hs-biz-card:hover::before { transform: scaleX(1); }
.hs-biz-ic { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: rgba(14,116,144,.10); color: var(--brand); margin-bottom: 20px; transition: all .4s; }
.hs-biz-card:hover .hs-biz-ic { transform: scale(1.12) rotate(8deg); background: var(--brand); color: #fff; }
.hs-biz-card h3 { font-size: 19px; margin-bottom: 12px; color: var(--text); }
.hs-biz-card p { font-size: 14px; color: var(--text-light); margin-bottom: 18px; min-height: 72px; }
.hs-biz-link { font-size: 14px; font-weight: 600; color: var(--brand); display: inline-flex; align-items: center; gap: 6px; }
.hs-biz-link .arr { transition: transform .3s; }
.hs-biz-card:hover .hs-biz-link .arr { transform: translateX(5px); }

/* ===== 流程：竖排时间线（节点呼吸脉冲）===== */
.hs-flow { background: var(--surface); position: relative; overflow: hidden; }
.hs-flow__line { position: absolute; left: 50%; top: 140px; bottom: 120px; width: 2px; background: linear-gradient(180deg, var(--brand), var(--accent)); opacity: .25; }
.hs-flow__item { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; margin-bottom: 64px; }
.hs-flow__item:last-child { margin-bottom: 0; }
.hs-flow__node { grid-column: 2; justify-self: center; width: 54px; height: 54px; border-radius: 50%; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; position: relative; animation: hsPulse 2.6s ease-in-out infinite; transition: all .3s; }
.hs-flow__item:hover .hs-flow__node { transform: scale(1.16); animation-play-state: paused; }
@keyframes hsPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(14,116,144,.35); } 50% { box-shadow: 0 0 0 16px rgba(14,116,144,0); } }
.hs-flow__card { background: var(--bg); border-radius: 4px; border-top-left-radius: 44px; padding: 24px 28px; box-shadow: 0 6px 18px rgba(12,59,71,.07); transition: all .3s; }
.hs-flow__item:nth-child(odd) .hs-flow__card { grid-column: 1; grid-row: 1; text-align: right; border-top-left-radius: 4px; border-top-right-radius: 44px; }
.hs-flow__item:nth-child(even) .hs-flow__card { grid-column: 3; grid-row: 1; }
.hs-flow__card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(12,59,71,.12); }
.hs-flow__card h3 { font-size: 18px; color: var(--text); margin-bottom: 8px; }
.hs-flow__card p { font-size: 14px; color: var(--text-light); }
.hs-flow__no { font-size: 13px; font-weight: 700; color: var(--accent); letter-spacing: 2px; display: block; margin-bottom: 6px; }

/* ===== 资讯：双栏混合（左置顶大卡 + 右列表）===== */
.hs-news__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; }
.hs-news-lead { background: var(--surface); border-radius: 4px; border-bottom-left-radius: 56px; overflow: hidden; box-shadow: var(--shadow); transition: all .35s; display: block; }
.hs-news-lead:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(12,59,71,.16); }
.hs-news-lead__cover { height: 250px; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); position: relative; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.85); }
.hs-news-lead__body { padding: 28px 30px 30px; }
.hs-news-lead__tag { display: inline-block; font-size: 12px; color: var(--accent); border: 1px solid var(--accent); border-radius: 999px; padding: 2px 12px; margin-bottom: 12px; }
.hs-news-lead h3 { font-size: 21px; color: var(--text); margin-bottom: 12px; line-height: 1.5; }
.hs-news-lead p { font-size: 14px; color: var(--text-light); }
.hs-news-list { display: flex; flex-direction: column; }
.hs-news-item { display: flex; gap: 18px; padding: 18px 8px; border-bottom: 1px solid var(--gray-light); text-decoration: none; transition: all .25s; border-radius: 10px; }
.hs-news-item:hover { background: rgba(14,116,144,.05); padding-left: 16px; }
.hs-news-item__date { flex: none; width: 62px; text-align: center; background: rgba(14,116,144,.08); border-radius: 10px; padding: 8px 0; align-self: flex-start; }
.hs-news-item__date b { display: block; font-size: 20px; color: var(--brand); line-height: 1.2; }
.hs-news-item__date span { font-size: 12px; color: var(--text-faint); }
.hs-news-item h4 { font-size: 15px; color: var(--text); font-weight: 600; line-height: 1.55; transition: color .2s; }
.hs-news-item:hover h4 { color: var(--brand); }
.hs-news-item p { font-size: 13px; color: var(--text-faint); margin-top: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hs-news-more { text-align: center; margin-top: 40px; }

/* ===== CTA：底部双按钮行 ===== */
.hs-cta { background: linear-gradient(120deg, var(--brand-deep), var(--brand)); color: #fff; padding: 84px 0; overflow: hidden; }
.hs-cta::after { content: ""; position: absolute; right: -140px; top: -140px; width: 380px; height: 380px; border-radius: 50%; border: 2px solid rgba(255,255,255,.14); animation: hsBreath 5s ease-in-out infinite; }
.hs-cta::before { content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; border: 2px solid rgba(255,255,255,.10); animation: hsBreath 5s ease-in-out infinite 1.2s; }
@keyframes hsBreath { 0%,100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.12); opacity: .4; } }
.hs-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.hs-cta h2 { font-size: 30px; color: #fff; margin-bottom: 10px; }
.hs-cta p { color: rgba(255,255,255,.75); font-size: 15px; }
.hs-cta__btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* ===== 通用 page-header（深色内页头）===== */
.page-header { background: linear-gradient(120deg, var(--brand-dark), var(--brand-deep)); color: #fff; padding: 74px 0 66px; position: relative; overflow: hidden; }
.page-header h1 { font-size: 34px; color: #fff; margin-bottom: 12px; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,.66); }
.breadcrumb a { color: rgba(255,255,255,.85); text-decoration: none; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.page-header svg.hs-page-mo { position: absolute; right: 4%; bottom: -20px; color: rgba(255,255,255,.10); }

/* ===== 滚动渐显 ===== */
.hs-reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s ease; }
.hs-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .hs-reveal { opacity: 1; transform: none; transition: none; }
  .hs-flow__node, .hs-logo__mark, .hs-story__mo, .hs-cta::before, .hs-cta::after, .hs-hero__art svg { animation: none !important; }
}

/* ===== 文章列表 / 详情 ===== */
.list-layout { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding: 90px 0; }
.article-card { display: flex; gap: 22px; background: var(--surface); border-radius: 4px; border-left: 4px solid var(--brand); padding: 24px 28px; margin-bottom: 22px; box-shadow: 0 6px 18px rgba(12,59,71,.06); transition: all .3s; text-decoration: none; }
.article-card:hover { transform: translateX(6px); box-shadow: 0 14px 32px rgba(12,59,71,.12); }
.article-card h3 { font-size: 18px; color: var(--text); margin-bottom: 8px; }
.article-card p { font-size: 14px; color: var(--text-light); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.article-card .meta { font-size: 13px; color: var(--text-faint); margin-top: 10px; display: block; }
.side-panel { background: var(--surface); border-radius: 4px; border-top-right-radius: 44px; padding: 26px; box-shadow: var(--shadow); margin-bottom: 26px; }
.side-panel h3 { font-size: 17px; color: var(--text); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--brand); }
.side-panel ul { list-style: none; }
.side-panel li a { display: block; padding: 9px 4px; font-size: 14px; color: var(--text-soft); text-decoration: none; border-bottom: 1px dashed var(--gray-light); transition: all .2s; }
.side-panel li a:hover { color: var(--brand); padding-left: 10px; }
.side-panel .btn { width: 100%; justify-content: center; margin-top: 8px; }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.pagination a, .pagination span { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 8px; background: var(--surface); color: var(--text-soft); font-size: 14px; text-decoration: none; border: 1px solid var(--gray-light); }
.pagination .cur { background: var(--brand); color: #fff; border-color: var(--brand); }
.pagination a:hover { border-color: var(--brand); color: var(--brand); }
.detail__content { font-size: 15px; color: var(--text-soft); line-height: 1.9; }
.detail__content h2, .detail__content h3 { color: var(--text); margin: 28px 0 14px; }
.detail__content p { margin-bottom: 16px; }
.detail__content table, .page-content table { display: block; max-width: 100%; overflow-x: auto; }
.detail__content img, .page-content img { max-width: 100%; height: auto; }
.detail__content pre, .page-content pre { overflow-x: auto; }
.detail__content, .page-content { overflow-wrap: break-word; }
.detail-meta { font-size: 13px; color: var(--text-faint); margin-bottom: 26px; }

/* ===== 表单 ===== */
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 14px; color: var(--text-soft); margin-bottom: 6px; font-weight: 600; }
.form-row input, .form-row textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--gray-light); border-radius: 10px; font-size: 14px; font-family: inherit; color: var(--text); background: var(--bg); transition: border-color .2s; }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(14,116,144,.12); }
.flash-ok { background: rgba(7,193,96,.1); border: 1px solid #07c160; color: #0a7d3f; padding: 12px 18px; border-radius: 10px; margin-bottom: 20px; font-size: 14px; }
.flash-err { background: rgba(239,68,68,.08); border: 1px solid #ef4444; color: #b91c1c; padding: 12px 18px; border-radius: 10px; margin-bottom: 20px; font-size: 14px; }
.hp-field { position: absolute; left: -9999px; }

/* ===== 案例 ===== */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.case-card { background: var(--surface); border-radius: 4px; border-bottom-right-radius: 52px; overflow: hidden; box-shadow: var(--shadow); transition: all .35s; display: block; text-decoration: none; }
.case-card:hover { transform: translateY(-8px); box-shadow: 0 20px 46px rgba(12,59,71,.18); border-bottom-right-radius: 4px; }
.case-card__cover { height: 170px; background: linear-gradient(135deg, rgba(14,116,144,.16), rgba(217,119,6,.14)); display: flex; align-items: center; justify-content: center; color: var(--brand); }
.case-card__body { padding: 22px 24px 26px; }
.case-card__body h3 { font-size: 17px; color: var(--text); margin-bottom: 8px; }
.case-card__body p { font-size: 13px; color: var(--text-light); margin-bottom: 12px; }
.case-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.case-tags span { font-size: 12px; color: var(--brand); background: rgba(14,116,144,.08); border-radius: 999px; padding: 3px 12px; }
.filter-bar { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-bar a { padding: 8px 20px; border-radius: 999px; background: var(--surface); color: var(--text-soft); font-size: 14px; text-decoration: none; border: 1px solid var(--gray-light); transition: all .25s; }
.filter-bar a:hover, .filter-bar a.is-on { background: var(--brand); color: #fff; border-color: var(--brand); }

/* ===== 页脚：不对称 ===== */
.site-footer { background: var(--brand-dark); color: rgba(255,255,255,.78); padding: 84px 0 0; }
.hs-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; padding-bottom: 60px; }
.hs-logo--light { color: #fff; }
.hs-logo--light .hs-logo__mark { color: #7fd3e8; }
.hs-footer__desc { font-size: 14px; line-height: 1.9; margin: 18px 0; color: rgba(255,255,255,.62); max-width: 420px; }
.hs-footer__contact { font-size: 14px; color: rgba(255,255,255,.62); line-height: 2; }
.hs-footer__col h4 { font-size: 16px; color: #fff; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.hs-footer__col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--accent); border-radius: 3px; }
.hs-footer__col a { display: block; font-size: 14px; color: rgba(255,255,255,.62); text-decoration: none; padding: 6px 0; transition: all .25s; }
.hs-footer__col a:hover { color: #fff; padding-left: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.55); display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; }
.footer-bottom a { display: inline; margin: 0; color: inherit; }
.hs-fb-sep { margin: 0 6px; }
.hs-fb-addr { white-space: nowrap; }

/* ===== zfkf 悬浮客服（统一标准组件）===== */
.zfkf-float{position:fixed;right:20px;bottom:120px;z-index:9999;display:flex;flex-direction:column;gap:10px}
.zfkf-item{position:relative;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.18);transition:all .25s;cursor:pointer}
.zfkf-item:hover{transform:scale(1.08);color:#fff}
.zfkf-phone{background:#2563eb}
.zfkf-wechat{background:#07c160}
.zfkf-consult{background:#f59e0b}
.zfkf-top{background:#334155}
.zfkf-tip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);white-space:nowrap;background:rgba(0,0,0,.78);color:#fff;font-size:12px;padding:5px 10px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10001}
.zfkf-item:hover .zfkf-tip{opacity:1}
.zfkf-wechat-mask{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10000;display:none;align-items:center;justify-content:center}
.zfkf-wechat-mask.zfkf-show{display:flex}
.zfkf-wechat-box{background:#fff;border-radius:12px;padding:24px;text-align:center;position:relative;max-width:80vw}
.zfkf-wechat-box img{width:180px;height:180px;object-fit:contain;border:1px solid #eee;border-radius:8px}
.zfkf-wechat-noimg{width:180px;height:80px;display:flex;align-items:center;justify-content:center;background:#f6f7f9;border-radius:8px;font-size:16px;color:#07c160;font-weight:600}
.zfkf-wechat-box p{margin:12px 0 0;font-size:14px;color:#333}
.zfkf-wechat-close{position:absolute;top:8px;right:12px;font-size:22px;color:#666;cursor:pointer;line-height:1}
@media (max-width:768px){.zfkf-float{right:10px;bottom:100px}.zfkf-item{width:42px;height:42px}.zfkf-tip{display:none}}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
  .section { padding: 80px 0; }
  .hs-hero__grid { grid-template-columns: 1fr; }
  .hs-hero__art { height: 260px; }
  .hs-hero__title { font-size: 34px; }
  .hs-biz__grid { grid-template-columns: repeat(2, 1fr); }
  .hs-biz-card:nth-child(even) { transform: none; }
  .hs-news__grid { grid-template-columns: 1fr; }
  .hs-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .list-layout { grid-template-columns: 1fr; }
  .hs-flow__line { display: none; }
  .hs-flow__item { grid-template-columns: 60px 1fr; }
  .hs-flow__item:nth-child(odd) .hs-flow__card { grid-column: 2; text-align: left; border-top-left-radius: 4px; border-top-right-radius: 4px; border-top-right-radius: 44px; }
  .hs-flow__node { grid-column: 1; grid-row: 1; }
  .hs-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hs-nav__menu { position: fixed; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 18px 24px 26px; box-shadow: 0 24px 40px rgba(12,59,71,.18); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: all .3s; max-height: calc(100vh - 72px); overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
  .hs-nav__menu::-webkit-scrollbar { display: none; }
  .hs-nav__menu.is-open { transform: none; opacity: 1; visibility: visible; }
  .hs-burger { display: block; margin-left: auto; }
  .hs-nav__cta { display: none; }
  .hs-drop { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; display: none; min-width: 0; padding: 0 0 0 16px; }
  .hs-nav__item:hover .hs-drop { display: block; }
  .hs-nav__item.has-drop > .hs-nav__link { pointer-events: auto; }
  .section { padding: 64px 0; }
  .hs-hero__slide { padding: 70px 0 110px; }
  .hs-hero__title { font-size: 27px; }
  .hs-hero__art { height: 180px; }
  .sec-head .sec-no { font-size: 38px; }
  .sec-head h2 { font-size: 24px; }
  .hs-biz__grid { grid-template-columns: 1fr; }
  .hs-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid { grid-template-columns: 1fr; }
  .hs-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .hs-cta__inner { flex-direction: column; align-items: flex-start; }
  .hs-flow__item { grid-template-columns: 44px 1fr; margin-bottom: 40px; }
  .hs-flow__node { width: 40px; height: 40px; font-size: 15px; }
}
@media (max-width: 560px) {
  .hs-stats__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hs-stat-num { font-size: 38px; }
}

/* ===== 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}}
