:root{--layout-header-height: 80px;--layout-header-pad-x: 80px;--layout-header-nav-gutter: 600px;--layout-header-nav-min-strip: 680px;--layout-header-fs: 14px}@media (min-width: 1025px){:root{--layout-header-height: clamp(64px, 4.1666667vw, 80px);--layout-header-pad-x: clamp(48px, 4.1666667vw, 80px);--layout-header-nav-gutter: clamp(280px, 31.25vw, 600px);--layout-header-nav-min-strip: clamp(640px, 35.4166667vw, 680px);--layout-header-fs: clamp(12px, .7291667vw, 14px)}.site-header.site-header--locale-en{--layout-header-nav-gutter: clamp(200px, 26.0416667vw, 500px)}}@media (max-width: 768px){:root{--layout-header-height: 64px}}.site-header{position:fixed;top:0;left:0;right:auto;width:var(--layout-main-client-width, 100vw);max-width:100vw;box-sizing:border-box;z-index:1000;--header-pad-x: var(--layout-header-pad-x);padding:0 var(--header-pad-x);background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;height:var(--layout-header-height);line-height:var(--layout-header-height);transition:background .3s ease,backdrop-filter .3s ease;border-right:none}.site-header.ant-layout-header{border-bottom:none;border-right:none;background-color:transparent!important}.site-header-home{background:linear-gradient(180deg,#000,#0000)}.header-content{position:relative;display:flex;align-items:center;justify-content:space-between;margin:0 auto;width:100%;padding:0;height:100%}.logo{position:relative;z-index:2;display:flex;align-items:center;cursor:pointer;gap:12px}.logo-img{height:40px;width:auto;object-fit:contain}@media (min-width: 1025px){.site-header .logo-img{height:clamp(32px,2.0833333vw,40px)}}.desktop-nav{position:absolute;left:max(0px,min(calc(var(--layout-header-nav-gutter) - var(--header-pad-x)),calc((100% - var(--layout-header-nav-min-strip)) / 2)));right:max(0px,min(calc(var(--layout-header-nav-gutter) - var(--header-pad-x)),calc((100% - var(--layout-header-nav-min-strip)) / 2)));top:0;bottom:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:0;min-width:0;z-index:1;container-type:inline-size;container-name:site-header-nav}.nav-link{font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Microsoft YaHei,sans-serif;font-weight:400;font-size:clamp(11px,2.15cqi,16px);line-height:1;color:var(--nav-link-color, #c0c1e3);text-align:left;font-style:normal;text-decoration:none;cursor:pointer;transition:color .2s,font-weight .2s;position:relative;padding:0 .286em;text-shadow:none;white-space:nowrap;flex:0 0 auto}.nav-link:hover{color:var(--nav-link-active-color, #fff);text-shadow:none}.nav-link.active{font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Microsoft YaHei,sans-serif;font-weight:500;color:#fff;text-align:left;font-style:normal;text-shadow:none}.nav-link.active:after{content:"";position:absolute;bottom:max(-14px,-.75em);left:0;right:0;height:max(1px,.125em);background:var(--nav-link-active-underline-color, #fff)}.header-right{position:relative;z-index:2;display:flex;align-items:center;gap:clamp(16px,1.25vw,24px)}.language-switcher{display:flex;align-items:center;gap:clamp(6px,.4166667vw,8px);color:#fffffff2}.lang-option{cursor:pointer;font-size:var(--layout-header-fs);transition:color .3s;color:#ffffffd9;text-shadow:0 1px 3px rgba(0,0,0,.3)}.lang-option:hover{color:#fff}.lang-option.active{color:#1890ff;font-weight:600;text-shadow:0 1px 3px rgba(24,144,255,.5)}.lang-separator{font-size:var(--layout-header-fs);color:#ffffff80;text-shadow:0 1px 2px rgba(0,0,0,.3)}.mobile-menu-toggle{display:none;color:#fff;font-size:clamp(18px,1.0416667vw,20px);cursor:pointer;padding:clamp(6px,.4166667vw,8px);text-shadow:0 1px 3px rgba(0,0,0,.3)}.mobile-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{position:fixed;top:0;left:0;right:0;width:100%;height:66.67vh;background:#dbe7ff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;transform:translateY(-100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 4px 8px #0000001a}.mobile-menu.open{transform:translateY(0)}.mobile-menu-close{position:absolute;top:24px;right:24px;color:#fff;font-size:24px;cursor:pointer;z-index:1000;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .3s}.mobile-menu-close:hover{opacity:.7}.mobile-menu-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px 40px;min-height:100%}.mobile-nav-links{display:flex;flex-direction:column;align-items:center;gap:0;flex:1;justify-content:center;width:100%}.mobile-nav-link{color:#4a4a6a;text-decoration:none;font-size:18px;font-weight:500;padding:16px 0;cursor:pointer;transition:color .3s;text-align:center;width:100%;border-bottom:none}.mobile-nav-link:hover{color:#fff}.mobile-nav-link.active{color:#fff;font-weight:600}.mobile-language-switcher{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:auto;padding-top:40px;width:100%}.mobile-lang-option{cursor:pointer;font-size:16px;transition:color .3s;color:#4a4a6a99;font-weight:500}.mobile-lang-option:hover{color:#4a4a6a}.mobile-lang-option.active{color:#4a4a6a;font-weight:600}.mobile-lang-separator{color:#4a4a6a66;font-size:16px}@media (max-width: 1024px){.desktop-nav{display:none}.mobile-menu-toggle{display:block}.language-switcher{display:none}}@media (max-width: 768px){.site-header{height:64px;line-height:64px;padding-top:env(safe-area-inset-top,0px);padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:max(16px,env(safe-area-inset-right,0px));padding-bottom:0}.header-content{padding:0;min-width:0}.logo{min-width:0;flex:0 1 auto;overflow:hidden}.logo-img{max-height:34px;width:auto;max-width:min(220px,56vw);object-fit:contain;object-position:left center}.logo-cn{font-size:16px}.logo-en{font-size:10px}.mobile-menu{top:0;left:0;right:0;width:100%;height:66.67vh}.mobile-menu-header{display:none}.mobile-menu-close{top:max(16px,env(safe-area-inset-top,0px));right:max(16px,env(safe-area-inset-right,0px));font-size:20px;width:36px;height:36px}.mobile-menu-content{padding:60px 16px 32px}.mobile-nav-link{font-size:16px;padding:14px 0}.header-right{flex-shrink:0}.mobile-language-switcher{padding-top:32px}.mobile-lang-option,.mobile-lang-separator{font-size:14px}}.site-footer{background:#001f6f;color:#fff;padding:48px 145px 24px;margin-top:auto;overflow:visible}.footer-content{width:100%;margin:0;overflow:visible}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-nav{display:flex;gap:32px;align-items:center;flex-wrap:wrap}.footer-nav-link{color:#ffffffd9;text-decoration:none;font-size:14px;line-height:24px;cursor:pointer;transition:color .3s;position:relative;padding:0 4px}.footer-nav-link:hover,.footer-nav-link.active{color:#fff}.footer-nav-link.active:after{content:"";position:absolute;bottom:-12px;left:0;right:0;height:2px;background:#fff}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo-img{height:50px;width:auto;object-fit:contain}.logo-icon{display:flex;gap:4px;flex-wrap:wrap;width:32px}.logo-square{width:8px;height:8px;background:#1890ff;border-radius:2px}.logo-square.large{width:16px;height:16px}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-en{font-size:12px;color:#1890ff;font-weight:500}.logo-cn{font-size:18px;color:#fff;font-weight:600}.footer-title{color:#fff;margin-bottom:16px;font-size:16px;font-weight:600}.footer-title--follow{margin-top:0;margin-bottom:0;text-align:right}.footer-follow-column{--footer-qr-thumb: 68px;--footer-qr-popover: 169px;display:flex;flex-direction:column;align-items:flex-end;gap:15px;max-width:min(100%,484px);overflow:visible}.footer-qr-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-end;gap:20px;justify-content:flex-end;margin-bottom:0;padding-top:7px;overflow:visible}.footer-qr-card{display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:#ffffffeb;position:relative;overflow:visible;transition:color .2s ease}.footer-qr-card:hover{color:#fff}.footer-qr-card:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:4px;border-radius:8px}.footer-qr-trigger{position:relative;display:flex;flex-direction:column;align-items:center;line-height:0}.footer-qr-popover{position:absolute;left:50%;bottom:100%;z-index:100;margin-bottom:10px;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%) translateY(6px);transition:opacity .22s ease,visibility .22s ease,transform .22s cubic-bezier(.25,.46,.45,.94)}.footer-qr-card:focus-within .footer-qr-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}@media (hover: hover){.footer-qr-card:hover .footer-qr-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}}.footer-qr-popover-inner{position:relative;box-sizing:border-box;width:var(--footer-qr-popover);height:var(--footer-qr-popover);padding:0;overflow:hidden;background:#fff;border-radius:9px;box-shadow:0 8px 28px #0000002e;line-height:0}.footer-qr-popover-inner:after{content:"";position:absolute;left:50%;bottom:-9px;margin-left:-9px;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #fff;filter:drop-shadow(0 4px 3px rgba(0,0,0,.06))}.footer-qr-frame{box-sizing:border-box;width:var(--footer-qr-thumb);height:var(--footer-qr-thumb);padding:0;overflow:hidden;background:#fff;border-radius:4px;box-shadow:0 1px 6px #0000001f;line-height:0;position:relative;z-index:0;transition:box-shadow .22s ease}.footer-qr-card:hover .footer-qr-frame,.footer-qr-card:focus-within .footer-qr-frame{box-shadow:0 4px 14px #00000029}.footer-qr-thumb{display:block;box-sizing:border-box;width:var(--footer-qr-thumb);height:var(--footer-qr-thumb);border-radius:4px;object-fit:contain;object-position:center}.footer-qr-popover-placeholder{display:block;box-sizing:border-box;width:var(--footer-qr-popover);height:var(--footer-qr-popover);max-width:min(var(--footer-qr-popover),70vw);border-radius:9px;object-fit:contain;object-position:center}.footer-qr-label{font-size:12px;font-weight:500;line-height:1.25;white-space:nowrap;letter-spacing:.02em}.social-icons--below-qr{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;align-content:center;width:100%;margin-top:0;box-sizing:border-box}.footer-text{color:#ffffffa6;margin-bottom:8px;font-size:14px;line-height:1.8}.social-icons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:center;gap:16px;box-sizing:border-box}.social-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#ffffffe0;font-size:18px;text-decoration:none;transition:transform .28s cubic-bezier(.34,1.56,.64,1),background .25s ease,color .25s ease,box-shadow .28s ease;will-change:transform}.social-icon:hover{background:#ffffff38;color:#fff;transform:scale(1.18);box-shadow:0 6px 18px #0003}.social-icon:active{transform:scale(1.08);transition-duration:.12s}.social-icon svg{width:19px;height:19px;flex-shrink:0;display:block}.social-icon-img{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9;transition:opacity .25s ease;pointer-events:none}.social-icon:hover .social-icon-img{opacity:1;filter:brightness(0) invert(1)}.social-icon-img.social-icon-img--color{filter:none;opacity:.95}.social-icon:hover .social-icon-img.social-icon-img--color{filter:none;opacity:1}.social-icon:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:3px}.footer-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px;gap:32px;overflow:visible}.footer-contact{flex:0 0 auto}.footer-social{flex:0 0 auto;text-align:right}.footer-social .social-icons{justify-content:flex-end}.footer-bottom{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#ffffff73;margin:0;font-size:14px}@media (max-width: 768px){.site-footer{padding:32px max(16px,env(safe-area-inset-right,0px)) max(16px,env(safe-area-inset-bottom,0px)) max(16px,env(safe-area-inset-left,0px))}.footer-top{flex-direction:column-reverse;align-items:flex-start;gap:24px;margin-bottom:24px}.footer-nav{flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:4px;width:100%}.footer-nav-link{font-size:14px;line-height:1.5;padding:10px 4px;box-sizing:border-box}.footer-nav-link.active:after{display:none}.footer-nav-link.active{padding-left:10px;border-left:3px solid #fff}.footer-logo{align-self:flex-start}.footer-info{flex-direction:column;gap:28px}.footer-follow-column{align-items:stretch;max-width:100%}.footer-title--follow{text-align:left}.footer-qr-row{flex-wrap:wrap;justify-content:flex-start;gap:20px}.footer-qr-card{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}.footer-follow-column .social-icons.social-icons--below-qr{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;align-content:flex-start;gap:12px 14px;width:100%;max-width:100%;box-sizing:border-box}.footer-follow-column .social-icons .social-icon{flex:0 0 auto;width:36px;height:36px;min-width:36px;max-width:36px;margin:0;font-size:16px}.social-icons--below-qr{justify-content:flex-start}.footer-social{text-align:left}.footer-social .social-icons{justify-content:flex-start}.social-icons{gap:12px 14px}.social-icon{width:36px;height:36px;font-size:16px}}@media (max-width: 420px){.footer-qr-row{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;gap:14px 12px}.footer-qr-card{flex:0 0 calc(50% - 7px);max-width:calc(50% - 7px);box-sizing:border-box}.footer-qr-label{font-size:11px}}.back-to-top{position:fixed;right:max(24px,env(safe-area-inset-right,0px));bottom:max(32px,env(safe-area-inset-bottom,0px));z-index:900;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;margin:0;cursor:pointer;border:1px solid rgba(0,21,41,.08);border-radius:50%;background:#fff;color:#1677ff;box-shadow:0 4px 14px #00152914,0 2px 6px #0015290a;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);transition:opacity .28s ease,visibility .28s ease,transform .28s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease}.back-to-top--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{color:#4096ff;border-color:#1677ff59;box-shadow:0 8px 24px #1677ff1f,0 4px 10px #0015290f}.back-to-top:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #1677ff73,0 8px 24px #1677ff1a}.back-to-top:active,.back-to-top--visible:active{transform:translateY(1px)}.back-to-top__icon{display:flex;align-items:center;justify-content:center;margin-top:2px}@media (max-width: 768px){.back-to-top{right:max(16px,env(safe-area-inset-right,0px));bottom:max(24px,env(safe-area-inset-bottom,0px));width:44px;height:44px}.back-to-top__icon svg{width:18px;height:18px}}.site-layout-shell.ant-layout{flex:1;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.layout-scroll-below-header{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;margin:0;padding-top:var(--layout-header-height, 80px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}.layout-scroll-below-header::-webkit-scrollbar{width:8px}.layout-scroll-below-header::-webkit-scrollbar-track{background:var(--app-scrollbar-track)}.layout-scroll-below-header::-webkit-scrollbar-thumb{background:var(--app-scrollbar-thumb);border-radius:999px;border:2px solid transparent;background-clip:padding-box}.layout-scroll-below-header::-webkit-scrollbar-thumb:hover{background:var(--app-scrollbar-thumb-hover);border:2px solid transparent;background-clip:padding-box}@media (max-width: 768px){.layout-scroll-below-header{padding-top:64px}}.main-content{margin-top:0;min-height:0;min-width:0;width:100%}.hero-section{position:relative;width:100%;min-height:550px;display:block;background:transparent;overflow:hidden;padding:120px 80px 0}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-pattern{width:100%;height:100%;position:relative}.digital-landscape{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:0;pointer-events:none}.grid-lines{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(24,144,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(24,144,255,.1) 1px,transparent 1px);background-size:50px 50px;opacity:0;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.glowing-particles{position:absolute;top:0;left:0;right:0;bottom:0}.particle{position:absolute;width:4px;height:4px;background:#1890ffcc;border-radius:50%;box-shadow:0 0 10px #1890ffcc;animation:particleFloat 4s ease-in-out infinite}@keyframes particleFloat{0%,to{transform:translateY(0) scale(1);opacity:.8}50%{transform:translateY(-20px) scale(1.2);opacity:1}}.brain-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;z-index:2;opacity:0;pointer-events:none}.brain-outline{width:100%;height:100%;background:radial-gradient(ellipse 60% 50% at 50% 30%,transparent 40%,rgba(24,144,255,.6) 45%,transparent 50%),radial-gradient(ellipse 80% 60% at 50% 50%,transparent 30%,rgba(24,144,255,.4) 35%,transparent 40%),radial-gradient(ellipse 70% 50% at 50% 70%,transparent 40%,rgba(24,144,255,.5) 45%,transparent 50%);filter:blur(2px);animation:brainPulse 3s ease-in-out infinite}.brain-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(24,144,255,.4) 0%,transparent 70%);border-radius:50%;animation:brainGlow 2s ease-in-out infinite}@keyframes brainPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes brainGlow{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.1)}}.circular-platform{position:absolute;top:65%;left:50%;transform:translate(-50%);width:300px;height:300px;z-index:1;opacity:0;pointer-events:none}.platform-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:3px solid rgba(24,144,255,.6);border-radius:50%;box-shadow:0 0 20px #1890ff80,inset 0 0 20px #1890ff33;animation:platformRotate 10s linear infinite}.platform-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,rgba(24,144,255,.3) 0%,transparent 70%);border-radius:50%;animation:platformGlow 3s ease-in-out infinite}@keyframes platformRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes platformGlow{0%,to{opacity:.5}50%{opacity:.8}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes float{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(20px)}}@keyframes rotate{0%{transform:translateY(-50%) rotate(45deg)}to{transform:translateY(-50%) rotate(405deg)}}.hero-content{position:absolute;left:50%;top:46%;transform:translate(-50%,calc(-50% - 18px));z-index:2;text-align:center;max-width:920px;width:calc(100% - 200px);margin:0;padding:0 24px;pointer-events:none}.hero-content .hero-title{pointer-events:auto}.hero-title{font-size:clamp(22px,4vw,44px);font-weight:700;color:#fff;margin:0;line-height:1.35;text-shadow:0 2px 24px rgba(0,0,0,.45),0 0 40px rgba(0,40,100,.35);letter-spacing:.02em}.hero-title--en-lines{display:flex;flex-direction:column;align-items:center;gap:.2em;line-height:1.3}.hero-title--en-lines .hero-title-line{display:block}.hero-subtitle{font-size:20px;color:#fffffff2;line-height:1.6;text-shadow:0 1px 10px rgba(0,0,0,.4)}@media (max-width: 768px){.hero-content{top:44%;width:min(920px,calc(100vw - 32px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px)));padding:0 16px}.hero-title{font-size:clamp(18px,5vw,28px)}.hero-subtitle{font-size:16px}.brain-icon{width:120px;height:120px}.circular-platform{width:200px;height:200px}.grid-lines{background-size:30px 30px}}.core-value-section{padding:100px 145px 60px;background:#fff;width:100%;box-sizing:border-box}.section-container{width:100%;max-width:none;margin:0;padding:0;box-sizing:border-box;overflow:hidden}.section-title{font-size:48px;font-weight:700;color:#001529;margin-bottom:48px;text-align:left!important;margin-left:0;margin-right:auto}.core-value-section .cv-marquee .value-content-desc{display:none}.core-value-section .cv-marquee .value-content h3{margin-bottom:0}@media (max-width: 768px){.section-title{font-size:32px;margin-bottom:32px}}.technology-foundation-section{position:relative;padding:100px 145px;box-sizing:border-box;width:100%;background-color:#f5f5f5;overflow:hidden}.technology-foundation-section .tf-section-bg-picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.technology-foundation-section .tf-section-bg-picture .tf-section-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;object-position:center center;pointer-events:none;-webkit-user-select:none;user-select:none}.technology-foundation-section .section-container{position:relative;z-index:1;margin:0;width:100%;max-width:none;padding:0;box-sizing:border-box;overflow:visible}.technology-foundation-section .section-title{font-size:48px;font-weight:700;color:#001529;margin-bottom:24px;text-align:left}.technology-foundation-section .section-description{width:100%;max-width:815px;font-family:ArialMT,Arial,sans-serif;font-size:14px;color:#0d0d0d;line-height:21px;text-align:left;font-style:normal;margin-bottom:48px;word-wrap:break-word;overflow-wrap:break-word;word-break:normal}.technology-foundation-section .foundation-visual{display:flex;justify-content:flex-start;align-items:center;width:100%;min-height:500px;position:relative;padding:40px 0;gap:60px}.technology-foundation-section .pyramid-container{position:relative;flex:0 0 auto;width:868px;max-width:100%;height:auto;min-height:320px;margin:0 0 0 2px}.technology-foundation-section .pyramid-container picture{display:block;width:100%}.technology-foundation-section .abstract-graphic{flex:1;max-width:400px;height:500px;position:relative;display:flex;align-items:center;justify-content:center}.technology-foundation-section .abstract-graphic-img{width:100%;height:100%;object-fit:contain;object-position:center}.technology-foundation-section .shape-1{width:120px;height:120px;background:linear-gradient(135deg,#1890ff66,#722ed166);top:20%;left:10%;animation-delay:0s}.technology-foundation-section .shape-2{width:80px;height:80px;background:linear-gradient(135deg,#722ed180,#ff576c80);top:50%;right:20%;animation-delay:1.5s}.technology-foundation-section .shape-3{width:100px;height:100px;background:linear-gradient(135deg,#1890ff4d,#4facfe4d);bottom:20%;left:30%;animation-delay:3s}.technology-foundation-section .shape-4{width:60px;height:60px;background:linear-gradient(135deg,#ff576c66,#fa709a66);top:30%;right:10%;animation-delay:4.5s}@keyframes graphicFloat{0%,to{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-30px) scale(1.1);opacity:.9}}.technology-foundation-section .pyramid-img{display:block;width:868px;height:674px;max-width:100%;max-height:none;object-fit:contain;object-position:left center;position:relative;z-index:1}.technology-foundation-section .component-label{position:absolute;z-index:10}.technology-foundation-section .label-line{position:absolute;background:#fffc;width:2px}.technology-foundation-section .label-box{background:#001529e6;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;white-space:nowrap;box-shadow:0 2px 8px #0003}.technology-foundation-section .component-label.top-right{top:20px;right:0}.technology-foundation-section .component-label.top-right .label-line{width:80px;height:2px;top:50%;right:100%;transform:translateY(-50%)}.technology-foundation-section .component-label.left-2{top:100px;left:0}.technology-foundation-section .component-label.left-2 .label-line{width:60px;height:2px;top:50%;left:100%;transform:translateY(-50%)}.technology-foundation-section .component-label.right-2{top:100px;right:0}.technology-foundation-section .component-label.right-2 .label-line{width:60px;height:2px;top:50%;right:100%;transform:translateY(-50%)}.technology-foundation-section .component-label.left-3{top:170px;left:0}.technology-foundation-section .component-label.left-3 .label-line{width:40px;height:2px;top:50%;left:100%;transform:translateY(-50%)}.technology-foundation-section .component-label.right-bottom{bottom:20px;right:0}.technology-foundation-section .component-label.right-bottom .label-line{width:80px;height:2px;bottom:100%;right:0}@media (max-width: 1024px){.technology-foundation-section .foundation-visual{flex-direction:column;gap:40px}.technology-foundation-section .abstract-graphic{max-width:100%;height:300px}}@media (max-width: 768px){.technology-foundation-section{height:670px;min-height:670px;padding:40px 16px 60px}.technology-foundation-section .pyramid-img,.technology-foundation-section .abstract-graphic-img{object-fit:fill}.technology-foundation-section .section-title{font-size:32px}.technology-foundation-section .section-description{font-size:16px}.technology-foundation-section .foundation-visual{min-height:auto;padding:20px 0}.technology-foundation-section .pyramid-container{width:100%;max-width:100%;min-height:auto;margin:0 auto}.technology-foundation-section .pyramid-img{position:relative;top:-77px;width:100%;height:306px;min-height:306px;max-width:min(100%,868px);max-height:none;margin:0 auto;object-position:center}.technology-foundation-section .label-box{font-size:12px;padding:6px 12px}.technology-foundation-section .component-label{position:static;margin:12px 0;display:block;text-align:center}.technology-foundation-section .component-label .label-line{display:none}.technology-foundation-section .label-box{display:inline-block}.technology-foundation-section .abstract-graphic{height:200px}.technology-foundation-section .graphic-shape{width:60px!important;height:60px!important}.technology-foundation-section .shape-1{width:80px!important;height:80px!important}}.innovative-scenarios-section{padding:100px 145px;background:#fff}.section-container{width:100%;max-width:none;margin:0;padding:0;box-sizing:border-box}.innovative-scenarios-section .scenario-view-detail-link{display:none}.scenarios-list{display:flex;flex-direction:column;gap:48px;width:100%}.scenario-item{display:flex;width:100%;gap:60px;align-items:flex-start;min-height:400px;flex-direction:row}.scenario-item.image-left{flex-direction:row!important}.scenario-item.image-right{flex-direction:row-reverse!important}.scenario-image-wrapper{flex:1;width:50%;height:400px;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center;border-radius:0;position:relative;cursor:pointer;padding:0;margin:0}.scenario-image-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;margin:0;padding:0;transition:transform .3s ease}.scenario-image-wrapper:hover .scenario-image-img{transform:scale(1.05)}.scenario-content{flex:1;width:50%;padding:0;display:flex;flex-direction:column;height:400px;justify-content:space-between}.scenario-content h3{font-size:24px;font-weight:600;color:#001529;margin-bottom:24px;margin-top:0}.scenario-content .scenario-card-description{font-size:16px;color:#4f4c4c;line-height:1.8;margin-bottom:0;flex:1}.scenario-view-detail-link{display:inline-block;padding:0;color:#1890ff;font-weight:500;font-size:16px;align-self:flex-start;margin-top:auto;text-decoration:none;line-height:1.5;cursor:pointer}.scenario-view-detail-link:hover{color:#40a9ff}@media (max-width: 768px){.innovative-scenarios-section{padding:60px 16px}.section-title{font-size:32px;margin-bottom:32px;text-align:left}.scenarios-list{gap:32px}.scenario-item,.scenario-item.image-left,.scenario-item.image-right{flex-direction:column!important;align-items:stretch;gap:0;min-height:0}.scenario-image-wrapper{flex:none;width:100%;max-width:100%;height:auto;min-height:200px;aspect-ratio:16 / 10;max-height:240px;border-radius:8px;border:1px dashed rgba(0,0,0,.18);box-sizing:border-box;background:#f5f7fa99;padding:8px}.scenario-image-img{width:100%;height:100%;object-fit:contain;border-radius:4px}.scenario-content{flex:none;width:100%;min-height:0;height:auto;padding-top:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.scenario-content h3{font-size:18px;font-weight:600;margin-bottom:12px;line-height:1.4;width:100%}.scenario-content .scenario-card-description{font-size:14px;line-height:1.65;margin:0 0 16px;flex:none;color:#4f4c4c;width:100%;overflow:visible;display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset}.scenario-view-detail-link{margin-top:0;align-self:flex-start;font-size:15px;padding:10px 14px;margin-left:-2px;border-radius:6px;background:#1890ff0f;border:1px solid rgba(24,144,255,.12)}}.news-section{padding:100px 145px;background:#f5f5f5}.news-cards-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;height:auto;container-type:inline-size;container-name:news-marquee;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.news-cards-inner{display:flex;width:200%;gap:24px;box-sizing:border-box;align-items:stretch;will-change:transform}.news-card-item{flex:1 1 0;min-width:0;position:relative}.news-card-link{display:block;height:100%;text-decoration:none;color:inherit;border-radius:12px}.news-card-link:hover,.news-card-link:focus{color:inherit;text-decoration:none}.news-card-link:focus-visible{outline:2px solid #1890ff;outline-offset:2px}.news-card{border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.news-image{width:100%;height:200px;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center;position:relative;padding:0;margin:0}.news-image-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;margin:0;padding:0}.news-image--overview-logo{background:linear-gradient(155deg,#1677ff,#0958d9 45%,#003eb3)}.news-image--overview-logo .news-image-img{object-fit:contain;padding:20px 16px;box-sizing:border-box}.news-content{padding:24px;display:flex;flex-direction:column;flex:1}.news-content h3{font-size:18px;font-weight:600;color:#001529;margin-bottom:12px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;cursor:pointer}.news-date{font-size:14px;color:#999;font-weight:500;margin-top:auto}@media (max-width: 768px){.news-section{padding:60px 16px}.section-title{font-size:32px;margin-bottom:32px}.news-cards-wrapper{mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%)}.news-cards-inner{width:max-content;gap:16px;align-items:flex-start}.news-card-item{--news-gap: 16px;flex:0 0 calc((100cqw - var(--news-gap)) / 1.5);min-width:0}.news-card-link,.news-card.ant-card{height:auto}.news-card.ant-card .ant-card-body{padding:0!important}.news-image{height:132px}.news-image--overview-logo .news-image-img{padding:12px 10px}.news-content{flex:none;padding:10px 12px 12px;gap:6px}.news-content h3{margin-bottom:4px;font-size:15px;line-height:1.4;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-date{margin-top:0;font-size:12px}.news-image-img{object-fit:fill}.news-image--overview-logo .news-image-img{object-fit:contain}}.partner-section{padding:100px 145px;background:#fff}.section-container{margin:0;width:100%;max-width:none;padding:0;box-sizing:border-box;overflow:hidden}.section-title{font-size:48px;font-weight:700;color:#001529;margin-bottom:48px;text-align:left}.partner-cards-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;height:auto;container-type:inline-size;container-name:partner-marquee;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.partner-cards-inner{display:flex;width:200%;gap:35px;box-sizing:border-box;align-items:stretch;will-change:transform}.partner-item{flex:0 0 310px;width:310px;min-width:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:center;height:115px;min-height:115px;background:#fff;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.1);padding:0;position:relative;box-sizing:border-box}.partner-item-inner{position:relative;width:100%;height:115px;display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:visible;box-sizing:border-box;flex-shrink:0}.partner-logo.partner-logo-placeholder{margin:0;width:300px;height:105px;max-width:100%;max-height:100%;box-sizing:border-box;flex-shrink:0;border-radius:4px;background-color:#eef2f7}.partner-logo-img{width:300px;height:105px;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block;box-sizing:border-box;flex-shrink:0}.partner-item--inner-logo-frame .partner-logo-img,.partner-item--inner-logo-frame .partner-logo.partner-logo-placeholder{border-radius:4px;box-shadow:inset 0 0 0 1px #00000014}.partner-name{font-size:14px;font-weight:500;color:#666;text-align:center}.partner-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px #1890ff33}@media (max-width: 768px){.partner-section{padding:60px 16px}.section-title{font-size:32px;margin-bottom:32px}.partner-cards-grid--mobile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;width:100%;box-sizing:border-box}.partner-cards-grid--mobile .partner-item{width:100%;min-width:0;max-width:none;flex:none;height:108px;min-height:108px;padding:6px 4px;box-sizing:border-box}.partner-cards-grid--mobile .partner-item-inner{width:100%;height:96px;min-height:96px}.partner-cards-grid--mobile .partner-logo-img{width:100%;max-width:100%;height:auto;max-height:90px;object-fit:contain}.partner-cards-grid--mobile .partner-logo.partner-logo-placeholder{width:100%;max-width:100%;height:90px;max-height:90px;background-size:100% 100%;background-repeat:no-repeat;background-position:center}}._homePage_1cnuw_1{width:100%;background:#fff;position:relative}._homePage_1cnuw_1:before{content:"";position:absolute;top:-80px;left:0;right:0;width:100%;height:550px;background-color:#050d1a;background-image:var(--home-hero-bg, url(/assets/images/%E9%A6%96%E9%A1%B5.jpg));background-position:center top;background-size:100% 100%;background-repeat:no-repeat;z-index:0;pointer-events:none}._homePage_1cnuw_1>section{scroll-margin-top:80px;position:relative;z-index:1}._homePage_1cnuw_1>section:first-child{z-index:2;background:transparent}._sectionNavBar_1cnuw_79{width:calc(100% - 290px);height:60px;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}._sectionNavContainer_1cnuw_99{max-width:1630px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:0;padding:0}._sectionNavItem_1cnuw_121{flex:1;height:100%;background:transparent;border:none;border-bottom:3px solid transparent;color:#001529;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;padding:0 20px;position:relative}._sectionNavItem_1cnuw_121:hover{color:#1890ff;background:#1890ff0d}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}@media (max-width: 1920px){._sectionNavBar_1cnuw_79{width:calc(100% - 290px)}}@media (max-width: 1440px){._sectionNavBar_1cnuw_79{width:calc(100% - 160px)}._sectionNavItem_1cnuw_121{font-size:14px;padding:0 16px}}@media (max-width: 1024px){._sectionNavBar_1cnuw_79{width:calc(100% - 80px)}._sectionNavItem_1cnuw_121{font-size:14px;padding:0 12px}}@media (min-width: 769px){._homePage_1cnuw_1>section{scroll-margin-top:140px}._sectionNavBar_1cnuw_79{position:sticky;top:0;margin:-110px auto 0;z-index:900}._sectionNavBar_1cnuw_79._sectionNavBarStuck_1cnuw_263{box-sizing:border-box;width:100%;max-width:none;margin-left:0;margin-right:0}}@media (max-width: 768px){._homePage_1cnuw_1:before{background-image:url(/assets/images/%E9%A6%96%E9%A1%B5-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg)}._sectionNavBar_1cnuw_79{display:none}}.contact-form-section{padding:12.92vh min(11.82vw,227px) 16.02vh 145px;background-color:#e8eef5;background-image:url(/assets/images/%E8%8E%B7%E5%8F%96%E5%AE%9A%E5%88%B6%E6%96%B9%E6%A1%88.jpg);background-size:contain;background-position:center center;background-repeat:no-repeat;position:relative;overflow-x:visible;overflow-y:visible}.contact-form-section .section-container{position:relative;z-index:1;min-width:0}.contact-form-section .contact-form-row.ant-row{margin-left:0!important;margin-right:0!important;max-width:100%}.contact-form-section .contact-form-row>.ant-col{min-width:0}@media (min-width: 992px){.contact-form-section .contact-form-row>.ant-col:first-child{padding-left:0!important}.contact-form-section .contact-form-row>.ant-col:last-child{padding-right:0!important}.contact-form-col{display:flex;justify-content:flex-end;min-width:0}}.contact-form-title-wrapper{display:flex;flex-direction:column;max-width:610px}.contact-form-title{font-size:48px;font-weight:700;color:#001529;margin:0 0 16px;text-align:left;white-space:nowrap}.contact-form-subtitle{font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:16px;color:#666;line-height:1.5;text-align:left;margin:0}.contact-form-image{width:100%;height:600px;border-radius:8px;overflow:hidden}.contact-form-image img{width:100%;height:100%;object-fit:contain}.contact-form-card.ant-card{--cf-w: 520px;--cf-h: 550px;--contact-field-w: 450px;--contact-input-h: 60px;--contact-textarea-h: 100px;width:var(--cf-w);max-width:100%;min-height:var(--cf-h);height:auto;max-height:none;box-sizing:border-box;overflow:visible;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 24px #0000000f}.contact-form-card .ant-card-body{display:flex;flex-direction:column;flex:1;min-height:0;overflow:visible;padding:calc(var(--cf-h) * .058) 35px calc(var(--cf-h) * .044)}.contact-form-card-header{flex-shrink:0;margin-bottom:calc(var(--cf-h) * .03)}.contact-form-card-title{margin:0 0 8px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#001529;line-height:1.4;text-align:left;white-space:nowrap}.contact-form-card-subtitle{margin:0;font-size:14px;font-weight:400;color:#4f4c4c;line-height:1.5;text-align:left}.contact-form-card .ant-form{display:flex;flex-direction:column;flex:1;min-height:0}.contact-form-card .ant-form-item:not(.contact-form-submit-item){margin-bottom:20px!important}.contact-form-card .ant-form-item-label>label{font-size:14px;font-weight:500;color:#001529;height:auto}.contact-form-card .ant-form-item-label{padding-bottom:calc(var(--cf-h) * .01)!important}.contact-form-field-input,.contact-form-field-textarea{width:var(--contact-field-w)!important;max-width:100%;box-sizing:border-box;font-size:14px!important;border-radius:4px!important;border:1px solid transparent!important;background:#f5f5f5!important;color:#333!important;box-shadow:none!important;transition:border-color .2s,background .2s}.contact-form-field-input{height:var(--contact-input-h)!important;min-height:var(--contact-input-h)!important;padding:10px 14px!important;line-height:1.5!important}.contact-form-field-input::placeholder,.contact-form-field-textarea::placeholder{color:#8c8c8c}.contact-form-field-input:hover,.contact-form-field-input:focus,.contact-form-field-input:focus-within,.contact-form-field-textarea:hover,.contact-form-field-textarea:focus{border-color:#e8e8e8!important;background:#f5f5f5!important;box-shadow:none!important}.contact-form-field-textarea{height:var(--contact-textarea-h)!important;min-height:var(--contact-textarea-h)!important;padding:12px 14px!important;line-height:1.5!important;resize:none!important}.contact-form-card .contact-form-item-message{flex-shrink:0}.contact-form-card .contact-form-item-message .contact-form-field-textarea{height:var(--contact-textarea-h)!important;min-height:var(--contact-textarea-h)!important}.contact-form-card .contact-form-submit-item{margin-top:auto;margin-bottom:0!important;text-align:right}.contact-form-submit-btn.ant-btn-primary{width:75px;min-width:75px;height:34px!important;padding:0!important;border-radius:2px!important;font-size:14px!important;font-weight:500;line-height:32px;background:#0852f7;border-color:#0852f7;box-sizing:border-box}.contact-form-submit-btn.ant-btn-primary:hover{background:#0d5cf8!important;border-color:#0d5cf8!important}@media (max-width: 991px){.contact-form-card.ant-card{height:auto;min-height:520px;max-height:none}.contact-form-field-input{height:var(--contact-input-h)!important;min-height:var(--contact-input-h)!important}.contact-form-card .contact-form-item-message .contact-form-field-textarea{height:var(--contact-textarea-h)!important;min-height:var(--contact-textarea-h)!important}.contact-form-card .ant-card-body{padding:24px 35px 20px}}@media (max-width: 1024px){.contact-form-section{padding:60px max(12px,calc(11.82vw - 40px)) 60px 0}}@media (max-width: 768px){.contact-form-section{background-size:100% 100%;background-position:center center;padding:40px max(16px,calc(11.82vw - 20px),env(safe-area-inset-right,0px)) max(40px,env(safe-area-inset-bottom,0px)) max(0px,env(safe-area-inset-left,0px))}.contact-form-image img{object-fit:fill}.contact-form-title{font-size:32px}.contact-form-subtitle{font-size:16px}.contact-form-image{height:min(400px,55vh);margin-bottom:30px}}.technical-products-page{width:100%;background:#fff;position:relative}.technical-products-page:before{content:"";position:absolute;top:-80px;left:0;right:0;width:100%;height:550px;background-color:#050d1a;background-image:url(/assets/images/%E6%8A%80%E6%9C%AF%E4%BA%A7%E5%93%81.jpg);background-size:100% 100%;background-position:center top;background-repeat:no-repeat;z-index:0;pointer-events:none}.technical-products-page>section{scroll-margin-top:80px;position:relative;z-index:1}.technical-products-page>section:first-child{z-index:2;background:transparent}.technical-products-page #custom-solution-section.contact-form-section{background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.technical-products-section-nav-bar{width:calc(100% - 290px);height:60px;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}.technical-products-section-nav-container{max-width:1630px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:0;padding:0}.technical-products-section-nav-item{flex:1;height:100%;background:transparent;border:none;color:#001529;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;padding:0 20px}.technical-products-section-nav-item:hover{color:#1890ff;background:#1890ff0d}.products-hero-section{position:relative;width:100%;min-height:550px;display:flex;align-items:flex-start;justify-content:flex-start;padding:120px 80px 0;background:transparent}.products-hero-content{max-width:1400px;width:100%;position:relative;z-index:2}.products-hero-title{font-size:72px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.products-hero-subtitle{font-size:24px;color:#fff;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.3)}.products-intro-section{padding:100px 145px;background:#fff}.products-intro-section .section-subtitle{width:80px;height:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 8px;box-sizing:border-box}.products-intro-section .section-title{text-align:left}.section-title-lead{font-size:15px;font-weight:400;color:#666;line-height:1.55;margin:-32px 0 40px;text-align:left;letter-spacing:.01em}.products-intro-section .section-container{overflow:hidden;box-sizing:border-box}.products-intro-section .value-cards-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;height:auto;container-type:inline-size;container-name:value-core-marquee;mask-image:linear-gradient(to right,black 0%,black 10%,black 94%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 10%,black 94%,transparent 100%)}.products-intro-section .value-cards-inner{display:flex;width:max-content;min-width:100%;gap:40px;box-sizing:border-box;align-items:stretch;will-change:transform}.products-intro-section .value-card-item{--core-gap: 40px;flex:0 0 calc((100cqw - 3 * var(--core-gap)) / 3.5);min-width:0;max-width:100%;position:relative}.products-intro-section .value-card{width:100%;max-width:100%;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;box-sizing:border-box;height:100%;margin:0}.products-intro-section .value-card .ant-card-body{padding:0;flex:1;display:flex;flex-direction:column}.products-intro-section .value-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.products-intro-section .value-image{width:100%;aspect-ratio:160 / 99;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center;position:relative}.products-intro-section .value-image-img{width:100%;height:100%;object-fit:fill;object-position:center}.products-intro-section .value-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(255,255,255,.2) 0%,transparent 50%);opacity:.6;z-index:1}.products-intro-section .value-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.1) 100%);z-index:2}.products-intro-section .value-content{padding:10px 24px 16px 3px;text-align:left}.products-intro-section .value-content h3{font-size:20px;font-weight:600;color:#001529;margin:0 0 8px;letter-spacing:.5px;text-align:left}.products-intro-section .value-content-desc{margin:0;font-size:14px;line-height:1.55;color:#4f4c4c;text-align:left}.products-advantages-section{padding:70px 145px 77px;background-color:#f5f5f5;background-image:url(/assets/images/%E4%BA%A7%E5%93%81%E4%BC%98%E5%8A%BF.jpg);background-size:contain;background-position:center center;background-repeat:no-repeat}.products-advantages-section .section-subtitle{width:max-content;min-width:80px;min-height:20px;height:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#fff;line-height:20px;text-align:left;font-style:normal;margin:0 0 8px;box-sizing:border-box}.products-advantages-section .section-title{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:42px;color:#fff;line-height:1.25;text-align:left;font-style:normal;margin:0 0 40px;white-space:normal;max-width:100%}.products-advantages-section .section-title-lead--advantages{color:#ffffffd1;margin:-28px 0 40px}.products-advantages-section .section-container{overflow:hidden;box-sizing:border-box}.products-advantages-section .advantage-cards-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;height:auto;container-type:inline-size;container-name:advantage-marquee;mask-image:linear-gradient(to right,black 0%,black 10%,black 94%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 10%,black 94%,transparent 100%)}.products-advantages-section .advantage-cards-inner{display:flex;width:max-content;min-width:100%;gap:40px;box-sizing:border-box;align-items:stretch;will-change:transform}.products-advantages-section .advantage-card-item{--advantage-gap: 40px;flex:0 0 calc((100cqw - 3 * var(--advantage-gap)) / 3.5);min-width:0;max-width:100%;position:relative}.advantage-card{width:100%;max-width:100%;height:564px;min-height:564px;border-radius:0;border:none!important;transition:transform .3s,box-shadow .3s;color:#fff;position:relative;overflow:hidden;box-sizing:border-box}.products-advantages-section .advantage-card.ant-card{background-color:#0a1628;box-shadow:none;display:flex;flex-direction:column}.advantage-card-with-bg{background-color:#0a1628}.advantage-card-with-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00152999,#00214099);z-index:0;pointer-events:none}.advantage-card .ant-card-body{padding:28px;width:100%;flex:1 1 auto;min-height:0;box-sizing:border-box;position:relative;z-index:1;background:transparent!important}.advantage-image-wrapper{position:absolute;left:28px;top:56px;width:191px;height:178px;border:none;padding:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:transparent;z-index:2;pointer-events:none}.advantage-image{width:100%;height:100%;object-fit:contain;display:block}.advantage-card--diamond-model .advantage-image{object-fit:fill}.advantage-card-text{position:absolute;left:28px;right:28px;top:332.8px;z-index:1;width:auto}.advantage-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000004d}.advantage-title{height:auto;min-height:24px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:24px;color:#fff;line-height:24px;text-align:left;font-style:normal;margin:0;width:100%;white-space:normal}.advantage-description{width:416px;max-width:100%;height:auto;min-height:128px;margin:36px 0 0;padding:0;box-sizing:border-box;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:13px;color:#c7d2e0;line-height:24px;text-align:left;font-style:normal}.scenarios-section{padding:100px 145px;background:#edf7fd}.scenarios-cards-wrap{max-width:1368px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}.scenarios-section .section-subtitle{width:max-content;min-width:80px;min-height:20px;height:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 8px;box-sizing:border-box}.scenarios-section .section-title{text-align:left;margin-bottom:48px}.scenarios-section--en .section-title{margin-bottom:8px}.scenarios-section-title-sub{font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#444;line-height:24px;text-align:left;margin:0 0 48px}.scenarios-section .scenarios-row .ant-col{display:flex;justify-content:center}.scenario-card{width:100%;max-width:674px;height:184px;border-radius:0;transition:transform .3s,box-shadow .3s;border:1px solid #f0f0f0;background:#fff;box-shadow:0 2px 8px #00000014;box-sizing:border-box}.scenario-card .ant-card-body{height:100%;padding:20px 24px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;display:flex;align-items:flex-start}.scenario-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.scenario-card-content{display:flex;align-items:flex-start;gap:40px;width:100%;min-height:0;padding-right:0}.scenario-icon-wrapper{flex-shrink:0}.scenario-icon{width:55px;height:55px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px dashed rgba(0,0,0,.15);border-radius:4px;box-sizing:border-box;padding:2px}.scenario-icon-img{width:100%;height:100%;object-fit:contain;display:block}.scenario-text-content{flex:1;text-align:left}.scenario-title{font-family:PingFangSC,PingFang SC;font-weight:500;font-size:24px;color:#000;line-height:24px;text-align:left;font-style:normal;margin:0 0 12px}.scenario-description{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:14px;color:#4f4c4c;line-height:20px;text-align:left;font-style:normal;margin:0}.scenario-description-line1{margin-bottom:10px}.scenario-description-line2{color:#666;line-height:22px}@media (max-width: 1400px){.scenario-card,.scenario-card .ant-card-body{height:auto;min-height:184px}}.cases-section{padding:100px 145px;background:#fff}.cases-section .section-subtitle{width:fit-content;min-width:80px;min-height:20px;height:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 8px;box-sizing:border-box}.cases-section .section-title{text-align:left;margin-bottom:48px}.cases-section--en .section-title{margin-bottom:8px}.cases-section-title-sub{font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#444;line-height:24px;text-align:left;margin:0 0 48px}.case-card{height:100%;border-radius:12px;transition:transform .3s,box-shadow .3s;border:1px solid #f0f0f0;text-align:center}.case-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.case-logo{width:120px;height:60px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.case-logo img{max-width:100%;max-height:100%;object-fit:contain}.case-sub-brand{font-size:18px;font-weight:600;color:#001529;margin:0 0 12px}.case-description{font-size:14px;color:#4f4c4c;line-height:1.8;margin:0 0 16px}.case-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.case-btn{display:inline-block;padding:4px 12px;background:#f0f0f0;border-radius:4px;color:#666;font-size:12px;text-decoration:none;line-height:1.5;box-sizing:border-box}.case-btn:hover{background:#1890ff;color:#fff}.journey-section{padding:100px 145px;background-color:#f5f5f5;background-image:url(/assets/images/%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B.jpg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat;position:relative;overflow:hidden}.journey-section .section-subtitle{width:80px;height:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 8px;box-sizing:border-box}.journey-section--en .section-subtitle{width:fit-content;min-width:80px;height:auto;min-height:20px}.journey-section .section-title{text-align:left;margin-bottom:48px}.journey-section--en .section-title{margin-bottom:8px}.journey-section-title-sub{font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#444;line-height:24px;text-align:left;margin:0 0 48px}.journey-section .section-container{position:relative;z-index:1}.journey-steps{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin:0 -145px;width:calc(100% + 290px)}.journey-step-wrapper{display:flex;align-items:flex-start;gap:0}.journey-step{width:340px;height:200px;min-height:200px;max-height:200px;display:flex;flex-direction:column;gap:50px;flex-shrink:0;background-color:#f4f9ff;background-image:linear-gradient(180deg,#eef6ff,#fafdff 55%,#fff);background-clip:padding-box;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:20px 24px;text-align:left;box-sizing:border-box;overflow:hidden;position:relative;z-index:0}.journey-step-header{display:flex;align-items:center;gap:8px;margin:0 -24px;padding-left:24px;padding-right:24px;padding-bottom:20px;border:none;border-bottom:1px solid rgba(18,130,220,.55);flex-shrink:0}.journey-step-number{font-size:18px;font-weight:600;color:#001529}.journey-step-separator{font-size:18px;color:#001529;font-weight:400}.journey-step-title{font-size:18px;font-weight:600;color:#001529;margin:0;padding:0;border:none;outline:none;box-shadow:none}.journey-step-description{font-size:14px;color:#4f4c4c;line-height:1.6;margin:0;padding:0;border:none;border-top:none;flex:1 1 auto;min-height:0;overflow-y:auto}.journey-step-arrow{padding:0 16px;display:flex;align-items:center;justify-content:center;margin-top:20px;flex-shrink:0}.journey-step-arrow img{display:block;height:20px;width:auto;object-fit:contain}@media (max-width: 1920px){.technical-products-section-nav-bar{width:calc(100% - 290px)}}@media (max-width: 1440px){.technical-products-section-nav-bar{width:calc(100% - 160px)}.technical-products-section-nav-item{font-size:14px;padding:0 16px}}@media (max-width: 1024px){.section-container{padding:0 40px}.technical-products-section-nav-bar{width:calc(100% - 80px)}.technical-products-section-nav-item{font-size:14px;padding:0 12px}.products-hero-section{padding:100px 40px 60px}.products-hero-title{font-size:56px}.products-hero-subtitle{font-size:20px}.products-intro-section,.products-advantages-section,.scenarios-section,.cases-section,.journey-section{padding:60px 0}.scenarios-section{padding:60px 40px}.journey-section .journey-steps{margin:0;width:100%;max-width:100%;box-sizing:border-box}.journey-section .journey-step-wrapper{width:100%;max-width:100%;box-sizing:border-box}.journey-steps{flex-direction:column}.journey-section .journey-step{width:100%;max-width:340px;margin-left:auto;margin-right:auto}.journey-step-arrow{display:none}}@media (min-width: 769px){.technical-products-page>section{scroll-margin-top:140px}.technical-products-section-nav-bar{position:sticky;top:0;margin:-110px auto 0;z-index:900}.technical-products-section-nav-bar.technical-products-section-nav-bar-stuck{box-sizing:border-box;width:100%;max-width:none;margin-left:0;margin-right:0}}@media (max-width: 768px){.technical-products-page:before{background-image:url(/assets/images/%E6%8A%80%E6%9C%AF%E4%BA%A7%E5%93%81-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg)}.products-advantages-section,.journey-section{background-size:100% 100%;background-position:center center}.advantage-image{object-fit:fill}.products-hero-title{font-size:40px}.products-hero-subtitle{font-size:18px}.section-container{padding:0 20px}.section-title{font-size:32px;margin-bottom:32px}.section-title-lead{font-size:13px;margin:-24px 0 28px}.products-advantages-section .section-title{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:32px;color:#fff;line-height:1.25;text-align:left;font-style:normal;white-space:normal}.products-advantages-section .section-title-lead--advantages{margin:-20px 0 28px;font-size:13px}.journey-section .journey-steps{margin:0;width:100%;max-width:100%}.journey-section .journey-step-wrapper{width:100%;max-width:100%}.journey-section .journey-step{width:100%;max-width:100%;margin-left:0;margin-right:0;height:auto;min-height:200px;max-height:none;gap:20px}.journey-section .journey-step-description{overflow:visible;flex:0 1 auto}.products-advantages-section .advantage-card{width:100%;max-width:100%;height:400px;min-height:400px;max-height:400px}.products-advantages-section .advantage-card .ant-card-body{flex:1 1 auto;min-height:0;padding:20px}.products-advantages-section .advantage-image-wrapper{left:14px;top:28px;width:calc(50% - 14px);height:auto;min-height:150px}.products-advantages-section .advantage-image{width:100%;height:auto}.products-advantages-section .advantage-card-text{left:20px;right:20px;top:276.8px}.products-advantages-section .advantage-title{font-size:24px;line-height:24px;font-weight:500;width:100%;min-height:24px}.products-advantages-section .advantage-description{width:100%;max-width:100%;min-height:0;margin-top:36px;font-size:13px;line-height:24px}.journey-step-number{font-size:24px;min-width:50px}.journey-step-title{font-size:18px}.products-advantages-section,.scenarios-section,.cases-section,.journey-section{padding:40px 0}.scenarios-section{padding:40px 20px}.scenario-card .ant-card-body{align-items:center;justify-content:center}.scenario-card-content{flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.scenario-text-content{text-align:center;width:100%}.scenario-title,.scenario-description{text-align:center}.products-intro-section .value-cards-wrapper{mask-image:linear-gradient(to right,black 0%,black 8%,black 96%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 8%,black 96%,transparent 100%)}.products-intro-section .value-cards-inner{gap:24px}.products-intro-section .value-card-item{--core-gap: 24px;flex:0 0 calc((100cqw - var(--core-gap)) / 1.5)}.products-advantages-section .advantage-cards-wrapper{mask-image:linear-gradient(to right,black 0%,black 8%,black 96%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 8%,black 96%,transparent 100%)}.products-advantages-section .advantage-cards-inner{gap:24px}.products-advantages-section .advantage-card-item{--advantage-gap: 24px;flex:0 0 calc((100cqw - var(--advantage-gap)) / 1.5)}.products-intro-section .value-image{aspect-ratio:160 / 99}.products-intro-section .value-content h3{font-size:18px}.products-intro-section .value-content-desc{font-size:13px}}@media (max-width: 480px){.section-nav-item{font-size:13px;padding:0 12px}}.cv-marquee .value-cards-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;height:auto;container-type:inline-size;container-name:value-core-marquee;mask-image:linear-gradient(to right,black 0%,black 10%,black 94%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 10%,black 94%,transparent 100%)}.cv-marquee .value-cards-inner{display:flex;width:max-content;min-width:100%;gap:40px;box-sizing:border-box;align-items:stretch;will-change:transform}.cv-marquee .value-card-item{--core-gap: 40px;flex:0 0 calc((100cqw - 3 * var(--core-gap)) / 3.5);min-width:0;max-width:100%;position:relative}.cv-marquee .value-card-link{display:block;text-decoration:none;color:inherit;height:100%;border-radius:12px;cursor:pointer}.cv-marquee .value-card-link:hover,.cv-marquee .value-card-link:focus{color:inherit;text-decoration:none}.cv-marquee .value-card-link:focus-visible{outline:2px solid #1890ff;outline-offset:2px}.cv-marquee .value-card{width:100%;max-width:100%;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;box-sizing:border-box;height:100%;margin:0}.cv-marquee .value-card .ant-card-body{padding:0;flex:1;display:flex;flex-direction:column}.cv-marquee .value-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.cv-marquee .value-image--no-decor:before,.cv-marquee .value-image--no-decor:after{display:none}.cv-marquee .value-image-img--contain{object-fit:contain;object-position:center}.cv-marquee .value-image{width:100%;aspect-ratio:160 / 99;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center;position:relative}.cv-marquee .value-image-img{width:100%;height:100%;object-fit:contain;object-position:center}.cv-marquee .value-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(255,255,255,.2) 0%,transparent 50%);opacity:.6;z-index:1}.cv-marquee .value-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.1) 100%);z-index:2}.cv-marquee .value-image-placeholder{color:#fffffff2;font-size:20px;font-weight:600;text-align:center;padding:20px;text-shadow:0 2px 12px rgba(0,0,0,.4);position:relative;z-index:3;letter-spacing:1px}.cv-marquee .value-content{padding:10px 24px 16px 3px;text-align:left}.cv-marquee .value-content h3{font-size:20px;font-weight:600;color:#001529;margin:0 0 8px;letter-spacing:.5px;text-align:left}.cv-marquee .value-content-desc{margin:0;font-size:14px;line-height:1.55;color:#001529ad;text-align:left}@media (max-width: 768px){.cv-marquee .value-cards-wrapper{mask-image:linear-gradient(to right,black 0%,black 8%,black 96%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 8%,black 96%,transparent 100%)}.cv-marquee .value-cards-inner{gap:24px}.cv-marquee .value-card-item{--core-gap: 24px;flex:0 0 calc((100cqw - var(--core-gap)) / 1.5)}.cv-marquee .value-image{aspect-ratio:160 / 99}.cv-marquee .value-image-placeholder{font-size:16px;padding:16px}.cv-marquee .value-content h3{font-size:18px}.cv-marquee .value-content-desc{font-size:13px}.cv-marquee .value-image-img{object-fit:fill}}.art-in-spaces-page{width:100%;background:#fff;position:relative}.art-in-spaces-page:before{content:"";position:absolute;top:-80px;left:0;right:0;width:100%;height:550px;background-color:#050d1a;background-image:url(/assets/images/%E6%99%BA%E5%A2%83%E8%89%BA%E5%88%9B.jpg);background-size:100% 100%;background-position:center top;background-repeat:no-repeat;z-index:0;pointer-events:none}.art-in-spaces-page>section{scroll-margin-top:80px;position:relative;z-index:1}.art-in-spaces-page>section:first-child{z-index:2;background:transparent}.art-in-spaces-section-nav-bar{box-sizing:border-box;width:calc(100% - 290px);max-width:calc(100% - 290px);margin-left:auto;margin-right:auto;height:60px;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}.art-in-spaces-section-nav-container{max-width:1630px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:0;padding:0}.art-in-spaces-section-nav-item{flex:1;height:100%;background:transparent;border:none;color:#001529;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;padding:0 20px}.art-in-spaces-section-nav-item:hover{color:#1890ff;background:#1890ff0d}.section-subtitle{font-size:14px;color:#999;margin:0 0 8px;text-align:center}.section-title{font-size:48px;font-weight:700;color:#001529;margin:0 0 48px;text-align:center}.art-hero-section{position:relative;width:100%;min-height:550px;display:flex;align-items:flex-start;justify-content:flex-start;padding:120px 80px 0;background:transparent}.art-hero-content{max-width:1400px;width:100%;position:relative;z-index:2}.art-hero-title{font-size:72px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.art-hero-tagline{font-size:24px;color:#fff;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.3)}.art-hero-tagline--zh{font-weight:500}.art-hero-tagline--en{font-size:20px;font-weight:400;opacity:.92;margin-bottom:0}.concept-section{padding:100px 145px;background:#fff}.art-concept-section-eyebrow{width:80px;height:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 20px;box-sizing:border-box}.concept-section--en .art-concept-section-eyebrow{width:fit-content;min-width:80px;height:auto;min-height:20px}.art-concept-section-title{width:420px;max-width:100%;min-height:36px;height:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:42px;color:#000;line-height:36px;text-align:left;font-style:normal;margin:0 0 48px;box-sizing:border-box}.concept-section--en .art-concept-section-title{width:auto;max-width:none;white-space:nowrap;line-height:1.15;min-height:auto}.concept-blocks--design{display:flex;flex-wrap:nowrap;gap:50px;margin-bottom:80px;justify-content:center;align-items:stretch}.concept-bg-card{flex:1 1 calc(50% - 25px);min-width:0;width:auto;max-width:790px;height:150px;min-height:150px;max-height:150px;aspect-ratio:unset;border-radius:12px;overflow:hidden;position:relative;background-color:#0a1628;background-size:contain;background-position:center;background-repeat:no-repeat;box-shadow:0 4px 16px #0000001f;transition:transform .25s ease,box-shadow .25s ease}.concept-bg-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000002e}.concept-bg-card--noos{background-image:url(/assets/images/%E6%99%BA.jpg)}.concept-bg-card--sphere{background-image:url(/assets/images/%E5%A2%83.jpg)}.sphere-diagram-section{margin-top:60px}.sphere-diagram{position:relative;width:904px;max-width:100%;aspect-ratio:904 / 661;height:auto;margin:0;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;border:none;border-radius:0;overflow:hidden}.sphere-diagram img{width:100%;height:100%;max-width:none;object-fit:contain;object-position:left center;display:block}.sphere-explanation{padding:20px}.sphere-explanation .section-title{text-align:left!important;margin-left:0;margin-right:auto}.art-noosphere-explanation-text{box-sizing:border-box;width:599px;max-width:100%;height:auto;min-height:0;margin:0;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:28px;color:#000;line-height:42px;text-align:left;font-style:normal;overflow:visible}.concept-section--en .art-noosphere-explanation-text{width:100%;max-width:720px;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:28px;color:#000;line-height:42px;text-align:left;font-style:normal}.portfolio-section{padding:100px 145px;background:#f5f5f5}.art-portfolio-section-eyebrow{width:60px;height:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 20px;box-sizing:border-box}.portfolio-section--en .art-portfolio-section-eyebrow{width:fit-content;min-width:60px;height:auto;min-height:20px}.art-portfolio-section-title{width:168px;max-width:100%;min-height:36px;height:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:42px;color:#000;line-height:36px;text-align:left;font-style:normal;margin:0 0 48px;box-sizing:border-box}.portfolio-section--en .art-portfolio-section-title{width:auto;max-width:100%;line-height:1.15;min-height:auto}.portfolio-section .section-container{overflow:hidden;width:100%;max-width:none;box-sizing:border-box}.portfolio-section .cv-marquee .value-image-img{object-fit:fill;object-position:center}.portfolio-section .cv-marquee .value-content-desc{color:#4f4c4c}.portfolio-card-link{display:block;height:100%;text-decoration:none;color:inherit}.portfolio-card-link:focus-visible{outline:2px solid #1890ff;outline-offset:2px;border-radius:12px}.portfolio-card{height:100%;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;border:1px solid #f0f0f0}.portfolio-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.portfolio-image{width:100%;height:250px;overflow:hidden;background:#f0f0f0}.portfolio-image img{width:100%;height:100%;object-fit:fill;transition:transform .3s}.portfolio-card:hover .portfolio-image img{transform:scale(1.05)}.portfolio-content{padding:24px}.portfolio-title{font-size:20px;font-weight:600;color:#001529;margin:0 0 12px}.portfolio-description{font-size:14px;color:#4f4c4c;line-height:1.8;margin:0}.lab-section{padding:100px 145px;background-color:#edf7fd}.art-lab-section-eyebrow{width:40px;height:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 20px;box-sizing:border-box}.lab-section--en .art-lab-section-eyebrow{width:fit-content;min-width:40px;height:auto;min-height:20px}.art-lab-section-title{width:210px;max-width:100%;min-height:36px;height:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:42px;color:#000;line-height:36px;text-align:left;font-style:normal;margin:0 0 48px;box-sizing:border-box}.lab-section--en .art-lab-section-title{width:auto;max-width:100%;line-height:1.15;min-height:auto}.lab-section .section-container{overflow:hidden;width:100%;max-width:none;box-sizing:border-box}.lab-section .cv-marquee .lab-marquee-card.ant-card{width:100%;border-radius:12px;overflow:hidden}.lab-section .cv-marquee .lab-marquee-card .ant-card-cover{margin:0;padding:0}.lab-section .cv-marquee .lab-marquee-card .ant-card-body{padding:0}.lab-section .cv-marquee .lab-marquee-card-cover{display:block;box-sizing:border-box;width:100%;aspect-ratio:160 / 99;overflow:hidden;line-height:0;background-color:#f0f0f0;background-repeat:no-repeat;background-position:center center;background-size:100% 100%}.lab-section .cv-marquee .lab-marquee-card-cover:before,.lab-section .cv-marquee .lab-marquee-card-cover:after{display:none}.lab-section .cv-marquee .value-content-desc{color:#4f4c4c}.dialogue-section{padding:100px 145px;background-color:#f5f5f5;background-image:url(/assets/images/%E6%9C%AA%E6%9D%A5%E5%AF%B9%E8%AF%9D.jpg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.dialogue-section .section-subtitle{width:40px;height:36px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#fff;line-height:36px;text-align:left;font-style:normal;margin:0 0 8px;box-sizing:border-box}.dialogue-section .section-title{width:max-content;max-width:100%;height:auto;min-height:0;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:42px;color:#fff;line-height:1.2;text-align:left;font-style:normal;margin:0 0 48px;box-sizing:border-box;white-space:nowrap}.dialogue-section .section-container{overflow:hidden;width:100%;max-width:none;box-sizing:border-box}.dialogue-section .dialogue-marquee.cv-marquee .dialogue-cards-inner{position:relative;align-items:stretch;padding:24px 0 32px}.dialogue-section .dialogue-marquee.cv-marquee .dialogue-cards-inner:before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;margin-top:-1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.35) 5%,rgba(255,255,255,.92) 50%,rgba(255,255,255,.35) 95%,transparent 100%);z-index:0;pointer-events:none}.dialogue-section .dialogue-marquee .value-cards-inner>.dialogue-card-col{flex:0 0 272px;width:272px;min-width:272px}.dialogue-card-col{position:relative;z-index:1;display:grid;grid-template-rows:1fr auto 1fr;align-items:center;justify-items:center;max-width:85vw;min-height:300px}.dialogue-card-spacer{min-height:0}.dialogue-card-link{display:block;width:100%;max-width:260px;text-decoration:none;color:inherit}.dialogue-card-link:focus-visible{outline:2px solid #1890ff;outline-offset:4px;border-radius:14px}.dialogue-card-link--above{grid-row:1;align-self:end;padding-bottom:10px}.dialogue-card-link--below{grid-row:3;align-self:start;padding-top:10px}.dialogue-card-node{grid-row:2;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px #ffffff59,0 0 14px #82beff80;z-index:2}.dialogue-card{background:#fff;border-radius:14px;padding:14px 16px 16px;box-shadow:0 8px 28px #0000001f;text-align:left;transition:transform .25s ease,box-shadow .25s ease}.dialogue-card-link:hover .dialogue-card{transform:translateY(-4px);box-shadow:0 14px 36px #00000029}.dialogue-card-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,#e8eef5,#d0dae8);margin-bottom:10px}.dialogue-card-speaker{font-size:12px;font-weight:600;color:#001529;line-height:1.45;margin:0 0 8px}.dialogue-card-quote{font-size:13px;color:#4f4c4c;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 1440px){.art-in-spaces-section-nav-item{font-size:14px;padding:0 16px}}@media (max-width: 1024px){.art-in-spaces-section-nav-item{font-size:14px;padding:0 12px}}@media (min-width: 769px){.art-in-spaces-page>section{scroll-margin-top:140px}.art-in-spaces-section-nav-bar{position:sticky;top:0;margin:-110px auto 0;z-index:900}.art-in-spaces-section-nav-bar.art-in-spaces-section-nav-bar-stuck{box-sizing:border-box;width:100%;max-width:none;margin-left:0;margin-right:0}.art-in-spaces-section-nav-bar:not(.art-in-spaces-section-nav-bar-stuck){width:calc(100% - 290px);max-width:calc(100% - 290px)}}@media (max-width: 768px){.art-in-spaces-section-nav-bar{display:none}}@media (max-width: 1024px){.section-container{padding:0 40px}.art-hero-section{padding:100px 40px 60px}.art-hero-title{font-size:56px}.art-hero-tagline{font-size:20px}.art-hero-tagline--en{font-size:17px}.sphere-diagram{width:100%;max-width:904px;aspect-ratio:904 / 661;height:auto}.sphere-layer.layer-1{width:300px;height:300px}.sphere-layer.layer-2{width:210px;height:210px;top:45px;left:45px}.sphere-layer.layer-3{width:120px;height:120px;top:90px;left:90px}.concept-section,.portfolio-section,.lab-section,.dialogue-section{padding:60px 0}}@media (max-width: 768px){.art-in-spaces-page:before{background-image:url(/assets/images/%E6%99%BA%E5%A2%83%E8%89%BA%E5%88%9B-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg)}.lab-section{background-color:#edf7fd;background-image:url(/assets/images/%E7%A9%BA%E9%97%B4%E5%AE%9E%E9%AA%8C%E5%AE%A4-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.dialogue-section{background-size:100% 100%;background-position:center center}.art-hero-title{font-size:40px}.art-hero-tagline{font-size:18px}.art-hero-tagline--en{font-size:15px}.section-container{padding:0 20px}.section-title{font-size:32px;margin-bottom:32px}.art-concept-section-title{width:100%;font-size:28px;line-height:1.25;min-height:0;margin-bottom:32px}.concept-section--en .art-concept-section-title{white-space:normal;max-width:100%}.art-portfolio-section-title,.art-lab-section-title{width:100%;font-size:28px;line-height:1.25;min-height:0;margin-bottom:32px}.concept-blocks--design{flex-direction:row;flex-wrap:nowrap;gap:10px;align-items:stretch;justify-content:space-between;margin-bottom:40px}.concept-bg-card{flex:1 1 0;min-width:0;width:auto;max-width:none;height:200px;min-height:200px;max-height:200px;aspect-ratio:unset;border-radius:10px;background-size:100% 100%;background-position:center center;box-shadow:0 2px 10px #0000001a}.concept-bg-card--noos{background-image:url(/assets/images/%E6%99%BA-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg)}.concept-bg-card--sphere{background-image:url(/assets/images/%E5%A2%83-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg)}.sphere-diagram{width:100%;max-width:904px;aspect-ratio:904 / 661;height:auto;margin-bottom:40px}.art-noosphere-explanation-text,.concept-section--en .art-noosphere-explanation-text{width:100%;max-width:100%;min-height:0;margin-left:auto;margin-right:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:360;font-size:24px;color:#000;line-height:31px;text-align:center;font-style:normal}.sphere-explanation .section-title{text-align:center!important;margin-left:auto;margin-right:auto}.sphere-layer.layer-1{width:250px;height:250px}.sphere-layer.layer-2{width:175px;height:175px;top:37.5px;left:37.5px}.sphere-layer.layer-3{width:100px;height:100px;top:75px;left:75px}.sphere-label{font-size:14px}.portfolio-image{height:180px}.dialogue-section .section-container{overflow:visible}.dialogue-section .section-subtitle{opacity:.92}.dialogue-section .section-title{font-size:28px;line-height:1.2;margin-bottom:28px;white-space:normal}.dialogue-timeline{list-style:none;margin:0;padding:0 0 4px 2px;position:relative;--dialogue-timeline-x: 6px}.dialogue-timeline:before{content:"";position:absolute;left:var(--dialogue-timeline-x);top:14px;bottom:14px;width:1px;transform:translate(-50%);background:#ffffff8c;pointer-events:none}.dialogue-timeline-item{display:grid;grid-template-columns:12px minmax(0,1fr);column-gap:12px;align-items:start;margin:0 0 18px;padding:0}.dialogue-timeline-item:last-child{margin-bottom:0}.dialogue-timeline-node{grid-column:1;justify-self:center;width:9px;height:9px;margin-top:22px;border-radius:50%;background:#fff;box-shadow:0 0 0 2px #ffffff47;z-index:1}.dialogue-card-link--timeline{grid-column:2;max-width:none;width:100%}.dialogue-card--timeline{position:relative;border-radius:10px;padding:14px 16px 16px;box-shadow:0 6px 20px #00000024}.dialogue-card--timeline:before{content:"";position:absolute;left:-7px;top:22px;width:0;height:0;border-style:solid;border-width:7px 8px 7px 0;border-color:transparent #ffffff transparent transparent;pointer-events:none}.dialogue-card--timeline .dialogue-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.dialogue-card--timeline .dialogue-card-avatar{width:36px;height:36px;margin-bottom:0;flex-shrink:0}.dialogue-card--timeline .dialogue-card-speaker{margin:0;font-size:15px;font-weight:600;line-height:1.4;color:#001529}.dialogue-card--timeline .dialogue-card-quote{font-size:13px;line-height:1.55;color:#4f4c4c;display:block;overflow:visible;-webkit-line-clamp:unset}.dialogue-card-link--timeline:hover .dialogue-card--timeline,.dialogue-card-link--timeline:focus-visible .dialogue-card--timeline{transform:none;box-shadow:0 6px 20px #00000024}.dialogue-card-link--timeline:active .dialogue-card--timeline{transform:scale(.99)}.portfolio-section,.lab-section,.dialogue-section{padding:40px 0}}.space-solutions-page{width:100%;background:#fff;position:relative}.space-solutions-page:before{content:"";position:absolute;top:-80px;left:0;right:0;width:100%;height:550px;background-color:#050d1a;background-image:url(/assets/images/%E7%A9%BA%E9%97%B4%E6%96%B9%E6%A1%88.jpg);background-size:100% 100%;background-position:center top;background-repeat:no-repeat;z-index:0;pointer-events:none}.space-solutions-page>section{scroll-margin-top:80px;position:relative;z-index:1;top:-30px}.space-solutions-page>section:first-child{z-index:2;background:transparent}.space-solutions-page #custom-solution-section.contact-form-section{background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.space-solutions-page .section-nav-bar{box-sizing:border-box;width:calc(100% - 290px);max-width:calc(100% - 290px);margin-left:auto;margin-right:auto;height:60px;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}.section-title{font-size:48px;font-weight:700;color:#001529;margin-bottom:48px;text-align:center}.section-title-white{font-size:48px;font-weight:700;color:#fff;margin-bottom:48px;text-align:center}.solutions-hero-section{position:relative;width:100%;min-height:550px;display:flex;align-items:flex-start;justify-content:flex-start;padding:120px 80px 0;background:transparent}.solutions-hero-content{max-width:1400px;width:100%;position:relative;z-index:2}.solutions-hero-title{font-size:72px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.solutions-hero-subtitle{font-size:24px;color:#fff;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.3)}.contradictions-section{padding:100px 145px;background:#f0f7ff}.contradictions-section-eyebrow{width:80px;height:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 20px;box-sizing:border-box}.contradictions-section--en .contradictions-section-eyebrow{width:fit-content;max-width:100%;height:auto;min-height:20px}.contradictions-section-title{width:462px;height:36px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:42px;color:#000;line-height:36px;text-align:left;font-style:normal;margin:0 0 48px;box-sizing:border-box}.contradictions-section--en .contradictions-section-title{width:fit-content;max-width:100%;height:auto;min-height:36px;line-height:1.2}.contradictions-tabs{margin-top:48px}.contradictions-tabs .ant-tabs-nav{margin-bottom:40px}.contradictions-tabs .ant-tabs-tab{padding:12px 24px;font-size:16px;color:#666}.contradictions-tabs .ant-tabs-tab-active,.contradictions-tabs .ant-tabs-tab:hover{color:#1890ff}.contradictions-tabs .ant-tabs-ink-bar{background:#1890ff}.contradictions-tab-panel-row .contradictions-image{width:100%;height:100%;min-height:500px;overflow:hidden;border-radius:8px;display:flex;align-items:stretch}.contradictions-tab-panel-row .contradictions-image img{width:100%;height:100%;min-height:500px;object-fit:cover;object-position:center center;display:block}.contradictions-tab-panel-row .contradictions-content-card{height:100%;min-height:500px;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column}.contradictions-tab-panel-row .contradictions-content-card .ant-card-body{flex:1;display:flex;flex-direction:column;height:100%;box-sizing:border-box}@media (min-width: 992px){.contradictions-tab-panel-row .contradictions-image{border-radius:8px 0 0 8px}.contradictions-tab-panel-row .contradictions-image img{border-radius:0}.contradictions-tab-panel-row .contradictions-content-card.ant-card{border-radius:0 12px 12px 0}.contradictions-tab-panel-row .contradictions-content-card .ant-card-body{padding:80px 32px 24px 81px}}.contradictions-content-title{height:24px;margin:0 0 16px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:24px;color:#000;line-height:24px;text-align:left;font-style:normal}.contradictions-content-text{margin:0;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;color:#4f4c4c;line-height:23px;text-align:left;font-style:normal}.contradictions-tab-panel-row .learn-more-btn{display:none;margin-top:85px;height:40px;padding:0 32px;align-self:flex-start}.value-proposition-section{padding:100px 0 0;background:#fff}.value-proposition-header{padding:0 145px}.value-proposition-section-eyebrow{width:80px;height:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 20px;box-sizing:border-box}.value-proposition-section--en .value-proposition-section-eyebrow{width:fit-content;max-width:100%;height:auto;min-height:20px}.value-proposition-section-title{width:max-content;min-width:252px;height:36px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:42px;color:#000;line-height:36px;text-align:left;font-style:normal;white-space:nowrap;margin:0 0 48px;box-sizing:border-box}.value-proposition-section--en .value-proposition-section-title{white-space:normal;width:fit-content;max-width:100%;height:auto;min-height:36px;line-height:1.2}.value-proposition-tabs-wrapper{width:100%;margin-top:48px}.value-proposition-tabs-container{padding:0 145px}.value-proposition-tabs .ant-tabs-nav-wrap,.value-proposition-tabs .ant-tabs-nav-wrap-ping-left,.value-proposition-tabs .ant-tabs-nav-wrap-ping-right{overflow:visible!important}.value-proposition-tabs .ant-tabs-nav-list{display:flex!important;flex-wrap:wrap;width:100%!important;gap:8px;justify-content:flex-start;transform:none!important}.value-proposition-tabs .ant-tabs-tab{flex:0 0 230px!important;box-sizing:border-box;width:230px!important;min-width:230px!important;max-width:230px!important;margin:0!important;padding:14px 16px!important;justify-content:center!important;height:auto;min-height:18px;border-radius:8px;background:#0000000a;border:none!important;white-space:normal;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:18px;font-style:normal;line-height:18px;text-align:center;color:#666}.value-proposition-tabs .ant-tabs-tab-btn{white-space:normal;text-align:center;font-family:inherit;font-weight:400;font-size:18px;font-style:normal;line-height:18px;color:inherit}.value-proposition-tabs .ant-tabs-tab-active{background:#0852f71a;color:#0852f7!important}.value-proposition-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#0852f7!important;text-shadow:none}.value-proposition-tabs .ant-tabs-tab:hover,.value-proposition-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#0852f7}.value-proposition-tabs .ant-tabs-ink-bar{display:none!important}.value-proposition-tabs .ant-tabs-nav:before{border-bottom:none!important}.value-proposition-tabs .ant-tabs-nav{margin-bottom:24px!important}.value-proposition-content{margin-top:0}.value-proposition-image-wrapper{position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);min-height:520px;height:min(56vw,640px);border-radius:0;overflow:hidden}.value-proposition-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.value-proposition-image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.value-proposition-overlay.ant-card{position:absolute;left:145px;right:auto;top:auto;bottom:70px;transform:none;width:634px;max-width:min(634px,calc(100vw - 169px));height:254px;margin:0;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;background:#ffffffd1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:0;border:1px solid rgba(255,255,255,.55);box-shadow:0 8px 32px #0000001f}.value-proposition-overlay .ant-card-body{flex:1;display:flex;flex-direction:column;min-height:0;padding:80px 32px 16px;overflow:hidden;box-sizing:border-box}.value-proposition-overlay-title{flex-shrink:0;margin:0 0 16px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:24px;color:#000;line-height:24px;text-align:left;font-style:normal}.value-proposition-overlay-text{flex:1;min-height:0;margin:0;overflow-y:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;color:#4f4c4c;line-height:23px;text-align:left;font-style:normal}.digital-transformation-section{padding:100px 145px;background:#fff}.digital-transformation-section .section-container>.section-subtitle,.value-chain-section .section-container>.section-subtitle,.space-solutions-cases-section .section-container>.section-subtitle,.roadmap-section .section-container>.section-subtitle{margin:0 0 20px}.digital-transformation-section .section-container>.section-title,.value-chain-section .section-container>.section-title-white,.space-solutions-cases-section .section-container>.section-title,.roadmap-section .section-container>.section-title-white{margin-top:0}.space-solutions-cases-section .section-container>.section-subtitle{margin:0 0 8px}.digital-transformation-section .section-subtitle{width:80px;height:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;box-sizing:border-box}.digital-transformation-section--en .section-subtitle{width:fit-content;max-width:100%;height:auto;min-height:20px}.digital-transformation-section .section-title{width:546px;height:36px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:42px;color:#000;line-height:36px;text-align:left;font-style:normal;margin:0 0 48px;box-sizing:border-box}.digital-transformation-section--en .section-title{width:fit-content;max-width:100%;height:auto;min-height:36px;line-height:1.2}.solution-diagram-frame{box-sizing:border-box;width:100%;border:none;border-radius:0;background:transparent;overflow:hidden;line-height:0}.solution-diagram-img{display:block;width:100%;height:auto}.value-chain-section{padding:100px 145px;background:#040b2d}.value-chain-section .section-subtitle{text-align:left;color:#ffffffd9;font-size:20px;font-weight:400;line-height:1.4;margin:0 0 20px}.value-chain-section .section-container{container-type:inline-size;container-name:value-chain-head}.value-chain-section .section-title-white{text-align:left;color:#fff;font-weight:600;margin-bottom:48px}.value-chain-section--en .section-container>.section-title-white{white-space:nowrap;line-height:1.2;max-width:100%;font-size:clamp(11px,1.15vw + .45rem,40px)}@supports (font-size: 1cqi){.value-chain-section--en .section-container>.section-title-white{font-size:clamp(11px,2.7cqi,48px)}}.scenarios-layout{display:flex;flex-direction:row;align-items:stretch;gap:40px;width:100%}.scenarios-cards{box-sizing:border-box;flex:0 1 420px;width:30%;max-width:420px;min-width:260px;display:flex;flex-direction:column;gap:12px;min-height:0}.scenarios-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;flex:1 1 0;min-height:0;width:100%;margin:0;padding:23px 20px;text-align:left;border:none;border-radius:8px;cursor:pointer;background:#ffffff0f;color:#ffffffe0;transition:background .25s ease,color .25s ease,box-shadow .25s ease;font-family:inherit}.scenarios-card:hover{background:#ffffff1a}.scenarios-card:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:2px}.scenarios-card--active{background:#2b5aed;color:#fff;box-shadow:0 8px 24px #2b5aed59}.scenarios-card--active:hover{background:#2b5aed}.scenarios-card-title{width:auto;max-width:100%;height:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;color:#fff;line-height:15px;text-align:left;font-style:normal;box-sizing:border-box;flex-shrink:0;white-space:nowrap}.scenarios-card-desc{width:100%;max-width:100%;min-width:0;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:9.5px;color:#fff;line-height:14px;text-align:left;font-style:normal;box-sizing:border-box;white-space:nowrap;overflow-x:auto;overflow-y:hidden;flex:none;-webkit-overflow-scrolling:touch}.scenarios-feature{flex:1 1 0%;min-width:0;min-height:0;display:flex;flex-direction:column}.scenarios-feature-image-wrap{position:relative;flex:1 1 0%;min-height:0;width:100%;border-radius:12px;overflow:hidden;background:#0a1433}.scenarios-feature-img{display:block;width:100%;height:100%;min-height:0;object-fit:contain;object-position:center center}.scenarios-feature-overlay{position:absolute;left:0;right:0;bottom:0;padding:18px 24px;box-sizing:border-box;background:#000000a6;display:flex;align-items:center;justify-content:center;text-align:center;pointer-events:none}.scenarios-feature-overlay-title{font-size:24px;font-weight:600;color:#fff;line-height:1.35;max-width:100%;text-shadow:0 1px 2px rgba(0,0,0,.35)}.value-chain-section--en .scenarios-card-title{width:fit-content;max-width:100%;height:auto;min-height:15px;font-size:10.5px;line-height:1.35;white-space:normal}.value-chain-section--en .scenarios-card-desc{max-width:100%;font-size:9.5px;line-height:14px;white-space:normal;overflow-x:hidden;overflow-y:visible}.value-chain-section--en .scenarios-feature-overlay-title{font-size:20px;line-height:1.4}.space-solutions-cases-section{padding:100px 145px;background:#fff}.space-solutions-cases-section .section-subtitle{width:fit-content;min-width:80px;min-height:20px;height:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#000;line-height:20px;text-align:left;font-style:normal;margin:0 0 8px;box-sizing:border-box}.space-solutions-cases-section .section-title{text-align:left;margin-bottom:48px}.space-solutions-cases-section--en .section-title{margin-bottom:8px}.space-solutions-cases-section-title-sub{font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#444;line-height:24px;text-align:left;margin:0 0 48px}.space-solutions-case-card{height:100%;border-radius:12px;transition:transform .3s,box-shadow .3s;border:1px solid #f0f0f0;text-align:center}.space-solutions-case-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.space-solutions-case-logo{width:120px;height:60px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.space-solutions-case-logo img{max-width:100%;max-height:100%;object-fit:contain}.space-solutions-case-sub-brand{font-size:18px;font-weight:600;color:#001529;margin:0 0 12px}.space-solutions-case-description{font-size:14px;color:#4f4c4c;line-height:1.8;margin:0 0 16px}.space-solutions-case-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.space-solutions-case-btn{display:inline-block;padding:4px 12px;background:#f0f0f0;border-radius:4px;color:#666;font-size:12px;text-decoration:none;line-height:1.5;box-sizing:border-box}.space-solutions-case-btn:hover{background:#1890ff;color:#fff}.roadmap-section{padding:100px 145px;background:linear-gradient(135deg,#001529,#002140)}.roadmap-section .section-subtitle{width:80px;height:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;color:#fff;line-height:20px;text-align:left;font-style:normal;box-sizing:border-box}.roadmap-section .section-title-white{width:336px;max-width:100%;height:36px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:42px;color:#fff;line-height:36px;text-align:left;font-style:normal;margin-bottom:48px;box-sizing:border-box}.roadmap-section--en .section-subtitle{width:fit-content;min-width:80px;height:auto;min-height:20px}.roadmap-section--en .section-title-white{width:fit-content;max-width:100%;height:auto;min-height:36px;line-height:1.2}.roadmap-board{width:100%;margin:0;line-height:0}.roadmap-board-img{display:block;width:100%;height:auto;object-fit:contain}.roadmap-board--en{position:relative;container-type:inline-size;container-name:roadmap-board}.roadmap-board-label-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.roadmap-board-step-label{position:absolute;margin:0;padding:0;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;font-size:clamp(9px,1.15cqi,17px);line-height:1.18;letter-spacing:.01em;text-align:left;text-transform:lowercase;text-shadow:0 1px 6px rgba(0,0,0,.55);box-sizing:border-box}@supports not (font-size: 1cqi){.roadmap-board-step-label{font-size:clamp(9px,.95vw,17px)}}.roadmap-board-step-label--step1{top:7%;left:11%;max-width:38%;transform:translateY(-50%)}.roadmap-board-step-label--step2{top:22%;left:20%;max-width:40%;transform:translateY(-50%)}.roadmap-board-step-label--step3{top:37.5%;left:41%;max-width:42%;transform:translateY(-50%)}.roadmap-board-step-label--step4{top:52.5%;left:73.5%;max-width:55%;transform:translateY(-50%)}.roadmap-board-step-label--step5{top:69%;left:82.5%;max-width:48%;transform:translateY(-50%)}.roadmap-board-step-label--step6{top:84.5%;right:3%;left:auto;max-width:26%;text-align:left;transform:translateY(-50%);white-space:pre-line}@media (max-width: 1440px){.space-solutions-page .section-nav-item{font-size:14px;padding:0 16px}}@media (max-width: 1024px){.space-solutions-page .section-nav-item{font-size:14px;padding:0 12px}}@media (min-width: 769px){.space-solutions-page>section{scroll-margin-top:140px}.space-solutions-page .section-nav-bar{position:sticky;top:0;margin:-110px auto 0;z-index:900}.space-solutions-page .section-nav-bar.section-nav-bar-stuck{box-sizing:border-box;width:100%;max-width:none;margin-left:0;margin-right:0}.space-solutions-page .section-nav-bar:not(.section-nav-bar-stuck){width:calc(100% - 290px);max-width:calc(100% - 290px)}}@media (max-width: 768px){.space-solutions-page .section-nav-bar{display:none}}@media (max-width: 1024px){.section-container{padding:0 40px}.solutions-hero-section{padding:100px 40px 60px}.solutions-hero-title{font-size:56px}.solutions-hero-subtitle{font-size:20px}.value-proposition-overlay.ant-card{left:40px;right:auto;top:auto;bottom:48px;width:min(634px,calc(100vw - 80px));max-width:calc(100vw - 80px);height:254px}.value-proposition-overlay .ant-card-body{padding:48px 24px 14px}.contradictions-section,.value-proposition-section,.digital-transformation-section,.value-chain-section,.space-solutions-cases-section,.roadmap-section{padding:60px 0}}@media (max-width: 768px){.space-solutions-page:before{background-image:url(/assets/images/%E7%A9%BA%E9%97%B4%E6%96%B9%E6%A1%88-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg)}.space-solutions-page #custom-solution-section.contact-form-section{background-image:url(/assets/images/%E8%8E%B7%E5%8F%96%E5%AE%9A%E5%88%B6%E6%96%B9%E6%A1%88-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg)}.value-proposition-image img{object-fit:cover}.roadmap-board-img{object-fit:fill;width:100%;height:auto}.roadmap-board-step-label{font-size:clamp(7px,2.1vw,13px)}.roadmap-board-step-label--step1{top:9%;left:30%;max-width:44%}.roadmap-board-step-label--step2{top:23%;left:32%;max-width:46%}.roadmap-board-step-label--step3{top:37%;left:33%;max-width:48%}.roadmap-board-step-label--step4{top:50%;left:24%;max-width:58%}.roadmap-board-step-label--step5{top:64%;left:36%;max-width:52%}.roadmap-board-step-label--step6{top:78%;right:2%;max-width:32%}.solutions-hero-title{font-size:40px}.solutions-hero-subtitle{font-size:18px}.section-container{padding:0 20px}.section-title,.section-title-white{font-size:32px;margin-bottom:32px}.contradictions-tabs{width:100%}.contradictions-tabs .ant-tabs-nav-wrap,.contradictions-tabs .ant-tabs-nav-wrap-ping-left,.contradictions-tabs .ant-tabs-nav-wrap-ping-right{overflow:visible!important}.contradictions-tabs .ant-tabs-nav-list{display:flex!important;width:100%!important;gap:6px;transform:none!important}.contradictions-tabs .ant-tabs-tab{flex:1 1 0!important;min-width:0!important;margin:0!important;padding:10px 4px!important;justify-content:center!important;text-align:center;font-size:12px;line-height:1.35;border-radius:8px;background:#0000000a;border:none!important;white-space:normal}.contradictions-tabs .ant-tabs-tab-btn{white-space:normal;text-align:center;line-height:1.35}.contradictions-tabs .ant-tabs-tab-active{background:#1890ff24;color:#1890ff!important}.contradictions-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#1890ff!important;text-shadow:none}.contradictions-tabs .ant-tabs-ink-bar{display:none!important}.contradictions-tabs .ant-tabs-nav:before{border-bottom:none!important}.contradictions-tabs .ant-tabs-nav{margin-bottom:16px!important}.contradictions-tab-panel-row{width:100%}.contradictions-tabs .contradictions-content-card{border:none;box-shadow:none;background:transparent}.contradictions-tabs .contradictions-content-card .ant-card-body{padding:0}.contradictions-tabs .contradictions-content-title{height:auto;margin-bottom:12px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:20px;color:#000;line-height:24px;text-align:left;font-style:normal}.contradictions-tabs .contradictions-content-text{margin-bottom:20px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;color:#4f4c4c;line-height:23px;text-align:left;font-style:normal}.contradictions-tabs .learn-more-btn{display:none;margin-top:0}.contradictions-tabs .contradictions-tab-panel-row .contradictions-image{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9;margin-bottom:20px;border-radius:8px;overflow:hidden;display:block}.contradictions-tabs .contradictions-tab-panel-row .contradictions-image img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center center}.contradictions-tabs .contradictions-tab-panel-row .contradictions-content-card{min-height:0;height:auto}.value-proposition-header{padding:0 20px}.value-proposition-section-title{white-space:normal;width:100%;max-width:100%;height:auto;min-height:0;font-size:28px;line-height:1.25;margin-bottom:24px}.value-proposition-tabs-wrapper{margin-top:0}.value-proposition-tabs-container{padding:0 20px}.value-proposition-content{margin-top:16px}.value-proposition-tabs{width:100%}.value-proposition-tabs .ant-tabs-nav-wrap,.value-proposition-tabs .ant-tabs-nav-wrap-ping-left,.value-proposition-tabs .ant-tabs-nav-wrap-ping-right{overflow:visible!important}.value-proposition-tabs .ant-tabs-nav-list{display:flex!important;flex-wrap:wrap;width:100%!important;gap:6px;justify-content:flex-start;transform:none!important}.value-proposition-tabs .ant-tabs-tab{flex:1 1 calc((100% - 12px) / 3)!important;box-sizing:border-box;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:10px 4px!important;justify-content:center!important;height:auto;min-height:18px;border-radius:8px;background:#0000000a;border:none!important;white-space:normal;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;font-style:normal;line-height:18px;text-align:center;color:#666}.value-proposition-tabs .ant-tabs-tab-btn{white-space:normal;text-align:center;font-family:inherit;font-weight:400;font-size:14px;font-style:normal;line-height:18px;color:inherit}.value-proposition-tabs .ant-tabs-tab-active{background:#0852f71f;color:#0852f7!important}.value-proposition-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#0852f7!important;text-shadow:none}.value-proposition-tabs .ant-tabs-ink-bar{display:none!important}.value-proposition-tabs .ant-tabs-nav:before{border-bottom:none!important}.value-proposition-tabs .ant-tabs-nav{margin-bottom:0!important}.value-proposition-image-wrapper{position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);height:min(72vh,520px);min-height:360px;border-radius:0;overflow:hidden}.value-proposition-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.value-proposition-image img{width:100%;height:100%;object-fit:cover;object-position:center center}.value-proposition-overlay.ant-card{position:absolute;left:16px;right:16px;top:auto;bottom:16px;transform:none;width:auto;max-width:none;height:auto;min-height:0;margin:0;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:0;border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 20px #0000001f}.value-proposition-overlay .ant-card-body{max-height:none;overflow:visible;padding:28px 18px 22px}.value-proposition-overlay-title{height:auto;min-height:20px;margin-bottom:12px;font-size:20px;line-height:24px;font-weight:600;color:#000}.value-proposition-overlay-text{margin-bottom:0;overflow:visible;font-size:14px;line-height:23px;color:#4f4c4c}.value-chain-section .section-container{overflow:hidden}.value-chain-section .section-title-white{font-size:28px;line-height:1.25;margin-bottom:28px;white-space:normal}.value-chain-section--en .section-container>.section-title-white{white-space:normal;font-size:clamp(18px,5.2vw,28px)}.scenarios-marquee .scenario-marquee-card{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#0a1433;box-shadow:0 8px 24px #00000047}.scenarios-marquee .scenario-marquee-card-media{position:relative;width:100%;height:210px;min-height:210px;max-height:210px;flex-shrink:0;overflow:hidden;background:#0a1433}.scenarios-marquee .scenario-marquee-card-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.scenarios-marquee .scenario-marquee-card-media-overlay{position:absolute;left:0;right:0;bottom:0;padding:12px 16px;box-sizing:border-box;background:#000000a6;display:flex;align-items:center;justify-content:center;text-align:center}.scenarios-marquee .scenario-marquee-card-media-overlay-title{font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#fff;line-height:1.35;max-width:100%}.scenarios-marquee .scenario-marquee-card-body{flex:1 1 auto;padding:16px 16px 18px;box-sizing:border-box;background:#040b2d}.scenarios-marquee .scenario-marquee-card-title{margin:0 0 10px;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#fff;line-height:1.35}.scenarios-marquee .scenario-marquee-card-desc{margin:0;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;color:#ffffffc7;line-height:1.55}.value-proposition-section,.digital-transformation-section,.value-chain-section,.space-solutions-cases-section,.roadmap-section{padding:40px 0}}.collaborative-ecosystem-page{width:100%;background:#fff;position:relative}.collaborative-ecosystem-page:before{content:"";position:absolute;top:-80px;left:0;right:0;width:100%;height:550px;background-color:#050d1a;background-image:url(/assets/images/%E5%90%88%E4%BD%9C%E7%94%9F%E6%80%81.jpg);background-size:100% 100%;background-position:center top;background-repeat:no-repeat;z-index:0;pointer-events:none}.collaborative-ecosystem-page>section{scroll-margin-top:80px;position:relative;z-index:1;top:-80px}.collaborative-ecosystem-page>section:first-child{z-index:2;background:transparent}.collaborative-ecosystem-page>section:last-child{top:0;margin-top:-80px}.ecosystem-hero-section{position:relative;width:100%;min-height:550px;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:flex-start;padding:120px 80px 55px;background:transparent}.ecosystem-hero-content{max-width:1400px;width:100%;position:relative;z-index:2}.ecosystem-hero-title{font-size:72px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.ecosystem-hero-subtitle{font-size:24px;color:#fff;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.3)}.partner-categories-section{margin-top:0;box-sizing:border-box;min-height:0;height:auto;padding:55px 141px;background:#ebeef4;position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:center;overflow:visible}.partner-categories-inner{width:100%;max-width:100%;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:clamp(8px,2vw,24px)}.partner-category-card.ant-card{width:378px;min-width:0;max-width:100%;height:225px;flex:0 0 auto;border-radius:8px;background:#fff;border:2px solid transparent;box-shadow:0 2px 12px #0000000f;cursor:pointer;transition:box-shadow .25s ease,border-color .25s ease,transform .2s ease;text-align:center}.partner-category-card.ant-card:hover{box-shadow:0 8px 24px #0000001a}.partner-category-card--active.ant-card,.partner-category-card.partner-category-card--active.ant-card{border-color:#1890ff;box-shadow:0 4px 16px #1890ff33}.partner-category-card.ant-card:focus-visible{outline:2px solid rgba(24,144,255,.65);outline-offset:2px}.partner-category-card .ant-card-body{height:100%;padding:14px 16px 12px;box-sizing:border-box}.partner-category-card-body{height:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.category-icon{display:flex;align-items:center;justify-content:center;margin-bottom:8px;flex-shrink:0;height:44px;width:100%}.category-icon-img{display:block;max-height:44px;max-width:100%;width:auto;height:auto;object-fit:contain}.category-title{font-size:18.7px;font-weight:600;color:#001529;margin:0 0 6px;line-height:1.3}.category-subtitle{font-size:13.2px;color:#4f4c4c;margin:0 0 8px;line-height:1.45;flex:1 1 auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-tags{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;width:100%;margin-top:auto}.collaborative-ecosystem-page:not(.collaborative-ecosystem-page--en) .category-tags{position:relative;transform:translateY(-38.25px)}.category-tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:99px;height:30.8px;padding:0 6px;background:#e6f1f6;border-radius:16px;font-size:12.1px;color:#595959;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collaborative-ecosystem-page--en .category-tag{width:auto;max-width:100%;min-width:0;height:auto;min-height:30.8px;padding:5px 12px;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.collaborative-ecosystem-page--en .partner-category-card.ant-card{height:auto;min-height:225px}.collaborative-ecosystem-page--en .partner-category-card .ant-card-body,.collaborative-ecosystem-page--en .partner-category-card-body{height:auto}.collaborative-ecosystem-page--en .category-subtitle{flex:0 1 auto}.partner-cases-section{margin-top:-55px;padding:55px 0 100px;background:transparent;position:relative;z-index:2}.partner-cases-container{overflow-y:auto;overflow-x:hidden;position:relative}.partner-cases-row{margin-left:116px!important;margin-right:116px!important;top:-100px}.partner-cases-container::-webkit-scrollbar{width:8px}.partner-cases-container::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.partner-cases-container::-webkit-scrollbar-thumb{background:#1890ff;border-radius:3px}.partner-cases-container::-webkit-scrollbar-thumb:hover{background:#40a9ff}.partner-cases-row>.ant-col{display:flex;justify-content:center}.partner-case-card{box-sizing:border-box;width:510px;max-width:100%;height:100%;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;border:none;box-shadow:0 0 0 1px #0000000f,0 2px 12px #0000000f}.partner-case-card.ant-card .ant-card-body{padding:0!important;border:none!important;display:flex;flex-direction:column;height:100%}.partner-cases-container>.ant-row{position:relative;z-index:2}.partner-cases-container>.ant-row>.ant-col:first-child,.partner-cases-container>.ant-row>.ant-col:nth-child(2),.partner-cases-container>.ant-row>.ant-col:nth-child(3){position:relative;z-index:100}.partner-cases-container>.ant-row>.ant-col:first-child .partner-case-card,.partner-cases-container>.ant-row>.ant-col:nth-child(2) .partner-case-card,.partner-cases-container>.ant-row>.ant-col:nth-child(3) .partner-case-card{position:relative;z-index:100;background:#fff;box-shadow:0 12px 32px #0000001f;border-color:transparent}.partner-case-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.partner-case-image{position:relative;box-sizing:border-box;width:100%;height:324px;flex-shrink:0;overflow:hidden;background:#fff;border:none;margin:0}.partner-case-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none;border:0;outline:none;object-fit:fill;object-position:center;transition:transform .3s}.partner-case-card:hover .partner-case-image img{transform:scale(1.02)}.partner-case-content{padding:20px 24px 5px;border:none;margin:0;background:#fff}.partner-case-title{height:22px;margin:0;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:22px;color:#000;line-height:22px;text-align:left;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.partner-case-description{box-sizing:border-box;height:138px;margin:16px 0 0;overflow-y:auto;font-family:PingFangSC,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:13px;color:#4f4c4c;line-height:23px;text-align:left;font-style:normal}.join-ecosystem-section{box-sizing:border-box;height:691px;min-height:691px;padding:113px 226px 100px 155px;background-color:#001529;background-image:url(/assets/images/%E5%8A%A0%E5%85%A5%E7%94%9F%E6%80%81.jpg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat;position:relative;overflow-x:hidden;overflow-y:auto}.join-ecosystem-section .section-container{position:relative;z-index:1;min-width:0}.join-ecosystem-section .join-ecosystem-row.ant-row{margin-left:0!important;margin-right:0!important;max-width:100%}.join-ecosystem-section .join-ecosystem-row>.ant-col{min-width:0}@media (min-width: 992px){.join-ecosystem-section .join-ecosystem-row>.ant-col:first-child{padding-left:0!important}.join-ecosystem-section .join-ecosystem-row>.ant-col:last-child{padding-right:0!important}.join-ecosystem-form-col.contact-form-col{display:flex;justify-content:flex-end}}.join-ecosystem-title{box-sizing:border-box;width:max-content;max-width:100%;margin:0;font-family:PingFang SC,PingFangSC,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-size:54px;font-style:normal;color:#fff;line-height:54px;text-align:left;white-space:nowrap}.join-ecosystem-section .join-ecosystem-form-card.contact-form-card.ant-card{--cf-h: 475px;--cf-w: 520px;--contact-textarea-h: 88px;width:520px;max-width:100%;height:475px;min-height:475px;max-height:475px;border-radius:8px}.join-ecosystem-section .join-ecosystem-form-card.contact-form-card .ant-card-body{overflow:auto}@media (max-width: 1024px){.section-container{padding:0 40px}.ecosystem-hero-section{padding:100px 40px 55px}.ecosystem-hero-title{font-size:56px}.ecosystem-hero-subtitle{font-size:20px}.partner-categories-section{margin-top:0;height:auto;min-height:0;padding:55px 40px}.partner-categories-inner{flex-wrap:wrap;justify-content:center}.partner-category-card.ant-card{width:min(378px,calc(50% - 12px))}.partner-cases-section{margin-top:-55px;padding:55px 40px 60px}.partner-cases-row.ant-row{margin-left:-25px!important;margin-right:-25px!important}.join-ecosystem-section{height:auto;min-height:0;padding:80px 40px 60px}.join-ecosystem-section .join-ecosystem-form-card.contact-form-card.ant-card{width:100%;max-width:520px;height:auto;min-height:475px;max-height:none}.join-ecosystem-title{width:max-content;max-width:100%;font-size:48px;line-height:48px;margin-bottom:40px;white-space:nowrap}}@media (max-width: 768px){.collaborative-ecosystem-page:before{background-image:url(/assets/images/%E5%90%88%E4%BD%9C%E7%94%9F%E6%80%81-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg)}.collaborative-ecosystem-page>section:last-child{margin-top:-64px}.join-ecosystem-section{background-size:100% 100%;background-position:center center}.partner-case-image img{object-fit:fill}.ecosystem-hero-title{font-size:40px}.ecosystem-hero-subtitle{font-size:18px}.section-container{padding:0 20px}.partner-categories-section{margin-top:0;height:auto}.partner-category-card.ant-card{width:calc(50% - 6px);max-width:none;min-width:0;height:auto;min-height:200px}.partner-categories-inner{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:12px}.collaborative-ecosystem-page:not(.collaborative-ecosystem-page--en) .category-tags{transform:none}.partner-category-card .ant-card-body{padding:12px 10px 10px}.category-subtitle{-webkit-line-clamp:3}.category-tag{width:auto;max-width:100%;min-width:0;white-space:normal;height:auto;min-height:28.6px;padding:4px 8px;font-size:11px;line-height:1.3}.partner-cases-section{margin-top:0;padding:32px 16px 48px;background:#fff}.partner-cases-container{overflow:visible}.partner-cases-row.ant-row{margin-left:-25px!important;margin-right:-25px!important}.partner-cases-section .partner-case-card{box-shadow:0 2px 14px #00000014!important}.partner-cases-container>.ant-row>.ant-col:first-child,.partner-cases-container>.ant-row>.ant-col:nth-child(2),.partner-cases-container>.ant-row>.ant-col:nth-child(3){z-index:auto}.partner-cases-container>.ant-row>.ant-col:first-child .partner-case-card,.partner-cases-container>.ant-row>.ant-col:nth-child(2) .partner-case-card,.partner-cases-container>.ant-row>.ant-col:nth-child(3) .partner-case-card{z-index:auto}.partner-case-card{width:100%;max-width:100%}.partner-case-image{height:auto;aspect-ratio:510 / 324;min-height:0}.partner-case-content{padding:16px 16px 5px}.partner-case-title{height:auto;min-height:22px;white-space:normal;font-size:18px;line-height:22px;font-weight:500;color:#000}.partner-case-description{height:138px;min-height:0;margin-top:16px;overflow-y:auto;font-size:13px;line-height:23px;color:#4f4c4c}.join-ecosystem-section{height:auto;min-height:0;padding:40px 20px}.category-icon{height:40px}.category-icon-img{max-height:40px}.category-title{font-size:22px}.join-ecosystem-title{width:100%;max-width:100%;margin-left:auto;margin-right:auto;font-size:28px;line-height:1.25;margin-bottom:24px;text-align:center;white-space:normal;word-break:break-word}.join-ecosystem-section .join-ecosystem-form-card.contact-form-card.ant-card{width:100%;height:auto;min-height:480px;max-height:none}}.about-us-page{width:100%;background:#fff;position:relative}.about-us-page:before{content:"";position:absolute;top:-80px;left:0;right:0;width:100%;height:550px;background-color:#050d1a;background-image:url(/assets/images/%E5%85%B3%E4%BA%8E%E6%88%91%E4%BB%AC.jpg);background-size:100% 100%;background-position:center top;background-repeat:no-repeat;z-index:0;pointer-events:none}.about-us-page>section{scroll-margin-top:80px;position:relative;z-index:1}.about-us-page>section:first-child{z-index:2;background:transparent}.about-us-page .section-nav-bar{box-sizing:border-box;width:calc(100% - 290px);max-width:calc(100% - 290px);margin-left:auto;margin-right:auto;height:60px;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}.section-nav-container{max-width:1630px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:0;padding:0}.section-nav-item{flex:1;height:100%;background:transparent;border:none;color:#001529;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;padding:0 20px}.section-nav-item:hover{color:#1890ff;background:#1890ff0d}.about-hero-section{position:relative;width:100%;min-height:550px;display:flex;align-items:flex-start;justify-content:flex-start;padding:120px 80px 0;background:transparent}.about-hero-content{max-width:1400px;width:100%;position:relative;z-index:2}.about-hero-title{font-size:72px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.about-hero-subtitle{font-size:24px;color:#fff;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.3)}.section-container{margin:0}.section-header{margin-bottom:50px}.section-title-en{font-size:120px;font-weight:700;color:#f2f2f2;line-height:90px;margin:0 0 10px;font-family:Arial,sans-serif}.section-title-cn{font-size:45px;font-weight:500;color:#000;line-height:45px;margin:-65px 0 0}.content-block{margin-bottom:30px}.content-subtitle{font-size:20px;font-weight:500;color:#000;line-height:30px;margin:0 0 10px}.content-text{font-size:16px;font-weight:400;color:#555;line-height:30px;margin:0}.who-we-are-section{padding:100px 145px;background-color:#f5f5f5;background-image:url(/assets/images/%E6%88%91%E4%BB%AC%E6%98%AF%E8%B0%81.jpg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat;position:relative}.who-we-are-content{position:relative;z-index:1;padding-left:0}@media (min-width: 992px){.who-we-are-section .who-we-are-content{box-sizing:border-box;min-height:640px;height:640px}}.who-we-are-content .section-title-en{white-space:nowrap}.who-we-are-content .section-title-cn{box-sizing:border-box;width:max-content;max-width:100%;height:45px;margin:-65px 0 55px;font-family:PingFang SC,PingFangSC,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:45px;font-style:normal;color:#000;line-height:45px;text-align:left;white-space:nowrap}.who-we-are-content .who-we-are-block-body{box-sizing:border-box;margin:0;font-size:16px;font-weight:400;font-style:normal;color:#4f4c4c;line-height:30px;text-align:justify;overflow:visible}.who-we-are-content>.content-block:nth-child(3){margin-bottom:0}.who-we-are-mission-values-row{display:flex;flex-direction:row;align-items:flex-start;gap:40px;box-sizing:border-box;width:100%;margin-top:58px}.who-we-are-mission-values-row .who-we-are-mission-values-col{flex:1 1 0;min-width:0;margin-bottom:0}.who-we-are-content .who-we-are-values-body{height:auto;min-height:0;overflow:visible}.who-we-are-content .who-we-are-company-body{white-space:pre-line;height:auto;max-height:none;overflow:visible}.who-we-are-content .who-we-are-mission-vision .who-we-are-block-body{height:auto;min-height:0;overflow:visible}.who-we-are-content .who-we-are-mission-vision .who-we-are-mv-line+.who-we-are-mv-line{margin-top:12px}.who-we-are-content .who-we-are-mv-label{font-weight:600;color:#4f4c4c}.core-team-section{padding:100px 145px;background-color:#f5f5f5;overflow:visible}.core-team-section .core-team-section-header{position:relative;z-index:5;overflow:visible}@media (min-width: 992px){.core-team-section .core-team-block{box-sizing:border-box;min-height:785px;height:785px;display:flex;flex-direction:column}.core-team-section .core-team-block .core-team-section-header{flex:1 1 auto;min-height:0;margin-bottom:0}.core-team-section .core-team-block .team-members{flex:0 0 auto;margin-top:-140px}}.core-team-section .section-header{overflow:visible}.core-team-section .section-title-en{pointer-events:none}.core-team-section .section-header .section-title-cn{box-sizing:border-box;height:45px;margin:-65px 0 0;font-family:PingFang SC,PingFangSC,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:45px;font-style:normal;color:#000;line-height:45px;text-align:left}.core-team-section .team-intro{margin-top:0}.core-team-intro-carousel{position:relative;margin-top:65px;width:100%;min-height:0;overflow:visible}.team-intro-slides{position:relative;z-index:0;box-sizing:border-box;width:777px;max-width:100%}.core-team-slide-title{min-height:30px}.core-team-slide-body-slot{box-sizing:border-box;min-height:250px;height:250px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.core-team-slide-body-slot .core-team-slide-body{min-height:0}.core-team-carousel-pagination{position:absolute;top:50%;bottom:auto;right:26px;left:auto;transform:translateY(-50%);z-index:20;display:flex;align-items:center;gap:10px;pointer-events:auto}.core-team-carousel-dot{flex-shrink:0;box-sizing:border-box;width:10px;height:10px;padding:0;border:none;border-radius:50%;background:#0000001f;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:width .25s ease,border-radius .25s ease,background .25s ease}.core-team-carousel-dot:hover{background:#1890ff73}.core-team-carousel-dot.is-active{width:32px;border-radius:5px;background:#1890ff}.core-team-carousel-dot:focus-visible{outline:2px solid #1890ff;outline-offset:2px}.team-intro-slides .core-team-slide-body{text-align:justify}.team-members{position:relative;z-index:1;margin-top:-80px}.team-member-card{position:relative;box-sizing:border-box;width:520px;max-width:100%;min-height:359px;height:auto;margin-left:auto;margin-right:auto;background:linear-gradient(180deg,#fff,#f0f2f5);border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:32px 28px 36px;display:flex;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 6px 24px #0000000f;overflow:hidden;transition:transform .3s,box-shadow .3s}.team-member-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,#0852f7,#0852f700);opacity:.1;pointer-events:none;z-index:0}.team-member-card>*{position:relative;z-index:1}.team-member-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#0852f7;border-radius:0;z-index:2}.team-member-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001a}.member-avatar{flex-shrink:0;align-self:flex-start;margin-bottom:16px}.member-avatar-img{display:block;width:88px;height:88px;border-radius:50%;object-fit:cover;border:1px solid rgba(151,151,151,.35);background:#f0f2f5}.member-info{width:100%;text-align:left}.member-name{font-size:20px;font-weight:600;color:#0e0e0e;line-height:1.3;margin:0 0 8px}.member-position{font-size:16px;font-weight:400;color:#0e0e0e;line-height:1.4;margin:0 0 16px}.member-description{font-size:14px;font-weight:400;color:#4f4c4c;line-height:24px;margin:0;text-align:left}.join-us-section{position:relative;padding:100px 145px;background-color:#0c1f3d;background-image:url(/assets/images/%E5%8A%A0%E5%85%A5%E6%88%91%E4%BB%AC.jpg);background-position:center center;background-size:contain;background-repeat:no-repeat}.join-us-inner{max-width:1630px;margin:0 auto}.join-us-top{display:flex;align-items:flex-end;justify-content:space-between;gap:32px 48px;flex-wrap:wrap;margin-bottom:48px}.join-us-titles{flex:1 1 auto;min-width:200px}.join-us-section .join-us-titles .section-title-cn{box-sizing:border-box;height:45px;margin:-65px 0 0;font-family:PingFang SC,PingFangSC,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:45px;font-style:normal;color:#000;line-height:45px;text-align:left}.job-filters{display:flex;align-items:center;gap:24px 40px;flex-wrap:wrap;justify-content:flex-end;flex:0 1 auto}.filter-group{display:flex;align-items:center;gap:12px}.filter-label{flex-shrink:0;font-size:16px;font-weight:400;color:#d7d7d7eb;line-height:22px;text-shadow:0 1px 2px rgba(0,0,0,.25)}.filter-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;margin:0;font:inherit;text-align:left;background:#fff;border:1px solid rgba(220,220,220,1);padding:0 44px 0 18px;min-width:280px;max-width:100%;height:52px;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:border-color .25s,box-shadow .25s;border-radius:2px;position:relative;color:#000000e0}.filter-select:after{content:"";position:absolute;right:16px;top:50%;width:0;height:0;margin-top:-2px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(0,0,0,.45);pointer-events:none}.filter-select:hover{border-color:#1890ff}.filter-select:focus-visible{outline:2px solid #1890ff;outline-offset:2px}.filter-select span{font-size:16px;font-weight:400;color:#000;line-height:22px}.join-us-section .join-filter-select.ant-select{min-width:280px;max-width:100%}.join-us-section .join-filter-select .ant-select-selector{min-height:52px!important;padding:0 18px!important;border-radius:2px!important;border:1px solid rgba(220,220,220,1)!important;box-shadow:none!important;display:flex!important;align-items:center!important}.join-us-section .join-filter-select .ant-select-selection-item{font-size:16px;font-weight:400;color:#000;line-height:1.35!important}.join-us-section .join-filter-select.ant-select:hover .ant-select-selector,.join-us-section .join-filter-select.ant-select-focused .ant-select-selector{border-color:#1890ff!important}.join-us-section .join-filter-select.ant-select-focused{outline:none}.job-listings{margin-top:0}.job-card{box-sizing:border-box;background:#fff;border:1px solid rgba(230,230,230,1);border-radius:0;padding:36px 36px 40px;box-shadow:0 8px 28px #00000014;height:100%;transition:transform .25s,box-shadow .25s}.job-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0000001f}.job-title{font-size:22px;font-weight:600;color:#000;line-height:1.4;margin:0 0 24px}.job-details{display:flex;flex-direction:column;gap:22px}.job-section{margin-bottom:0}.job-section-title{font-size:18px;font-weight:600;color:#000;line-height:1.35;margin:0 0 12px}.job-section-list{list-style:none;padding:0;margin:0}.job-section-list li{font-size:15px;font-weight:400;color:#4f4c4c;line-height:1.65;margin-bottom:10px;padding-left:0;text-align:left}.job-section-list li:last-child{margin-bottom:0}.contact-us-section{padding:100px 145px;background:#f0f2f5}.contact-us-section .contact-us-section-header .section-title-cn{box-sizing:border-box;height:45px;margin:-65px 0 0;font-family:PingFang SC,PingFangSC,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:45px;font-style:normal;color:#000;line-height:45px;text-align:left}.contact-us-card{margin-top:48px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;box-shadow:0 8px 32px #0000000f;overflow:hidden}.contact-us-map-col{display:flex;flex-direction:column}.contact-us-info-col{display:flex;flex-direction:column;min-height:0}.contact-map{width:100%;min-height:520px;height:100%;flex:1;overflow:hidden}.contact-map-thumb-btn{display:block;width:100%;min-height:520px;height:100%;padding:0;margin:0;border:none;background:#e8eef5;cursor:zoom-in;overflow:hidden}.contact-map-thumb-btn:focus-visible{outline:2px solid #1890ff;outline-offset:2px}.contact-map-thumb-img{display:block;width:100%;height:100%;min-height:520px;object-fit:fill;object-position:center;vertical-align:top}.contact-map-amap-wrap{position:relative;width:100%;min-height:520px;height:100%;flex:1;overflow:hidden;background:#e8eef5}.contact-map-amap-container,.contact-map-thumb-map{display:block;width:100%;min-height:520px;height:100%}.contact-map-expand-fab{position:absolute;bottom:16px;right:16px;z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:#fffffff5;color:#1890ff;cursor:pointer;box-shadow:0 2px 12px #0003;transition:background .2s ease,transform .15s ease}.contact-map-expand-fab:hover{background:#fff;transform:scale(1.05)}.contact-map-expand-fab:focus-visible{outline:2px solid #1890ff;outline-offset:2px}.contact-map-expand-fab .anticon{font-size:18px}.contact-map-fullscreen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:48px 24px 24px;box-sizing:border-box;background:#000000e0}.contact-map-fullscreen-close{position:absolute;top:20px;right:20px;z-index:10051;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:#fffffff5;color:#333;cursor:pointer;box-shadow:0 2px 12px #00000040;transition:background .2s ease,transform .15s ease}.contact-map-fullscreen-close:hover{background:#fff;transform:scale(1.05)}.contact-map-fullscreen-close:focus-visible{outline:2px solid #1890ff;outline-offset:2px}.contact-map-fullscreen-close-x{font-size:28px;line-height:1;font-weight:300;margin-top:-2px}.contact-map-fullscreen-inner{max-width:min(96vw,1400px);width:100%;height:calc(100vh - 120px);max-height:calc(100vh - 96px);display:flex;align-items:center;justify-content:center}.contact-map-fullscreen-map{width:100%;height:100%;min-height:320px;border-radius:4px;overflow:hidden}.contact-map-fullscreen-img{display:block;max-width:100%;max-height:calc(100vh - 96px);width:auto;height:auto;object-fit:contain}.contact-info-card{box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-height:520px;padding:40px 32px 36px;background:#fff}.contact-info-title{font-size:18px;font-weight:600;color:#111;line-height:1.35;margin:0 0 28px}.contact-info-list{display:flex;flex-direction:column;gap:28px;flex:1}.contact-us-section .contact-info-item{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:0}.contact-us-section .contact-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:6px;background-color:#1890ff;box-shadow:0 2px 8px #1890ff59}.contact-us-section .contact-icon .anticon{font-size:22px;color:#fff}.contact-us-section .contact-text{font-size:15px;font-weight:400;color:#333;line-height:1.55;max-width:100%;word-break:break-word}.contact-social{display:flex;flex-wrap:wrap;align-items:center;gap:14px 18px;margin-top:auto;padding-top:32px}.contact-social-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#9ca3af;opacity:.85;transition:color .2s,opacity .2s,transform .2s}.contact-social-link svg{width:22px;height:22px;opacity:.55;transition:opacity .2s}.contact-social-link:hover{color:#1890ff;opacity:1;transform:translateY(-2px)}.contact-social-link:hover svg{opacity:1}.contact-social-img{width:22px;height:22px;object-fit:contain;opacity:.55;filter:grayscale(1);transition:opacity .2s,filter .2s}.contact-social-link:hover .contact-social-img{opacity:1;filter:grayscale(0)}@media (max-width: 1440px){.about-us-page .section-nav-item{font-size:14px;padding:0 16px}}@media (max-width: 1024px){.about-us-page .section-nav-item{font-size:14px;padding:0 12px}}@media (min-width: 769px){.about-us-page>section{scroll-margin-top:140px}.about-us-page .section-nav-bar{position:sticky;top:0;margin:-110px auto 0;z-index:900}.about-us-page .section-nav-bar.section-nav-bar-stuck{box-sizing:border-box;width:100%;max-width:none;margin-left:0;margin-right:0}.about-us-page .section-nav-bar:not(.section-nav-bar-stuck){width:calc(100% - 290px);max-width:calc(100% - 290px)}}@media (max-width: 768px){.about-us-page .section-nav-bar{display:none}}@media (max-width: 1024px){.section-container{padding:0 40px}.section-title-en{font-size:80px;line-height:60px}.section-title-cn{font-size:36px;margin-top:-50px}.who-we-are-content .section-title-cn{width:max-content;max-width:100%;height:auto;min-height:0;font-size:36px;line-height:1.25;margin:-50px 0 55px;white-space:nowrap}.who-we-are-content .who-we-are-block-body{height:auto;min-height:0}.who-we-are-content .who-we-are-values-body{overflow:visible}.core-team-section .section-header .section-title-cn{height:auto;min-height:0;font-size:36px;line-height:1.25;margin-top:-50px}.core-team-carousel-pagination{right:131px}.join-us-section .join-us-titles .section-title-cn{height:auto;min-height:0;font-size:36px;line-height:1.25;margin-top:-50px}.join-us-top{align-items:flex-start}.contact-us-section .contact-us-section-header .section-title-cn{height:auto;min-height:0;font-size:36px;line-height:1.25;margin-top:-50px}.about-hero-section{padding:100px 40px 60px}.about-hero-title{font-size:56px}.about-hero-subtitle{font-size:20px}.who-we-are-section,.core-team-section,.join-us-section,.contact-us-section{padding:60px 0}}@media (max-width: 768px){.who-we-are-mission-values-row{flex-direction:column;align-items:stretch;gap:33px}.about-us-page:before{background-image:url(/assets/images/%E5%85%B3%E4%BA%8E%E6%88%91%E4%BB%AC-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg)}.who-we-are-section{background-image:url(/assets/images/%E6%88%91%E4%BB%AC%E6%98%AF%E8%B0%81-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg);background-size:100% 100%;background-position:center center}.core-team-section{background-image:url(/assets/images/%E6%A0%B8%E5%BF%83%E5%9B%A2%E9%98%9F%E4%BB%8B%E7%BB%8D-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.join-us-section{background-image:url(/assets/images/%E5%8A%A0%E5%85%A5%E6%88%91%E4%BB%AC-%E7%A7%BB%E5%8A%A8%E7%AB%AF.jpg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat}.about-hero-title{font-size:40px;line-height:1.2}.about-hero-subtitle{font-size:18px}.about-hero-nav{gap:20px}.about-hero-nav-item{font-size:14px}.section-container{padding:0 20px}.section-title-en{font-size:60px;line-height:45px}.section-title-cn{font-size:28px;margin-top:-35px}.who-we-are-content .section-title-cn{width:max-content;max-width:100%;height:auto;font-size:28px;line-height:1.3;margin:-35px 0 40px;white-space:nowrap}.core-team-section .section-header .section-title-cn,.join-us-section .join-us-titles .section-title-cn,.contact-us-section .contact-us-section-header .section-title-cn{height:auto;font-size:28px;line-height:1.3;margin-top:-35px}.contact-us-card{margin-top:36px}.contact-us-info-col{border-top:1px solid rgba(0,0,0,.06)}.contact-map,.contact-map-thumb-btn,.contact-map-thumb-img,.contact-map-amap-wrap,.contact-map-amap-container,.contact-map-thumb-map{min-height:280px}.contact-info-card{min-height:auto;padding:32px 24px 36px;margin-top:0}.join-us-top{flex-direction:column;align-items:stretch;gap:28px;margin-bottom:36px}.job-filters{width:100%;justify-content:flex-start}.filter-group{width:100%;flex-direction:column;align-items:stretch;gap:8px}.filter-select,.join-us-section .join-filter-select.ant-select{min-width:0;width:100%;max-width:100%}.core-team-intro-carousel{display:flex;flex-direction:column;align-items:stretch;gap:16px}.core-team-carousel-pagination{position:static;transform:none;justify-content:flex-end;margin-top:0;margin-right:30px}.who-we-are-content .who-we-are-block-body{height:auto;min-height:0}.core-team-section,.join-us-section,.contact-us-section{padding:40px 0}.who-we-are-content{padding-left:0;min-height:0;height:auto}.core-team-section .core-team-block,.core-team-section .core-team-section-header{min-height:0;height:auto}.team-member-card{margin-top:36px;padding:24px 20px;height:auto;min-height:280px}.filter-select,.join-us-section .join-filter-select.ant-select{min-width:100%}}.core-value-detail-page{width:100%;min-height:60vh;background:#fff;position:relative;z-index:0;margin-top:-80px}@media (max-width: 767px){.core-value-detail-page{margin-top:-64px}}.core-value-detail-hero{position:relative;width:100%;min-height:456px;overflow:hidden}.core-value-detail-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#050d1a}.core-value-detail-hero-image img{width:100%;height:100%;object-fit:fill;object-position:center;display:block}@media (max-width: 767px){.core-value-detail-hero-image img{object-fit:contain}}.core-value-detail-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#001529d9,#00152959 45%,#00152933);pointer-events:none}.core-value-detail-hero-inner{position:relative;z-index:2;max-width:960px;margin:0 auto;padding:180px 24px 48px;box-sizing:border-box}@media (max-width: 767px){.core-value-detail-hero-inner{padding:144px max(16px,env(safe-area-inset-left,0px)) 40px max(16px,env(safe-area-inset-right,0px))}}.core-value-detail-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:22px;text-decoration:none;color:#fffffff2;font-size:15px;font-weight:500;letter-spacing:.02em;transition:opacity .2s ease,transform .2s ease}.core-value-detail-back:hover{color:#fff;opacity:1}.core-value-detail-back:hover .core-value-detail-back-icon{color:#0a0a0a;box-shadow:0 2px 11px #0000001c,0 1px 4px #0000000d;transform:translateY(-.5px)}.core-value-detail-back:focus-visible{outline:none}.core-value-detail-back:focus-visible .core-value-detail-back-icon{box-shadow:0 2px 11px #00000021,0 0 0 2px #ffffffe6}.core-value-detail-back-icon{display:flex;align-items:center;justify-content:center;width:20.9952px;height:20.9952px;flex-shrink:0;border-radius:50%;background:#fff;color:#141414;box-shadow:0 2px 10px #00000017,0 1px 3px #0000000d;transition:box-shadow .25s ease,transform .25s ease}.core-value-detail-back-arrow{display:block;flex-shrink:0;shape-rendering:geometricPrecision}.core-value-detail-back-label{text-shadow:0 1px 8px rgba(0,0,0,.35)}.core-value-detail-title{margin:0;font-size:clamp(32px,5vw,48px);font-weight:700;color:#fff;line-height:1.2;text-shadow:0 2px 16px rgba(0,0,0,.35)}.core-value-detail-body{padding:56px 24px 80px}.core-value-detail-content{max-width:720px;margin:0 auto}.core-value-detail-paragraph{margin:0 0 1.25em;font-size:17px;line-height:1.85;color:#333}.innovative-scenario-detail-page .core-value-detail-paragraph{color:#4f4c4c}.core-value-detail-paragraph:last-child{margin-bottom:0}@media (min-width: 768px){.core-value-detail-hero-inner,.core-value-detail-body{padding-left:48px;padding-right:48px}}.news-detail-page .core-value-detail-back{margin-bottom:16px}.news-detail-page .news-detail-title{line-height:1.25;max-width:100%;margin-bottom:12px}.news-detail-page .news-detail-date{margin:0;font-size:15px;font-weight:500;color:#ffffffe0;letter-spacing:.02em;text-shadow:0 1px 8px rgba(0,0,0,.35)}@media (min-width: 768px){.news-detail-page .news-detail-title{max-width:900px}}.news-overview-page .news-overview-hero{background:#0958d9}.news-overview-page .news-overview-hero-image{background:linear-gradient(155deg,#1677ff,#0958d9 45%,#003eb3)}.news-overview-page .news-overview-hero-image img{object-fit:contain;object-position:center;padding:clamp(16px,4vw,48px);box-sizing:border-box}@media (min-width: 768px){.news-overview-page .news-overview-hero-image img{object-fit:fill;padding:0}}.news-overview-page .news-overview-hero-overlay{opacity:0;pointer-events:none}.news-overview-page .news-overview-hero-inner{padding-bottom:28px}.news-overview-page .news-overview-hero-inner .core-value-detail-back{margin-bottom:0}.news-overview-intro{max-width:960px;margin:0 auto;padding:36px 24px 12px;background:transparent}.news-overview-intro-title{margin:0 0 12px;font-size:clamp(28px,4.5vw,42px);font-weight:700;color:#001529;line-height:1.25}.news-overview-intro-meta{margin:0 0 10px;font-size:15px;font-weight:500;color:#0015298c}.news-overview-intro-hint{margin:0;font-size:15px;line-height:1.65;color:#001529ad;max-width:720px}@media (min-width: 768px){.news-overview-intro{padding-left:48px;padding-right:48px}}.news-overview-body{padding:24px 24px 80px;background:#fff}.news-overview-timeline{max-width:800px;margin:0 auto}.news-overview-timeline-item{display:flex;gap:20px;align-items:flex-start}.news-overview-timeline-axis{flex-shrink:0;display:flex;flex-direction:column;align-items:center;width:14px;min-height:100%;padding-top:6px}.news-overview-timeline-dot{width:12px;height:12px;border-radius:50%;background:#1677ff;box-shadow:0 0 0 3px #1677ff38;flex-shrink:0}.news-overview-timeline-line{width:2px;flex:1;min-height:24px;margin:8px 0 0;background:linear-gradient(180deg,#1677ff73,#1677ff1f);border-radius:1px}.news-overview-timeline-content{flex:1;min-width:0;padding-bottom:28px}.news-overview-timeline-item:last-child .news-overview-timeline-content{padding-bottom:0}.news-overview-timeline-date{display:block;font-size:15px;font-weight:700;color:#1677ff;letter-spacing:.02em;margin-bottom:10px}.news-overview-timeline-text{margin:0;font-size:16px;line-height:1.75;color:#333}@media (min-width: 768px){.news-overview-body{padding-left:48px;padding-right:48px}.news-overview-timeline-item{gap:28px}.news-overview-timeline-content{padding-bottom:32px}}.case-study-detail-page{min-height:60vh;padding:48px 145px 80px;background:#fff;box-sizing:border-box}.case-study-detail-container{max-width:900px;margin:0 auto}.case-study-detail-back{display:inline-block;margin-bottom:32px;font-size:15px;color:#1890ff;text-decoration:none}.case-study-detail-back:hover{text-decoration:underline}.case-study-detail-hero{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid #f0f0f0}.case-study-detail-logo-wrap{margin-bottom:16px}.case-study-detail-logo{max-width:160px;max-height:80px;object-fit:contain}.case-study-detail-title{margin:0 0 16px;font-size:28px;font-weight:600;color:#001529;line-height:1.3}.case-study-detail-lead{margin:0;font-size:16px;line-height:1.75;color:#444}.case-study-detail-section{margin-bottom:40px;scroll-margin-top:88px}.case-study-detail-section-title{margin:0 0 12px;font-size:20px;font-weight:600;color:#001529}.case-study-detail-section-body{margin:0;font-size:15px;line-height:1.8;color:#555}@media (max-width: 768px){.case-study-detail-page{padding:32px 20px 60px}}@media (max-width: 768px){[data-page-top-hero]:before{top:-64px;height:auto;min-height:480px;background-size:100% 100%;background-position:center top;background-repeat:no-repeat}[data-page-top-hero]>section{scroll-margin-top:64px;top:0}.page-top-hero-section{box-sizing:border-box;min-height:min(420px,52vh);padding:80px max(16px,env(safe-area-inset-left,0px)) 0 max(16px,env(safe-area-inset-right,0px));display:flex;align-items:flex-start;justify-content:flex-start;text-align:left}[data-page-top-hero] section.page-first-content-section{padding:60px 16px;box-sizing:border-box}[data-page-top-hero] .section-nav-bar,[data-page-top-hero] .technical-products-section-nav-bar,[data-page-top-hero] .art-in-spaces-section-nav-bar{display:none}}*{margin:0;padding:0;box-sizing:border-box}:root{--app-scrollbar-track: rgba(5, 13, 26, .07);--app-scrollbar-thumb: rgba(0, 21, 41, .28);--app-scrollbar-thumb-hover: rgba(24, 144, 255, .45)}html{scroll-behavior:smooth;height:100%;overflow:hidden}body{height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;text-size-adjust:100%;background:#fff;color:#001529}#root{height:100%;min-height:100%;overflow:hidden;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.marquee-track-wrapper{cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.marquee-track-wrapper:active{cursor:grabbing}
