:root{--a:#125fd2;--d:#102444;--s:#f3f7ff;--text:#30343a;--muted:#6f7780}
*{box-sizing:border-box}body{margin:0;font-family:Microsoft YaHei,Arial,sans-serif;color:var(--text);line-height:1.72;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{max-width:1190px;margin:0 auto;padding:0 24px}.top{position:relative;z-index:20;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(0,0,0,.06)}.topInner{height:78px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:800}.badge{width:44px;height:44px;border-radius:50%;background:var(--a);color:#fff;display:grid;place-items:center;font-weight:900}.nav{display:flex;align-items:center;gap:34px;font-size:14px}.nav a.active,.nav a:hover{color:var(--a)}.hamb{display:none;background:var(--a);color:#fff;border:0;padding:8px 12px}.hero{height:650px;background:#030303;position:relative;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover;opacity:.86}.heroCopy{position:absolute;left:calc(50% - 560px);bottom:72px;color:#fff;max-width:620px}.heroCopy h1{font-size:46px;line-height:1.18;margin:0 0 18px}.heroCopy p{font-size:17px;color:#eee}.btn{display:inline-block;background:var(--a);color:#fff;padding:13px 34px;border:1px solid var(--a);margin-top:18px}.btn.light{background:#fff;color:var(--a)}.section{padding:88px 0}.section.soft{background:var(--s)}.section.dark{background:#1f1f1f;color:#fff}.eyebrow{color:var(--a);font-weight:700;font-size:13px}.title{font-size:30px;margin:6px 0 28px}.aboutBlock{display:grid;grid-template-columns:1fr 1.15fr 170px;gap:38px;align-items:center}.aboutBlock img{height:380px;width:100%;object-fit:cover}.stats{display:grid;gap:22px}.stats div{border-left:3px solid var(--a);padding-left:18px}.stats b{font-size:34px;color:var(--a)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;text-align:center}.productCard img{height:230px;width:100%;object-fit:cover}.productCard h3{font-size:18px;margin:22px 0 8px}.productCard a{display:inline-block;border:1px solid #ddd;padding:8px 22px;font-size:13px}.network{min-height:430px;background:#222;position:relative;overflow:hidden}.network img{width:100%;height:430px;object-fit:cover;opacity:.42}.network .panel{position:absolute;right:8%;top:0;bottom:0;width:40%;background:rgba(255,255,255,.78);display:flex;justify-content:center;flex-direction:column;padding:60px}.quality{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.quality img{height:260px;width:100%;object-fit:cover}.quality .imageGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.innerHero{height:430px;background:#111;position:relative}.innerHero img{height:100%;width:100%;object-fit:cover;opacity:.72}.innerHero h1{position:absolute;left:12%;bottom:80px;color:#fff;font-size:42px}.content{padding:70px 0}.article{max-width:980px;margin:auto}.article h1{font-size:32px}.article p{margin-bottom:18px}.article>img{margin:42px auto;max-height:520px;object-fit:cover}.strength{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:42px}.strength img{height:220px;width:100%;object-fit:cover}.productTabs{text-align:center;margin-bottom:50px}.productTabs span{display:inline-block;padding:15px 34px;border:1px solid #e5e5e5;margin:0 8px}.productTabs span:first-child{background:var(--a);color:#fff}.productList{display:grid;grid-template-columns:repeat(4,1fr);gap:50px 36px}.productList article{text-align:center}.productList img{height:220px;width:100%;object-fit:cover}.newsList{max-width:1080px;margin:auto}.newsRow{display:grid;grid-template-columns:120px 1fr 280px;gap:42px;align-items:center;border-bottom:1px solid #eee;padding:44px 0}.date b{font-size:44px}.date span{color:#999}.newsRow img{height:150px;width:280px;object-fit:cover}.contactMap{height:470px;background:#eef2f5;overflow:hidden;margin-bottom:52px}.contactMap img{width:100%;height:100%;object-fit:cover}.contactInfo{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.contactInfo div{display:flex;gap:14px;align-items:flex-start}.contactInfo b{width:46px;height:46px;border-radius:50%;border:1px solid #eee;display:grid;place-items:center;color:var(--a)}.appHero{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.appHero img{height:480px;width:100%;object-fit:cover}.appGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}.appGrid article{border:1px solid #e7e7e7;padding:24px;background:#fff}.footer{background:#222;color:#fff;padding-top:70px}.foot{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:40px}.footer h3{font-size:17px}.footer p,.footer a{color:#bbb}.brandList{font-size:22px;font-weight:800;line-height:2.1;color:#ddd}.social{display:flex;gap:10px;margin-top:18px}.social span{width:28px;height:28px;background:#fff;color:#222;border-radius:50%;display:grid;place-items:center;font-size:12px}.copy{text-align:center;color:#888;border-top:1px solid #333;margin-top:60px;padding:22px}.backtop{position:fixed;right:24px;bottom:28px;width:44px;height:44px;border-radius:50%;background:#999;color:#fff;display:grid;place-items:center}
@media(max-width:930px){.topInner{height:auto;align-items:flex-start;padding:16px 0;flex-direction:column}.hamb{display:block}.nav{display:none;flex-direction:column;align-items:flex-start;gap:10px;padding:14px 0}.nav.open{display:flex}.heroCopy{position:static;background:#111;padding:34px 24px}.hero{height:auto}.hero>img{height:360px}.aboutBlock,.quality,.appHero{grid-template-columns:1fr}.products,.productList,.strength,.contactInfo,.appGrid,.foot{grid-template-columns:repeat(2,1fr)}.network .panel{position:static;width:auto}.newsRow{grid-template-columns:1fr}.newsRow img{width:100%;height:220px}}
@media(max-width:560px){.wrap{padding:0 16px}.heroCopy h1{font-size:28px}.section{padding:54px 0}.products,.productList,.strength,.contactInfo,.appGrid,.foot{grid-template-columns:1fr}.productTabs span{display:block;margin:8px 0}.innerHero h1{left:24px;font-size:34px}.network img{height:260px}.contactMap{height:300px}}
