/* ============================================================
   万商云集 主题 · 湖蓝青（成都站 · 左文案+右侧服务能力大卡首屏）
   主渐变 : linear-gradient(135deg,#0E7490,#06B6D4)  湖蓝→青
   深色带 : linear-gradient(135deg,#083344,#155E75)  深青黑
   品牌色 : #0891B2 湖蓝 | #0E7490 深青 | #06B6D4 天青
   强调色 : #22D3EE 亮青 | #67E8F9 淡青
   文本   : #334155 正文 | #64748B 弱化 | #94A3B8 更弱 | #164E63 标题
   分隔   : #CFFAFE | #D9F4F7  浅底: #ECFEFF | 卡底: #FFFFFF
   圆角   : 卡片18px 小件12px 胶囊999px
   阴影   : 0 12px 32px rgba(8,145,178,.10) | hover 0 22px 48px rgba(8,145,178,.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:#0891B2;text-decoration:none;transition:color .2s ease,background .2s ease;}
a:hover{color:#0E7490;}
ul,ol{list-style:none;}
.cd-wrap{max-width:1160px;margin:0 auto;padding:0 24px;}
.cd-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;}
.cd-noscroll{overflow:hidden;}
.cd-main{display:block;}

/* ---- 按钮 ---- */
.cd-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;}
.cd-btn:hover{transform:translateY(-2px);}
.cd-btn--primary{background:linear-gradient(135deg,#0E7490,#06B6D4);color:#fff;box-shadow:0 10px 24px rgba(14,116,144,.32);}
.cd-btn--primary:hover{color:#fff;box-shadow:0 16px 32px rgba(14,116,144,.42);}
.cd-btn--light{background:#fff;color:#0E7490;box-shadow:0 10px 24px rgba(15,23,42,.16);}
.cd-btn--light:hover{color:#155E75;}
.cd-btn--outline{border-color:#06B6D4;color:#0E7490;background:#fff;}
.cd-btn--outline:hover{color:#fff;background:linear-gradient(135deg,#0E7490,#06B6D4);border-color:transparent;}
.cd-btn--ghost{border-color:rgba(255,255,255,.8);color:#fff;background:transparent;}
.cd-btn--ghost:hover{color:#fff;background:rgba(255,255,255,.16);}
.cd-btn--lg{padding:16px 40px;font-size:17px;}

/* ---- 顶栏（含当前城市徽章） ---- */
.cd-util{background:#083344;color:#A7D4E0;font-size:13px;line-height:1.5;}
.cd-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;}
.cd-util__welcome{color:#A7D4E0;}
.cd-util__welcome strong{color:#fff;font-weight:600;}
.cd-util__right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.cd-util__city{display:inline-flex;align-items:center;gap:6px;padding:3px 14px;border-radius:999px;background:linear-gradient(135deg,#0E7490,#06B6D4);color:#fff;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 12px rgba(14,116,144,.4);}
.cd-util__city svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.cd-util__phone{color:#fff;font-weight:700;letter-spacing:.5px;}

/* ---- 顶部导航 ---- */
.cd-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 #D9F4F7;box-shadow:0 4px 20px rgba(15,23,42,.05);}
.cd-header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;}
.cd-brand{display:flex;align-items:center;gap:14px;flex:0 0 auto;min-width:0;}
.cd-brand__img{height:44px;width:auto;max-width:220px;object-fit:contain;}
.cd-brand__logo{display:inline-flex;align-items:center;flex:0 0 auto;}
.cd-brand__title{display:flex;flex-direction:column;justify-content:center;line-height:1.3;padding-left:14px;border-left:1px solid #E5E7EB;}
.cd-brand__meta{display:block;font-size:13px;color:#64748B;white-space:nowrap;}
.cd-brand__meta b{color:#0891B2;font-weight:700;letter-spacing:.5px;}
.cd-brand__name{white-space:nowrap;}
@media (max-width:640px){.cd-brand{gap:10px;}.cd-brand__img{max-width:130px;height:34px;}.cd-brand__name{font-size:17px;}.cd-brand__meta{font-size:11px;}}
.cd-brand__text,.cd-brand__name{font-size:22px;font-weight:800;letter-spacing:.5px;background:linear-gradient(135deg,#0E7490,#06B6D4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.cd-nav{display:flex;gap:4px;margin-left:auto;}
.cd-nav__link{position:relative;display:inline-block;padding:10px 15px;color:#334155;font-size:15px;font-weight:500;border-radius:10px;}
.cd-nav__link:hover{color:#0891B2;background:#ECFEFF;}
.cd-nav__link--on,.cd-nav__link--on:hover{color:#fff;background:linear-gradient(135deg,#0E7490,#06B6D4);box-shadow:0 8px 18px rgba(14,116,144,.3);}
.cd-header__cta{flex:0 0 auto;padding:10px 22px;font-size:15px;}
.cd-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:#ECFEFF;border:0;border-radius:12px;cursor:pointer;flex:0 0 auto;}
.cd-burger span{display:block;height:2px;width:20px;margin:0 auto;background:#334155;border-radius:2px;}

/* ---- 移动抽屉 ---- */
.cd-drawer{position:fixed;inset:0;z-index:100;background:linear-gradient(160deg,#083344,#155E75);color:#fff;padding:22px 24px;transform:translateX(-100%);transition:transform .28s ease;display:flex;flex-direction:column;visibility:hidden;}
.cd-drawer--open{transform:translateX(0);visibility:visible;}
.cd-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;}
.cd-drawer .cd-brand__text{background:none;-webkit-text-fill-color:#fff;color:#fff;}
.cd-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;}
.cd-drawer__nav{display:flex;flex-direction:column;gap:6px;}
.cd-drawer__link{display:block;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;color:#A5F3FC;font-size:17px;font-weight:500;}
.cd-drawer__link--on,.cd-drawer__link--on:hover{background:rgba(255,255,255,.18);color:#fff;}
.cd-drawer__tel{margin-top:auto;text-align:center;}

/* ---- 首页 Hero（左文案 + 右侧服务能力大卡） ---- */
.cd-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#083344 0%,#155E75 55%,#06B6D4 100%);color:#fff;}
.cd-hero__orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.42;pointer-events:none;}
.cd-hero__orb--1{width:360px;height:360px;background:#22D3EE;top:-130px;right:-90px;}
.cd-hero__orb--2{width:280px;height:280px;background:#67E8F9;bottom:-150px;left:-70px;}
.cd-hero__inner{position:relative;z-index:2;display:flex;align-items:center;gap:56px;max-width:1160px;margin:0 auto;padding:80px 24px 88px;}
.cd-hero__body{flex:1 1 46%;}
.cd-hero__badge{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.36);color:#A5F3FC;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);}
.cd-hero__title{font-size:44px;line-height:1.18;font-weight:800;letter-spacing:1px;margin-bottom:16px;}
.cd-hero__sub{font-size:18px;line-height:1.9;color:rgba(255,255,255,.9);max-width:520px;margin-bottom:14px;}
.cd-hero__sub strong{color:#A5F3FC;}
.cd-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;}
.cd-hero__meta::before{content:"";width:10px;height:10px;border-radius:50%;background:#34D399;box-shadow:0 0 0 4px rgba(52,211,153,.28);}
.cd-hero__actions{display:flex;flex-wrap:wrap;gap:14px;}
.cd-hero__cap{flex:1 1 54%;display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.cd-hero__capitem{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:24px 22px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .25s ease,transform .25s ease;}
.cd-hero__capitem:hover{background:rgba(255,255,255,.15);transform:translateY(-4px);}
.cd-hero__capicon{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.16);margin-bottom:12px;}
.cd-hero__capicon svg{width:24px;height:24px;stroke:#A5F3FC;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.cd-hero__captitle{font-size:17px;font-weight:700;color:#fff;margin-bottom:6px;}
.cd-hero__capdesc{font-size:13px;color:rgba(255,255,255,.82);line-height:1.7;}

/* ---- 企业实力数据条 ---- */
.cd-metrics{position:relative;z-index:3;margin-top:-44px;padding:0 24px;}
.cd-metrics__inner{max-width:1160px;margin:0 auto;background:linear-gradient(135deg,#0E7490,#06B6D4);border-radius:20px;box-shadow:0 24px 48px rgba(14,116,144,.3);display:grid;grid-template-columns:repeat(4,1fr);padding:32px 12px;}
.cd-metrics__item{text-align:center;padding:8px 12px;border-right:1px solid rgba(255,255,255,.2);}
.cd-metrics__item:last-child{border-right:0;}
.cd-metrics__num{font-size:40px;font-weight:800;color:#fff;line-height:1.1;}
.cd-metrics__unit{font-size:18px;font-weight:700;color:#A5F3FC;margin-left:2px;}
.cd-metrics__label{margin-top:8px;color:rgba(255,255,255,.92);font-size:14px;}

/* ---- 品牌形象 · 广告图（独立内容块，不叠文字） ---- */
.cd-banner{margin-top:36px;}
.cd-banner__img{width:100%;border-radius:20px;box-shadow:0 18px 44px rgba(14,116,144,.14);border:1px solid #D9F4F7;}
.cd-banner__cap{margin-top:14px;text-align:center;font-size:14px;color:#64748B;}
.cd-banner__cap strong{color:#0E7490;}

/* ---- 区块通用 ---- */
.cd-sec{padding:64px 0;}
.cd-sec--alt{background:#ECFEFF;}
.cd-sec--band{background:linear-gradient(135deg,#083344,#06B6D4);color:#fff;}
.cd-sec--band .cd-sec__title{color:#fff;}
.cd-sec__inner{max-width:1160px;margin:0 auto;padding:0 24px;}
.cd-sec__inner--center{text-align:center;}
.cd-sec__head{max-width:760px;margin-bottom:40px;}
.cd-sec__head--center{margin-left:auto;margin-right:auto;text-align:center;}
.cd-sec__eyebrow{display:inline-block;color:#0891B2;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;}
.cd-sec--band .cd-sec__eyebrow{color:#A5F3FC;}
.cd-sec__title{font-size:30px;line-height:1.3;font-weight:800;color:#164E63;margin-bottom:12px;}
.cd-sec__lead{color:#64748B;font-size:16px;}
.cd-sec--band .cd-sec__lead{color:rgba(255,255,255,.9);}
.cd-sec__more{display:inline-flex;align-items:center;gap:4px;margin-top:14px;font-weight:600;}
.cd-sec__more::after{content:"→";transition:transform .2s;}
.cd-sec__more:hover::after{transform:translateX(4px);}
.cd-sec__cta{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;gap:16px;}
.cd-sec__phone{display:inline-block;margin-top:10px;font-size:34px;font-weight:800;color:#fff;letter-spacing:1px;}

/* ---- 卡片 ---- */
.cd-card{background:#fff;border:1px solid #D9F4F7;border-radius:18px;box-shadow:0 12px 32px rgba(8,145,178,.08);transition:transform .25s ease,box-shadow .25s ease;overflow:hidden;}
.cd-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(8,145,178,.14);}

/* ---- 关于我们 ---- */
.cd-about{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start;}
.cd-about__lead{font-size:17px;line-height:1.95;color:#334155;margin-bottom:18px;}
.cd-about__lead strong{color:#0891B2;}
.cd-about__toggle{margin-top:16px;}
.cd-about__btn{display:inline-flex;align-items:center;gap:2px;padding:4px 0;border:0;background:none;color:#0891B2;font-size:14px;font-weight:600;cursor:pointer;}
.cd-about__btn:hover{color:#0E7490;}
.cd-about__arr{font-size:12px;}
.cd-about__link{margin-top:26px;}
.cd-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);}
.cd-about__full p{margin-bottom:12px;}
.cd-about__full p:last-child{margin-bottom:0;}
.cd-about__full h1,.cd-about__full h2,.cd-about__full h3,.cd-about__full h4{font-size:17px;font-weight:700;color:#164E63;margin:14px 0 8px;}
.cd-about__full strong{color:#164E63;}
.cd-about__full img{display:none;}
.cd-about__full--open{max-height:none;-webkit-mask-image:none;mask-image:none;}
.cd-about__media{position:sticky;top:96px;}
.cd-about__img{border-radius:20px;box-shadow:0 24px 48px rgba(14,116,144,.16);}
.cd-about__media::after{content:"";position:absolute;right:-18px;bottom:-18px;width:140px;height:140px;border-radius:20px;background:linear-gradient(135deg,#67E8F9,#22D3EE);opacity:.3;z-index:-1;}
.cd-about__stat{margin-top:18px;padding:18px 20px;border-radius:18px;background:linear-gradient(135deg,#ECFEFF,#CFFAFE);border:1px solid #D9F4F7;display:flex;align-items:center;gap:14px;}
.cd-about__statnum{font-size:32px;font-weight:800;color:#0E7490;line-height:1;}
.cd-about__stattxt{font-size:13px;color:#475569;line-height:1.6;}

/* ---- 服务流程（横向 stepper） ---- */
.cd-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:8px;position:relative;}
.cd-steps::before{content:"";position:absolute;top:31px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#67E8F9,#22D3EE);opacity:.5;}
.cd-steps__item{position:relative;text-align:center;background:#fff;border:1px solid #D9F4F7;border-radius:18px;padding:28px 20px 22px;box-shadow:0 10px 28px rgba(8,145,178,.07);transition:transform .25s ease,box-shadow .25s ease;}
.cd-steps__item:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(8,145,178,.13);}
.cd-steps__num{position:relative;z-index:2;width:62px;height:62px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0E7490,#06B6D4);color:#fff;font-size:22px;font-weight:800;box-shadow:0 8px 18px rgba(14,116,144,.3);}
.cd-steps__title{font-size:17px;font-weight:700;color:#164E63;margin-bottom:6px;}
.cd-steps__desc{font-size:13px;color:#64748B;line-height:1.75;}

/* ---- 产品服务 · 编号卡片 ---- */
.cd-lines{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px;}
.cd-lines__item{padding:34px 28px;position:relative;}
.cd-lines__num{position:absolute;top:20px;right:24px;font-size:44px;font-weight:800;color:#CFFAFE;line-height:1;}
.cd-lines__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ECFEFF,#CFFAFE);margin-bottom:16px;}
.cd-lines__icon svg{width:28px;height:28px;stroke:#0891B2;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.cd-lines__title{font-size:19px;font-weight:700;color:#164E63;margin-bottom:8px;}
.cd-lines__desc{color:#64748B;font-size:14px;line-height:1.8;}

/* ---- 图片画廊 ---- */
.cd-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px;}
.cd-showcase__item{margin:0;border-radius:16px;overflow:hidden;background:#ECFEFF;border:1px solid #D9F4F7;}
.cd-showcase__img{width:100%;height:210px;object-fit:cover;transition:transform .3s ease;}
.cd-showcase__item:hover .cd-showcase__img{transform:scale(1.05);}
.cd-showcase__cap{padding:12px 14px;font-size:14px;color:#334155;text-align:center;}

/* ---- 万云智擎 GEO 流程（深色带） ---- */
.cd-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.cd-flow__item{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:30px 24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
.cd-flow__num{font-size:14px;font-weight:700;color:#A5F3FC;letter-spacing:1px;margin-bottom:12px;}
.cd-flow__title{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px;}
.cd-flow__desc{color:rgba(255,255,255,.88);font-size:14px;line-height:1.8;}
.cd-geo__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:0 0 38px;}
.cd-geo__chip{display:inline-block;padding:8px 18px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:rgba(255,255,255,.14);color:#A5F3FC;font-size:14px;font-weight:600;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}

/* ---- 平台优势（云集 5 卡） ---- */
.cd-adv{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:12px;}
.cd-adv__item{padding:30px 22px;text-align:center;}
.cd-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,#ECFEFF,#CFFAFE);}
.cd-adv__icon svg{width:26px;height:26px;stroke:#0891B2;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.cd-adv__title{font-size:17px;font-weight:700;color:#164E63;margin-bottom:8px;}
.cd-adv__desc{color:#64748B;font-size:13px;line-height:1.8;}

/* ---- 首页新闻 · 卡片网格 ---- */
.cd-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.cd-cards__item{padding:26px 24px;display:flex;flex-direction:column;}
.cd-cards__date{display:inline-block;align-self:flex-start;padding:3px 12px;border-radius:999px;background:#ECFEFF;color:#0E7490;font-size:12px;font-weight:700;margin-bottom:14px;}
.cd-cards__title{font-size:17px;font-weight:700;line-height:1.5;margin-bottom:10px;}
.cd-cards__title a{color:#164E63;}
.cd-cards__title a:hover{color:#0891B2;}
.cd-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;}
.cd-cards__more{margin-top:auto;font-weight:600;font-size:14px;color:#0891B2;}
.cd-cards__more:hover{color:#0E7490;}

/* ---- 服务地区横幅带（成都区县 + 分站） ---- */
.cd-zone{background:linear-gradient(135deg,#0E7490,#06B6D4);color:#fff;}
.cd-zone__inner{max-width:1160px;margin:0 auto;padding:38px 24px;display:grid;grid-template-columns:1fr 1.3fr;gap:28px;align-items:center;}
.cd-zone__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2px;color:#A5F3FC;margin-bottom:8px;}
.cd-zone__title{font-size:26px;font-weight:800;line-height:1.3;color:#fff;}
.cd-zone__sub{margin-top:8px;font-size:14px;color:rgba(255,255,255,.9);}
.cd-zone__pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.cd-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;}
.cd-zone__pill:hover{background:#fff;color:#0E7490;border-color:transparent;}
.cd-zone__pill--cur{background:#fff;color:#0E7490;border-color:transparent;font-weight:800;}
.cd-zone__pill--fold{display:none;}
.cd-zone__pills.cd-citylinks--open .cd-zone__pill--fold{display:inline-flex;}
.cd-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;}
.cd-zone__more:hover{background:#fff;color:#0E7490;border-color:transparent;}

/* ---- 首页分站互联卡片 ---- */
.cd-citylinks{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-top:8px;}
.cd-citylinks__item{display:flex;flex-direction:column;gap:4px;padding:24px 20px;background:#fff;border:1px solid #D9F4F7;border-radius:18px;box-shadow:0 10px 28px rgba(8,145,178,.08);transition:transform .25s ease,box-shadow .25s ease;text-align:center;}
.cd-citylinks__item:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(8,145,178,.14);}
.cd-citylinks__item--cur{background:linear-gradient(135deg,#0E7490,#06B6D4);border-color:transparent;}
.cd-citylinks__region{font-size:22px;font-weight:800;color:#164E63;}
.cd-citylinks__item--cur .cd-citylinks__region{color:#fff;}
.cd-citylinks__site{font-size:13px;color:#64748B;}
.cd-citylinks__item--cur .cd-citylinks__site{color:rgba(255,255,255,.92);}
.cd-citylinks__item--fold{display:none;}
.cd-citylinks--open .cd-citylinks__item--fold{display:flex;}
.cd-citylinks__toggle{display:flex;justify-content:center;margin-top:26px;}
.cd-citylinks__more{display:inline-flex;align-items:center;gap:8px;padding:12px 30px;border:1px solid #CFFAFE;border-radius:999px;background:#fff;color:#0891B2;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 8px 20px rgba(8,145,178,.08);}
.cd-citylinks__more:hover{color:#fff;background:linear-gradient(135deg,#0E7490,#06B6D4);border-color:transparent;}

/* ---- 生态伙伴 · 关联企业推荐 ---- */
.cd-partners{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;}
.cd-partners__item{display:flex;flex-direction:column;gap:4px;padding:20px 18px;background:#fff;border:1px solid #D9F4F7;border-radius:16px;box-shadow:0 8px 24px rgba(8,145,178,.06);text-align:center;transition:transform .25s ease,box-shadow .25s ease;}
.cd-partners__item:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(8,145,178,.14);}
.cd-partners__name{font-size:16px;font-weight:700;color:#164E63;}
.cd-partners__site{font-size:13px;color:#64748B;}

/* ---- 页头（内页渐变横幅 + 面包屑） ---- */
.cd-pagehead{background:linear-gradient(135deg,#083344,#06B6D4);color:#fff;padding:50px 0 58px;position:relative;overflow:hidden;}
.cd-pagehead::after{content:"";position:absolute;right:-60px;top:-60px;width:240px;height:240px;border-radius:50%;background:#22D3EE;opacity:.2;}
.cd-pagehead__inner{max-width:1160px;margin:0 auto;padding:0 24px;position:relative;z-index:2;}
.cd-pagehead__title{font-size:32px;font-weight:800;letter-spacing:1px;line-height:1.3;}
.cd-crumb{margin-top:14px;font-size:14px;color:rgba(255,255,255,.85);display:flex;flex-wrap:wrap;gap:6px;align-items:center;}
.cd-crumb a{color:rgba(255,255,255,.92);}
.cd-crumb a:hover{color:#fff;}
.cd-crumb__sep{color:rgba(255,255,255,.5);}
.cd-crumb__item[aria-current="page"]{color:#A5F3FC;}

/* ---- 文章/正文 ---- */
.cd-post{background:#fff;border:1px solid #D9F4F7;border-radius:20px;box-shadow:0 14px 40px rgba(8,145,178,.08);padding:40px 44px;}
.cd-post h2{display:flex;align-items:center;gap:10px;margin:34px 0 14px;font-size:22px;font-weight:700;color:#164E63;}
.cd-post h2:first-child{margin-top:0;}
.cd-post h2::before{content:"";width:6px;height:22px;border-radius:3px;background:linear-gradient(180deg,#0E7490,#06B6D4);flex:0 0 auto;}
.cd-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 #EAF6F8;}
.cd-post__thumb{border-radius:14px;margin-bottom:24px;}
.cd-post__body{line-height:1.95;color:#334155;}
.cd-post__body p{margin-bottom:16px;}
.cd-post__body img{border-radius:12px;margin:18px auto;}
.cd-post__body h2,.cd-post__body h3,.cd-post__body h4{color:#164E63;font-weight:700;margin:28px 0 12px;line-height:1.4;}
.cd-post__body h2{font-size:22px;}
.cd-post__body h3{font-size:19px;}
.cd-post__body ul{margin:0 0 16px 1.4em;list-style:disc;}
.cd-post__body ol{margin:0 0 16px 1.4em;list-style:decimal;}
.cd-post__body li{margin-bottom:6px;}
.cd-post__body blockquote{border-left:4px solid #67E8F9;background:#ECFEFF;padding:14px 18px;border-radius:0 12px 12px 0;margin:16px 0;color:#475569;}
.cd-post__body a{color:#0891B2;text-decoration:underline;}
.cd-post__body table{width:100%;border-collapse:collapse;margin:16px 0;}
.cd-post__body th,.cd-post__body td{border:1px solid #CFFAFE;padding:10px 12px;}
.cd-post__body th{background:#ECFEFF;}
.cd-post__back{display:inline-flex;align-items:center;gap:6px;margin-top:28px;color:#0891B2;font-weight:600;}

/* ---- 联系我们页 ---- */
.cd-contact{max-width:860px;margin:0 auto;}
.cd-contact__card{padding:42px 44px;}
.cd-contact__name{font-size:24px;font-weight:800;color:#164E63;margin-bottom:16px;}
.cd-contact__list{color:#4B5563;font-size:15px;line-height:2.1;margin-bottom:20px;}
.cd-contact__phone{border-top:1px dashed #CFFAFE;border-bottom:1px dashed #CFFAFE;padding:20px 0;margin-bottom:20px;text-align:center;}
.cd-contact__label{display:block;color:#64748B;font-size:13px;margin-bottom:6px;letter-spacing:2px;}
.cd-contact__tel{font-size:38px;font-weight:800;color:#0891B2;letter-spacing:1px;}
.cd-contact__tel:hover{color:#0E7490;}
.cd-contact__info{color:#334155;font-size:15px;line-height:2;}

/* ---- 列表页 ---- */
.cd-list{display:flex;flex-direction:column;}
.cd-list__item{display:flex;gap:24px;align-items:flex-start;background:#fff;border:1px solid #D9F4F7;border-radius:18px;padding:20px;margin-bottom:20px;box-shadow:0 8px 24px rgba(8,145,178,.06);transition:box-shadow .25s ease,transform .25s ease;}
.cd-list__item:hover{box-shadow:0 18px 40px rgba(8,145,178,.13);transform:translateY(-3px);}
.cd-list__thumb{width:220px;height:132px;object-fit:cover;border-radius:12px;flex:0 0 auto;}
.cd-list__body{flex:1;min-width:0;}
.cd-list__title{font-size:18px;font-weight:700;margin-bottom:8px;}
.cd-list__title a{color:#164E63;}
.cd-list__title a:hover{color:#0891B2;}
.cd-list__desc{color:#64748B;font-size:14px;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.cd-list__date{display:inline-block;margin-top:10px;color:#94A3B8;font-size:13px;}
.cd-list__more{margin-left:auto;align-self:center;padding:10px 22px;font-size:14px;}

/* ---- 产品列表网格 ---- */
.cd-prodgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.cd-prod{display:flex;flex-direction:column;}
.cd-prod__img{width:100%;height:200px;object-fit:cover;}
.cd-prod__ph{width:100%;height:200px;background:linear-gradient(135deg,#ECFEFF,#CFFAFE);display:flex;align-items:center;justify-content:center;}
.cd-prod__ph svg{width:52px;height:52px;stroke:#67E8F9;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.cd-prod__body{padding:18px 20px;}
.cd-prod__title{font-size:17px;font-weight:700;color:#164E63;margin-bottom:6px;}
.cd-prod__title:hover{color:#0891B2;}
.cd-prod__desc{color:#64748B;font-size:13px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

/* ---- 产品详情页（商品式第一屏 + 侧栏） ---- */
.cd-prodshow{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start;}
.cd-prodshow__main{min-width:0;}
.cd-prodshow__aside{display:flex;flex-direction:column;gap:18px;}
.cd-panel{background:#fff;border:1px solid #D9F4F7;border-radius:16px;box-shadow:0 10px 28px rgba(8,145,178,.08);padding:22px;}
.cd-panel__title{font-size:16px;font-weight:700;color:#164E63;margin-bottom:14px;display:flex;align-items:center;gap:8px;}
.cd-panel__title::before{content:"";width:4px;height:16px;border-radius:2px;background:linear-gradient(180deg,#0E7490,#06B6D4);}
.cd-panel__text{color:#334155;font-size:14px;line-height:1.85;}
.cd-pointlist{list-style:none;}
.cd-pointlist li{display:flex;flex-wrap:wrap;gap:4px;padding:9px 0;border-bottom:1px dashed #CFFAFE;font-size:14px;color:#4B5563;line-height:1.7;}
.cd-pointlist li:last-child{border-bottom:0;}
.cd-pointlist b{color:#164E63;flex:0 0 auto;}
.cd-chips{display:flex;flex-wrap:wrap;gap:8px;}
.cd-chip{display:inline-block;padding:6px 14px;border:1px solid #CFFAFE;border-radius:999px;background:#ECFEFF;color:#0E7490;font-size:13px;font-weight:600;}
.cd-chips--stack{flex-direction:column;align-items:stretch;}
.cd-chip--fact{border-radius:12px;text-align:left;background:#ECFEFF;color:#334155;font-weight:500;line-height:1.6;}

/* ---- 产品详情 · 第一屏商品式（图左/详情右） ---- */
.cd-prodhero{background:linear-gradient(135deg,#083344,#06B6D4);color:#fff;padding:40px 0 68px;position:relative;overflow:hidden;}
.cd-prodhero::after{content:"";position:absolute;right:-60px;top:-60px;width:240px;height:240px;border-radius:50%;background:#22D3EE;opacity:.18;}
.cd-prodhero__inner{max-width:1160px;margin:0 auto;padding:0 24px;position:relative;z-index:2;}
.cd-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;}
.cd-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);}
.cd-prodhero__ph{width:100%;aspect-ratio:4/3;border-radius:16px;background:linear-gradient(135deg,#ECFEFF,#CFFAFE);display:flex;align-items:center;justify-content:center;}
.cd-prodhero__ph svg{width:64px;height:64px;stroke:#67E8F9;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.cd-prodhero__kicker{display:inline-block;color:#0891B2;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;}
.cd-prodhero__title{font-size:28px;font-weight:800;color:#164E63;line-height:1.35;margin-bottom:10px;}
.cd-prodhero__desc{color:#64748B;font-size:15px;line-height:1.8;margin-bottom:18px;}
.cd-prodhero__points{margin-bottom:22px;}
.cd-prodhero__actions{display:flex;flex-wrap:wrap;gap:14px;}

/* ---- 新闻详情 · 右侧最新新闻列表 ---- */
.cd-newsdetail{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start;}
.cd-newsdetail__main{min-width:0;}
.cd-newsdetail__aside{position:sticky;top:96px;}
.cd-newslist{list-style:none;}
.cd-newslist__item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px dashed #CFFAFE;}
.cd-newslist__item:first-child{padding-top:0;}
.cd-newslist__item:last-child{border-bottom:0;}
.cd-newslist__link{flex:1;min-width:0;color:#164E63;font-size:14px;font-weight:600;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.cd-newslist__link:hover{color:#0891B2;}
.cd-newslist__date{flex:0 0 auto;color:#94A3B8;font-size:12px;}
.cd-newslist__more{display:inline-flex;align-items:center;gap:4px;margin-top:12px;font-size:13px;font-weight:600;color:#0891B2;}
.cd-newslist__more::after{content:"→";transition:transform .2s;}
.cd-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 #CFFAFE;background:#fff;color:#4B5563;font-size:14px;}
.pagination a:hover{border-color:#06B6D4;color:#0891B2;background:#ECFEFF;}
.pagination .current{background:linear-gradient(135deg,#0E7490,#06B6D4);color:#fff;border-color:transparent;font-weight:700;}

/* ---- 分站互链（底部） ---- */
.cd-city{background:#ECFEFF;border-top:1px solid #D9F4F7;padding:26px 0;}
.cd-city__inner{max-width:1160px;margin:0 auto;padding:0 24px;display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap;}
.cd-city__label{flex:0 0 auto;color:#164E63;font-weight:700;padding-top:6px;}
.cd-city__links{display:flex;flex-wrap:wrap;gap:10px;}
.cd-city__link{display:inline-block;padding:6px 16px;border:1px solid #CFFAFE;border-radius:999px;background:#fff;color:#4B5563;font-size:14px;}
.cd-city__link:hover{color:#fff;background:linear-gradient(135deg,#0E7490,#06B6D4);border-color:transparent;}
.cd-city__link--fold{display:none;}
.cd-city__links.cd-citylinks--open .cd-city__link--fold{display:inline-block;}
.cd-city__more{flex:0 0 auto;align-self:flex-start;margin-left:4px;padding:6px 16px;border:1px solid #CFFAFE;border-radius:999px;background:#fff;color:#0891B2;font-size:14px;cursor:pointer;transition:all .2s;}
.cd-city__more:hover{color:#fff;background:linear-gradient(135deg,#0E7490,#06B6D4);border-color:transparent;}

/* ---- 底部 ---- */
.cd-foot{background:#083344;color:#A7D4E0;font-size:14px;}
.cd-foot__inner{max-width:1160px;margin:0 auto;padding:44px 24px 36px;}
.cd-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);}
.cd-foot__brand{font-size:20px;font-weight:800;color:#fff;margin-bottom:12px;}
.cd-foot__text{line-height:1.9;max-width:420px;}
.cd-foot__phone{display:inline-block;margin-top:14px;font-size:22px;font-weight:700;color:#fff;}
.cd-foot__phone:hover{color:#67E8F9;}
.cd-foot__title{color:#A5F3FC;font-weight:600;margin-bottom:14px;font-size:15px;}
.cd-foot p{line-height:2;}
.cd-foot a{color:#A7D4E0;}
.cd-foot a:hover{color:#67E8F9;}
.cd-foot__copy{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:22px;font-size:13px;color:#6E9BAB;}
.cd-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:#A7D4E0;}
.cd-foot__notice p{margin-bottom:4px;}
.cd-foot__notice p:last-child{margin-bottom:0;}

/* ---- 移动端拨号栏 ---- */
.cd-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 #D9F4F7;box-shadow:0 -8px 24px rgba(15,23,42,.08);}
.cd-callbar__btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;border-radius:999px;background:linear-gradient(135deg,#0E7490,#06B6D4);color:#fff;font-size:16px;font-weight:700;box-shadow:0 10px 24px rgba(14,116,144,.35);}
.cd-callbar__btn:hover{color:#fff;transform:translateY(-1px);}
.cd-callbar__btn svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}

/* ---- 响应式 ---- */
@media (max-width:960px){
  .cd-nav{display:none;}
  .cd-burger{display:flex;}
  .cd-header__cta{display:none;}
  .cd-hero__inner{flex-direction:column;gap:36px;padding:60px 24px 76px;text-align:center;}
  .cd-hero__sub{margin-left:auto;margin-right:auto;}
  .cd-hero__actions{justify-content:center;}
  .cd-hero__cap{flex:1 1 auto;width:100%;max-width:560px;}
  .cd-steps{grid-template-columns:repeat(2,1fr);}
  .cd-steps::before{display:none;}
  .cd-about{grid-template-columns:1fr;gap:32px;}
  .cd-about__media{position:static;order:-1;max-width:420px;margin:0 auto;}
  .cd-lines{grid-template-columns:1fr;}
  .cd-adv{grid-template-columns:repeat(3,1fr);}
  .cd-flow{grid-template-columns:repeat(2,1fr);}
  .cd-cards{grid-template-columns:repeat(2,1fr);}
  .cd-zone__inner{grid-template-columns:1fr;gap:22px;text-align:center;}
  .cd-zone__pills{justify-content:center;}
  .cd-zone__more{justify-self:center;}
  .cd-foot__cols{grid-template-columns:1fr;gap:28px;}
  .cd-prodgrid{grid-template-columns:repeat(2,1fr);}
  .cd-prodshow{grid-template-columns:1fr;}
  .cd-prodhero__card{grid-template-columns:1fr;gap:24px;padding:24px;}
  .cd-prodhero__title{font-size:24px;}
  .cd-newsdetail{grid-template-columns:1fr;}
  .cd-newsdetail__aside{position:static;}
}
@media (max-width:640px){
  body{padding-bottom:70px;}
  .cd-sec{padding:44px 0;}
  .cd-hero__title{font-size:30px;}
  .cd-sec__title{font-size:24px;}
  .cd-showcase{grid-template-columns:repeat(2,1fr);gap:14px;}
  .cd-showcase__img{height:150px;}
  .cd-steps{grid-template-columns:1fr;}
  .cd-adv{grid-template-columns:repeat(2,1fr);}
  .cd-flow{grid-template-columns:1fr;}
  .cd-cards{grid-template-columns:1fr;}
  .cd-list__item{flex-direction:column;gap:14px;}
  .cd-list__thumb{width:100%;height:auto;aspect-ratio:16/9;}
  .cd-list__more{margin-left:0;align-self:flex-start;}
  .cd-post{padding:24px 20px;}
  .cd-post__title{font-size:22px;}
  .cd-pagehead__title{font-size:25px;}
  .cd-contact__card{padding:28px 22px;}
  .cd-callbar{display:block;}
}
