:root{--color-white: #FFFFFF;--color-primary: #2576F1;--color-primary-dark: #274FCA;--color-primary-gradient: linear-gradient(270deg, #274FCA 0%, #2576F1 100%);--color-secondary: #FF781D;--color-text-main: #3D3D3D;--color-text-muted: #4B5563;--color-text-light: #5E5E61;--color-bg-light: #F9FAFC;--color-bg-blue: #F6F9FF;--color-accent-blue: #2758D3;--font-main: "HarmonyOS Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--shadow-sm: 0px 4px 10px 0px rgba(55, 48, 48, .2);--shadow-md: 0px 6px 20px 0px #002E98;--font-size-h1: 64px;--font-size-h2: 53px;--font-size-h3: 29px;--font-size-newstitle: 34px;--font-size-base: 16px;--font-size-small: 14px}@media(max-width:1024px){:root{--font-size-h1: 48px;--font-size-h2: 40px;--font-size-h3: 24px}}@media(max-width:768px){:root{--font-size-h1: 32px;--font-size-h2: 28px;--font-size-h3: 20px;--font-size-base: 14px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);color:var(--color-text-main);line-height:1.5;background-color:var(--color-white)}a{text-decoration:none;color:inherit}ul{list-style:none}#app{width:100%;min-height:100vh}.topbar[data-v-a5ab8451]{height:54px;background:linear-gradient(270deg,#064586,#092760);opacity:.9;position:sticky;top:0;z-index:1000;display:flex;align-items:center;transition:background .3s ease}.topbar[data-v-a5ab8451]:not(.is-home){background:#fff;opacity:1;box-shadow:0 2px 8px #0000001a}.container[data-v-a5ab8451]{max-width:1920px;width:100%;margin:0 auto;padding:0 189px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.logo[data-v-a5ab8451]{display:flex;align-items:center;gap:8.7px;color:var(--color-white);text-decoration:none;transition:color .3s ease}.topbar:not(.is-home) .logo[data-v-a5ab8451]{color:#000}.logo-img[data-v-a5ab8451]{//width: 47px;//height: 32px;width:136px;object-fit:contain}.logo-text[data-v-a5ab8451]{display:flex;flex-direction:column}.logo-text .name[data-v-a5ab8451]{font-family:DingTalk JinBuTi,sans-serif;font-size:22.25px;font-weight:400;line-height:19.78px}.logo-text .en[data-v-a5ab8451]{font-family:DingTalk JinBuTi,sans-serif;font-size:10px;text-align:center;margin-top:2px}.nav[data-v-a5ab8451]{display:flex;gap:37px;align-items:center;height:54px}.nav-item[data-v-a5ab8451]{color:var(--color-white);font-family:HarmonyOS Sans SC,sans-serif;font-size:16px;line-height:24px;text-decoration:none;display:flex;align-items:center;gap:6px;height:100%;position:relative;transition:opacity .3s,color .3s ease}.topbar:not(.is-home) .nav-item[data-v-a5ab8451]{color:#000}.nav-item[data-v-a5ab8451]:hover{opacity:.8}.nav-item.active[data-v-a5ab8451]{color:#8cb9ff}.topbar:not(.is-home) .nav-item.active[data-v-a5ab8451]{color:#2570eb}.nav-item.active[data-v-a5ab8451]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:48px;height:6px;background-color:#ff781d}.mobile-toggle[data-v-a5ab8451]{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-toggle span[data-v-a5ab8451]{display:block;width:100%;height:2px;background-color:var(--color-white);transition:all .3s ease}.topbar:not(.is-home) .mobile-toggle span[data-v-a5ab8451]{background-color:#000}.mobile-toggle.active span[data-v-a5ab8451]:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-toggle.active span[data-v-a5ab8451]:nth-child(2){opacity:0}.mobile-toggle.active span[data-v-a5ab8451]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.arrow[data-v-a5ab8451]{margin-top:2px}@media(max-width:1440px){.container[data-v-a5ab8451]{padding:0 50px}}@media(max-width:1024px){.nav[data-v-a5ab8451]{gap:15px}.nav-item[data-v-a5ab8451]{font-size:14px}.container[data-v-a5ab8451]{padding:0 20px}}@media(max-width:768px){.mobile-toggle[data-v-a5ab8451]{display:flex}.nav[data-v-a5ab8451]{position:fixed;top:54px;left:0;width:100%;height:calc(100vh - 54px);background:linear-gradient(180deg,#092760,#064586);flex-direction:column;padding:40px 20px;gap:20px;transform:translate(100%);transition:transform .3s ease,background .3s ease;z-index:1000;align-items:flex-start}.topbar:not(.is-home) .nav[data-v-a5ab8451]{background:#fff}.nav.mobile-open[data-v-a5ab8451]{transform:translate(0)}.nav-item[data-v-a5ab8451]{width:100%;font-size:18px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}.topbar:not(.is-home) .nav-item[data-v-a5ab8451]{border-bottom:1px solid rgba(0,0,0,.1);color:#000}.nav-item.active[data-v-a5ab8451]:before{display:none}.nav-item.active[data-v-a5ab8451]{border-bottom-color:#ff781d}.topbar:not(.is-home) .nav-item.active[data-v-a5ab8451]{border-bottom-color:#2570eb;color:#2570eb}}.footer[data-v-d188995a]{background-color:#0f283a;color:var(--color-white);padding:35px 0 20px}.container[data-v-d188995a]{max-width:1200px;width:100%;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center}.footer-nav[data-v-d188995a]{display:flex;gap:50px;margin-bottom:50px}.nav-item[data-v-d188995a]{font-size:18px;font-weight:700}.divider[data-v-d188995a]{width:100%;height:1px;background-color:#163952;margin-bottom:25px}.copyright[data-v-d188995a]{font-size:12px;opacity:.6}@media(max-width:768px){.footer-nav[data-v-d188995a]{flex-wrap:wrap;justify-content:center;gap:20px}}.float-window[data-v-98ca4113]{position:fixed;right:40px;top:50%;transform:translateY(-50%);z-index:2000}@media(max-width:768px){.float-window[data-v-98ca4113]{display:none}}.window-content[data-v-98ca4113]{width:77px;background:#fff;border-radius:66px;box-shadow:0 4px 10px #37303033;display:flex;flex-direction:column;align-items:center;padding:40px 0 30px;box-sizing:border-box}.demo-section[data-v-98ca4113]{display:flex;flex-direction:column;align-items:center;cursor:pointer;margin-bottom:29px}.demo-section .icon-wrapper[data-v-98ca4113]{width:33px;height:24px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.demo-section .icon-wrapper img[data-v-98ca4113]{width:100%;height:100%}.demo-section .text[data-v-98ca4113]{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;color:#3d3535;text-align:center;line-height:1.2}.wechat-section[data-v-98ca4113]{cursor:pointer;padding:15px 0 33px;display:flex;align-items:center;justify-content:center}.wechat-section .icon-wrapper[data-v-98ca4113]{width:36px;height:28px;display:flex;align-items:center;justify-content:center}.wechat-section .icon-wrapper img[data-v-98ca4113]{width:100%;height:100%}.back-top-section[data-v-98ca4113]{cursor:pointer;padding-top:15px;display:flex;align-items:center;justify-content:center}.back-top-section .icon-wrapper[data-v-98ca4113]{width:24px;height:14px;display:flex;align-items:center;justify-content:center}.back-top-section .icon-wrapper img[data-v-98ca4113]{width:100%;height:100%}.divider[data-v-98ca4113]{width:18px;height:1px;background-color:#e4e4e4}.banner[data-v-0652dff3]{height:876px;position:relative;overflow:hidden;color:var(--color-white)}.banner-bg[data-v-0652dff3]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.bg-image[data-v-0652dff3]{width:100%;height:100%;object-fit:cover}.banner-overlay[data-v-0652dff3]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(292deg,#0e65c2 3%,#0e65c266 34%,#0e65c299,#00396f);z-index:0}.banner-content-container[data-v-0652dff3]{max-width:1200px;width:100%;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 20px;position:relative;z-index:1}.content[data-v-0652dff3]{max-width:800px;margin-top:-100px}.title[data-v-0652dff3]{font-size:var(--font-size-h1);font-weight:500;margin-bottom:15px;text-shadow:0px 6px 20px #002E98}.subtitle[data-v-0652dff3]{font-size:var(--font-size-h1);font-weight:500;margin-bottom:24px;text-shadow:0px 6px 20px #002E98}.desc[data-v-0652dff3]{font-size:var(--font-size-base);opacity:.9;text-align:left;max-width:755px;//margin-left: auto}.features-wrapper[data-v-0652dff3]{position:absolute;bottom:24px;left:50%;transform:translate(-50%);width:1146px;max-width:calc(100% - 40px)}.feature-list[data-v-0652dff3]{display:flex;justify-content:space-between;gap:24px}.feature-item[data-v-0652dff3]{flex:1;height:84px;background:#ffffff70;border:.9px solid transparent;border-radius:3.6px;display:flex;align-items:center;justify-content:flex-start;padding:0 24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s}.feature-item.active[data-v-0652dff3]{background:linear-gradient(270deg,#fff5eb,#fffefd);border-color:#ffecd9;opacity:.9}.title-row[data-v-0652dff3]{display:flex;align-items:center;gap:8px;margin-bottom:4px}.feature-item h3[data-v-0652dff3]{font-size:1.35rem;color:var(--color-white);line-height:1}.feature-item.active h3[data-v-0652dff3]{color:#eaa45b}.feature-item p[data-v-0652dff3]{font-size:.9rem;color:var(--color-white);opacity:1;line-height:1.5}.feature-item.active p[data-v-0652dff3]{color:#4b5563}.title-icon[data-v-0652dff3]{width:9.9px;height:24.4px}.title-icon.left[data-v-0652dff3]{transform:rotate(180deg)}@media(max-width:1200px){.features-wrapper[data-v-0652dff3]{width:100%}}@media(max-width:1024px){.banner[data-v-0652dff3]{height:auto;min-height:600px;padding:100px 0}.feature-list[data-v-0652dff3]{flex-wrap:wrap;gap:10px}.feature-item[data-v-0652dff3]{min-width:calc(50% - 10px)}.features-wrapper[data-v-0652dff3]{position:static;transform:none;margin-top:50px;max-width:100%}.content[data-v-0652dff3]{margin-top:0;text-align:center}.desc[data-v-0652dff3]{text-align:center;margin:0 auto}}@media(max-width:768px){.banner[data-v-0652dff3]{min-height:500px}.feature-item[data-v-0652dff3]{min-width:100%;height:auto;padding:20px}}.solutions[data-v-9a39d872]{position:relative;min-height:900px;overflow:hidden;display:flex;align-items:flex-start;padding-top:109px}.solutions .solutions-bg-wrapper[data-v-9a39d872]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.solutions .solutions-bg-wrapper .bg-image[data-v-9a39d872]{width:100%;height:100%;object-fit:cover}.solutions .container[data-v-9a39d872]{max-width:1920px;width:100%;margin:0 auto;padding:0 350px;box-sizing:border-box}.solutions .solutions-layout[data-v-9a39d872]{display:flex;gap:158px;align-items:flex-start}.solutions .title-section[data-v-9a39d872]{flex:0 0 261px}.solutions .title-section .title-group .main-title[data-v-9a39d872]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-h2);color:#fff;margin-bottom:10px;line-height:1.2;display:flex;align-items:flex-end}.solutions .title-section .title-group .main-title .accent-rect[data-v-9a39d872]{width:17px;height:17px;background-color:#ff781d;clip-path:polygon(0 100%,40% 100%,100% 0,60% 0);margin-left:10px;margin-bottom:10px}.solutions .title-section .title-group .sub-title-row[data-v-9a39d872]{display:flex;align-items:center}.solutions .title-section .title-group .sub-title-row .en-title[data-v-9a39d872]{font-family:HarmonyOS Sans SC,sans-serif;font-size:26px;color:#fff;opacity:.7}.solutions .content-section[data-v-9a39d872]{flex:1;display:flex;flex-direction:column}.solutions .content-section .solutions-list[data-v-9a39d872]{display:flex;flex-direction:column}.solutions .content-section .solutions-list .solution-item[data-v-9a39d872]{width:100%;background:#ffffffb3;border-top:1px solid rgba(0,0,0,.05);cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;height:110px}.solutions .content-section .solutions-list .solution-item .item-normal[data-v-9a39d872]{height:110px;display:flex;align-items:center;padding-left:90px;transition:opacity .3s}.solutions .content-section .solutions-list .solution-item .item-normal .item-name[data-v-9a39d872]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-h3);color:#3d3d3d;opacity:.66}.solutions .content-section .solutions-list .solution-item .item-expanded[data-v-9a39d872]{height:0;opacity:0;padding:0 90px;display:flex;flex-direction:column;justify-content:center;background:#f6f6f6;transition:all .5s cubic-bezier(.4,0,.2,1);pointer-events:none}.solutions .content-section .solutions-list .solution-item .item-expanded .item-header[data-v-9a39d872]{display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.solutions .content-section .solutions-list .solution-item .item-expanded .item-header .item-title[data-v-9a39d872]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-h3);color:#3d3d3d}.solutions .content-section .solutions-list .solution-item .item-expanded .item-header .btn-detail[data-v-9a39d872]{display:flex;align-items:center;gap:6.5px;color:#2758d3;font-size:var(--font-size-base);text-decoration:none}.solutions .content-section .solutions-list .solution-item .item-expanded .item-header .btn-detail[data-v-9a39d872]:hover{opacity:.8}.solutions .content-section .solutions-list .solution-item .item-expanded .item-desc[data-v-9a39d872]{max-width:468px;font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-base);color:#5e5e61;line-height:1.5}.solutions .content-section .solutions-list .solution-item.active[data-v-9a39d872]{height:244px;background:#f6f6f6}.solutions .content-section .solutions-list .solution-item.active .item-normal[data-v-9a39d872]{height:0;opacity:0;display:none}.solutions .content-section .solutions-list .solution-item.active .item-expanded[data-v-9a39d872]{height:244px;opacity:1;pointer-events:auto}.solutions .content-section .solutions-list .solution-item[data-v-9a39d872]:hover:not(.active){background:#ffffffd9}@media(max-width:1600px){.solutions .container[data-v-9a39d872]{padding:0 50px}.solutions .solutions-layout[data-v-9a39d872]{gap:50px}.solutions .content-section .solution-item .item-normal[data-v-9a39d872]{padding-left:50px}.solutions .content-section .solution-item .item-expanded[data-v-9a39d872]{padding:0 50px}}@media(max-width:1200px){.solutions[data-v-9a39d872]{min-height:auto;padding:60px 0}.solutions .solutions-layout[data-v-9a39d872]{flex-direction:column;gap:40px}.solutions .title-section[data-v-9a39d872]{flex:none;width:100%}}@media(max-width:768px){.solutions .content-section .solutions-list .solution-item.active[data-v-9a39d872]{height:auto;min-height:200px}.solutions .content-section .solutions-list .solution-item .item-expanded[data-v-9a39d872]{height:auto;padding:0 16px}.solutions .content-section .solutions-list .solution-item .item-expanded .item-header[data-v-9a39d872]{flex-direction:column;align-items:flex-start;gap:15px}.solutions .content-section .solutions-list .solution-item .item-normal[data-v-9a39d872]{padding-left:30px}.solutions .content-section .solutions-list .solution-item .item-normal .item-name[data-v-9a39d872]{font-size:20px}}.common-button[data-v-fd44b883]{display:inline-flex;align-items:center;height:44px;background:linear-gradient(270deg,#274fca,#2576f1);text-decoration:none;overflow:hidden;transition:all .3s ease;position:relative;border:1px solid var(--color-primary)}.common-button .btn-text[data-v-fd44b883]{padding:0 22px;color:#fff;font-family:HarmonyOS Sans SC,sans-serif;font-size:16px;font-weight:400;line-height:24px;z-index:1}.common-button .btn-decoration[data-v-fd44b883]{width:54px;height:44px;background-color:#fdfdfe;clip-path:polygon(46% 0,100% 0,100% 100%,0% 100%);display:flex;align-items:center;justify-content:center;color:#2758d3;margin-left:-15px;transition:all .3s ease}.common-button .btn-decoration .arrow-svg[data-v-fd44b883]{margin-left:10px}.common-button[data-v-fd44b883]:hover{opacity:.9}.common-button:hover .btn-decoration[data-v-fd44b883]{background-color:#fff;color:#2576f1}.products[data-v-3e2ad210]{background-color:#fff;padding:85px 0 100px;overflow:hidden}.products .container[data-v-3e2ad210]{max-width:1920px;width:100%;margin:0 auto;padding:0 350px;box-sizing:border-box}.products .header[data-v-3e2ad210]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:51px;position:relative}.products .header .title-group .main-title[data-v-3e2ad210]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-h2);color:#3d3d3d;margin-bottom:5px;line-height:1.2;display:flex;align-items:flex-end}.products .header .title-group .main-title .accent-rect[data-v-3e2ad210]{width:17px;height:17px;background-color:#ff781d;clip-path:polygon(0 100%,40% 100%,100% 0,60% 0);margin-left:10px;margin-bottom:10px}.products .header .title-group .sub-title-row[data-v-3e2ad210]{display:flex;align-items:center}.products .header .title-group .sub-title-row .en-title[data-v-3e2ad210]{font-family:HarmonyOS Sans SC,sans-serif;font-size:26px;color:#1d1b1b;opacity:.4;font-weight:500}.products .header .btn-more[data-v-3e2ad210]{margin-top:15px}.products .product-scroll-wrapper[data-v-3e2ad210]{width:100%;margin-right:-350px;overflow:hidden}.products .product-scroll-wrapper .product-list[data-v-3e2ad210]{display:flex;gap:69px;overflow-x:auto;padding-bottom:20px;scroll-behavior:smooth;scrollbar-width:none}.products .product-scroll-wrapper .product-list[data-v-3e2ad210]::-webkit-scrollbar{display:none}.products .product-scroll-wrapper .product-list .product-card[data-v-3e2ad210]{flex:0 0 750px;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s ease;will-change:transform}.products .product-scroll-wrapper .product-list .product-card .card-image-wrapper[data-v-3e2ad210]{position:relative;width:750px;height:265px;border-radius:4px;overflow:hidden;margin-bottom:26px}.products .product-scroll-wrapper .product-list .product-card .card-image-wrapper .product-image[data-v-3e2ad210]{width:100%;height:100%;object-fit:cover}.products .product-scroll-wrapper .product-list .product-card .card-image-wrapper .product-badge[data-v-3e2ad210]{position:absolute;bottom:26px;right:46px;height:54px;padding:0 48px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #FFFFFF;color:#fff;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-base);cursor:pointer;transition:all .3s}.products .product-scroll-wrapper .product-list .product-card .card-image-wrapper .product-badge[data-v-3e2ad210]:hover{background:#fff3}.products .product-scroll-wrapper .product-list .product-card .product-title[data-v-3e2ad210]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-h3);color:#1e1f20;line-height:1}@media(max-width:1600px){.products .container[data-v-3e2ad210]{padding:0 50px}.products .product-scroll-wrapper[data-v-3e2ad210]{margin-right:-50px}}@media(max-width:1200px){.products[data-v-3e2ad210]{padding:60px 0}.products .product-scroll-wrapper .product-list[data-v-3e2ad210]{gap:30px}.products .product-scroll-wrapper .product-list .product-card[data-v-3e2ad210]{flex:0 0 90%}.products .product-scroll-wrapper .product-list .product-card .card-image-wrapper[data-v-3e2ad210]{width:100%;height:auto;aspect-ratio:750/265}.products .product-scroll-wrapper .product-list .product-card .card-image-wrapper .product-badge[data-v-3e2ad210]{bottom:20px;right:20px;height:40px;padding:0 20px;font-size:14px}}@media(max-width:768px){.products .header[data-v-3e2ad210]{flex-direction:column;gap:20px}.products .header .btn-more[data-v-3e2ad210]{margin-top:0}.products .product-scroll-wrapper .product-list .product-card[data-v-3e2ad210]{flex:0 0 100%}.products .product-scroll-wrapper .product-list .product-card .product-title[data-v-3e2ad210]{font-size:18px}}.cases[data-v-6547e854]{padding:0;background-color:#fff}.cases .container[data-v-6547e854]{max-width:100%;width:100%;margin:0 auto;padding:0;box-sizing:border-box}.cases .header[data-v-6547e854]{display:flex;justify-content:space-between;align-items:flex-end;padding:80px 350px 60px}.cases .header .title-group[data-v-6547e854]{position:relative;display:inline-block}.cases .header .title-group .main-title[data-v-6547e854]{font-family:HarmonyOS Sans SC,sans-serif;font-size:53px;color:#3d3d3d;line-height:62px;display:flex;align-items:flex-end}.cases .header .title-group .main-title .accent-rect[data-v-6547e854]{width:17px;height:17px;background-color:#ff781d;clip-path:polygon(0 100%,40% 100%,100% 0,60% 0);margin-left:10px;margin-bottom:10px}.cases .header .title-group .en-title[data-v-6547e854]{display:block;font-family:HarmonyOS Sans SC,sans-serif;font-size:26px;color:#1d1b1b;opacity:.4;font-weight:500;margin-top:3px;line-height:30px}.cases .case-grid[data-v-6547e854]{display:flex;height:512px;gap:0;overflow:hidden}.cases .case-grid .case-item[data-v-6547e854]{position:relative;flex:1;height:100%;overflow:hidden;transition:flex .6s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;display:block}.cases .case-grid .case-item .case-img[data-v-6547e854]{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.cases .case-grid .case-item .case-overlay[data-v-6547e854]{position:absolute;top:0;left:0;width:100%;height:100%;background:#0a202fb3;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding:40px 20px;text-align:center;opacity:1;transition:background .6s ease}.cases .case-grid .case-item .case-overlay.highlight[data-v-6547e854]{background:#2576f1d9}.cases .case-grid .case-item .case-overlay .content[data-v-6547e854]{width:100%;max-width:280px}.cases .case-grid .case-item .case-overlay .content h3[data-v-6547e854]{font-family:HarmonyOS Sans SC,sans-serif;font-size:29px;font-weight:700;margin-bottom:24px;line-height:1.4}.cases .case-grid .case-item .case-overlay .content p[data-v-6547e854]{font-family:HarmonyOS Sans SC,sans-serif;font-size:16px;line-height:26px;opacity:.8;margin:4px 0}.cases .case-grid .case-item[data-v-6547e854]:hover,.cases .case-grid .case-item.active[data-v-6547e854]{flex:1.6}.cases .case-grid .case-item:hover .case-img[data-v-6547e854],.cases .case-grid .case-item.active .case-img[data-v-6547e854]{transform:scale(1.05)}.cases .case-grid .case-item:hover .case-overlay[data-v-6547e854],.cases .case-grid .case-item.active .case-overlay[data-v-6547e854]{background:#2576f1d9}@media(max-width:1600px){.cases .header[data-v-6547e854]{padding:60px 100px 40px}}@media(max-width:1200px){.cases .header[data-v-6547e854]{flex-direction:column;gap:20px;align-items:flex-start}.cases .header .title-group .main-title[data-v-6547e854]{font-size:var(--font-size-h2)}.cases .header .title-group .en-title[data-v-6547e854]{font-size:20px}.cases .header .title-group .accent-rect[data-v-6547e854]{left:180px;top:25px}.cases .case-grid[data-v-6547e854]{height:auto;flex-direction:column}.cases .case-grid .case-item[data-v-6547e854]{height:300px;flex:none;width:100%}}@media(max-width:768px){.cases .header[data-v-6547e854]{padding:20px 50px}}.tech[data-v-d4b06f0f]{padding:100px 0;position:relative;overflow:hidden;color:var(--color-white)}.bg-overlay[data-v-d4b06f0f]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.container[data-v-d4b06f0f]{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.header[data-v-d4b06f0f]{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}.title-group[data-v-d4b06f0f]{position:relative}.title-group h2[data-v-d4b06f0f]{font-size:var(--font-size-h2);display:flex;align-items:flex-end}.title-group .en[data-v-d4b06f0f]{font-size:26px;opacity:.4}.accent-box[data-v-d4b06f0f]{width:17px;height:17px;background-color:var(--color-secondary);clip-path:polygon(0 100%,40% 100%,100% 0,60% 0);margin-left:10px;margin-bottom:10px}.content[data-v-d4b06f0f]{display:flex;gap:100px;align-items:center}.tech-tabs[data-v-d4b06f0f]{flex:1}.tabs[data-v-d4b06f0f]{display:flex;gap:72px;font-size:1.2rem;margin-bottom:20px}.tab-item[data-v-d4b06f0f]{cursor:pointer;padding-bottom:5px;color:#fff9}.tab-item[data-v-d4b06f0f]:hover{color:var(--color-white)}.tab-active[data-v-d4b06f0f]{color:var(--color-white);border-bottom:2px solid var(--color-white)}.divider[data-v-d4b06f0f]{width:100%;height:1px;background:#fff3;margin-bottom:40px}.tech-desc[data-v-d4b06f0f]{font-size:var(--font-size-base);line-height:1.8}.tech-image[data-v-d4b06f0f]{flex:1}.tech-image img[data-v-d4b06f0f]{width:100%;height:auto;border-radius:8px}@media(max-width:1024px){.tech[data-v-d4b06f0f]{padding:60px 0}.content[data-v-d4b06f0f]{flex-direction:column;gap:40px}.tabs[data-v-d4b06f0f]{gap:30px;justify-content:center}.tech-desc[data-v-d4b06f0f]{text-align:center}}@media(max-width:768px){.header[data-v-d4b06f0f]{flex-direction:column;gap:20px;text-align:center}.title-group h2[data-v-d4b06f0f]{justify-content:center}}.news[data-v-73f9daa4]{position:relative;background-color:#f6f9ff;padding:89px 0 108px;overflow:hidden}.news .news-bg-deco[data-v-73f9daa4]{position:absolute;top:41px;left:276px;width:1368px;height:548px;opacity:.09;pointer-events:none;z-index:0}.news .news-bg-deco .deco-image[data-v-73f9daa4]{width:100%;height:100%;object-fit:cover}.news .container[data-v-73f9daa4]{position:relative;max-width:1920px;width:100%;margin:0 auto;padding:0 350px;box-sizing:border-box;z-index:1}.news .header[data-v-73f9daa4]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:68px}.news .header .title-group[data-v-73f9daa4]{position:relative;display:inline-block}.news .header .title-group .main-title[data-v-73f9daa4]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-h2);color:#3d3d3d;line-height:1.2;display:flex;align-items:flex-end}.news .header .title-group .main-title .accent-rect[data-v-73f9daa4]{width:17px;height:17px;background-color:#ff781d;clip-path:polygon(0 100%,40% 100%,100% 0,60% 0);margin-left:10px;margin-bottom:10px}.news .header .title-group .en-title[data-v-73f9daa4]{display:block;font-family:HarmonyOS Sans SC,sans-serif;font-size:26px;color:#1d1b1b;opacity:.4;font-weight:500;margin-top:5px}.news .header .btn-more[data-v-73f9daa4]{margin-top:15px}.news .news-grid[data-v-73f9daa4]{display:flex;gap:31px}.news .news-grid .news-card[data-v-73f9daa4]{flex:1;height:423px;background:#fff;overflow:hidden;transition:transform .3s ease}.news .news-grid .news-card[data-v-73f9daa4]:hover{transform:translateY(-5px)}.news .news-grid .news-card .card-image[data-v-73f9daa4]{width:100%;height:251px;overflow:hidden}.news .news-grid .news-card .card-image .thumb[data-v-73f9daa4]{width:100%;height:100%;object-fit:cover}.news .news-grid .news-card .card-content[data-v-73f9daa4]{padding:21px 33px 30px 39px}.news .news-grid .news-card .card-content .date-row[data-v-73f9daa4]{margin-bottom:16px;color:#171616;display:flex;align-items:flex-end}.news .news-grid .news-card .card-content .date-row .date-text[data-v-73f9daa4]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-small);line-height:24px}.news .news-grid .news-card .card-content .date-row .date-day[data-v-73f9daa4]{font-family:HarmonyOS Sans SC,sans-serif;font-size:21px;line-height:24px;margin:0 2px}.news .news-grid .news-card .card-content .card-title[data-v-73f9daa4]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-base);color:#4b5563;line-height:1.5;margin-bottom:23px;height:48px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news .news-grid .news-card .card-content .btn-detail[data-v-73f9daa4]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-base);color:#144bbd;text-decoration:none;line-height:24px}.news .news-grid .news-card .card-content .btn-detail[data-v-73f9daa4]:hover{text-decoration:underline}@media(max-width:1600px){.news .container[data-v-73f9daa4]{padding:0 50px}.news .news-bg-deco[data-v-73f9daa4]{left:50px;width:calc(100% - 100px)}}@media(max-width:1200px){.news[data-v-73f9daa4]{padding:60px 0}.news .news-grid[data-v-73f9daa4]{flex-wrap:wrap;justify-content:center}.news .news-grid .news-card[data-v-73f9daa4]{flex:0 0 385px}}@media(max-width:768px){.news .header[data-v-73f9daa4]{flex-direction:column;gap:20px}.news .header .btn-more[data-v-73f9daa4]{margin-top:0}.news .news-grid .news-card[data-v-73f9daa4]{flex:0 0 100%;height:auto}.news .news-grid .news-card .card-image[data-v-73f9daa4]{width:100%;height:auto;aspect-ratio:385/251}.news .news-grid .news-card .card-content[data-v-73f9daa4]{padding:20px}}.contact[data-v-f9ac61e8]{background-color:#f7f7f7;padding:0;height:533px;display:flex;align-items:center;overflow:hidden}.contact .container[data-v-f9ac61e8]{max-width:1920px;width:100%;margin:0 auto;padding:0 350px;box-sizing:border-box;position:relative;height:100%}.contact .info-side[data-v-f9ac61e8]{position:absolute;left:0;top:89px;z-index:20;display:flex;flex-direction:column;width:34%}.contact .info-side .title-group[data-v-f9ac61e8]{position:relative;display:inline-block;margin-bottom:74px}.contact .info-side .title-group .main-title[data-v-f9ac61e8]{font-family:HarmonyOS Sans SC,sans-serif;font-size:var(--font-size-h2);color:#3d3d3d;line-height:1.2;display:flex;align-items:flex-end}.contact .info-side .title-group .main-title .accent-rect[data-v-f9ac61e8]{width:17px;height:17px;background-color:#ff781d;clip-path:polygon(0 100%,40% 100%,100% 0,60% 0);margin-left:10px;margin-bottom:10px}.contact .info-side .title-group .en-title[data-v-f9ac61e8]{display:block;font-family:HarmonyOS Sans SC,sans-serif;font-size:26px;color:#1d1b1b;opacity:.4;font-weight:500;margin-top:3px;line-height:30px}.contact .info-side .section-desc[data-v-f9ac61e8]{font-family:Roboto,sans-serif;font-size:var(--font-size-base);line-height:1.6;color:#110f0f;margin-bottom:77px}.contact .info-side .company-name[data-v-f9ac61e8]{font-family:HarmonyOS Sans SC,sans-serif;font-size:27px;font-weight:900;color:#554848;line-height:1.2}.contact .contact-layout[data-v-f9ac61e8]{display:flex;width:100%;height:100%;position:relative}.contact .map-side[data-v-f9ac61e8]{position:absolute;left:118px;top:0;width:1221px;height:533px}.contact .map-side .map-wrapper[data-v-f9ac61e8]{position:relative;width:100%;height:100%}.contact .map-side .map-wrapper .map-image[data-v-f9ac61e8]{width:100%;height:100%;object-fit:cover}.contact .map-side .map-wrapper .address-card[data-v-f9ac61e8]{position:absolute;left:340px;top:130px;width:422px;height:auto;min-height:197px;z-index:5}.contact .map-side .map-wrapper .address-card .card-bg[data-v-f9ac61e8]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(284deg,#144bbd 1%,#2f6ceb 97%);overflow:hidden}.contact .map-side .map-wrapper .address-card .card-bg .pattern-image[data-v-f9ac61e8]{position:absolute;left:-101px;top:-98px;width:625px;opacity:.5;mix-blend-mode:overlay}.contact .map-side .map-wrapper .address-card .card-content[data-v-f9ac61e8]{position:relative;z-index:2;padding:29px 40px;color:#fff}.contact .map-side .map-wrapper .address-card .card-content .label[data-v-f9ac61e8]{display:block;font-family:HarmonyOS Sans SC,sans-serif;font-size:14px;opacity:.7;margin-bottom:22px}.contact .map-side .map-wrapper .address-card .card-content .address[data-v-f9ac61e8]{font-family:HarmonyOS Sans SC,sans-serif;font-size:18px;font-weight:500;margin-bottom:14px}.contact .map-side .map-wrapper .address-card .card-content .phone-row[data-v-f9ac61e8]{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.contact .map-side .map-wrapper .address-card .card-content .phone-row .phone-icon[data-v-f9ac61e8]{flex-shrink:0}.contact .map-side .map-wrapper .address-card .card-content .phone-row .phone[data-v-f9ac61e8]{font-family:HarmonyOS Sans SC,sans-serif;font-size:16px;font-weight:500}.contact .map-side .map-wrapper .address-card .card-arrow[data-v-f9ac61e8]{position:absolute;bottom:-16px;left:195.5px;width:31px;height:16px;background-color:#274fca;clip-path:polygon(0 0,100% 0,50% 100%)}.contact .map-side .map-wrapper .map-marker-text[data-v-f9ac61e8]{position:absolute;left:511px;top:332px;font-family:HarmonyOS Sans SC,sans-serif;font-size:16px;font-weight:700;color:#164dc0;line-height:24px}@media(max-width:1600px){.contact .container[data-v-f9ac61e8]{padding:0 100px}.contact .info-side[data-v-f9ac61e8]{left:0}.contact .map-side[data-v-f9ac61e8]{left:100px}}@media(max-width:1200px){.contact[data-v-f9ac61e8]{height:auto;padding:0}.contact .container[data-v-f9ac61e8]{padding:0}.contact .contact-layout[data-v-f9ac61e8]{flex-direction:column}.contact .info-side[data-v-f9ac61e8]{position:static;padding:60px 20px;margin-bottom:0;pointer-events:auto}.contact .info-side .title-group[data-v-f9ac61e8]{margin-bottom:30px}.contact .info-side .title-group .main-title[data-v-f9ac61e8]{font-size:32px}.contact .info-side .title-group .en-title[data-v-f9ac61e8]{font-size:18px}.contact .info-side .section-desc[data-v-f9ac61e8]{margin-bottom:30px}.contact .info-side .section-desc br[data-v-f9ac61e8]{display:none}.contact .info-side .company-name[data-v-f9ac61e8]{font-size:20px}.contact .map-side[data-v-f9ac61e8]{position:relative;left:0;width:100%;height:450px}.contact .map-side .map-wrapper .address-card[data-v-f9ac61e8]{left:50%;top:50px;transform:translate(-50%);width:90%;max-width:422px}.contact .map-side .map-wrapper .address-card .card-content[data-v-f9ac61e8]{padding:20px}.contact .map-side .map-wrapper .address-card .card-arrow[data-v-f9ac61e8]{display:none}.contact .map-side .map-wrapper .map-marker-text[data-v-f9ac61e8]{left:50%;top:auto;bottom:20px;transform:translate(-50%);background:#fffc;padding:5px 10px;border-radius:4px}}.home-page[data-v-9ace77a0]{width:100%}.solutions-banner[data-v-421d4c5d]{height:442px;position:relative;overflow:hidden;color:#171616}.banner-bg[data-v-421d4c5d]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.container[data-v-421d4c5d]{max-width:1200px;width:100%;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 20px}.title[data-v-421d4c5d]{font-size:64px;font-weight:900;background:linear-gradient(270deg,#2576f1,#274fca);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:15px}.subtitle-group[data-v-421d4c5d]{position:relative;display:inline-block}.subtitle[data-v-421d4c5d]{font-size:34px;font-weight:300}.accent-box[data-v-421d4c5d]{position:absolute;right:-25px;top:20px;width:17px;height:17px;background-color:var(--color-secondary);clip-path:polygon(0 100%,40% 100%,100% 0,60% 0)}.solutions-nav[data-v-17261144]{width:100%;height:44px;background:linear-gradient(270deg,#274fca0a,#2576f10a);position:relative;display:flex;align-items:center}.nav-container[data-v-17261144]{max-width:1220px;width:100%;margin:0 auto;position:relative;z-index:1}.nav-list[data-v-17261144]{display:flex;justify-content:center;gap:18px}.nav-item[data-v-17261144]{height:44px;display:flex;align-items:center;justify-content:center;font-family:HarmonyOS Sans SC;font-size:var(--font-size-base);font-weight:400;color:#171616;cursor:pointer;position:relative;white-space:nowrap}.nav-item.active[data-v-17261144]{color:#2570eb;font-weight:500}.nav-item .active-line[data-v-17261144]{position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient(270deg,#274fca,#2576f1)}@media(max-width:1200px){.nav-list[data-v-17261144]{padding:0 20px;overflow-x:auto;justify-content:flex-start}.nav-list[data-v-17261144]::-webkit-scrollbar{display:none}}.solutions-content[data-v-c5ad23cb]{width:100%;background-color:#fff}.container[data-v-c5ad23cb]{max-width:1220px;width:100%;margin:0 auto;position:relative}.background-section[data-v-c5ad23cb]{background-color:#f6faff;padding-bottom:133px;position:relative}.background-section .content-wrapper[data-v-c5ad23cb]{display:flex;justify-content:space-between;align-items:center;padding-top:82px;gap:60px}.background-section .text-content[data-v-c5ad23cb]{flex:1;text-align:left;padding-top:21px}.background-section .image-box[data-v-c5ad23cb]{flex-shrink:0;width:592px;border-radius:8px;overflow:hidden}.background-section .image-box .solution-image[data-v-c5ad23cb]{width:100%;height:auto;display:block;object-fit:cover}.background-section .section-title[data-v-c5ad23cb]{font-family:HarmonyOS Sans SC;font-size:var(--font-size-h3);font-weight:400;color:#3d3d3d;margin-bottom:36px;line-height:1.2}.background-section .description[data-v-c5ad23cb],.background-section .description-list .description-item[data-v-c5ad23cb]{font-family:HarmonyOS Sans SC;font-size:var(--font-size-base);font-weight:400;color:#5e5e61;line-height:1.8}.background-section .description-list .description-item[data-v-c5ad23cb]:last-child{margin-bottom:0}.background-section .divider-line[data-v-c5ad23cb]{width:100%;height:1px;background-color:#d8d8d8;margin:39px 0 40px}.background-section .info-block:last-of-type .section-title[data-v-c5ad23cb]{margin-bottom:38px}.detail-section[data-v-c5ad23cb]{padding-top:66px;padding-bottom:48px}.detail-section .detail-title[data-v-c5ad23cb]{font-family:HarmonyOS Sans SC;font-size:var(--font-size-h3);font-weight:400;color:#3d3d3d;margin-bottom:45px;line-height:1.2}.detail-section .feature-list[data-v-c5ad23cb]{margin-bottom:90px}.detail-section .feature-item[data-v-c5ad23cb]{font-family:HarmonyOS Sans SC;font-size:var(--font-size-base);font-weight:400;color:#5e5e61;line-height:1.8;margin-bottom:34px}.detail-section .feature-item[data-v-c5ad23cb]:nth-child(2){margin-bottom:45px}.detail-section .feature-item[data-v-c5ad23cb]:last-child{margin-bottom:0}.detail-section .detail-image-box[data-v-c5ad23cb]{width:1220px;height:auto;position:relative;border-radius:8px;overflow:hidden}.detail-section .detail-image-box .detail-image[data-v-c5ad23cb]{width:100%;height:auto;display:block;object-fit:cover}.detail-section .detail-image-box .bottom-divider[data-v-c5ad23cb]{position:absolute;bottom:-100px;left:0;width:1220px;height:1px;background-color:#eee}@media(max-width:1200px){.container[data-v-c5ad23cb]{padding:0 20px}.background-section .content-wrapper[data-v-c5ad23cb]{flex-direction:column;gap:40px}.background-section .text-content[data-v-c5ad23cb]{width:100%}.background-section .image-box[data-v-c5ad23cb]{width:100%;order:-1}.detail-section .detail-image-box[data-v-c5ad23cb]{width:100%;height:auto}}.solutions-page[data-v-7995a004]{width:100%}.sub-banner[data-v-b9123c34]{height:442px;position:relative;overflow:hidden;color:#171616}.banner-bg[data-v-b9123c34]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.container[data-v-b9123c34]{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.sub-banner .container[data-v-b9123c34]{height:100%;display:flex;align-items:center}.title[data-v-b9123c34]{font-size:var(--font-size-h1);font-weight:900;background:var(--color-primary-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle-group[data-v-b9123c34]{position:relative;display:inline-block}.subtitle[data-v-b9123c34]{font-size:var(--font-size-h3);font-weight:300}.accent-box[data-v-b9123c34]{position:absolute;right:-25px;top:15px;width:17px;height:17px;background-color:var(--color-secondary);clip-path:polygon(0 100%,40% 100%,100% 0,60% 0)}.breadcrumb-bar[data-v-b9123c34]{height:44px;background-color:#2576f10a;display:flex;align-items:center}.breadcrumb[data-v-b9123c34]{font-size:var(--font-size-small);color:#1a1a1a}.breadcrumb .sep[data-v-b9123c34]{margin:0 10px}.breadcrumb .current[data-v-b9123c34]{color:#06f}.news-list-section[data-v-b9123c34]{padding:0 0 80px}.news-list[data-v-b9123c34]{display:flex;flex-direction:column;gap:30px}.news-item[data-v-b9123c34]{display:flex;gap:40px;padding:30px;background:#fff;border:1px solid #E2E2E2;cursor:pointer;transition:all .3s;border-radius:8px}.news-item[data-v-b9123c34]:hover{box-shadow:0 10px 30px #0000000d;transform:translateY(-5px)}.news-image[data-v-b9123c34]{flex:0 0 380px}.news-image img[data-v-b9123c34]{width:100%;height:100%;object-fit:cover;border-radius:4px}.news-info[data-v-b9123c34]{flex:1}.news-info .date[data-v-b9123c34]{font-size:var(--font-size-base);color:var(--color-text-muted);margin-bottom:15px}.news-info .title[data-v-b9123c34]{font-size:var(--font-size-h3);font-weight:700;color:#4b5563;margin-bottom:20px}.news-info .desc[data-v-b9123c34]{font-size:var(--font-size-base);color:var(--color-text-muted);line-height:1.6;margin-bottom:25px}.btn-detail[data-v-b9123c34]{color:#144bbd;font-size:var(--font-size-base);font-weight:500}@media(max-width:1024px){.news-page .sub-banner[data-v-b9123c34]{height:300px}}@media(max-width:768px){.news-item[data-v-b9123c34]{flex-direction:column;padding:20px;gap:20px}.news-image[data-v-b9123c34]{flex:none;width:100%}.news-info .title[data-v-b9123c34]{font-size:1.25rem}}.sub-banner[data-v-9678f073]{height:442px;position:relative;overflow:hidden;color:#171616}.banner-bg[data-v-9678f073]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.container[data-v-9678f073]{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.sub-banner .container[data-v-9678f073]{height:100%;display:flex;align-items:center}.title[data-v-9678f073]{font-size:var(--font-size-h1);font-weight:900;background:var(--color-primary-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle-group[data-v-9678f073]{position:relative;display:inline-block}.subtitle[data-v-9678f073]{font-size:var(--font-size-h3);font-weight:300}.accent-box[data-v-9678f073]{position:absolute;right:-25px;top:15px;width:17px;height:17px;background-color:var(--color-secondary);clip-path:polygon(0 100%,40% 100%,100% 0,60% 0)}.breadcrumb-bar[data-v-9678f073]{height:44px;background-color:#2576f10a;display:flex;align-items:center}.breadcrumb[data-v-9678f073]{font-size:var(--font-size-small);color:#1a1a1a}.breadcrumb .sep[data-v-9678f073]{margin:0 10px}.breadcrumb .current[data-v-9678f073]{color:#06f}.detail-section[data-v-9678f073]{padding:80px 0}.detail-content[data-v-9678f073]{max-width:1000px;margin:0 auto}.article-title[data-v-9678f073]{font-size:var(--font-size-newstitle);font-weight:700;text-align:center;color:#1a1a1a;margin-bottom:30px;line-height:1.2}.article-meta[data-v-9678f073]{font-size:var(--font-size-base);color:#767676;text-align:center;margin-bottom:50px}.article-body[data-v-9678f073]{font-size:var(--font-size-base);color:#666;line-height:3;text-indent:2em}.article-body p[data-v-9678f073]{margin-bottom:25px}.article-body h3[data-v-9678f073]{color:#1a1a1a;margin:40px 0 20px;font-size:1.25rem;font-weight:700}.article-body strong[data-v-9678f073]{color:#1a1a1a;font-weight:700}.article-body ul[data-v-9678f073],.article-body ol[data-v-9678f073]{margin:20px 0;padding-left:30px}.article-body li[data-v-9678f073]{margin-bottom:10px}@media(max-width:1024px){.sub-banner[data-v-9678f073]{height:300px}.detail-section[data-v-9678f073]{padding:40px 0}}.mt36[data-v-e311bd1a]{margin-top:36px}.sub-banner[data-v-e311bd1a]{height:442px;position:relative;overflow:hidden;color:#171616}.banner-bg[data-v-e311bd1a]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.container[data-v-e311bd1a]{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.sub-banner .container[data-v-e311bd1a]{height:100%;display:flex;align-items:center}.title[data-v-e311bd1a]{font-size:var(--font-size-h1);font-weight:900;background:var(--color-primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle-group[data-v-e311bd1a]{position:relative;display:inline-block}.subtitle[data-v-e311bd1a]{font-size:var(--font-size-h3);font-weight:300}.accent-box[data-v-e311bd1a]{position:absolute;right:-25px;top:15px;width:17px;height:17px;background-color:var(--color-secondary);clip-path:polygon(0 100%,40% 100%,100% 0,60% 0)}.breadcrumb-bar[data-v-e311bd1a]{height:44px;background-color:#2576f10a;display:flex;align-items:center}.breadcrumb[data-v-e311bd1a]{font-size:19px;color:#1a1a1a}.breadcrumb .sep[data-v-e311bd1a]{margin:0 10px}.breadcrumb .current[data-v-e311bd1a]{color:#06f}.product-item[data-v-e311bd1a]{padding:80px 0}.gray-bg[data-v-e311bd1a]{background-color:#f9f9f9}.white-bg[data-v-e311bd1a]{background-color:#fff}.product-container[data-v-e311bd1a]{display:flex;align-items:center;gap:80px}.product-container.reverse[data-v-e311bd1a]{flex-direction:row-reverse}.product-info[data-v-e311bd1a]{flex:1}.product-icon[data-v-e311bd1a]{margin-bottom:20px}.product-icon img[data-v-e311bd1a]{max-width:148px;height:auto}.product-title[data-v-e311bd1a]{font-size:var(--font-size-h3);color:#3d3d3d;margin-bottom:20px}.product-desc[data-v-e311bd1a]{font-size:var(--font-size-base);color:#5e5e61;line-height:1.8;margin-bottom:40px}.btn-experience[data-v-e311bd1a]{display:inline-block;padding:14px 48px;background-color:#06f;color:#fff;font-size:var(--font-size-base);cursor:pointer;border-radius:4px;transition:background-color .3s}.btn-experience[data-v-e311bd1a]:hover{background-color:#05d}.product-visual[data-v-e311bd1a]{flex:1;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm)}.product-visual img[data-v-e311bd1a]{width:100%;height:auto;display:block}@media(max-width:992px){.product-container[data-v-e311bd1a],.product-container.reverse[data-v-e311bd1a]{flex-direction:column;gap:40px}.product-item[data-v-e311bd1a]{padding:40px 0}.product-visual[data-v-e311bd1a]{width:100%}}@media(max-width:768px){.sub-banner[data-v-e311bd1a]{height:300px}.title[data-v-e311bd1a]{font-size:36px}.subtitle[data-v-e311bd1a]{font-size:24px}}.product-detail-page[data-v-957d3668]{background-color:#f9f9f9}.sub-banner[data-v-957d3668]{height:442px;position:relative;overflow:hidden;color:#171616}.sub-banner .content[data-v-957d3668]{width:100%;display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:40px}.sub-banner .product-name[data-v-957d3668]{font-size:34px;color:#171616}.banner-bg[data-v-957d3668]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.sub-banner .container[data-v-957d3668]{height:100%;display:flex;align-items:center}.title[data-v-957d3668]{font-size:var(--font-size-h1);font-weight:900;background:var(--color-primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle-group[data-v-957d3668]{position:relative;display:inline-block}.subtitle[data-v-957d3668]{font-size:var(--font-size-h3);font-weight:300}.accent-box[data-v-957d3668]{position:absolute;right:-25px;top:15px;width:17px;height:17px;background-color:var(--color-secondary);clip-path:polygon(0 100%,40% 100%,100% 0,60% 0)}.breadcrumb-bar[data-v-957d3668]{height:44px;background-color:#2576f10a;display:flex;align-items:center}.breadcrumb-bar .breadcrumb[data-v-957d3668]{font-size:var(--font-size-small);color:#1a1a1a}.breadcrumb-bar .breadcrumb a[data-v-957d3668]{text-decoration:none;color:inherit}.breadcrumb-bar .breadcrumb a[data-v-957d3668]:hover{color:#06f}.breadcrumb-bar .breadcrumb .sep[data-v-957d3668]{margin:0 10px}.breadcrumb-bar .breadcrumb .current[data-v-957d3668]{color:#06f}.container[data-v-957d3668]{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.intro-section[data-v-957d3668]{padding:80px 0;background:linear-gradient(180deg,#ecf4ff,#fff0)}.intro-section .intro-container[data-v-957d3668]{display:flex;align-items:center;gap:60px}.intro-section .intro-info[data-v-957d3668]{flex:1}.intro-section .intro-title[data-v-957d3668]{font-size:var(--font-size-h3);font-weight:700;color:#3d3d3d;margin-bottom:30px}.intro-section .intro-desc[data-v-957d3668]{font-size:var(--font-size-base);color:#3d3d3d;line-height:1.8}.intro-section .intro-desc .highlight[data-v-957d3668]{color:#333;font-weight:700}.intro-section .intro-visual[data-v-957d3668]{flex:1}.intro-section .intro-visual img[data-v-957d3668]{width:100%;height:auto;display:block;border-radius:8px}.pain-points-section[data-v-957d3668]{padding:80px 0}.pain-points-section .section-title[data-v-957d3668]{font-size:var(--font-size-h2);font-weight:700;color:#3d3d3d;margin-bottom:50px;text-align:center}.pain-points-section .pain-grid[data-v-957d3668]{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.pain-points-section .pain-card[data-v-957d3668]{background:#fff;border-radius:2px;padding:40px 25px;text-align:center;box-shadow:0 4px 10px #0000000d;transition:transform .3s ease}.pain-points-section .pain-card[data-v-957d3668]:hover{transform:translateY(-5px)}.pain-points-section .pain-card .icon-box[data-v-957d3668]{width:67px;height:67px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.pain-points-section .pain-card .icon-box img[data-v-957d3668]{max-width:100%;max-height:100%}.pain-points-section .pain-card .card-title[data-v-957d3668]{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:15px}.pain-points-section .pain-card .card-desc[data-v-957d3668]{font-size:var(--font-size-base);color:#3d3d3d;line-height:1.6;text-align:left}.features-section[data-v-957d3668]{padding:80px 0 100px}.features-section .features-grid[data-v-957d3668]{display:flex;justify-content:space-between;gap:20px}.features-section .feature-item[data-v-957d3668]{flex:1;display:flex;flex-direction:column}.features-section .feature-num[data-v-957d3668]{font-size:2rem;font-weight:700;color:#ff781d;margin-bottom:10px}.features-section .feature-title[data-v-957d3668]{font-size:1.2rem;font-weight:700;color:#3d3d3d;margin-bottom:10px}.features-section .feature-desc[data-v-957d3668]{font-size:var(--font-size-base);color:#3d3d3d;line-height:1.6}@media(max-width:1024px){.sub-banner[data-v-957d3668]{height:300px}.sub-banner .content[data-v-957d3668]{flex-direction:column;align-items:flex-start;gap:20px}.sub-banner .product-name[data-v-957d3668]{font-size:24px}.intro-section[data-v-957d3668]{padding:40px 0}.intro-section .intro-container[data-v-957d3668]{flex-direction:column;gap:30px}.pain-points-section[data-v-957d3668]{padding:40px 0}.pain-points-section .pain-grid[data-v-957d3668]{grid-template-columns:repeat(2,1fr)}.features-grid[data-v-957d3668]{flex-wrap:wrap}.features-grid .feature-item[data-v-957d3668]{flex:0 0 calc(50% - 10px);margin-bottom:30px}}@media(max-width:768px){.pain-grid[data-v-957d3668]{grid-template-columns:1fr}.features-grid .feature-item[data-v-957d3668]{flex:0 0 100%}}.cases-page .sub-banner[data-v-cd165d81]{height:442px;position:relative;overflow:hidden;color:#171616}.cases-page .banner-bg[data-v-cd165d81]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.cases-page .container[data-v-cd165d81]{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.cases-page .sub-banner .container[data-v-cd165d81]{height:100%;display:flex;align-items:center}.cases-page .title[data-v-cd165d81]{font-size:var(--font-size-h1);font-weight:900;background:var(--color-primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cases-page .subtitle-group[data-v-cd165d81]{position:relative;display:inline-block}.cases-page .subtitle[data-v-cd165d81]{font-size:var(--font-size-h3);font-weight:300}.cases-page .accent-box[data-v-cd165d81]{position:absolute;right:-25px;top:15px;width:17px;height:17px;background-color:var(--color-secondary);clip-path:polygon(0 100%,40% 100%,100% 0,60% 0)}.cases-tabs[data-v-cd165d81]{height:44px;background-color:#2576f10a;border-bottom:1px solid rgba(0,0,0,.05);margin-top:10px}.cases-tabs .nav-list[data-v-cd165d81]{display:flex;justify-content:space-between;height:100%;padding-top:4px}.cases-tabs .nav-list .nav-item[data-v-cd165d81]{display:flex;align-items:center;font-size:var(--font-size-base);cursor:pointer;position:relative;transition:color .3s}.cases-tabs .nav-list .nav-item.active[data-v-cd165d81]{color:#06f;font-weight:700}.cases-tabs .nav-list .nav-item.active[data-v-cd165d81]:after{content:"";position:absolute;bottom:-12px;left:0;width:100%;height:6px;background-color:#06f}.cases-list[data-v-cd165d81]{padding:80px 0}.cases-grid[data-v-cd165d81]{display:flex;flex-direction:column;gap:50px}.case-card[data-v-cd165d81]{display:flex;gap:50px;align-items:center}.case-image[data-v-cd165d81]{flex:0 0 482px}.case-image img[data-v-cd165d81]{width:100%;height:auto;border-radius:8px}.case-info[data-v-cd165d81]{flex:1}.case-info h3[data-v-cd165d81]{font-size:var(--font-size-h3);font-weight:700;color:#3d3d3d;margin-bottom:20px}.case-info p[data-v-cd165d81]{font-size:var(--font-size-base);color:#5e5e61;line-height:1.6;margin-bottom:30px}.btn-detail[data-v-cd165d81]{color:#2758d3;font-size:var(--font-size-base);font-weight:700;cursor:pointer}@media(max-width:992px){.cases-page .sub-banner[data-v-cd165d81]{height:300px}.case-card[data-v-cd165d81]{flex-direction:column;gap:30px}.case-image[data-v-cd165d81]{flex:none;width:100%}.nav-list[data-v-cd165d81]{overflow-x:auto;gap:30px;justify-content:flex-start;padding-bottom:5px}.nav-list[data-v-cd165d81]::-webkit-scrollbar{height:2px}.nav-item[data-v-cd165d81]{flex:none;white-space:nowrap}}.sub-banner[data-v-28d51c89]{height:442px;position:relative;overflow:hidden;color:#171616}.banner-bg[data-v-28d51c89]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.container[data-v-28d51c89]{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.sub-banner .container[data-v-28d51c89]{height:100%;display:flex;align-items:center}.title[data-v-28d51c89]{font-size:var(--font-size-h1);font-weight:900;background:var(--color-primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle-group[data-v-28d51c89]{position:relative;display:inline-block}.subtitle[data-v-28d51c89]{font-size:var(--font-size-h3);font-weight:300}.accent-box[data-v-28d51c89]{position:absolute;right:-25px;top:15px;width:17px;height:17px;background-color:var(--color-secondary);clip-path:polygon(0 100%,40% 100%,100% 0,60% 0)}.breadcrumb-bar[data-v-28d51c89]{height:44px;background-color:#2576f10a;display:flex;align-items:center}.breadcrumb[data-v-28d51c89]{font-size:var(--font-size-small);color:#1a1a1a}.breadcrumb .sep[data-v-28d51c89]{margin:0 10px}.breadcrumb .current[data-v-28d51c89]{color:#06f}.tech-hero[data-v-28d51c89]{padding:80px 0;background:linear-gradient(127deg,#eff6ff 4%,#e0e7ff 95%)}.hero-container[data-v-28d51c89]{display:flex;align-items:center;gap:60px}.hero-content[data-v-28d51c89]{flex:1}.hero-title[data-v-28d51c89]{font-size:var(--font-size-h2);font-weight:700;color:#1f2937;margin-bottom:30px;line-height:1.2}.hero-title .blue[data-v-28d51c89]{color:#1e40af}.hero-desc[data-v-28d51c89]{font-size:var(--font-size-base);color:#4b5563;line-height:1.6;margin-bottom:30px}.hero-features[data-v-28d51c89]{list-style:none;margin-bottom:40px}.hero-features li[data-v-28d51c89]{font-size:var(--font-size-base);color:#374151;margin-bottom:10px;display:flex;align-items:center;gap:10px}.hero-features .check[data-v-28d51c89]{color:#22c55e;font-weight:700}.hero-btns[data-v-28d51c89]{display:flex;gap:20px}.btn-primary[data-v-28d51c89]{padding:12px 32px;background-color:#1e40af;color:#fff;border-radius:4px;cursor:pointer;font-size:var(--font-size-base)}.btn-outline[data-v-28d51c89]{padding:12px 32px;border:2px solid #1E40AF;color:#1e40af;border-radius:4px;cursor:pointer;font-size:var(--font-size-base)}.hero-visual[data-v-28d51c89]{flex:1;border-radius:20px;overflow:hidden}.core-features[data-v-28d51c89]{padding:80px 0}.section-header[data-v-28d51c89]{text-align:center;margin-bottom:60px}.section-header h2[data-v-28d51c89]{font-size:var(--font-size-h2);font-weight:700;color:#1f2937;margin-bottom:20px}.section-header p[data-v-28d51c89]{font-size:var(--font-size-base);color:#4b5563}.features-grid[data-v-28d51c89]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-card[data-v-28d51c89]{padding:32px;background:linear-gradient(135deg,#fff -8%,#f9fafb);border:1px solid #F3F4F6;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a}.feature-icon[data-v-28d51c89]{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:24px}.feature-card h3[data-v-28d51c89]{font-size:1.25rem;color:#1f2937;margin-bottom:15px}.feature-card p[data-v-28d51c89]{font-size:var(--font-size-base);color:#4b5563;line-height:1.6}.architecture[data-v-28d51c89]{padding:80px 0}.gray-bg[data-v-28d51c89]{background:linear-gradient(127deg,#f9fafb 3%,#eff6ff 96%)}.arch-content[data-v-28d51c89]{display:flex;gap:60px;align-items:center}.arch-layers[data-v-28d51c89]{flex:1;display:flex;flex-direction:column;gap:24px}.arch-layer[data-v-28d51c89]{padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.arch-layer h3[data-v-28d51c89]{font-size:1.2rem;color:#1f2937;margin-bottom:10px}.arch-layer p[data-v-28d51c89]{font-size:var(--font-size-base);color:#4b5563;margin-bottom:15px}.tags[data-v-28d51c89]{display:flex;flex-wrap:wrap;gap:8px}.tag[data-v-28d51c89]{padding:4px 12px;background-color:#dbeafe;color:#1e40af;border-radius:9999px;font-size:14px}.tag.tag-1[data-v-28d51c89]{background-color:#dcfce7;color:#166534}.tag.tag-2[data-v-28d51c89]{background-color:#f3e8ff;color:#6b21a8}.arch-visual[data-v-28d51c89]{flex:1;padding:32px;background:#fff;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a}.arch-visual img[data-v-28d51c89]{width:100%;height:auto;display:block}.cases-tabs[data-v-28d51c89]{height:44px;background-color:#2576f10a;border-bottom:1px solid rgba(0,0,0,.05);margin-top:10px}.cases-tabs .nav-list[data-v-28d51c89]{display:flex;justify-content:space-around;height:100%;padding-top:4px}.cases-tabs .nav-list .nav-item[data-v-28d51c89]{display:flex;align-items:center;font-size:var(--font-size-base);cursor:pointer;position:relative;transition:color .3s}.cases-tabs .nav-list .nav-item.active[data-v-28d51c89]{color:#06f;font-weight:700}.cases-tabs .nav-list .nav-item.active[data-v-28d51c89]:after{content:"";position:absolute;bottom:-12px;left:0;width:100%;height:6px;background-color:#06f}@media(max-width:1024px){.tech-page .sub-banner[data-v-28d51c89]{height:300px}.hero-container[data-v-28d51c89],.arch-content[data-v-28d51c89]{flex-direction:column;gap:40px}.features-grid[data-v-28d51c89]{grid-template-columns:1fr 1fr}.hero-content[data-v-28d51c89]{text-align:center}.hero-features li[data-v-28d51c89],.hero-btns[data-v-28d51c89]{justify-content:center}}@media(max-width:768px){.features-grid[data-v-28d51c89]{grid-template-columns:1fr}.hero-title[data-v-28d51c89]{font-size:32px}.nav-list[data-v-28d51c89]{justify-content:center;gap:30px}}.about-page .sub-banner[data-v-3558d846]{height:442px;position:relative;overflow:hidden;color:#171616}.about-page .sub-banner .banner-bg[data-v-3558d846]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.about-page .sub-banner .container[data-v-3558d846]{height:100%;display:flex;align-items:center}.about-page .sub-banner .title[data-v-3558d846]{font-size:var(--font-size-h1);font-weight:900;background:var(--color-primary-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-page .sub-banner .subtitle-group[data-v-3558d846]{position:relative;display:inline-block}.about-page .sub-banner .subtitle-group .subtitle[data-v-3558d846]{font-size:var(--font-size-h3);font-weight:300}.about-page .sub-banner .subtitle-group .accent-box[data-v-3558d846]{position:absolute;right:-25px;top:15px;width:17px;height:17px;background-color:var(--color-secondary);clip-path:polygon(0 100%,40% 100%,100% 0,60% 0)}.about-page .container[data-v-3558d846]{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.about-page .intro-section[data-v-3558d846]{padding:60px 0;background-color:#fff}.about-page .intro-section .intro-header[data-v-3558d846]{text-align:center;margin-bottom:60px}.about-page .intro-section .intro-header .title-group[data-v-3558d846]{display:inline-flex;align-items:center;gap:6px;margin-bottom:15px}.about-page .intro-section .intro-header .title-group h2[data-v-3558d846]{font-size:var(--font-size-h2);color:#3d3d3d;font-family:var(--font-main);font-weight:400;line-height:1.2}.about-page .intro-section .intro-header .title-group .accent-box-small[data-v-3558d846]{margin-top:10px;display:flex;align-items:center}.about-page .intro-section .intro-header .subtitle[data-v-3558d846]{font-size:var(--font-size-base);color:#4b5563;font-family:Roboto,sans-serif;line-height:24px}.about-page .intro-section .intro-content[data-v-3558d846]{display:flex;gap:47px;align-items:flex-start}.about-page .intro-section .intro-content .text-content[data-v-3558d846]{flex:1;max-width:629px}.about-page .intro-section .intro-content .text-content p[data-v-3558d846]{font-size:var(--font-size-base);color:#4b5563;line-height:1.8;margin-bottom:31px;font-family:Roboto,sans-serif}.about-page .intro-section .intro-content .text-content p[data-v-3558d846]:last-child{margin-bottom:0}.about-page .intro-section .intro-content .visual-content[data-v-3558d846]{flex:0 0 519px;height:auto;background-color:#e9edf6;border-radius:8px;overflow:hidden}.about-page .intro-section .intro-content .visual-content img[data-v-3558d846]{width:100%;height:auto;display:block;object-fit:cover}.about-page .spirit-section[data-v-3558d846]{padding:80px 0}.about-page .spirit-section.gray-bg[data-v-3558d846]{background-color:#f9fafb}.about-page .spirit-section .intro-header[data-v-3558d846]{text-align:center;margin-bottom:60px}.about-page .spirit-section .intro-header .title-group[data-v-3558d846]{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px}.about-page .spirit-section .intro-header .title-group h2[data-v-3558d846]{font-size:var(--font-size-h2);color:#3d3d3d}.about-page .spirit-section .intro-header .title-group .accent-box-small[data-v-3558d846]{margin-top:10px}.about-page .spirit-section .intro-header .subtitle[data-v-3558d846]{font-size:var(--font-size-base);color:#4b5563}.about-page .spirit-section .spirits-grid[data-v-3558d846]{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.about-page .spirit-section .spirits-grid .spirit-card[data-v-3558d846]{text-align:center}.about-page .spirit-section .spirits-grid .spirit-card .spirit-icon[data-v-3558d846]{width:134px;height:134px;margin:0 auto 30px}.about-page .spirit-section .spirits-grid .spirit-card .spirit-icon img[data-v-3558d846]{width:100%;height:100%;object-fit:contain}.about-page .spirit-section .spirits-grid .spirit-card h3[data-v-3558d846]{font-size:1.25rem;color:#111827;margin-bottom:15px}.about-page .spirit-section .spirits-grid .spirit-card p[data-v-3558d846]{font-size:var(--font-size-base);color:#4b5563}@media(max-width:1200px){.intro-section .intro-content[data-v-3558d846]{flex-direction:column;align-items:center;gap:40px}.intro-section .intro-content .text-content[data-v-3558d846]{max-width:100%}.intro-section .intro-content .visual-content[data-v-3558d846]{flex:0 0 auto;width:100%;max-width:519px}}@media(max-width:992px){.about-page .sub-banner[data-v-3558d846]{height:300px}.spirit-section .spirits-grid[data-v-3558d846]{grid-template-columns:1fr 1fr!important}}@media(max-width:640px){.spirit-section[data-v-3558d846]{padding:40px 0}.spirit-section .spirits-grid[data-v-3558d846]{grid-template-columns:1fr!important}}
