:root{color-scheme:light only;--blue: #1a5296;--blue-dark: #0c2d52;--blue-bright: #3b82f6;--orange: #f39200;--orange-hot: #ff6b00;--green: #5cb82a;--green-bright: #84cc16;--red: #e04545;--text: #1a1a24;--text-light: #5c6370;--text-muted: #9ca3af;--bg: #ffffff;--bg-soft: #f6f8fb;--bg-pattern: #eef2f7;--radius: 16px;--radius-sm: 10px;--container: 1400px;--page-float-max: 1320px;--page-float-wide-max: 1360px;--shadow-soft: 0 8px 32px rgba(26, 82, 150, .08);--shadow-hover: 0 20px 48px rgba(26, 82, 150, .14);--gradient-brand: linear-gradient(135deg, #1a5296 0%, #3b82f6 50%, #5cb82a 100%);--gradient-warm: linear-gradient(135deg, #f39200, #ff6b00);--gradient-primary: linear-gradient(135deg, #0c2d52 0%, #1a5296 52%, #2563b8 100%);--btn-radius: 12px;--btn-radius-pill: 999px;--btn-h: 48px;--btn-h-lg: 56px;--btn-h-sm: 40px;--btn-shadow-accent: 0 10px 32px rgba(243, 146, 0, .38);--btn-shadow-primary: 0 10px 32px rgba(26, 82, 150, .28);--btn-shadow-soft: 0 6px 20px rgba(12, 45, 82, .12);--transition-btn: transform .22s cubic-bezier(.22, 1, .36, 1), box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;--site-header-sticky-top: 148px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light only}body{font-family:PingFang SC,Microsoft YaHei,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;color-scheme:light only}.page{min-height:100vh;overflow-x:hidden}a{color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--btn-h);padding:0 28px;border:2px solid transparent;border-radius:var(--btn-radius);font-family:inherit;font-size:15px;font-weight:700;letter-spacing:1.5px;line-height:1.2;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:var(--transition-btn)}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px #1a529638}.btn-pill{border-radius:var(--btn-radius-pill)}.btn-lg{min-height:var(--btn-h-lg);padding:0 40px;font-size:17px;letter-spacing:2px}.btn-sm{min-height:var(--btn-h-sm);padding:0 20px;font-size:13px;letter-spacing:1px}.btn-block{width:100%}.btn-accent{background:var(--gradient-warm);color:#fff;box-shadow:var(--btn-shadow-accent)}.btn-accent:hover{box-shadow:0 14px 40px #f392007a}.btn-accent:focus-visible{box-shadow:0 0 0 3px #f3920047,var(--btn-shadow-accent)}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--btn-shadow-primary)}.btn-primary:hover{box-shadow:0 14px 40px #1a529657}.btn-outline{background:#fff;color:var(--blue);border-color:#1a529638;box-shadow:var(--btn-shadow-soft)}.btn-outline:hover{background:#eef4fb;border-color:#1a529661;box-shadow:0 10px 28px #1a52961f}.btn-ghost{background:transparent;color:#fff;border-color:#ffffff8c}.btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff;box-shadow:none}.btn-light{background:#fff;color:var(--blue);box-shadow:0 10px 32px #00000024}.btn-light:hover{box-shadow:0 14px 40px #0000002e}.btn-light--warm{color:#a84800}.btn-text{min-height:auto;padding:0;border:none;background:none;box-shadow:none;color:var(--blue);font-size:14px;letter-spacing:.5px}.btn-text:hover{transform:none;opacity:.78}.btn-nav{min-height:44px;width:100%;padding:0 16px;justify-content:space-between;border-radius:var(--btn-radius);background:var(--bg-soft);color:var(--text);border:1px solid transparent;font-size:14px;font-weight:700;letter-spacing:.5px;box-shadow:none}.btn-nav:hover{transform:none;background:#eef3f9}.btn-nav.is-active{background:#e8f0fa;border-color:#1a529638;color:var(--blue);box-shadow:inset 0 0 0 1px #1a52960f}.btn-nav--warm:hover{background:#fff4e8}.btn-nav--warm.is-active{background:#fff0e0;border-color:#e8870a47;color:#c96a00}.btn-nav-badge{flex-shrink:0;min-width:26px;height:26px;padding:0 8px;border-radius:var(--btn-radius-pill);background:rgba(26,82,150,.1);color:var(--blue);font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.btn-nav-badge--warm{background:rgba(232,135,10,.14);color:var(--orange)}.btn-nav--warm.is-active .btn-nav-badge--warm{background:rgba(232,135,10,.22);color:#a84800}.btn-tab{min-height:var(--btn-h);padding:0 36px;border-radius:var(--btn-radius-pill);background:transparent;color:#fff;border-color:#ffffff73;box-shadow:none;font-size:15px;letter-spacing:2px}.btn-tab:hover,.btn-tab.is-active{transform:translateY(-1px);background:#fff;color:var(--blue);border-color:#fff;box-shadow:0 8px 24px #0000001f}.btn-icon svg{flex-shrink:0;transition:transform .22s ease}.btn-icon:hover svg{transform:translate(3px)}.header{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.94);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(0,0,0,.04);box-shadow:0 6px 32px #0c2d5214}.header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,transparent 5%,rgba(26,82,150,.35),rgba(243,146,0,.5),rgba(92,184,42,.35),transparent 95%);opacity:.85}.header-inner{max-width:var(--container);margin:0 auto;padding:0 64px;height:104px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:48px}.logo{border:none;background:none;cursor:pointer;padding:0;display:flex;align-items:center}.logo-mobile-brand{display:none}.nav-link,.cta-btn{border:none;cursor:pointer;font-family:inherit}.header-top{background:linear-gradient(90deg,#0c2d52,#1a5296);color:#ffffffeb;font-size:14px}.header-top-inner{max-width:var(--container);margin:0 auto;padding:10px 64px;display:flex;justify-content:space-between;align-items:center;gap:24px}.header-slogan{letter-spacing:2px}.header-contact{display:flex;align-items:center;gap:20px;font-size:13px}.header-contact strong{color:#fff;font-size:16px;letter-spacing:1px;white-space:nowrap;font-variant-numeric:tabular-nums}.nav-mobile,.nav-mobile-bar{display:none}.header-mobile-panel{display:contents}.header-mobile-call{display:none}.site-main{min-height:60vh}.page-fade-enter-active,.page-fade-leave-active{transition:opacity .25s ease,transform .25s ease}.page-fade-enter-from{opacity:0;transform:translateY(12px)}.page-fade-leave-to{opacity:0;transform:translateY(-8px)}.page-banner{position:relative;text-align:left;padding:48px 64px 56px;color:#fff;overflow:hidden;isolation:isolate}.page-banner-wrap{max-width:var(--container);margin:0 auto;position:relative;z-index:2}.page-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.12) 0%,transparent 40%),radial-gradient(circle at 88% 78%,rgba(92,184,42,.2) 0%,transparent 42%);pointer-events:none}.page-banner-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;opacity:.4}.page-banner-orb{position:absolute;border-radius:50%;filter:blur(64px);pointer-events:none;z-index:0}.page-banner-orb--1{width:300px;height:300px;top:-90px;right:16%;background:rgba(92,184,42,.26)}.page-banner-orb--2{width:240px;height:240px;bottom:-70px;left:6%;background:rgba(59,130,246,.2)}.page-banner-watermark{position:absolute;right:-1%;top:50%;transform:translateY(-52%);font-size:clamp(64px,11vw,128px);font-weight:900;letter-spacing:.1em;line-height:.92;color:#ffffff0d;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;white-space:nowrap;max-width:58%;overflow:hidden}.page-banner-inner{position:relative;z-index:1}.page-banner-content{max-width:760px;padding-left:28px;border-left:3px solid rgba(132,204,22,.88)}.page-banner-en{font-size:11px;font-weight:700;letter-spacing:5px;text-transform:uppercase;opacity:.72;margin-bottom:12px}.page-banner-title{font-size:clamp(36px,4.6vw,50px);font-weight:800;letter-spacing:3px;line-height:1.15;margin:0}.page-banner-sub{font-size:16px;line-height:1.75;opacity:.9;letter-spacing:.5px;margin:16px 0 0;max-width:580px}.page-banner-slot{margin-top:20px}.page-banner-tags{display:flex;flex-wrap:wrap;gap:10px}.page-banner-tag{font-size:13px;font-weight:600;letter-spacing:.5px;padding:9px 18px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.26);color:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.page-banner-curve{position:absolute;bottom:-1px;left:0;right:0;height:36px;background:var(--bg);border-radius:28px 28px 0 0;z-index:3}.page-banner h1{font-size:clamp(36px,4.6vw,50px);font-weight:800;letter-spacing:3px;margin-bottom:0}.page-banner p{font-size:16px;opacity:.9;letter-spacing:.5px}.page-banner-blue{background:linear-gradient(155deg,#071e38 0%,#123d6e 44%,#1a5296 72%,#1a4a3d 100%)}.page-banner-green{background:linear-gradient(155deg,#0d2818 0%,#1a4d35 42%,#2d6a4e 72%,#1a5296 100%)}.page-banner-standards{background:linear-gradient(155deg,#071e38 0%,#1a5296 50%,#1e6b4a 100%)}.page-banner-join{background:linear-gradient(155deg,#12121f 0%,#1a2d52 48%,#1a5296 100%)}.page-tabs{display:flex;justify-content:center;gap:14px;margin-top:32px;flex-wrap:wrap}.page-cert-badges{display:flex;justify-content:flex-start;gap:12px;margin-top:0;flex-wrap:wrap}.page-cert-badge{background:rgba(255,255,255,.16);padding:12px 28px;border-radius:8px;font-weight:700;font-size:15px;letter-spacing:2px;border:1px solid rgba(255,255,255,.25)}.home-brands{padding:100px 0 108px;background:#f4f6f9;position:relative}.home-brands:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(26,82,150,.12),transparent)}.home-brands-wrap{max-width:var(--container);margin:0 auto;padding:0 64px}.home-brands-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:48px 64px;align-items:end;margin-bottom:64px;padding-bottom:40px;border-bottom:1px solid rgba(26,82,150,.08)}.home-brands-head-main{position:relative;min-height:88px}.home-brands-watermark{position:absolute;top:-8px;left:0;font-size:clamp(64px,9vw,96px);font-weight:900;letter-spacing:8px;line-height:1;color:#1a52960f;pointer-events:none;-webkit-user-select:none;user-select:none}.home-brands-head-text{position:relative;padding-left:28px;border-left:3px solid var(--green)}.home-brands-en{font-size:11px;font-weight:700;letter-spacing:5px;color:var(--blue);opacity:.55;margin-bottom:10px}.home-brands-title{font-size:clamp(32px,4.5vw,44px);font-weight:800;letter-spacing:2px;color:var(--text);line-height:1.2}.home-brands-sub{font-size:16px;color:var(--text-light);line-height:1.95;max-width:480px;margin:0;padding-top:8px}.home-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.home-split-card{position:relative;border-radius:28px;overflow:hidden;color:#fff;min-height:580px;box-shadow:0 4px 6px #0c2d520a,0 24px 64px #0c2d521f;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease;display:flex;flex-direction:column}.home-split-card:nth-child(2){margin-top:0}.home-split-card:hover{transform:translateY(-6px);box-shadow:0 8px 12px #0c2d520f,0 32px 80px #0c2d522e}.home-split-card--sdl{background:linear-gradient(155deg,#071e38 0%,#1a5296 48%,#1e6b8a 100%)}.home-split-card--ld{background:linear-gradient(155deg,#8a3d00 0%,#e8870a 50%,#f5b84d 100%)}.home-split-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.home-split-card--sdl .home-split-bg{background:radial-gradient(circle at 92% 12%,rgba(92,184,42,.32) 0%,transparent 38%),radial-gradient(circle at 8% 92%,rgba(59,130,246,.2) 0%,transparent 42%)}.home-split-card--ld .home-split-bg{background:radial-gradient(circle at 90% 15%,rgba(255,255,255,.25) 0%,transparent 38%),radial-gradient(circle at 5% 85%,rgba(192,62,62,.18) 0%,transparent 40%)}.home-split-card--has-factory .home-split-bg{background:none;overflow:hidden}.home-split-card--has-factory{background:#1a2332}.home-split-bg-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.home-split-card--has-factory .home-split-bg-photo{top:-2%;right:-2%;bottom:-2%;left:-2%;width:104%;height:104%;filter:blur(4px);-webkit-filter:blur(4px)}.home-split-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.home-split-card--has-factory .home-split-bg-overlay{background:linear-gradient(180deg,rgba(15,23,42,.06) 0%,rgba(15,23,42,.14) 55%,rgba(15,23,42,.22) 100%)}.home-split-card--has-factory .home-split-bg:after{display:none}.about-brand-showcase{margin-bottom:48px}.about-brand-detail-head{display:flex;align-items:flex-start;gap:24px;margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #eef1f5}.about-brand-detail-logo{width:120px;height:52px;object-fit:contain;flex-shrink:0;padding:10px 14px;border-radius:12px;background:#f8fafc;border:1px solid #eef1f5}.about-brand-profile--ld .about-brand-detail-logo{height:64px}.about-brand-meta--light,.about-brand-meta--light span{color:var(--text-muted)}.about-certs--light .about-cert-tag{background:#f4f7fb;color:var(--text-light);border-color:#e8edf3}.about-brand-profile{display:block;margin-top:32px;margin-bottom:48px}.about-brand-profile .about-brand-main{padding:40px 44px;border-radius:24px;background:#fff;border:1px solid #eef1f5;box-shadow:var(--shadow-soft)}.home-split-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;opacity:.35}.home-split-index{position:absolute;top:28px;right:32px;z-index:2;font-size:13px;font-weight:700;letter-spacing:3px;opacity:.45;font-variant-numeric:tabular-nums}.home-split-stage{position:relative;z-index:1;flex:1;min-height:260px;padding:36px 32px 20px;display:flex;align-items:center;justify-content:center}.home-split-showcase{position:relative;width:100%;max-width:300px;height:240px;display:flex;align-items:flex-end;justify-content:center}.home-split-showcase-ring{position:absolute;width:72%;aspect-ratio:1;top:8%;left:50%;transform:translate(-50%);border-radius:50%;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.1) 0%,transparent 65%);pointer-events:none}.home-split-showcase-floor{position:absolute;bottom:4px;left:8%;right:8%;height:48px;background:radial-gradient(ellipse 100% 100% at 50% 100%,rgba(255,255,255,.22) 0%,transparent 72%);pointer-events:none}.home-split-hero-product{position:relative;z-index:1;max-height:210px;width:auto;max-width:68%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 16px 32px rgba(0,0,0,.28));transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s ease}.home-split-card:hover .home-split-hero-product{transform:translateY(-8px);filter:drop-shadow(0 24px 40px rgba(0,0,0,.35))}.home-split-panel{position:relative;z-index:2;margin:0 24px 24px;padding:24px 28px 28px;border-radius:20px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px #ffffff26;flex-shrink:0}.home-split-panel-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14);min-height:52px}.home-split-logo-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:124px;height:52px;padding:6px 12px;border-radius:12px;background:rgba(255,255,255,.96);box-shadow:0 6px 20px #0000001a}.home-split-logo-wrap--ld{padding:6px 10px}.home-split-logo{height:40px;width:auto;max-width:100%;object-fit:contain;display:block}.home-split-tag{flex:1;font-size:14px;font-weight:700;letter-spacing:1px;padding:10px 16px;border-radius:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);text-align:right;line-height:1.5;min-height:44px;display:flex;align-items:center;justify-content:flex-end}.home-split-panel-body{margin-bottom:24px}.home-split-series-label{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;opacity:.65;margin-bottom:8px}.home-split-name{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:2px;line-height:1.2;margin-bottom:6px}.home-split-series{font-size:14px;opacity:.88;margin-bottom:14px;letter-spacing:.3px}.home-split-slogan{font-size:15px;font-weight:600;letter-spacing:.5px;line-height:1.65;margin-bottom:18px;opacity:.92}.home-split-highlights{list-style:none;display:grid;gap:8px}.home-split-highlights li{font-size:13px;line-height:1.55;padding-left:14px;position:relative;opacity:.9}.home-split-highlights li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.75)}.home-split-btn{margin-top:4px;letter-spacing:1px;font-size:14px}.home-split-card--ld .home-split-btn.btn-light--warm{color:#a84800}.home-split-card--xc{background:linear-gradient(135deg,#c03e3e,#e85d5d)}.home-actions{text-align:center;margin-top:48px}.block-lead-center{text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.block-lead-light{color:#ffffffd9}.product-grid-3{grid-template-columns:repeat(3,1fr)}.product-card-expanded .product-desc,.liangdu-card-expanded .product-desc{font-size:14px;color:var(--text-light);line-height:1.75;padding:0 22px 12px}.liangdu-model{font-size:13px;color:var(--text-muted);padding:0 22px 8px}.about-story-expanded .about-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;font-size:13px;color:var(--text-muted)}.brand-highlights{list-style:none;margin-top:16px;text-align:left}.brand-highlights li{font-size:14px;color:var(--text-light);padding:4px 0}.guide-intro{font-size:16px;color:var(--text-light);line-height:1.9;margin-bottom:32px;max-width:900px}.guide-tip,.guide-step-detail,.guide-material-note{font-size:13px;color:var(--text-muted);margin-top:10px;line-height:1.75}.faq-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.faq-tag{font-size:12px;padding:4px 12px;border-radius:999px;background:rgba(26,82,150,.08);color:var(--blue);font-weight:600}.block-standards-light{background:#fff}.block-standards{background:linear-gradient(180deg,#f4f7fb 0%,#fff 28%,#f8fafc 100%);padding:72px 48px 100px;color:var(--text)}.standards-page{max-width:none}.standards-intro{font-size:18px;line-height:2;color:#2c3440;text-align:center;max-width:820px;margin:0 auto 56px;font-weight:500}.standards-pledge{background:linear-gradient(135deg,#0c2d52 0%,#1a5296 55%,#2d6a4e 100%);color:#fff;border-radius:24px;padding:48px 52px;margin-bottom:64px;position:relative;overflow:hidden;box-shadow:0 24px 64px #0c2d522e}.standards-pledge:before{content:"";position:absolute;top:-40%;right:-10%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(92,184,42,.25) 0%,transparent 70%);pointer-events:none}.standards-pledge-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.standards-pledge-head h3{font-size:28px;font-weight:800;letter-spacing:2px}.standards-pledge-tag{font-size:12px;font-weight:700;letter-spacing:2px;padding:8px 16px;border-radius:999px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25)}.standards-pledge-text{font-size:16px;line-height:1.95;color:#fffffff2;margin-bottom:16px;max-width:900px}.standards-noadd{margin-top:28px;padding:24px 28px;border-radius:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.standards-noadd-title{font-size:14px;font-weight:700;letter-spacing:2px;margin-bottom:16px;color:#ffffffeb}.standards-noadd-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px}.standards-noadd-list li{font-size:14px;line-height:1.6;padding-left:18px;position:relative;color:#fffffff2}.standards-noadd-list li:before{content:"✓";position:absolute;left:0;color:var(--green-bright);font-weight:700}.standards-anchor{scroll-margin-top:calc(var(--site-header-sticky-top) + 24px)}.standards-section{margin-bottom:64px}.standards-section:last-child{margin-bottom:0}.standards-section-head{margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid rgba(26,82,150,.1)}.standards-section-head h3{font-size:24px;font-weight:800;color:var(--text);letter-spacing:2px;margin-bottom:8px;padding-left:16px;border-left:4px solid var(--green)}.standards-section-head p{font-size:15px;color:var(--text-muted);padding-left:20px}.standards-auth-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.standards-auth-card{background:#fff;border-radius:20px;padding:28px 24px;border:1px solid #eef1f6;box-shadow:var(--shadow-soft);transition:transform .25s,box-shadow .25s;position:relative}.standards-auth-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.standards-auth-tag{position:absolute;top:16px;right:16px;font-size:10px;font-weight:700;letter-spacing:1px;padding:4px 10px;border-radius:6px;background:#f0f7ea;color:var(--green)}.standards-auth-icon{width:56px;height:56px;margin-bottom:16px}.standards-auth-icon img{width:100%;height:100%;object-fit:contain}.standards-auth-card h4{font-size:17px;font-weight:800;color:var(--blue);margin-bottom:10px;letter-spacing:1px}.standards-auth-card p{font-size:13px;color:var(--text-light);line-height:1.75}.standards-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.standards-principle-card{background:#fff;border-radius:16px;padding:28px 24px;border:1px solid #eef1f6;box-shadow:var(--shadow-soft)}.standards-principle-num{display:block;font-size:32px;font-weight:900;color:#1a52961f;line-height:1;margin-bottom:12px;font-variant-numeric:tabular-nums}.standards-principle-card h4{font-size:17px;font-weight:700;color:var(--blue);margin-bottom:10px}.standards-principle-card p{font-size:14px;color:var(--text-light);line-height:1.8}.standards-groups{display:grid;gap:24px}.standards-group-card{background:#fff;border-radius:20px;padding:32px 36px;border:1px solid #eef1f6;box-shadow:var(--shadow-soft)}.standards-group-head{margin-bottom:24px;padding-bottom:20px;border-bottom:1px dashed #e8ecf2}.standards-group-head h4{font-size:20px;font-weight:800;color:var(--blue);letter-spacing:2px;margin-bottom:8px}.standards-group-head p{font-size:14px;color:var(--text-muted)}.standards-code-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.standards-code-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:var(--bg-soft);border-radius:12px;border:1px solid #eef1f6}.standards-code-item code{font-size:14px;font-weight:800;color:var(--blue);flex-shrink:0}.standards-code-item span{font-size:13px;color:var(--text-light);text-align:right;line-height:1.5}.standards-qc{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:8px}.standards-qc-rail{position:absolute;top:36px;left:12.5%;right:12.5%;height:2px;pointer-events:none}.standards-qc-rail-line{display:block;height:100%;background:linear-gradient(90deg,rgba(26,82,150,.15) 0%,rgba(13,148,136,.35) 50%,rgba(232,135,46,.35) 100%);border-radius:2px}.standards-qc-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 8px 8px;background:transparent;border:none;box-shadow:none}.standards-qc-marker{position:relative;z-index:1;margin-bottom:28px}.standards-qc-num{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;font-weight:700;font-size:15px;letter-spacing:.02em;border:2px solid transparent;box-shadow:0 4px 16px #1a52961a,0 0 0 6px #ffffffe6;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.standards-qc-card:hover .standards-qc-num{transform:translateY(-4px);box-shadow:0 12px 28px #1a529629,0 0 0 6px #fffffff2}.standards-qc-card--0 .standards-qc-num{color:#1a5296;border-color:#1a529659;background:linear-gradient(180deg,#fff 0%,#f0f6fc 100%)}.standards-qc-card--1 .standards-qc-num{color:#0d9488;border-color:#0d948859;background:linear-gradient(180deg,#fff 0%,#ecfdf5 100%)}.standards-qc-card--2 .standards-qc-num{color:#2563b8;border-color:#2563eb4d;background:linear-gradient(180deg,#fff 0%,#eff6ff 100%)}.standards-qc-card--3 .standards-qc-num{color:#c2410c;border-color:#e8872e66;background:linear-gradient(180deg,#fff 0%,#fff7ed 100%)}.standards-qc-body{padding:28px 20px 32px;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.04);box-shadow:0 8px 32px #0c2d520f;width:100%;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.standards-qc-card:hover .standards-qc-body{transform:translateY(-6px);box-shadow:0 20px 48px #0c2d521a}.standards-qc-label{display:block;font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--text-muted);margin-bottom:10px}.standards-qc-card h4{font-size:18px;font-weight:700;color:var(--text);margin-bottom:12px;line-height:1.35}.standards-qc-card p{font-size:14px;color:var(--text-light);line-height:1.85;margin:0}.standards-product-map{display:grid;gap:16px}.standards-product-row{display:flex;align-items:center;gap:24px;background:#fff;border-radius:16px;padding:20px 28px;border:1px solid #eef1f6;box-shadow:var(--shadow-soft);transition:box-shadow .2s}.standards-product-row:hover{box-shadow:var(--shadow-hover)}.standards-product-thumb{flex-shrink:0;width:80px;height:80px;background:#fff;border-radius:12px;padding:8px;display:flex;align-items:center;justify-content:center}.standards-product-thumb img{max-height:72px;object-fit:contain}.standards-product-info h4{font-size:16px;font-weight:700;color:var(--text);margin-bottom:12px;letter-spacing:.5px}.standards-product-tags{display:flex;flex-wrap:wrap;gap:8px}.standards-product-tag{font-size:12px;font-weight:600;padding:6px 12px;border-radius:6px;background:rgba(26,82,150,.08);color:var(--blue);font-family:ui-monospace,Cascadia Code,monospace}.standards-claim-light{background:#f0f7ea;border:1px solid rgba(92,184,42,.2);color:var(--text)}.standards-claim-light p{opacity:1}.standards-group-light h3{color:var(--blue);border-left-color:var(--green)}.standards-grid-light .standards-item-light{background:#fff;border:1px solid #eef1f5;box-shadow:var(--shadow-soft)}.standards-item-light code{color:var(--blue)}.standards-item-light span{color:var(--text-light);opacity:1}.standards-products-mini{display:flex;justify-content:center;gap:32px;margin-top:48px;flex-wrap:wrap}.standards-products-mini img{height:140px;object-fit:contain}.block-join-light{background:linear-gradient(180deg,#f4f7fb 0%,#fff 28%,#f8fafc 100%);color:var(--text);padding:72px 64px 100px}.join-card-light{background:#fff;border:1px solid #eef1f5;box-shadow:var(--shadow-soft)}.join-section{margin-top:64px}.join-section-title{font-size:26px;font-weight:800;margin-bottom:8px;letter-spacing:2px;color:var(--text)}.join-targets{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.join-targets li{font-size:15px;color:var(--text-light);padding:20px 24px;background:#fff;border-radius:var(--radius);border:1px solid #eef1f5;box-shadow:var(--shadow-soft)}.join-process{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.join-process-card{display:flex;gap:14px;padding:28px 24px;background:#fff;border-radius:var(--radius);border:1px solid #eef1f5;box-shadow:var(--shadow-soft)}.join-process-num{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--orange),var(--orange-hot));color:#fff;font-weight:800;border-radius:12px;font-size:14px}.join-process-card h4{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--text)}.join-process-card p{font-size:14px;color:var(--text-light);line-height:1.8}.join-cta-light{border-top:none;margin-top:0;padding-top:0}.join-note{margin-top:16px!important;font-size:14px!important;color:var(--text-muted)!important;opacity:1!important}.footer-col button{display:block;width:100%;text-align:left;background:none;border:none;font-size:15px;color:#9ca3af;margin-bottom:14px;cursor:pointer;font-family:inherit}.footer-col button:hover{color:var(--green-bright)}.logo-img{height:68px;width:auto;transition:transform .25s}.logo-img--inline{display:none}.logo:hover .logo-img{transform:scale(1.04)}.nav{display:flex;align-items:stretch;gap:2px;height:100%}.nav-left{justify-content:flex-end}.nav-right{justify-content:flex-start;align-items:center}.nav-link{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:108px;padding:0 18px;min-height:104px;font-family:inherit;background:none;border:none;cursor:pointer;white-space:nowrap;border-radius:0;transition:color .2s ease}.nav-link-en{font-size:10px;font-weight:600;letter-spacing:2px;color:var(--text-muted);line-height:1;transition:color .2s}.nav-link-cn{font-size:17px;font-weight:600;letter-spacing:1px;color:#2a2f38;line-height:1.3;transition:color .2s}.nav-link:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:0;border-radius:2px 2px 0 0;background:linear-gradient(90deg,var(--blue),var(--green));transition:height .22s ease}.nav-link:hover .nav-link-cn,.nav-link.is-active .nav-link-cn{color:var(--blue)}.nav-link:hover .nav-link-en,.nav-link.is-active .nav-link-en{color:var(--blue-bright)}.nav-link:hover:after,.nav-link.is-active:after{height:4px}.nav-link.is-active .nav-link-cn{font-weight:700}.nav-link:focus-visible{outline:none;box-shadow:inset 0 -4px 0 var(--green)}.nav-link:before{display:none}.cta-btn{align-self:center;margin-left:12px;font-size:16px;letter-spacing:2px;padding:0 34px}.kv-overlay--light{background:linear-gradient(105deg,rgba(6,22,48,.62) 0%,rgba(12,45,82,.35) 42%,rgba(26,82,150,.08) 100%)}.home-split-hollow-logo{position:absolute;right:-6%;bottom:-8%;width:min(58%,320px);height:auto;opacity:.14;object-fit:contain;pointer-events:none;filter:brightness(1.6)}.home-split-card--ld .home-split-hollow-logo{opacity:.1;filter:brightness(2.2)}.about-base-image{width:100%;height:160px;object-fit:cover;border-radius:12px 12px 0 0;margin:-28px -28px 20px;display:block}.standards-cert-link{display:inline-flex;margin-top:12px;font-size:13px;font-weight:600;color:var(--blue);text-decoration:none}.standards-cert-link:hover{text-decoration:underline}.standards-cert-preview{margin-top:32px;padding:28px;border-radius:var(--radius);background:#fff;border:1px solid rgba(26,82,150,.1);box-shadow:var(--shadow-soft)}.standards-cert-preview h4{margin:0 0 16px;font-size:18px;color:var(--text)}.standards-cert-image{display:block;width:100%;height:auto;border:1px solid rgba(26,82,150,.12);border-radius:12px;background:#fff}.kv{position:relative;height:clamp(540px,62vw,780px);overflow:hidden;background:#142438}.kv-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02)}.kv-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgba(6,22,48,.82) 0%,rgba(12,45,82,.55) 42%,rgba(26,82,150,.2) 100%)}.kv-glow{position:absolute;top:-20%;right:-10%;width:55%;height:80%;background:radial-gradient(ellipse,rgba(92,184,42,.22) 0%,transparent 70%);pointer-events:none}.kv-inner{position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:0 64px;height:100%;display:flex;flex-direction:column;justify-content:center}.kv-tag{display:inline-flex;align-items:center;width:fit-content;font-size:15px;font-weight:600;letter-spacing:4px;color:#ffffffeb;margin-bottom:28px;padding:8px 22px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.kv-title{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.kv-line{display:block;font-size:clamp(52px,8vw,96px);font-weight:800;line-height:1.08;letter-spacing:12px;color:#fff;text-shadow:0 6px 40px rgba(0,0,0,.3)}.kv-line-accent{background:linear-gradient(90deg,#fff 30%,#a3e635 70%,#5cb82a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kv-sub{font-size:clamp(20px,2.6vw,28px);color:#ffffffe0;letter-spacing:6px;font-weight:400;margin-bottom:40px}.kv-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.kv-badge{font-size:14px;font-weight:600;color:#fff;padding:8px 18px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:1.5px}.kv-actions{display:flex;flex-wrap:wrap;gap:16px}.kv-dots{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:12px}.kv-dots .dot{width:32px;height:4px;border-radius:4px;border:none;background:rgba(255,255,255,.35);transition:all .3s}.kv-dots .dot.on{width:48px;background:#fff}.block{padding:140px 64px;position:relative}.block-inner{max-width:var(--container);margin:0 auto}.block-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px;position:relative}.block-head-center{flex-direction:column;align-items:center;text-align:center;margin-bottom:88px}.block-head-center .block-more{position:absolute;right:0;top:50%;transform:translateY(-50%)}.block-head-text{position:relative}.block-head-en{font-size:clamp(72px,11vw,128px);font-weight:800;letter-spacing:10px;line-height:1;position:absolute;top:-32px;left:0;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;background:linear-gradient(180deg,rgba(26,82,150,.09) 0%,rgba(92,184,42,.05) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.block-head-center .block-head-en{position:relative;top:auto;left:auto;margin-bottom:-4px}.block-head-cn{font-size:40px;font-weight:700;color:var(--text);letter-spacing:4px;position:relative;z-index:1;display:inline-flex;align-items:center;gap:16px}.block-head-center .block-head-cn{font-size:52px}.head-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--gradient-warm);flex-shrink:0}.head-dot-red{background:linear-gradient(135deg,#e04545,#f87171)}.block-head-sub{font-size:20px;color:var(--text-light);letter-spacing:6px;margin-top:20px;position:relative;z-index:1}.block-more{font-size:15px;font-weight:600;color:var(--orange);text-decoration:none;white-space:nowrap;flex-shrink:0;transition:all .2s;padding:8px 0}.block-more:hover{color:var(--orange-hot);letter-spacing:1px}.block-lead{font-size:19px;color:var(--text-light);margin-bottom:72px;max-width:820px;line-height:2.15}.block-eco{background:linear-gradient(180deg,#f0f4f9 0%,#f8fafc 50%,#fff 100%);overflow:hidden}.block-eco:before{content:"";position:absolute;top:-120px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.08) 0%,transparent 70%);pointer-events:none}.eco-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.eco-card{background:#fff;padding:40px 44px;display:flex;gap:28px;align-items:flex-start;border-radius:var(--radius);border:1px solid rgba(0,0,0,.04);box-shadow:var(--shadow-soft);transition:transform .25s,box-shadow .25s}.eco-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.eco-card-icon{width:64px;height:64px;flex-shrink:0;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #0000001f;transition:transform .25s,box-shadow .25s}.eco-card:hover .eco-card-icon{transform:scale(1.06);box-shadow:0 10px 28px #1a52962e}.eco-card-icon img{width:100%;height:100%;display:block}.eco-card h3{font-size:19px;font-weight:700;margin-bottom:10px;color:var(--text)}.eco-card p{font-size:15px;color:var(--text-light);line-height:1.8}.block-products{position:relative;background:linear-gradient(180deg,#f4f7fb 0%,#fff 28%,#f8fafc 100%);padding:72px 48px 100px}.block-products:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(26,82,150,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(26,82,150,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;opacity:.5}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:32px}.product-grid-5{grid-template-columns:repeat(5,1fr)}.product-card{background:#fff;border:1px solid #eef1f5;border-radius:var(--radius);padding:0 0 26px;position:relative;overflow:hidden;transition:box-shadow .3s,transform .3s}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}.product-accent{position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent)}.product-thumb-wrap{height:196px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#e8eaee 0%,#f5f6f8 60%,#fafbfc 100%);overflow:hidden}.product-thumb{max-height:100%;max-width:100%;width:100%;height:100%;object-fit:contain;object-position:center center;transition:transform .35s}.product-card:hover .product-thumb{transform:scale(1.05)}.product-card h3{font-size:16px;font-weight:700;margin-bottom:8px;line-height:1.45;padding:0 22px}.product-spec{font-size:13px;color:var(--text-muted);margin-bottom:16px;padding:0 22px}.feature-tags{display:flex;flex-wrap:wrap;gap:8px;padding:0 22px}.product-row-tags.feature-tags{padding:0}.feature-tag{font-size:12px;color:#2d5a18;background:linear-gradient(135deg,#f4fbf0 0%,#e6f4dc 100%);padding:5px 14px;border-radius:var(--btn-radius-pill);font-weight:700;letter-spacing:.3px;border:1px solid rgba(92,184,42,.2)}.product-detail-head .btn{margin-top:16px}.block-liangdu{background:linear-gradient(180deg,var(--bg-soft) 0%,#fff 100%)}.liangdu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.liangdu-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);text-align:center;transition:transform .25s,box-shadow .25s;border:1px solid rgba(0,0,0,.04)}.liangdu-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.liangdu-thumb-wrap{height:260px;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#e8eaee,#f8f9fa);padding:24px}.liangdu-card img{max-height:210px;max-width:100%;object-fit:contain;transition:transform .3s}.liangdu-card:hover img{transform:scale(1.04)}.liangdu-card h3{font-size:16px;font-weight:700;padding:26px 22px;color:var(--text)}.block-brands{background:#fff;padding-bottom:140px}.brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.brand-card{padding:64px 56px;text-align:center;border-radius:var(--radius);border:1px solid #eef1f5;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.brand-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-brand);opacity:0;transition:opacity .25s}.brand-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.brand-card:hover:before{opacity:1}.brand-ld:before{background:linear-gradient(135deg,#e04545,#f87171)}.brand-logo{height:68px;margin-bottom:32px;object-fit:contain}.brand-card h3{font-size:26px;font-weight:700;margin-bottom:12px}.brand-card p{font-size:16px;color:var(--text-light)}.brand-slogan{margin-top:24px!important;color:var(--orange)!important;font-weight:700!important;letter-spacing:3px;font-size:15px!important}.brand-ld .brand-slogan{color:var(--red)!important}.block-about{background:#fff}.about-page{padding-top:8px}.about-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:end;margin-bottom:72px;padding-bottom:56px;border-bottom:1px solid #eef1f5}.about-hero-en{font-size:12px;letter-spacing:4px;color:var(--text-muted);margin-bottom:16px}.about-hero-title{font-size:42px;font-weight:800;line-height:1.2;margin-bottom:24px}.about-hero-title span{color:var(--blue)}.about-hero-intro{font-size:17px;color:var(--text-light);line-height:1.9;max-width:560px}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.about-stat{padding:28px 24px;border-radius:var(--radius);background:linear-gradient(145deg,#f4f7fb 0%,#fff 100%);border:1px solid #eef1f5;transition:transform .25s,box-shadow .25s}.about-stat:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.about-stat-value{display:block;font-size:28px;font-weight:800;color:var(--blue);margin-bottom:6px}.about-stat-label{font-size:13px;color:var(--text-muted);letter-spacing:1px}.about-section{margin-bottom:72px}.about-section-head{margin-bottom:36px}.about-section-head h3{font-size:26px;font-weight:800;margin-bottom:8px}.about-section-head p{font-size:15px;color:var(--text-muted)}.about-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.about-pillar-card{padding:32px 28px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid transparent;transition:border-color .25s,transform .25s}.about-pillar-card:hover{border-color:#1a529626;transform:translateY(-3px)}.about-pillar-num{display:block;font-size:13px;font-weight:700;color:var(--blue);opacity:.6;margin-bottom:16px}.about-pillar-card h4{font-size:17px;font-weight:700;margin-bottom:12px}.about-pillar-card p{font-size:14px;color:var(--text-light);line-height:1.75}.about-brand-detail-head .about-brand-tag{color:var(--primary-bright);opacity:1}.about-brand-detail-head .about-brand-name{color:var(--text)}.about-brand-detail-head .about-brand-slogan{color:var(--text-light);opacity:1}.about-brand-profile--reverse{grid-template-columns:1fr 340px}.about-brand-profile--reverse .about-brand-side{order:2}.about-brand-profile--reverse .about-brand-main{order:1}.about-brand-profile--sdl .about-brand-side{background:linear-gradient(165deg,#1a5290 0%,#0d3a6b 100%)}.about-brand-profile--ld .about-brand-side{background:linear-gradient(165deg,#e85d2c 0%,#c94a1a 100%)}.about-brand-side{padding:48px 36px;color:#fff;display:flex;align-items:center}.about-brand-side-inner{width:100%}.about-brand-logo{height:52px;object-fit:contain;margin-bottom:24px;filter:brightness(0) invert(1)}.about-brand-profile--ld .about-brand-logo{filter:none;border-radius:8px}.about-brand-tag{font-size:12px;letter-spacing:3px;opacity:.85;margin-bottom:10px}.about-brand-name{font-size:28px;font-weight:800;margin-bottom:12px}.about-brand-slogan{font-size:14px;font-weight:600;letter-spacing:2px;opacity:.9;margin-bottom:20px}.about-brand-meta{display:flex;flex-direction:column;gap:8px;font-size:13px;opacity:.8;line-height:1.6;margin-bottom:20px}.about-brand-profile--sdl .about-certs .about-cert-tag,.about-brand-profile--ld .about-certs .about-cert-tag{background:rgba(255,255,255,.15);color:#fff;border-color:#ffffff40}.about-brand-main{padding:44px 48px}.about-brand-intro{font-size:16px;color:var(--text-light);line-height:1.9;margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid #eef1f5}.about-brand-subtitle{font-size:14px;font-weight:700;letter-spacing:2px;color:var(--text-muted);margin-bottom:16px}.about-timeline{display:flex;flex-direction:column;gap:0;margin-bottom:32px}.about-timeline-item{display:grid;grid-template-columns:72px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid #f0f2f5}.about-timeline-item:last-child{border-bottom:none}.about-timeline-year{font-size:15px;font-weight:800;color:var(--blue)}.about-brand-profile--ld .about-timeline-year{color:var(--orange)}.about-timeline-body strong{display:block;font-size:15px;margin-bottom:6px}.about-timeline-body p{font-size:14px;color:var(--text-light);line-height:1.75}.about-brand-strengths ul{list-style:none;margin-bottom:32px}.about-brand-strengths li{position:relative;padding:10px 0 10px 20px;font-size:14px;color:var(--text-light);line-height:1.7;border-bottom:1px solid #f5f6f8}.about-brand-strengths li:before{content:"";position:absolute;left:0;top:16px;width:6px;height:6px;border-radius:50%;background:var(--blue)}.about-brand-profile--ld .about-brand-strengths li:before{background:var(--orange)}.about-series-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.about-series-card{padding:22px 20px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid #eef1f5}.about-series-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;color:var(--orange);margin-bottom:10px}.about-series-card h5{font-size:15px;font-weight:700;margin-bottom:8px}.about-series-card p{font-size:13px;color:var(--text-light);line-height:1.7}.about-brand-series .btn{margin-top:8px}.about-brand-vision{margin-top:28px;padding:24px 28px;border-radius:var(--radius);background:linear-gradient(135deg,#f8fafc 0%,#f0f4f8 100%);border-left:4px solid var(--blue);font-size:14px;color:var(--text-light);line-height:1.85;font-style:normal}.about-brand-profile--ld .about-brand-vision{border-left-color:var(--orange)}.about-vision-label{display:block;font-size:12px;font-weight:700;letter-spacing:2px;color:var(--text-muted);margin-bottom:8px;font-style:normal}.about-bases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.about-base-card{padding:32px 28px;border-radius:var(--radius);background:#fff;border:1px solid #eef1f5;transition:transform .25s,box-shadow .25s;overflow:hidden}.about-base-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.about-base-card:first-child{background:linear-gradient(145deg,#1a5290 0%,#0d3a6b 100%);color:#fff;border:none}.about-base-role{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2px;opacity:.75;margin-bottom:12px}.about-base-card h4{font-size:22px;font-weight:800;margin-bottom:12px}.about-base-card p{font-size:14px;line-height:1.75;opacity:.9}.about-base-card:not(:first-child) p{color:var(--text-light);opacity:1}.about-company-footer{background:var(--bg-soft);border-radius:var(--radius);padding:32px 40px}.about-company-footer ul{list-style:none}.about-company-footer li{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:15px;line-height:1.75}.about-company-footer li:last-child{border-bottom:none}.about-label{flex-shrink:0;width:88px;font-weight:700;color:var(--blue)}.about-certs{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.about-cert-tag{font-size:12px;padding:6px 14px;border-radius:999px;background:var(--bg-soft);color:var(--blue);font-weight:600;border:1px solid rgba(26,82,150,.12)}.block-guide{background:linear-gradient(180deg,#f4f7fb 0%,#fff 28%,#f8fafc 100%);padding:72px 48px 100px}.guide-section{margin-bottom:64px;scroll-margin-top:calc(var(--site-header-sticky-top) + 24px)}.guide-section:last-child{margin-bottom:0}.guide-section-title{display:flex;align-items:center;gap:14px;font-size:28px;font-weight:800;color:var(--text);margin-bottom:28px;letter-spacing:2px;padding-left:0;border-left:none}.guide-section-title:before{content:"";flex-shrink:0;width:5px;height:28px;border-radius:3px;background:linear-gradient(180deg,var(--blue),var(--green))}.guide-pollution{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.guide-pollution-card{background:#fff;padding:32px 28px;border-radius:var(--radius);border:1px solid #eef1f5;box-shadow:var(--shadow-soft)}.guide-pollution-card h4{font-size:20px;font-weight:800;color:var(--blue);margin-bottom:14px}.guide-pollution-card p{font-size:15px;color:var(--text-light);line-height:1.85}.guide-timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.guide-step{display:flex;gap:18px;background:#fff;padding:28px;border-radius:var(--radius);border:1px solid #eef1f5;transition:transform .2s,box-shadow .2s}.guide-step:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.guide-step-num{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),var(--blue-bright));color:#fff;font-size:15px;font-weight:800;border-radius:12px}.guide-step h4{font-size:17px;font-weight:700;margin-bottom:8px}.guide-step p{font-size:14px;color:var(--text-light);line-height:1.8}.guide-materials{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.guide-material-card{background:#fff;padding:32px 28px;border-radius:var(--radius);border-top:4px solid var(--orange);box-shadow:var(--shadow-soft)}.guide-material-card h4{font-size:20px;font-weight:800;margin-bottom:12px}.guide-material-use{font-size:15px;color:var(--text-light);margin-bottom:14px}.guide-material-product{font-size:14px;color:var(--blue);font-weight:600;line-height:1.7}.block-faq{background:linear-gradient(180deg,#f4f7fb 0%,#fff 28%,#f8fafc 100%);padding:72px 48px 100px}.faq-layout,.page-float-layout{display:flex;align-items:stretch;gap:40px;max-width:var(--page-float-max);margin:0 auto}.page-float-layout--wide{max-width:var(--page-float-wide-max);gap:36px}.faq-sidebar-slot,.page-sidebar-slot{flex:0 0 260px;width:260px;position:relative;align-self:stretch}.page-sidebar-slot--wide{flex:0 0 280px;width:280px}.faq-sidebar,.page-sidebar{width:260px;max-height:calc(100vh - var(--site-header-sticky-top) - 24px);overflow-y:auto;padding:28px 20px;background:#fff;border-radius:20px;border:1px solid rgba(226,232,240,.95);box-shadow:0 1px #fffffff2 inset,0 16px 48px #0c2d521a;scrollbar-width:thin;scrollbar-color:rgba(26,82,150,.25) transparent}.page-sidebar--products{width:280px;padding:20px 18px;display:flex;flex-direction:column;gap:18px}.faq-sidebar--fixed,.page-sidebar--fixed{position:fixed;z-index:40}.faq-sidebar--bottom,.page-sidebar--bottom{position:absolute;left:0;right:0;bottom:0;top:auto}.faq-main,.page-float-main{flex:1;min-width:0}.faq-sidebar::-webkit-scrollbar,.page-sidebar::-webkit-scrollbar{width:5px}.faq-sidebar::-webkit-scrollbar-thumb,.page-sidebar::-webkit-scrollbar-thumb{background:rgba(26,82,150,.2);border-radius:999px}.faq-banner-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:0}.faq-banner-tag{font-size:12px;font-weight:600;letter-spacing:.5px;padding:8px 16px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.faq-sidebar-label,.page-sidebar-label{font-size:11px;font-weight:800;letter-spacing:2px;color:#94a3b8;margin-bottom:16px;padding-left:4px}.faq-sidebar-nav,.page-sidebar-nav{display:flex;flex-direction:column;gap:6px}.faq-sidebar-btn,.page-sidebar-btn{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px 12px;border:none;border-radius:14px;background:transparent;cursor:pointer;text-align:left;transition:background .25s ease,box-shadow .25s ease,transform .25s ease}.faq-sidebar-btn:hover,.page-sidebar-btn:hover{background:#f4f7fb}.faq-sidebar-btn.is-active,.page-sidebar-btn.is-active{background:color-mix(in srgb,var(--page-accent, var(--faq-accent, var(--blue))) 8%,#fff);box-shadow:inset 3px 0 0 var(--page-accent, var(--faq-accent, var(--blue)))}.faq-sidebar-num,.page-sidebar-num{flex-shrink:0;font-size:13px;font-weight:800;font-variant-numeric:tabular-nums;color:var(--page-accent, var(--faq-accent, var(--blue)));opacity:.75;line-height:1.4}.faq-sidebar-btn.is-active .faq-sidebar-num,.page-sidebar-btn.is-active .page-sidebar-num{opacity:1}.faq-sidebar-text,.page-sidebar-text{display:flex;flex-direction:column;gap:2px;min-width:0}.faq-sidebar-en,.page-sidebar-en{font-size:9px;font-weight:700;letter-spacing:1.2px;color:#94a3b8;line-height:1.3}.faq-sidebar-title,.page-sidebar-title{font-size:14px;font-weight:700;color:var(--text);line-height:1.35}.faq-sidebar-btn.is-active .faq-sidebar-title,.page-sidebar-btn.is-active .page-sidebar-title{color:color-mix(in srgb,var(--page-accent, var(--faq-accent, var(--blue))) 75%,#0f172a)}.faq-hero{display:flex;gap:20px;align-items:flex-start;padding:32px 36px;margin-bottom:36px;background:linear-gradient(135deg,#0c2d52 0%,#1a5296 52%,#2d6a4e 100%);border-radius:22px;color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 56px #0c2d5229}.faq-hero:before{content:"";position:absolute;top:-30%;right:-8%;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(92,184,42,.22) 0%,transparent 68%);pointer-events:none}.faq-hero-icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#ffffffe6}.faq-hero-lead{font-size:17px;line-height:2;color:#ffffffeb;font-weight:500;position:relative;z-index:1}.faq-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:8px}.faq-list-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;padding:28px 28px 24px;border-radius:20px;border:1px solid #e8edf3;background:linear-gradient(165deg,#fff 0%,color-mix(in srgb,var(--faq-accent, var(--blue)) 4%,#fff) 100%);box-shadow:0 8px 28px #0c2d520f;cursor:pointer;font-family:inherit;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.faq-list-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--faq-accent, var(--blue)) 22%,#e8edf3);box-shadow:0 16px 40px #0c2d521a}.faq-list-card-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}.faq-list-card-num{font-size:28px;font-weight:800;line-height:1;color:var(--faq-accent, var(--blue));opacity:.85}.faq-list-card-en{font-size:10px;font-weight:700;letter-spacing:2px;color:var(--text-muted)}.faq-list-card-title{font-size:24px;font-weight:800;color:var(--text);letter-spacing:1px;margin-bottom:12px}.faq-list-card-summary{font-size:15px;color:var(--text-light);line-height:1.85;margin-bottom:20px;flex:1}.faq-list-card-action{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--faq-accent, var(--blue))}.faq-detail-page{max-width:none;margin:0}.faq-back-btn{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:10px 18px;border-radius:999px;border:1px solid #dbe3ec;background:#fff;color:var(--text-light);font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:border-color .2s ease,color .2s ease,background .2s ease}.faq-back-btn:hover{color:var(--blue);border-color:color-mix(in srgb,var(--blue) 30%,#dbe3ec);background:#f8fafc}.faq-issue-head--detail{border-radius:24px;margin-bottom:8px}.faq-detail-nav{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px;padding-top:28px;border-top:1px solid #e8edf3}.faq-detail-nav-btn{flex:1 1 220px;padding:14px 18px;border-radius:12px;border:1px solid #e8edf3;background:#f8fafc;color:var(--text-light);font-size:14px;font-weight:600;text-align:left;cursor:pointer;font-family:inherit;transition:border-color .2s ease,color .2s ease,background .2s ease}.faq-detail-nav-btn:hover{color:var(--blue);border-color:color-mix(in srgb,var(--blue) 25%,#e8edf3);background:#fff}.faq-detail-nav-btn--next{text-align:right}.faq-issue-card{background:#fff;border-radius:24px;margin-bottom:32px;border:1px solid rgba(255,255,255,.92);box-shadow:0 1px #fffffff2 inset,0 10px 40px #0c2d520f;overflow:hidden;scroll-margin-top:calc(var(--site-header-sticky-top) + 24px)}.faq-issue-card:last-child{margin-bottom:0}.faq-issue-head{display:flex;gap:28px;align-items:flex-start;padding:32px 36px 28px;border-bottom:1px solid #eef1f6;background:linear-gradient(165deg,color-mix(in srgb,var(--faq-accent, var(--blue)) 6%,#fff) 0%,#fff 55%)}.faq-issue-index-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:72px}.faq-issue-index{font-size:36px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;color:var(--faq-accent, var(--blue));letter-spacing:-1px}.faq-issue-en{font-size:9px;font-weight:700;letter-spacing:1.5px;color:#94a3b8;text-align:center;line-height:1.3}.faq-issue-head-text{flex:1;min-width:0;padding-top:4px}.faq-issue-title{font-size:28px;font-weight:800;letter-spacing:2px;color:var(--text);margin-bottom:12px;line-height:1.25}.faq-issue-intro{font-size:16px;line-height:1.9;color:#5c6573}.faq-issue-body{padding:8px 24px 28px;display:grid;gap:12px}.faq-detail-panel{padding:24px 28px;border-radius:18px;background:#f8fafc;border:1px solid #eef1f6;transition:box-shadow .25s ease,border-color .25s ease}.faq-detail-panel:hover{border-color:color-mix(in srgb,var(--faq-accent, var(--blue)) 18%,#eef1f6);box-shadow:0 8px 28px #0c2d520d}.faq-detail-panel--solution{background:linear-gradient(135deg,color-mix(in srgb,var(--faq-accent, var(--green)) 5%,#f8fafc) 0%,#f4fbf0 100%);border-color:color-mix(in srgb,var(--faq-accent, var(--green)) 12%,#eef1f6)}.faq-detail-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.faq-detail-dot{width:8px;height:8px;border-radius:50%;background:var(--faq-accent, var(--blue));flex-shrink:0;box-shadow:0 0 0 4px color-mix(in srgb,var(--faq-accent, var(--blue)) 18%,transparent)}.faq-detail-panel--solution .faq-detail-dot{background:var(--green);box-shadow:0 0 0 4px #5cb82a2e}.faq-detail-head h3{font-size:16px;font-weight:800;letter-spacing:.5px;color:var(--text);line-height:1.4}.faq-detail-p{font-size:15px;line-height:1.95;color:#4a5568;margin-bottom:12px}.faq-detail-p:last-child{margin-bottom:0}.faq-detail-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.faq-detail-list li{position:relative;padding-left:22px;font-size:15px;line-height:1.9;color:#4a5568}.faq-detail-list li:before{content:"";position:absolute;left:0;top:.72em;width:6px;height:6px;border-radius:50%;background:color-mix(in srgb,var(--faq-accent, var(--blue)) 55%,#94a3b8);transform:translateY(-50%)}.faq-detail-panel--solution .faq-detail-list li:before{background:var(--green)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.faq-card{background:var(--bg-soft);padding:40px 44px;border-radius:var(--radius);border:1px solid #eef1f5;transition:transform .2s,box-shadow .2s}.faq-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.faq-card h3{font-size:20px;font-weight:700;color:var(--blue);margin-bottom:16px;line-height:1.5}.faq-card p{font-size:16px;color:var(--text-light);line-height:1.95}.block-head-light .block-head-cn,.block-head-light .block-head-en,.block-head-light .block-head-sub{color:#fff}.block-head-light .block-head-sub{opacity:.85}.standards-claim{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:40px 44px;margin-bottom:56px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.standards-claim p{font-size:17px;line-height:2.1;opacity:.95}.standards-group{margin-bottom:40px}.standards-group:last-child{margin-bottom:0}.standards-group h3{font-size:22px;font-weight:700;margin-bottom:24px;padding-left:16px;border-left:4px solid var(--green-bright);letter-spacing:2px}.standards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.standards-item{display:flex;justify-content:space-between;align-items:center;gap:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);padding:22px 28px}.standards-item code{font-size:16px;font-weight:800;color:#fff;font-family:inherit}.standards-item span{font-size:15px;opacity:.88;text-align:right}.block-join{background:linear-gradient(180deg,#f4f7fb 0%,#fff 28%,#f8fafc 100%);color:var(--text);padding:72px 48px 100px}.join-page{max-width:var(--page-float-max);margin:0 auto}.join-hero{display:flex;gap:24px;align-items:flex-start;padding:36px 40px;border-radius:24px;background:linear-gradient(135deg,#0c2d52 0%,#1a5296 48%,#c96a00 160%);color:#fff;position:relative;overflow:hidden;box-shadow:0 24px 64px #0c2d5224}.join-hero:before{content:"";position:absolute;top:-35%;right:-6%;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(243,146,0,.28) 0%,transparent 68%);pointer-events:none}.join-hero-badge{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);color:#fffffff2;position:relative;z-index:1}.join-hero-text{position:relative;z-index:1;min-width:0}.join-hero-en{font-size:11px;font-weight:700;letter-spacing:4px;opacity:.72;margin-bottom:12px}.join-hero-lead{font-size:17px;line-height:2;color:#fffffff0;font-weight:500;max-width:920px}.join-section-head{margin-bottom:32px}.join-section-en{font-size:11px;font-weight:700;letter-spacing:4px;color:var(--blue);opacity:.55;margin-bottom:10px}.join-section-desc{font-size:15px;color:var(--text-muted);margin-top:8px}.join-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.join-highlight-card{display:flex;flex-direction:column;min-height:220px;padding:28px 26px;border-radius:20px;background:#fff;border:1px solid #eef1f5;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.join-highlight-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:color-mix(in srgb,var(--join-accent, var(--blue)) 18%,#eef1f5)}.join-highlight-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f3f7}.join-highlight-num{font-size:28px;font-weight:900;line-height:1;color:var(--join-accent, var(--blue));font-variant-numeric:tabular-nums}.join-highlight-en{font-size:9px;font-weight:700;letter-spacing:1.5px;color:#94a3b8}.join-highlight-card h3{font-size:18px;font-weight:800;margin-bottom:12px;letter-spacing:1px;color:var(--text)}.join-highlight-card p{font-size:14px;line-height:1.85;color:var(--text-light);flex:1}.join-targets{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.join-target-card{display:flex;align-items:flex-start;gap:18px;padding:24px 28px;border-radius:18px;background:#fff;border:1px solid #eef1f5;box-shadow:var(--shadow-soft);transition:transform .22s ease,box-shadow .22s ease}.join-target-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.join-target-index{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,rgba(26,82,150,.1),rgba(92,184,42,.12));color:var(--blue);font-size:13px;font-weight:800}.join-target-card p{font-size:15px;line-height:1.8;color:var(--text-light);padding-top:8px}.join-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.join-step{display:flex;flex-direction:column;align-items:stretch;padding:0 12px}.join-step:first-child{padding-left:0}.join-step:last-child{padding-right:0}.join-step-marker{display:flex;align-items:center;margin-bottom:20px}.join-step-num{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,var(--orange),var(--orange-hot));color:#fff;font-size:14px;font-weight:800;box-shadow:0 8px 24px #f3920052}.join-step-line{flex:1;height:2px;margin:0 8px;background:linear-gradient(90deg,rgba(243,146,0,.5),rgba(26,82,150,.2));border-radius:1px}.join-step-body{padding:24px 22px;border-radius:18px;background:#fff;border:1px solid #eef1f5;box-shadow:var(--shadow-soft);min-height:148px}.join-step-body h4{font-size:17px;font-weight:700;margin-bottom:10px;color:var(--text)}.join-step-body p{font-size:14px;line-height:1.8;color:var(--text-light)}.join-cta{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:center;margin-top:72px;padding:44px 48px;border-radius:28px;background:linear-gradient(135deg,#fff7ed 0%,#fff 42%,#f4f7fb 100%);border:1px solid rgba(243,146,0,.18);box-shadow:0 20px 56px #f392001a}.join-cta--with-wechat{grid-template-columns:1.15fr .75fr .65fr;align-items:stretch}.join-cta-en{font-size:11px;font-weight:700;letter-spacing:4px;color:var(--orange);opacity:.8;margin-bottom:10px}.join-cta-content h3{font-size:clamp(24px,3vw,32px);font-weight:800;letter-spacing:1px;margin-bottom:12px;color:var(--text)}.join-cta-desc{font-size:16px;color:var(--text-light);line-height:1.8;margin-bottom:16px}.join-cta-address{font-size:14px;color:var(--text-muted);line-height:1.7}.join-cta-action{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:100%;padding:28px 32px;border-radius:22px;background:#fff;border:1px solid #eef1f5;box-shadow:var(--shadow-soft);text-align:center;box-sizing:border-box}.join-cta-hotline-label{font-size:13px;font-weight:600;letter-spacing:2px;color:var(--text-muted);margin-bottom:8px}.join-cta-phone{display:inline-block;font-size:clamp(28px,4vw,36px);font-weight:800;letter-spacing:2px;color:var(--orange-hot);text-decoration:none;margin-bottom:20px;transition:color .2s ease;white-space:nowrap;font-variant-numeric:tabular-nums;max-width:100%}.join-cta-phone:hover{color:var(--orange)}.join-cta-btn{min-width:180px}.join-cta-wechat{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:100%;padding:28px 32px;border-radius:22px;background:#fff;border:1px solid #eef1f5;box-shadow:var(--shadow-soft);text-align:center;box-sizing:border-box}.join-cta-qr{width:132px;height:132px;object-fit:contain;border-radius:12px;margin-bottom:14px}.join-cta-wechat-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:6px}.join-cta-wechat-desc{font-size:13px;line-height:1.6;color:var(--text-muted)}.footer{background:linear-gradient(180deg,#1a1e26 0%,#12151a 100%);color:#9ca3af;padding:80px 0 44px}.footer-inner{max-width:var(--container);margin:0 auto;padding:0 64px}.footer-cols{display:grid;grid-template-columns:repeat(3,1fr) 1.35fr;gap:48px 64px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-col h5{color:#fff;font-size:17px;font-weight:700;margin-bottom:24px;letter-spacing:2px}.footer-col a{display:block;font-size:15px;color:#9ca3af;text-decoration:none;margin-bottom:14px;transition:color .2s}.footer-col a:hover{color:var(--green-bright)}.footer-contact .footer-logo{height:44px;filter:brightness(0) invert(1);opacity:.92;margin-bottom:24px}.footer-company{color:#fff!important;font-weight:700;font-size:16px;margin-bottom:12px!important}.footer-contact p{font-size:14px;line-height:1.9;margin-bottom:6px}.footer-hotline{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;font-size:15px;font-weight:700;color:#fff;text-decoration:none;letter-spacing:.5px;transition:color .2s;white-space:nowrap;font-variant-numeric:tabular-nums}.footer-hotline:hover{color:var(--green-bright)}.footer-mobile-summary{display:none}.footer-copy{padding-top:32px;font-size:13px;color:#6b7280;text-align:center;letter-spacing:.5px}.footer-copy p{margin:0}.footer-copy p+p{margin-top:8px}.footer-icp a{color:#6b7280;text-decoration:none}.footer-icp a:hover{color:var(--blue);text-decoration:underline}.content-rich{max-width:980px;margin:0 auto}.guide-intro-lead{font-size:17px;margin-bottom:40px}.guide-subtitle{font-size:18px;font-weight:700;color:var(--blue);margin:28px 0 16px}.guide-bullet-list,.guide-number-list,.guide-step-bullets{margin:12px 0 0;padding-left:1.4em;color:var(--text-light);line-height:1.9}.guide-number-list{list-style:decimal}.guide-step-bullets{font-size:14px}.faq-block{background:#fff;border-radius:16px;padding:32px 36px;margin-bottom:28px;box-shadow:0 4px 24px #1a52960f;border:1px solid #eef1f6}.faq-block-title{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800;color:var(--text);margin-bottom:16px;letter-spacing:2px}.faq-block-title:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gradient-warm);flex-shrink:0}.faq-block-intro{font-size:16px;color:var(--text-light);line-height:1.9;margin-bottom:20px}.faq-subsection{margin-top:20px;padding-top:20px;border-top:1px dashed #e8ecf2}.faq-subsection h4{font-size:17px;font-weight:700;color:var(--text);margin-bottom:12px}.faq-subsection p,.faq-subsection li{font-size:15px;color:var(--text-light);line-height:1.9}.faq-subsection ul{padding-left:1.4em}@media (max-width: 1100px){.faq-layout,.page-float-layout{display:flex;flex-direction:column;gap:0;max-width:none}.page-float-main{display:contents}.faq-hero,.standards-intro{order:1}.faq-sidebar-slot,.page-sidebar-slot,.page-sidebar-slot--wide{order:2}.guide-section,.standards-section,.standards-pledge,.standards-anchor{order:3}.guide-section,.standards-anchor{scroll-margin-top:calc(var(--site-header-sticky-top) + 68px)}.faq-sidebar-slot,.page-sidebar-slot,.page-sidebar-slot--wide{position:sticky;top:var(--site-header-sticky-top);width:100%;flex:none;z-index:40;margin:0 0 16px;padding:0 0 8px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;box-shadow:none}.faq-hero,.standards-intro{margin-bottom:12px}.faq-sidebar,.page-sidebar,.page-sidebar--products{width:100%;max-height:none;overflow:visible;padding:0;border:none;border-radius:0;box-shadow:none;background:transparent;gap:12px}.faq-sidebar--fixed,.faq-sidebar--bottom,.page-sidebar--fixed,.page-sidebar--bottom{position:static;left:auto;right:auto;bottom:auto;width:100%}.page-sidebar-label,.products-nav-label{display:none}.faq-sidebar-nav,.page-sidebar-nav{flex-direction:row;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:5px;background:#eef2f7;border:1px solid #e2e8f0;border-radius:999px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.faq-sidebar-nav::-webkit-scrollbar,.page-sidebar-nav::-webkit-scrollbar{display:none}.faq-sidebar-btn,.page-sidebar-btn{flex:0 0 auto;flex-direction:row;align-items:center;gap:8px;min-width:128px;min-height:40px;padding:8px 16px;border:none;background:transparent;border-radius:999px;box-shadow:none;scroll-snap-align:start}.faq-sidebar-btn.is-active,.page-sidebar-btn.is-active{background:linear-gradient(135deg,color-mix(in srgb,var(--page-accent, var(--faq-accent, var(--blue))) 82%,#0c2d52) 0%,var(--page-accent, var(--faq-accent, var(--blue))) 100%);box-shadow:0 4px 14px color-mix(in srgb,var(--page-accent, var(--faq-accent, var(--blue))) 28%,transparent)}.faq-sidebar-btn.is-active .faq-sidebar-num,.faq-sidebar-btn.is-active .faq-sidebar-title,.page-sidebar-btn.is-active .page-sidebar-num,.page-sidebar-btn.is-active .page-sidebar-title{color:#fff;opacity:1}.faq-sidebar-btn:not(.is-active) .faq-sidebar-title,.page-sidebar-btn:not(.is-active) .page-sidebar-title{color:#334155}.faq-sidebar-btn:not(.is-active) .faq-sidebar-num,.page-sidebar-btn:not(.is-active) .page-sidebar-num{color:var(--page-accent, var(--faq-accent, var(--blue)));opacity:.9}.faq-sidebar-en,.page-sidebar-en{display:none}.products-nav-brand{flex:0 0 auto;min-width:220px;padding:14px 16px}.products-nav-series{flex-direction:row;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none}.products-nav-series::-webkit-scrollbar{display:none}.products-nav-brand-head{margin-bottom:12px;padding-bottom:12px}.faq-issue-head{flex-direction:column;gap:16px;padding:28px 24px 24px}.faq-issue-index-wrap{flex-direction:row;align-items:baseline;gap:12px;min-width:0}.faq-issue-index{font-size:28px}.faq-issue-title{font-size:24px}.block-faq,.block-guide,.block-products,.block-standards,.block-join{padding:56px 32px 80px}.join-highlights{grid-template-columns:repeat(2,1fr)}.join-timeline{grid-template-columns:repeat(2,1fr);gap:20px}.join-step{padding:0}.join-step-line{display:none}.join-cta,.join-cta--with-wechat{grid-template-columns:1fr;padding:32px 28px;gap:24px}.join-cta-phone{font-size:clamp(22px,6.8vw,32px);letter-spacing:1px}.join-hero{flex-direction:column;padding:28px 24px}}@media (max-width: 640px){html.layout-mobile .page-sidebar-btn{min-width:120px;min-height:42px;padding:9px 16px}html.layout-mobile .page-sidebar-title{font-size:14px;font-weight:700}html.layout-mobile .page-sidebar-num{font-size:12px;font-weight:800}html.layout-mobile .products-nav-brand{min-width:200px}html.layout-mobile .faq-hero{flex-direction:column;padding:24px}html.layout-mobile .faq-list-grid{grid-template-columns:1fr;gap:16px}html.layout-mobile .faq-list-card{padding:22px 20px 20px}html.layout-mobile .faq-list-card-title{font-size:20px}html.layout-mobile .faq-detail-nav-btn{flex:1 1 100%}html.layout-mobile .faq-detail-nav-btn--next{text-align:left}html.layout-mobile .faq-issue-body{padding:8px 16px 20px}html.layout-mobile .faq-detail-panel{padding:20px 18px}html.layout-mobile .faq-banner-tags{gap:8px}html.layout-mobile .faq-banner-tag{font-size:11px;padding:6px 12px}}.brand-grid-3{grid-template-columns:repeat(3,1fr)}.brand-xc{border-top:4px solid #c03e3e}.page-tabs-wrap{flex-wrap:wrap;max-width:900px;margin-left:auto;margin-right:auto}.product-detail-list{display:grid;gap:28px}.products-page{max-width:1200px;position:relative;z-index:1}.products-layout{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}.products-series-nav{display:flex;flex-direction:column;gap:18px}.products-nav-label{font-size:10px;font-weight:800;letter-spacing:4px;color:#8b95a5;padding-left:6px}.products-nav-brand{padding:20px;border-radius:20px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.9);box-shadow:0 1px #fffc inset,0 12px 40px #0c2d5214;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.products-nav-brand--sdl{border-top:none;background-image:linear-gradient(180deg,rgba(26,82,150,.06) 0%,rgba(255,255,255,.92) 28%)}.products-nav-brand--ld{border-top:none;background-image:linear-gradient(180deg,rgba(243,146,0,.08) 0%,rgba(255,255,255,.92) 28%)}.products-nav-brand-head{display:flex;align-items:center;gap:14px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(12,45,82,.06)}.products-nav-brand-logo{width:48px;height:48px;object-fit:contain;flex-shrink:0;padding:6px;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0c2d520f}.products-nav-brand-name{font-size:16px;font-weight:800;color:var(--text);line-height:1.3;letter-spacing:.5px}.products-nav-brand-tag{font-size:12px;color:#5c6573;line-height:1.5;margin-top:3px}.products-nav-series{display:flex;flex-direction:column;gap:8px}.products-nav-series .btn-nav{min-height:46px;border-radius:12px;font-size:13px;letter-spacing:.3px;background:rgba(255,255,255,.7);border:1px solid rgba(12,45,82,.06)}.products-nav-series .btn-nav.is-active{background:#fff;box-shadow:0 6px 20px #1a52961a}.products-main{display:flex;flex-direction:column;gap:56px}.page-sidebar--products .products-nav-brand{padding:16px;border-radius:16px;background:rgba(255,255,255,.88);border:1px solid rgba(226,232,240,.9);box-shadow:0 8px 24px #0c2d520f}.page-sidebar--products .products-nav-brand--sdl{background-image:linear-gradient(180deg,rgba(26,82,150,.06) 0%,rgba(255,255,255,.92) 28%)}.page-sidebar--products .products-nav-brand--ld{background-image:linear-gradient(180deg,rgba(243,146,0,.08) 0%,rgba(255,255,255,.92) 28%)}.products-brand-block{display:flex;flex-direction:column;gap:32px}.products-brand-banner{position:relative;display:flex;align-items:center;gap:24px;padding:32px 36px;border-radius:24px;color:#fff;overflow:hidden}.products-brand-banner:before{content:"";position:absolute;top:-40%;right:-5%;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 68%);pointer-events:none}.products-brand-banner:after{content:"PRODUCTS";position:absolute;right:24px;bottom:-12px;font-size:72px;font-weight:900;letter-spacing:6px;opacity:.06;pointer-events:none;line-height:1}.products-brand-block--sdl .products-brand-banner{background:linear-gradient(125deg,#071e38 0%,#0c2d52 35%,#1a5296 100%);box-shadow:0 20px 60px #0c2d5247}.products-brand-block--ld .products-brand-banner{background:linear-gradient(125deg,#7a3500 0%,#c96a00 40%,#f39200 100%);box-shadow:0 20px 60px #c96a0038}.products-brand-banner-logo{position:relative;z-index:1;flex-shrink:0;width:80px;height:80px;border-radius:18px;background:rgba(255,255,255,.98);display:flex;align-items:center;justify-content:center;padding:12px;box-shadow:0 8px 24px #0000001f}.products-brand-banner-logo img{max-width:100%;max-height:100%;object-fit:contain}.products-brand-banner-text{position:relative;z-index:1}.products-brand-banner-text h2{font-size:28px;font-weight:800;letter-spacing:2px;margin-bottom:6px}.products-brand-banner-text p{font-size:14px;opacity:.9;letter-spacing:.5px}.products-brand-banner-total{position:relative;z-index:1;margin-left:auto;flex-shrink:0;font-size:13px;font-weight:700;letter-spacing:1px;padding:10px 20px;border-radius:var(--btn-radius-pill);background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-series-section{scroll-margin-top:calc(var(--site-header-sticky-top) + 24px);background:#fff;border-radius:24px;border:1px solid rgba(255,255,255,.9);overflow:hidden;box-shadow:0 1px #ffffffe6 inset,0 16px 48px #0c2d5212}.product-series-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:28px 32px 24px;background:#fff;border-bottom:1px solid #eef1f5;position:relative}.product-series-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--blue)}.product-series-section--ld .product-series-header:before,.product-series-section--fangci .product-series-header:before{background:var(--orange)}.product-series-section--xc .product-series-header:before{background:#c03e3e}.product-series-en{font-size:10px;font-weight:800;letter-spacing:4px;color:#9aa3b0;margin-bottom:8px}.product-series-title{font-size:26px;font-weight:800;letter-spacing:2px;margin-bottom:10px;color:var(--text);line-height:1.2}.product-series-tagline{font-size:14px;color:#5c6573;line-height:1.7;letter-spacing:.3px}.product-series-count{flex-shrink:0;font-size:12px;font-weight:800;letter-spacing:2px;padding:8px 16px;border-radius:var(--btn-radius-pill);background:#f0f4f8;color:var(--blue);border:1px solid rgba(26,82,150,.1)}.product-series-section--ld .product-series-count,.product-series-section--fangci .product-series-count{color:#c96a00;background:#fff8f0;border-color:#f3920026}.product-matrix{display:flex;flex-direction:column;gap:28px;padding:36px 40px 40px;background:linear-gradient(165deg,#f6f8fb 0%,#fafbfc 42%,#f4f7fa 100%);border-radius:0 0 24px 24px}.product-matrix-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch}.product-matrix-detail-span{grid-column:1 / -1}.product-matrix-detail-panel{padding:28px 32px 36px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);border:1px solid rgba(255,255,255,.92);border-radius:20px;box-shadow:0 1px #fffffff2 inset,0 12px 40px #0c2d5214}.product-matrix-detail-panel .product-detail-section{padding-top:20px}.product-matrix-detail-panel .product-detail-section:first-child{padding-top:0}.product-matrix-detail-panel .product-detail-section h4{font-size:15px;font-weight:800;letter-spacing:1px;color:var(--blue-dark);margin-bottom:12px;padding-left:12px;border-left:3px solid var(--green)}.product-matrix-detail-panel .product-detail-section p,.product-matrix-detail-panel .product-detail-section li{font-size:15px;line-height:1.9;color:var(--text-light)}.matrix-detail-enter-active,.matrix-detail-leave-active{transition:opacity .4s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1),max-height .5s cubic-bezier(.22,1,.36,1);overflow:hidden;grid-column:1 / -1}.matrix-detail-enter-from,.matrix-detail-leave-to{opacity:0;transform:translateY(-10px);max-height:0}.matrix-detail-enter-to,.matrix-detail-leave-from{opacity:1;transform:translateY(0);max-height:2400px}@media (min-width: 1400px){.product-matrix{gap:32px;padding:40px 48px 48px}.product-matrix-row{gap:32px}}.feature-tag--grid{font-size:12px;font-weight:600;letter-spacing:.35px;padding:5px 11px;border-radius:8px;background:color-mix(in srgb,var(--accent, var(--blue)) 7%,#fff);color:color-mix(in srgb,var(--accent, var(--blue)) 68%,#475569);border:1px solid color-mix(in srgb,var(--accent, var(--blue)) 14%,transparent);line-height:1.35}.product-grid-card{position:relative;display:flex;flex-direction:column;min-height:380px;height:100%;background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.92);box-shadow:0 1px #fffffff2 inset,0 10px 40px #0c2d5212;transition:box-shadow .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1)}.product-grid-card:hover:not(.product-grid-card--open){transform:translateY(-6px);box-shadow:0 1px #fffffff2 inset,0 28px 56px #0c2d5221}.product-grid-card--open{transform:none;box-shadow:0 1px #fffffff2 inset,0 16px 48px #0c2d521f;border-color:color-mix(in srgb,var(--accent, var(--blue)) 22%,#fff)}.product-grid-accent{height:5px;background:linear-gradient(90deg,var(--accent, var(--blue)) 0%,color-mix(in srgb,var(--accent, var(--blue)) 55%,transparent) 100%)}.product-grid-main{display:flex;flex-direction:column;flex:1}.product-grid-stage{position:relative;flex:0 0 auto;height:200px;min-height:200px;display:flex;align-items:center;justify-content:center;padding:10px 12px;background:#fff;border-bottom:1px solid #eef1f5}.product-grid-stage-bg{display:none}.product-grid-img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center center;filter:drop-shadow(0 8px 20px rgba(12,45,82,.12));transition:transform .45s cubic-bezier(.22,1,.36,1)}.product-grid-card:hover:not(.product-grid-card--open) .product-grid-img{transform:translateY(-8px) scale(1.04)}.product-grid-body{display:flex;flex-direction:column;flex:1;padding:24px 28px 28px;min-width:0}.product-grid-name{font-size:19px;font-weight:800;color:var(--text);line-height:1.35;letter-spacing:.8px;margin-bottom:12px;min-height:calc(19px * 1.35 * 2)}.product-grid-spec{display:block;margin-bottom:10px;padding:0;background:none;border:none;font-size:13px;font-weight:600;color:#334155;letter-spacing:.2px;line-height:1.5}.product-grid-spec:before{content:"规格";margin-right:8px;font-size:11px;font-weight:700;letter-spacing:1px;color:var(--accent, var(--blue))}.product-grid-tags{padding:0;margin-bottom:0;gap:6px;flex:1;min-height:66px}.product-grid-tags .feature-tag--grid{padding:4px 0;background:none;border:none;border-radius:0;font-size:13px;font-weight:500;color:#64748b;letter-spacing:.2px;line-height:1.5}.product-grid-tags .feature-tag--grid:not(:last-child):after{content:"";display:inline-block;width:1px;height:10px;margin:0 12px;background:#e2e8f0;vertical-align:middle;transform:translateY(1px)}.product-grid-toggle{margin-top:auto;flex-shrink:0}.product-grid-chevron{transition:transform .3s cubic-bezier(.22,1,.36,1)}.product-grid-card--open .product-grid-chevron{transform:rotate(180deg)}.product-grid-detail-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.22,1,.36,1)}.product-grid-detail-collapse.is-open{grid-template-rows:1fr;border-top:1px solid #eef1f5}.product-grid-detail{overflow:hidden;min-height:0;padding:0 32px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);opacity:0;transform:translateY(-10px);transition:opacity .4s cubic-bezier(.22,1,.36,1) .06s,transform .45s cubic-bezier(.22,1,.36,1) .04s,padding .45s cubic-bezier(.22,1,.36,1)}.product-grid-detail-collapse.is-open .product-grid-detail{padding:28px 32px 36px;opacity:1;transform:translateY(0)}.product-grid-detail-collapse:not(.is-open) .product-grid-detail{transition:opacity .28s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1)}.product-grid-detail .product-detail-section{padding-top:20px}.product-grid-detail .product-detail-section h4{font-size:15px;font-weight:800;letter-spacing:1px;color:var(--blue-dark);margin-bottom:12px;padding-left:12px;border-left:3px solid var(--green)}.product-grid-detail .product-detail-section p,.product-grid-detail .product-detail-section li{font-size:15px;line-height:1.9}.product-detail-card--compact{display:grid;grid-template-columns:120px 1fr;gap:0;border-radius:0;box-shadow:none;border:none;border-bottom:1px solid #eef1f6}.product-detail-card--compact:last-child{border-bottom:none}.product-detail-card--compact .product-detail-thumb{padding:20px 16px;background:#fff;display:flex;align-items:center;justify-content:center;border-right:1px solid #eef1f6}.product-detail-card--compact .product-detail-thumb img{height:96px;width:auto;max-width:100%}.product-detail-card--compact .product-detail-head{padding:20px 28px;display:flex;flex-direction:column;align-items:flex-start}.product-detail-card--compact .product-detail-head h3{font-size:18px;margin-bottom:6px}.product-detail-card--compact .product-detail-spec{margin-bottom:10px}.product-detail-card--compact .product-detail-collapse{grid-column:1 / -1}.product-detail-card--compact .product-detail-collapse.is-open .product-detail-body{padding:0 28px 24px;background:#fafbfc}.product-detail-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #1a529614;border:1px solid #eef1f6}.product-detail-thumb{background:#fff;padding:24px;text-align:center}.product-detail-thumb img{height:200px;max-width:100%;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(12,45,82,.12))}.product-detail-spec{font-size:14px;font-weight:600;color:#334155;margin-bottom:14px}.product-detail-head{padding:24px 28px 20px}.product-detail-head h3{font-size:24px;font-weight:800;margin-bottom:8px}.product-detail-body{overflow:hidden;min-height:0;padding:0 28px;opacity:0;transform:translateY(-8px);transition:opacity .4s cubic-bezier(.22,1,.36,1) .05s,transform .45s cubic-bezier(.22,1,.36,1) .03s,padding .45s cubic-bezier(.22,1,.36,1)}.product-detail-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.22,1,.36,1)}.product-detail-collapse.is-open{grid-template-rows:1fr;border-top:1px solid #eef1f6}.product-detail-collapse.is-open .product-detail-body{padding:0 28px 28px;opacity:1;transform:translateY(0)}.product-detail-collapse:not(.is-open) .product-detail-body{transition:opacity .28s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1)}.product-detail-section{padding-top:20px}.product-detail-section h4{font-size:16px;font-weight:700;color:var(--blue);margin-bottom:10px}.product-detail-section p,.product-detail-section li{font-size:15px;color:var(--text-light);line-height:1.9}.product-detail-section ul{padding-left:1.4em}.product-series-block{margin-top:48px}.product-series-block:first-of-type{margin-top:0}.product-series-title{font-size:24px;font-weight:800;color:var(--text);letter-spacing:2px;margin-bottom:8px;padding-left:16px;border-left:4px solid var(--orange)}.product-series-tagline{font-size:15px;color:var(--text-muted);margin-bottom:24px;padding-left:20px}@media (max-width: 1100px){.product-grid-3{grid-template-columns:repeat(2,1fr)}.home-split{grid-template-columns:1fr}.home-split-card:nth-child(2){margin-top:0}.home-brands-wrap{padding:0 32px}.home-brands-head{grid-template-columns:1fr;gap:20px;margin-bottom:48px}.home-brands-sub{max-width:none}.products-layout{grid-template-columns:1fr}.products-brand-banner{flex-wrap:wrap}.products-brand-banner-total{margin-left:0;width:100%;text-align:center}.product-matrix{gap:20px;padding:24px}.product-matrix-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.product-grid-card{min-height:360px}.product-grid-stage{height:190px;min-height:190px}.product-grid-name{min-height:calc(19px * 1.35 * 2)}.product-grid-tags{min-height:60px}.products-brand-banner:after{font-size:48px;right:12px}.home-split-stage{min-height:200px;padding:28px 20px 16px}.home-split-showcase{max-width:260px;height:200px}.home-split-hero-product{max-height:170px;max-width:72%}.home-split-panel{margin:0 16px 16px;padding:24px 22px}.brand-grid-3{grid-template-columns:1fr}.join-process,.join-highlights,.join-timeline{grid-template-columns:repeat(2,1fr)}.join-targets{grid-template-columns:1fr}.header-top-inner{padding:10px 24px;flex-direction:column;text-align:center}.guide-pollution,.guide-materials,.guide-timeline,.standards-auth-grid,.standards-principles,.standards-qc{grid-template-columns:repeat(2,1fr)}.standards-code-list,.standards-noadd-list{grid-template-columns:1fr}}html.layout-mobile{--mobile-header-fixed-height: 64px;--mobile-bottom-nav-bar-height: 66px;--mobile-bottom-nav-float-gap: 14px;--mobile-bottom-nav-height: calc(var(--mobile-bottom-nav-bar-height) + var(--mobile-bottom-nav-float-gap));--site-header-sticky-top: var(--mobile-header-fixed-height)}html.layout-mobile .header{position:fixed;top:0;left:0;right:0;width:100%;z-index:300;padding-top:env(safe-area-inset-top,0px);background:linear-gradient(135deg,#0c2d52 0%,#1a5296 58%,#2563b8 100%);box-shadow:0 10px 28px #0c2d524d;backdrop-filter:none;-webkit-backdrop-filter:none}html.layout-mobile .header:after{display:block;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(92,184,42,.55) 35%,rgba(243,146,0,.55) 68%,transparent 100%);opacity:1}html.layout-mobile .site-main{padding-top:calc(var(--mobile-header-fixed-height) + env(safe-area-inset-top,0px));padding-bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px))}html.layout-mobile .footer{padding:36px 0 20px;background:linear-gradient(180deg,#152438 0%,#0d1016 100%);padding-bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px) + 20px)}html.layout-mobile .footer-inner{padding:0 20px}html.layout-mobile .footer-cols{grid-template-columns:1fr;gap:0;padding-bottom:24px;border-bottom:none}html.layout-mobile .footer-col--links{display:none}html.layout-mobile .footer-contact{display:flex;flex-direction:column;align-items:center;text-align:center}html.layout-mobile .footer-contact .footer-logo{height:40px;margin-bottom:16px}html.layout-mobile .footer-company{font-size:15px!important;line-height:1.5;margin-bottom:10px!important;max-width:280px}html.layout-mobile .footer-address{display:none}html.layout-mobile .footer-hotline{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:4px;padding:0 22px;border-radius:999px;font-size:16px;font-weight:700;color:#fff;text-decoration:none;letter-spacing:.5px;background:linear-gradient(135deg,#1a5296 0%,#0c2d52 100%);box-shadow:0 8px 24px #1a529659;transition:transform .2s ease,box-shadow .2s ease}html.layout-mobile .footer-hotline:active{transform:scale(.97)}html.layout-mobile .footer-mobile-summary{display:block;margin-top:12px;font-size:12px;line-height:1.5;color:#ffffff73;letter-spacing:1px}html.layout-mobile .footer-copy{padding-top:16px;font-size:11px;color:#ffffff47;letter-spacing:.5px}html.layout-mobile .header-top{display:none}html.layout-mobile .header-mobile-panel{display:block;margin:0;padding:0;border-radius:0;border:none;background:transparent;box-shadow:none}html.layout-mobile .header-inner{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:0;height:auto;max-width:none;margin:0;padding:12px 118px 12px 16px;border-bottom:none}html.layout-mobile .nav-left,html.layout-mobile .nav-right{display:none}html.layout-mobile .logo{flex:0 1 auto;justify-content:flex-start;min-width:0}html.layout-mobile .logo-img--stack,html.layout-mobile .logo-img--inline{display:none!important}html.layout-mobile .logo-mobile-brand{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left}html.layout-mobile .logo-mobile-name{color:#fff;font-size:22px;font-weight:800;letter-spacing:4px;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.18)}html.layout-mobile .logo-mobile-tag{color:#ffffffc7;font-size:11px;font-weight:500;letter-spacing:1px;line-height:1.2;white-space:nowrap}html.layout-mobile .header-mobile-call{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:8px;flex-shrink:0;min-height:40px;padding:6px 12px 6px 10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fff;text-decoration:none;white-space:nowrap;opacity:1;box-shadow:0 6px 16px #0000001f}html.layout-mobile .header-mobile-call-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#5cb82a 0%,#3d9a1a 100%);color:#fff;flex-shrink:0}html.layout-mobile .header-mobile-call-text{display:flex;flex-direction:column;align-items:flex-start;gap:1px;line-height:1.1}html.layout-mobile .header-mobile-call-label{font-size:10px;font-weight:500;letter-spacing:1px;color:#ffffffb8}html.layout-mobile .header-mobile-call-num{font-size:12px;font-weight:800;letter-spacing:.4px;color:#fff;white-space:nowrap;font-variant-numeric:tabular-nums}html.layout-mobile .nav-mobile-bar{position:fixed;left:12px;right:12px;bottom:calc(8px + env(safe-area-inset-bottom,0px));z-index:320;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;width:auto;min-height:var(--mobile-bottom-nav-bar-height);padding:8px 4px 10px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.85);box-shadow:0 12px 40px #0c2d522e,0 2px 8px #0000000f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}html.layout-mobile .nav-mobile-bar-item{width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;border:none;background:transparent;cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent}html.layout-mobile .nav-mobile-bar-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#5c6675;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}html.layout-mobile .mobile-nav-icon-svg{width:26px;height:26px}html.layout-mobile .nav-mobile-bar-label{font-size:12px;font-weight:600;line-height:1.1;color:#4a5563;white-space:nowrap;letter-spacing:.5px;transition:color .2s ease}html.layout-mobile .nav-mobile-bar-item.is-active .nav-mobile-bar-label{color:var(--blue);font-weight:700}html.layout-mobile .nav-mobile-bar-item:active .nav-mobile-bar-icon{transform:scale(.92)}html.layout-mobile .nav-mobile-bar-item.is-active .nav-mobile-bar-icon{color:#fff;background:linear-gradient(145deg,#1a5296 0%,#0c2d52 100%);box-shadow:0 4px 14px #1a529659}html.layout-mobile .nav-mobile-bar-item--join:not(.is-active) .nav-mobile-bar-icon{color:#e07b00;background:rgba(243,146,0,.1)}html.layout-mobile .nav-mobile-bar-item--join:not(.is-active) .nav-mobile-bar-label{color:#c96a00}html.layout-mobile .nav-mobile-bar-item--join.is-active .nav-mobile-bar-icon{color:#fff;background:linear-gradient(135deg,#f39200 0%,#ff6b00 100%);box-shadow:0 4px 14px #f3920066}html.layout-mobile .nav-mobile-bar-item--join.is-active .nav-mobile-bar-label{color:#c96a00}html.layout-mobile .kv{height:auto;min-height:clamp(480px,78svh,620px)}html.layout-mobile .kv-inner{padding:28px 20px 80px;min-height:clamp(480px,78svh,620px);justify-content:flex-end}html.layout-mobile .kv-overlay{background:linear-gradient(180deg,rgba(6,22,48,.55) 0%,rgba(12,45,82,.78) 48%,rgba(6,22,48,.9) 100%)}html.layout-mobile .kv-bg{object-position:center 35%}html.layout-mobile .page-banner{padding:36px 24px 44px}html.layout-mobile .page-banner-content{padding-left:18px;max-width:100%}html.layout-mobile .page-banner-watermark{font-size:48px;right:-4%;opacity:.7;max-width:50%}html.layout-mobile .page-banner-orb--1{width:180px;height:180px;right:-20px}html.layout-mobile .page-banner-orb--2{width:140px;height:140px}html.layout-mobile .page-banner-curve{height:24px;border-radius:20px 20px 0 0}html.layout-mobile .eco-grid{grid-template-columns:1fr}html.layout-mobile .product-grid-5{grid-template-columns:repeat(2,1fr)}html.layout-mobile .product-matrix{gap:20px;padding:20px;border-radius:0 0 20px 20px}html.layout-mobile .product-matrix-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}html.layout-mobile .product-grid-card{min-height:auto;border-radius:16px}html.layout-mobile .product-grid-stage{height:168px;min-height:168px;padding:10px 12px}html.layout-mobile .product-grid-img{width:100%;height:100%}html.layout-mobile .product-grid-name{font-size:14px}html.layout-mobile .product-grid-tags{min-height:0;display:none}html.layout-mobile .product-grid-body{padding:12px 12px 14px}html.layout-mobile .product-grid-name{min-height:0;margin-bottom:6px;letter-spacing:.2px}html.layout-mobile .product-grid-spec{font-size:12px;margin-bottom:10px}html.layout-mobile .product-grid-toggle{min-height:34px;font-size:12px;letter-spacing:.5px;padding:0 8px}html.layout-mobile .product-grid-toggle,html.layout-mobile .product-matrix-detail-span{display:none}html.layout-mobile .product-grid-card{cursor:pointer}html.layout-mobile .product-grid-body{padding:10px 12px 14px}html.layout-mobile .product-grid-stage{margin:8px 8px 0;border-radius:12px}html.layout-mobile .liangdu-grid,html.layout-mobile .brand-grid,html.layout-mobile .standards-auth-grid,html.layout-mobile .standards-principles,html.layout-mobile .standards-qc{grid-template-columns:1fr}html.layout-mobile .standards-qc-rail{display:none}html.layout-mobile .standards-qc-card{flex-direction:row;align-items:flex-start;gap:20px;text-align:left;padding:0}html.layout-mobile .standards-qc-marker{margin-bottom:0;flex-shrink:0}html.layout-mobile .standards-qc-body{text-align:left;padding:24px 20px}html.layout-mobile .standards-pledge{padding:32px 28px}html.layout-mobile .standards-product-row{flex-direction:column;align-items:flex-start;text-align:left}html.layout-mobile .about-hero{grid-template-columns:1fr;gap:32px}html.layout-mobile .about-pillars{grid-template-columns:1fr 1fr}html.layout-mobile .about-brand-profile,html.layout-mobile .about-brand-profile--reverse{grid-template-columns:1fr}html.layout-mobile .about-brand-profile--reverse .about-brand-side,html.layout-mobile .about-brand-profile--reverse .about-brand-main{order:unset}html.layout-mobile .about-series-grid,html.layout-mobile .about-bases-grid,html.layout-mobile .faq-grid,html.layout-mobile .standards-grid,html.layout-mobile .guide-pollution,html.layout-mobile .guide-materials,html.layout-mobile .guide-timeline,html.layout-mobile .join-grid,html.layout-mobile .join-highlights,html.layout-mobile .join-timeline{grid-template-columns:1fr}html.layout-mobile .mobile-page{min-height:100%;padding-bottom:8px;box-sizing:border-box}html.layout-mobile .products-mobile .block-products,html.layout-mobile .products-mobile .block{padding-left:0;padding-right:0}html.layout-mobile .mp-brand-switch{display:flex;gap:8px;padding:0 16px 18px}html.layout-mobile .mp-brand-pill{flex:1;min-height:48px;padding:12px 8px;border:2px solid transparent;border-radius:12px;background:#fff;box-shadow:0 4px 16px #0c2d5214;font-family:inherit;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .2s ease,color .2s ease,box-shadow .2s ease}html.layout-mobile .mp-brand-pill--on{color:#fff;background:linear-gradient(135deg,#1a5296,#3b82f6);box-shadow:0 8px 24px #1a529647}html.layout-mobile .mp-series-head{display:flex;align-items:center;gap:6px;padding:4px 20px 10px}html.layout-mobile .mp-series-dot{width:4px;height:4px;border-radius:50%;background:var(--green);flex-shrink:0}html.layout-mobile .mp-series-title{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--blue)}html.layout-mobile .mp-prod-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0;padding:0 12px 4px;box-sizing:border-box}html.layout-mobile .mp-prod-card{width:calc(50% - 5px);margin-bottom:10px;padding:10px 8px 12px;border:none;border-radius:16px;background:#fff;box-shadow:0 4px 16px #0c2d5214;text-align:left;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .15s ease}html.layout-mobile .mp-prod-card:active{transform:scale(.98)}html.layout-mobile .mp-prod-img-wrap{width:100%;height:120px;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:12px;background:#fff;box-sizing:border-box}html.layout-mobile .mp-prod-img{width:100%;height:108px;object-fit:contain}html.layout-mobile .mp-prod-name{margin:8px 0 0;font-size:13px;font-weight:700;line-height:1.35;color:var(--text)}html.layout-mobile .mp-prod-spec{margin:4px 0 0;font-size:11px;font-weight:600;color:#334155}html.layout-mobile .product-detail-mobile{background:var(--bg-soft)}html.layout-mobile .product-detail-back{display:inline-flex;align-items:center;gap:4px;margin:12px 16px 0;padding:8px 12px 8px 8px;border:none;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 4px 12px #0c2d521a;font-family:inherit;font-size:13px;font-weight:600;color:var(--blue);cursor:pointer}html.layout-mobile .product-detail-hero{position:relative;height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:8px}html.layout-mobile .product-detail-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff}html.layout-mobile .product-detail-hero-img{position:relative;z-index:1;width:68%;max-height:210px;object-fit:contain}html.layout-mobile .product-detail-body{position:relative;z-index:2;margin-top:-20px;padding:0 16px 24px}html.layout-mobile .product-detail-header-card{padding:20px 16px;margin-bottom:12px;border-radius:16px;background:#fff;box-shadow:0 8px 32px #0c2d5214}html.layout-mobile .product-detail-series{font-size:10px;font-weight:700;letter-spacing:2px;color:var(--blue-bright)}html.layout-mobile .product-detail-name{margin:7px 0 0;font-size:21px;font-weight:800;line-height:1.25;color:var(--text)}html.layout-mobile .product-detail-spec{margin:4px 0 0;font-size:13px;font-weight:600;color:#334155}html.layout-mobile .product-detail-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}html.layout-mobile .product-detail-chip{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;color:var(--blue);background:rgba(26,82,150,.08)}html.layout-mobile .product-detail-block{padding:16px;margin-bottom:10px;border-radius:16px;background:#fff;box-shadow:0 4px 16px #0c2d520f}html.layout-mobile .product-detail-block-label{margin:0 0 8px;font-size:10px;font-weight:700;letter-spacing:2px;color:var(--blue-bright)}html.layout-mobile .product-detail-block-text{margin:0 0 8px;font-size:14px;line-height:1.75;color:#475569}html.layout-mobile .product-detail-block-text:last-child{margin-bottom:0}html.layout-mobile .product-detail-highlight{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}html.layout-mobile .product-detail-highlight:last-child{margin-bottom:0}html.layout-mobile .product-detail-highlight-dot{width:5px;height:5px;margin-top:7px;border-radius:50%;background:var(--green);flex-shrink:0}html.layout-mobile .product-detail-highlight-text{margin:0;flex:1;font-size:13px;line-height:1.7;color:#475569}html.layout-mobile .footer-cols{grid-template-columns:1fr 1fr}html.layout-mobile .footer-inner{padding:0 24px}html.layout-mobile .block-head-center .block-more{position:static;transform:none;margin-top:16px}html.layout-mobile .kv-badges{gap:8px}html.layout-mobile .kv-badge{font-size:12px;padding:6px 14px}@media (max-width: 600px){html.layout-mobile{--mobile-header-fixed-height: 60px;--mobile-bottom-nav-bar-height: 62px;--mobile-bottom-nav-float-gap: 12px;--mobile-bottom-nav-height: calc(var(--mobile-bottom-nav-bar-height) + var(--mobile-bottom-nav-float-gap));--site-header-sticky-top: var(--mobile-header-fixed-height)}html.layout-mobile .header-inner{padding:10px 108px 10px 14px}html.layout-mobile .logo-mobile-name{font-size:20px;letter-spacing:3px}html.layout-mobile .logo-mobile-tag{font-size:10px}html.layout-mobile .header-mobile-call{right:10px;min-height:36px;padding:5px 10px 5px 8px;gap:6px}html.layout-mobile .header-mobile-call-icon{width:24px;height:24px}html.layout-mobile .header-mobile-call-num{font-size:11px}html.layout-mobile .nav-mobile-bar{left:10px;right:10px;bottom:calc(6px + env(safe-area-inset-bottom,0px));padding:7px 2px 9px;border-radius:20px}html.layout-mobile .nav-mobile-bar-icon{width:38px;height:38px}html.layout-mobile .mobile-nav-icon-svg{width:24px;height:24px}html.layout-mobile .nav-mobile-bar-label{font-size:11px}html.layout-mobile .kv{min-height:clamp(520px,88svh,680px)}html.layout-mobile .kv-inner{padding:20px 16px 72px;min-height:clamp(520px,88svh,680px)}html.layout-mobile .kv-tag{font-size:12px;letter-spacing:2px;margin-bottom:14px;padding:6px 14px}html.layout-mobile .kv-title{gap:4px;margin-bottom:14px}html.layout-mobile .kv-line{font-size:clamp(32px,9.5vw,42px);letter-spacing:4px;line-height:1.12}html.layout-mobile .kv-sub{letter-spacing:1px;font-size:14px;line-height:1.55;margin-bottom:18px}html.layout-mobile .kv-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:22px}html.layout-mobile .kv-badge{text-align:center;font-size:11px;padding:6px 8px;letter-spacing:0}html.layout-mobile .kv-dots{bottom:20px}html.layout-mobile .home-brands{padding:56px 0 64px}html.layout-mobile .home-brands-wrap{padding:0 16px}html.layout-mobile .home-brands-head{margin-bottom:32px;padding-bottom:24px}html.layout-mobile .home-brands-head-main{min-height:auto}html.layout-mobile .home-brands-watermark{font-size:48px;letter-spacing:4px}html.layout-mobile .home-brands-head-text{padding-left:16px}html.layout-mobile .home-brands-title{font-size:26px}html.layout-mobile .home-brands-sub{font-size:14px;line-height:1.75}html.layout-mobile .home-split-stage{min-height:160px;padding:20px 16px 12px}html.layout-mobile .home-split-showcase{max-width:220px;height:160px}html.layout-mobile .home-split-hero-product{max-height:140px}html.layout-mobile .home-split-panel{margin:0 12px 12px;padding:20px 18px}html.layout-mobile .block{padding:64px 24px}html.layout-mobile .block-head-cn,html.layout-mobile .block-head-center .block-head-cn{font-size:28px;letter-spacing:4px}html.layout-mobile .product-grid-5{grid-template-columns:repeat(2,1fr)}html.layout-mobile .footer-cols{grid-template-columns:1fr}html.layout-mobile .kv-actions{flex-direction:column;gap:12px}html.layout-mobile .kv-actions .btn{width:100%;justify-content:center}}@media (prefers-reduced-motion: reduce){.product-grid-card,.product-grid-main,.product-grid-stage,.product-grid-img,.product-grid-body,.product-grid-name,.product-grid-detail-collapse,.product-grid-detail,.product-detail-collapse,.product-detail-body,.product-grid-chevron,.matrix-detail-enter-active,.matrix-detail-leave-active{transition:none!important}}
