@charset "UTF-8";.app-header[data-v-637d4343]{position:fixed;top:0;left:0;width:100%;height:3.2rem;background-color:transparent;z-index:100;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.app-header.dark-theme .nav-list .nav-item[data-v-637d4343]{color:#000}.app-header.dark-theme .nav-list .nav-item[data-v-637d4343]:after{background-color:#000}.app-header.dark-theme .lang-switch[data-v-637d4343]{color:#000}.app-header.dark-theme .lang-switch .lang-text[data-v-637d4343]{color:#43678999}.app-header.dark-theme .lang-switch .lang-text.active[data-v-637d4343]{color:#000}.app-header.dark-theme .lang-switch .separator[data-v-637d4343]{color:#43678999}.app-header.dark-theme .search-wrapper .search-icon-btn[data-v-637d4343]{color:#436789}.app-header.dark-theme .search-wrapper .search-icon-btn svg[data-v-637d4343]{stroke:#436789}.app-header.dark-theme .search-wrapper .search-input[data-v-637d4343]{border-color:#436789;color:#436789}.app-header.dark-theme .search-wrapper .search-input[data-v-637d4343]::placeholder{color:#436789}.app-header.is-scrolled[data-v-637d4343]{background-color:#ffffffd9;backdrop-filter:blur(.26667rem);-webkit-backdrop-filter:blur(.26667rem);box-shadow:0 .05333rem .26667rem #0000000d}.app-header .header-container[data-v-637d4343]{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1.46667rem;position:relative;z-index:100}.app-header .logo[data-v-637d4343]{padding-block:.4rem;width:2.66667rem;height:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.app-header .logo .logo_image[data-v-637d4343]{width:auto;height:100%}.app-header .nav-list[data-v-637d4343]{display:flex;justify-content:center;align-items:center;gap:1.76rem}.app-header .nav-list .nav-item[data-v-637d4343]{color:#fff;text-decoration:none;font-size:.53333rem;font-weight:500;position:relative;padding:.13333rem 0;transition:color .3s;letter-spacing:.02667rem}.app-header .nav-list .nav-item[data-v-637d4343]:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:.05333rem;background-color:#fff;transition:width .3s}.app-header .nav-list .nav-item[data-v-637d4343]:hover:after,.app-header .nav-list .nav-item.router-link-active[data-v-637d4343]:after{width:100%}.app-header .header-right[data-v-637d4343]{width:4rem;height:100%;display:flex;align-items:center;justify-content:flex-end}.app-header .lang-switch[data-v-637d4343]{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;padding:.10667rem .21333rem;margin-right:.53333rem;height:.85333rem}.app-header .lang-switch .lang-text[data-v-637d4343]{font-size:.58667rem;color:#ffffffb3;transition:color .3s;z-index:2;font-family:Arial,sans-serif}.app-header .lang-switch .lang-text.active[data-v-637d4343]{color:#fff;font-weight:700}.app-header .lang-switch .separator[data-v-637d4343]{margin:0 .16rem;color:#ffffffb3;font-size:.37333rem;z-index:2}.app-header .search-wrapper[data-v-637d4343]{display:flex;align-items:center;position:relative;height:.85333rem}.app-header .search-wrapper .search-input-container[data-v-637d4343]{width:0;height:.85333rem;display:flex;align-items:center;overflow:hidden;transition:width .4s cubic-bezier(.4,0,.2,1);opacity:0}.app-header .search-wrapper .search-input[data-v-637d4343]{width:5.33333rem;height:.85333rem;line-height:.85333rem;box-sizing:border-box;padding:0 .32rem;border:.02667rem solid rgba(255,255,255,.5);border-radius:.42667rem;background-color:#ffffff1a;color:#fff;font-size:.37333rem;outline:none;transition:all .3s}.app-header .search-wrapper .search-input[data-v-637d4343]::placeholder{color:#fff9}.app-header .search-wrapper .search-input[data-v-637d4343]:focus{background-color:#fff3;border-color:#fff}.app-header .search-wrapper .search-icon-btn[data-v-637d4343]{width:.85333rem;height:.85333rem;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fffc;transition:color .3s,transform .3s;margin-left:.13333rem}.app-header .search-wrapper .search-icon-btn[data-v-637d4343]:hover{color:#fff}.app-header .search-wrapper .search-icon-btn svg[data-v-637d4343]{transition:transform .3s}.app-header .search-wrapper.is-active .search-input-container[data-v-637d4343]{width:5.33333rem;opacity:1}.app-header .search-wrapper.is-active .search-icon-btn svg[data-v-637d4343]{transform:rotate(90deg)}@media screen and (max-width: 768px){.app-header[data-v-637d4343]{padding:.26667rem 0}.app-header .header-container[data-v-637d4343]{padding:0 .4rem}.app-header .nav-list[data-v-637d4343],.app-header .lang-switch[data-v-637d4343]{display:none}.app-header .mobile-menu-btn[data-v-637d4343]{display:flex;flex-direction:column;justify-content:space-between;width:.74667rem;height:.53333rem;cursor:pointer;z-index:101}.app-header .mobile-menu-btn .line[data-v-637d4343]{display:block;height:.05333rem;background-color:#fff;border-radius:.05333rem;transition:all .3s ease}.app-header .mobile-menu-btn .line-1[data-v-637d4343],.app-header .mobile-menu-btn .line-2[data-v-637d4343]{width:100%}.app-header .mobile-menu-btn .line-3[data-v-637d4343]{width:70%;margin-left:auto}.app-header .mobile-menu-btn.is-active .line-1[data-v-637d4343]{transform:translateY(.24rem) rotate(45deg)}.app-header .mobile-menu-btn.is-active .line-2[data-v-637d4343]{opacity:0}.app-header .mobile-menu-btn.is-active .line-3[data-v-637d4343]{width:100%;transform:translateY(-.24rem) rotate(-45deg)}.app-header.dark-theme .mobile-menu-btn .line[data-v-637d4343]{background-color:#000}.app-header.dark-theme.is-mobile-menu-open .mobile-menu-btn .line[data-v-637d4343]{background-color:#fff}.mobile-nav-overlay[data-v-637d4343]{display:flex;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000000f2;z-index:99;opacity:0;pointer-events:none;transition:opacity .3s ease;align-items:center;justify-content:center}.mobile-nav-overlay.is-active[data-v-637d4343]{opacity:1;pointer-events:auto}.mobile-nav-overlay .mobile-nav-list[data-v-637d4343]{display:flex;flex-direction:column;align-items:center;gap:.8rem}.mobile-nav-overlay .mobile-nav-list .nav-item[data-v-637d4343]{color:#fff;font-size:.53333rem;text-decoration:none;letter-spacing:.05333rem;transition:color .3s}.mobile-nav-overlay .mobile-nav-list .nav-item[data-v-637d4343]:active{color:#aaa}.mobile-nav-overlay .mobile-nav-list .mobile-lang-switch[data-v-637d4343]{display:flex;align-items:center;margin-top:.53333rem}.mobile-nav-overlay .mobile-nav-list .mobile-lang-switch .lang-text[data-v-637d4343]{font-size:.48rem;color:#fff9}.mobile-nav-overlay .mobile-nav-list .mobile-lang-switch .lang-text.active[data-v-637d4343]{color:#fff;font-weight:700}.mobile-nav-overlay .mobile-nav-list .mobile-lang-switch .separator[data-v-637d4343]{margin:0 .26667rem;color:#fff9}}@media screen and (min-width: 769px){.mobile-menu-btn[data-v-637d4343],.mobile-nav-overlay[data-v-637d4343]{display:none!important}}.app-footer[data-v-df53ec94]{width:100%;height:10.08rem;background-color:#f5f6f8;position:relative;display:flex;justify-content:center}.app-footer .footer-content[data-v-df53ec94]{width:51.2rem;padding-top:2.16rem;padding-left:5.14667rem;padding-right:4.61333rem;display:flex;align-items:flex-start}.app-footer .footer-col[data-v-df53ec94]{display:flex;flex-direction:column;text-align:left}.app-footer .col-title[data-v-df53ec94]{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:.53333rem;color:#2b2b2b;margin-bottom:.8rem;line-height:1}.app-footer .logo-col[data-v-df53ec94]{width:5.2rem;margin-right:1.86667rem}.app-footer .logo-col .logo-placeholder[data-v-df53ec94]{display:flex;align-items:center}.app-footer .logo-col .logo-placeholder .icon-placeholder[data-v-df53ec94]{width:1.28rem;height:auto}.app-footer .links-col[data-v-df53ec94]{width:fit-content;margin-right:2.02667rem}.app-footer .links-col .links-grid[data-v-df53ec94]{display:grid;grid-template-columns:1fr 1fr;row-gap:.64rem;column-gap:.53333rem}.app-footer .links-col .links-grid .link-item[data-v-df53ec94]{width:fit-content;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.42667rem;color:#3c3c3c;text-decoration:none;transition:color .3s;line-height:1}.app-footer .links-col .links-grid .link-item[data-v-df53ec94]:hover{color:#3b82f6}.app-footer .contact-col[data-v-df53ec94]{flex:1}.app-footer .contact-col .contact-grid[data-v-df53ec94]{display:grid;grid-template-columns:8.53333rem 1fr;row-gap:.64rem}.app-footer .contact-col .contact-grid .contact-item[data-v-df53ec94]{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.37333rem;color:#666;margin:0;line-height:1}.app-footer .contact-col .contact-grid .address-item[data-v-df53ec94]{width:10.98667rem}.app-footer .qrcode-col[data-v-df53ec94]{width:3.54667rem;align-items:center;margin-left:auto;margin-top:1.33333rem}.app-footer .qrcode-col .qrcode-placeholder[data-v-df53ec94]{width:3.54667rem;height:3.54667rem;background-color:#fff;border-radius:.16rem;margin-bottom:.32rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.app-footer .qrcode-col .qrcode-placeholder .qrcode-img[data-v-df53ec94]{width:3.01333rem;height:3.01333rem;object-fit:cover}.app-footer .qrcode-col .qrcode-text[data-v-df53ec94]{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.37333rem;color:#666;margin:0;text-align:center}@media screen and (max-width: 768px){.app-footer[data-v-df53ec94]{height:auto}.app-footer .footer-content[data-v-df53ec94]{width:100%;padding:1.06667rem .53333rem;flex-direction:column;align-items:center;gap:1.06667rem}.app-footer .logo-col[data-v-df53ec94],.app-footer .links-col[data-v-df53ec94]{width:100%;margin-right:0;align-items:center;text-align:center}.app-footer .contact-col[data-v-df53ec94]{width:100%;align-items:center}.app-footer .contact-col .contact-grid[data-v-df53ec94]{grid-template-columns:1fr;text-align:center}.app-footer .qrcode-col[data-v-df53ec94]{margin-left:0}}.footer-bottom[data-v-df53ec94]{margin-top:1.06667rem;padding-top:.53333rem;border-top:.02667rem solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:.26667rem;font-size:.37333rem;color:gray;position:absolute;bottom:.53333rem}@media (min-width: 768px){.footer-bottom[data-v-df53ec94]{flex-direction:row;justify-content:center;gap:.53333rem}}.footer-bottom .copyright[data-v-df53ec94]{text-align:center}.footer-bottom .icp-info a[data-v-df53ec94]{color:gray;text-decoration:none;transition:color .3s}.footer-bottom .icp-info a[data-v-df53ec94]:hover{color:#000}::-webkit-scrollbar{width:.21333rem;height:.21333rem;background-color:#fff0}::-webkit-scrollbar-track{background-color:transparent;border-radius:.10667rem}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.10667rem;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#app-container{font-family:Avenir,Helvetica,Arial,sans-serif;text-align:center;color:#2c3e50;position:relative;min-height:100vh}.no-footer{padding-bottom:0}.main-content{width:100%;margin:0 auto}.vertical-pagination[data-v-0df839dd]{position:absolute;left:1.46667rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;flex-direction:column;gap:.53333rem;color:#fff;z-index:10;width:1.06667rem}.vertical-pagination.global-pagination[data-v-0df839dd]{position:fixed;z-index:100;pointer-events:none}.vertical-pagination.global-pagination .arrow[data-v-0df839dd]{pointer-events:auto}.vertical-pagination .pagination-content[data-v-0df839dd]{display:flex;flex-direction:column;align-items:center;gap:.42667rem}.vertical-pagination .arrow[data-v-0df839dd]{cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.8;transition:all .3s}.vertical-pagination .arrow[data-v-0df839dd]:hover{opacity:1;transform:scale(1.1)}.vertical-pagination .page-num[data-v-0df839dd]{font-size:.74667rem;font-weight:600;line-height:1;font-family:Arial,sans-serif;writing-mode:horizontal-tb}.vertical-pagination .line-wrapper[data-v-0df839dd]{display:flex;align-items:center;position:relative}.vertical-pagination .line[data-v-0df839dd]{width:.64rem;height:.05333rem;background-color:#fff6;margin:.10667rem 0}.vertical-pagination.dark-theme[data-v-0df839dd]{color:#3a5b84}.vertical-pagination.dark-theme .line[data-v-0df839dd]{background-color:#3a5b8466}.section-page-text[data-v-0df839dd]{position:absolute;left:2.85333rem;top:50%;transform:translateY(-50%);white-space:nowrap;font-size:.48rem;font-weight:500;color:#fff;z-index:10;writing-mode:horizontal-tb;text-orientation:mixed}.section-page-text.dark-theme[data-v-0df839dd]{color:#3a5b84}.home[data-v-0df839dd]{width:100%;height:100vh;overflow:hidden}.home .scroll-container[data-v-0df839dd]{width:100%;height:100%;transition:transform .8s cubic-bezier(.5,0,.1,1)}.home .section[data-v-0df839dd]{width:100vw;height:100vh;position:relative;overflow:hidden}.home .section.has-bg-anim[data-v-0df839dd]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-position:center;background-size:cover;background-repeat:no-repeat;transform:scale(1.15);transition:transform 5s cubic-bezier(.25,.8,.25,1);will-change:transform}.home .section.has-bg-anim.active-section[data-v-0df839dd]:before{transform:scale(1)}.home .banner[data-v-0df839dd]:before{background-image:url(https://galaxy-ai.oss-cn-hangzhou.aliyuncs.com/fusheng/home1.png)}.home .banner[data-v-0df839dd]{display:flex;flex-direction:column;align-items:center}.home .banner .bannerTitle[data-v-0df839dd]{width:32.10667rem;height:3.14667rem;object-fit:contain;margin-bottom:.72rem;margin-top:8.02667rem}.home .banner .bannerSubtitle[data-v-0df839dd]{font-size:1.06667rem;font-family:PingFang SC,Microsoft YaHei,sans-serif;color:#fff;letter-spacing:2.72rem;margin-right:-2.72rem;font-weight:300;text-align:center;margin-bottom:.8rem}.home .banner .bannerSubtitle.is-en[data-v-0df839dd]{letter-spacing:.10667rem;margin-right:-.10667rem;font-family:Arial,sans-serif;font-weight:400;font-size:.96rem}.home .banner .bannerText[data-v-0df839dd]{width:23.52rem;height:1.57333rem;object-fit:contain}.home .banner .bannerENText[data-v-0df839dd]{width:25.36rem;height:6.4rem;object-fit:contain;margin-bottom:.72rem;margin-top:6.96rem}.home .banner .contactUs[data-v-0df839dd]{width:4.26667rem;height:1.33333rem;font-size:.48rem;border-radius:.10667rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;background-color:transparent;color:#fff;border:.02667rem solid #fff}.home .banner .contactUs[data-v-0df839dd]:hover{background-color:#ffffff1a}.home .banner .contactUs[data-v-0df839dd]{margin-top:2.13333rem}.home .aboutUs[data-v-0df839dd]:before{background-image:url(https://galaxy-ai.oss-cn-hangzhou.aliyuncs.com/fusheng/home2.png)}.home .aboutUs[data-v-0df839dd]{display:flex;justify-content:flex-end;padding-right:3.38667rem}.home .aboutUs .aboutUsContent[data-v-0df839dd]{width:37.33333rem;padding-top:3.78667rem;display:flex;flex-direction:column;align-items:flex-end}.home .aboutUs .aboutUsContent .aboutUsGridEN[data-v-0df839dd]{margin-bottom:2.88rem!important}.home .aboutUs .aboutUsContent .aboutUsGrid[data-v-0df839dd]{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;margin-bottom:6.08rem;gap:2.66667rem}.home .aboutUs .aboutUsContent .aboutUsGrid .aboutUsGridItem[data-v-0df839dd]{width:8.53333rem;font-family:DIN Alternate,DIN Alternate;font-weight:700;font-size:2.45333rem;color:#436789;text-align:right}.home .aboutUs .aboutUsContent .aboutUsGrid .aboutUsGridItem .aboutUsGridItemTitle[data-v-0df839dd]{margin-bottom:.13333rem}.home .aboutUs .aboutUsContent .aboutUsGrid .aboutUsGridItem .aboutUsGridItemDesc[data-v-0df839dd]{height:1.06667rem;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.85333rem;color:#46749f94}.home .aboutUs .aboutUsContent .aboutUsParagraph[data-v-0df839dd]{width:18.8rem;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.96rem;color:#46749f;text-align:left;line-height:1.5}.home .aboutUs .aboutUsContent .aboutUsParagraphEN[data-v-0df839dd]{width:18.8rem;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.8rem;color:#46749f;text-align:left;line-height:1.5}.home .productPreview[data-v-0df839dd]{background:#fff;box-sizing:border-box;display:flex}.home .productPreview .productPreviewContent[data-v-0df839dd]{padding-top:2.53333rem;padding-bottom:1.57333rem;padding-left:8.8rem;box-sizing:border-box}.home .productPreview .productPreviewContent .product-group[data-v-0df839dd]{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:.85333rem;box-sizing:border-box}.home .productPreview .productPreviewContent .productPreviewItem[data-v-0df839dd]{width:8.77333rem;height:10.66667rem;background:#fff;border:.02667rem solid #f0f0f0;border-radius:.10667rem;padding:.4rem;display:flex;flex-direction:column;box-sizing:border-box;cursor:pointer;transition:all .3s ease}.home .productPreview .productPreviewContent .productPreviewItem[data-v-0df839dd]:hover{box-shadow:0 .10667rem .32rem #0000000d}.home .productPreview .productPreviewContent .productPreviewItem:hover .productPreviewItemTitle[data-v-0df839dd]{color:#165dff}.home .productPreview .productPreviewContent .productPreviewItem:hover .img-container[data-v-0df839dd]:after{opacity:1}.home .productPreview .productPreviewContent .productPreviewItem:hover .img-container .view-details-btn[data-v-0df839dd]{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.home .productPreview .productPreviewContent .productPreviewItem .img-container[data-v-0df839dd]{width:100%;flex:1;background:#f4f5f7;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:.53333rem;padding:.26667rem;box-sizing:border-box}.home .productPreview .productPreviewContent .productPreviewItem .img-container[data-v-0df839dd]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;opacity:0;transition:opacity .3s ease;z-index:1}.home .productPreview .productPreviewContent .productPreviewItem .img-container .productPreviewItemImg[data-v-0df839dd]{max-width:100%;max-height:100%;object-fit:contain}.home .productPreview .productPreviewContent .productPreviewItem .img-container .view-details-btn[data-v-0df839dd]{position:absolute;top:50%;left:50%;transform:translate(-50%,-30%);background:#2b65f5;color:#fff;padding:.32rem .8rem;font-size:.42667rem;border-radius:.10667rem;white-space:nowrap;cursor:pointer;transition:all .3s ease;z-index:2;opacity:0;visibility:hidden}.home .productPreview .productPreviewContent .productPreviewItem .img-container .view-details-btn[data-v-0df839dd]:hover{background:#1045c4}.home .productPreview .productPreviewContent .productPreviewItem .productPreviewItemTitle[data-v-0df839dd]{width:100%;height:1.86667rem;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.64rem;color:#000;text-align:center;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.home .productPreview .productPreviewContent .carousel-controls[data-v-0df839dd]{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:1.06667rem;box-sizing:border-box}.home .productPreview .productPreviewContent .carousel-controls .arrows[data-v-0df839dd]{display:flex;gap:.42667rem}.home .productPreview .productPreviewContent .carousel-controls .arrows .arrow-btn[data-v-0df839dd]{width:1.28rem;height:1.28rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;border:.02667rem solid #e1e1e1;background:#fff;color:#999}.home .productPreview .productPreviewContent .carousel-controls .arrows .arrow-btn[data-v-0df839dd]:hover:not(.disabled){background:#165dff;color:#fff;border-color:#165dff}.home .productPreview .productPreviewContent .carousel-controls .arrows .arrow-btn.next[data-v-0df839dd]{background:#165dff;color:#fff;border-color:#165dff}.home .productPreview .productPreviewContent .carousel-controls .arrows .arrow-btn.next.disabled[data-v-0df839dd]{background:#fff;color:#999;border-color:#e1e1e1}.home .productPreview .productPreviewContent .carousel-controls .arrows .arrow-btn.disabled[data-v-0df839dd]{opacity:.5;cursor:not-allowed}.home .productPreview .productPreviewContent .carousel-controls .view-more-btn[data-v-0df839dd]{background:#165dff;color:#fff;padding:.32rem .85333rem;font-size:.42667rem;cursor:pointer;transition:all .3s}.home .productPreview .productPreviewContent .carousel-controls .view-more-btn[data-v-0df839dd]:hover{background:#1045c4}.home .applicationField[data-v-0df839dd]{position:relative;background:#000}.home .applicationField .accordion-container[data-v-0df839dd]{display:flex;width:100vw;height:100vh;overflow:hidden}.home .applicationField .accordion-container .accordion-item[data-v-0df839dd]{flex:358;position:relative;overflow:hidden;transition:flex .6s ease-in-out;cursor:pointer}.home .applicationField .accordion-container .accordion-item.active[data-v-0df839dd]{flex:488}.home .applicationField .accordion-container .accordion-item .bg-img[data-v-0df839dd]{position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;min-width:100%;object-fit:cover;transition:transform .8s ease-in-out}.home .applicationField .accordion-container .accordion-item .bg-img.grayscale[data-v-0df839dd]{filter:grayscale(100%)}.home .applicationField .accordion-container .accordion-item[data-v-0df839dd]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,#000c,#0000);pointer-events:none}.home .applicationField .accordion-container .accordion-item .content-overlay[data-v-0df839dd]{position:absolute;bottom:3.2rem;left:0;width:100%;text-align:center;color:#fff;z-index:2}.home .applicationField .accordion-container .accordion-item .content-overlay .title[data-v-0df839dd]{font-size:1.06667rem;font-weight:600;margin-bottom:.26667rem;white-space:nowrap}.home .applicationField .accordion-container .accordion-item .content-overlay .titleEN[data-v-0df839dd]{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:.93333rem;color:#fff;width:7.73333rem;margin:0 auto}.home .applicationField .accordion-container .accordion-item .content-overlay .subtitle[data-v-0df839dd]{font-size:.53333rem;font-weight:400;white-space:normal;word-break:break-word}.home .enterpriseStrengths[data-v-0df839dd]:before{background-image:url(https://galaxy-ai.oss-cn-hangzhou.aliyuncs.com/fusheng/home11.png)}.home .enterpriseStrengths[data-v-0df839dd]{height:100vh;position:relative;display:flex;align-items:center;justify-content:center}.home .enterpriseStrengths .strengths-container[data-v-0df839dd]{display:flex;gap:0;width:39.57333rem;height:100vh;padding-left:5.33333rem}.home .enterpriseStrengths .strengths-container .strength-card[data-v-0df839dd]{width:9.89333rem;height:100%;position:relative;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;padding:1.06667rem}.home .enterpriseStrengths .strengths-container .strength-card[data-v-0df839dd]:last-child{border-right:none}.home .enterpriseStrengths .strengths-container .strength-card .card-content[data-v-0df839dd]{position:relative;z-index:2;width:6.66667rem;height:12.8rem;display:flex;flex-direction:column;justify-content:flex-start;color:#fff;text-align:left}.home .enterpriseStrengths .strengths-container .strength-card .card-content .icon[data-v-0df839dd]{width:1.70667rem;height:1.70667rem;margin-bottom:.8rem;object-fit:contain}.home .enterpriseStrengths .strengths-container .strength-card .card-content .title[data-v-0df839dd]{font-size:.85333rem;font-weight:600;margin-bottom:.32rem;font-family:PingFang SC,sans-serif}.home .enterpriseStrengths .strengths-container .strength-card .card-content .subtitle[data-v-0df839dd]{font-size:.42667rem;opacity:.8;margin-bottom:.64rem;font-family:Arial,sans-serif}.home .enterpriseStrengths .strengths-container .strength-card .card-content .divider[data-v-0df839dd]{width:1.06667rem;height:.08rem;background-color:#fff;margin-bottom:.64rem;opacity:0;transform:translate(-.53333rem);transition:all .3s ease}.home .enterpriseStrengths .strengths-container .strength-card .card-content .desc[data-v-0df839dd]{font-size:.48rem;line-height:1.8;opacity:0;transform:translateY(.53333rem);transition:all .4s ease}.home .enterpriseStrengths .strengths-container .strength-card .hover-bg[data-v-0df839dd]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0162e400,#0162e4);border-radius:0;opacity:0;transition:opacity .3s ease;z-index:1}.home .enterpriseStrengths .strengths-container .strength-card:hover .hover-bg[data-v-0df839dd]{opacity:1}.home .enterpriseStrengths .strengths-container .strength-card:hover .card-content .divider[data-v-0df839dd]{opacity:1;transform:translate(0)}.home .enterpriseStrengths .strengths-container .strength-card:hover .card-content .desc[data-v-0df839dd]{opacity:1;transform:translateY(0)}.home .enterpriseDistribution[data-v-0df839dd]{background:#f8f9fa;display:flex;justify-content:center;align-items:center;position:relative}.home .enterpriseDistribution .distribution-content[data-v-0df839dd]{width:37.33333rem;height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:3.94667rem}.home .enterpriseDistribution .map-wrapper[data-v-0df839dd]{width:100%;position:relative;margin-top:-2.13333rem}.home .enterpriseDistribution .map-wrapper .map-img[data-v-0df839dd]{width:100%;object-fit:contain}.home .enterpriseDistribution .map-wrapper .map-hotspot[data-v-0df839dd]{position:absolute;width:1.06667rem;height:1.06667rem;cursor:pointer;z-index:10;transform:translate(-50%,-50%)}.home .enterpriseDistribution .map-wrapper .map-hotspot.huizhou[data-v-0df839dd]{top:62%;left:76%}.home .enterpriseDistribution .map-wrapper .map-hotspot .map-popup[data-v-0df839dd]{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-.26667rem);background:#fff;color:#333;padding:.32rem .53333rem;border-radius:.21333rem;font-size:.42667rem;font-weight:500;white-space:nowrap;box-shadow:0 .10667rem .53333rem #00000026;pointer-events:none}.home .enterpriseDistribution .map-wrapper .map-hotspot .map-popup .popup-arrow[data-v-0df839dd]{position:absolute;bottom:-.21333rem;left:50%;transform:translate(-50%);width:0;height:0;border-left:.21333rem solid transparent;border-right:.21333rem solid transparent;border-top:.21333rem solid #fff}.home .enterpriseDistribution .cards-wrapper[data-v-0df839dd]{display:flex;justify-content:space-between;width:100%;gap:.8rem;margin-top:-5.33333rem;position:relative}.home .enterpriseDistribution .location-card[data-v-0df839dd]{border-radius:.32rem;padding:.98667rem .85333rem;flex:1;background:#ffffff80;box-shadow:0 .10667rem 2.26667rem #0000000d;text-align:left}.home .enterpriseDistribution .location-card .card-title[data-v-0df839dd]{font-size:.53333rem;font-weight:600;color:#333;display:flex;align-items:center;margin-bottom:.32rem}.home .enterpriseDistribution .location-card .card-title .blue-line[data-v-0df839dd]{width:.10667rem;height:.53333rem;background:#0162e4;margin-right:.32rem}.home .enterpriseDistribution .location-card .card-address[data-v-0df839dd]{font-size:.42667rem;color:#666;line-height:1.6;margin-bottom:.53333rem;min-height:1.17333rem}.home .enterpriseDistribution .location-card .card-contact p[data-v-0df839dd]{font-size:.37333rem;color:#999;margin-bottom:.21333rem;line-height:1.5}.home .enterpriseDistribution .location-card .card-contact p[data-v-0df839dd]:last-child{margin-bottom:0}.home .footer-section[data-v-0df839dd]{height:10.08rem;position:relative}.fade-enter-active[data-v-0df839dd],.fade-leave-active[data-v-0df839dd]{transition:opacity .3s ease,transform .3s ease}.fade-enter-from[data-v-0df839dd],.fade-leave-to[data-v-0df839dd]{opacity:0;transform:translate(-50%) translateY(0)!important}@media screen and (max-width: 768px){.vertical-pagination.global-pagination[data-v-0df839dd]{display:none!important}.home .banner[data-v-0df839dd]:before{background-image:url(https://galaxy-ai.oss-cn-hangzhou.aliyuncs.com/fusheng/homeMobile1.png)}.home .banner .bannerText[data-v-0df839dd]{width:5.46667rem;height:2.66667rem;margin-top:5.57333rem}.home .banner .subTitle[data-v-0df839dd]{width:8.02667rem;height:.58667rem;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.42667rem;color:#fff;margin-top:.42667rem}.home .aboutUs[data-v-0df839dd]{justify-content:center;padding-right:0;align-items:flex-start}.home .aboutUs[data-v-0df839dd]:before{background:url(https://galaxy-ai.oss-cn-hangzhou.aliyuncs.com/fusheng/homeMobile2.png)}.home .aboutUs.has-bg-anim[data-v-0df839dd]:before{background-position:center bottom;background-size:cover;transform-origin:bottom center}.home .aboutUs.has-bg-anim.active-section[data-v-0df839dd]:before{transform:scale(1.5)}.home .aboutUs .mobile-section-title[data-v-0df839dd]{font-size:.69333rem;color:#436789;font-weight:500;margin-bottom:1.33333rem;text-align:center;font-family:PingFang SC,sans-serif}.home .aboutUs .aboutUsContent[data-v-0df839dd]{width:100%;padding-top:2.13333rem;padding-left:.53333rem;padding-right:.53333rem;align-items:center;box-sizing:border-box}.home .aboutUs .aboutUsContent .aboutUsGrid[data-v-0df839dd]{grid-template-columns:repeat(2,1fr);gap:1.06667rem .53333rem;margin-bottom:1.6rem;width:100%;max-width:8.53333rem}.home .aboutUs .aboutUsContent .aboutUsGrid .aboutUsGridItem[data-v-0df839dd]{width:100%;text-align:center}.home .aboutUs .aboutUsContent .aboutUsGrid .aboutUsGridItem .aboutUsGridItemTitle[data-v-0df839dd]{font-size:.85333rem;color:#436789;margin-bottom:.21333rem;line-height:1;font-family:DIN Alternate,DIN Alternate;font-weight:700}.home .aboutUs .aboutUsContent .aboutUsGrid .aboutUsGridItem .aboutUsGridItemDesc[data-v-0df839dd]{font-size:.37333rem;color:#46749f94;line-height:1.2;font-family:PingFang SC,PingFang SC}.home .aboutUs .aboutUsContent .aboutUsParagraph[data-v-0df839dd],.home .aboutUs .aboutUsContent .aboutUsParagraphEN[data-v-0df839dd]{width:100%;max-width:8.53333rem;font-size:.4rem;color:#46749f;line-height:1.8;text-align:left;padding:0;box-sizing:border-box;font-family:PingFang SC,PingFang SC}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;min-height:100vh}
