@charset "UTF-8";.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;transition:background .3s ease,box-shadow .3s ease}.nav.scrolled{background:rgba(7,17,31,.92);box-shadow:0 10px 30px -18px #07111fcc}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:22px;font-weight:700;line-height:1}.brand img{width:26px;height:26px;display:block}.menu{display:flex;gap:40px}.menu a{position:relative;color:#c7d2e4;font-size:15px;padding:6px 0;transition:color .2s}.menu a:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transition:transform .25s ease}.menu a:hover,.menu a.active{color:#fff}.menu a.active:after{transform:scaleX(1)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer}.hamburger span{width:24px;height:2px;background:#fff}.mobile-menu{display:none}.nav-has-sub{display:flex;align-items:center}.nav-has-sub>a{position:relative;color:#c7d2e4;font-size:15px;padding:6px 0;transition:color .2s}.nav-has-sub>a:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transition:transform .25s ease}.nav-has-sub>a:hover{color:#fff}.nav-has-sub>a.active{color:#fff}.nav-has-sub>a.active:after{transform:scaleX(1)}.nav-has-sub .sub-panel{position:absolute;top:100%;left:0;right:0;height:72px;display:flex;align-items:center;justify-content:center;padding-left:60%;background:rgba(7,17,31,.92);white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(-100%);transition:opacity .25s ease,transform .25s ease,visibility .25s}.nav-has-sub .sub-panel a{display:block;color:#c7d2e4;font-size:14px;padding:12px 22px;transition:color .2s,background .2s}.nav-has-sub .sub-panel a:after{display:none}.nav-has-sub .sub-panel a:hover{color:#fff;background:rgba(255,255,255,.06)}.nav-has-sub .sub-panel a.active{color:var(--blue)}.nav .sub-panel.show{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.footer{background:var(--navy);color:#c7d2e4;padding:56px 0 24px}.footer .footer-grid{width:70%;margin:0 auto;display:flex;justify-content:space-between;gap:10px;padding-bottom:32px}.footer .f-col ul{list-style:none;padding:0;margin:0}.footer .f-col ul li{padding:4px 0;font-size:14px;color:#c7d2e4;cursor:pointer;transition:color .2s}.footer .f-col ul li:hover{color:#fff}.footer .f-brand h3{display:flex;align-items:center;gap:10px;color:#fff;font-size:20px;font-weight:700;margin:0 0 16px}.footer .f-brand h3 img{width:26px;height:26px}.footer .f-brand .f-company{margin:0 0 6px;font-size:13px;color:#6b7a91}.footer .f-brand .f-slogan{margin:0;font-size:14px;color:#8b9cb5;line-height:1.6}.footer .f-product,.footer .f-about,.footer .f-contact{line-height:1.7}.footer .f-product h4,.footer .f-about h4,.footer .f-contact h4{color:#fff;margin:0 0 16px;font-size:16px;font-weight:600}.footer .f-contact ul li{color:#8b9cb5;line-height:1.7;cursor:default}.footer .f-contact ul li:hover{color:#8b9cb5}.footer .f-copy{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;text-align:center;font-size:13px;color:#6b7a91}@media (max-width: 980px){.menu{display:none}.hamburger{display:flex}.mobile-menu{display:flex;flex-direction:column;background:rgba(7,17,31,.98);padding:16px 24px 24px}.mobile-menu a{color:#c7d2e4;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-menu a.active{color:#fff}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 600px){.footer-grid{grid-template-columns:1fr;gap:28px}}.code-txt{color:#c7d2e4;margin-top:0}.product-sub-panel{height:250px!important;overflow-y:auto;box-sizing:border-box;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:32px 0 20px!important;color:#fff}.product-sub-panel .product-group{width:40%;margin-left:43%;margin-bottom:16px;text-align:left}.product-sub-panel .product-group:first-child{padding-top:10px}.product-sub-panel .product-group .sector-title{color:#fff;font-weight:600;font-size:16px;padding:6px 20px 8px}.product-sub-panel .product-group .products-next{display:flex;flex-wrap:wrap;gap:8px 10px}.product-sub-panel .product-group a{display:block;cursor:pointer;padding:0 20px;line-height:1.4}.products-next{display:flex;flex-wrap:wrap}.product-sub-panel::-webkit-scrollbar{width:6px}.product-sub-panel::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.product-sub-panel::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:3px}:root{--navy: #07111F;--navy2: #0A1E3C;--ink: #0B1B33;--muted: #5A6B85;--faint: #8B9CB5;--blue: #1E6BFF;--cyan: #22D3EE;--indigo: #5B6BFF;--violet: #7C5CFF;--grad: linear-gradient(135deg, #1E6BFF 0%, #5B6BFF 55%, #22D3EE 100%);--line: #E6ECF5;--bg: #F6F8FC;--card: #FFFFFF;--radius: 18px;--shadow: 0 20px 50px -24px rgba(10, 30, 60, .28);--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}a{text-decoration:none;color:inherit}img{max-width:100%}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}.wrap{width:100%;max-width:1240px;margin:0 auto;padding:0 24px;box-sizing:border-box}
