:root{--red:#e60012;--red-dark:#b1000e;--red-soft:#d94a58;--red-soft-border:#ebaab2;--green:#1a8c44;--text:#333;--muted:#666;--line:#eee;--max:1400px;--header-pad:14px;--fs-body:15px;--fs-sm:14px;--fs-h1:24px;--fs-h1-lg:30px;--fs-tagline:15px;--fs-h3:18px;--fs-h4:16px;--fs-stat:22px;--fs-home-h2:22px;--lh-body:1.75;--lh-tight:1.4}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font:var(--fs-body)/var(--lh-body) -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--text);background:#fff}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 1px 4px rgba(0,0,0,.04);padding:var(--header-pad) 0}
.site-header .container{padding-left:28px;padding-right:20px}
.header-inner{display:flex;align-items:center;justify-content:flex-start;gap:0;min-height:64px}
.brand{display:flex;align-items:center;gap:6px;color:var(--text);flex-shrink:0;margin-right:20px}
.brand:hover{text-decoration:none}
.brand-logo{height:48px;width:auto;max-width:120px;object-fit:contain}
.brand-name{font-size:18px;font-weight:700;white-space:nowrap;line-height:1.2}
.nav-toggle{border:0;background:0;font-size:26px;padding:8px;cursor:pointer;margin-left:auto;flex-shrink:0}
.site-nav{display:none;width:100%;flex-basis:100%}
.site-nav.open{display:block}
.site-nav ul{list-style:none;margin:0;padding:8px 0 12px}
.site-nav li+li{border-top:1px solid #f5f5f5}
.site-nav a{display:block;padding:10px 4px;color:var(--muted)}
.site-nav .active a,.site-nav a:hover{color:var(--red);text-decoration:none;font-weight:600}
.site-nav .nav-sub a,.site-nav .nav-sub .active a{color:var(--text);font-weight:400;text-decoration:none}
.site-nav .nav-sub a:hover{color:var(--red-soft);font-weight:600;text-decoration:none}
@media (max-width:767px){
  .header-inner{flex-wrap:wrap;align-items:center}
  .brand{flex:1;min-width:0;margin-right:0}
  .site-nav .nav-has-sub{border-top:1px solid #f5f5f5}
  .site-nav .nav-sub{display:block;position:static;transform:none;border:0;box-shadow:none;padding:0 0 8px 16px;background:transparent;width:auto}
  .site-nav .nav-sub a{padding:8px 4px;font-size:14px;font-weight:400;text-align:left}
  .nav-drop-wrap{width:auto;margin:0}
}
.nav-has-sub{position:relative}
.nav-drop-wrap{display:block;width:fit-content;max-width:100%;margin:0 auto;position:relative}
.nav-has-sub>.nav-drop-wrap>a{display:inline-block;padding:8px 6px 14px;line-height:1.4}
.nav-sub{display:none;list-style:none;margin:0;padding:6px 0 8px;position:absolute;top:100%;left:50%;transform:translateX(-50%);width:max-content;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.08);z-index:200;border-radius:4px}
.nav-has-sub:hover .nav-sub,.nav-has-sub:focus-within .nav-sub{display:block}
.nav-sub li{border:0}
.nav-sub a{display:block;padding:8px 14px;font-size:14px;font-weight:400;white-space:nowrap;text-align:center;line-height:1.4}
.nav-sub a{color:var(--text)}
.nav-sub a:hover{color:var(--red-soft);font-weight:600;text-decoration:none}
.nav-sub .active a{color:var(--text);font-weight:600;text-decoration:none}

.page-subnav{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:0;border-bottom:1px solid #ddd;margin:0 auto 20px;max-width:var(--max);padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.page-subnav::-webkit-scrollbar{display:none}
.page-subnav__link{padding:12px 18px;font-size:14px;color:var(--muted);border-bottom:3px solid transparent;margin-bottom:-1px;white-space:nowrap;flex-shrink:0}
.page-subnav__link.is-active{color:var(--text);border-bottom-color:var(--text);text-decoration:none;font-weight:600}
.page-subnav__link:hover{color:var(--red-soft);border-bottom-color:var(--red-soft-border);text-decoration:none;font-weight:600}
.page-content{font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text)}
.page-content p,.page-content li{font-size:var(--fs-body);line-height:var(--lh-body)}
.page-content h2,.page-content h3{margin:0 0 12px;font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-tight);color:var(--text)}
.page-content h2{color:var(--red)}
.page-content h4{margin:0 0 10px;font-size:var(--fs-h4);font-weight:700;line-height:var(--lh-tight)}
.page-content ul{padding-left:1.2em}
.about-intro-head,.product-detail-head{background:#fff;padding:24px 0 16px;text-align:center}
.about-intro-head__title,.product-detail-head h1{margin:0 0 8px;font-size:var(--fs-h1);line-height:1.35;color:var(--red);font-weight:700}
.about-intro-head__tagline,.product-detail-head__tagline{margin:0 auto;font-size:var(--fs-tagline);line-height:1.6;color:var(--green);font-weight:500;max-width:720px}
.content-body ul{padding-left:1.2em}

.hero{position:relative;background:#fff;overflow:hidden}
.hero-track{position:relative;line-height:0}
.hero-slide{display:none}
.hero-slide.is-active{display:block}
.hero-slide img{width:100%;height:clamp(280px,50vw,800px);object-fit:cover;object-position:center top}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;outline:0;background:rgba(255,255,255,.85);color:#999;width:40px;height:56px;font-size:24px;line-height:1;padding:0;cursor:pointer;-webkit-appearance:none;appearance:none;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.hero-arrow:hover{background:rgba(255,255,255,.95);color:#666}
.hero-arrow:focus,.hero-arrow:focus-visible{outline:0;border:0;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.hero-prev{left:0;border-radius:0 4px 4px 0}
.hero-next{right:0;border-radius:4px 0 0 4px}

.kw-bar{width:100%;background:var(--green);color:#fff;padding:16px 0}
.kw-inner{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:12px}
.kw-brand{margin:0;font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px;line-height:1.4}
.kw-dot{width:10px;height:10px;border-radius:50%;background:var(--red);flex-shrink:0}
.kw-tags{margin:0;font-size:var(--fs-sm);line-height:1.7;flex:1}
.kw-tags a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.kw-search{display:flex;width:100%;max-width:360px}
.kw-search input{flex:1;border:0;padding:11px 14px;font:inherit;border-radius:3px 0 0 3px;min-width:0}
.kw-search button{border:0;background:var(--red);color:#fff;padding:0 18px;font-size:18px;cursor:pointer;border-radius:0 3px 3px 0;flex-shrink:0}

.home-block{padding:48px 0}
.home-block:nth-child(even){background:#fafafa}
#products{scroll-margin-top:80px}
.sec-head{margin-bottom:24px}
.sec-head--center{text-align:center}
.sec-head h2{margin:0 0 6px;font-size:var(--fs-home-h2);color:var(--red-dark);font-weight:700}
.sec-head--left{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 16px}
.sec-head--left h2{margin:0}
.sec-sub{margin:0;color:var(--muted);font-size:14px}
.sec-more{margin-left:auto;font-size:14px;color:var(--muted);white-space:nowrap}
.sec-more:hover{color:var(--red);text-decoration:none}
.sec-foot-link{text-align:center;margin:28px 0 0}

.home-split{display:grid;gap:32px}
.news-cards{display:grid;gap:16px}
.news-card{border:1px solid var(--line);border-radius:4px;overflow:hidden;background:#fff}
.news-card a{display:block;color:inherit}
.news-card a:hover{text-decoration:none}
.news-card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#eee}
.news-card h3{margin:12px 14px 6px;font-size:15px;line-height:1.45;font-weight:600}
.news-card time{display:block;margin:0 14px 14px;font-size:var(--fs-sm);color:var(--muted)}

.home-inquiry{background:#fff;border:1px solid var(--line);border-radius:4px;padding:20px}
.inquiry-form{display:grid;gap:12px}
.inquiry-types{border:0;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}
.inquiry-types label{font-size:14px;display:flex;align-items:center;gap:6px;cursor:pointer}
.inquiry-field{display:block;font-size:14px;color:var(--muted)}
.inquiry-field input{width:100%;margin-top:4px;padding:10px 12px;border:1px solid #ddd;border-radius:3px;font:inherit;color:var(--text)}
.inquiry-form .captcha{display:block;margin-top:-4px;cursor:pointer}
.btn{display:inline-block;padding:11px 24px;background:var(--red);color:#fff;border:0;border-radius:3px;cursor:pointer;font:inherit;font-size:15px;text-align:center}
.btn:hover{text-decoration:none;filter:brightness(.95)}
.btn-block{width:100%}
.btn-outline{background:transparent;color:var(--red);border:1px solid var(--red)}

.prod-tablist{display:flex;flex-wrap:wrap;justify-content:center;gap:0;border-bottom:1px solid #ddd;margin-bottom:24px}
.prod-tab{border:0;background:0;padding:14px 28px;font:inherit;font-size:16px;color:var(--muted);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-1px}
.prod-tab.is-active,.prod-tab:hover{color:var(--red-dark);border-bottom-color:var(--red);text-decoration:none}
.prod-panel{display:none}
.prod-panel.is-active{display:block}
.prod-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}
.prod-item{flex:0 1 calc(50% - 10px);max-width:275px;width:100%;text-align:center;background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden}
.prod-item a{display:block;color:inherit;padding-bottom:12px}
.prod-item a:hover{text-decoration:none}
.prod-item img{width:100%;aspect-ratio:275/320;object-fit:cover;background:#f5f5f5}
.prod-item h3{margin:12px 10px 0;font-size:15px;font-weight:600;line-height:1.4}

.scene-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:0 0 8px}
.scene-track{display:flex;gap:16px;padding:0 20px 4px;width:max-content;min-width:100%}
.scene-item{flex:0 0 min(85vw,502px);scroll-snap-align:start;margin:0}
.scene-item img{width:100%;height:auto;aspect-ratio:502/347;object-fit:cover;border-radius:4px;background:#eee}

.case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.case-card{position:relative;border-radius:4px;overflow:hidden;background:#222}
.case-card a{display:block;color:#fff}
.case-card a:hover{text-decoration:none}
.case-card img{width:100%;aspect-ratio:360/280;object-fit:cover;opacity:.92;transition:transform .35s,opacity .35s}
.case-card:hover img{transform:scale(1.03);opacity:.75}
.case-title{position:absolute;left:0;right:0;bottom:0;padding:14px 16px;font-size:15px;font-weight:600;background:linear-gradient(transparent,rgba(0,0,0,.65))}

.case-page-banner{width:100%;margin:0;height:240px;overflow:hidden;line-height:0;background:#f0f0f0}
.case-page-banner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.case-section{padding:40px 0}
.case-section--scenes{padding-top:24px;padding-bottom:36px}
.case-section--projects{background:#fafafa;padding-top:40px;padding-bottom:48px}
.case-section__title{margin:0 0 28px;font-size:var(--fs-home-h2);font-weight:700;color:var(--red);text-align:center;line-height:1.35}
.case-scene-scroll{margin-bottom:0}
.case-project-grid{display:grid;grid-template-columns:1fr;gap:24px}
.case-project-card{margin:0;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.case-project-card__media{position:relative;display:block;color:#fff;line-height:0}
.case-project-card__media:hover{text-decoration:none}
.case-project-card__media img{width:100%;aspect-ratio:360/260;object-fit:cover;background:#eee;transition:transform .35s,opacity .35s}
.case-project-card__media:hover img{transform:scale(1.02);opacity:.92}
.case-project-card__overlay{position:absolute;left:0;right:0;bottom:0;padding:14px 16px;font-size:15px;font-weight:600;line-height:1.45;background:linear-gradient(transparent,rgba(0,0,0,.68))}
.case-project-card__body{padding:16px 18px 20px}
.case-project-card__title{margin:0 0 10px;font-size:15px;font-weight:700;line-height:1.45}
.case-project-card__title a{color:var(--text)}
.case-project-card__title a:hover{color:var(--red);text-decoration:none}
.case-project-card__summary{margin:0;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted);text-align:justify}
.case-detail-banner{width:100%;margin:0;height:240px;overflow:hidden;line-height:0;background:#f0f0f0}
.case-detail-banner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.case-detail-page{padding-bottom:48px}
.case-detail-wrap{max-width:1100px;width:100%;margin:0 auto;padding:24px 20px 0;box-sizing:border-box;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text)}
.case-detail-lead{margin:0 0 30px;padding-left:18px;border-left:4px solid var(--red);text-align:left}
.case-detail-lead__title{margin:0;font-size:var(--fs-h1);font-weight:700;color:var(--red);line-height:1.35;letter-spacing:.02em}
.case-detail-lead__tagline{margin:6px 0 0;font-size:var(--fs-tagline);font-weight:400;color:var(--green);line-height:1.6}
.case-detail-figure{margin:0 0 30px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.02);line-height:0;background:#f5f5f5}
.case-detail-figure img{width:100%;height:auto;display:block;object-fit:cover}
.case-detail-grid{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px}
.case-detail-grid__col{flex:1;min-width:280px;display:flex;flex-direction:column}
.case-detail-block-title{margin:0 0 12px;padding-left:10px;font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-tight)}
.case-detail-page h2.case-detail-block-title--red{border-left:4px solid var(--red);color:var(--red)}
.case-detail-page h2.case-detail-block-title--green{border-left:4px solid var(--green);color:var(--green)}
.case-detail-card{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;box-sizing:border-box;box-shadow:0 4px 12px rgba(0,0,0,.01);font-size:var(--fs-body);line-height:var(--lh-body);text-align:justify}
.case-detail-card--red{border-top:3px solid var(--red)}
.case-detail-card--green{border-top:3px solid var(--green)}
.case-detail-card--quote{display:flex;align-items:center}
.case-detail-card__lead{margin:0 0 10px;font-weight:700;font-size:var(--fs-body)}
.case-detail-card--red .case-detail-card__lead{color:var(--red)}
.case-detail-card--green .case-detail-card__lead{color:var(--green)}
.case-detail-card p{margin:0 0 10px}
.case-detail-card p:last-child{margin-bottom:0}
.case-detail-card--red strong{color:var(--red);font-weight:700}
.case-detail-card--green strong{color:var(--green);font-weight:700}
.case-detail-list{margin:0;padding-left:18px;list-style:disc}
.case-detail-list li{margin-bottom:8px}
.case-detail-list li:last-child{margin-bottom:0}
.case-detail-summary{margin:0}

.zixin-page-banner{width:100%;margin:0;height:200px;overflow:hidden;line-height:0;background:#f0f0f0}
.zixin-page-banner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.zixin-page-head{background:#fff;padding:20px 0 8px;text-align:left}
.zixin-page-head .breadcrumb{margin-bottom:10px}
.zixin-page-head__title{margin:0 0 8px;font-size:var(--fs-h1);line-height:1.35;color:var(--red);font-weight:700}
.zixin-page-head__tagline{margin:0;font-size:var(--fs-tagline);line-height:1.6;color:var(--green);font-weight:500}
.zixin-page{padding-bottom:40px}
.cert-section{max-width:1000px;width:100%;margin:0 auto;padding:20px 20px 0;box-sizing:border-box}
.cert-section__title{margin:0 0 16px;padding-bottom:8px;font-size:var(--fs-h3);font-weight:700;color:var(--text);border-bottom:2px solid var(--green);line-height:1.4}
.cert-section__lead{margin:0 0 24px;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted)}
.cert-grid{display:grid;grid-template-columns:1fr;gap:20px;margin:0;padding:0;list-style:none}
.cert-card{margin:0;background:#fff;border:1px solid #edf2f7;border-radius:12px;padding:16px;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.cert-card__figure{width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin:0;background:#f7fafc;border-radius:6px;overflow:hidden}
.cert-card__figure img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;display:block;box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.04)}
.cert-card__title{margin:14px 0 0;padding-top:12px;font-size:15px;font-weight:700;color:var(--text);border-top:1px dashed #e2e8f0;line-height:1.45}
.cert-card__caption{margin:6px 0 0;font-size:var(--fs-sm);color:var(--muted);line-height:1.5}

.auth-section{max-width:1200px;width:100%;margin:0 auto;padding:20px 20px 0;box-sizing:border-box}
.auth-section__title{margin:0 0 16px;padding-bottom:8px;font-size:var(--fs-h3);font-weight:700;color:var(--text);border-bottom:2px solid var(--green);line-height:1.4}
.auth-section__lead{margin:0 0 28px;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted)}
.auth-grid{display:grid;grid-template-columns:1fr;gap:28px;margin:0;padding:0;list-style:none}
.auth-card{margin:0;display:flex;flex-direction:column;align-items:stretch}
.auth-card__figure{margin:0;padding:12px;background:#fff;border-radius:8px;border:1px solid #edf2f7;box-shadow:0 8px 24px rgba(0,0,0,.07)}
.auth-card__figure img{width:100%;height:auto;display:block;border-radius:4px;border:1px solid rgba(0,0,0,.04)}
.auth-card__title{margin:18px 0 0;padding-top:14px;font-size:16px;font-weight:700;color:var(--text);border-top:1px dashed #e2e8f0;line-height:1.45;text-align:center}
.auth-card__caption{margin:14px 0 0;font-size:13px;color:var(--muted);line-height:1.45;text-align:center}

.honor-section{max-width:1200px;width:100%;margin:0 auto;padding:20px 20px 0;box-sizing:border-box}
.honor-section__title{margin:0 0 16px;padding-bottom:8px;font-size:var(--fs-h3);font-weight:700;color:var(--text);border-bottom:2px solid var(--green);line-height:1.4}
.honor-section__lead{margin:0 0 20px;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted)}
.honor-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 8px}
.honor-table{width:100%;min-width:720px;border-collapse:collapse;font-size:var(--fs-sm);line-height:1.55;color:var(--text);background:#fff}
.honor-table caption.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.honor-table thead th{padding:12px 14px;text-align:left;font-weight:700;color:#1b5e20;background:#e8f5e9;border-bottom:2px solid #a5d6a7;white-space:nowrap}
.honor-table thead th:first-child{width:52px;text-align:center}
.honor-table tbody td{padding:12px 14px;border:1px solid #e8f5e9;vertical-align:top}
.honor-table tbody tr:nth-child(even){background:#f9fbf9}
.honor-table tbody tr:nth-child(odd){background:#fff}
.honor-table__idx{text-align:center;color:var(--muted);font-weight:600}
.honor-table__level{font-weight:500}
.honor-table__note{margin:12px 0 0;font-size:13px;color:var(--muted);line-height:1.5}

.patent-section{max-width:1200px;width:100%;margin:0 auto;padding:20px 20px 0;box-sizing:border-box}
.patent-group{margin:0 0 28px}
.patent-group__badge{display:inline-block;margin:0 0 12px;padding:6px 16px;font-size:14px;font-weight:700;color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:20px;line-height:1.4}
.patent-table{width:100%;min-width:900px;border-collapse:collapse;font-size:var(--fs-sm);line-height:1.55;color:var(--text);background:#fff;table-layout:fixed}
.patent-table thead th{padding:12px 14px;text-align:left;font-weight:700;color:#1b5e20;background:#e8f5e9;border-bottom:2px solid #a5d6a7}
.patent-table thead th:first-child{width:6%;text-align:center;white-space:nowrap}
.patent-table thead th:nth-child(2){width:12%;text-align:center;white-space:nowrap}
.patent-table thead th:nth-child(3){width:34%}
.patent-table thead th:nth-child(4){width:18%;white-space:nowrap}
.patent-table thead th:nth-child(5){width:30%;padding-left:20px;padding-right:16px}
.patent-table tbody td{padding:12px 14px;border:1px solid #e8f5e9;vertical-align:top}
.patent-table tbody tr:nth-child(even){background:#f9fbf9}
.patent-table tbody tr:nth-child(odd){background:#fff}
.patent-table__idx{text-align:center;color:var(--muted);font-weight:600;white-space:nowrap}
.patent-table__type{text-align:center;white-space:nowrap;font-weight:500}
.patent-table__name{font-weight:500;padding-right:12px}
.patent-table__no{font-family:Consolas,"Segoe UI",monospace;white-space:nowrap;padding-right:16px}
.patent-table__holder,.patent-table tbody td:last-child{min-width:240px;padding-left:20px;padding-right:16px;line-height:1.65}
.patent-group .honor-table-wrap{scroll-padding-inline:16px}
.patent-table__note{margin:12px 0 0;font-size:13px;color:var(--muted);line-height:1.5}

.standard-section{max-width:1200px;width:100%;margin:0 auto;padding:20px 20px 0;box-sizing:border-box}
.standard-table{width:100%;min-width:680px;border-collapse:collapse;font-size:var(--fs-sm);line-height:1.55;color:var(--text);background:#fff;table-layout:fixed}
.standard-table thead th{padding:12px 14px;text-align:left;font-weight:700;color:#1b5e20;background:#e8f5e9;border-bottom:2px solid #a5d6a7}
.standard-table thead th:first-child{width:56px;text-align:center;white-space:nowrap}
.standard-table thead th:nth-child(2){width:42%}
.standard-table thead th:nth-child(3){width:auto;padding-left:18px}
.standard-table tbody td{padding:12px 14px;border:1px solid #e8f5e9;vertical-align:top}
.standard-table tbody tr:nth-child(even){background:#f9fbf9}
.standard-table tbody tr:nth-child(odd){background:#fff}
.standard-table__idx{text-align:center;color:var(--muted);font-weight:600;white-space:nowrap}
.standard-table__code{font-family:Consolas,"Segoe UI",monospace;font-size:13px;line-height:1.5;word-break:break-all;padding-right:12px}
.standard-table__name{font-weight:500;padding-left:18px;line-height:1.65}
.standard-table__note{margin:12px 0 0;font-size:13px;color:var(--muted);line-height:1.5}

.paper-section{max-width:1200px;width:100%;margin:0 auto;padding:20px 20px 0;box-sizing:border-box}
.paper-table{width:100%;min-width:880px;border-collapse:collapse;font-size:var(--fs-sm);line-height:1.55;color:var(--text);background:#fff;table-layout:fixed}
.paper-table thead th{padding:12px 14px;text-align:left;font-weight:700;color:#1b5e20;background:#e8f5e9;border-bottom:2px solid #a5d6a7}
.paper-table thead th:first-child{width:52px;text-align:center;white-space:nowrap}
.paper-table thead th:nth-child(2){width:32%}
.paper-table thead th:nth-child(3){width:14%;white-space:nowrap}
.paper-table thead th:nth-child(4){width:12%;white-space:nowrap}
.paper-table thead th:nth-child(5){width:26%;padding-left:18px;padding-right:14px}
.paper-table tbody td{padding:12px 14px;border:1px solid #e8f5e9;vertical-align:top}
.paper-table tbody tr:nth-child(even){background:#f9fbf9}
.paper-table tbody tr:nth-child(odd){background:#fff}
.paper-table__idx{text-align:center;color:var(--muted);font-weight:600;white-space:nowrap}
.paper-table__title{font-weight:500;padding-right:10px;line-height:1.65}
.paper-table__journal{white-space:nowrap;font-weight:500}
.paper-table__author{line-height:1.65;white-space:normal}
.paper-table__org,.paper-table tbody td:last-child{min-width:200px;padding-left:18px;padding-right:14px;line-height:1.65}
.paper-section .honor-table-wrap{scroll-padding-inline:16px}
.paper-table__note{margin:12px 0 0;font-size:13px;color:var(--muted);line-height:1.5}

.official-section{max-width:960px;width:100%;margin:0 auto;padding:20px 20px 0;box-sizing:border-box}
.official-grid{display:grid;grid-template-columns:1fr;gap:20px;margin:0;padding:0;list-style:none;justify-items:center}
.official-card{margin:0;width:100%;max-width:380px}
.official-card__figure{margin:0;padding:10px;background:#fff;border:1px solid #edf2f7;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.official-card__figure img{width:100%;max-width:360px;height:auto;display:block;margin:0 auto;border-radius:4px;border:1px solid rgba(0,0,0,.04)}

.faq-split{display:grid;grid-template-columns:1fr;gap:24px}
.faq-visual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.faq-page-banner{width:100%;margin:0;height:200px;overflow:hidden;line-height:0;background:#f0f0f0}
.faq-page-banner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.faq-page-head{background:#fff;padding:20px 0 8px;text-align:center}
.faq-page-head .breadcrumb{text-align:left;margin-bottom:10px}
.faq-page-head__title{margin:0 0 8px;font-size:var(--fs-h1);line-height:1.35;color:var(--red);font-weight:700}
.faq-page-head__tagline{margin:0;font-size:var(--fs-tagline);line-height:1.6;color:var(--green);font-weight:500}
.faq-page{max-width:1200px;width:100%;margin:0 auto;padding:8px 16px 40px;box-sizing:border-box}
.faq-media-section{margin:0 0 28px}
.faq-media-grid{display:grid;grid-template-columns:1fr;gap:16px}
.faq-media-card{margin:0;border:1px solid #edf2f7;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.faq-media-card a{display:grid;grid-template-columns:110px 1fr;gap:0;color:inherit;text-decoration:none}
.faq-media-card a:hover .faq-media-card__title{color:var(--red)}
.faq-media-card__figure{margin:0;line-height:0;background:#f5f5f5}
.faq-media-card__figure img{width:100%;height:100%;min-height:88px;object-fit:cover;display:block}
.faq-media-card__body{padding:12px 14px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.faq-media-card__title{margin:0 0 8px;font-size:15px;line-height:1.45;font-weight:600;color:var(--text)}
.faq-media-card__summary{margin:0 0 8px;font-size:13px;line-height:1.65;color:var(--muted)}
.faq-media-card__date{font-size:12px;color:#999;line-height:1.4}
.faq-text-section{padding-top:8px;border-top:1px solid var(--line)}
.faq-text-grid{display:grid;grid-template-columns:1fr;gap:0}
.faq-line--page{padding:18px 0;border-bottom:1px solid var(--line)}
.faq-line--page:last-child{border-bottom:0}
.faq-line__date{display:block;margin:0 0 8px;font-size:12px;color:#999;line-height:1.4}
.faq-line__summary{margin:0;font-size:var(--fs-body);color:var(--muted);line-height:var(--lh-body)}
.faq-card{border:1px solid var(--line);border-radius:4px;overflow:hidden;background:#fff}
.faq-card a{display:block;color:inherit}
.faq-card a:hover{text-decoration:none}
.faq-card img{width:100%;aspect-ratio:260/230;object-fit:cover;background:#eee}
.faq-card h3{margin:0;padding:10px 12px;font-size:var(--fs-body);line-height:1.45;font-weight:600}
.faq-line{padding:14px 0;border-bottom:1px solid var(--line)}
.faq-line:last-child{border-bottom:0;padding-bottom:0}
.faq-line:first-child{padding-top:0}
.faq-line__title{margin:0 0 8px;font-size:15px;line-height:1.45;font-weight:600}
.faq-line__title a{color:var(--text)}
.faq-line__title a:hover{color:var(--red)}
.faq-line p{margin:0;font-size:var(--fs-body);color:var(--muted);line-height:var(--lh-body)}
.faq-promo{display:grid;gap:16px;margin-top:32px}
.faq-promo-item{margin:0}
.faq-promo-item img{width:100%;aspect-ratio:440/280;object-fit:cover;background:#f5f5f5}
.faq-promo-item figcaption{margin:0;padding:12px 0 0;text-align:center;font-size:16px;font-weight:600;line-height:1.4;color:var(--text)}

.contact-page-banner{width:100%;margin:0;height:200px;overflow:hidden;line-height:0;background:#f0f0f0}
.contact-page-banner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.contact-page-head{background:#fff;padding:20px 0 8px;text-align:center}
.contact-page-head .breadcrumb{text-align:left;margin-bottom:10px}
.contact-page-head__title{margin:0 0 8px;font-size:var(--fs-h1);line-height:1.35;color:var(--red);font-weight:700}
.contact-page-head__tagline{margin:0;font-size:var(--fs-tagline);line-height:1.6;color:var(--green);font-weight:500}
.contact-page{padding-bottom:40px}
.eco-section{max-width:1200px;width:100%;margin:0 auto;padding:16px 20px 0;box-sizing:border-box}
.eco-hero{text-align:center;padding:12px 0 44px;border-bottom:1px solid #edf2f7;margin-bottom:44px}
.eco-hero__brand{margin:0 0 10px;font-size:13px;letter-spacing:.12em;color:var(--muted);font-weight:600}
.eco-hero__title{margin:0 0 14px;font-size:22px;line-height:1.4;color:var(--red);font-weight:700}
.eco-hero__lead{margin:0 auto;max-width:720px;padding-bottom:4px;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted)}
.eco-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:0;padding:0;list-style:none;counter-reset:eco}
.eco-item{margin:0;padding:24px 18px 26px;background:#fff;border:1px solid #edf2f7;border-radius:12px;border-left:4px solid var(--red-soft);box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;min-height:148px}
.eco-item__num{margin:0 0 6px;width:100%;font-size:30px;line-height:1;font-weight:700;color:rgba(217,74,88,.35);font-variant-numeric:tabular-nums}
.eco-item__title{margin:0 0 14px;width:100%;font-size:18px;line-height:1.4;font-weight:700;color:var(--text)}
.eco-item__desc{margin:0;width:100%;font-size:13px;line-height:1.75;color:var(--muted)}
.eco-desc-line{display:block;margin:0;letter-spacing:-.01em}
.eco-desc-line+.eco-desc-line{margin-top:6px}
.eco-keep{white-space:nowrap}
.eco-cta{margin:28px 0 0;padding:20px 16px;text-align:center;background:#f9fafb;border:1px solid #edf2f7;border-radius:10px}
.eco-cta p{margin:0 0 12px;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text)}
.eco-cta p a{color:var(--red-soft);font-weight:600;text-decoration:none}
.eco-cta p a:hover{color:var(--red);text-decoration:underline}
.eco-cta__btn{display:inline-block;padding:10px 22px;background:var(--red-soft);color:#fff;text-decoration:none;border-radius:4px;font-size:15px;font-weight:600}
.eco-cta__btn:hover{background:var(--red);color:#fff;text-decoration:none}

.contact-page-body{background:#f8fbf9;padding:28px 0 40px}
.contact-main{max-width:1160px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr;gap:24px;align-items:start}
.contact-card{background:#fff;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #edf2f7;padding:22px 24px}
.contact-company{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.contact-company__logo{width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.contact-company__logo img{width:100%;height:100%;object-fit:contain}
.contact-company__name{font-size:16px;font-weight:700;color:var(--red)}
.contact-company__addr{font-size:12.5px;color:var(--muted);margin-top:2px;line-height:1.6}
.contact-chips{display:flex;flex-wrap:wrap;gap:10px}
.contact-chip{display:flex;align-items:center;gap:7px;padding:8px 14px;border-radius:7px;font-size:13px;font-weight:600;text-decoration:none;border:1px solid #dceee3;transition:border-color .18s,background .18s,transform .13s}
.contact-chip:hover{transform:translateY(-1px);border-color:var(--green);background:#f0f7f3;text-decoration:none}
.contact-chip svg{width:14px;height:14px;flex-shrink:0}
.contact-chip--phone,.contact-chip--email{background:#f8fbf9;color:var(--green)}
.contact-chip--phone svg,.contact-chip--email svg{fill:var(--green)}
.contact-divider{border:0;border-top:1px solid #e8e8e8;margin:16px 0}
.contact-block-title{font-size:14px;font-weight:700;color:var(--text);margin:0 0 12px;display:flex;align-items:center;gap:7px}
.contact-block-title::before{content:'';display:inline-block;width:3px;height:14px;background:var(--green);border-radius:2px}
.contact-qr-row{display:flex;flex-wrap:wrap;gap:10px}
.contact-qr-item{flex:1 1 30%;min-width:96px;text-align:center;padding:10px 6px;border:1px solid #dceee3;border-radius:8px;background:#f8fbf9}
.contact-qr-item img{width:78px;height:auto;max-height:110px;margin:0 auto 8px;border-radius:5px;object-fit:contain}
.contact-qr-item p{margin:0;font-size:12px;color:var(--muted)}
.contact-phone-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.contact-phone-item{padding:10px 12px;border:1px solid #dceee3;border-radius:7px;background:#f8fbf9;transition:border-color .18s,background .18s}
.contact-phone-item:hover{border-color:var(--green);background:#f0f7f3}
.contact-phone-item__name{font-size:11px;color:#999;margin-bottom:3px}
.contact-phone-item a{font-size:13.5px;font-weight:700;color:var(--green);text-decoration:none}
.contact-phone-item a:hover{color:var(--red);text-decoration:none}
.contact-website-sub{font-size:11.5px;font-weight:600;color:#999;margin:10px 0 6px;letter-spacing:.8px}
.contact-website-grid{display:grid;grid-template-columns:1fr;gap:7px}
.contact-website-item{display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid #dceee3;border-radius:7px;background:#f8fbf9;font-size:12.5px;color:inherit;text-decoration:none;transition:border-color .18s,background .18s}
.contact-website-item:hover{border-color:var(--green);background:#f0f7f3;text-decoration:none}
.contact-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.contact-dot--green,.contact-dot--blue{background:var(--green)}
.contact-website-item__label{font-weight:600;color:var(--text)}
.contact-website-item__url{font-size:11px;color:var(--green)}
.contact-website-item--blue .contact-website-item__url{color:var(--green)}
.contact-website-item:hover .contact-website-item__url{color:var(--red)}
.contact-form-card{background:#fff;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #edf2f7;padding:22px 24px}
.contact-form-card__title{margin:0 0 4px;font-size:16px;font-weight:700;color:var(--green);display:flex;align-items:center;gap:7px}
.contact-form-card__title::before{content:'';display:inline-block;width:3px;height:16px;background:var(--green);border-radius:2px}
.contact-form-card__sub{margin:0 0 16px;font-size:12px;color:#999;line-height:1.6}
.contact-panel-form__row{display:grid;grid-template-columns:1fr;gap:12px}
.contact-panel-form__group{margin:0}
.contact-panel-form__group--full{grid-column:1 / -1}
.contact-panel-form__group label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:4px}
.contact-panel-form__req{color:var(--red);margin-left:1px}
.contact-panel-form input,.contact-panel-form textarea{width:100%;padding:8px 11px;border:1px solid #ddd;border-radius:7px;font-size:13px;color:var(--text);background:#fafafa;transition:border-color .18s,box-shadow .18s;outline:0;font-family:inherit}
.contact-panel-form input:focus,.contact-panel-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 2.5px rgba(26,140,68,.12);background:#fff}
.contact-panel-form textarea{resize:vertical;min-height:80px}
.contact-panel-form__captcha{display:flex;gap:10px;align-items:center}
.contact-panel-form__captcha input{flex:1}
.contact-panel-form .captcha{height:36px;border-radius:5px;border:1px solid #ddd;cursor:pointer;flex-shrink:0;width:auto;max-width:120px}
.contact-panel-form__submit{width:100%;margin-top:14px;padding:11px;background:var(--red-soft);color:#fff;border:0;border-radius:7px;font-size:14px;font-weight:700;letter-spacing:2px;cursor:pointer;transition:background .18s,transform .13s,box-shadow .18s}
.contact-panel-form__submit:hover{background:var(--red);transform:translateY(-1px);box-shadow:0 4px 14px rgba(217,74,88,.25);color:#fff;text-decoration:none}
.contact-trust-row{margin-top:12px;padding-top:12px;border-top:1px solid #e8e8e8;display:flex;gap:14px;flex-wrap:wrap}
.contact-trust-item{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#999}
.contact-trust-item svg{width:13px;height:13px;fill:var(--green);flex-shrink:0}

.site-footer{background:var(--green);color:#fff;padding:36px 0 28px;font-size:15px}
.site-footer a{color:#fff}
.site-footer a:hover{color:#fff;text-decoration:underline}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.25)}
.footer-nav a{text-decoration:none;font-weight:500}
.footer-contact{text-align:center;line-height:1.9;margin:0 0 16px}
.footer-copy{text-align:center;margin:0;font-size:13px;color:rgba(255,255,255,.75)}

.page-banner{background:#fff;color:var(--text);padding:20px 0 8px;text-align:center;border-bottom:1px solid var(--line)}
.page-banner .breadcrumb{text-align:left;margin-bottom:10px;color:var(--muted)}
.page-banner .breadcrumb a{color:var(--muted)}
.page-banner h1{margin:0 0 8px;font-size:var(--fs-h1);line-height:1.35;color:var(--red);font-weight:700}
.page-banner p{margin:0;font-size:var(--fs-tagline);line-height:1.6;color:var(--green);font-weight:500}
.page-banner time{display:block;margin-top:4px;font-size:var(--fs-sm);color:var(--muted);line-height:1.4}
.page-hero{line-height:0;background:#eee;overflow:hidden}
.page-hero img{width:100%;max-height:280px;object-fit:cover;object-position:center}
.page-banner--about{background:#fff;color:var(--text);padding:24px 0 8px;text-align:center;border-bottom:0}
.page-banner--about h1{margin:0 0 8px;color:var(--red);font-weight:700}
.page-banner--about p{color:var(--green)}

.about-page,.about-intro{max-width:var(--max);margin:0 auto;padding:12px 20px 48px}
.about-page h3,.about-page .about-box h3,.about-page .about-duo__card h3,.about-page .about-visit h3{font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-tight)}
.about-page h4,.about-page .about-card h4{font-size:var(--fs-h4);font-weight:700;line-height:var(--lh-tight)}
.about-intro-label{margin:0 0 18px;font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-tight);display:flex;align-items:center;gap:10px;color:var(--red)}
.about-intro-lead{max-width:none;margin:0;color:var(--text)}
.about-intro-lead p{margin:0 0 14px}
.about-intro-lead p:last-child{margin-bottom:0}
.about-page .hl-red,.about-intro .hl-red{color:var(--red);font-weight:600}
.about-page .hl-green,.about-intro .hl-green{color:var(--green);font-weight:600}
.about-intro-showcase{display:grid;gap:24px;max-width:980px;margin:0 auto 8px;align-items:start}
.about-intro-figure--side{margin:0;border-radius:8px;overflow:hidden;background:#f5f5f5;box-shadow:0 4px 16px rgba(0,0,0,.07)}
.about-intro-figure--side img{width:100%;height:200px;object-fit:cover;object-position:center 22%;display:block}
.about-intro-figure__cap{margin:0;padding:10px 12px;font-size:var(--fs-sm);line-height:1.45;color:var(--muted);text-align:center;background:#fafafa}
.about-intro-figure{line-height:0}
.about-intro-figure img{width:100%;height:auto;display:block}
.about-box{margin:0 auto 18px;padding:18px 20px;border-radius:2px;max-width:980px}
.about-box h3{margin:0 0 10px}
.about-box p{margin:0 0 10px}
.about-box p:last-child{margin-bottom:0}
.about-box--green-fill{background:#edf7ef;border:1px solid #cfe8d4}
.about-box--green-fill h3{color:var(--green)}
.about-box--green-outline{background:#fff;border:1px solid #b8ddb9}
.about-box--green-outline h3{color:var(--green)}
.about-lead-box{max-width:980px;margin:0 auto 20px;padding:18px 20px;background:#f5f5f5;border-left:4px solid var(--green)}
.about-lead-box__title{margin:0 0 8px;font-size:var(--fs-h3);line-height:var(--lh-tight);color:var(--green);font-weight:700}
.about-lead-box p{margin:0}
.about-duo{display:grid;grid-template-columns:1fr;gap:16px;margin:0 auto 24px;max-width:980px}
.about-duo__card{background:#fff;border:1px solid #ececec;border-radius:2px;padding:16px 18px}
.about-duo__card--red{border-top:4px solid var(--red)}
.about-duo__card--green{border-top:4px solid var(--green)}
.about-duo__card h3{margin:0 0 8px}
.about-duo__card--red h3{color:var(--red)}
.about-duo__card--green h3{color:var(--green)}
.about-duo__card p{margin:0}
.about-section-title{margin:0 auto 16px;max-width:980px;font-size:var(--fs-h3);font-weight:700;color:var(--text);padding-bottom:10px;border-bottom:3px solid var(--line)}
.about-section-title--green{border-bottom-color:var(--green)}
.about-section-title--red{border-bottom-color:var(--red)}
.about-showroom-block{max-width:980px;margin:0 auto 32px}
.about-showroom-block .about-intro-figure{margin:0}
.about-tech-section{max-width:980px;margin:0 auto 32px}
.about-tech-board{border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#fff}
.about-tech-board__head{display:grid;grid-template-columns:1fr;gap:0;border-bottom:1px solid #e8e8e8;background:#fafafa}
.about-tech-board__title{margin:0;padding:14px 16px;font-size:var(--fs-h4);font-weight:700;line-height:var(--lh-tight);display:flex;align-items:center;gap:6px}
.about-tech-board__title--red{color:var(--red);border-right:1px solid #e8e8e8}
.about-tech-board__title--green{color:var(--green)}
.about-tech-board__icon{font-size:15px;line-height:1;flex-shrink:0}
.about-tech-board__body{display:grid;grid-template-columns:1fr;gap:0}
.about-tech-tags{list-style:none;margin:0;padding:16px;display:flex;flex-wrap:wrap;gap:10px;align-content:flex-start}
.about-tech-tags--red{border-right:1px solid #eee;background:#fff}
.about-tech-tags--green{background:#fff}
.about-tech-tags li{display:inline-block;padding:8px 16px;border-radius:4px;font-size:var(--fs-body);line-height:var(--lh-tight);font-weight:500;white-space:nowrap}
.about-tech-tags--red li{color:var(--red);background:#fdeef0;border:1px solid #f5ccd2}
.about-tech-tags--green li{color:var(--green);background:#edf7ef;border:1px solid #cfe8d4}
.about-visit{max-width:980px;margin:24px auto 0;padding:20px;background:#fafafa;border:1px solid #eee;border-radius:2px}
.about-visit a{color:var(--green);font-weight:600;text-decoration:none}
.about-visit a:hover{text-decoration:underline}
.about-visit.about-visit--board{display:block;padding:32px 20px;background:var(--green);border:0;border-radius:8px;color:#fff}
.about-visit.about-visit--board a{color:#fff;text-decoration:none}
.about-visit.about-visit--board a:hover{text-decoration:underline}
.about-visit--board .about-visit__inner{max-width:980px;margin:0 auto;display:grid;gap:24px}
.about-visit--board .about-visit__heading{margin:0;padding:0 0 16px;border:0;border-bottom:1px solid rgba(255,255,255,.22);font-size:var(--fs-h3);font-weight:700;color:#fff;line-height:var(--lh-tight);text-align:center;letter-spacing:.04em}
.about-visit--board .about-visit__phones{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:12px;width:100%}
.about-visit--board .about-visit__phones li{margin:0;padding:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:var(--fs-body);line-height:var(--lh-tight);color:#fff;text-align:center;transition:background .2s,border-color .2s}
.about-visit--board .about-visit__phones li:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.28)}
.about-visit--board .about-visit__name{font-size:var(--fs-sm);opacity:.88;font-weight:500}
.about-visit--board .about-visit__phones a{font-size:var(--fs-h4);font-weight:700;letter-spacing:.03em;color:#fff}
.about-client-group__title{display:inline-block;margin:0 0 12px;padding:8px 18px;background:var(--green);color:#fff;font-size:var(--fs-body);font-weight:600;border-radius:999px;line-height:var(--lh-tight)}
.about-client-grid li{padding:12px 8px;text-align:center}

.product-detail-head{padding-bottom:12px}
main:has(.product-guofeng-wrap) .product-detail-head,main:has(.product-shiyong-wrap) .product-detail-head,main:has(.product-gongju-wrap) .product-detail-head,main:has(.product-xiubu-banner) .product-detail-head,main:has(.product-fanglou-banner) .product-detail-head,main:has(.product-tuomoji-banner) .product-detail-head,main:has(.product-xunhuan-banner) .product-detail-head,main:has(.product-dayangda-banner) .product-detail-head,main:has(.product-jili-banner) .product-detail-head,main:has(.product-fangan-banner) .product-detail-head,main:has(.product-zixun-banner) .product-detail-head,main:has(.product-duowei-banner) .product-detail-head{display:none}
.product-page{max-width:var(--max);margin:0 auto;padding:12px 20px 48px;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text)}
.product-page h2,.product-page h3,.product-page h4{margin:0 0 12px;font-weight:700;line-height:var(--lh-tight)}
.product-page h2{font-size:var(--fs-h3);color:var(--red)}
.product-page h3{font-size:var(--fs-h3);color:var(--text)}
.product-page h4{font-size:var(--fs-h4);color:var(--green)}
.product-section{max-width:980px;margin:0 auto 28px}
.product-section--in-block{margin:0;max-width:none}
.product-section__title{margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--red);font-size:var(--fs-h3);font-weight:700;color:var(--text)}
.product-section__title--red{border-bottom-color:var(--red)}
.product-section__title--green{border-bottom-color:var(--green)}
.product-tech-block{display:grid;gap:16px;max-width:980px;margin:0 auto 16px}
.product-hero-card{display:grid;gap:24px;align-items:center;margin-bottom:8px}
.product-hero-card__figure{margin:0;border-radius:8px;overflow:hidden;background:#f5f5f5;box-shadow:0 4px 16px rgba(0,0,0,.07)}
.product-hero-card__figure img{width:100%;height:auto;max-height:360px;object-fit:cover;display:block}
.product-hero-card__kicker{margin:0 0 8px;font-size:var(--fs-sm);color:var(--green);font-weight:600;letter-spacing:.04em}
.product-hero-card__body h2{margin:0 0 12px;font-size:var(--fs-h3);color:var(--red)}
.product-hero-card__body p{margin:0}
.product-stats{display:grid;grid-template-columns:1fr;gap:12px;margin:0 auto 28px;max-width:980px}
.product-stats__item{padding:16px 18px;background:#f7f7f7;border-left:4px solid var(--green);border-radius:2px}
.product-stats__num{margin:0 0 4px;font-size:var(--fs-stat);font-weight:700;color:var(--red);line-height:1.2}
.product-stats__label{margin:0;font-size:var(--fs-sm);color:var(--muted);line-height:1.5}
.product-cards{display:grid;gap:10px}
.product-cards--row{grid-template-columns:1fr}
.product-cards__item{padding:12px 14px;background:#fff;border:1px solid #ececec;border-radius:4px;height:100%}
.product-cards__item h4{margin:0 0 6px;font-size:var(--fs-h4);color:var(--red)}
.product-cards__item p{margin:0;line-height:var(--lh-body)}
.product-tags-wrap{padding:8px 10px;background:#fafafa;border:1px solid #d8eadb;border-radius:4px}
.product-tags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;list-style:none;margin:0;padding:0}
.product-tags li{padding:7px 6px;background:#fff;border:1px solid #e6e6e6;border-radius:3px;font-size:var(--fs-sm);line-height:var(--lh-tight);text-align:center;color:var(--text)}
.product-cats--guide{display:grid;grid-template-columns:1fr;gap:10px;margin:0;padding:0;list-style:none}
.product-cats--guide li{padding:12px 8px;border-radius:4px;text-align:center;background:#fff;color:var(--text);border:1px solid #ddd}
.product-board{margin:0 auto 28px;max-width:980px}
.product-board h4{margin:0 0 12px;font-size:var(--fs-h4);color:var(--green);font-weight:600;text-align:center}
.product-board__grid{display:grid;gap:12px;width:fit-content;max-width:100%;margin:0 auto;justify-content:center;grid-template-columns:repeat(2,minmax(150px,280px))}
.product-board__grid figure{margin:0;border-radius:6px;overflow:hidden;border:1px solid #eee;background:#f5f5f5;line-height:0;width:100%}
.product-board__grid img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;display:block}
.product-board__grid--count-3,.product-board__grid--count-6{grid-template-columns:repeat(2,minmax(150px,280px));max-width:900px}

.product-guofeng-wrap{max-width:1100px;margin:0 auto;padding:0 0 40px}
.product-page:has(.product-guofeng-wrap)>p:empty{display:none}
main:has(.product-guofeng-wrap)>.page-hero--product{display:none}
main:has(.product-guofeng-wrap) .product-page{padding-top:0;padding-bottom:24px}
.product-guofeng-banner{width:100%;margin:0 0 20px;line-height:0;background:#f0f0f0}
.product-guofeng-banner img{width:100%;height:auto;max-height:220px;object-fit:cover;object-position:center;display:block}
.product-guofeng-intro{margin:0 0 24px;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted);text-align:justify}
.product-texture-block{margin-top:32px;padding-top:28px;border-top:1px solid #e2e8f0}
.product-texture-block__head{margin-bottom:20px}
.product-texture-block h2{margin:0 0 12px;padding-left:14px;border-left:4px solid var(--green);font-size:var(--fs-h3);color:var(--green);font-weight:700;line-height:var(--lh-tight);letter-spacing:.04em}
.product-texture-block__desc{margin:0;padding-left:18px;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted);text-align:justify}
.product-texture-block__hero{margin:0 auto 24px;display:flex;justify-content:center;line-height:0}
.product-texture-block__hero-img{width:100%;max-width:280px;height:280px;object-fit:contain;display:block;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.03)}
.product-texture-block__scenarios{display:grid;grid-template-columns:1fr;gap:20px}
.product-texture-block__item img{width:100%;height:200px;object-fit:cover;display:block;border-radius:6px;margin-bottom:10px;background:#f5f5f5}
.product-texture-block__item figcaption{margin:0;font-size:var(--fs-sm);color:var(--muted);text-align:left;line-height:1.5}
.product-caption-num{color:var(--red);font-weight:700}

.product-shiyong-title{margin:0 0 10px;font-size:var(--fs-h1);line-height:1.35;color:var(--red);font-weight:700}
main:has(.product-shiyong-title) .product-detail-head{display:none}
.product-shiyong-wrap{max-width:1100px;margin:0 auto;padding:0 0 40px}
.product-page:has(.product-shiyong-wrap)>p:empty{display:none}
main:has(.product-shiyong-wrap)>.page-hero--product{display:none}
main:has(.product-shiyong-wrap) .product-page{padding-top:0;padding-bottom:24px}
.product-shiyong-banner{width:100%;margin:0 0 20px;line-height:0;background:#f0f0f0}
.product-shiyong-banner img{width:100%;height:auto;max-height:220px;object-fit:cover;object-position:center;display:block}
.product-shiyong-kicker{margin:0 0 8px;font-size:var(--fs-sm);color:var(--red);font-weight:700;letter-spacing:.06em}
.product-shiyong-intro{margin:0 0 28px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}
.product-shiyong-intro p{margin:0;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted);text-align:justify}
.product-shiyong-details{display:flex;flex-direction:column;gap:20px;margin-bottom:32px;align-items:stretch}
.product-shiyong-panel{background:#fff;border-radius:8px;padding:24px 20px;box-shadow:0 4px 20px rgba(0,0,0,.04);border-top:4px solid var(--green)}
.product-shiyong-params .product-shiyong-panel{padding:14px 14px 12px;height:fit-content;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.product-shiyong-panel h2{margin:0 0 16px;font-size:var(--fs-h3);color:var(--green);font-weight:700;line-height:var(--lh-tight)}
.product-shiyong-params .product-shiyong-panel h2{margin:0 0 8px;font-size:18px}
.product-shiyong-panel__tip{margin:0 0 16px;padding:8px 12px;font-size:13px;color:var(--green);background:#f0f9f4;border-radius:4px;line-height:1.5}
.product-shiyong-params .product-shiyong-panel__tip{margin:0 0 10px;padding:6px 10px;font-size:12px;line-height:1.45}
.product-shiyong-param__list{margin:0;padding:0}
.product-shiyong-param__row{display:grid;grid-template-columns:1fr auto;gap:4px 10px;padding:7px 0;border-bottom:1px solid #f1f5f9;font-size:var(--fs-body);line-height:var(--lh-tight)}
.product-shiyong-param__row:last-child{border-bottom:0;padding-bottom:0}
.product-shiyong-param__row dt{margin:0;color:var(--muted);font-weight:400}
.product-shiyong-param__row dd{margin:0;color:var(--text);font-weight:700;text-align:right;white-space:nowrap}
.product-shiyong-adv__list{display:flex;flex-direction:column;gap:0}
.product-shiyong-adv__item{padding:14px 0;border-bottom:1px solid #f1f5f9}
.product-shiyong-adv__item:last-child{border-bottom:0;padding-bottom:0}
.product-shiyong-adv__item h3{margin:0 0 6px;font-size:var(--fs-h4);color:var(--green);font-weight:700;line-height:var(--lh-tight)}
.product-shiyong-adv__item p{margin:0;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted)}
.product-shiyong-adv__item--highlight{margin:4px 0;padding:16px;background:#fff5f5;border-radius:6px;border:0}
.product-shiyong-adv__item--highlight h3{color:var(--red)}
.product-shiyong-adv__item--highlight p{color:var(--muted)}
.product-shiyong-foot{margin-top:36px;padding-top:28px;border-top:1px solid #e2e8f0}
.product-shiyong-foot h2{margin:0 0 12px;font-size:var(--fs-h3);color:var(--red);font-weight:700;line-height:var(--lh-tight)}
.product-shiyong-foot p{margin:0;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted);text-align:justify}

.product-gongju-wrap{max-width:1100px;margin:0 auto;padding:0 0 40px}
.product-page:has(.product-gongju-wrap)>p:empty{display:none}
main:has(.product-gongju-wrap)>.page-hero--product{display:none}
main:has(.product-gongju-wrap) .product-page{padding-top:0;padding-bottom:24px}
.product-gongju-banner{width:100%;margin:0 0 20px;line-height:0;background:#f0f0f0}
.product-gongju-banner img{width:100%;height:auto;max-height:220px;object-fit:cover;object-position:center;display:block}
.product-gongju-kicker{margin:0 0 24px;padding-left:18px;border-left:4px solid var(--red);font-size:var(--fs-sm);color:var(--green);line-height:1.6}
.product-gongju-grid{display:grid;grid-template-columns:1fr;gap:16px}
.product-gongju-card{display:flex;flex-direction:column;gap:16px;padding:18px;background:#fff;border:1px solid #e2e8f0;border-top:3px solid var(--green);border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.03)}
.product-gongju-card__figure{margin:0;display:flex;justify-content:center;line-height:0}
.product-gongju-card__img{width:100%;max-width:150px;height:150px;object-fit:contain;background:#f8fafc;border-radius:6px;padding:10px}
.product-gongju-card__body{flex:1;min-width:0}
.product-gongju-card h3{margin:0 0 8px;font-size:16px;color:var(--green);font-weight:700;line-height:1.4}
.product-gongju-card p{margin:0;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--muted);text-align:justify}

.product-xiubu-wrap,.product-fanglou-wrap,.product-tuomoji-wrap,.product-xunhuan-wrap,.product-dayangda-wrap,.product-jili-wrap{max-width:1100px;width:100%;margin:0 auto;padding:0 20px 40px;box-sizing:border-box;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text)}
main:has(.product-xiubu-banner)>.page-hero--product,main:has(.product-fanglou-banner)>.page-hero--product,main:has(.product-tuomoji-banner)>.page-hero--product,main:has(.product-xunhuan-banner)>.page-hero--product,main:has(.product-dayangda-banner)>.page-hero--product,main:has(.product-jili-banner)>.page-hero--product{display:none}
main:has(.product-xiubu-banner) .product-page,main:has(.product-fanglou-banner) .product-page,main:has(.product-tuomoji-banner) .product-page,main:has(.product-xunhuan-banner) .product-page,main:has(.product-dayangda-banner) .product-page,main:has(.product-jili-banner) .product-page{padding:0 0 24px;max-width:none;width:100%}
.product-xiubu-banner,.product-fanglou-banner,.product-tuomoji-banner,.product-xunhuan-banner,.product-dayangda-banner,.product-jili-banner{width:100%;margin:0 0 24px;height:240px;overflow:hidden;line-height:0;background:#f0f0f0}
.product-xiubu-banner img,.product-fanglou-banner img,.product-tuomoji-banner img,.product-xunhuan-banner img,.product-dayangda-banner img,.product-jili-banner img{width:100%;height:100%;object-fit:cover;object-position:35% center;display:block}
.product-xiubu-lead,.product-fanglou-lead,.product-tuomoji-lead,.product-xunhuan-lead,.product-dayangda-lead,.product-jili-lead{margin:0 0 24px;padding-left:18px;border-left:4px solid var(--red)}
.product-xiubu-wrap .product-xiubu-lead__title,.product-fanglou-wrap .product-fanglou-lead__title,.product-tuomoji-wrap .product-tuomoji-lead__title,.product-xunhuan-wrap .product-xunhuan-lead__title,.product-dayangda-wrap .product-dayangda-lead__title,.product-jili-wrap .product-jili-lead__title{margin:0;font-size:24px;color:var(--red);font-weight:700;line-height:1.35}
.product-xiubu-figure,.product-fanglou-figure,.product-tuomoji-figure,.product-xunhuan-figure,.product-dayangda-figure,.product-jili-figure{margin:0 auto 28px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.02);background:#fff}
.product-xunhuan-figure,.product-dayangda-figure,.product-jili-figure{max-width:480px}
.product-xiubu-figure__img,.product-fanglou-figure__img,.product-tuomoji-figure__img,.product-xunhuan-figure__img,.product-dayangda-figure__img,.product-jili-figure__img{width:100%;height:auto;display:block}
.product-xiubu-figure__cap,.product-fanglou-figure__cap,.product-tuomoji-figure__cap,.product-xunhuan-figure__cap,.product-dayangda-figure__cap,.product-jili-figure__cap{margin:0;padding:10px 14px;font-size:13px;color:var(--muted);text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0}
.product-xiubu-list,.product-fanglou-list,.product-tuomoji-list,.product-xunhuan-list,.product-dayangda-list,.product-jili-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:15px}
.product-xiubu-list>li,.product-fanglou-list>li,.product-tuomoji-list>li,.product-xunhuan-list>li,.product-dayangda-list>li,.product-jili-list>li{margin:0;padding:0}
.product-xiubu-card,.product-fanglou-card,.product-tuomoji-card,.product-xunhuan-card,.product-dayangda-card,.product-jili-card{margin:0;background:#fff;border:1px solid #e2e8f0;border-top:3px solid var(--green);border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;box-shadow:0 4px 12px rgba(0,0,0,.01)}
.product-xiubu-card--alert{border-top-color:var(--red)}
.product-xiubu-card__head,.product-fanglou-card__head,.product-tuomoji-card__head,.product-xunhuan-card__head,.product-dayangda-card__head,.product-jili-card__head{display:flex;align-items:center;gap:10px;flex-shrink:0}
.product-xiubu-card__badge,.product-fanglou-card__badge,.product-tuomoji-card__badge,.product-xunhuan-card__badge,.product-dayangda-card__badge,.product-jili-card__badge{font-size:var(--fs-sm);font-weight:700;color:var(--green);white-space:nowrap}
.product-xiubu-card--alert .product-xiubu-card__badge{color:var(--red)}
.product-xiubu-wrap .product-xiubu-card__title,.product-fanglou-wrap .product-fanglou-card__title,.product-tuomoji-wrap .product-tuomoji-card__title{margin:0;font-size:var(--fs-h4);color:var(--green);font-weight:700;line-height:var(--lh-tight)}
.product-xunhuan-wrap .product-xunhuan-card__title,.product-dayangda-wrap .product-dayangda-card__title,.product-jili-wrap .product-jili-card__title{margin:0;font-size:var(--fs-h4);color:var(--red);font-weight:700;line-height:var(--lh-tight)}
.product-xiubu-card--alert .product-xiubu-card__title{color:var(--red)}
.product-xiubu-card__text,.product-fanglou-card__text,.product-tuomoji-card__text,.product-xunhuan-card__text,.product-dayangda-card__text,.product-jili-card__text{margin:0;font-size:var(--fs-body);line-height:1.65;color:var(--muted);text-align:justify}
.product-xiubu-em,.product-fanglou-em,.product-tuomoji-em,.product-xunhuan-em,.product-dayangda-em,.product-jili-em{color:var(--green);font-weight:700}
.product-xiubu-warn{color:var(--red);font-weight:700}

.product-fangan-wrap{max-width:1140px;width:100%;margin:0 auto;padding:40px 20px 48px;box-sizing:border-box;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text)}
main:has(.product-fangan-banner)>.page-hero--product{display:none}
main:has(.product-fangan-banner) .product-page{padding:0 0 24px;max-width:none;width:100%}
.product-fangan-banner{width:100%;margin:0 0 32px;height:240px;overflow:hidden;line-height:0;background:#f0f0f0}
.product-fangan-banner img{width:100%;height:100%;object-fit:cover;object-position:35% center;display:block}
.product-fangan-section{margin:0 0 56px}
.product-fangan-section:last-child{margin-bottom:0}
.product-fangan-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}
.product-fangan-col--main,.product-fangan-col--sub{display:flex;flex-direction:column;gap:20px}
.product-fangan-meta{margin:0}
.product-fangan-section--green .product-fangan-title{margin:0 0 12px;font-size:22px;font-weight:700;color:var(--green);line-height:1.35;letter-spacing:.04em}
.product-fangan-section--red .product-fangan-title{margin:0 0 12px;font-size:22px;font-weight:700;color:var(--red);line-height:1.35;letter-spacing:.04em}
.product-fangan-subtitle{margin:0 0 12px;font-size:var(--fs-body);color:var(--muted);line-height:var(--lh-body)}
.product-fangan-desc{margin:0;font-size:var(--fs-body);color:var(--muted);line-height:var(--lh-body);text-align:justify}
.product-fangan-figure{margin:0;overflow:hidden;width:100%;background:#f5f5f5;line-height:0}
.product-fangan-figure__img{width:100%;height:100%;object-fit:cover;display:block}
.product-fangan-figure--240{height:200px}
.product-fangan-figure--300{height:220px}
.product-fangan-figure--380{height:240px}
.product-fangan-figure--460{height:260px}

.product-zixun-wrap{max-width:1100px;width:100%;margin:0 auto;padding:40px 20px 48px;box-sizing:border-box;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text)}
main:has(.product-zixun-banner)>.page-hero--product{display:none}
main:has(.product-zixun-banner) .product-page{padding:0 0 24px;max-width:none;width:100%}
.product-zixun-banner{width:100%;margin:0 0 32px;height:240px;overflow:hidden;line-height:0;background:#f0f0f0}
.product-zixun-banner img{width:100%;height:100%;object-fit:cover;object-position:35% center;display:block}
.product-zixun-lead{margin:0 0 28px;padding-left:18px;border-left:4px solid var(--red)}
.product-zixun-lead__title{margin:0;font-size:24px;font-weight:700;color:var(--red);line-height:1.35}
.product-zixun-grid{display:flex;flex-direction:column;gap:25px}
.product-zixun-card{margin:0;background:#fff;border-radius:8px;padding:24px 22px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;box-sizing:border-box;box-shadow:0 4px 20px rgba(0,0,0,.04);border-top:4px solid var(--red)}
.product-zixun-card--green{border-top-color:var(--green)}
.product-zixun-card--red{border-top-color:var(--red)}
.product-zixun-card__body{flex:1}
.product-zixun-card__title{margin:0 0 15px;font-size:var(--fs-h4);font-weight:700;line-height:var(--lh-tight)}
.product-zixun-card--green .product-zixun-card__title{color:var(--green)}
.product-zixun-card--red .product-zixun-card__title{color:var(--red)}
.product-zixun-card__list{margin:0;padding-left:16px;color:var(--muted);line-height:1.8}
.product-zixun-card__list>li{margin-bottom:8px}
.product-zixun-card__list>li:last-child{margin-bottom:0}
.product-zixun-card__loop{margin:0;padding-top:15px;border-top:1px solid #f1f5f9;font-size:var(--fs-body);line-height:1.65}
.product-zixun-card--green .product-zixun-card__loop{color:var(--green)}
.product-zixun-card--red .product-zixun-card__loop{color:var(--red)}
.product-zixun-card__loop strong{font-weight:700}
.product-zixun-card__loop-label{display:block;margin-bottom:4px;font-weight:700}
.product-zixun-card__loop-text{display:block}

.product-duowei-wrap{max-width:1100px;width:100%;margin:0 auto;padding:40px 20px 48px;box-sizing:border-box;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text)}
main:has(.product-duowei-banner)>.page-hero--product{display:none}
main:has(.product-duowei-banner) .product-page{padding:0 0 24px;max-width:none;width:100%}
.product-duowei-banner{width:100%;margin:0 0 32px;height:240px;overflow:hidden;line-height:0;background:#f0f0f0}
.product-duowei-banner img{width:100%;height:100%;object-fit:cover;object-position:35% center;display:block}
.product-duowei-lead{margin:0 0 28px;padding-left:18px;border-left:4px solid var(--red)}
.product-duowei-lead__title{margin:0;font-size:24px;font-weight:700;color:var(--red);line-height:1.35}
.product-duowei-grid{display:flex;flex-direction:column;gap:25px}
.product-duowei-card{margin:0;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;box-shadow:0 4px 20px rgba(0,0,0,.04);border-top:4px solid var(--green)}
.product-duowei-card--green{border-top-color:var(--green)}
.product-duowei-card--red{border-top-color:var(--red)}
.product-duowei-card__formula{padding:28px 20px;text-align:center}
.product-duowei-card__formula--green{background:#f4faf6}
.product-duowei-card__formula--red{background:#fdf5f5}
.product-duowei-formula{margin:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;font-size:var(--fs-body);font-weight:700;line-height:var(--lh-tight)}
.product-duowei-card--green .product-duowei-formula__part{color:var(--green)}
.product-duowei-card--red .product-duowei-formula__part{color:var(--red)}
.product-duowei-formula__plus{color:#a0aec0;font-weight:400}
.product-duowei-card__body{padding:24px 24px 10px;flex:1}
.product-duowei-card__title{margin:0 0 12px;font-size:var(--fs-h4);font-weight:700;line-height:1.4;color:var(--text)}
.product-duowei-card--green .product-duowei-card__title{color:var(--green)}
.product-duowei-card--red .product-duowei-card__title{color:var(--red)}
.product-duowei-card__desc{margin:0;font-size:var(--fs-body);color:var(--muted);line-height:var(--lh-body);text-align:justify}
.product-duowei-card__tags{margin:0;padding:15px 24px 24px;display:flex;flex-wrap:wrap;gap:8px}
.product-duowei-tag{font-size:var(--fs-body);line-height:var(--lh-tight)}
.product-duowei-card--green .product-duowei-tag{color:var(--green)}
.product-duowei-card--red .product-duowei-tag{color:var(--red)}

.about-intro-panels{margin:48px auto 0;max-width:980px;padding-top:8px}
.about-range-section{margin-top:28px}
.reckli-range-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 12px}
.reckli-range-table{width:100%;min-width:640px;border-collapse:collapse;font-size:13px;line-height:1.5;background:#fff}
.reckli-range-table th,.reckli-range-table td{border:1px solid #dceee3;padding:10px 12px;text-align:left;vertical-align:top}
.reckli-range-table thead th{background:#f0f7f3;color:var(--green);font-weight:700}
.reckli-range-table tbody th{background:#fafafa;color:var(--muted);font-weight:600;white-space:nowrap}
.about-range-note{margin:0;font-size:12px;line-height:1.6;color:#999}.about-intro-panels__head{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:22px}
.about-intro-panels__col h3{margin:0 0 8px;font-size:var(--fs-h3);font-weight:700;line-height:var(--lh-tight)}
.about-intro-panels__col p{margin:0;font-size:var(--fs-sm);line-height:1.5;color:var(--muted)}
.about-intro-panels__col--red h3{color:var(--red)}
.about-intro-panels__col--green h3{color:var(--green)}
.about-intro-grid{display:grid;grid-template-columns:1fr;gap:14px 18px}
.about-card{background:#fff;border:1px solid #ececec;border-radius:2px;padding:16px 16px 16px 18px;min-height:120px}
.about-card--red{border-left:4px solid var(--red)}
.about-card--green{border-left:4px solid var(--green)}
.about-card h4{margin:0 0 10px;display:flex;align-items:flex-start;gap:8px}
.about-card--red h4{color:var(--red)}
.about-card--green h4{color:var(--green)}
.about-card h4::before{content:"■";font-size:12px;line-height:1.6;flex-shrink:0}
.about-card p{margin:0}

.about-client-group{margin:0 auto 22px;max-width:980px}
.about-client-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;list-style:none;margin:0;padding:0}
.about-client-grid li{background:#fff;border:1px solid #e6e6e6;border-radius:4px}

.breadcrumb{font-size:var(--fs-sm);margin:0 0 8px;opacity:.85}
.content-body{max-width:860px;margin:0 auto;padding:32px 16px}
.content-body img{margin:16px auto}
.card-grid{display:grid;gap:16px;padding:32px 0}
.card a{display:block;color:inherit}
.card a:hover{text-decoration:none}
.card{border:1px solid var(--line);border-radius:6px;overflow:hidden}
.card h2{margin:12px 12px 0;font-size:var(--fs-h4);font-weight:600;line-height:var(--lh-tight)}
.card p,.card time{margin:0 12px;font-size:var(--fs-sm);color:var(--muted);margin-bottom:12px;line-height:1.5}
.card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#eee}
.contact-form label{display:block;margin-bottom:12px;font-size:var(--fs-sm)}
.contact-form input,.contact-form textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font:inherit;margin-top:4px}
.contact-form .captcha{display:block;margin:8px 0;cursor:pointer}
.pager{text-align:center;padding:16px}

@media(min-width:768px){
  :root{--header-pad:16px}
  .site-header .container{padding-left:40px}
  .nav-toggle{display:none}
  .header-inner{min-height:72px}
  .brand{gap:8px;margin-right:24px}
  .brand-logo{height:52px;max-width:130px}
  .brand-name{font-size:22px}
  .site-nav{display:block;flex:1;min-width:0;padding-bottom:0}
  .site-nav ul{display:flex;justify-content:space-between;width:100%;flex-wrap:wrap;gap:4px;padding:0}
  .site-nav li{flex:1;text-align:center}
  .site-nav li+li{border:0}
  .site-nav a{display:block;padding:8px 6px;font-size:15px;line-height:1.4;white-space:nowrap}
  .nav-has-sub .nav-drop-wrap{display:block;width:fit-content;margin:0 auto;position:relative}
  .nav-has-sub > .nav-drop-wrap > a{display:inline-block;padding:8px 6px 14px}
  .site-nav .nav-sub{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);width:max-content;padding:6px 0 8px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.08);border-radius:4px}
  .site-nav .nav-sub a{padding:8px 14px;text-align:center;font-weight:400}
  .nav-has-sub:hover .nav-sub,.nav-has-sub:focus-within .nav-sub{display:block}
  .kw-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:20px}
  .kw-tags{text-align:center}
  .kw-search{max-width:320px;flex-shrink:0}
  .home-split{grid-template-columns:1fr 1fr;align-items:start}
  .inquiry-types{grid-template-columns:repeat(3,minmax(0,1fr))}
  .prod-item{flex:0 1 240px;max-width:275px}
  .case-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .case-page-banner{height:500px;margin-bottom:0}
  .case-section--scenes{padding-top:32px;padding-bottom:40px}
  .case-section--projects{padding-top:48px}
  .case-section__title{font-size:24px;margin-bottom:32px}
  .case-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
  .faq-split{grid-template-columns:1fr 1fr;align-items:stretch}
  .faq-text{display:flex;flex-direction:column;justify-content:space-between;height:100%}
  .faq-page-banner{height:500px}
  .faq-page-head__title{font-size:var(--fs-h1-lg)}
  .contact-page-head__title{font-size:var(--fs-h1-lg)}
  .contact-page-banner{height:500px}
  .contact-main{grid-template-columns:1fr 400px;gap:24px}
  .contact-form-card{position:sticky;top:88px}
  .contact-panel-form__row{grid-template-columns:1fr 1fr}
  .contact-phone-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .contact-website-grid{grid-template-columns:1fr 1fr}
  .eco-hero__title{font-size:26px}
  .eco-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .faq-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px}
  .faq-media-card a{grid-template-columns:130px 1fr}
  .faq-media-card__body{padding:14px 16px}
  .faq-media-card__title{font-size:16px}
  .faq-media-card__summary{font-size:14px}
  .faq-text-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px}
  .faq-line--page{padding:20px 0}
  .faq-promo{grid-template-columns:repeat(3,minmax(0,1fr))}
  .card-grid{grid-template-columns:repeat(2,1fr)}
  .page-hero img{max-height:320px}
  .about-duo{grid-template-columns:1fr 1fr}
  .about-intro-panels__head{grid-template-columns:1fr 1fr}
  .about-intro-grid{grid-template-columns:1fr 1fr}
  .about-tech-board__head{grid-template-columns:1fr 1fr}
  .about-tech-board__body{grid-template-columns:1fr 1fr}
  .about-tech-board__title--red{border-right:1px solid #e8e8e8;border-bottom:0}
  .about-tech-tags--red{border-right:1px solid #eee;border-bottom:0}
  .about-client-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .product-cats--guide{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-intro-head__title,.product-detail-head h1,.page-banner h1,.case-detail-lead__title{font-size:var(--fs-h1-lg)}
  .case-detail-banner{height:500px}
  .page-subnav{flex-wrap:wrap;justify-content:center;overflow-x:visible;margin-bottom:24px}
  .page-subnav__link{padding:14px 24px;font-size:15px}
  .zixin-page-head__title{font-size:var(--fs-h1-lg)}
  .zixin-page-banner{height:500px}
  .cert-grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .cert-card__figure{height:220px}
  .cert-section{padding-top:24px}
  .auth-grid{grid-template-columns:repeat(2,1fr);gap:36px}
  .auth-section{padding-top:24px}
  .honor-section{padding-top:24px}
  .honor-table{font-size:14px}
  .honor-table__note{display:none}
  .patent-section{padding-top:24px}
  .patent-table{font-size:14px;min-width:960px}
  .patent-table__holder,.patent-table tbody td:last-child{min-width:280px;padding-left:22px;padding-right:20px}
  .patent-table thead th:nth-child(5){padding-left:22px;padding-right:20px}
  .patent-table__note{display:none}
  .standard-table{font-size:14px;min-width:720px}
  .standard-table__name{padding-left:20px}
  .standard-table thead th:nth-child(3){padding-left:20px}
  .standard-table__note{display:none}
  .paper-table{font-size:14px;min-width:920px}
  .paper-table__org,.paper-table tbody td:last-child{min-width:240px;padding-left:20px;padding-right:16px}
  .paper-table thead th:nth-child(5){padding-left:20px;padding-right:16px}
  .paper-table__note{display:none}
  .official-section{padding-top:24px;max-width:880px}
  .official-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 32px;max-width:880px}
  .official-card{max-width:400px}
  .official-card__figure img{max-width:380px}
  .case-detail-grid{gap:30px}
  .about-intro-showcase{grid-template-columns:minmax(0,1fr) 300px;gap:32px;align-items:center}
  .about-intro-figure--side img{height:240px}
  .about-visit.about-visit--board{padding:36px 28px}
  .about-visit--board .about-visit__inner{gap:28px}
  .about-visit--board .about-visit__phones{grid-template-columns:repeat(2,1fr);gap:14px}
  .about-visit--board .about-visit__phones li:last-child:nth-child(odd){grid-column:1/-1;max-width:280px;justify-self:center}
  .product-hero-card{grid-template-columns:minmax(0,1fr) 340px;gap:32px}
  .product-hero-card__figure img{max-height:400px}
  .product-stats{grid-template-columns:repeat(3,1fr);gap:16px}
  .product-cards--row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .product-tags{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .product-cats--guide{grid-template-columns:repeat(4,minmax(0,1fr))}
  .product-board__grid{grid-template-columns:repeat(3,minmax(180px,280px));max-width:900px}
  .product-board__grid--count-3,.product-board__grid--count-6{grid-template-columns:repeat(3,minmax(180px,280px))}
  .product-guofeng-banner img{max-height:360px}
  .product-texture-block{margin-top:40px;padding-top:35px}
  .product-texture-block h2{font-size:24px}
  .product-texture-block__hero-img{max-width:350px;height:350px}
  .product-texture-block__scenarios{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
  .product-texture-block__item img{height:240px}
  .product-shiyong-banner img{max-height:360px}
  .product-shiyong-details{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);align-items:start;gap:20px}
  .product-shiyong-params,.product-shiyong-adv{display:contents}
  .product-shiyong-panel h2,.product-shiyong-foot h2{font-size:22px}
  .product-shiyong-params .product-shiyong-panel h2{font-size:var(--fs-h3)}
  .product-gongju-banner img{max-height:360px}
  .product-gongju-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
  .product-gongju-card{flex-direction:row;align-items:flex-start;gap:18px;padding:20px 22px}
  .product-gongju-card__img{max-width:130px;height:130px;flex-shrink:0}
  .product-gongju-card h3{font-size:17px}
  .product-xiubu-banner,.product-fanglou-banner,.product-tuomoji-banner,.product-xunhuan-banner,.product-dayangda-banner,.product-jili-banner{height:500px}
  .product-xiubu-wrap .product-xiubu-lead__title,.product-fanglou-wrap .product-fanglou-lead__title,.product-tuomoji-wrap .product-tuomoji-lead__title,.product-xunhuan-wrap .product-xunhuan-lead__title,.product-dayangda-wrap .product-dayangda-lead__title,.product-jili-wrap .product-jili-lead__title{font-size:24px}
  .product-xiubu-card,.product-fanglou-card,.product-tuomoji-card,.product-xunhuan-card,.product-dayangda-card,.product-jili-card{flex-direction:row;align-items:flex-start;gap:30px;padding:22px 25px}
  .product-xiubu-card__head,.product-fanglou-card__head,.product-tuomoji-card__head,.product-xunhuan-card__head,.product-dayangda-card__head,.product-jili-card__head{flex-direction:column;align-items:flex-start;gap:4px;min-width:130px;max-width:130px}
  .product-xiubu-card__text,.product-fanglou-card__text,.product-tuomoji-card__text,.product-xunhuan-card__text,.product-dayangda-card__text,.product-jili-card__text{flex:1;min-width:0}
  .product-fangan-banner{height:500px;margin-bottom:40px}
  .product-fangan-wrap{padding-top:56px}
  .product-fangan-section{margin-bottom:80px}
  .product-fangan-section--green .product-fangan-title,.product-fangan-section--red .product-fangan-title{font-size:24px}
  .product-fangan-grid{gap:40px}
  .product-fangan-section:not(.product-fangan-section--reverse) .product-fangan-grid{grid-template-columns:1.2fr 1fr}
  .product-fangan-section--reverse .product-fangan-grid{grid-template-columns:1fr 1.2fr}
  .product-fangan-section--reverse .product-fangan-col--sub{order:-1}
  .product-fangan-col--stagger{margin-top:60px}
  .product-fangan-figure--240{height:240px}
  .product-fangan-figure--300{height:300px}
  .product-fangan-figure--380{height:380px}
  .product-fangan-figure--460{height:460px}
  .product-zixun-banner{height:500px;margin-bottom:40px}
  .product-zixun-wrap{padding-top:56px}
  .product-zixun-grid{flex-direction:row;align-items:stretch;gap:25px}
  .product-zixun-card{flex:1;min-width:0;padding:28px 24px}
  .product-duowei-banner{height:500px;margin-bottom:40px}
  .product-duowei-wrap{padding-top:56px}
  .product-duowei-grid{flex-direction:row;align-items:stretch;gap:25px}
  .product-duowei-card{flex:1;min-width:0}
}
@media (min-width:768px){
  .eco-desc-line{white-space:nowrap;font-size:12.5px;line-height:1.7}
}
@media (max-width:767px){
  .eco-desc-line{white-space:normal;font-size:13px}
}
@media(max-width:767px){
  .about-tech-board__title--red{border-right:0;border-bottom:1px solid #e8e8e8}
  .about-tech-tags--red{border-right:0;border-bottom:1px solid #eee}
}
@media(min-width:1024px){
  .prod-item{flex:0 1 260px;max-width:275px}
  .card-grid{grid-template-columns:repeat(3,1fr)}
  .kw-search{max-width:360px}
  .cert-grid{grid-template-columns:repeat(3,1fr)}
  .eco-hero{padding-bottom:52px;margin-bottom:56px}
  .eco-hero__lead{max-width:760px;line-height:1.85}
  .eco-grid{grid-template-columns:repeat(12,minmax(0,1fr));column-gap:24px;row-gap:36px;max-width:1180px;margin:12px auto 0;padding-top:8px}
  .eco-item{padding:28px 16px 30px;min-height:168px}
  .eco-item__title{margin-bottom:16px;font-size:19px}
  .eco-item__desc{font-size:13px;line-height:1.75}
  .eco-desc-line{white-space:nowrap;font-size:13px}
  .eco-item:nth-child(1){grid-column:2 / span 4}
  .eco-item:nth-child(2){grid-column:8 / span 4}
  .eco-item:nth-child(3){grid-column:1 / span 4}
  .eco-item:nth-child(4){grid-column:5 / span 4}
  .eco-item:nth-child(5){grid-column:9 / span 4}
  .eco-item:nth-child(6){grid-column:2 / span 4}
  .eco-item:nth-child(7){grid-column:8 / span 4}
  .eco-cta{margin-top:40px;padding:28px 24px}
  .about-visit--board .about-visit__phones{grid-template-columns:repeat(5,1fr);gap:12px}
  .about-visit--board .about-visit__phones li:last-child:nth-child(odd){grid-column:auto;max-width:none;justify-self:stretch}
}
@media(hover:hover){
  .cert-card{transition:transform .25s ease,box-shadow .25s ease}
  .cert-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}
  .auth-card__figure{transition:box-shadow .25s ease}
  .auth-card:hover .auth-card__figure{box-shadow:0 14px 32px rgba(0,0,0,.1)}
}
