:root{--ink:#0b1725;--muted:#637083;--line:#e5ebf2;--brand:#11a7e8;--brand2:#0879bd;--surface:#f5f8fb;--white:#fff;--max:1240px;--shadow:0 12px 40px rgba(14,39,69,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:#071827;color:#c7d5e2;font-size:13px}.topbar .container{height:36px;display:flex;align-items:center;justify-content:space-between}.topbar a{color:#fff}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}.navrow{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:190px;max-height:58px;object-fit:contain}.nav{display:flex;gap:10px;align-items:center}.nav-link{padding:12px 16px;border-radius:8px;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--brand2);background:#edf8fe}.nav-toggle{display:none;border:0;background:#eef6fb;font-size:24px;border-radius:8px;padding:7px 12px}.hero{position:relative;overflow:hidden;background:#071827}.slides{position:relative;aspect-ratio:1920/650;min-height:300px}.slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover}.hero-dots{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:8px;z-index:2}.hero-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.6);border:0}.hero-dot.active{width:28px;border-radius:8px;background:#fff}.section{padding:70px 0}.section.alt{background:var(--surface)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}.section-head h2{font-size:34px;margin:0}.section-head p{margin:5px 0 0;color:var(--muted)}.section-head>a{color:var(--brand2);font-weight:700}.category-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.chip{padding:9px 14px;background:#fff;border:1px solid var(--line);border-radius:999px;color:#334155}.chip:hover{border-color:var(--brand);color:var(--brand2)}.product-grid,.case-grid,.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgba(15,45,73,.04);transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-media{display:block;aspect-ratio:4/3;background:#edf2f7;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.card:hover .card-media img{transform:scale(1.025)}.media-placeholder{height:100%;display:grid;place-items:center;color:#91a2b4;font-weight:800;letter-spacing:.15em}.card-body{padding:20px}.card-body h3{font-size:19px;margin:0 0 9px;line-height:1.45}.card-body p{color:var(--muted);font-size:14px;margin:0 0 14px}.more{color:var(--brand2);font-weight:700;font-size:14px}.about-home{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.about-home h2{font-size:38px;margin:0 0 18px}.about-home p{color:#516174}.about-photo img{border-radius:16px;box-shadow:var(--shadow);width:100%;aspect-ratio:4/3;object-fit:cover}.strength-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.strength{background:#fff;border-radius:14px;overflow:hidden;border:1px solid var(--line)}.strength img{width:100%;aspect-ratio:4/3;object-fit:cover}.strength div{padding:18px}.strength h3{margin:0 0 6px}.strength p{font-size:14px;color:var(--muted);margin:0}.contact-strip{background:linear-gradient(110deg,#08233c,#0a75ad);color:#fff}.contact-strip .container{padding:38px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-strip h2{margin:0;font-size:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:9px;font-weight:700;background:var(--brand);color:#fff;border:0}.btn.secondary{background:#fff;color:#0a659a}.site-footer{background:#071827;color:#c7d4df}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr .5fr;gap:30px;padding:48px 0}.site-footer h3{color:#fff}.site-footer p{margin:8px 0}.site-footer a:hover{color:#fff}.qr{width:120px;height:120px;object-fit:contain;background:#fff;padding:6px;border-radius:8px}.footer-bottom{border-top:1px solid #17324a;font-size:13px}.footer-bottom .container{padding:16px 0}.page-hero{background:linear-gradient(110deg,#08213a,#0f5f91);background-size:cover;background-position:center;color:#fff;padding:64px 0}.page-hero h1{font-size:42px;margin:5px 0}.page-hero p{margin:0;color:#d7e8f3}.eyebrow{font-size:12px!important;letter-spacing:.22em;text-transform:uppercase;color:#7dd3fc!important}.breadcrumb{display:flex;gap:8px;align-items:center;padding:18px 0;color:#6b7b8b;font-size:14px;flex-wrap:wrap}.breadcrumb strong{color:#243447}.layout{display:grid;grid-template-columns:260px 1fr;gap:34px}.sidebar{border:1px solid var(--line);border-radius:12px;background:#fff;height:max-content;overflow:hidden}.sidebar h3{margin:0;padding:18px;background:#0b4268;color:#fff}.sidebar a{display:block;padding:13px 18px;border-top:1px solid var(--line)}.sidebar a:hover,.sidebar a.active{color:var(--brand2);background:#f0f9ff}.content-main{min-width:0}.article-head{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:24px}.article-head h1{font-size:34px;line-height:1.35;margin:0 0 12px}.article-meta{font-size:13px;color:#8090a0}.lead{font-size:17px;color:#4f6273;background:#f5f9fc;border-left:4px solid var(--brand);padding:16px 18px;border-radius:0 8px 8px 0}.richtext{font-size:16px;color:#243447}.richtext h1,.richtext h2,.richtext h3,.richtext h4{line-height:1.45;margin:32px 0 14px}.richtext h2{font-size:26px;border-left:4px solid var(--brand);padding-left:12px}.richtext p{margin:12px 0}.richtext img{margin:18px auto;border-radius:10px;max-height:760px;object-fit:contain}.richtext table{width:100%;border-collapse:collapse;margin:20px 0;font-size:14px;display:block;overflow-x:auto}.richtext th,.richtext td{border:1px solid #dfe7ef;padding:10px 12px;min-width:90px}.richtext th{background:#f1f6fa}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:9px;border:1px solid var(--line)}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:28px}.contact-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px}.contact-box h2{margin-top:0}.contact-list{display:grid;gap:14px}.contact-item{padding:14px 0;border-bottom:1px solid var(--line)}.notice{background:#fff7e6;border:1px solid #f6d79c;color:#7a5311;padding:14px 16px;border-radius:8px}.security-badge{display:inline-flex;align-items:center;gap:7px;font-size:12px;background:#eafaf2;color:#177245;border-radius:999px;padding:5px 9px}.empty{padding:40px;text-align:center;color:#7c8b98;background:#f7f9fb;border-radius:12px}.pager-note{font-size:13px;color:#7d8b99;margin-top:18px}.brand-wall{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.brand-wall img{background:#fff;border:1px solid var(--line);border-radius:8px;aspect-ratio:1.7;object-fit:contain;padding:8px}.home-factory{margin-top:28px}.home-factory img{width:100%;border-radius:14px}.news-list{display:grid;gap:14px}.news-row{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff}.news-row img{width:160px;height:110px;object-fit:cover;border-radius:8px}.news-row h3{margin:0 0 6px}.news-row p{margin:0;color:var(--muted);font-size:14px}.news-row time{font-size:12px;color:#8795a2}.error-page{min-height:65vh;display:grid;place-items:center;text-align:center}.error-page h1{font-size:84px;margin:0;color:var(--brand2)}@media(max-width:980px){.nav-toggle{display:block}.nav{display:none;position:absolute;left:20px;right:20px;top:110px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:10px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav-link{padding:11px 14px}.product-grid,.case-grid,.news-grid{grid-template-columns:repeat(2,1fr)}.about-home,.contact-card,.layout{grid-template-columns:1fr}.sidebar{display:flex;overflow:auto}.sidebar h3{display:none}.sidebar a{white-space:nowrap;border-top:0;border-right:1px solid var(--line)}.strength-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.qrbox{grid-column:1/-1}.brand-wall{grid-template-columns:repeat(4,1fr)}}@media(max-width:640px){.container{width:min(var(--max),calc(100% - 28px))}.topbar .container{height:auto;min-height:34px;font-size:11px;gap:10px}.navrow{height:70px}.brand img{width:155px}.nav{top:96px}.slides{aspect-ratio:16/8.6;min-height:230px}.section{padding:48px 0}.section-head{align-items:flex-start}.section-head h2{font-size:28px}.product-grid,.case-grid,.news-grid{grid-template-columns:1fr}.about-home h2{font-size:30px}.strength-grid{grid-template-columns:1fr}.contact-strip .container{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.page-hero{padding:46px 0}.page-hero h1{font-size:32px}.article-head h1{font-size:28px}.gallery{grid-template-columns:repeat(2,1fr)}.news-row{grid-template-columns:110px 1fr}.news-row img{width:110px;height:88px}.brand-wall{grid-template-columns:repeat(2,1fr)}}