/* ============================================================
   凯嵩科技 主题 · 景洪站 kaisong-jinghong（档案式首屏 · 左信息卡）
   页面底 : #FFF9F5  交替底 : #F8EFE7
   主渐变 : linear-gradient(135deg,#C2410C,#9A3412)  强调色 : #15803D
   文本   : #3B2010 正文 | #7A5C42 弱化 | #241206 标题
   分隔   : #EDDFD3  卡底 : #FFFFFF 边框 #EDDFD3
   圆角   : 14px  阴影 : 0 12px 30px rgba(154,52,18,.12)
   断点   : 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:#3B2010;background:#FFF9F5;line-height:1.7;font-size:16px;}
img{max-width:100%;display:block;border:0;}
a{color:#9A3412;text-decoration:none;transition:color .2s ease,background .2s ease;}
a:hover{color:#15803D;}
ul,ol{list-style:none;}
.jh-wrap{max-width:1160px;margin:0 auto;padding:0 24px;}
.jh-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;}
.jh-noscroll{overflow:hidden;}
.jh-main{display:block;}

/* ---- 按钮 ---- */
.jh-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;}
.jh-btn:hover{transform:translateY(-2px);}
.jh-btn--primary{background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.16);}
.jh-btn--primary:hover{color:#fff;box-shadow:0 16px 32px rgba(0,0,0,.22);}
.jh-btn--accent{background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.16);}
.jh-btn--accent:hover{color:#fff;box-shadow:0 16px 32px rgba(0,0,0,.22);}
.jh-btn--light{background:#fff;color:#9A3412;box-shadow:0 10px 24px rgba(0,0,0,.2);}
.jh-btn--light:hover{color:#15803D;}
.jh-btn--outline{border-color:#9A3412;color:#9A3412;background:transparent;}
.jh-btn--outline:hover{color:#fff;background:linear-gradient(135deg,#C2410C,#9A3412);border-color:transparent;}
.jh-btn--ghost{border-color:rgba(255,255,255,.75);color:#fff;background:transparent;}
.jh-btn--ghost:hover{color:#fff;background:rgba(255,255,255,.14);}
.jh-btn--lg{padding:16px 40px;font-size:17px;}

/* ---- 顶栏 ---- */
.jh-util{background:#0B1B2B;color:rgba(255,255,255,.72);font-size:13px;line-height:1.5;border-bottom:1px solid rgba(255,255,255,.08);}
.jh-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;}
.jh-util__welcome{color:rgba(255,255,255,.72);}
.jh-util__welcome strong{color:#fff;font-weight:600;}
.jh-util__right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.jh-util__city{display:inline-flex;align-items:center;gap:6px;padding:3px 14px;border-radius:999px;background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.18);}
.jh-util__city svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.jh-util__phone{color:#fff;font-weight:700;letter-spacing:.5px;}

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

/* ---- 移动抽屉 ---- */
.jh-drawer{position:fixed;inset:0;z-index:100;background:linear-gradient(160deg,#0B1B2B,#123A5C);color:#fff;padding:22px 24px;transform:translateX(-100%);transition:transform .28s ease;display:flex;flex-direction:column;visibility:hidden;}
.jh-drawer--open{transform:translateX(0);visibility:visible;}
.jh-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;}
.jh-drawer .jh-brand__text{background:none;-webkit-text-fill-color:#fff;color:#fff;}
.jh-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;}
.jh-drawer__nav{display:flex;flex-direction:column;gap:6px;}
.jh-drawer__link{display:block;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:14px;color:rgba(255,255,255,.86);font-size:17px;font-weight:500;}
.jh-drawer__link--on,.jh-drawer__link--on:hover{background:rgba(255,255,255,.2);color:#fff;}
.jh-drawer__tel{margin-top:auto;text-align:center;}

/* ---- 区块通用 ---- */
.jh-sec{padding:64px 0;}
.jh-sec--alt{background:#F8EFE7;border-top:1px solid #EDDFD3;border-bottom:1px solid #EDDFD3;}
.jh-sec--band{background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;border:0;}
.jh-sec--band .jh-sec__title{color:#fff;}
.jh-sec--band .jh-sec__eyebrow{color:rgba(255,255,255,.85);}
.jh-sec--band .jh-sec__lead{color:rgba(255,255,255,.92);}
.jh-sec__inner{max-width:1160px;margin:0 auto;padding:0 24px;}
.jh-sec__inner--center{text-align:center;}
.jh-sec__head{max-width:760px;margin-bottom:40px;}
.jh-sec__head--center{margin-left:auto;margin-right:auto;text-align:center;}
.jh-sec__eyebrow{display:inline-block;color:#15803D;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;}
.jh-sec__title{font-size:30px;line-height:1.3;font-weight:800;color:#241206;margin-bottom:12px;}
.jh-sec__lead{color:#7A5C42;font-size:16px;}
.jh-sec__cta{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;gap:16px;}
.jh-sec__phone{display:inline-block;margin-top:10px;font-size:34px;font-weight:800;color:#fff;letter-spacing:1px;}
.jh-morewrap{margin-top:34px;}

/* ---- 卡片 ---- */
.jh-card{background:#FFFFFF;border:1px solid #EDDFD3;border-radius:14px;box-shadow:0 12px 30px rgba(154,52,18,.12);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;overflow:hidden;}
.jh-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(0,0,0,.16);background:#FFFFFF;}

/* ---- 关于我们（简介折叠） ---- */
.jh-about{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start;}
.jh-about__lead{font-size:17px;line-height:1.95;color:#3B2010;margin-bottom:18px;}
.jh-about__lead strong{color:#9A3412;}
.jh-about__toggle{margin-top:16px;}
.jh-about__btn{display:inline-flex;align-items:center;gap:2px;padding:4px 0;border:0;background:none;color:#9A3412;font-size:14px;font-weight:600;cursor:pointer;}
.jh-about__btn:hover{color:#15803D;}
.jh-about__arr{font-size:12px;}
.jh-about__link{margin-top:26px;}
.jh-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);}
.jh-about__full p{margin-bottom:12px;}
.jh-about__full p:last-child{margin-bottom:0;}
.jh-about__full h1,.jh-about__full h2,.jh-about__full h3,.jh-about__full h4{font-size:17px;font-weight:700;color:#241206;margin:14px 0 8px;}
.jh-about__full strong{color:#241206;}
.jh-about__full img{display:none;}
.jh-about__full--open{max-height:none;-webkit-mask-image:none;mask-image:none;}
.jh-about__media{position:sticky;top:96px;}
.jh-about__img{border-radius:20px;box-shadow:0 12px 30px rgba(154,52,18,.12);border:1px solid #EDDFD3;}
.jh-about__media::after{content:"";position:absolute;right:-18px;bottom:-18px;width:140px;height:140px;border-radius:20px;background:linear-gradient(135deg,#C2410C,#9A3412);opacity:.22;z-index:-1;}
.jh-about__stat{margin-top:18px;padding:18px 20px;border-radius:18px;background:#F8EFE7;border:1px solid #EDDFD3;display:flex;align-items:center;gap:14px;}
.jh-about__statnum{font-size:32px;font-weight:800;color:#15803D;line-height:1;}
.jh-about__stattxt{font-size:13px;color:#7A5C42;line-height:1.6;}

/* ---- 产品卡（prods） ---- */
.jh-prods{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;}
.jh-prods__item{padding:30px 26px;}
.jh-prods__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#F8EFE7;border:1px solid #EDDFD3;margin-bottom:16px;}
.jh-prods__icon svg{width:28px;height:28px;stroke:#15803D;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.jh-prods__title{font-size:19px;font-weight:700;color:#241206;margin-bottom:8px;}
.jh-prods__desc{color:#7A5C42;font-size:14px;line-height:1.8;}

/* ---- 编号产品卡（lines） ---- */
.jh-lines{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;}
.jh-lines__item{padding:34px 28px;position:relative;}
.jh-lines__num{position:absolute;top:20px;right:24px;font-size:44px;font-weight:800;color:#EDDFD3;line-height:1;}
.jh-lines__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#F8EFE7;border:1px solid #EDDFD3;margin-bottom:16px;}
.jh-lines__icon svg{width:28px;height:28px;stroke:#15803D;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.jh-lines__title{font-size:19px;font-weight:700;color:#241206;margin-bottom:8px;}
.jh-lines__desc{color:#7A5C42;font-size:14px;line-height:1.8;}

/* ---- 为什么选（adv 编号卡） ---- */
.jh-adv{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;}
.jh-adv__item{padding:30px 26px;position:relative;}
.jh-adv__num{position:absolute;top:20px;right:24px;font-size:40px;font-weight:800;color:#EDDFD3;line-height:1;}
.jh-adv__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#F8EFE7;border:1px solid #EDDFD3;margin-bottom:14px;}
.jh-adv__icon svg{width:26px;height:26px;stroke:#9A3412;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.jh-adv__title{font-size:18px;font-weight:700;color:#241206;margin-bottom:8px;}
.jh-adv__desc{color:#7A5C42;font-size:14px;line-height:1.8;}

/* ---- 数字条（nums，布局 D） ---- */
.jh-nums{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:8px;}
.jh-nums__item{text-align:center;padding:26px 12px;background:#FFFFFF;border:1px solid #EDDFD3;border-radius:14px;box-shadow:0 12px 30px rgba(154,52,18,.12);transition:transform .25s ease,box-shadow .25s ease;}
.jh-nums__item:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(0,0,0,.14);}
.jh-nums__num{font-size:36px;font-weight:800;color:#241206;line-height:1.1;}
.jh-nums__unit{font-size:16px;font-weight:700;color:#15803D;margin-left:2px;}
.jh-nums__label{margin-top:8px;color:#7A5C42;font-size:13px;}

/* ---- 企业实力数据条（metrics） ---- */
.jh-metrics{position:relative;z-index:3;margin-top:-40px;padding:0 24px;}
.jh-metrics__inner{max-width:1160px;margin:0 auto;background:#FFFFFF;border:1px solid #EDDFD3;border-radius:20px;box-shadow:0 24px 48px rgba(0,0,0,.12);display:grid;grid-template-columns:repeat(4,1fr);padding:32px 12px;}
.jh-metrics__item{text-align:center;padding:8px 12px;border-right:1px solid #EDDFD3;}
.jh-metrics__item:last-child{border-right:0;}
.jh-metrics__num{font-size:40px;font-weight:800;color:#241206;line-height:1.1;}
.jh-metrics__unit{font-size:18px;font-weight:700;color:#15803D;margin-left:2px;}
.jh-metrics__label{margin-top:8px;color:#7A5C42;font-size:14px;}

/* ---- 合作客户（徽章墙） ---- */
.jh-clients{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:8px;}
.jh-clients__item{padding:14px 26px;border:1px solid #EDDFD3;border-radius:999px;background:#F8EFE7;color:#3B2010;font-size:15px;font-weight:600;letter-spacing:.5px;transition:all .25s ease;}
.jh-clients__item:hover{background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;border-color:transparent;transform:translateY(-3px);}

/* ---- 产品板块（sectors） ---- */
.jh-sectors{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;}
.jh-sectors__item{padding:28px 26px;}
.jh-sectors__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#F8EFE7;border:1px solid #EDDFD3;margin-bottom:14px;}
.jh-sectors__icon svg{width:26px;height:26px;stroke:#15803D;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.jh-sectors__title{font-size:18px;font-weight:700;color:#241206;margin-bottom:8px;}
.jh-sectors__desc{color:#7A5C42;font-size:14px;line-height:1.8;}

/* ---- 工艺实力（craft） ---- */
.jh-craft{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;margin-top:8px;}
.jh-craft__lead{font-size:17px;line-height:1.95;color:#3B2010;margin-bottom:22px;}
.jh-craft__lead strong{color:#9A3412;}
.jh-craft__list{display:flex;flex-direction:column;gap:18px;}
.jh-craft__listitem{display:flex;gap:14px;align-items:flex-start;}
.jh-craft__listnum{flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;}
.jh-craft__listtitle{font-size:16px;font-weight:700;color:#241206;margin-bottom:4px;}
.jh-craft__listdesc{color:#7A5C42;font-size:14px;line-height:1.7;}
.jh-craft__media img{border-radius:20px;box-shadow:0 12px 30px rgba(154,52,18,.12);border:1px solid #EDDFD3;}

/* ---- 工艺时间线（timeline，布局 D） ---- */
.jh-timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:8px;}
.jh-timeline__item{position:relative;padding:26px 28px;background:#FFFFFF;border:1px solid #EDDFD3;border-radius:14px;box-shadow:0 12px 30px rgba(154,52,18,.12);padding-left:56px;}
.jh-timeline__dot{position:absolute;left:24px;top:30px;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#C2410C,#9A3412);box-shadow:0 0 0 5px rgba(0,0,0,.06);}
.jh-timeline__title{font-size:17px;font-weight:700;color:#241206;margin-bottom:6px;}
.jh-timeline__desc{color:#7A5C42;font-size:14px;line-height:1.8;}

/* ---- 资质荣誉（honors 带） ---- */
.jh-honors{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:8px;}
.jh-honors__item{padding:22px 12px;border-radius:16px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);text-align:center;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .25s ease,transform .25s ease;}
.jh-honors__item:hover{background:rgba(255,255,255,.24);transform:translateY(-4px);}
.jh-honors__badge{display:block;font-size:26px;margin-bottom:8px;color:#fff;}
.jh-honors__title{font-size:14px;font-weight:700;letter-spacing:.5px;}

/* ---- 资质荣誉（honor 胶囊，布局 C） ---- */
.jh-honor{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:8px;}
.jh-honor__item{padding:16px 30px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:15px;font-weight:600;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .25s ease,transform .25s ease;text-align:center;}
.jh-honor__item:hover{background:rgba(255,255,255,.24);transform:translateY(-3px);}

/* ---- 首页新闻卡（cards） ---- */
.jh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:8px;}
.jh-cards__item{padding:26px 24px;display:flex;flex-direction:column;}
.jh-cards__date{display:inline-block;align-self:flex-start;padding:3px 12px;border-radius:999px;background:#F8EFE7;border:1px solid #EDDFD3;color:#15803D;font-size:12px;font-weight:700;margin-bottom:14px;}
.jh-cards__title{font-size:17px;font-weight:700;line-height:1.5;margin-bottom:10px;}
.jh-cards__title a{color:#241206;}
.jh-cards__title a:hover{color:#15803D;}
.jh-cards__desc{color:#7A5C42;font-size:13px;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:16px;}
.jh-cards__more{margin-top:auto;font-weight:600;font-size:14px;color:#9A3412;}
.jh-cards__more:hover{color:#15803D;}

/* ---- 服务流程（steps） ---- */
.jh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;}
.jh-steps__item{padding:30px 26px;}
.jh-steps__icon{width:54px;height:54px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#C2410C,#9A3412);box-shadow:0 10px 24px rgba(0,0,0,.14);margin-bottom:16px;}
.jh-steps__icon svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.jh-steps__title{font-size:18px;font-weight:700;color:#241206;margin-bottom:8px;}
.jh-steps__desc{color:#7A5C42;font-size:14px;line-height:1.8;}

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

/* ---- 覆盖地区 · 分站互联（citylinks） ---- */
.jh-citylinks{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-top:8px;}
.jh-citylinks__item{display:flex;flex-direction:column;gap:4px;padding:24px 20px;background:#FFFFFF;border:1px solid #EDDFD3;border-radius:14px;box-shadow:0 12px 30px rgba(154,52,18,.12);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;text-align:center;}
.jh-citylinks__item:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.16);}
.jh-citylinks__item--cur{background:linear-gradient(135deg,#C2410C,#9A3412);border-color:transparent;}
.jh-citylinks__region{font-size:22px;font-weight:800;color:#241206;}
.jh-citylinks__item--cur .jh-citylinks__region{color:#fff;}
.jh-citylinks__site{font-size:13px;color:#7A5C42;}
.jh-citylinks__item--cur .jh-citylinks__site{color:rgba(255,255,255,.92);}
.jh-citylinks__item--fold{display:none;}
.jh-citylinks--open .jh-citylinks__item--fold{display:flex;}
.jh-citylinks__toggle{display:flex;justify-content:center;margin-top:26px;}
.jh-citylinks__more{display:inline-flex;align-items:center;gap:8px;padding:12px 30px;border:1px solid #EDDFD3;border-radius:999px;background:#F8EFE7;color:#9A3412;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 12px 30px rgba(154,52,18,.12);}
.jh-citylinks__more:hover{color:#fff;background:linear-gradient(135deg,#C2410C,#9A3412);border-color:transparent;}

/* ---- 生态伙伴 · 关联企业推荐（partners） ---- */
.jh-partners{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:8px;}
.jh-partners__item{display:flex;flex-direction:column;gap:4px;padding:20px 18px;background:#FFFFFF;border:1px solid #EDDFD3;border-radius:16px;box-shadow:0 12px 30px rgba(154,52,18,.12);text-align:center;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;}
.jh-partners__item:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.16);}
.jh-partners__name{font-size:16px;font-weight:700;color:#241206;}
.jh-partners__site{font-size:13px;color:#7A5C42;}

/* ---- 图片画廊（showcase） ---- */
.jh-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px;}
.jh-showcase__item{margin:0;border-radius:16px;overflow:hidden;background:#FFFFFF;border:1px solid #EDDFD3;box-shadow:0 12px 30px rgba(154,52,18,.12);}
.jh-showcase__img{width:100%;height:210px;object-fit:cover;transition:transform .3s ease;}
.jh-showcase__item:hover .jh-showcase__img{transform:scale(1.05);}
.jh-showcase__cap{padding:12px 14px;font-size:14px;color:#3B2010;text-align:center;}

/* ---- 品牌形象广告图（banner，布局 B） ---- */
.jh-banner{margin-top:8px;}
.jh-banner__img{width:100%;border-radius:20px;box-shadow:0 12px 30px rgba(154,52,18,.12);border:1px solid #EDDFD3;}
.jh-banner__cap{margin-top:14px;text-align:center;font-size:14px;color:#7A5C42;}
.jh-banner__cap strong{color:#9A3412;}

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

/* ---- 文章/正文 ---- */
.jh-post{background:#FFFFFF;border:1px solid #EDDFD3;border-radius:20px;box-shadow:0 12px 30px rgba(154,52,18,.12);padding:40px 44px;}
.jh-post h2{display:flex;align-items:center;gap:10px;margin:34px 0 14px;font-size:22px;font-weight:700;color:#241206;}
.jh-post h2:first-child{margin-top:0;}
.jh-post h2::before{content:"";width:6px;height:22px;border-radius:3px;background:linear-gradient(135deg,#C2410C,#9A3412);flex:0 0 auto;}
.jh-post__meta{display:flex;flex-wrap:wrap;gap:16px;color:#7A5C42;font-size:14px;margin:16px 0 22px;padding-bottom:20px;border-bottom:1px solid #EDDFD3;}
.jh-post__thumb{border-radius:14px;margin-bottom:24px;}
.jh-post__body{line-height:1.95;color:#3B2010;}
.jh-post__body p{margin-bottom:16px;}
.jh-post__body img{border-radius:12px;margin:18px auto;}
.jh-post__body h2,.jh-post__body h3,.jh-post__body h4{color:#241206;font-weight:700;margin:28px 0 12px;line-height:1.4;}
.jh-post__body h2{font-size:22px;}
.jh-post__body h3{font-size:19px;}
.jh-post__body ul{margin:0 0 16px 1.4em;list-style:disc;}
.jh-post__body ol{margin:0 0 16px 1.4em;list-style:decimal;}
.jh-post__body li{margin-bottom:6px;}
.jh-post__body blockquote{border-left:4px solid #9A3412;background:#F8EFE7;padding:14px 18px;border-radius:0 12px 12px 0;margin:16px 0;color:#3B2010;}
.jh-post__body a{color:#9A3412;text-decoration:underline;}
.jh-post__body table{width:100%;border-collapse:collapse;margin:16px 0;}
.jh-post__body th,.jh-post__body td{border:1px solid #EDDFD3;padding:10px 12px;}
.jh-post__body th{background:#F8EFE7;}
.jh-post__back{display:inline-flex;align-items:center;gap:6px;margin-top:28px;color:#9A3412;font-weight:600;}

/* ---- 联系我们页 ---- */
.jh-contact{max-width:860px;margin:0 auto;}
.jh-contact__card{padding:42px 44px;}
.jh-contact__name{font-size:24px;font-weight:800;color:#241206;margin-bottom:16px;}
.jh-contact__list{color:#3B2010;font-size:15px;line-height:2.1;margin-bottom:20px;}
.jh-contact__phone{border-top:1px dashed #EDDFD3;border-bottom:1px dashed #EDDFD3;padding:20px 0;margin-bottom:20px;text-align:center;}
.jh-contact__label{display:block;color:#7A5C42;font-size:13px;margin-bottom:6px;letter-spacing:2px;}
.jh-contact__tel{font-size:38px;font-weight:800;color:#15803D;letter-spacing:1px;}
.jh-contact__tel:hover{color:#9A3412;}
.jh-contact__info{color:#3B2010;font-size:15px;line-height:2;}

/* ---- 列表页 ---- */
.jh-list{display:flex;flex-direction:column;}
.jh-list__item{display:flex;gap:24px;align-items:flex-start;background:#FFFFFF;border:1px solid #EDDFD3;border-radius:14px;padding:20px;margin-bottom:20px;box-shadow:0 12px 30px rgba(154,52,18,.12);transition:box-shadow .25s ease,transform .25s ease;}
.jh-list__item:hover{box-shadow:0 18px 40px rgba(0,0,0,.16);transform:translateY(-3px);}
.jh-list__thumb{width:220px;height:132px;object-fit:cover;border-radius:12px;flex:0 0 auto;}
.jh-list__body{flex:1;min-width:0;}
.jh-list__title{font-size:18px;font-weight:700;margin-bottom:8px;}
.jh-list__title a{color:#241206;}
.jh-list__title a:hover{color:#15803D;}
.jh-list__desc{color:#7A5C42;font-size:14px;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.jh-list__date{display:inline-block;margin-top:10px;color:#7A5C42;font-size:13px;}
.jh-list__more{margin-left:auto;align-self:center;padding:10px 22px;font-size:14px;}

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

/* ---- 产品详情页（商品式第一屏 + 侧栏） ---- */
.jh-prodshow{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start;}
.jh-prodshow__main{min-width:0;}
.jh-prodshow__aside{display:flex;flex-direction:column;gap:18px;}
.jh-panel{background:#FFFFFF;border:1px solid #EDDFD3;border-radius:16px;box-shadow:0 12px 30px rgba(154,52,18,.12);padding:22px;}
.jh-panel__title{font-size:16px;font-weight:700;color:#241206;margin-bottom:14px;display:flex;align-items:center;gap:8px;}
.jh-panel__title::before{content:"";width:4px;height:16px;border-radius:2px;background:linear-gradient(135deg,#C2410C,#9A3412);}
.jh-panel__text{color:#3B2010;font-size:14px;line-height:1.85;}
.jh-pointlist{list-style:none;}
.jh-pointlist li{display:flex;flex-wrap:wrap;gap:4px;padding:9px 0;border-bottom:1px dashed #EDDFD3;font-size:14px;color:#3B2010;line-height:1.7;}
.jh-pointlist li:last-child{border-bottom:0;}
.jh-pointlist b{color:#241206;flex:0 0 auto;}
.jh-chips{display:flex;flex-wrap:wrap;gap:8px;}
.jh-chip{display:inline-block;padding:6px 14px;border:1px solid #EDDFD3;border-radius:999px;background:#F8EFE7;color:#9A3412;font-size:13px;font-weight:600;}
.jh-chips--stack{flex-direction:column;align-items:stretch;}
.jh-chip--fact{border-radius:12px;text-align:left;background:#F8EFE7;color:#3B2010;font-weight:500;line-height:1.6;}

/* ---- 产品详情 · 第一屏商品式 ---- */
.jh-prodhero{background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;padding:40px 0 68px;position:relative;overflow:hidden;}
.jh-prodhero::after{content:"";position:absolute;right:-60px;top:-60px;width:240px;height:240px;border-radius:50%;background:#fff;opacity:.12;}
.jh-prodhero__inner{max-width:1160px;margin:0 auto;padding:0 24px;position:relative;z-index:2;}
.jh-prodhero__card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:20px;box-shadow:0 26px 56px rgba(0,0,0,.2);padding:34px;margin-top:26px;display:grid;grid-template-columns:minmax(300px,420px) 1fr;gap:40px;align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);}
.jh-prodhero__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px;box-shadow:0 16px 36px rgba(0,0,0,.3);}
.jh-prodhero__ph{width:100%;aspect-ratio:4/3;border-radius:16px;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;}
.jh-prodhero__ph svg{width:64px;height:64px;stroke:#fff;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.jh-prodhero__kicker{display:inline-block;color:#fff;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;opacity:.9;}
.jh-prodhero__title{font-size:28px;font-weight:800;color:#fff;line-height:1.35;margin-bottom:10px;}
.jh-prodhero__desc{color:rgba(255,255,255,.92);font-size:15px;line-height:1.8;margin-bottom:18px;}
.jh-prodhero__points{margin-bottom:22px;}
.jh-prodhero__points li{border-color:rgba(255,255,255,.25);color:rgba(255,255,255,.95);}
.jh-prodhero__points b{color:#fff;}
.jh-prodhero__actions{display:flex;flex-wrap:wrap;gap:14px;}

/* ---- 新闻详情 · 右侧最新新闻列表 ---- */
.jh-newsdetail{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start;}
.jh-newsdetail__main{min-width:0;}
.jh-newsdetail__aside{position:sticky;top:96px;}
.jh-newslist{list-style:none;}
.jh-newslist__item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px dashed #EDDFD3;}
.jh-newslist__item:first-child{padding-top:0;}
.jh-newslist__item:last-child{border-bottom:0;}
.jh-newslist__link{flex:1;min-width:0;color:#3B2010;font-size:14px;font-weight:600;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.jh-newslist__link:hover{color:#15803D;}
.jh-newslist__date{flex:0 0 auto;color:#7A5C42;font-size:12px;}
.jh-newslist__more{display:inline-flex;align-items:center;gap:4px;margin-top:12px;font-size:13px;font-weight:600;color:#9A3412;}
.jh-newslist__more::after{content:"→";transition:transform .2s;}
.jh-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 #EDDFD3;background:#FFFFFF;color:#3B2010;font-size:14px;}
.pagination a:hover{border-color:#9A3412;color:#15803D;background:#F8EFE7;}
.pagination .current{background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;border-color:transparent;font-weight:700;}

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

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

/* ---- 移动端拨号栏 ---- */
.jh-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 #EDDFD3;box-shadow:0 -8px 24px rgba(0,0,0,.1);}
.jh-callbar__btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;border-radius:999px;background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;font-size:16px;font-weight:700;box-shadow:0 10px 24px rgba(0,0,0,.18);}
.jh-callbar__btn:hover{color:#fff;transform:translateY(-1px);}
.jh-callbar__btn svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}

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

/* ---- 首页 Hero（档案式：左信息卡 + 右数据） ---- */
.jh-hero{background:#F8EFE7;border-bottom:1px solid #EDDFD3;padding:52px 0 64px;position:relative;overflow:hidden;}
.jh-hero__inner{max-width:1160px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center;}
.jh-hero__card{background:#FFFFFF;border:1px solid #EDDFD3;border-radius:20px;box-shadow:0 12px 30px rgba(154,52,18,.12);padding:36px 38px;position:relative;}
.jh-hero__card::before{content:"";position:absolute;left:0;top:36px;bottom:36px;width:4px;border-radius:0 4px 4px 0;background:linear-gradient(135deg,#C2410C,#9A3412);}
.jh-hero__kicker{display:inline-block;color:#15803D;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;}
.jh-hero__title{font-size:34px;font-weight:800;color:#241206;line-height:1.25;margin-bottom:14px;}
.jh-hero__sub{font-size:15px;line-height:1.9;color:#7A5C42;margin-bottom:20px;}
.jh-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px;}
.jh-hero__facts{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.jh-hero__fact{background:linear-gradient(135deg,#C2410C,#9A3412);color:#fff;border-radius:18px;padding:24px 20px;text-align:center;box-shadow:0 16px 36px rgba(0,0,0,.16);}
.jh-hero__factnum{display:block;font-size:34px;font-weight:800;line-height:1.1;}
.jh-hero__factunit{font-size:15px;font-weight:700;margin-left:2px;}
.jh-hero__factlabel{display:block;margin-top:8px;font-size:13px;color:rgba(255,255,255,.92);}
@media (max-width:960px){.jh-hero__inner{grid-template-columns:1fr;gap:28px;}.jh-hero__facts{grid-template-columns:1fr 1fr;}}
