:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;margin:0;padding:0}#app{width:100%;margin:0;padding:0;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{margin:0;padding:0}#app{width:100%;margin:0;padding:0}}.header[data-v-2c0db0aa]{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;padding:15px 0;width:100%;transition:all .3s ease}.header-scrolled[data-v-2c0db0aa]{background:#fff;box-shadow:0 2px 10px #0000001a;padding:15px 0}.nav-container[data-v-2c0db0aa]{max-width:1920px;margin:0 auto;padding:0 320px;display:flex;justify-content:flex-start;align-items:center;width:100%;gap:260px}.logo[data-v-2c0db0aa]{position:relative;cursor:pointer;transition:opacity .3s ease;flex-shrink:0}.logo[data-v-2c0db0aa]:hover{opacity:.8}.logo img[data-v-2c0db0aa]{height:40px;width:auto;transition:opacity .3s ease}.logo-white[data-v-2c0db0aa]{opacity:1}.logo-dark[data-v-2c0db0aa]{position:absolute;top:0;left:0;opacity:0}.header-scrolled .logo-white[data-v-2c0db0aa]{opacity:0}.header-scrolled .logo-dark[data-v-2c0db0aa]{opacity:1}.navigation[data-v-2c0db0aa]{display:flex;gap:40px;flex-shrink:0;white-space:nowrap;align-items:center}.nav-link[data-v-2c0db0aa]{color:#fff;text-decoration:none;font-size:20px;font-weight:400;transition:color .3s ease;white-space:nowrap;flex-shrink:0;padding:0;line-height:40px;display:flex;align-items:center}.nav-link.active[data-v-2c0db0aa]{color:#fff;font-weight:700}.nav-link[data-v-2c0db0aa]:hover{color:#fff;background:none!important}.header-scrolled .nav-link[data-v-2c0db0aa]{color:#333;font-weight:400}.header-scrolled .nav-link.active[data-v-2c0db0aa]{color:#896fe9;font-weight:700}.header-scrolled .nav-link[data-v-2c0db0aa]:hover{color:#333;background:none!important}.mobile-menu-btn[data-v-2c0db0aa]{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line[data-v-2c0db0aa]{width:100%;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.header-scrolled .hamburger-line[data-v-2c0db0aa]{background-color:#333}.mobile-menu-btn.active .hamburger-line[data-v-2c0db0aa]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active .hamburger-line[data-v-2c0db0aa]:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line[data-v-2c0db0aa]:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu-overlay[data-v-2c0db0aa]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active[data-v-2c0db0aa]{opacity:1;visibility:visible}.mobile-sidebar[data-v-2c0db0aa]{position:fixed;top:0;left:-300px;width:300px;height:100vh;background:#fff;z-index:1000;transition:left .3s ease;display:flex;flex-direction:column;padding:80px 30px 30px;box-shadow:2px 0 10px #0000001a}.mobile-sidebar.active[data-v-2c0db0aa]{left:0}.mobile-logo[data-v-2c0db0aa]{margin-bottom:40px;text-align:center}.mobile-logo img[data-v-2c0db0aa]{height:60px;width:auto}.mobile-navigation[data-v-2c0db0aa]{display:flex;flex-direction:column;gap:20px}.mobile-nav-link[data-v-2c0db0aa]{color:#333;text-decoration:none;font-size:18px;font-weight:400;padding:15px 0;border-bottom:1px solid #f0f0f0;transition:color .3s ease}.mobile-nav-link.active[data-v-2c0db0aa]{color:#896fe9;font-weight:700}.mobile-nav-link[data-v-2c0db0aa]:hover{color:#896fe9}@media (max-width: 1920px){.nav-container[data-v-2c0db0aa]{padding:0 260px;gap:220px}.navigation[data-v-2c0db0aa]{gap:30px}.nav-link[data-v-2c0db0aa]{font-size:18px}}@media (max-width: 1200px){.nav-container[data-v-2c0db0aa]{padding:0 60px;gap:80px}.navigation[data-v-2c0db0aa]{gap:25px}.nav-link[data-v-2c0db0aa]{font-size:16px}}@media (max-width: 768px){.nav-container[data-v-2c0db0aa]{padding:0 40px;gap:0;transform:none;justify-content:space-between}.desktop-nav[data-v-2c0db0aa]{display:none}.mobile-menu-btn[data-v-2c0db0aa]{display:flex}.logo img[data-v-2c0db0aa]{height:40px}.header[data-v-2c0db0aa]{padding:15px 0}.header-scrolled[data-v-2c0db0aa]{padding:10px 0}}@media (max-width: 480px){.nav-container[data-v-2c0db0aa]{padding:0 20px}.mobile-sidebar[data-v-2c0db0aa]{width:280px;left:-280px;padding:70px 20px 20px}.mobile-logo img[data-v-2c0db0aa]{height:50px}.mobile-nav-link[data-v-2c0db0aa]{font-size:16px;padding:12px 0}.logo img[data-v-2c0db0aa]{height:35px}}.footer[data-v-392d12c5]{position:relative;background:#260055;color:#fff;padding:100px 0 20px;overflow:hidden;width:100%}.footer-background[data-v-392d12c5]{position:absolute;inset:0;z-index:1}.footer-bg[data-v-392d12c5]{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.8}.footer-content[data-v-392d12c5]{position:relative;z-index:2;display:flex;flex-direction:column;max-width:1920px;margin:0 auto;padding:0 320px;width:100%}.footer-main[data-v-392d12c5]{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:50px}.footer-left[data-v-392d12c5]{display:flex;flex-direction:column;gap:90px}.footer-logo img[data-v-392d12c5]{height:60px;width:auto}.footer-info[data-v-392d12c5]{display:flex;flex-direction:column;gap:25px}.info-item[data-v-392d12c5]{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:#fff}.info-icon[data-v-392d12c5]{width:20px;height:18px;color:#ddabff;flex-shrink:0}.footer-copyright[data-v-392d12c5]{padding-top:15px;border-top:1px solid rgba(255,255,255,.2);text-align:center;margin-top:15px;width:100%}.footer-copyright p[data-v-392d12c5]{font-size:16px;color:#ffffff7d;font-weight:400;text-align:center}.footer-right[data-v-392d12c5]{display:flex;justify-content:flex-end}.qr-codes[data-v-392d12c5]{display:flex;gap:30px;margin-top:90px}.qr-code[data-v-392d12c5]{text-align:center}.qr-code img[data-v-392d12c5]{width:160px;height:160px;margin-bottom:12px}.qr-code p[data-v-392d12c5]{font-size:16px;color:#fff;font-weight:400}@media (max-width: 1920px){.footer-content[data-v-392d12c5]{padding:0 260px}}@media (max-width: 1200px){.footer-content[data-v-392d12c5]{padding:0 60px}.footer-main[data-v-392d12c5]{grid-template-columns:1fr;gap:40px}.qr-codes[data-v-392d12c5]{justify-content:center}}@media (max-width: 768px){.footer-content[data-v-392d12c5]{padding:0 40px}.info-item[data-v-392d12c5]{font-size:16px}.qr-code img[data-v-392d12c5]{width:100px;height:100px}}@media (max-width: 480px){.footer-content[data-v-392d12c5]{padding:0 20px}}#app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;margin-top:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}html{scroll-behavior:smooth}[data-v-e7098072]{margin:0;padding:0;box-sizing:border-box}.app[data-v-e7098072]{font-family:PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;width:100%;min-height:100vh;margin:0;padding:0;background:#fff}.container[data-v-e7098072]{max-width:1920px;margin:0 auto;padding:0 120px;width:100%;box-sizing:border-box;position:relative;z-index:2}.hero[data-v-e7098072]{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.hero-background[data-v-e7098072]{position:absolute;inset:0;width:100%;height:100%}.hero-bg[data-v-e7098072],.hero-overlay[data-v-e7098072]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:imgAnimation-000266b6-e7098072 5s linear infinite alternate}@keyframes imgAnimation-000266b6-e7098072{0%{transform:scale(1) translateY(0)}to{transform:scale(1.1) translateY(-10px)}}.hero-content[data-v-e7098072]{text-align:center;color:#fff;z-index:2;position:relative;max-width:1400px;padding:0 40px;width:100%}.hero-title[data-v-e7098072]{font-size:3rem;font-weight:700;margin-bottom:0;line-height:1.2;text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle[data-v-e7098072]{display:none}.news-section[data-v-e7098072]{padding:40px 0;width:100%;position:relative;overflow:hidden;background:url(/assets/sy-CiEG01EP.jpg) no-repeat center center;background-size:cover;display:flex;flex-direction:column}.container[data-v-e7098072]{position:relative;z-index:2;flex:1}.news-content[data-v-e7098072]{display:flex;gap:80px;max-width:1621px;margin:0 auto;width:100%;padding:60px 0 40px;align-items:center;position:relative}.news-left[data-v-e7098072]{flex:0 0 50%;position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:12px}.news-image[data-v-e7098072]{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.news-image[data-v-e7098072]:hover{transform:scale(1.05)}.news-right[data-v-e7098072]{flex:1;display:flex;flex-direction:column;padding:40px 0;height:100%;justify-content:center}.news-title[data-v-e7098072]{font-size:40px;font-weight:600;color:#101840;line-height:1.3;margin-bottom:40px}.news-article[data-v-e7098072]{display:flex;flex-direction:column;flex:1}.news-article-content[data-v-e7098072]{margin-bottom:20px;min-height:180px;display:flex;flex-direction:column}.news-article-content .btn-primary[data-v-e7098072]{margin-top:30px;align-self:flex-start}.news-dots[data-v-e7098072]{display:flex;gap:12px;justify-content:center;position:absolute;bottom:0;left:0;right:0;width:100%}.news-dot[data-v-e7098072]{width:12px;height:12px;border-radius:50%;background-color:#d9d9d9;border:none;cursor:pointer;padding:0;transition:all .3s ease;opacity:.8}.news-dot[data-v-e7098072]:hover{opacity:1}.news-dot.active[data-v-e7098072]{background-color:#9886ff;transform:scale(1.2);opacity:1;box-shadow:0 2px 4px #9886ff4d}.slide-enter-active[data-v-e7098072],.slide-leave-active[data-v-e7098072]{transition:all .5s ease-in-out;position:absolute;width:100%;top:0;left:0;right:0}.slide-enter-from[data-v-e7098072]{opacity:0;transform:translate(30px)}.slide-leave-to[data-v-e7098072]{opacity:0;transform:translate(-30px)}.news-left[data-v-e7098072]{position:relative;overflow:hidden}.news-article[data-v-e7098072]{position:relative;overflow:hidden;min-height:280px}.news-article-content[data-v-e7098072]{position:absolute;width:100%;left:0;right:0}.news-article-title[data-v-e7098072]{font-size:18px;font-weight:600;color:#101840;line-height:1.4;margin:0 0 15px}.news-divider[data-v-e7098072]{width:100%;height:1px;background:#bebebe;margin-bottom:15px}.news-snippet[data-v-e7098072]{font-size:19px;color:#696f8c;line-height:1.5;font-weight:500}.btn-primary[data-v-e7098072]{margin-top:0;width:fit-content;padding:12px 24px;font-size:18px}.btn-primary[data-v-e7098072]{background:#9886ff;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #9886ff4d;width:fit-content;min-width:80px;position:relative}.btn-primary[data-v-e7098072]:hover{background:#896fe9;transform:translateY(-2px);box-shadow:0 4px 12px #9886ff66}.about-section[data-v-e7098072]{padding:40px 0;background:#f4f6fa;position:relative;width:100%;overflow:hidden}.about-background[data-v-e7098072]{position:absolute;inset:0;z-index:1}.about-section-bg-image[data-v-e7098072]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.about-content[data-v-e7098072]{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;max-width:1920px;margin:0 auto;width:100%;min-height:480px;padding:0 120px}.about-left[data-v-e7098072]{position:relative;background:#1a1a2e;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;aspect-ratio:16/9;max-height:400px}.about-visual[data-v-e7098072]{position:relative;width:100%;height:100%;overflow:hidden}.about-bg-image[data-v-e7098072]{width:100%;height:100%;object-fit:cover;object-position:center top}.network-overlay[data-v-e7098072]{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a2e4d,#16213e33,#0f34601a);pointer-events:none}.about-right[data-v-e7098072]{padding:40px;display:flex;flex-direction:column;justify-content:center}.about-title[data-v-e7098072]{font-size:40px;font-weight:600;color:#000;margin-bottom:40px}.about-items[data-v-e7098072]{margin-bottom:30px}.about-item[data-v-e7098072]{display:flex;align-items:center;margin-bottom:30px;font-size:20px;color:#101840}.checkmark[data-v-e7098072]{color:#429777;font-weight:700;margin-right:15px;font-size:16px;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.product-section[data-v-e7098072]{padding:60px 0;background:#fff;width:100%;cursor:pointer;transition:all .3s ease}.product-section[data-v-e7098072]:hover{background:#f8f9fa}.product-container[data-v-e7098072]{background:#f4f6fa;border-radius:20px;padding:60px 120px;box-shadow:0 4px 20px #0000001a;max-width:1621px;margin:0 auto;width:100%}.product-title[data-v-e7098072]{font-size:40px;font-weight:600;color:#101840;text-align:center;margin-bottom:60px}.product-content[data-v-e7098072]{display:grid;grid-template-columns:1fr 1fr;gap:60px;width:100%}.product-item[data-v-e7098072]{display:flex;align-items:center;height:400px;position:relative}.product-info[data-v-e7098072]{flex:1;padding-right:40px;text-align:right;min-width:200px;max-width:300px;margin-left:auto;display:flex;flex-direction:column;align-items:flex-end}.product-name[data-v-e7098072]{font-size:35px;font-weight:600;color:#101840;margin-bottom:20px;text-align:right;width:100%}.product-divider[data-v-e7098072]{width:110%;height:1px;background:#bebebe;margin-bottom:25px;margin-left:auto;transform:translate(-10%)}.product-features[data-v-e7098072]{text-align:right}.product-features p[data-v-e7098072]{font-size:14px;color:#4e4e4e;line-height:1.625;margin-bottom:10px;text-align:right;white-space:nowrap;min-width:200px}.product-image[data-v-e7098072]{flex:1;height:100%;object-fit:contain;object-position:center;max-width:80%}.monte01-image[data-v-e7098072]{max-width:60%;transform:scale(.9)}@media (max-width: 768px){.container[data-v-e7098072]{padding:0 20px}.product-container[data-v-e7098072]{padding:40px 20px;margin:0 20px;border-radius:16px}.product-content[data-v-e7098072]{grid-template-columns:1fr;gap:60px;width:100%}.product-item[data-v-e7098072]{flex-direction:column;height:auto;gap:30px;align-items:center;position:relative;width:100%;padding:0}.product-info[data-v-e7098072]{order:1;padding:0;margin:0;text-align:center;align-items:center;width:100%;max-width:none;min-width:auto}.product-name[data-v-e7098072]{text-align:center;font-size:28px;margin-bottom:15px}.product-divider[data-v-e7098072]{width:60%;transform:none;margin:0 auto 20px}.product-features[data-v-e7098072]{text-align:center;margin-bottom:0}.product-features p[data-v-e7098072]{text-align:center;white-space:normal;min-width:auto;font-size:16px;margin-bottom:12px;line-height:1.6;color:#666}.product-features p[data-v-e7098072]:last-child{margin-bottom:0}.product-image[data-v-e7098072]{order:2;width:100%;height:auto;max-height:300px;margin:0 auto;position:relative;z-index:1;display:block;overflow:hidden}.monte01-image[data-v-e7098072]{width:auto;max-width:80%;height:auto;transform:none;margin:0 auto;display:block}}.join-section[data-v-e7098072]{padding:80px 0;background:#fff;width:100%;cursor:pointer;transition:all .3s ease}.join-section[data-v-e7098072]:hover{background:#f8f9fa}.join-title[data-v-e7098072]{font-size:40px;font-weight:600;color:#000;text-align:center;margin-bottom:60px}.join-content[data-v-e7098072]{display:grid;grid-template-columns:1fr 1fr;gap:80px;max-width:1621px;margin:auto;padding:0 120px;width:100%}.join-card[data-v-e7098072]{background:transparent;padding:20px;position:relative;display:flex;align-items:center;gap:30px;margin-left:40px}.join-card[data-v-e7098072]:before,.join-card[data-v-e7098072]:after{content:"";position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(115,106,160,.5) 15%,rgba(115,106,160,.5) 85%,transparent 100%)}.join-card[data-v-e7098072]:before{top:0}.join-card[data-v-e7098072]:after{bottom:0}.join-icon[data-v-e7098072]{width:56px;height:56px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.join-icon svg[data-v-e7098072],.join-icon img[data-v-e7098072]{width:36px;height:36px}.join-text[data-v-e7098072]{flex:1}.join-card h3[data-v-e7098072]{font-size:22px;font-weight:500;color:#000;margin-bottom:15px}.join-card p[data-v-e7098072]{font-size:18px;color:#000}@media (max-width: 768px){.join-content[data-v-e7098072]{grid-template-columns:1fr;gap:40px;padding:0 20px}.join-card[data-v-e7098072]{margin-left:0;padding:30px 20px;flex-direction:column;text-align:center;gap:20px}.join-icon[data-v-e7098072]{width:64px;height:64px}.join-icon svg[data-v-e7098072],.join-icon img[data-v-e7098072]{width:40px;height:40px}.join-text[data-v-e7098072]{display:flex;flex-direction:column;align-items:center}.join-card h3[data-v-e7098072]{font-size:24px;margin-bottom:10px}.join-card p[data-v-e7098072]{font-size:16px}}@media (max-width: 1920px){.nav-container[data-v-e7098072]{padding:0 260px;gap:150px;transform:translate(-40px)}.container[data-v-e7098072]{padding:0 80px}.hero-subtitle[data-v-e7098072]{display:none}}@media (max-width: 1400px){.product-info[data-v-e7098072]{padding-right:20px;min-width:220px}}@media (max-width: 1200px){.nav-container[data-v-e7098072]{padding:0 80px;gap:100px;transform:translate(-30px)}.hero-subtitle[data-v-e7098072]{display:none}.news-content[data-v-e7098072]{flex-direction:column;gap:40px;padding:40px 0}.news-left[data-v-e7098072]{flex:none}.news-right[data-v-e7098072]{padding:0}.news-title[data-v-e7098072]{font-size:40px;margin-bottom:40px}.news-article[data-v-e7098072]{gap:20px}.news-article-title[data-v-e7098072]{font-size:20px}.news-snippet[data-v-e7098072]{font-size:18px}.btn-primary[data-v-e7098072]{margin-top:10px}.about-content[data-v-e7098072]{grid-template-columns:1fr;gap:20px;height:auto}.about-left[data-v-e7098072]{border-radius:20px;height:320px;margin-bottom:20px}.about-bg-image[data-v-e7098072]{object-position:center}.about-right[data-v-e7098072]{background:#fff;padding:50px 30px}.product-container[data-v-e7098072]{padding:40px}.product-content[data-v-e7098072]{grid-template-columns:1fr;gap:40px}.product-item[data-v-e7098072]{height:350px}.product-info[data-v-e7098072]{padding-right:30px;text-align:right}.monte01-image[data-v-e7098072]{max-width:50%;transform:scale(.8)}.join-content[data-v-e7098072],.footer-main[data-v-e7098072]{grid-template-columns:1fr;gap:40px}.qr-codes[data-v-e7098072]{justify-content:center}}@media (max-width: 768px){.nav-container[data-v-e7098072]{padding:0 60px;gap:60px;transform:translate(-20px)}.header[data-v-e7098072]{padding:15px 0}.header-scrolled[data-v-e7098072]{padding:10px 0}.hero-subtitle[data-v-e7098072]{display:none}.news-title[data-v-e7098072],.about-title[data-v-e7098072],.product-title[data-v-e7098072],.join-title[data-v-e7098072]{font-size:40px}.news-content[data-v-e7098072]{padding:30px 0;gap:30px}.news-title[data-v-e7098072]{font-size:32px;margin-bottom:30px}.news-article[data-v-e7098072]{gap:15px}.news-article-title[data-v-e7098072]{font-size:18px}.news-snippet[data-v-e7098072]{font-size:16px}.btn-primary[data-v-e7098072]{width:100%;text-align:center}.about-item[data-v-e7098072]{font-size:18px}.join-card[data-v-e7098072]{padding:30px 20px;gap:20px}.join-icon[data-v-e7098072]{width:60px;height:60px}.join-icon svg[data-v-e7098072],.join-icon img[data-v-e7098072]{width:30px;height:30px}.join-card h3[data-v-e7098072],.join-card p[data-v-e7098072]{font-size:20px}.product-container[data-v-e7098072]{padding:30px}.product-item[data-v-e7098072]{height:300px}.product-info[data-v-e7098072]{padding-right:20px;text-align:right}.product-name[data-v-e7098072]{font-size:32px}.monte01-image[data-v-e7098072]{max-width:45%;transform:scale(.7)}.info-item[data-v-e7098072]{font-size:18px}.qr-code img[data-v-e7098072]{width:120px;height:120px}}@media (max-width: 480px){.hero-subtitle[data-v-e7098072]{display:none}}[data-v-2951c1e8]{margin:0;padding:0;box-sizing:border-box}.app[data-v-2951c1e8]{font-family:PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;width:100%;min-height:100vh;margin:0;padding:0}.container[data-v-2951c1e8]{max-width:1920px;margin:0 auto;padding:0 120px;width:100%;box-sizing:border-box}.video-section .container[data-v-2951c1e8]{padding:0}.hero[data-v-2951c1e8]{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.hero-background[data-v-2951c1e8]{position:absolute;inset:0;width:100%;height:100%}.hero-bg[data-v-2951c1e8]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:imgAnimation-2951c1e8 5s linear infinite alternate}@keyframes imgAnimation-2951c1e8{0%{transform:scale(1) translateY(0)}to{transform:scale(1.1) translateY(-10px)}}.hero-content[data-v-2951c1e8]{text-align:center;color:#fff;z-index:2;position:relative;max-width:1400px;padding:0 40px;width:100%}.hero-title[data-v-2951c1e8]{font-size:3rem;font-weight:700;margin-bottom:0;line-height:1.2;text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle[data-v-2951c1e8]{display:none}.product-matrix-section[data-v-2951c1e8]{padding:60px 0;background:#fff;width:100%}.product-matrix-container[data-v-2951c1e8]{background:#f4f6fa;border-radius:67px;padding:60px 120px 100px;max-width:1621px;margin:0 auto;width:100%;position:relative}.product-matrix-title[data-v-2951c1e8]{font-size:40px;font-weight:600;color:#101840;text-align:center;margin-bottom:60px}.product-matrix-content[data-v-2951c1e8]{display:flex;justify-content:space-between;align-items:stretch;gap:60px;width:100%}.product-matrix-item[data-v-2951c1e8]{display:flex;flex-direction:column;align-items:center;height:400px;position:relative;flex:1}.product-matrix-info[data-v-2951c1e8]{flex:1;padding-bottom:20px;text-align:left;width:80%;margin:0 auto}.product-matrix-name[data-v-2951c1e8]{font-size:35px;font-weight:600;color:#101840;margin-bottom:20px}.product-matrix-divider[data-v-2951c1e8]{width:50%;height:2px;background:#bebebe;margin-bottom:25px;margin-left:0}.product-matrix-image[data-v-2951c1e8]{flex:1;height:100%;object-fit:contain;object-position:center;max-width:80%;max-height:300px;transition:all .3s ease;cursor:pointer}.product-matrix-image[data-v-2951c1e8]:hover{transform:translate(4px,-4px) scale(1.05);box-shadow:0 8px 25px #0003}.scenarios-section[data-v-2951c1e8]{padding:60px 0 120px;background:#fff;width:100%}.scenarios-title[data-v-2951c1e8]{font-size:40px;font-weight:600;color:#101840;text-align:center;margin-bottom:60px}.scenarios-grid[data-v-2951c1e8]{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1621px;margin:0 auto;width:100%}.scenario-card[data-v-2951c1e8]{display:flex;flex-direction:column;align-items:center;background:#fff;overflow:hidden;transition:all .3s ease;cursor:pointer;border-radius:12px}.scenario-card[data-v-2951c1e8]:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.scenario-image[data-v-2951c1e8]{width:100%;height:187px;object-fit:cover;border-radius:12px;object-position:center}.scenario-content[data-v-2951c1e8]{padding:24px;width:100%}.scenario-text[data-v-2951c1e8]{font-size:24px;font-weight:500;color:#000;text-align:center;line-height:1.4}.video-section[data-v-2951c1e8]{padding:0;margin-bottom:-4px;background:#f4f6fa;width:100%;position:relative;height:800px;display:flex;align-items:center;overflow:hidden}.video-section[data-v-2951c1e8]{background:#f4f6fa}.video-title[data-v-2951c1e8]{font-size:40px;font-weight:600;color:#fff;text-align:center;margin-bottom:60px;position:relative;z-index:2}.video-content[data-v-2951c1e8]{position:relative;z-index:2;height:100%;display:block}.video-display[data-v-2951c1e8]{width:100%;height:800px;position:relative;display:block}.video-container[data-v-2951c1e8]{position:relative;width:100%;height:100%;line-height:0;display:flex;justify-content:center;align-items:center}.video-container video[data-v-2951c1e8]{width:100%;height:100%;object-fit:contain}.video-title-overlay[data-v-2951c1e8]{position:absolute;top:40px;left:50%;transform:translate(-40%);color:#fff;padding:8px 16px;font-size:32px;font-weight:600;z-index:10;text-shadow:2px 2px 4px rgba(0,0,0,.8);width:90%;text-align:left}.video-item video[data-v-2951c1e8]{width:100%;height:100%;object-fit:cover;border-radius:12px}.video-overlay[data-v-2951c1e8]{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;border-radius:12px;cursor:pointer}.play-button[data-v-2951c1e8]{color:#fff;font-size:48px;background:#000000b3;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.play-button[data-v-2951c1e8]:hover{background:#000000e6;transform:scale(1.1)}.video-nav-arrows[data-v-2951c1e8]{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;pointer-events:none;z-index:10;padding:0 50px}.nav-arrow[data-v-2951c1e8]{width:60px;height:60px;background:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;pointer-events:auto}.nav-arrow[data-v-2951c1e8]:hover{background:#000000e6;transform:scale(1.1)}.arrow-symbol[data-v-2951c1e8]{color:#fff;font-size:28px;font-weight:700}.video-arrows[data-v-2951c1e8]{display:flex;justify-content:center;gap:40px}.arrow-circle[data-v-2951c1e8]{width:91px;height:91px;background:#24242436;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.arrow-circle[data-v-2951c1e8]:hover{background:#24242466;transform:scale(1.1)}.arrow-icon[data-v-2951c1e8]{width:22px;height:38px;filter:brightness(0) invert(1)}.news-title[data-v-2951c1e8]{font-size:45px;font-weight:600;color:#fff;text-align:center;margin-bottom:60px}.news-grid[data-v-2951c1e8]{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1621px;margin:0 auto;width:100%}.news-card[data-v-2951c1e8]{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.news-image[data-v-2951c1e8]{width:100%;height:187px;object-fit:cover;object-position:center}.news-content[data-v-2951c1e8]{padding:24px;width:100%}.news-text[data-v-2951c1e8]{font-size:24px;font-weight:500;color:#000;text-align:center;line-height:1.4}@media (max-width: 1920px){.nav-container[data-v-2951c1e8]{padding:0 260px;gap:150px;transform:translate(-40px)}.container[data-v-2951c1e8]{padding:0 80px}.hero-subtitle[data-v-2951c1e8]{display:none}}@media (max-width: 1200px){.nav-container[data-v-2951c1e8]{padding:0 80px;gap:100px;transform:translate(-30px)}.hero-subtitle[data-v-2951c1e8]{display:none}.scenarios-grid[data-v-2951c1e8],.news-grid[data-v-2951c1e8]{grid-template-columns:repeat(2,1fr);gap:20px}.product-matrix-content[data-v-2951c1e8]{flex-direction:column;gap:40px}.product-matrix-item[data-v-2951c1e8]{height:350px}}@media (max-width: 768px){.video-section[data-v-2951c1e8]{height:400px;max-height:400px}.nav-container[data-v-2951c1e8]{padding:0 60px;gap:60px;transform:translate(-20px)}.header[data-v-2951c1e8]{padding:15px 0}.header-scrolled[data-v-2951c1e8]{padding:10px 0}.hero-subtitle[data-v-2951c1e8]{display:none}.product-matrix-container[data-v-2951c1e8]{padding:40px 30px;border-radius:40px}.product-matrix-title[data-v-2951c1e8],.scenarios-title[data-v-2951c1e8],.video-title[data-v-2951c1e8],.news-title[data-v-2951c1e8]{font-size:32px}.video-display[data-v-2951c1e8]{height:100%;max-height:300px;padding:8px 0}.video-container[data-v-2951c1e8]{max-width:100%;height:100%;max-height:300px}.video-title-overlay[data-v-2951c1e8]{font-size:14px;padding:6px 12px;top:15px}.video-nav-arrows[data-v-2951c1e8]{padding:0 20px}.nav-arrow[data-v-2951c1e8]{width:50px;height:50px}.arrow-symbol[data-v-2951c1e8]{font-size:24px}.scenarios-grid[data-v-2951c1e8],.news-grid[data-v-2951c1e8]{grid-template-columns:1fr;gap:20px}.product-matrix-content[data-v-2951c1e8]{gap:30px}.product-matrix-item[data-v-2951c1e8]{height:300px}.product-matrix-name[data-v-2951c1e8]{font-size:32px}.scenario-text[data-v-2951c1e8],.news-text[data-v-2951c1e8]{font-size:20px}.arrow-circle[data-v-2951c1e8]{width:70px;height:70px}.arrow-icon[data-v-2951c1e8]{width:18px;height:30px}}@media (max-width: 480px){.hero-subtitle[data-v-2951c1e8]{display:none}}[data-v-22e4a5d8]{margin:0;padding:0;box-sizing:border-box}.app[data-v-22e4a5d8]{font-family:PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;width:100%;min-height:100vh;margin:0;padding:0}.container[data-v-22e4a5d8]{max-width:1920px;margin:0 auto;padding:0 120px;width:100%;box-sizing:border-box}.hero[data-v-22e4a5d8]{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.hero-background[data-v-22e4a5d8]{position:absolute;inset:0;width:100%;height:100%}.hero-bg[data-v-22e4a5d8]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:imgAnimation-000266b6-22e4a5d8 5s linear infinite alternate}@keyframes imgAnimation-000266b6-22e4a5d8{0%{transform:scale(1) translateY(0)}to{transform:scale(1.1) translateY(-10px)}}.hero-content[data-v-22e4a5d8]{text-align:center;color:#fff;z-index:2;position:relative;max-width:1400px;padding:0 40px;width:100%}.hero-title[data-v-22e4a5d8]{font-size:3rem;font-weight:700;margin-bottom:0;line-height:1.2;text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle[data-v-22e4a5d8]{display:none}.hero-cards[data-v-22e4a5d8]{display:flex;gap:40px;justify-content:center;flex-wrap:wrap}.hero-card[data-v-22e4a5d8]{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:48px 37px 104px #140b4817;width:660px;height:141px;display:flex;align-items:center;gap:30px;transition:transform .3s ease}.hero-card[data-v-22e4a5d8]:hover{transform:translateY(-5px)}.card-icon[data-v-22e4a5d8]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#98f;flex-shrink:0}.card-icon svg[data-v-22e4a5d8]{width:20px;height:20px}.card-content[data-v-22e4a5d8]{flex:1;text-align:left;display:flex;flex-direction:column;justify-content:flex-start}.card-content h3[data-v-22e4a5d8]{font-size:18px;font-weight:600;color:#20184e;margin-bottom:8px}.card-content p[data-v-22e4a5d8]{font-size:12px;color:#736f8e;line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.join-section[data-v-22e4a5d8]{min-height:90vh;position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:40px 0;background:#f4f6fa}.join-background[data-v-22e4a5d8]{position:absolute;inset:0;z-index:1}.join-bg-image[data-v-22e4a5d8]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.join-overlay[data-v-22e4a5d8]{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d)}.join-lines[data-v-22e4a5d8]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;padding:0 250px}.join-lines .line[data-v-22e4a5d8]{width:1px;height:100%;background:#e6e8f0;opacity:.3}.join-gradient[data-v-22e4a5d8]{position:absolute;top:50%;right:-200px;width:600px;height:600px;background:#897ae3;filter:blur(200px);transform:translateY(-50%);opacity:.3}.join-decoration[data-v-22e4a5d8]{position:absolute;inset:0;pointer-events:none;opacity:.4}.decoration-circle[data-v-22e4a5d8]{position:absolute;border-radius:50%;filter:blur(20px)}.decoration-circle-1[data-v-22e4a5d8]{width:400px;height:400px;top:20%;right:10%;background:#579aff}.decoration-circle-2[data-v-22e4a5d8]{width:300px;height:300px;top:60%;right:20%;background:#ff4ded}.decoration-circle-3[data-v-22e4a5d8]{width:200px;height:200px;top:40%;right:30%;background:#2c67ff}.decoration-circle-4[data-v-22e4a5d8]{width:150px;height:150px;top:30%;right:40%;background:#579aff;filter:blur(30px)}.decoration-circle-5[data-v-22e4a5d8]{width:100px;height:100px;top:70%;right:50%;background:#2c67ff;filter:blur(25px)}.join-content[data-v-22e4a5d8]{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;max-width:100%;padding:60px 60px 60px 0;width:100%;min-height:600px;overflow:visible}.join-left[data-v-22e4a5d8]{flex:.45;display:flex;justify-content:flex-start;align-items:center;height:auto;padding-right:60px;position:relative}.join-right[data-v-22e4a5d8]{flex:.8;max-width:600px;display:flex;flex-direction:column;justify-content:center;height:100%}@media (max-width: 1600px){.join-left[data-v-22e4a5d8]{padding-right:40px}.join-image[data-v-22e4a5d8],.contact-image[data-v-22e4a5d8]{width:110%}.contact-left[data-v-22e4a5d8]{margin-left:120px}}.join-image[data-v-22e4a5d8]{width:115%;max-width:none;height:auto;min-height:500px;object-fit:cover;object-position:right center;margin:0;padding:20px 0;align-self:center;transform:translate(0);-webkit-border-radius:0 20px 20px 0!important;-moz-border-radius:0 20px 20px 0!important;border-radius:0 20px 20px 0!important}.join-title[data-v-22e4a5d8]{font-size:40px;font-weight:600;margin-bottom:20px;line-height:1.3;text-align:left;color:#000}.join-description[data-v-22e4a5d8]{font-size:16px;font-weight:500;color:#696f8c;line-height:1.64;text-align:left;max-width:480px;margin:0 0 80px}.join-cards[data-v-22e4a5d8]{display:flex;flex-direction:column;gap:20px;justify-content:center;flex:1}.join-card[data-v-22e4a5d8]{background:#fff;border-radius:16px;padding:25px 50px 25px 20px;width:auto;min-width:520px;max-width:fit-content;height:auto;min-height:80px;display:flex;align-items:flex-start;position:relative;gap:20px;transition:transform .3s ease;box-shadow:48px 37px 104px #140b4817}.join-card[data-v-22e4a5d8]:hover{transform:translateY(-5px);background:#fff!important}.join-card-link[data-v-22e4a5d8]{text-decoration:none;color:inherit;display:block}.join-card-link[data-v-22e4a5d8]:hover{text-decoration:none;color:inherit;background:none!important}.join-card-link[data-v-22e4a5d8]:focus{background:none!important;outline:none}.join-card[data-v-22e4a5d8]:after{content:"";position:absolute;right:15px;top:50%;transform:translateY(-50%);width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%239988FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;opacity:.5;transition:opacity .3s ease}.join-card[data-v-22e4a5d8]:hover:after{opacity:1}.description-section[data-v-22e4a5d8]{padding:120px 0;background:#fff;width:100%}.description-text[data-v-22e4a5d8]{font-size:22px;font-weight:500;color:#696f8c;line-height:1.64;text-align:center;max-width:773px;margin:0 auto}.contact-section[data-v-22e4a5d8]{min-height:90vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%;padding:40px 0;background:#ebeef7}.contact-background[data-v-22e4a5d8]{position:absolute;inset:0;z-index:1}.contact-bg-image[data-v-22e4a5d8]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.contact-overlay[data-v-22e4a5d8]{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d)}.contact-lines[data-v-22e4a5d8]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;padding:0 250px}.contact-lines .line[data-v-22e4a5d8]{width:1px;height:100%;background:#e6e8f0;opacity:.3}.contact-gradient[data-v-22e4a5d8]{position:absolute;top:50%;left:-200px;width:600px;height:600px;background:#8ca9ff;filter:blur(200px);transform:translateY(-50%);opacity:.3}.contact-decoration[data-v-22e4a5d8]{position:absolute;inset:0;pointer-events:none;opacity:.4}.contact-decoration .decoration-circle-1[data-v-22e4a5d8]{width:400px;height:400px;top:20%;left:10%;background:#579aff}.contact-decoration .decoration-circle-2[data-v-22e4a5d8]{width:300px;height:300px;top:60%;left:20%;background:#ff4ded}.contact-decoration .decoration-circle-3[data-v-22e4a5d8]{width:200px;height:200px;top:40%;left:30%;background:#2c67ff}.contact-decoration .decoration-circle-4[data-v-22e4a5d8]{width:150px;height:150px;top:30%;left:40%;background:#579aff;filter:blur(30px)}.contact-decoration .decoration-circle-5[data-v-22e4a5d8]{width:100px;height:100px;top:70%;left:50%;background:#2c67ff;filter:blur(25px)}.contact-content[data-v-22e4a5d8]{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;max-width:100%;padding:60px 0;width:100%;min-height:600px}.contact-left[data-v-22e4a5d8]{flex:.8;max-width:600px;display:flex;flex-direction:column;justify-content:center;height:100%;margin-left:200px}.contact-right[data-v-22e4a5d8]{flex:.45;display:flex;justify-content:flex-end;align-items:center;height:100%;position:relative}@media (max-width: 1600px){.contact-left[data-v-22e4a5d8]{padding-right:calc(6vw + 40px);margin-left:160px}.join-image[data-v-22e4a5d8],.contact-image[data-v-22e4a5d8]{width:105%}.join-right[data-v-22e4a5d8]{margin-left:40px}}.contact-image[data-v-22e4a5d8]{width:115%;max-width:none;height:auto;min-height:500px;object-fit:cover;object-position:left center;margin:0;padding:20px 0;align-self:center;transform:translate(0);-webkit-border-radius:20px 0 0 20px!important;-moz-border-radius:20px 0 0 20px!important;border-radius:20px 0 0 20px!important}.contact-title[data-v-22e4a5d8]{font-size:40px;font-weight:600;margin-bottom:15px;line-height:1.3;text-align:left;color:#000}.contact-description[data-v-22e4a5d8]{font-size:16px;font-weight:500;color:#696f8c;line-height:1.64;text-align:left;max-width:600px;margin:0 0 80px}.contact-cards[data-v-22e4a5d8]{display:flex;flex-direction:column;gap:20px;justify-content:center;flex:1}.contact-card[data-v-22e4a5d8]{background:linear-gradient(90deg,#fff,#ffffffe6 40%,#fff0);border-radius:16px;padding:25px 20px;width:100%;max-width:450px;height:auto;min-height:80px;display:flex;align-items:flex-start;gap:20px;transition:transform .3s ease}.contact-card[data-v-22e4a5d8]:hover{transform:translateY(-5px)}.contact-card .card-icon[data-v-22e4a5d8]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#98f;flex-shrink:0}.contact-card .card-icon svg[data-v-22e4a5d8]{width:20px;height:20px}.contact-card .card-content h3[data-v-22e4a5d8]{font-size:22px;font-weight:500;color:#000;margin-bottom:4px}.contact-card .card-content p[data-v-22e4a5d8]{font-size:20px;font-weight:500;color:#000;line-height:1.6}@media (max-width: 1920px){.hero-subtitle[data-v-22e4a5d8]{display:none}.nav-container[data-v-22e4a5d8]{padding:0 260px;gap:150px;transform:translate(-40px)}.container[data-v-22e4a5d8]{padding:0 80px}}@media (max-width: 1200px){.hero-subtitle[data-v-22e4a5d8]{display:none}.nav-container[data-v-22e4a5d8]{padding:0 80px;gap:100px;transform:translate(-30px)}.banner-title[data-v-22e4a5d8],.contact-title[data-v-22e4a5d8]{font-size:40px}.banner-cards[data-v-22e4a5d8]{flex-direction:column;gap:30px}.banner-card[data-v-22e4a5d8]{width:100%;max-width:600px}.join-content[data-v-22e4a5d8]{flex-direction:column;padding:0 60px}.join-left[data-v-22e4a5d8]{flex:1;max-width:100%;padding-right:0;margin-bottom:40px}.join-right[data-v-22e4a5d8]{width:100%;margin-left:0}.join-image[data-v-22e4a5d8]{max-width:100%;width:100%}.contact-content[data-v-22e4a5d8]{flex-direction:column;padding:0 60px}.contact-left[data-v-22e4a5d8]{max-width:100%;padding-right:0;margin-bottom:40px;margin-left:0;align-items:center}.contact-right[data-v-22e4a5d8]{flex:1;width:100%}.contact-image[data-v-22e4a5d8]{max-width:100%;width:100%}.contact-card[data-v-22e4a5d8]{max-width:100%}.footer-main[data-v-22e4a5d8]{grid-template-columns:1fr;gap:40px}.contact-title[data-v-22e4a5d8],.contact-description[data-v-22e4a5d8]{text-align:center}}@media (max-width: 768px){.nav-container[data-v-22e4a5d8]{padding:0 60px;gap:60px;transform:translate(-20px)}.header[data-v-22e4a5d8]{padding:15px 0}.header-scrolled[data-v-22e4a5d8]{padding:10px 0}.contact-title[data-v-22e4a5d8]{font-size:2.5rem}.hero-card[data-v-22e4a5d8],.contact-card[data-v-22e4a5d8]{padding:30px 20px;gap:20px}.card-icon[data-v-22e4a5d8]{width:40px;height:40px}.card-icon svg[data-v-22e4a5d8]{width:20px;height:20px}.card-content h3[data-v-22e4a5d8]{font-size:20px}.card-content p[data-v-22e4a5d8]{font-size:16px}.description-text[data-v-22e4a5d8],.contact-description[data-v-22e4a5d8]{font-size:18px}.info-item[data-v-22e4a5d8]{font-size:16px}}@media (max-width: 480px){.hero-title[data-v-22e4a5d8]{font-size:3rem}.hero-subtitle[data-v-22e4a5d8]{display:none}}[data-v-248d92a3]{margin:0;padding:0;box-sizing:border-box}.app[data-v-248d92a3]{font-family:PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;width:100%;min-height:100vh;margin:0;padding:0;background:#fff}.hero[data-v-248d92a3]{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.hero-background[data-v-248d92a3]{position:absolute;inset:0;width:100%;height:100%}.hero-bg[data-v-248d92a3]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:imgAnimation-000266b6-248d92a3 5s linear infinite alternate}@keyframes imgAnimation-000266b6-248d92a3{0%{transform:scale(1) translateY(0)}to{transform:scale(1.1) translateY(-10px)}}.hero-content[data-v-248d92a3]{text-align:center;color:#fff;z-index:2;position:relative;max-width:1400px;padding:0 40px;width:100%}.hero-title[data-v-248d92a3]{font-size:3rem;font-weight:700;margin-bottom:0;line-height:1.2;text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle[data-v-248d92a3]{display:none}.company-intro-section[data-v-248d92a3]{position:relative;background:#fff;padding:0;overflow:hidden;width:100%;min-height:700px;margin:0}.company-intro-background[data-v-248d92a3]{position:absolute;inset:0;background:#f7f7f7;z-index:1}.company-intro-bg-image[data-v-248d92a3]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.company-intro-decoration[data-v-248d92a3]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:657px;height:997px;z-index:1;opacity:.8}.company-intro-decoration-1[data-v-248d92a3]{position:absolute;top:0;left:0;width:100%;height:100%;background:#f7f7f7;border:1px solid transparent;border-radius:8px}.company-intro-decoration-2[data-v-248d92a3]{position:absolute;top:2px;left:2px;width:598px;height:868px;background:#fafafa;border-radius:6px}.company-intro[data-v-248d92a3]{max-width:1400px;margin:0 auto;padding:80px 120px;display:grid;grid-template-columns:1fr 1.6fr;gap:120px;align-items:start;position:relative;z-index:2}@media (max-width: 1200px){.company-intro[data-v-248d92a3]{padding:30px 20px;gap:60px}}@media (max-width: 768px){.company-intro[data-v-248d92a3]{padding:20px 15px;gap:40px;grid-template-columns:1fr}}.intro-left[data-v-248d92a3]{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:400px;padding-top:20px}@media (max-width: 768px){.intro-left[data-v-248d92a3]{max-width:100%}}.intro-content[data-v-248d92a3]{position:relative;z-index:2}.intro-title[data-v-248d92a3]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:40px;line-height:1.3;color:#101840;margin:0 0 15px}.intro-subtitle[data-v-248d92a3]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:16px;line-height:1.3;color:#696f8c;margin:0}.intro-right[data-v-248d92a3]{display:flex;flex-direction:column;gap:30px;padding-top:20px}.intro-item[data-v-248d92a3]{max-width:100%}.item-title[data-v-248d92a3]{font-family:PingFang SC,sans-serif;font-weight:500;font-size:25px;line-height:1.3;color:#101840;margin:0 0 20px}.item-content[data-v-248d92a3]{font-family:PingFang SC,sans-serif;font-weight:500;font-size:19px;line-height:1.8;color:#696f8c;margin:0;max-width:85%}.news-section[data-v-248d92a3]{position:relative;background:#f4f5fa;margin:0;padding:80px 0 260px;overflow:hidden;width:100%;min-height:700px}.news-content-wrapper[data-v-248d92a3]{max-width:1600px;margin:-40px auto 0;padding:0 120px;width:100%;display:grid;grid-template-columns:1fr 2fr;gap:120px;align-items:start;position:relative;z-index:2}.news-background[data-v-248d92a3]{position:absolute;inset:0;width:100%;height:100%;z-index:1}.news-bg-image[data-v-248d92a3]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.news-gradient[data-v-248d92a3]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:553px;height:542px;background:linear-gradient(90deg,#fee140,#fa709a);filter:blur(200px);opacity:.6;z-index:1;border-radius:50%}.news-decoration[data-v-248d92a3]{position:absolute;top:50%;right:0;transform:translateY(-50%);width:493px;height:493px;z-index:1;opacity:.8}.news-decoration-circle[data-v-248d92a3]{position:absolute;top:37px;left:37px;width:418px;height:418px;background:linear-gradient(135deg,#d4b5f9,#f7f1ff);border-radius:50%;opacity:.1;filter:blur(2px)}.news-decoration-border[data-v-248d92a3]{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #8828FF;border-radius:50%;opacity:.5}.news-decoration-elements[data-v-248d92a3]{position:absolute;top:50%;right:0;transform:translateY(-50%);width:980px;height:985px;opacity:.6;z-index:1}.news-decoration-mask[data-v-248d92a3]{position:absolute;top:78px;left:81px;width:817px;height:829px;background:linear-gradient(180deg,#fff0,#fff);border-radius:50%}.news-decoration-circles[data-v-248d92a3]{position:absolute;top:218px;left:173px;width:509px;height:513px}.news-decoration-circle-1[data-v-248d92a3]{position:absolute;top:0;left:113px;width:396px;height:411px;background:#2c67ff;border-radius:50%;filter:blur(7px);opacity:.8}.news-decoration-circle-2[data-v-248d92a3]{position:absolute;top:4px;left:108px;width:396px;height:411px;background:#2c67ff;border-radius:50%;filter:blur(25px);opacity:.6}.news-decoration-circle-3[data-v-248d92a3]{position:absolute;top:16px;left:94px;width:397px;height:412px;background:#2c67ff;border-radius:50%;filter:blur(60px);opacity:.4}.news-decoration-circle-4[data-v-248d92a3]{position:absolute;top:52px;left:54px;width:396px;height:411px;background:#2c67ff;border-radius:50%;filter:blur(131px);opacity:.3}.news-decoration-circle-5[data-v-248d92a3]{position:absolute;top:121px;left:16px;width:363px;height:373px;background:#2c67ff;border-radius:50%;filter:blur(230px);opacity:.2}@media (max-width: 1200px){.news-section[data-v-248d92a3]{padding:30px 20px}}@media (max-width: 768px){.news-section[data-v-248d92a3]{padding:20px 15px;grid-template-columns:1fr}}.news-left[data-v-248d92a3]{position:relative;height:200px;display:flex;flex-direction:column;align-items:flex-start;max-width:400px;z-index:2}@media (max-width: 768px){.news-left[data-v-248d92a3]{max-width:100%;height:auto}}.news-title[data-v-248d92a3]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:40px;line-height:1.3;color:#101840;margin:0 0 15px}.news-subtitle[data-v-248d92a3]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:16px;line-height:1.3;color:#696f8c;margin:0}.news-right[data-v-248d92a3]{display:flex;flex-direction:column;gap:30px;padding-top:0;z-index:2;position:relative}.news-card[data-v-248d92a3]{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;cursor:pointer;position:relative;z-index:2}.news-card[data-v-248d92a3]:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.news-card-alt[data-v-248d92a3]{background:#faf7ff;position:relative;z-index:2}.news-content[data-v-248d92a3]{display:flex;align-items:center;gap:20px}.news-text[data-v-248d92a3]{flex:1}.news-headline[data-v-248d92a3]{font-family:PingFang SC,sans-serif;font-weight:500;font-size:20px;line-height:1.4;color:#000;margin:0 0 12px}.news-description[data-v-248d92a3]{font-family:PingFang SC,sans-serif;font-weight:400;font-size:12px;line-height:1.71;color:#4e4e4e;margin:0;max-width:648px}.news-arrow[data-v-248d92a3]{flex-shrink:0}.arrow-icon[data-v-248d92a3]{width:24px;height:24px;color:#000}@media (max-width: 1920px){.company-intro[data-v-248d92a3],.news-content-wrapper[data-v-248d92a3]{max-width:1400px;padding:80px}.hero-subtitle[data-v-248d92a3]{display:none}}@media (max-width: 1200px){.company-intro[data-v-248d92a3],.news-content-wrapper[data-v-248d92a3]{max-width:100%;grid-template-columns:1fr;gap:60px;padding:60px}.news-left[data-v-248d92a3]{height:auto;position:relative}.news-left[data-v-248d92a3]{position:static;padding:15px 0;align-items:flex-start}.intro-right[data-v-248d92a3],.news-right[data-v-248d92a3]{padding-top:0}.hero-subtitle[data-v-248d92a3]{display:none}}@media (max-width: 768px){.company-intro[data-v-248d92a3]{padding:40px;gap:40px}.news-section[data-v-248d92a3]{padding:40px 0 160px}.news-content-wrapper[data-v-248d92a3]{padding:0 40px;gap:40px}.hero[data-v-248d92a3]{height:600px}.hero-subtitle[data-v-248d92a3]{display:none}.intro-title[data-v-248d92a3],.news-title[data-v-248d92a3]{font-size:25px}.item-title[data-v-248d92a3]{font-size:20px}.item-content[data-v-248d92a3]{font-size:18px;max-width:100%}.news-card[data-v-248d92a3]{padding:24px}.news-headline[data-v-248d92a3]{font-size:20px}.news-description[data-v-248d92a3]{font-size:14px}}@media (max-width: 480px){.hero-subtitle[data-v-248d92a3]{display:none}}.company-intro-section[data-v-248d92a3],.news-section[data-v-248d92a3]{transition:all .3s ease}.hero+.company-intro-section[data-v-248d92a3]{margin-top:0}.company-intro-section+.news-section[data-v-248d92a3]{margin-top:0}.news-detail[data-v-99101f5b]{position:relative;width:100%;overflow-x:hidden}.hero[data-v-99101f5b]{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.hero-background[data-v-99101f5b]{position:absolute;inset:0;width:100%;height:100%}.hero-bg[data-v-99101f5b]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:imgAnimation-000266b6-99101f5b 5s linear infinite alternate}@keyframes imgAnimation-000266b6-99101f5b{0%{transform:scale(1) translateY(0)}to{transform:scale(1.1) translateY(-10px)}}.hero-content[data-v-99101f5b]{text-align:center;color:#fff;z-index:2;position:relative;max-width:1400px;padding:0 40px;width:100%}.hero-title[data-v-99101f5b]{font-size:3rem;font-weight:700;margin-bottom:0;line-height:1.2;text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle[data-v-99101f5b]{display:none}.main-content[data-v-99101f5b]{background:#fff;padding:80px 0}.content-container[data-v-99101f5b]{max-width:1920px;margin:0 auto;padding:0 240px;display:grid;grid-template-columns:400px 1fr;gap:120px;align-items:start}.news-info[data-v-99101f5b]{position:relative}.news-title[data-v-99101f5b]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:45px;line-height:1.3;color:#101840;margin:0 0 15px}.news-subtitle[data-v-99101f5b]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:20px;line-height:1.3;color:#696f8c;margin:0 0 40px}.news-images[data-v-99101f5b]{display:flex;flex-direction:column;gap:20px}.news-image[data-v-99101f5b]{width:255px;height:182px;border-radius:20px;overflow:hidden}@media (max-width: 1200px) and (min-width: 768px){.news-images[data-v-99101f5b]{flex-direction:row;gap:30px;justify-content:flex-start}}.news-image img[data-v-99101f5b]{width:100%;height:100%;object-fit:cover;object-position:center}.article-content[data-v-99101f5b]{max-width:773px}.article-title[data-v-99101f5b]{font-family:PingFang SC,sans-serif;font-weight:500;font-size:32px;line-height:1.4;color:#000;margin:0 0 20px}.article-date[data-v-99101f5b]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:20px;line-height:1.3;color:#696f8c;margin:0 0 40px}.article-text[data-v-99101f5b]{font-family:PingFang SC,sans-serif;font-weight:400;font-size:20px;line-height:1.64;color:#696f8c}.article-text p[data-v-99101f5b]{margin:0 0 30px}.article-text p[data-v-99101f5b]:last-child{margin-bottom:0}@media (max-width: 1920px){.content-container[data-v-99101f5b]{padding:0 160px}.hero-subtitle[data-v-99101f5b]{display:none}}@media (max-width: 1200px){.content-container[data-v-99101f5b]{grid-template-columns:1fr;gap:60px;padding:0 80px}.news-info[data-v-99101f5b]{order:1;margin-bottom:40px}.article-content[data-v-99101f5b]{order:2}.hero-subtitle[data-v-99101f5b]{display:none}}@media (max-width: 768px){.content-container[data-v-99101f5b]{padding:0 40px}.hero[data-v-99101f5b]{height:600px}.hero-subtitle[data-v-99101f5b]{display:none}.news-title[data-v-99101f5b]{font-size:32px}.article-title[data-v-99101f5b]{font-size:20px}.article-text[data-v-99101f5b]{font-size:18px}.news-image[data-v-99101f5b]{width:100%;height:200px}}@media (max-width: 480px){.hero-subtitle[data-v-99101f5b]{display:none}}.news-detail[data-v-f889d384]{position:relative;width:100%;overflow-x:hidden}.hero[data-v-f889d384]{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.hero-background[data-v-f889d384]{position:absolute;inset:0;width:100%;height:100%}.hero-bg[data-v-f889d384]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:imgAnimation-000266b6-f889d384 5s linear infinite alternate}@keyframes imgAnimation-000266b6-f889d384{0%{transform:scale(1) translateY(0)}to{transform:scale(1.1) translateY(-10px)}}.hero-content[data-v-f889d384]{text-align:center;color:#fff;z-index:2;position:relative;max-width:1400px;padding:0 40px;width:100%}.hero-title[data-v-f889d384]{font-size:3rem;font-weight:700;margin-bottom:0;line-height:1.2;text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle[data-v-f889d384]{display:none}.main-content[data-v-f889d384]{background:#fff;padding:80px 0}.content-container[data-v-f889d384]{max-width:1920px;margin:0 auto;padding:0 240px;display:grid;grid-template-columns:400px 1fr;gap:120px;align-items:start}.news-info[data-v-f889d384]{position:relative}.news-title[data-v-f889d384]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:45px;line-height:1.3;color:#101840;margin:0 0 15px}.news-subtitle[data-v-f889d384]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:20px;line-height:1.3;color:#696f8c;margin:0 0 40px}.news-images[data-v-f889d384]{display:flex;flex-direction:column;gap:20px}.news-image[data-v-f889d384]{width:255px;height:182px;border-radius:20px;overflow:hidden}@media (max-width: 1200px) and (min-width: 768px){.news-images[data-v-f889d384]{flex-direction:row;gap:30px;justify-content:flex-start}}.news-image img[data-v-f889d384]{width:100%;height:100%;object-fit:cover;object-position:center}.article-content[data-v-f889d384]{max-width:773px}.article-title[data-v-f889d384]{font-family:PingFang SC,sans-serif;font-weight:500;font-size:32px;line-height:1.4;color:#000;margin:0 0 20px}.article-date[data-v-f889d384]{font-family:PingFang SC,sans-serif;font-weight:600;font-size:20px;line-height:1.3;color:#696f8c;margin:0 0 40px}.article-text[data-v-f889d384]{font-family:PingFang SC,sans-serif;font-weight:400;font-size:20px;line-height:1.64;color:#696f8c}.article-text p[data-v-f889d384]{margin:0 0 30px}.article-text p[data-v-f889d384]:last-child{margin-bottom:0}@media (max-width: 1920px){.content-container[data-v-f889d384]{padding:0 160px}.hero-subtitle[data-v-f889d384]{display:none}}@media (max-width: 1200px){.content-container[data-v-f889d384]{grid-template-columns:1fr;gap:60px;padding:0 80px}.news-info[data-v-f889d384]{order:1;margin-bottom:40px}.article-content[data-v-f889d384]{order:2}.hero-subtitle[data-v-f889d384]{display:none}}@media (max-width: 768px){.content-container[data-v-f889d384]{padding:0 40px}.hero[data-v-f889d384]{height:600px}.hero-subtitle[data-v-f889d384]{display:none}.news-title[data-v-f889d384]{font-size:32px}.article-title[data-v-f889d384]{font-size:20px}.article-text[data-v-f889d384]{font-size:18px}.news-image[data-v-f889d384]{width:100%;height:200px}}@media (max-width: 480px){.hero-subtitle[data-v-f889d384]{display:none}}
