/* ============================================================
   艾特美机车制造 主题 · 武汉站 aitemei-wuhan（江城青制造风 · 居中文字首屏）
   主渐变 : linear-gradient(135deg,#115E59,#2DD4BF)  深钢蓝→亮蓝
   深色带 : linear-gradient(135deg,#042F2E,#115E59)  深钢蓝黑
   品牌色 : #0F766E 亮蓝 | #115E59 深钢蓝 | #2DD4BF 蓝
   强调色 : #F97316 醒目橙 | #FB923C 浅橙
   文本   : #334155 正文 | #64748B 弱化 | #94A3B8 更弱 | #0F172A 标题
   分隔   : #99F6E4 | #5EEAD4  浅底: #F0FDFA | 卡底: #FFFFFF
   圆角   : 卡片18px 小件12px 胶囊999px
   阴影   : 0 12px 32px rgba(17,94,89,.10) | hover 0 22px 48px rgba(17,94,89,.16)
   断点   : 960px | 640px
   ============================================================ */
*{margin:0;padding:0;box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",-apple-system,"Segoe UI",Arial,sans-serif;color:#334155;background:#fff;line-height:1.7;font-size:16px;}
img{max-width:100%;display:block;border:0;}
a{color:#0F766E;text-decoration:none;transition:color .2s ease,background .2s ease;}
a:hover{color:#115E59;}
ul,ol{list-style:none;}
.wh-wrap{max-width:1160px;margin:0 auto;padding:0 24px;}
.wh-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}
.wh-noscroll{overflow:hidden;}
.wh-main{display:block;}

/* ---- 按钮 ---- */
.wh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 26px;border-radius:999px;font-size:15px;font-weight:600;line-height:1.2;border:2px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;white-space:nowrap;}
.wh-btn:hover{transform:translateY(-2px);}
.wh-btn--primary{background:linear-gradient(135deg,#115E59,#2DD4BF);color:#fff;box-shadow:0 10px 24px rgba(17,94,89,.32);}
.wh-btn--primary:hover{color:#fff;box-shadow:0 16px 32px rgba(17,94,89,.42);}
.wh-btn--light{background:#fff;color:#115E59;box-shadow:0 10px 24px rgba(15,23,42,.16);}
.wh-btn--light:hover{color:#042F2E;}
.wh-btn--outline{border-color:#2DD4BF;color:#115E59;background:#fff;}
.wh-btn--outline:hover{color:#fff;background:linear-gradient(135deg,#115E59,#2DD4BF);border-color:transparent;}
.wh-btn--ghost{border-color:rgba(255,255,255,.8);color:#fff;background:transparent;}
.wh-btn--ghost:hover{color:#fff;background:rgba(255,255,255,.16);}
.wh-btn--lg{padding:16px 40px;font-size:17px;}

/* ---- 顶栏（含当前城市徽章） ---- */
.wh-util{background:#042F2E;color:#99F6E4;font-size:13px;line-height:1.5;}
.wh-util__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px 12px;min-height:42px;padding-top:5px;padding-bottom:5px;}
.wh-util__welcome{color:#99F6E4;}
.wh-util__welcome strong{color:#fff;font-weight:600;}
.wh-util__right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.wh-util__city{display:inline-flex;align-items:center;gap:6px;padding:3px 14px;border-radius:999px;background:linear-gradient(135deg,#115E59,#2DD4BF);color:#fff;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 12px rgba(17,94,89,.4);}
.wh-util__city svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.wh-util__phone{color:#fff;font-weight:700;letter-spacing:.5px;}

/* ---- 顶部导航 ---- */
.wh-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #99F6E4;box-shadow:0 4px 20px rgba(15,23,42,.05);}
.wh-header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;}
.wh-brand{display:flex;align-items:center;gap:14px;flex:0 0 auto;min-width:0;}
.wh-brand__img{height:44px;width:auto;max-width:220px;object-fit:contain;}
.wh-brand__logo{display:inline-flex;align-items:center;flex:0 0 auto;}
.wh-brand__title{display:flex;flex-direction:column;justify-content:center;line-height:1.3;padding-left:14px;border-left:1px solid #E5E7EB;}
.wh-brand__meta{display:block;font-size:13px;color:#64748B;white-space:nowrap;}
.wh-brand__meta b{color:#0F766E;font-weight:700;letter-spacing:.5px;}
.wh-brand__name{white-space:nowrap;}
@media (max-width:640px){.wh-brand{gap:10px;}.wh-brand__img{max-width:130px;height:34px;}.wh-brand__name{font-size:17px;}.wh-brand__meta{font-size:11px;}}
.wh-brand__text,.wh-brand__name{font-size:22px;font-weight:800;letter-spacing:.5px;background:linear-gradient(135deg,#115E59,#2DD4BF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.wh-nav{display:flex;gap:4px;margin-left:auto;}
.wh-nav__link{position:relative;display:inline-block;padding:10px 15px;color:#334155;font-size:15px;font-weight:500;border-radius:10px;}
.wh-nav__link:hover{color:#0F766E;background:#F0FDFA;}
.wh-nav__link--on,.wh-nav__link--on:hover{color:#fff;background:linear-gradient(135deg,#115E59,#2DD4BF);box-shadow:0 8px 18px rgba(17,94,89,.3);}
.wh-header__cta{flex:0 0 auto;padding:10px 22px;font-size:15px;}
.wh-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:#F0FDFA;border:0;border-radius:12px;cursor:pointer;flex:0 0 auto;}
.wh-burger span{display:block;height:2px;width:20px;margin:0 auto;background:#334155;border-radius:2px;}

/* ---- 移动抽屉 ---- */
.wh-drawer{position:fixed;inset:0;z-index:100;background:linear-gradient(160deg,#042F2E,#115E59);color:#fff;padding:22px 24px;transform:translateX(-100%);transition:transform .28s ease;display:flex;flex-direction:column;visibility:hidden;}
.wh-drawer--open{transform:translateX(0);visibility:visible;}
.wh-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;}
.wh-drawer .wh-brand__text{background:none;-webkit-text-fill-color:#fff;color:#fff;}
.wh-drawer__close{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.12);color:#fff;font-size:24px;line-height:1;cursor:pointer;}
.wh-drawer__nav{display:flex;flex-direction:column;gap:6px;}
.wh-drawer__link{display:block;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;color:#99F6E4;font-size:17px;font-weight:500;}
.wh-drawer__link--on,.wh-drawer__link--on:hover{background:rgba(255,255,255,.18);color:#fff;}
.wh-drawer__tel{margin-top:auto;text-align:center;}

/* ---- 首页 Hero（居中文字首屏） ---- */
.wh-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#042F2E 0%,#115E59 60%,#2DD4BF 100%);color:#fff;text-align:center;}
.wh-hero__orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.42;pointer-events:none;}
.wh-hero__orb--1{width:360px;height:360px;background:#F97316;top:-130px;right:-90px;}
.wh-hero__orb--2{width:280px;height:280px;background:#2DD4BF;bottom:-150px;left:-70px;}
.wh-hero__inner{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:88px 24px 96px;}
.wh-hero__badge{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.36);color:#99F6E4;border-radius:999px;padding:6px 18px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:22px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
.wh-hero__title{font-size:46px;line-height:1.16;font-weight:800;letter-spacing:1px;margin-bottom:18px;}
.wh-hero__sub{font-size:18px;line-height:1.9;color:rgba(255,255,255,.9);max-width:640px;margin:0 auto 16px;}
.wh-hero__sub strong{color:#FBBF24;}
.wh-hero__meta{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:rgba(255,255,255,.85);font-weight:600;margin-bottom:28px;}
.wh-hero__meta::before{content:"";width:10px;height:10px;border-radius:50%;background:#34D399;box-shadow:0 0 0 4px rgba(52,211,153,.28);}
.wh-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;}

/* ---- 企业实力数据条 ---- */
.wh-metrics{position:relative;z-index:3;margin-top:-44px;padding:0 24px;}
.wh-metrics__inner{max-width:1160px;margin:0 auto;background:linear-gradient(135deg,#115E59,#2DD4BF);border-radius:20px;box-shadow:0 24px 48px rgba(17,94,89,.3);display:grid;grid-template-columns:repeat(4,1fr);padding:32px 12px;}
.wh-metrics__item{text-align:center;padding:8px 12px;border-right:1px solid rgba(255,255,255,.2);}
.wh-metrics__item:last-child{border-right:0;}
.wh-metrics__num{font-size:40px;font-weight:800;color:#fff;line-height:1.1;}
.wh-metrics__unit{font-size:18px;font-weight:700;color:#99F6E4;margin-left:2px;}
.wh-metrics__label{margin-top:8px;color:rgba(255,255,255,.92);font-size:14px;}

/* ---- 品牌形象 · 广告图（独立内容块，不叠文字） ---- */
.wh-banner{margin-top:36px;}
.wh-banner__img{width:100%;border-radius:20px;box-shadow:0 18px 44px rgba(17,94,89,.14);border:1px solid #99F6E4;}
.wh-banner__cap{margin-top:14px;text-align:center;font-size:14px;color:#64748B;}
.wh-banner__cap strong{color:#115E59;}

/* ---- 区块通用 ---- */
.wh-sec{padding:64px 0;}
.wh-sec--alt{background:#F0FDFA;}
.wh-sec--band{background:linear-gradient(135deg,#042F2E,#2DD4BF);color:#fff;}
.wh-sec--band .wh-sec__title{color:#fff;}
.wh-sec__inner{max-width:1160px;margin:0 auto;padding:0 24px;}
.wh-sec__inner--center{text-align:center;}
.wh-sec__head{max-width:760px;margin-bottom:40px;}
.wh-sec__head--center{margin-left:auto;margin-right:auto;text-align:center;}
.wh-sec__eyebrow{display:inline-block;color:#F97316;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;}
.wh-sec--band .wh-sec__eyebrow{color:#FBBF24;}
.wh-sec__title{font-size:30px;line-height:1.3;font-weight:800;color:#0F172A;margin-bottom:12px;}
.wh-sec__lead{color:#64748B;font-size:16px;}
.wh-sec--band .wh-sec__lead{color:rgba(255,255,255,.9);}
.wh-sec__more{display:inline-flex;align-items:center;gap:4px;margin-top:14px;font-weight:600;}
.wh-sec__more::after{content:"→";transition:transform .2s;}
.wh-sec__more:hover::after{transform:translateX(4px);}
.wh-sec__cta{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;gap:16px;}
.wh-sec__phone{display:inline-block;margin-top:10px;font-size:34px;font-weight:800;color:#fff;letter-spacing:1px;}

/* ---- 卡片 ---- */
.wh-card{background:#fff;border:1px solid #99F6E4;border-radius:18px;box-shadow:0 12px 32px rgba(17,94,89,.08);transition:transform .25s ease,box-shadow .25s ease;overflow:hidden;}
.wh-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(17,94,89,.14);}

/* ---- 关于我们 ---- */
.wh-about{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start;}
.wh-about__lead{font-size:17px;line-height:1.95;color:#334155;margin-bottom:18px;}
.wh-about__lead strong{color:#0F766E;}
.wh-about__toggle{margin-top:16px;}
.wh-about__btn{display:inline-flex;align-items:center;gap:2px;padding:4px 0;border:0;background:none;color:#0F766E;font-size:14px;font-weight:600;cursor:pointer;}
.wh-about__btn:hover{color:#115E59;}
.wh-about__arr{font-size:12px;}
.wh-about__link{margin-top:26px;}
.wh-about__full{max-height:250px;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(180deg,#000 78%,transparent);mask-image:linear-gradient(180deg,#000 78%,transparent);}
.wh-about__full p{margin-bottom:12px;}
.wh-about__full p:last-child{margin-bottom:0;}
.wh-about__full h1,.wh-about__full h2,.wh-about__full h3,.wh-about__full h4{font-size:17px;font-weight:700;color:#0F172A;margin:14px 0 8px;}
.wh-about__full strong{color:#0F172A;}
.wh-about__full img{display:none;}
.wh-about__full--open{max-height:none;-webkit-mask-image:none;mask-image:none;}
.wh-about__media{position:sticky;top:96px;}
.wh-about__img{border-radius:20px;box-shadow:0 24px 48px rgba(17,94,89,.16);}
.wh-about__media::after{content:"";position:absolute;right:-18px;bottom:-18px;width:140px;height:140px;border-radius:20px;background:linear-gradient(135deg,#FB923C,#F97316);opacity:.3;z-index:-1;}
.wh-about__stat{margin-top:18px;padding:18px 20px;border-radius:18px;background:linear-gradient(135deg,#F0FDFA,#99F6E4);border:1px solid #99F6E4;display:flex;align-items:center;gap:14px;}
.wh-about__statnum{font-size:32px;font-weight:800;color:#115E59;line-height:1;}
.wh-about__stattxt{font-size:13px;color:#475569;line-height:1.6;}

/* ---- 产品服务 · 编号卡片 ---- */
.wh-lines{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px;}
.wh-lines__item{padding:34px 28px;position:relative;}
.wh-lines__num{position:absolute;top:20px;right:24px;font-size:44px;font-weight:800;color:#99F6E4;line-height:1;}
.wh-lines__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#F0FDFA,#99F6E4);margin-bottom:16px;}
.wh-lines__icon svg{width:28px;height:28px;stroke:#0F766E;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.wh-lines__title{font-size:19px;font-weight:700;color:#0F172A;margin-bottom:8px;}
.wh-lines__desc{color:#64748B;font-size:14px;line-height:1.8;}

/* ---- 行业优势（6 卡） ---- */
.wh-adv{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:12px;}
.wh-adv__item{padding:30px 24px;text-align:center;}
.wh-adv__icon{width:52px;height:52px;margin:0 auto 14px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#F0FDFA,#99F6E4);}
.wh-adv__icon svg{width:26px;height:26px;stroke:#F97316;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.wh-adv__title{font-size:17px;font-weight:700;color:#0F172A;margin-bottom:8px;}
.wh-adv__desc{color:#64748B;font-size:13px;line-height:1.8;}

/* ---- 图片画廊 ---- */
.wh-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px;}
.wh-showcase__item{margin:0;border-radius:16px;overflow:hidden;background:#F0FDFA;border:1px solid #99F6E4;}
.wh-showcase__img{width:100%;height:210px;object-fit:cover;transition:transform .3s ease;}
.wh-showcase__item:hover .wh-showcase__img{transform:scale(1.05);}
.wh-showcase__cap{padding:12px 14px;font-size:14px;color:#334155;text-align:center;}

/* ---- 服务地区横幅带（武汉区县 + 分站） ---- */
.wh-zone{background:linear-gradient(135deg,#115E59,#2DD4BF);color:#fff;}
.wh-zone__inner{max-width:1160px;margin:0 auto;padding:38px 24px;display:grid;grid-template-columns:1fr 1.3fr;gap:28px;align-items:center;}
.wh-zone__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;color:#FBBF24;margin-bottom:8px;}
.wh-zone__title{font-size:26px;font-weight:800;line-height:1.3;color:#fff;}
.wh-zone__sub{margin-top:8px;font-size:14px;color:rgba(255,255,255,.9);}
.wh-zone__pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.wh-zone__pill{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.35);color:#fff;font-size:14px;font-weight:600;transition:all .2s;}
.wh-zone__pill:hover{background:#fff;color:#115E59;border-color:transparent;}
.wh-zone__pill--cur{background:#fff;color:#115E59;border-color:transparent;font-weight:800;}
.wh-zone__pill--fold{display:none;}
.wh-zone__pills.wh-citylinks--open .wh-zone__pill--fold{display:inline-flex;}
.wh-zone__more{margin-top:12px;justify-self:end;display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:transparent;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;}
.wh-zone__more:hover{background:#fff;color:#115E59;border-color:transparent;}

/* ---- 首页新闻 · 卡片网格 ---- */
.wh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.wh-cards__item{padding:26px 24px;display:flex;flex-direction:column;}
.wh-cards__date{display:inline-block;align-self:flex-start;padding:3px 12px;border-radius:999px;background:#F0FDFA;color:#115E59;font-size:12px;font-weight:700;margin-bottom:14px;}
.wh-cards__title{font-size:17px;font-weight:700;line-height:1.5;margin-bottom:10px;}
.wh-cards__title a{color:#0F172A;}
.wh-cards__title a:hover{color:#0F766E;}
.wh-cards__desc{color:#64748B;font-size:13px;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:16px;}
.wh-cards__more{margin-top:auto;font-weight:600;font-size:14px;color:#0F766E;}
.wh-cards__more:hover{color:#115E59;}

/* ---- 首页分站互联卡片 ---- */
.wh-citylinks{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-top:8px;}
.wh-citylinks__item{display:flex;flex-direction:column;gap:4px;padding:24px 20px;background:#fff;border:1px solid #99F6E4;border-radius:18px;box-shadow:0 10px 28px rgba(17,94,89,.08);transition:transform .25s ease,box-shadow .25s ease;text-align:center;}
.wh-citylinks__item:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(17,94,89,.14);}
.wh-citylinks__item--cur{background:linear-gradient(135deg,#115E59,#2DD4BF);border-color:transparent;}
.wh-citylinks__region{font-size:22px;font-weight:800;color:#0F172A;}
.wh-citylinks__item--cur .wh-citylinks__region{color:#fff;}
.wh-citylinks__site{font-size:13px;color:#64748B;}
.wh-citylinks__item--cur .wh-citylinks__site{color:rgba(255,255,255,.92);}
.wh-citylinks__item--fold{display:none;}
.wh-citylinks--open .wh-citylinks__item--fold{display:flex;}
.wh-citylinks__toggle{display:flex;justify-content:center;margin-top:26px;}
.wh-citylinks__more{display:inline-flex;align-items:center;gap:8px;padding:12px 30px;border:1px solid #99F6E4;border-radius:999px;background:#fff;color:#0F766E;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 8px 20px rgba(17,94,89,.08);}
.wh-citylinks__more:hover{color:#fff;background:linear-gradient(135deg,#115E59,#2DD4BF);border-color:transparent;}

/* ---- 生态伙伴 · 关联企业推荐 ---- */
.wh-partners{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;}
.wh-partners__item{display:flex;flex-direction:column;gap:4px;padding:20px 18px;background:#fff;border:1px solid #99F6E4;border-radius:16px;box-shadow:0 8px 24px rgba(17,94,89,.06);text-align:center;transition:transform .25s ease,box-shadow .25s ease;}
.wh-partners__item:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(17,94,89,.14);}
.wh-partners__name{font-size:16px;font-weight:700;color:#0F172A;}
.wh-partners__site{font-size:13px;color:#64748B;}

/* ---- 页头（内页渐变横幅 + 面包屑） ---- */
.wh-pagehead{background:linear-gradient(135deg,#042F2E,#2DD4BF);color:#fff;padding:50px 0 58px;position:relative;overflow:hidden;}
.wh-pagehead::after{content:"";position:absolute;right:-60px;top:-60px;width:240px;height:240px;border-radius:50%;background:#F97316;opacity:.22;}
.wh-pagehead__inner{max-width:1160px;margin:0 auto;padding:0 24px;position:relative;z-index:2;}
.wh-pagehead__title{font-size:32px;font-weight:800;letter-spacing:1px;line-height:1.3;}
.wh-crumb{margin-top:14px;font-size:14px;color:rgba(255,255,255,.85);display:flex;flex-wrap:wrap;gap:6px;align-items:center;}
.wh-crumb a{color:rgba(255,255,255,.92);}
.wh-crumb a:hover{color:#fff;}
.wh-crumb__sep{color:rgba(255,255,255,.5);}
.wh-crumb__item[aria-current="page"]{color:#FBBF24;}

/* ---- 文章/正文 ---- */
.wh-post{background:#fff;border:1px solid #99F6E4;border-radius:20px;box-shadow:0 14px 40px rgba(17,94,89,.08);padding:40px 44px;}
.wh-post h2{display:flex;align-items:center;gap:10px;margin:34px 0 14px;font-size:22px;font-weight:700;color:#0F172A;}
.wh-post h2:first-child{margin-top:0;}
.wh-post h2::before{content:"";width:6px;height:22px;border-radius:3px;background:linear-gradient(180deg,#115E59,#2DD4BF);flex:0 0 auto;}
.wh-post__meta{display:flex;flex-wrap:wrap;gap:16px;color:#94A3B8;font-size:14px;margin:16px 0 22px;padding-bottom:20px;border-bottom:1px solid #5EEAD4;}
.wh-post__thumb{border-radius:14px;margin-bottom:24px;}
.wh-post__body{line-height:1.95;color:#334155;}
.wh-post__body p{margin-bottom:16px;}
.wh-post__body img{border-radius:12px;margin:18px auto;}
.wh-post__body h2,.wh-post__body h3,.wh-post__body h4{color:#0F172A;font-weight:700;margin:28px 0 12px;line-height:1.4;}
.wh-post__body h2{font-size:22px;}
.wh-post__body h3{font-size:19px;}
.wh-post__body ul{margin:0 0 16px 1.4em;list-style:disc;}
.wh-post__body ol{margin:0 0 16px 1.4em;list-style:decimal;}
.wh-post__body li{margin-bottom:6px;}
.wh-post__body blockquote{border-left:4px solid #F97316;background:#F0FDFA;padding:14px 18px;border-radius:0 12px 12px 0;margin:16px 0;color:#475569;}
.wh-post__body a{color:#0F766E;text-decoration:underline;}
.wh-post__body table{width:100%;border-collapse:collapse;margin:16px 0;}
.wh-post__body th,.wh-post__body td{border:1px solid #99F6E4;padding:10px 12px;}
.wh-post__body th{background:#F0FDFA;}
.wh-post__back{display:inline-flex;align-items:center;gap:6px;margin-top:28px;color:#0F766E;font-weight:600;}

/* ---- 联系我们页 ---- */
.wh-contact{max-width:860px;margin:0 auto;}
.wh-contact__card{padding:42px 44px;}
.wh-contact__name{font-size:24px;font-weight:800;color:#0F172A;margin-bottom:16px;}
.wh-contact__list{color:#4B5563;font-size:15px;line-height:2.1;margin-bottom:20px;}
.wh-contact__phone{border-top:1px dashed #99F6E4;border-bottom:1px dashed #99F6E4;padding:20px 0;margin-bottom:20px;text-align:center;}
.wh-contact__label{display:block;color:#64748B;font-size:13px;margin-bottom:6px;letter-spacing:2px;}
.wh-contact__tel{font-size:38px;font-weight:800;color:#0F766E;letter-spacing:1px;}
.wh-contact__tel:hover{color:#115E59;}
.wh-contact__info{color:#334155;font-size:15px;line-height:2;}

/* ---- 列表页 ---- */
.wh-list{display:flex;flex-direction:column;}
.wh-list__item{display:flex;gap:24px;align-items:flex-start;background:#fff;border:1px solid #99F6E4;border-radius:18px;padding:20px;margin-bottom:20px;box-shadow:0 8px 24px rgba(17,94,89,.06);transition:box-shadow .25s ease,transform .25s ease;}
.wh-list__item:hover{box-shadow:0 18px 40px rgba(17,94,89,.13);transform:translateY(-3px);}
.wh-list__thumb{width:220px;height:132px;object-fit:cover;border-radius:12px;flex:0 0 auto;}
.wh-list__body{flex:1;min-width:0;}
.wh-list__title{font-size:18px;font-weight:700;margin-bottom:8px;}
.wh-list__title a{color:#0F172A;}
.wh-list__title a:hover{color:#0F766E;}
.wh-list__desc{color:#64748B;font-size:14px;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.wh-list__date{display:inline-block;margin-top:10px;color:#94A3B8;font-size:13px;}
.wh-list__more{margin-left:auto;align-self:center;padding:10px 22px;font-size:14px;}

/* ---- 产品列表网格 ---- */
.wh-prodgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.wh-prod{display:flex;flex-direction:column;}
.wh-prod__img{width:100%;height:200px;object-fit:cover;}
.wh-prod__ph{width:100%;height:200px;background:linear-gradient(135deg,#F0FDFA,#99F6E4);display:flex;align-items:center;justify-content:center;}
.wh-prod__ph svg{width:52px;height:52px;stroke:#FB923C;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.wh-prod__body{padding:18px 20px;}
.wh-prod__title{font-size:17px;font-weight:700;color:#0F172A;margin-bottom:6px;}
.wh-prod__title:hover{color:#0F766E;}
.wh-prod__desc{color:#64748B;font-size:13px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

/* ---- 产品详情页（商品式第一屏 + 侧栏） ---- */
.wh-prodshow{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start;}
.wh-prodshow__main{min-width:0;}
.wh-prodshow__aside{display:flex;flex-direction:column;gap:18px;}
.wh-panel{background:#fff;border:1px solid #99F6E4;border-radius:16px;box-shadow:0 10px 28px rgba(17,94,89,.08);padding:22px;}
.wh-panel__title{font-size:16px;font-weight:700;color:#0F172A;margin-bottom:14px;display:flex;align-items:center;gap:8px;}
.wh-panel__title::before{content:"";width:4px;height:16px;border-radius:2px;background:linear-gradient(180deg,#115E59,#2DD4BF);}
.wh-panel__text{color:#334155;font-size:14px;line-height:1.85;}
.wh-pointlist{list-style:none;}
.wh-pointlist li{display:flex;flex-wrap:wrap;gap:4px;padding:9px 0;border-bottom:1px dashed #99F6E4;font-size:14px;color:#4B5563;line-height:1.7;}
.wh-pointlist li:last-child{border-bottom:0;}
.wh-pointlist b{color:#0F172A;flex:0 0 auto;}
.wh-chips{display:flex;flex-wrap:wrap;gap:8px;}
.wh-chip{display:inline-block;padding:6px 14px;border:1px solid #99F6E4;border-radius:999px;background:#F0FDFA;color:#115E59;font-size:13px;font-weight:600;}
.wh-chips--stack{flex-direction:column;align-items:stretch;}
.wh-chip--fact{border-radius:12px;text-align:left;background:#F0FDFA;color:#334155;font-weight:500;line-height:1.6;}

/* ---- 产品详情 · 第一屏商品式（图左/详情右） ---- */
.wh-prodhero{background:linear-gradient(135deg,#042F2E,#2DD4BF);color:#fff;padding:40px 0 68px;position:relative;overflow:hidden;}
.wh-prodhero::after{content:"";position:absolute;right:-60px;top:-60px;width:240px;height:240px;border-radius:50%;background:#F97316;opacity:.18;}
.wh-prodhero__inner{max-width:1160px;margin:0 auto;padding:0 24px;position:relative;z-index:2;}
.wh-prodhero__card{background:#fff;border-radius:20px;box-shadow:0 26px 56px rgba(15,23,42,.22);padding:34px;margin-top:26px;display:grid;grid-template-columns:minmax(300px,420px) 1fr;gap:40px;align-items:center;}
.wh-prodhero__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px;box-shadow:0 16px 36px rgba(15,23,42,.16);}
.wh-prodhero__ph{width:100%;aspect-ratio:4/3;border-radius:16px;background:linear-gradient(135deg,#F0FDFA,#99F6E4);display:flex;align-items:center;justify-content:center;}
.wh-prodhero__ph svg{width:64px;height:64px;stroke:#FB923C;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.wh-prodhero__kicker{display:inline-block;color:#0F766E;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;}
.wh-prodhero__title{font-size:28px;font-weight:800;color:#0F172A;line-height:1.35;margin-bottom:10px;}
.wh-prodhero__desc{color:#64748B;font-size:15px;line-height:1.8;margin-bottom:18px;}
.wh-prodhero__points{margin-bottom:22px;}
.wh-prodhero__actions{display:flex;flex-wrap:wrap;gap:14px;}

/* ---- 新闻详情 · 右侧最新新闻列表 ---- */
.wh-newsdetail{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start;}
.wh-newsdetail__main{min-width:0;}
.wh-newsdetail__aside{position:sticky;top:96px;}
.wh-newslist{list-style:none;}
.wh-newslist__item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px dashed #99F6E4;}
.wh-newslist__item:first-child{padding-top:0;}
.wh-newslist__item:last-child{border-bottom:0;}
.wh-newslist__link{flex:1;min-width:0;color:#0F172A;font-size:14px;font-weight:600;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wh-newslist__link:hover{color:#0F766E;}
.wh-newslist__date{flex:0 0 auto;color:#94A3B8;font-size:12px;}
.wh-newslist__more{display:inline-flex;align-items:center;gap:4px;margin-top:12px;font-size:13px;font-weight:600;color:#0F766E;}
.wh-newslist__more::after{content:"→";transition:transform .2s;}
.wh-newslist__more:hover::after{transform:translateX(4px);}

/* ---- 分页（pagesHtml 输出固定类名） ---- */
.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:36px 0 8px;}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:12px;border:1px solid #99F6E4;background:#fff;color:#4B5563;font-size:14px;}
.pagination a:hover{border-color:#2DD4BF;color:#0F766E;background:#F0FDFA;}
.pagination .current{background:linear-gradient(135deg,#115E59,#2DD4BF);color:#fff;border-color:transparent;font-weight:700;}

/* ---- 分站互链（底部） ---- */
.wh-city{background:#F0FDFA;border-top:1px solid #99F6E4;padding:26px 0;}
.wh-city__inner{max-width:1160px;margin:0 auto;padding:0 24px;display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap;}
.wh-city__label{flex:0 0 auto;color:#0F172A;font-weight:700;padding-top:6px;}
.wh-city__links{display:flex;flex-wrap:wrap;gap:10px;}
.wh-city__link{display:inline-block;padding:6px 16px;border:1px solid #99F6E4;border-radius:999px;background:#fff;color:#4B5563;font-size:14px;}
.wh-city__link:hover{color:#fff;background:linear-gradient(135deg,#115E59,#2DD4BF);border-color:transparent;}
.wh-city__link--fold{display:none;}
.wh-city__links.wh-citylinks--open .wh-city__link--fold{display:inline-block;}
.wh-city__more{flex:0 0 auto;align-self:flex-start;margin-left:4px;padding:6px 16px;border:1px solid #99F6E4;border-radius:999px;background:#fff;color:#0F766E;font-size:14px;cursor:pointer;transition:all .2s;}
.wh-city__more:hover{color:#fff;background:linear-gradient(135deg,#115E59,#2DD4BF);border-color:transparent;}

/* ---- 底部 ---- */
.wh-foot{background:#042F2E;color:#99F6E4;font-size:14px;}
.wh-foot__inner{max-width:1160px;margin:0 auto;padding:44px 24px 36px;}
.wh-foot__cols{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.08);}
.wh-foot__brand{font-size:20px;font-weight:800;color:#fff;margin-bottom:12px;}
.wh-foot__text{line-height:1.9;max-width:420px;}
.wh-foot__phone{display:inline-block;margin-top:14px;font-size:22px;font-weight:700;color:#fff;}
.wh-foot__phone:hover{color:#FB923C;}
.wh-foot__title{color:#99F6E4;font-weight:600;margin-bottom:14px;font-size:15px;}
.wh-foot p{line-height:2;}
.wh-foot a{color:#99F6E4;}
.wh-foot a:hover{color:#FBBF24;}
.wh-foot__copy{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:22px;font-size:13px;color:#F97316;}
.wh-foot__notice{margin-top:24px;padding:16px 18px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05);font-size:13px;line-height:1.9;color:#99F6E4;}
.wh-foot__notice p{margin-bottom:4px;}
.wh-foot__notice p:last-child{margin-bottom:0;}

/* ---- 移动端拨号栏 ---- */
.wh-callbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:90;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #99F6E4;box-shadow:0 -8px 24px rgba(15,23,42,.08);}
.wh-callbar__btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;border-radius:999px;background:linear-gradient(135deg,#115E59,#2DD4BF);color:#fff;font-size:16px;font-weight:700;box-shadow:0 10px 24px rgba(17,94,89,.35);}
.wh-callbar__btn:hover{color:#fff;transform:translateY(-1px);}
.wh-callbar__btn svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}

/* ---- 响应式 ---- */
@media (max-width:960px){
  .wh-nav{display:none;}
  .wh-burger{display:flex;}
  .wh-header__cta{display:none;}
  .wh-adv{grid-template-columns:repeat(2,1fr);}
  .wh-about{grid-template-columns:1fr;gap:32px;}
  .wh-about__media{position:static;order:-1;max-width:420px;margin:0 auto;}
  .wh-lines{grid-template-columns:1fr;}
  .wh-cards{grid-template-columns:repeat(2,1fr);}
  .wh-zone__inner{grid-template-columns:1fr;gap:22px;text-align:center;}
  .wh-zone__pills{justify-content:center;}
  .wh-zone__more{justify-self:center;}
  .wh-foot__cols{grid-template-columns:1fr;gap:28px;}
  .wh-prodgrid{grid-template-columns:repeat(2,1fr);}
  .wh-prodshow{grid-template-columns:1fr;}
  .wh-prodhero__card{grid-template-columns:1fr;gap:24px;padding:24px;}
  .wh-prodhero__title{font-size:24px;}
  .wh-newsdetail{grid-template-columns:1fr;}
  .wh-newsdetail__aside{position:static;}
}
@media (max-width:640px){
  body{padding-bottom:70px;}
  .wh-sec{padding:44px 0;}
  .wh-hero__title{font-size:31px;}
  .wh-sec__title{font-size:24px;}
  .wh-showcase{grid-template-columns:repeat(2,1fr);gap:14px;}
  .wh-showcase__img{height:150px;}
  .wh-adv{grid-template-columns:1fr;}
  .wh-cards{grid-template-columns:1fr;}
  .wh-list__item{flex-direction:column;gap:14px;}
  .wh-list__thumb{width:100%;height:auto;aspect-ratio:16/9;}
  .wh-list__more{margin-left:0;align-self:flex-start;}
  .wh-post{padding:24px 20px;}
  .wh-post__title{font-size:22px;}
  .wh-pagehead__title{font-size:25px;}
  .wh-contact__card{padding:28px 22px;}
  .wh-callbar{display:block;}
}
