*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 8px 26px rgba(56,92,138,.08)}.header-inner{max-width:1220px;margin:auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-wrap{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav{display:flex;align-items:center;gap:18px;white-space:nowrap;flex-wrap:nowrap}.nav a,.more-toggle{color:#4E5F7A;font-size:15px;font-weight:600;background:none;border:0;cursor:pointer;padding:25px 0}.nav a.active,.nav a:hover,.more-toggle:hover{color:#289CFF}.nav a.active{box-shadow:inset 0 -3px 0 #289CFF}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF!important;font-weight:700;box-shadow:0 10px 22px rgba(36,155,255,.22)}.text-link{color:#289CFF;font-weight:700}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:180px;background:#FFFFFF;border:1px solid rgba(40,156,255,.12);border-radius:14px;box-shadow:0 18px 38px rgba(56,92,138,.16);z-index:10000;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;padding:8px}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:#4E5F7A;white-space:nowrap;border-radius:10px;box-shadow:none}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.mobile-menu-btn{display:none;background:#fff;border:1px solid rgba(40,156,255,.18);width:42px;height:42px;border-radius:12px;padding:9px}.mobile-menu-btn span{display:block;height:2px;background:#4E5F7A;margin:5px 0}.site-main{padding-bottom:46px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{margin:36px auto}.section-title,h1,h2,h3{color:#289CFF;line-height:1.35}.section-title{font-size:30px;margin:0 0 16px}.muted{color:#66788A}.small{color:#8A9AAF;font-size:14px}.card,.zone-card,.info-card,.review-card,.hero-card,.page-hero,.faq-item{background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:20px}.page-hero{padding:42px;margin-top:30px}.page-hero h1{font-size:38px;margin:0 0 12px}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card{padding:24px}.card h3,.zone-card h3,.info-card h3{margin-top:0}.content-img,.zone-card img,.app-section img,.banner-slider img{max-width:100%;height:auto}.image-card{padding:0;overflow:hidden}.image-card img{width:100%;height:260px;object-fit:contain;background:#FFFFFF}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative;z-index:1}.slides{position:relative;height:420px}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;display:flex;background:#fff}.slide.active{opacity:1;z-index:1}.slide-img{flex:1.25;background:#fff;display:flex;align-items:center;justify-content:center}.slide-img img{width:100%;height:100%;object-fit:contain;background:#FFFFFF}.slide-copy{flex:.75;padding:42px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,rgba(245,247,251,.94),rgba(255,255,255,.94))}.slide-copy h2{font-size:32px;margin:0 0 14px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.92);color:#289CFF;font-size:24px;z-index:5;cursor:pointer;box-shadow:0 8px 20px rgba(56,92,138,.16)}.prev{left:16px}.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;gap:8px;justify-content:center;z-index:6}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#DDE4EE;cursor:pointer}.slider-dots button.active{background:#289CFF}.welcome{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.welcome .hero-card{padding:34px}.welcome img{width:100%;height:330px;object-fit:contain;background:#FFFFFF;border-radius:20px}.steps{counter-reset:item}.step{position:relative;padding-left:54px}.step:before{counter-increment:item;content:counter(item);position:absolute;left:20px;top:22px;width:26px;height:26px;border-radius:50%;background:#EEF2F7;color:#289CFF;font-weight:800;text-align:center;line-height:26px}.notice{background:#DDE4EE;border-left:4px solid #289CFF;padding:18px 20px;border-radius:16px;color:#4E5F7A}.site-footer{background:#243447;color:#EAF3FF;padding:42px 20px 30px}.footer-inner{max-width:1200px;margin:auto}.footer-brand{display:grid;grid-template-columns:160px 1fr;gap:20px;align-items:center}.footer-brand img{max-height:54px}.footer-links{display:flex;flex-wrap:wrap;gap:16px;margin:22px 0}.footer-links a{color:#EAF3FF}.footer-note{color:#CFE4FF;font-size:14px}.drawer-mask{display:none}.mobile-drawer{display:none}
@media(max-width:1100px){.product-drop,.service-drop{display:none}.nav{gap:16px}.more-dropdown{display:block}}
@media(min-width:1101px){.more-dropdown{display:none}}
@media(max-width:820px){body.drawer-open{overflow:hidden}.header-inner{min-height:64px;padding:0 12px;gap:10px}.mobile-menu-btn{display:block;flex:0 0 auto}.nav-wrap{display:none}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:42px}.header-action .main-btn{min-height:38px;padding:0 15px}.drawer-mask{display:block;position:fixed;inset:0;background:rgba(36,52,71,.42);z-index:10000;opacity:0;visibility:hidden;transition:.2s}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#FFFFFF;z-index:10001;transform:translateX(-102%);transition:.24s ease;box-shadow:18px 0 38px rgba(36,52,71,.18);overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(40,156,255,.12)}.drawer-logo img{max-height:44px}.drawer-close{border:0;background:#EEF2F7;color:#4E5F7A;border-radius:12px;width:38px;height:38px;font-size:24px}.drawer-nav{display:grid;padding:12px}.drawer-nav a{padding:13px 12px;border-radius:12px;color:#4E5F7A;font-weight:600}.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}.container{padding:0 14px}.section{margin:26px auto}.page-hero{padding:26px 18px;margin-top:18px}.page-hero h1{font-size:28px}.grid-2,.grid-3,.grid-4,.welcome{grid-template-columns:1fr}.slides{height:auto}.slide{position:relative;display:none;flex-direction:column}.slide.active{display:flex}.slide-img{height:260px;flex:none}.slide-copy{padding:20px 18px 46px}.slide-copy h2{font-size:24px}.slider-arrow{width:36px;height:36px;font-size:20px}.prev{left:8px}.next{right:8px}.welcome img,.image-card img{height:220px}.section-title{font-size:24px}.footer-brand{grid-template-columns:1fr}.footer-brand img{max-height:48px}}
