/* ==================================================
   SBIT 南基国际 - 首页样式
   设计稿基准:1857 × 5830px / 主色 #1668E3 / 强调 #FF7A00
   ================================================== */

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;overflow-x:hidden}
body{
  font-family:"PingFang SC","Microsoft YaHei","Hiragino Sans GB","Helvetica Neue",Arial,sans-serif;
  font-size:14px;line-height:1.6;color:#333;background:#fff;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

/* 后台标签 banner_switch 控制：值为 banner_hide 时隐藏幻灯片 */
.banner_hide{display:none!important}
.banner_hide + .section{margin-top:100px}

/* 后台标签 brand_switch 控制：值为 brand_hide 时隐藏合作品牌 */
.brand_hide{display:none!important}

/* 后台标签 about_switch 控制：值为 about_hide 时隐藏About区块 */
.about_hide{display:none!important}
img{max-width:100%;display:block;border:0}
/* UEditor 编辑器图片对齐修复：display:block 会导致 text-align 失效，需改回 inline-block */
/* 注意：UEditor 输出的 style 有两种格式——"text-align:center" 和 "text-align: center"（带空格），必须都匹配 */
p[style*="text-align:center"] img,
p[style*="text-align: center"] img{display:inline-block!important;margin:0 auto}
p[style*="text-align:right"] img,
p[style*="text-align: right"] img{display:inline-block!important;margin-left:auto}
p[style*="text-align:left"] img,
p[style*="text-align: left"] img{display:inline-block!important;margin-right:auto}
a{color:inherit;text-decoration:none;transition:color .25s}
ul,ol{list-style:none}
button,input,textarea{font:inherit;color:inherit;outline:none;background:none;border:0}
button{cursor:pointer}
h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:1.3}

/* ---------- Variables ---------- */
:root{
  --primary:#1668E3;
  --primary-dark:#0E4FB6;
  --accent:#FF7A00;
  --accent-2:#FFA73A;
  --dark:#00204f;
  --gray:#F5F7FA;
  --text:#333;
  --text-light:#666;
  --text-muted:#999;
  --radius:6px;
  --shadow:0 4px 18px rgba(20,40,80,.08);
  --shadow-hover:0 10px 30px rgba(20,40,80,.15);
}

/* ---------- Layout ---------- */
.container{width:1400px;max-width:calc(100% - 60px);margin:0 auto;position:relative}
.section{padding:80px 0;position:relative}
.section-head{text-align:center;margin-bottom:50px}
.section-title{font-size:36px;color:#222;font-weight:600;letter-spacing:1px}
.section-title.light{color:#fff}
.section-title.light span{color:var(--accent-2);font-weight:300;margin-left:6px}
.section-sub{margin-top:14px;color:var(--text-light);font-size:15px}
.section-sub.light{color:rgba(255,255,255,.7)}

/* ============================================================
   Header
   ============================================================ */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.05)}
.header-top{background:#fff;border-bottom:1px solid #f0f0f0}
.header-top .container{display:flex;align-items:center;justify-content:center;height:96px;position:relative}
.brand{display:inline-flex;align-items:center}
.brand{display:flex;align-items:center;text-decoration:none}
.brand-icon{height:42px;width:auto;display:block}
.brand-name{font-size:26px;font-weight:700;color:#1f4e9a;letter-spacing:2px;line-height:1;font-family:"FZXiaoBiaoSong-B05S","FZShuSong-Z01S","STSong","SimSun","Microsoft YaHei",serif;white-space:nowrap}
.brand-logo{width:auto;max-width:100%;height:auto;display:block}
.menu-toggle{display:none;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:3}
.menu-toggle span{width:24px;height:2px;background:#333;transition:.3s}
.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.header-nav{background:var(--primary);position:relative}
.header-nav .container{padding:0}
.nav-list{display:flex;align-items:center;justify-content:space-between}
.nav-list>li{position:relative;flex:1;text-align:center}
.nav-list>li.lang{flex:0 0 auto;min-width:60px}
.nav-list>li>a{display:flex;align-items:center;justify-content:center;padding:18px 4px;color:#fff;font-size:20px;letter-spacing:1px}
.sub-toggle{display:none}
.nav-text{position:relative;display:inline-block}
.nav-text::after{content:"";position:absolute;left:0;right:0;bottom:-18px;height:3px;background:transparent;border-radius:2px 2px 0 0;transition:background .25s ease,transform .25s ease;transform:scaleX(0);transform-origin:center}
.nav-list>li:hover .nav-text::after,
.nav-list>li.active .nav-text::after{background:var(--accent);transform:scaleX(1)}
.nav-list>li:hover>a{color:#fff}
.sub-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;min-width:180px;padding:10px 0;border-radius:0 0 6px 6px;box-shadow:0 10px 24px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform-origin:top center;transform:translateX(-50%) translateY(-6px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;max-height:calc(100vh - 120px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.sub-menu::-webkit-scrollbar{width:6px}
.sub-menu::-webkit-scrollbar-thumb{background:rgba(0,0,0,.28);border-radius:3px}
.sub-menu::-webkit-scrollbar-track{background:transparent}
.nav-list>li.has-sub:hover .sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.sub-menu li a{display:block;padding:12px 26px;color:#333;font-size:16px;text-align:center;transition:background .2s ease,color .2s ease;white-space:nowrap}
.sub-menu li a:hover{background:var(--accent);color:#fff}
.nav-list .lang a{display:flex;align-items:center;justify-content:center;padding:14px 0}
.nav-list .lang img{width:28px;filter:brightness(0) invert(1)}
.nav-list .lang-text{display:none}

/* ============================================================
   Banner
   ============================================================ */
   /* 后台标签 banner_switch 控制：值为 banner_hide 时隐藏幻灯片 */
.banner_hide{display:none!important}
.banner_hide + .section{margin-top:100px}
.banner{height:680px;width:100%;position:relative;overflow:hidden;margin-top:100px;background:#0A1A33}
.banner-slides{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#0A1A33}
.banner-slide{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#0A1A33;opacity:0;visibility:hidden;transition:opacity .8s ease;z-index:1}
.banner-slide.is-active{opacity:1;visibility:visible;z-index:2}
.banner-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:#0A1A33;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.06);transition:transform 6s ease;will-change:transform}
.banner-slide.is-active .banner-bg{transform:scale(1)}
.banner-inner{height:100%;display:flex;align-items:center;position:relative;z-index:2;background:transparent}
.banner-text{color:#fff;max-width:520px;position:relative;z-index:2;padding-bottom:60px;background:transparent;opacity:0;transition:opacity .6s ease .2s}
.banner-slide.is-active .banner-text{opacity:1}
.banner-title{font-weight:500;line-height:1.3;margin-bottom:20px;letter-spacing:1px}
.banner-title .line1{display:block;font-size:24px;font-weight:300;margin-bottom:6px;color:rgba(255,255,255,.85)}
.banner-title .line2{display:block;font-size:42px;font-weight:600;letter-spacing:2px}
.banner-sub{font-size:15px;margin-bottom:10px;color:rgba(255,255,255,.85);padding-top:8px;border-top:1px solid rgba(255,255,255,.18)}
.banner-sub em{color:var(--accent-2);font-style:normal;font-weight:600}
.banner-desc{font-size:13px;color:rgba(255,255,255,.7);line-height:1.9}

.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.28);color:#fff;font-size:28px;line-height:1;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:background .25s ease,border-color .25s ease}
.banner-arrow:hover{background:var(--accent-2,#ff7a2f);border-color:var(--accent-2,#ff7a2f)}
.banner-arrow.prev{left:32px}
.banner-arrow.next{right:32px}
.banner-dots{position:absolute;left:0;right:0;bottom:24px;z-index:5;display:flex;justify-content:center;gap:10px}
.banner-dot{width:34px;height:4px;border-radius:2px;border:0;background:rgba(255,255,255,.35);cursor:pointer;padding:0;transition:background .25s ease,width .25s ease}
.banner-dot:hover{background:rgba(255,255,255,.6)}
.banner-dot.is-active{background:var(--accent-2,#ff7a2f);width:48px}

/* ============================================================
   Inner page banner + breadcrumb + sub-tab
   ============================================================ */
.inner-banner{width:100%;aspect-ratio:1920/246;margin-top:153px;background-size:100% 100%;background-position:center;background-repeat:no-repeat;position:relative}
.inner-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,30,80,.15) 0%,rgba(10,30,80,.0) 100%)}

.breadcrumb-bar{background:#fff;border-bottom:0;padding:16px 0 0}
.breadcrumb{display:flex;align-items:center;height:42px;padding:0 18px;background:#f5f8fc;font-size:13px;color:var(--text-light)}
.breadcrumb a{color:var(--text-light);transition:.2s}
.breadcrumb a:hover{color:var(--primary)}
.breadcrumb .sep{margin:0 8px;color:#c2cad6}
.breadcrumb .home-icon{display:inline-flex;align-items:center;gap:6px;margin-right:6px;color:var(--primary)}
.breadcrumb .home-icon::before{content:"";width:16px;height:16px;display:inline-block;flex:0 0 auto;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1.5 15 7.4 13.8 8.8 12.7 7.9v6.6H9.7v-4.3H6.3v4.3h-3V7.9l-1.1.9L1 7.4z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1.5 15 7.4 13.8 8.8 12.7 7.9v6.6H9.7v-4.3H6.3v4.3h-3V7.9l-1.1.9L1 7.4z'/%3E%3C/svg%3E") center/contain no-repeat}

.sub-tabs{display:flex;justify-content:center;gap:80px;padding:50px 0 20px;border-bottom:1px solid #eef2f6;margin-bottom:50px}
.sub-tabs a{position:relative;font-size:18px;color:#666;padding:14px 6px;letter-spacing:1px;transition:.2s}
.sub-tabs a.active,.sub-tabs a:hover{color:#222;font-weight:500}
.sub-tabs a.active::after{content:"";position:absolute;left:50%;bottom:0;width:36px;height:3px;background:var(--accent);transform:translateX(-50%);border-radius:2px}

/* ============================================================
   Inner page common blocks
   ============================================================ */
.block-h2{font-size:30px;color:#222;font-weight:500;margin-bottom:24px}
.block-h2.center{text-align:center;margin-top:40px}
.text-block{max-width:1100px;margin:0 auto;color:#555;font-size:14px;line-height:2;text-align:justify}
.text-block p{margin-bottom:14px}
.big-photo{max-width:1100px;margin:40px auto 0;border-radius:6px;overflow:hidden;border:1px solid #eef2f6;box-shadow:0 2px 8px rgba(20,40,80,.04)}
.big-photo img{width:100%;display:block}

/* Detail (brand-detail / news-detail) */
.detail-title{font-size:28px;color:#222;text-align:center;font-weight:500;margin-bottom:40px}
.brand-intro{display:flex;gap:40px;align-items:flex-start;padding:30px;background:#f7fafd;border-radius:8px;margin-bottom:50px}
.brand-intro-title{font-size:22px;color:#222;font-weight:600;letter-spacing:1px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #e7eef5;line-height:1.4}
.brand-intro-body sup{font-size:10px;color:var(--primary);vertical-align:super;margin:0 1px}
.brand-intro-logo{flex:0 0 600px;max-width:45%;border-radius:6px;overflow:hidden;aspect-ratio:3/2;box-shadow:var(--shadow);background:#fff;padding:30px;display:flex;align-items:center;justify-content:center}
.brand-intro-logo img{max-width:82%;max-height:82%;width:auto;height:auto;object-fit:contain;display:block}
.brand-intro-body{color:#555;font-size:14px;line-height:1.9}
.brand-intro-body p{margin-bottom:8px}
.detail-block{margin-bottom:50px}
.block-title{font-size:18px;color:#222;font-weight:500;padding-bottom:14px;margin-bottom:20px;border-bottom:1px solid #e7eef5}
.detail-block p{color:#555;font-size:14px;line-height:2;margin-bottom:14px;text-align:justify}
.detail-image{margin:30px 0;text-align:center}
.detail-image img{max-width:100%;border-radius:6px}

/* news detail */
.news-detail{padding:60px 0}
.news-detail-container{max-width:min(1100px, calc(100% - 60px))}
.news-detail-head{text-align:center;padding-bottom:24px;border-bottom:1px solid #eef2f6;margin-bottom:30px}
.news-detail-head h1{font-size:24px;color:#222;font-weight:500;line-height:1.5;margin-bottom:14px}
.news-detail-head .meta{color:var(--text-muted);font-size:13px;display:flex;gap:24px;justify-content:flex-end}
.news-detail-body p{color:#555;font-size:14px;line-height:2;margin-bottom:14px;text-align:justify}
.news-detail-body .img-center{text-align:center;margin:30px 0}
.news-detail-body .img-center img{max-width:100%;border-radius:6px}
.prev-next{display:flex;justify-content:space-between;gap:30px;margin-top:50px;padding-top:24px;border-top:1px solid #eef2f6;font-size:13px;color:var(--text-light)}
.prev-next a{transition:.2s}
.prev-next a:hover{color:var(--primary)}

/* team grid */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 24px}
.team-card{display:block;text-align:center;transition:.3s}
.team-card .t-img{aspect-ratio:4/3;overflow:hidden;border-radius:6px;background:#f3f5f8;box-shadow:var(--shadow)}
.team-card .t-img img{width:100%;height:100%;object-fit:contain;transition:.5s}
.team-card:hover .t-img img{transform:none}
.team-card h4{font-size:14px;color:#222;font-weight:500;margin:16px 0 4px;line-height:1.5}
.team-card p{font-size:12px;color:var(--text-light)}

/* honor grid */
.honor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 24px}
.honor-card{background:#fff;border-radius:6px;box-shadow:var(--shadow);padding:18px;text-align:center;transition:.3s}
.honor-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
.honor-card img{width:100%;aspect-ratio:4/3;object-fit:contain;border-radius:4px;margin-bottom:14px;background:transparent}
.honor-card p{font-size:13px;color:#444}

.team-photo-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0 40px} 
.team-photo-gallery-item{background:#f3f5f8;border-radius:6px;box-shadow:var(--shadow);overflow:hidden;aspect-ratio:4/3;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}
.team-photo-gallery-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.team-photo-gallery-item img{width:100%;height:100%;object-fit:contain;display:block}

/* Culture */
.culture-section{padding:80px 0;position:relative;overflow:hidden;background:#cfe5fb}
.culture-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.35;mix-blend-mode:luminosity}
.culture-section::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(207,229,251,.4) 0%,rgba(180,215,247,.7) 100%);z-index:1}
.culture-section .container{position:relative;z-index:2}
.culture-section .section-title{color:#222}
.culture-section .section-sub{color:#555}
.culture-row{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:40px}
.culture-cards{background:rgba(255,255,255,.5);border-radius:8px;box-shadow:var(--shadow);padding:24px;gap:20px}
.culture-cards .culture-card{aspect-ratio:303/288;overflow:hidden;transition:transform .3s ease}
.culture-cards .culture-card:hover{transform:translateY(-4px)}
.culture-cards .culture-card img{width:100%;height:100%;object-fit:cover;display:block}
.culture-circles{margin-top:30px}
.culture-circle-item{text-align:center}
.culture-circle-item .lbl{font-size:17px;color:#135ED5;font-weight:600;letter-spacing:2px;margin-bottom:18px}
.culture-circle-item .lbl .dash{color:#135ED5;margin:0 2px}
.culture-circle-item .lbl .suffix{color:#CE2A28}

/* ============================================================
   Image Lightbox (team / honor)
   ============================================================ */
.img-lightbox{position:fixed;inset:0;z-index:2000;display:none}
.img-lightbox.show{display:flex;align-items:center;justify-content:center}
.img-lightbox-mask{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(4px)}
.img-lightbox-head{position:absolute;top:40px;left:0;right:0;text-align:center;z-index:3;pointer-events:none}
.img-lightbox-title{display:inline-block;color:#fff;font-size:18px;font-weight:500;padding-bottom:8px;border-bottom:2px solid rgba(255,255,255,.4);letter-spacing:1px}
.img-lightbox-close{position:absolute;right:36px;top:36px;border:0;background:transparent;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;gap:6px;z-index:4;transition:opacity .2s ease;letter-spacing:1px}
.img-lightbox-close span{font-size:24px;line-height:1}
.img-lightbox-close:hover{opacity:.7}
.img-lightbox-stage{position:relative;z-index:2;max-width:80vw;max-height:78vh;display:flex;align-items:center;justify-content:center}
.img-lightbox-stage img{display:block;max-width:80vw;max-height:78vh;box-shadow:0 24px 60px rgba(0,0,0,.5);animation:lbIn .25s ease}
@keyframes lbIn{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}
.img-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.3);color:#fff;font-size:32px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:background .2s ease,border-color .2s ease}
.img-lightbox-arrow:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.55)}
.img-lightbox-arrow.prev{left:40px}
.img-lightbox-arrow.next{right:40px}
@media (max-width:640px){
  .img-lightbox-head{top:52px;left:46px;right:46px}
  .img-lightbox-title{max-width:100%;font-size:15px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .img-lightbox-close{right:14px;top:14px;font-size:14px}
  .img-lightbox-stage img{max-width:92vw}
  .img-lightbox-arrow{width:38px;height:38px;font-size:22px}
  .img-lightbox-arrow.prev{left:10px}
  .img-lightbox-arrow.next{right:10px}
}
.culture-circle{width:160px;height:160px;border-radius:50%;border:4px solid #fff;overflow:hidden;margin:0 auto;box-shadow:0 8px 24px rgba(20,40,80,.18);background:#eef2f7;transition:.3s}
.culture-circle:hover{transform:scale(1.05)}
.culture-circle img{width:100%;height:100%;object-fit:cover}

/* Anniversary slider */
.anniv-section{padding:60px 0;background:#fff}
.anniv-slider{position:relative;padding:0 60px;--gap:20px;--per:4}
.anniv-track-wrap{overflow:hidden}
.anniv-track{display:flex;gap:var(--gap);transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}
.anniv-card{flex:0 0 calc((100% - var(--gap) * (var(--per) - 1)) / var(--per));display:flex;flex-direction:column;align-items:center;gap:12px;color:inherit;text-decoration:none}
.anniv-card img{width:100%;aspect-ratio:380/220;object-fit:cover;display:block;border-radius:6px;box-shadow:var(--shadow)}
.anniv-card .year{font-size:15px;color:#444;letter-spacing:1px}
.anniv-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:var(--primary);color:#fff;font-size:22px;border:0;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-hover);cursor:pointer;transition:background .2s ease,opacity .2s ease;z-index:3}
.anniv-arrow:hover{background:var(--accent)}
.anniv-arrow:disabled{opacity:.35;cursor:default}
.anniv-arrow:disabled:hover{background:var(--primary)}
.anniv-arrow.prev{left:0}.anniv-arrow.next{right:0}

/* Jobs accordion */
.jobs-list{display:flex;flex-direction:column;gap:12px}
.job-item{background:transparent;border:1px solid #AAD3A4;border-radius:6px;overflow:hidden;transition:box-shadow .3s ease}
.job-item:hover{box-shadow:0 4px 14px rgba(80,150,60,.15)}
.job-head{display:grid;grid-template-columns:36px 2fr 1fr 1.4fr 30px;align-items:center;padding:14px 22px;cursor:pointer;gap:18px;background:#E2F7E4}
.job-head::before{content:"聘";display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#009943;color:#fff;border-radius:5px;font-size:18px;font-weight:600;font-family:"Microsoft YaHei","PingFang SC",sans-serif;line-height:1}
.job-title{font-size:14px;color:#2c3e25;font-weight:500}
.job-info{font-size:13px;color:#5b745c}
.job-toggle{justify-self:end;width:28px;height:28px;border-radius:50%;border:1px solid #BAD9AC;background:transparent;color:#7DA86C;font-size:11px;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s ease,border-color .2s ease,color .2s ease}
.job-item:hover .job-toggle{border-color:#5FBB4A;color:#5FBB4A}
.job-item.open .job-toggle{border-color:#5FBB4A;color:#5FBB4A;background:#fff}
.job-body{display:none;padding:14px 22px 22px;background:#F2F9F2;border-top:1px solid #AAD3A4;color:#333;font-size:13px;line-height:1.9}
.job-item.open .job-body{display:block}
.job-body h4{color:#222;font-size:13px;font-weight:600;margin:14px 0 6px}
.job-body ol{padding-left:24px}
.job-body ol li{list-style:decimal;margin-bottom:2px;color:#333}
.job-contact{margin-top:18px;color:#222;line-height:2;font-size:13px}
.job-apply{display:none}

@media (max-width:992px){
  .inner-banner{margin-top:56px}
  .breadcrumb-bar{padding-top:8px}
  .breadcrumb{height:36px}
  .sub-tabs{flex-wrap:wrap;gap:18px 36px;padding:28px 0 14px;margin-bottom:34px}
  .sub-tabs a{font-size:16px;min-width:120px;text-align:center}
  .section.news-section{padding-top:24px!important}
  .news-section .sub-tabs{padding-top:0;margin-bottom:28px}
  .brand-intro{flex-direction:column;gap:20px}
  .brand-intro-logo{flex:none;width:100%;max-width:100%}
  .team-grid,.honor-grid{grid-template-columns:repeat(2,1fr)}
  .culture-row{grid-template-columns:repeat(2,1fr);gap:20px}
  .culture-circle{width:130px;height:130px}
  .anniv-slider{--per:2;padding:0 40px}
  .anniv-arrow{width:34px;height:34px;font-size:18px}
  .job-head{grid-template-columns:32px 1fr 30px;gap:10px;padding:14px 16px}
  .job-info{font-size:12px;color:#5b745c;grid-column:2}
  .job-body{padding:4px 16px 20px 16px}
  .prev-next{flex-direction:column;gap:10px;font-size:12px;margin-top:30px;padding-top:18px}
  .prev-next a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .news-detail{padding:40px 0}
  .news-detail-container{max-width:calc(100% - 32px)}
  .news-detail-head{padding-bottom:18px;margin-bottom:22px}
  .news-detail-head h1{font-size:18px;line-height:1.45;margin-bottom:10px}
  .news-detail-head .meta{gap:14px;justify-content:flex-start;font-size:12px}
  .news-detail-body p{font-size:13px;line-height:1.85;margin-bottom:12px}
  .news-detail-body .img-center{margin:20px 0}
  .news-detail-body .img-center img{border-radius:4px}
}
@media (max-width:640px){
  .sub-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;padding:20px 0 12px;margin-bottom:28px}
  .sub-tabs a{min-width:0;font-size:15px;padding:10px 4px;white-space:normal}
  .team-grid,.honor-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .culture-row{grid-template-columns:repeat(2,1fr);gap:16px}
  .culture-circle{width:110px;height:110px}
  .anniv-slider{--per:1;--gap:14px;padding:0 30px}
}

/* Pagination */
.pagination{display:flex;justify-content:center;gap:6px;margin:50px 0 10px}
.pagebar .pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-top:30px}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 12px;border:1px solid #cfd9e8;color:var(--primary);font-size:14px;border-radius:3px;background:#fff;letter-spacing:1px;transition:border-color .2s ease,color .2s ease,background .2s ease}
.pagination span{color:#555;padding:0 4px;border-color:transparent;background:transparent}
.pagination a:hover{color:#fff;background:var(--accent);border-color:var(--accent)}
.pagination .current,.pagination .page-num-current{color:#fff;background:var(--primary);border-color:var(--primary);font-weight:500}
.tac{text-align:center}
.text-secondary{color:var(--text-light);font-size:14px;padding:30px 0}

/* ============================================================
   Brand
   ============================================================ */
.brand-section{background:var(--gray)}
body.brand-page .brand-section{background:#fff}
.brand-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:40px}
.brand-row-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.brand-logo-cell{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;height:90px;padding:16px 14px;transition:.3s}
.brand-logo-cell:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.brand-logo-cell img{max-height:46px;max-width:80%;object-fit:contain;transition:.3s}
.brand-logo-cell:hover img{transform:scale(1.05)}
.brand-row-desc{display:grid;grid-template-columns:repeat(6,1fr);margin-top:16px;gap:14px}
.brand-desc-cell{padding:0 6px;text-align:center}
.brand-desc-cell h4{font-size:13px;color:#222;font-weight:600;margin-bottom:6px;line-height:1.4}
.brand-desc-cell p{font-size:12px;color:var(--text-light);line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.brand-card-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.brand-card{display:block;color:inherit}
.brand-row .brand-card{text-align:center}
.brand-card .brand-logo-cell{height:100px}
.brand-card .brand-desc-cell{display:block;margin-top:12px;padding:0 6px 8px}
.brand-product-block{margin-top:50px}
.more-link{text-align:center;margin-top:30px}
.more-link a{color:var(--primary);font-size:13px;letter-spacing:1px}
.more-link a:hover{color:var(--primary-dark)}

/* ============================================================
   公司介绍 + 合作品牌 左右结构
   ============================================================ */
.about-us-brand{background:var(--gray);padding:80px 0}
.about-us-brand .container{position:relative;z-index:2}
.about-us-brand-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:50px;align-items:stretch}

/* 左侧公司介绍 */
.about-us-col{display:flex;flex-direction:column;background:#061f78;color:#fff;border-radius:12px;padding:40px;height:100%;overflow:hidden;position:relative}
.about-us-col .about-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}
.about-us-col > *{position:relative;z-index:1}
.about-us-col .section-head{text-align:center;margin-bottom:35px}
.about-us-col .section-title.light{font-size:36px;font-weight:700;color:#fff;margin-bottom:10px}
.about-us-col .section-title.light span{color:var(--accent-2)}
.about-us-col .section-sub.light{font-size:15px;color:rgba(255,255,255,.76);line-height:1.6}
.about-us-col .about-desc{max-width:100%;margin:0 auto 50px;text-align:left;color:rgba(255,255,255,.86);line-height:2;font-size:14px}
.about-us-col .about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:auto;padding-top:20px}
.about-us-col .stat-item{text-align:center}
.about-us-col .stat-item .num{font-size:42px;font-weight:600;color:var(--accent-2);display:inline-block;letter-spacing:1px;line-height:1;font-family:"DIN","Helvetica Neue",Arial,sans-serif}
.about-us-col .stat-item .num em{font-size:20px;font-style:normal;font-weight:400;margin-left:2px;vertical-align:top;display:inline-block;margin-top:4px}
.about-us-col .stat-item .lbl{display:block;color:rgba(255,255,255,.86);margin-top:8px;font-size:13px;letter-spacing:1px}

/* 右侧品牌网格 */
.brand-grid-col{display:flex;flex-direction:column;height:100%;padding-top:30px}
.brand-grid-head{margin-bottom:24px;text-align:center}
.brand-grid-title{font-size:36px;font-weight:700;color:#222;margin-bottom:8px}
.brand-grid-sub{font-size:15px;color:var(--text-light);line-height:1.6}
.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.brand-grid-card{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);transition:all .3s;text-decoration:none;overflow:hidden;min-height:auto;height:auto}
.brand-grid-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.brand-grid-card .brand-logo-cell{width:100%;height:100px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:0;padding:16px 14px;margin-bottom:0;flex-shrink:0}
.brand-grid-card:hover .brand-logo-cell{background:#f8fafd}
.brand-grid-card .brand-logo-cell img{max-height:46px;max-width:80%;object-fit:contain;transition:.3s}
.brand-grid-card:hover .brand-logo-cell img{transform:scale(1.05)}
.brand-grid-card .brand-desc-cell{display:none}
.brand-grid-more{text-align:right;margin-top:20px}
.brand-grid-more a{display:inline-block;padding:8px 24px;border:1px solid var(--primary);color:var(--primary);border-radius:20px;font-size:13px;letter-spacing:1px;transition:all .3s}
.brand-grid-more a:hover{background:var(--primary);color:#fff}

/* Responsive */
@media (min-width:1600px){
  .brand-grid-card .brand-logo-cell{height:110px;padding:20px 14px}
  .brand-grid-card .brand-logo-cell img{max-height:56px}
}
@media (max-width:768px){
  .banner_hide + .section{margin-top:0}
  .about-us-brand-grid{grid-template-columns:1fr;gap:30px}
  .about-us-col{overflow:visible;height:auto}
  .about-us-col .about-stats{margin-top:30px}
  .brand-grid-col{padding-top:0;height:auto}
  .brand-grid{grid-template-columns:repeat(3,1fr)}
}

@media (max-width:640px){
  .about-us-brand{padding:50px 0}
  .about-us-inner{padding:28px 20px}
  .about-us-title{font-size:24px}
  .about-us-text{font-size:13px}
  .about-us-stats{grid-template-columns:repeat(2,1fr);gap:12px}
  .aus-num{font-size:28px}
  .brand-grid-title{font-size:22px}
  .brand-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .brand-grid-card{padding:0}
  .bgc-logo{width:56px;height:56px;padding:8px}
  .bgc-name{font-size:13px}
}

/* ============================================================
   Products
   ============================================================ */
.product-section{background:#fff;padding-bottom:0}
.product-slider{position:relative;margin-bottom:60px;--gap:24px;--per:4}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px}
.product-track-wrap{overflow:hidden}
.product-track{display:flex;gap:var(--gap);transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}
.product-card{flex:0 0 calc((100% - var(--gap) * (var(--per) - 1)) / var(--per));background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;display:block;text-align:center;padding-bottom:20px;text-decoration:none}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}
.product-img{aspect-ratio:4/3;overflow:hidden;background:#f3f5f8;position:relative}
.product-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:.5s}
.product-card:hover .product-img img{transform:none}
.product-card h4{font-size:15px;color:#222;font-weight:600;margin:18px 18px 6px;line-height:1.4}
.product-card p{font-size:13px;color:var(--text-light);line-height:1.6;margin:0 18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.product-arrow{position:absolute;top:calc(50% - 30px);transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #e1e6ee;background:#fff;color:#333;font-size:24px;line-height:1;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);transition:background .25s ease,color .25s ease,border-color .25s ease,opacity .25s ease}
.product-arrow:hover{background:var(--accent-2,#ff7a2f);border-color:var(--accent-2,#ff7a2f);color:#fff}
.product-arrow:disabled{opacity:.4;cursor:default}
.product-arrow:disabled:hover{background:#fff;border-color:#e1e6ee;color:#333}
.product-arrow.prev{left:-22px}
.product-arrow.next{right:-22px}
.product-dots{display:flex;justify-content:center;gap:8px;margin-top:30px}
.product-dot{width:24px;height:4px;border-radius:2px;border:0;background:#dde3ec;cursor:pointer;padding:0;transition:background .25s ease,width .25s ease}
.product-dot:hover{background:#c2cbd8}
.product-dot.is-active{background:var(--accent-2,#ff7a2f);width:36px}

/* Orange contact bar */
.contact-bar{position:relative;z-index:2;width:1280px;max-width:calc(100% - 80px);margin:0 auto -28px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);box-shadow:0 8px 24px rgba(255,122,0,.22)}
.contact-bar .container{width:auto;max-width:none;padding:0 56px;display:flex;align-items:center;justify-content:space-between;height:92px;color:#fff}
.cb-item{display:flex;align-items:center;gap:14px;font-size:20px}
.cb-item b{font-size:21px;font-weight:700}
.cb-item img{width:34px;height:34px;filter:brightness(0) invert(1);opacity:.95}
.cb-label{font-weight:600;font-size:22px}

/* ============================================================
   About
   ============================================================ */
.about-section{background:#f6f8fb;color:#222;padding:90px 0 100px;overflow:hidden}
.inner-stats-section{padding-bottom:40px}
.about-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}
.about-section .container{position:relative;z-index:2}
.about-section .section-title.light{color:#1a2540}
.about-section .section-title.light span{color:var(--primary)}
.about-section .section-sub.light{color:#666}
.about-desc{max-width:880px;margin:0 auto 50px;text-align:center;color:#555;line-height:2;font-size:15px}
.home-about-section{background:#061f78;color:#fff}
.home-about-section .section-title.light{color:#fff}
.home-about-section .section-title.light span{color:var(--accent-2)}
.home-about-section .section-sub.light{color:rgba(255,255,255,.76)}
.home-about-section .about-desc{color:rgba(255,255,255,.86)}
.home-about-section .stat-item .lbl,
.home-about-section .tl-item .label{color:rgba(255,255,255,.86)}
.home-about-section .tl-line{background:rgba(255,255,255,.28)}
.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:80px}
.stat-item{text-align:center}
.stat-item .num{font-size:74px;font-weight:600;color:var(--accent-2);display:inline-block;letter-spacing:1px;line-height:1;font-family:"DIN","Helvetica Neue",Arial,sans-serif}
.stat-item .num em{font-size:34px;font-style:normal;font-weight:400;margin-left:4px;vertical-align:top;display:inline-block;margin-top:8px}
.stat-item .lbl{display:block;color:#555;margin-top:18px;font-size:15px;letter-spacing:1px}

.timeline{position:relative;max-width:1200px;margin:0 auto;height:140px}
.tl-line{position:absolute;top:50%;left:0;right:0;height:1px;background:#d6dde6}
.tl-item{position:absolute;top:50%;transform:translate(-50%,-50%);text-align:center}
.tl-item .dot{display:block;width:14px;height:14px;border-radius:50%;background:var(--accent);margin:0 auto;box-shadow:0 0 0 4px rgba(255,122,0,.18)}
.tl-item .label{display:block;font-size:13px;color:#333;white-space:nowrap;margin-top:8px;position:absolute;left:50%;transform:translateX(-50%)}
.tl-item.up .label{top:-30px;margin-top:0}
.tl-item.down .label{top:24px}
.tl-item:nth-child(2){left:8%}
.tl-item:nth-child(3){left:28%}
.tl-item:nth-child(4){left:48%}
.tl-item:nth-child(5){left:62%}
.tl-item:nth-child(6){left:82%}
.tl-item:nth-child(7){left:98%}

/* ============================================================
   News
   ============================================================ */
.news-section{background:#fff}
.news-list{max-width:1200px;margin:0 auto}
.news-list li{border-bottom:1px dashed #d8dde6}
.news-list li:last-child{border-bottom:none}
.news-item{display:flex;align-items:center;gap:30px;padding:24px 0;transition:.3s}
.news-item:hover{transform:translateX(6px)}
.news-date{flex:0 0 80px;color:var(--text-muted);font-size:13px;text-align:center}
.news-date em{display:block;font-style:normal;font-size:24px;color:var(--primary);font-weight:600;margin-bottom:4px}
.news-thumb{flex:0 0 240px;height:140px;overflow:hidden;border-radius:4px}
.news-thumb img{width:100%;height:100%;object-fit:cover;transition:.5s}
.news-item:hover .news-thumb img{transform:scale(1.05)}
.news-body{flex:1;min-width:0}
.news-body h4{font-size:17px;color:#222;font-weight:600;margin-bottom:10px;line-height:1.4;transition:.3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.news-item:hover .news-body h4{color:var(--primary)}
.news-body p{font-size:13px;color:var(--text-light);line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.more-btn{text-align:center;margin-top:40px}
.more-btn a{display:inline-block;padding:10px 32px;border:1px solid var(--primary);color:var(--primary);border-radius:30px;font-size:13px;letter-spacing:1px;transition:.3s}
.more-btn a:hover{background:var(--primary);color:#fff}

/* ============================================================
   Cooperation
   ============================================================ */
.coop-section{min-height:clamp(560px,40vw,768px);padding:64px 0 72px;position:relative;color:#fff;overflow:hidden}
.coop-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.coop-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,24,78,.62) 0%,rgba(0,24,78,.36) 46%,rgba(0,24,78,.62) 100%)}
.coop-section .container{position:relative;z-index:2;min-height:calc(clamp(560px,40vw,768px) - 136px);display:flex;flex-direction:column;align-items:center}
.coop-section .section-head{text-align:center;margin-bottom:26px}
.coop-section .section-title.light,
.coop-section .section-sub.light{text-shadow:0 2px 12px rgba(0,0,0,.5)}
.coop-text{max-width:720px;margin:0 auto;text-align:center;font-size:17px;line-height:2.28;color:#fff;letter-spacing:1px;text-shadow:0 2px 10px rgba(0,0,0,.55)}
.coop-text .hl{color:var(--accent-2);font-size:22px;font-weight:600;margin-top:18px;letter-spacing:2px;text-shadow:0 2px 14px rgba(0,0,0,.6)}
.coop-link{align-self:flex-end;text-align:right;margin-top:auto;padding-right:8%;padding-bottom:8px}
.coop-link a{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:14px;letter-spacing:1px;text-shadow:0 2px 8px rgba(0,0,0,.6);transition:.3s}
.coop-link a span{color:var(--accent-2);font-size:18px;transition:.3s}
.coop-link a:hover{color:var(--accent-2)}
.coop-link a:hover span{transform:translateX(4px)}

/* ============================================================
   Contact
   ============================================================ */
.contact-section{background:var(--gray);position:relative;overflow:hidden}
.contact-bg{position:absolute;left:50%;top:55%;width:55%;aspect-ratio:869/436;transform:translate(-50%,-50%);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.85;pointer-events:none}
.contact-section .container{position:relative;z-index:2}
.contact-meta{display:flex;justify-content:center;gap:120px;margin-bottom:60px;flex-wrap:wrap}
.contact-meta li{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:14px;color:#333;position:relative}
.contact-meta li img{width:58px;height:58px;object-fit:contain}
.contact-meta li span{letter-spacing:.5px}
.qr-pop{position:absolute;top:80px;left:50%;transform:translateX(-50%);width:220px;height:220px;padding:10px;background:#fff;border-radius:6px;box-shadow:var(--shadow-hover);opacity:0;visibility:hidden;transition:.3s;z-index:10}
.contact-meta li .qr-pop img{width:100%;height:100%;object-fit:contain}
.contact-meta li:last-child:hover .qr-pop{opacity:1;visibility:visible;top:85px}

.contact-main{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;padding:0 64px}
.addr-list{display:flex;flex-direction:column;gap:14px}
.addr-item{display:flex;gap:18px;background:transparent;padding:18px 22px;transition:.3s;align-items:center}
.addr-item:hover{transform:translateX(6px)}
.addr-icon{flex:0 0 80px;height:80px;border-radius:6px;overflow:hidden;background:linear-gradient(135deg,#eaf2ff 0%,#d4e3fb 100%);display:flex;align-items:center;justify-content:center}
.addr-icon img{max-width:75%;max-height:75%}
.addr-body{flex:1;min-width:0}
.addr-body h4{font-size:16px;color:var(--primary);font-weight:600;margin-bottom:6px}
.addr-body p{font-size:12px;color:var(--text-light);line-height:1.7}

.contact-form-box{background:transparent;padding:32px;text-align:center}
.cf-tit{font-size:16px;color:#333;font-weight:600;margin-bottom:24px}
.contact-form{display:flex;flex-direction:column;align-items:center;gap:14px}
.cf-btn{min-width:180px;padding:12px 36px;color:#fff;border-radius:30px;font-size:15px;font-weight:500;border:0;cursor:pointer;transition:filter .25s ease,transform .25s ease,box-shadow .25s ease;box-shadow:0 6px 14px rgba(0,0,0,.12)}
.cf-btn:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.18)}
.cf-btn:nth-child(1){background:#135ED5}
.cf-btn:nth-child(2){background:#3EB40D}
.contact-values{position:relative;padding:4px 0;text-align:left}
.contact-values .cv-eyebrow{display:block;font-size:12px;letter-spacing:2px;color:var(--accent);font-weight:600;margin-bottom:10px}
.contact-values .cv-title{font-size:20px;line-height:1.4;color:var(--primary);font-weight:700;margin-bottom:16px;letter-spacing:.5px}
.contact-values .cv-body{display:flex;flex-direction:column;gap:12px}
.contact-values .cv-body p{font-size:13.5px;line-height:1.9;color:#4a4f57;margin:0}
.contact-values .cv-body strong{color:var(--primary);font-weight:600}
.contact-values .cv-cta{margin-top:26px}
.contact-values .cv-cta-tip{font-size:14.5px;color:#4a4f57;font-weight:500;line-height:1.7;margin-bottom:16px}
.contact-values .cv-btns{display:flex;gap:14px;flex-wrap:wrap}
.contact-values .cv-btns .cf-btn{min-width:160px}

/* ============================================================
   Contact Modal
   ============================================================ */
.modal{position:fixed;inset:0;z-index:1000;display:none}
.modal.show{display:flex;align-items:center;justify-content:center}
.modal-mask{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px)}
.modal-dialog{position:relative;background:#fff;border-radius:10px;width:960px;max-width:calc(100% - 32px);max-height:calc(100vh - 60px);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(0,0,0,.3);animation:modalIn .25s ease}
@keyframes modalIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
.modal-head{display:flex;align-items:center;justify-content:center;position:relative;padding:22px 24px;border-bottom:1px solid #eef1f5}
.modal-title{font-size:18px;font-weight:600;color:#222}
.modal-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:36px;height:36px;border:0;background:transparent;font-size:28px;line-height:1;color:#888;cursor:pointer;border-radius:50%;transition:.2s}
.modal-close:hover{background:#f3f5f8;color:#222}
.modal-form{padding:26px 44px 30px;overflow-y:auto}
.modal-fields{display:none}
.modal-fields.active{display:block}

.mf-row{display:flex;gap:14px;margin-bottom:14px;flex-wrap:wrap}
.mf-field{flex:1 1 0;display:flex;align-items:center;gap:10px;min-width:0;position:relative}
.mf-field.req .mf-label::before{content:"*";color:#e84545;margin-right:4px}
.mf-field.is-error input,.mf-field.is-error textarea{border-color:#e84545}
.mf-col-3{flex:1 1 calc(25% - 14px)}
.mf-col-12{flex:1 1 100%}
.mf-label{flex:0 0 86px;font-size:13px;color:#444;text-align:right}
.mf-col-3 .mf-label{flex:0 0 64px}
.supplier-fields .mf-label{flex-basis:126px}
.mf-field input,.mf-field textarea{flex:1;min-width:0;padding:8px 10px;border:1px solid #d9dee5;border-radius:4px;font-size:13px;background:#fff;color:#222;outline:none;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}
.mf-field input:focus,.mf-field textarea:focus{border-color:#135ED5;box-shadow:0 0 0 3px rgba(19,94,213,.12)}
.mf-field textarea{resize:vertical;min-height:64px}
.mf-radio{display:flex;gap:24px;font-size:13px;color:#333;align-items:center}
.mf-radio label{display:flex;align-items:center;gap:6px;cursor:pointer}
.mf-radio input{flex:none;width:14px;height:14px;margin:0}

.mf-actions{text-align:center;margin-top:10px}
.mf-submit{min-width:120px;padding:10px 30px;border:0;border-radius:30px;background:#135ED5;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:filter .2s ease,transform .2s ease}
.mf-submit:hover{filter:brightness(1.08);transform:translateY(-1px)}

@media (max-width:640px){
  .modal-dialog{width:calc(100% - 24px);max-height:calc(100vh - 24px)}
  .modal-form{padding:16px 18px 20px}
  .mf-row{gap:10px;margin-bottom:10px}
  .mf-col-3{flex:1 1 calc(50% - 10px)}
  .mf-label{flex:0 0 80px;font-size:12px}
}

/* ============================================================
   Footer
   ============================================================ */
.site-footer{background:var(--dark);color:rgba(255,255,255,.7)}
.footer-main{display:flex;justify-content:space-between;align-items:center;padding:50px 0 40px;gap:40px}
.footer-brand img{width:130px;height:auto;display:block}
.footer-nav{display:flex;align-items:flex-start;gap:60px}
.footer-nav dl dt{margin-bottom:12px}
.footer-nav dl dt a{color:#fff;font-size:14px}
.footer-nav dl dd{margin-bottom:6px}
.footer-nav dl dd a{color:rgba(255,255,255,.55);font-size:13px}
.footer-nav dl a:hover{color:#fff}
.footer-nav dl:first-child{column-count:2;column-gap:28px}
.footer-nav dl:first-child dt{column-span:all;margin-bottom:12px}
.footer-nav dl:first-child dd{break-inside:avoid}
.footer-lang{margin-left:20px;padding-left:20px;border-left:1px solid rgba(255,255,255,.15);align-self:flex-start;padding-top:2px}
.footer-lang a{display:inline-block;padding:4px}
.footer-lang img{width:22px;filter:brightness(0) invert(1) opacity(.75)}
.footer-copy{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;text-align:center;font-size:12px;color:rgba(255,255,255,.4)}

/* Header scrolled */
.site-header.scrolled{box-shadow:0 6px 18px rgba(0,0,0,.08)}

/* ============================================================
   Back-to-top
   ============================================================ */
.back-top{position:fixed;right:30px;bottom:50px;width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:var(--shadow-hover);opacity:0;visibility:hidden;transition:.3s;z-index:90}
.back-top-icon{font-style:normal;font-family:Arial,Helvetica,sans-serif;line-height:1}
.back-top-icon::before{content:"\2303";display:block;font-size:24px;font-weight:700;line-height:1;transform:translateY(3px)}
.back-top.show{opacity:1;visibility:visible}
.back-top:hover{background:var(--accent);transform:translateY(-3px)}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width:1200px){
  .container{max-width:calc(100% - 40px)}
  .section{padding:60px 0}
  .section-title{font-size:30px}
  .banner-title .line2{font-size:34px}
  .banner-title .line1{font-size:20px}
  .banner{height:560px}
  .stat-item .num{font-size:58px}
}

@media (max-width:992px){
  .header-top .container{height:64px;justify-content:flex-start;padding-right:56px}
  .brand-logo{width:500px;max-width:100%;height:auto}
  .brand{gap:10px;min-width:0;flex:1}
  .brand-icon{height:26px;flex:0 0 auto}
  .brand-name{font-size:16px;letter-spacing:1px;overflow:hidden;text-overflow:ellipsis;min-width:0}
  .menu-toggle{display:flex;width:64px;right:-20px}
  .header-nav{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:var(--shadow);max-height:0;overflow:hidden;transition:.4s}
  .header-nav.open{max-height:calc(100vh - 64px);overflow-y:auto;-webkit-overflow-scrolling:touch}
  .nav-list{flex-direction:column;align-items:stretch;gap:0}
  .nav-list>li{flex:none;text-align:left}
  .nav-list>li>a{display:block;color:#333;padding:14px 20px;border-bottom:1px solid #f0f0f0;text-align:center;font-size:16px}
  .nav-list>li.has-sub>a{padding-right:58px;padding-left:58px}
  .nav-list>li:hover>a{color:#333;background:#f7f9fc}
  .sub-toggle{display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:0;width:58px;height:53px;color:#333;border-bottom:1px solid #f0f0f0;z-index:2}
  .sub-toggle::after{content:"";display:block;width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-3px) rotate(45deg);transition:transform .2s ease}
  .nav-list>li.has-sub.open .sub-toggle::after{transform:translateY(1px) rotate(225deg)}
  .sub-toggle:hover{background:#f7f9fc}
  .nav-text{padding-bottom:0}
  .nav-text::after{display:none}
  .sub-menu{position:static!important;left:auto!important;top:auto!important;transform:none!important;opacity:1;visibility:visible;background:#f7f9fc;box-shadow:none;max-height:0;min-width:0;width:100%;overflow:hidden;transition:.3s;padding:0;border-radius:0}
  .nav-list>li.has-sub.open .sub-menu{max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0}
  .sub-menu li a{padding:12px 20px;text-align:center;font-size:15px;border-bottom:1px solid #edf1f6}
  .sub-menu li a:hover{background:#eef4fb;color:var(--primary)}
  .nav-list>li.lang{display:block;min-width:0}
  .nav-list .lang a{display:flex;align-items:center;justify-content:center;padding:14px 20px;color:#333;border-bottom:1px solid #f0f0f0;font-size:16px}
  .nav-list .lang img{display:none}
  .nav-list .lang-text{display:inline-block;min-width:86px;padding:7px 18px;border:1px solid var(--primary);border-radius:999px;color:var(--primary);line-height:1.2}

  .banner{height:520px;margin-top:64px!important;padding:0}
  .banner-title{font-size:34px}
  .banner-title .line1{font-size:24px}
  .banner-text{max-width:100%}
  .banner-arrow{width:38px;height:38px;font-size:22px}
  .banner-arrow.prev{left:14px}
  .banner-arrow.next{right:14px}

  .brand-row{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}
  .brand-row-logos,
  .brand-row-desc{display:contents}
  .brand-logo-cell{padding:18px;min-height:80px}
  .brand-row-logos > .brand-logo-cell:nth-child(-n+3){grid-row:1}
  .brand-row-logos > .brand-logo-cell:nth-child(n+4){grid-row:3}
  .brand-row-desc > .brand-desc-cell:nth-child(-n+3){grid-row:2}
  .brand-row-desc > .brand-desc-cell:nth-child(n+4){grid-row:4}
  .brand-desc-cell{padding:12px 6px 20px}
  .brand-card-grid{grid-template-columns:repeat(3,1fr)}
  .brand-card .brand-desc-cell{padding:12px 6px 20px}
  .product-slider{--per:2}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .product-arrow.prev{left:6px}
  .product-arrow.next{right:6px}
  .contact-bar .container{height:auto;padding:18px 30px;flex-direction:column;gap:10px;text-align:center}
  .cb-item{font-size:16px}
  .cb-label{font-size:18px}
  .cb-item b{font-size:17px}

  .about-stats{grid-template-columns:repeat(2,1fr);gap:40px 20px}
  .stat-item .num{font-size:46px}
  .timeline{height:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px}
  .tl-line{display:none}
  .tl-item{position:static;transform:none;display:flex;align-items:center;gap:12px;text-align:left}
  .tl-item .dot{margin:0}
  .tl-item .label{position:static;transform:none;margin:0}

  .news-item{flex-wrap:wrap;gap:16px}
  .news-thumb{flex:0 0 160px;height:100px}

  .contact-main{grid-template-columns:1fr;gap:30px;padding:0}
  .contact-values{padding-left:0}
  .contact-values .cv-cta{margin-top:22px}
  .contact-meta{gap:40px;margin-bottom:40px}
  .contact-meta li{font-size:13px}
  .contact-meta li img{width:50px;height:50px}
  .addr-icon{flex:0 0 64px;height:64px}
  .addr-icon img{max-width:62%;max-height:62%}
  .addr-body h4{font-size:15px}

  .footer-main{flex-direction:column;align-items:center;text-align:center}
  .footer-nav{justify-content:center;flex-wrap:wrap;gap:30px}
}

@media (max-width:640px){
  .section{padding:50px 0}
  .section-head{margin-bottom:30px}
  .section-title{font-size:24px}
  .section-sub{font-size:13px}

  .header-top .container{height:56px;padding-right:50px}
  .brand{gap:8px}
  .brand-logo{width:430px;max-width:100%}
  .brand-icon{height:22px}
  .brand-name{font-size:14px;letter-spacing:.5px}
  .menu-toggle{width:64px;height:44px;right:-20px}
  .menu-toggle span{width:22px}

  .banner{height:460px;margin-top:56px!important;padding:0}
  .banner-title{font-size:26px}
  .banner-title .line1{font-size:18px}
  .banner-sub{font-size:14px}
  .banner-desc{font-size:13px}
  .banner-arrow{display:none}
  .banner-dots{bottom:16px}
  .banner-dot{width:24px}
  .banner-dot.is-active{width:34px}

  .brand-row{grid-template-columns:repeat(2,1fr);gap:14px}
  .brand-row-logos > .brand-logo-cell:nth-child(-n+2){grid-row:1}
  .brand-row-logos > .brand-logo-cell:nth-child(n+3):nth-child(-n+4){grid-row:3}
  .brand-row-logos > .brand-logo-cell:nth-child(n+5){grid-row:5}
  .brand-row-desc > .brand-desc-cell:nth-child(-n+2){grid-row:2}
  .brand-row-desc > .brand-desc-cell:nth-child(n+3):nth-child(-n+4){grid-row:4}
  .brand-row-desc > .brand-desc-cell:nth-child(n+5){grid-row:6}
  .brand-card-grid{grid-template-columns:repeat(2,1fr)}

  .product-slider{--per:1;--gap:16px}
  .product-grid{grid-template-columns:1fr;gap:16px}
  .product-img{height:auto;aspect-ratio:4/3;background:#fff}
  .product-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;transform:none}
  .product-card:hover .product-img img{transform:none}
  .product-arrow{width:36px;height:36px;font-size:20px}

  .about-section{padding:60px 0 70px}
  .about-stats{grid-template-columns:repeat(2,1fr)}
  .stat-item .num{font-size:36px}

  .news-item{gap:12px;padding:18px 0}
  .news-date{flex:0 0 60px;font-size:11px}
  .news-date em{font-size:18px}
  .news-thumb{flex:0 0 100%;height:160px;order:-1}
  .news-body h4{font-size:14px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}

  .coop-text{font-size:14px;line-height:2}
  .coop-text .hl{font-size:16px}

  /* contact section mobile */
  .contact-section{padding:50px 0}
  .contact-bg{width:96%;opacity:.45;top:60%}
  .contact-meta{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:36px;padding:0 4px}
  .contact-meta li{flex:1;font-size:11.5px;align-items:center;gap:8px;min-width:0}
  .contact-meta li img{width:38px;height:38px}
  .contact-meta li span{letter-spacing:0;text-align:center;line-height:1.4;word-break:break-all}
  .qr-pop{width:160px;height:160px;top:54px}
  .contact-meta li:last-child:hover .qr-pop{top:60px}

  .contact-main{gap:24px;padding:0}
  .contact-values .cv-btns{flex-direction:column}
  .contact-values .cv-btns .cf-btn{width:100%;min-width:0}
  .addr-list{gap:6px}
  .addr-item{padding:10px 4px;gap:12px;align-items:flex-start}
  .addr-item:hover{transform:none}
  .addr-icon{flex:0 0 48px;height:48px;border-radius:6px}
  .addr-icon img{max-width:60%;max-height:60%}
  .addr-body h4{font-size:14px;margin-bottom:3px}
  .addr-body p{font-size:11.5px;line-height:1.6;word-break:break-word}

  .contact-form-box{padding:22px 0 6px}
  .cf-tit{font-size:14px;margin-bottom:16px}
  .cf-btn{min-width:160px;padding:11px 28px;font-size:14px}

  .footer-nav{gap:20px;font-size:13px}
  .footer-nav dl:first-child{column-gap:16px}
  .back-top{right:16px;bottom:30px;width:38px;height:38px}
  
}

/* ========== Lazy Load Animation (2026-06-18) ========== */
img[data-src]{opacity:0;transition:opacity 0.4s ease}
img[data-src].loaded{opacity:1}
img.loaded{opacity:1}

/* Team photo gallery item image style */
.team-photo-gallery-item img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:6px;
  background:#f5f7fa;
}

/* Team photo gallery - responsive grid override */
.team-photo-gallery{grid-template-columns:repeat(4,1fr)!important}
@media (max-width:992px){
  .team-photo-gallery{grid-template-columns:repeat(3,1fr)!important}
}
@media (max-width:768px){
  .team-photo-gallery{grid-template-columns:repeat(2,1fr)!important}
}

/* ===== 团队照片二级分类小标签（仅团队照片页使用，不影响其他页面） ===== */
/* 二级标签：位于一级栏目导航下方，视觉小一号；复用一级 flex/居中布局，仅覆盖尺寸，不加背景/边框/圆角 */
.sub-tabs-2{padding:6px 0;margin-top:14px;gap:28px}
.sub-tabs-2 a{font-size:13px;padding:6px 6px;letter-spacing:.5px}
.sub-tabs-2 a.active::after{width:22px;height:2px}
/* 父页（二级标签无 active 项）时默认高亮「年会」横杠。模板给父页容器加 is-parent，CSS 用普通后代选择器锁定年会，避开 :has() 以兼容后台 CSS 编辑器 */
.team-photos-list .sub-tabs-2.is-parent a[href*="annual"]::after{content:"";position:absolute;left:50%;bottom:0;width:22px;height:2px;background:var(--accent);transform:translateX(-50%);border-radius:2px}
/* 团队照片：把一、二级导航合并为一个视觉单元，分隔线从一级下方移到二级下方，避免二级标签显得"悬空" */
.team-photos-list .sub-tabs{border-bottom:none;margin-bottom:0;padding-bottom:8px}
.team-photos-list .sub-tabs-2{margin-top:0;padding-top:0;padding-bottom:18px;border-bottom:1px solid #eef2f6;margin-bottom:40px}

/* ============================================================
   内容排版规范 (Content Typography) 添加 2026-07-29
   适用：品牌介绍 / 产品介绍 / 新闻文章 等详情页正文
   管理：搜索 "Content Typography" 即可定位本段全部规则
   ============================================================ */

/* 统一作用域：仅作用于以下正文容器，绝不污染站点框架（导航/卡片/表单等）
   .brand-intro-body / .detail-block / .news-detail-body / .text-block
   说明：首行缩进(text-indent)经评估未启用，以免破坏站长旧文里内联居中的图片段落；
   站长新写文章直接使用语义标签即可获得下列专业排版。所有变量均来自 :root。 */

/* ---------- 1. 标题层级 ---------- */
.detail-block h2,
.news-detail-body h2,
.brand-intro-body h2{
  font-size:24px;
  line-height:1.4;
  font-weight:600;
  color:var(--primary);
  margin:34px 0 16px;
  padding-left:14px;
  border-left:4px solid var(--primary);
}
.detail-block h3,
.news-detail-body h3,
.brand-intro-body h3{
  font-size:19px;
  line-height:1.45;
  font-weight:600;
  color:var(--dark);
  margin:26px 0 12px;
  padding-bottom:8px;
  border-bottom:1px solid #e7eef5;
}
.detail-block h4,
.news-detail-body h4{
  font-size:16px;
  line-height:1.5;
  font-weight:600;
  color:var(--text);
  margin:20px 0 10px;
}
/* 块小标题：在既有 .block-title 基础样式上增强为主色强调 */
.detail-block .block-title{
  color:var(--primary);
  font-weight:600;
  border-bottom:2px solid var(--primary);
}

/* ---------- 2. 段落 ---------- */
.detail-block p,
.news-detail-body p,
.brand-intro-body p,
.text-block p{
  line-height:2;
  margin-bottom:16px;
  text-align:justify;
  text-justify:inter-ideograph;
  color:var(--text-light);
}

/* ---------- 3. 图片 ---------- */
.detail-block img,
.news-detail-body img,
.brand-intro-body img,
.text-block img{
  max-width:100%;
  height:auto;
  display:block;
  margin:22px auto;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
/* 兼容既有 .img-center 居中图容器（保留原 margin 节奏） */
.news-detail-body .img-center img{
  margin:0 auto;
}

/* ---------- 4. 列表（reset 中 ul/ol 已 list-style:none，此处恢复语义符号） ---------- */
.detail-block ul,
.news-detail-body ul,
.brand-intro-body ul,
.text-block ul{
  list-style:disc;
}
.detail-block ol,
.news-detail-body ol,
.brand-intro-body ol,
.text-block ol{
  list-style:decimal;
}
.detail-block ul,
.detail-block ol,
.news-detail-body ul,
.news-detail-body ol,
.brand-intro-body ul,
.brand-intro-body ol,
.text-block ul,
.text-block ol{
  margin:16px 0 18px;
  padding-left:1.6em;
}
.detail-block li,
.news-detail-body li,
.brand-intro-body li,
.text-block li{
  position:relative;
  line-height:1.9;
  margin-bottom:8px;
  color:var(--text-light);
}
.detail-block ul li::marker,
.news-detail-body ul li::marker,
.brand-intro-body ul li::marker,
.text-block ul li::marker{
  color:var(--primary);
}
.detail-block ol li::marker,
.news-detail-body ol li::marker,
.brand-intro-body ol li::marker,
.text-block ol li::marker{
  color:var(--accent);
  font-weight:600;
}

/* ---------- 5. 表格 ---------- */
.detail-block table,
.news-detail-body table,
.brand-intro-body table,
.text-block table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0 24px;
  font-size:14px;
  color:var(--text-light);
}
.detail-block table th,
.news-detail-body table th,
.brand-intro-body table th,
.text-block table th{
  background:rgba(22,104,227,.06);
  color:var(--dark);
  font-weight:600;
  text-align:left;
  border:1px solid #e7eef5;
  padding:12px 14px;
}
.detail-block table td,
.news-detail-body table td,
.brand-intro-body table td,
.text-block table td{
  border:1px solid #e7eef5;
  padding:11px 14px;
}
.detail-block table tbody tr:nth-child(even),
.news-detail-body table tbody tr:nth-child(even),
.brand-intro-body table tbody tr:nth-child(even),
.text-block table tbody tr:nth-child(even){
  background:var(--gray);
}
/* 推荐：将表格包在 <div class="table-wrap"> 中，桌面/移动端均可横向滚动 */
.detail-block .table-wrap,
.news-detail-body .table-wrap,
.brand-intro-body .table-wrap,
.text-block .table-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin:20px 0;
}

/* ---------- 6. 引用块 ---------- */
.detail-block blockquote,
.news-detail-body blockquote,
.brand-intro-body blockquote,
.text-block blockquote{
  margin:20px 0;
  padding:14px 20px;
  background:var(--gray);
  border-left:4px solid var(--primary);
  border-radius:0 var(--radius) var(--radius) 0;
  color:var(--text-light);
  font-style:italic;
  line-height:1.9;
}
.detail-block blockquote p,
.news-detail-body blockquote p,
.brand-intro-body blockquote p,
.text-block blockquote p{
  margin-bottom:0;
  color:var(--text-light);
}

/* ---------- 7. 行内代码 / 代码块 ---------- */
.detail-block code,
.news-detail-body code,
.brand-intro-body code,
.text-block code{
  font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;
  background:#f0f3f7;
  color:var(--primary-dark);
  padding:2px 6px;
  border-radius:4px;
  font-size:.92em;
}
.detail-block pre,
.news-detail-body pre,
.brand-intro-body pre,
.text-block pre{
  background:#0f1b2d;
  color:#e6edf3;
  padding:16px 18px;
  border-radius:var(--radius);
  overflow-x:auto;
  margin:18px 0;
  font-size:13px;
  line-height:1.7;
}
.detail-block pre code,
.news-detail-body pre code,
.brand-intro-body pre code,
.text-block pre code{
  background:none;
  color:inherit;
  padding:0;
  font-size:inherit;
}

/* ---------- 8. 分割线 ---------- */
.detail-block hr,
.news-detail-body hr,
.brand-intro-body hr,
.text-block hr{
  border:0;
  height:1px;
  background:#e7eef5;
  margin:28px auto;
  width:100%;
}
.detail-block hr.ornament,
.news-detail-body hr.ornament,
.brand-intro-body hr.ornament,
.text-block hr.ornament{
  width:120px;
  height:3px;
  background:linear-gradient(90deg,var(--primary),var(--accent));
  border-radius:3px;
}

/* ---------- 9. 链接（仅正文容器内的 a，不影响导航/卡片） ---------- */
.detail-block a,
.news-detail-body a,
.brand-intro-body a,
.text-block a{
  color:var(--primary);
  text-decoration:none;
  border-bottom:1px solid rgba(22,104,227,.35);
  transition:color .2s,border-color .2s;
}
.detail-block a:hover,
.news-detail-body a:hover,
.brand-intro-body a:hover,
.text-block a:hover{
  color:var(--primary-dark);
  border-bottom-color:var(--primary-dark);
}

/* ---------- 10. 强调 ---------- */
.detail-block strong,
.detail-block b,
.news-detail-body strong,
.news-detail-body b,
.brand-intro-body strong,
.brand-intro-body b,
.text-block strong,
.text-block b{
  font-weight:700;
  color:var(--dark);
}

/* ---------- 11. 移动端响应式 ---------- */
@media (max-width:768px){
  .detail-block h2,
  .news-detail-body h2,
  .brand-intro-body h2{font-size:20px;margin:26px 0 12px}
  .detail-block h3,
  .news-detail-body h3,
  .brand-intro-body h3{font-size:17px;margin:22px 0 10px}
  .detail-block h4,
  .news-detail-body h4{font-size:15px}

  .detail-block p,
  .news-detail-body p,
  .brand-intro-body p,
  .text-block p{font-size:14px;line-height:1.9;margin-bottom:14px}

  .detail-block img,
  .news-detail-body img,
  .brand-intro-body img,
  .text-block img{margin:18px 0;width:100%}

  .detail-block table,
  .news-detail-body table,
  .brand-intro-body table,
  .text-block table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:13px}

  .detail-block .table-wrap,
  .news-detail-body .table-wrap,
  .brand-intro-body .table-wrap,
  .text-block .table-wrap{margin:18px 0}
}

/* ============================================================
   阅读区布局优化 (Reading Layout) 添加 2026-07-29
   用途：优化产品详情页 / 新闻详情页在大屏下的阅读体验。将过宽且左对齐的正文
        限宽居中，并为产品标题添加一条居中渐变短装饰线，使排版更克制、专业。
   作用范围：仅作用于 .detail-title / .detail-block / .news-detail-container 三个选择器，
        绝不污染导航、卡片、首页等站点框架；合作品牌介绍框 (.brand-intro /
        .brand-intro-body) 保持原样，本段不对其做任何修改或覆盖。
   管理：搜索 "Reading Layout" 即可定位本段全部规则。
   约定：本段仅追加，不改写文件任何既有规则；颜色/间距统一引用 :root 变量；不使用 !important。
   ============================================================ */

/* ---------- 1. 产品标题：限宽居中 + 居中渐变短装饰线 ---------- */
.detail-title{
  max-width:820px;
  margin:0 auto 40px;
  text-align:center;
}
.detail-title::after{
  content:"";
  display:block;
  width:64px;
  height:3px;
  margin:16px auto 0;
  background:linear-gradient(90deg,var(--primary),var(--accent));
  border-radius:3px;
}

/* ---------- 2. 产品正文：限宽 820px 居中（保留原底部 50px 间距） ---------- */
.detail-block{
  max-width:820px;
  margin:0 auto 50px;
}

/* ---------- 3. 新闻阅读区：整体限宽 820px 居中，约束标题/正文/上下篇于同一阅读宽度 ---------- */
.news-detail-container{
  max-width:min(820px, calc(100% - 60px));
  margin:0 auto;
}

/* ---------- 4. 响应式：中小屏放松阅读区限宽，避免横向溢出 ---------- */
@media (max-width:900px){
  .detail-title{
    max-width:100%;
  }
  .detail-block{
    max-width:100%;
  }
}
@media (max-width:768px){
  .news-detail-container{
    max-width:calc(100% - 40px);
  }
}
