.header[data-v-674a4468]{position:fixed;top:0;width:100%;background:transparent;z-index:1000;transition:all .3s ease;height:80px}.header-scrolled[data-v-674a4468]{background:hsla(0,0%,100%,.98);box-shadow:0 2px 10px rgba(0,0,0,.1)}.header-container[data-v-674a4468]{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;height:100%}.logo[data-v-674a4468]{display:flex;align-items:center}.logo img[data-v-674a4468]{width:232px;height:41px;margin-right:15px;-o-object-fit:contain;object-fit:contain}.company-name[data-v-674a4468]{color:#333;font-size:1.2rem;font-weight:500}.nav-list[data-v-674a4468]{list-style:none;padding:0;margin:0;display:flex;gap:2rem}.nav-list li[data-v-674a4468]{color:#333;padding:.5rem 0;cursor:pointer;transition:all .3s ease;position:relative;font-size:1rem}.nav-list li.active[data-v-674a4468],.nav-list li[data-v-674a4468]:hover{color:#1890ff}.nav-dot[data-v-674a4468]{position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:6px;height:6px;border-radius:50%;background-color:#1890ff}.content[data-v-f99c960c]{min-height:calc(100vh - 80px)}.home-content[data-v-f99c960c]{padding:0;max-width:none;margin:0}.normal-content[data-v-f99c960c]{padding-top:100px;padding-bottom:60px;padding-left:20px;padding-right:20px;max-width:1200px;margin:0 auto}.home-section[data-v-f99c960c]{width:100%;display:flex;flex-direction:column}.image-container[data-v-f99c960c]{width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.image-container img[data-v-f99c960c]{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}h1[data-v-f99c960c]{color:#333;margin-bottom:20px;font-size:2rem}p[data-v-f99c960c]{color:#666;line-height:1.6;font-size:1.1rem}@media (max-width:768px){.home-section[data-v-f99c960c]{padding-top:0}.normal-content[data-v-f99c960c]{padding-top:80px;padding-left:15px;padding-right:15px}h1[data-v-f99c960c]{font-size:1.5rem}p[data-v-f99c960c]{font-size:1rem}}.footer[data-v-44c7bee8]{background-color:#001529;color:#fff;padding:60px 0;width:100%;overflow:hidden}.footer-content[data-v-44c7bee8]{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.footer-wrapper[data-v-44c7bee8]{display:flex;justify-content:space-between;align-items:flex-start;gap:80px;flex-wrap:wrap;width:100%}.footer-logo[data-v-44c7bee8]{flex-shrink:0}.footer-logo img[data-v-44c7bee8]{width:232px;height:41px;-o-object-fit:contain;object-fit:contain}.footer-nav[data-v-44c7bee8]{display:flex;justify-content:space-between;gap:40px;flex:1}.footer-section[data-v-44c7bee8]{flex:1}.footer-section h3[data-v-44c7bee8]{color:#fff;font-size:16px;margin-bottom:20px;font-weight:500}.footer-section ul[data-v-44c7bee8]{list-style:none;padding:0;margin:0}.footer-section ul li[data-v-44c7bee8]{margin-bottom:12px}.footer-section ul li a[data-v-44c7bee8]{color:hsla(0,0%,100%,.65);text-decoration:none;font-size:14px;transition:color .3s ease}.footer-section ul li a[data-v-44c7bee8]:hover{color:#fff}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;min-height:100vh;position:relative;overflow-x:hidden;width:100%;max-width:100vw}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0}body,html{overflow-x:hidden;width:100%;max-width:100vw}.mobile-header{position:fixed;top:0;left:0;right:0;height:60px;background:#fff;display:flex;align-items:center;padding:0 20px;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.1)}.menu-button{background:none;border:none;width:40px;height:40px;padding:8px;cursor:pointer;position:relative}.menu-icon{display:block;width:24px;height:2px;background:#333;position:relative}.menu-icon:after,.menu-icon:before{content:"";position:absolute;width:24px;height:2px;background:#333;left:0}.menu-icon:before{top:-8px}.menu-icon:after{bottom:-8px}.mobile-logo{height:30px;margin-left:20px}.sidebar{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#fff;z-index:1001;transition:left .3s ease;box-shadow:2px 0 8px rgba(0,0,0,.1)}.sidebar.active{left:0}.sidebar-header{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #eee}.sidebar-logo{height:30px}.close-button{background:none;border:none;font-size:24px;color:#333;cursor:pointer;padding:8px}.sidebar-nav{padding:20px 0}.sidebar-nav ul{list-style:none}.sidebar-nav li{padding:15px 20px;color:#333;cursor:pointer;transition:all .3s ease}.sidebar-nav li.active{color:#1890ff;background:rgba(24,144,255,.1)}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000}.mobile .content{margin-top:60px}