@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);:root{--theme-navy-deep:#0A1128;--theme-navy-medium:#1C2541;--theme-blue-tech:#00B4D8;--theme-blue-glow:rgba(0, 180, 216, 0.15);--theme-cyan-tech:#00F5D4;--theme-text-light:#F4F5F6;--theme-text-muted:#64748B;--theme-text-dark:#0F172A;--theme-bg-light:#F8FAFC;--theme-bg-white:#FFFFFF;--theme-border-color:#E2E8F0;--theme-border-light:#F1F5F9;--font-heading:"Jost",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Microsoft YaHei",sans-serif;--font-body:"Jost",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Microsoft YaHei",sans-serif;--transition-smooth:all 0.4s cubic-bezier(0.16, 1, 0.3, 1)}[lang]{transition:opacity .2s ease-in-out}html.lang-en [lang=zh]{display:none!important}html.lang-zh [lang=en]{display:none!important}body{font-family:var(--font-body);color:var(--theme-text-dark);background-color:var(--theme-bg-white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--theme-navy-deep);font-weight:600;letter-spacing:-.02em}.header{backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;background-color:rgba(255,255,255,.8)!important;border-bottom:1px solid rgba(226,232,240,.8)!important;transition:var(--transition-smooth)!important}.header--on-top{background-color:rgba(255,255,255,.95)!important}.tech-container{max-width:1280px;margin:0 auto;padding:80px 24px}.tech-section-header{text-align:center;margin-bottom:60px}.tech-section-tag{font-family:var(--font-heading);font-size:13px;font-weight:700;letter-spacing:.15em;color:var(--theme-blue-tech);text-transform:uppercase;margin-bottom:12px;display:inline-block}.tech-section-title{font-size:38px;font-weight:700;color:var(--theme-navy-deep);margin-bottom:16px}.tech-section-line{width:60px;height:3px;background:linear-gradient(90deg,var(--theme-blue-tech),var(--theme-cyan-tech));margin:0 auto;border-radius:2px}.tech-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:600;font-size:15px;padding:14px 28px;border-radius:6px;transition:var(--transition-smooth);cursor:pointer;letter-spacing:.02em}.tech-btn-primary{background-color:var(--theme-navy-deep);color:var(--theme-bg-white)!important;border:1px solid var(--theme-navy-deep)}.tech-btn-primary:hover{background-color:var(--theme-blue-tech);border-color:var(--theme-blue-tech);box-shadow:0 8px 24px var(--theme-blue-glow);transform:translateY(-2px)}.tech-btn-secondary{background-color:transparent;color:var(--theme-navy-deep)!important;border:1px solid var(--theme-navy-deep)}.tech-btn-secondary:hover{background-color:rgba(28,37,65,.05);transform:translateY(-2px)}.tech-lang-switcher{position:relative;display:inline-block;font-family:var(--font-heading);font-weight:500;font-size:13px}.tech-lang-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:4px;border:1px solid var(--theme-border-color);background-color:var(--theme-bg-white);color:var(--theme-text-dark);cursor:pointer;transition:var(--transition-smooth)}.tech-lang-btn:hover{border-color:var(--theme-blue-tech);color:var(--theme-blue-tech)}.tech-lang-btn svg{fill:currentColor;transition:var(--transition-smooth)}.tech-lang-dropdown{position:absolute;top:100%;right:0;margin-top:6px;background-color:var(--theme-bg-white);border:1px solid var(--theme-border-color);border-radius:6px;box-shadow:0 10px 30px rgba(0,0,0,.08);min-width:110px;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition-smooth);z-index:1000}.tech-lang-switcher:hover .tech-lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.tech-lang-option{padding:8px 16px;color:var(--theme-text-dark);cursor:pointer;transition:var(--transition-smooth)}.tech-lang-option:hover{background-color:var(--theme-bg-light);color:var(--theme-blue-tech)}.tech-lang-option.active{font-weight:700;color:var(--theme-blue-tech);background-color:rgba(0,180,216,.05)}.tech-hero{position:relative;width:100%;height:calc(100vh - 80px);min-height:550px;overflow:hidden;background-color:var(--theme-navy-deep)}.tech-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:brightness(.4) contrast(1.1);transform:scale(1.05);transition:transform 10s ease-out}.tech-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 24px;max-width:900px;margin:0 auto;text-align:center;color:var(--theme-text-light)}.tech-hero-tag{font-family:var(--font-heading);font-size:14px;font-weight:700;letter-spacing:.2em;color:var(--theme-blue-tech);text-transform:uppercase;margin-bottom:20px}.tech-hero-title{font-size:clamp(32px,5vw,56px);line-height:1.15;color:var(--theme-bg-white);margin-bottom:24px;font-weight:700}.tech-hero-desc{font-size:clamp(16px,2vw,19px);color:#cbd5e1;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;font-weight:300}.tech-hero-btns{display:flex;gap:16px;justify-content:center}.tech-hero-btns .tech-btn-secondary{border-color:var(--theme-text-light);color:var(--theme-text-light)!important}.tech-hero-btns .tech-btn-secondary:hover{background-color:rgba(255,255,255,.1)}.tech-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width:959px){.tech-about-grid{grid-template-columns:1fr;gap:40px}}.tech-about-intro{font-size:16px;color:var(--theme-text-muted)}.tech-about-lead{font-size:20px;font-weight:500;color:var(--theme-navy-medium);margin-bottom:24px;border-left:4px solid var(--theme-blue-tech);padding-left:16px}.tech-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.tech-stat-card{background-color:var(--theme-bg-light);border:1px solid var(--theme-border-color);padding:30px 24px;border-radius:8px;text-align:center;transition:var(--transition-smooth)}.tech-stat-card:hover{border-color:var(--theme-blue-tech);background-color:var(--theme-bg-white);box-shadow:0 12px 30px rgba(0,0,0,.04);transform:translateY(-4px)}.tech-stat-num-container{display:flex;align-items:baseline;justify-content:center;font-family:var(--font-heading);font-weight:700;color:var(--theme-navy-deep);margin-bottom:8px}.tech-stat-num{font-size:40px}.tech-stat-suffix{font-size:18px;color:var(--theme-blue-tech);margin-left:2px}.tech-stat-label{font-size:14px;color:var(--theme-text-muted);font-weight:500}.tech-prod-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.tech-prod-tab{padding:10px 20px;font-family:var(--font-heading);font-weight:600;font-size:14px;background-color:var(--theme-bg-light);border:1px solid var(--theme-border-color);color:var(--theme-text-muted);border-radius:6px;cursor:pointer;transition:var(--transition-smooth)}.tech-prod-tab.active,.tech-prod-tab:hover{background-color:var(--theme-navy-deep);border-color:var(--theme-navy-deep);color:var(--theme-bg-white)}.tech-prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.tech-prod-card{background-color:var(--theme-bg-white);border:1px solid var(--theme-border-color);border-radius:8px;overflow:hidden;transition:var(--transition-smooth)}.tech-prod-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(0,0,0,.06);border-color:var(--theme-blue-tech)}.tech-prod-img-wrapper{position:relative;aspect-ratio:1/1;overflow:hidden;background-color:#e2e8f0}.tech-prod-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.tech-prod-card:hover .tech-prod-img{transform:scale(1.08)}.tech-prod-info{padding:24px}.tech-prod-tag{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--theme-blue-tech);font-weight:700;margin-bottom:8px}.tech-prod-name{font-size:18px;font-weight:600;color:var(--theme-navy-deep);margin-bottom:10px}.tech-prod-desc{font-size:13px;color:var(--theme-text-muted);line-height:1.5}.tech-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:959px){.tech-features-grid{grid-template-columns:1fr}}.tech-feature-card{background-color:var(--theme-bg-white);border:1px solid var(--theme-border-color);padding:40px 30px;border-radius:8px;transition:var(--transition-smooth)}.tech-feature-card:hover{border-color:var(--theme-blue-tech);box-shadow:0 16px 40px rgba(0,180,216,.05);transform:translateY(-5px)}.tech-feature-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;background-color:var(--theme-bg-light);color:var(--theme-blue-tech);border-radius:8px;margin-bottom:24px;transition:var(--transition-smooth)}.tech-feature-card:hover .tech-feature-icon{background-color:var(--theme-blue-tech);color:var(--theme-bg-white)}.tech-feature-title{font-size:20px;font-weight:600;margin-bottom:16px}.tech-feature-desc{font-size:14px;color:var(--theme-text-muted)}.tech-cert-slider{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:959px){.tech-cert-slider{grid-template-columns:1fr 1fr}}@media (max-width:479px){.tech-cert-slider{grid-template-columns:1fr}}.tech-cert-card{border:1px solid var(--theme-border-color);background-color:var(--theme-bg-white);padding:16px;border-radius:8px;text-align:center;cursor:pointer;transition:var(--transition-smooth)}.tech-cert-card:hover{border-color:var(--theme-blue-tech);transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.04)}.tech-cert-img-wrapper{aspect-ratio:1/1.4;overflow:hidden;background-color:var(--theme-bg-light);border-radius:4px;margin-bottom:14px}.tech-cert-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:var(--transition-smooth)}.tech-cert-title{font-size:14px;font-weight:600;color:var(--theme-navy-deep)}.tech-contact-grid{display:grid;grid-template-columns:1.2fr 1.8fr;gap:60px;background-color:var(--theme-bg-light);border:1px solid var(--theme-border-color);border-radius:12px;overflow:hidden}@media (max-width:959px){.tech-contact-grid{grid-template-columns:1fr;gap:40px}}.tech-contact-info-panel{background-color:var(--theme-navy-deep);color:var(--theme-text-light);padding:50px 40px;display:flex;flex-direction:column;justify-content:space-between}.tech-contact-info-panel h3{color:var(--theme-bg-white);font-size:24px;margin-bottom:16px}.tech-contact-info-desc{color:#94a3b8;font-size:14px;margin-bottom:40px}.tech-contact-list{display:flex;flex-direction:column;gap:24px}.tech-contact-item{display:flex;gap:16px;align-items:flex-start}.tech-contact-icon{color:var(--theme-blue-tech);margin-top:4px}.tech-contact-text-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;font-weight:700;margin-bottom:2px}.tech-contact-text-val{font-size:15px;font-weight:500}.tech-contact-text-val a{color:inherit;text-decoration:none;transition:var(--transition-smooth)}.tech-contact-text-val a:hover{color:var(--theme-blue-tech)}.tech-contact-form-panel{padding:50px}@media (max-width:479px){.tech-contact-form-panel{padding:30px 20px}}.tech-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width:767px){.tech-form-row{grid-template-columns:1fr;gap:20px}}.tech-form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.tech-form-label{font-size:13px;font-weight:600;color:var(--theme-navy-deep)}.tech-form-input{border:1px solid var(--theme-border-color);padding:12px 16px;border-radius:6px;font-size:14px;transition:var(--transition-smooth);background-color:var(--theme-bg-white);outline:0}.tech-form-input:focus{border-color:var(--theme-blue-tech);box-shadow:0 0 0 3px rgba(0,180,216,.1)}textarea.tech-form-input{resize:vertical;min-height:120px}.tech-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(10,17,40,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:var(--transition-smooth)}.tech-lightbox.active{opacity:1;pointer-events:auto}.tech-lightbox-content{position:relative;max-width:90%;max-height:90%}.tech-lightbox-img{max-width:100%;max-height:85vh;border-radius:4px;box-shadow:0 20px 50px rgba(0,0,0,.3)}.tech-lightbox-close{position:absolute;top:-40px;right:0;color:var(--theme-bg-white);font-size:30px;cursor:pointer;transition:var(--transition-smooth)}.tech-lightbox-close:hover{color:var(--theme-blue-tech)}.tech-table{width:100%;border-collapse:collapse;margin:30px 0;font-size:14px}.tech-table td,.tech-table th{border-bottom:1px solid var(--theme-border-color);padding:14px 18px;text-align:left}.tech-table th{background-color:var(--theme-bg-light);font-family:var(--font-heading);font-weight:600;color:var(--theme-navy-deep)}.tech-table tr:hover{background-color:rgba(0,180,216,.02)}.tech-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px}@media (max-width:767px){.tech-service-grid{grid-template-columns:1fr}}.tech-job-card{background-color:var(--theme-bg-white);border:1px solid var(--theme-border-color);border-radius:8px;padding:30px;margin-bottom:24px;transition:var(--transition-smooth)}.tech-job-card:hover{border-color:var(--theme-blue-tech);box-shadow:0 10px 24px rgba(0,180,216,.04)}.tech-job-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--theme-border-light);padding-bottom:16px;margin-bottom:20px}@media (max-width:575px){.tech-job-header{flex-direction:column;align-items:flex-start;gap:12px}}.tech-job-title{font-size:22px;font-weight:600;color:var(--theme-navy-deep);margin:0}.tech-job-dept{background-color:rgba(0,180,216,.08);color:var(--theme-blue-tech);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.tech-job-reqs{margin-top:15px}.tech-job-reqs h4{font-size:15px;margin-bottom:8px;color:var(--theme-navy-medium)}.tech-job-reqs ul{padding-left:20px;font-size:14px;color:var(--theme-text-muted);display:flex;flex-direction:column;gap:6px}@media (min-width:960px){.header-layout{display:flex!important;justify-content:space-between!important;align-items:center!important;grid-template-areas:none!important;grid-template-columns:none!important;width:100%!important;max-width:1280px!important;margin:0 auto!important}.header__logo{display:flex!important;align-items:center!important;margin:0!important}.header__logo-content{display:flex!important;align-items:center!important}.header_normal-logo.pc-logo{display:flex!important;align-items:center!important}.tech-nav-custom{display:flex!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important}.header__actions{display:flex!important;align-items:center!important;gap:16px!important}.header__menu{display:none!important}}.tech-nav-custom{height:100%;display:none;align-items:center}.tech-nav-link{font-family:var(--font-heading);font-weight:600;font-size:15px;color:var(--theme-navy-deep)!important;text-decoration:none!important;padding:10px 16px;transition:var(--transition-smooth);position:relative;letter-spacing:-.01em}.tech-nav-link:hover{color:var(--theme-blue-tech)!important}.tech-nav-link::after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:2px;background:linear-gradient(90deg,var(--theme-blue-tech),var(--theme-cyan-tech));transform:scaleX(0);transition:var(--transition-smooth)}.tech-nav-link:hover::after{transform:scaleX(1)}.tech-mobile-menu-btn{grid-area:menu;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:0 0;border:none;color:var(--theme-navy-deep);cursor:pointer;transition:var(--transition-smooth);padding:0}.tech-mobile-menu-btn:hover{color:var(--theme-blue-tech)}.tech-mobile-menu-btn svg{stroke:currentColor}@media (min-width:960px){.tech-mobile-menu-btn{display:none!important}}.header__mobile-expand-menu{display:none!important}.tech-mobile-drawer{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;visibility:hidden;transition:visibility .4s}.tech-mobile-drawer.active{visibility:visible}.tech-mobile-drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(10,17,40,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .4s ease}.tech-mobile-drawer.active .tech-mobile-drawer-overlay{opacity:1}.tech-mobile-drawer-content{position:absolute;top:0;left:0;width:80%;max-width:320px;height:100%;background-color:var(--theme-bg-white);box-shadow:20px 0 50px rgba(10,17,40,.15);display:flex;flex-direction:column;transform:translateX(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);padding:24px;box-sizing:border-box}.tech-mobile-drawer.active .tech-mobile-drawer-content{transform:translateX(0)}.tech-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--theme-border-color);padding-bottom:16px;margin-bottom:24px}.tech-mobile-drawer-logo{max-width:130px}.tech-mobile-drawer-logo a{display:flex;align-items:center}.tech-mobile-drawer-close{background:0 0;border:none;color:var(--theme-text-muted);cursor:pointer;transition:var(--transition-smooth);padding:6px;display:inline-flex;align-items:center;justify-content:center}.tech-mobile-drawer-close:hover{color:var(--theme-navy-deep);transform:rotate(90deg)}.tech-mobile-drawer-nav{flex:1;overflow-y:auto;margin-bottom:24px}.tech-mobile-drawer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.tech-mobile-drawer-link{display:block;font-family:var(--font-heading);font-weight:600;font-size:16px;color:var(--theme-navy-deep)!important;text-decoration:none!important;padding:10px 14px;border-radius:6px;background-color:transparent;transition:var(--transition-smooth)}.tech-mobile-drawer-link:hover{background-color:var(--theme-border-light);color:var(--theme-blue-tech)!important;padding-left:18px}.tech-mobile-drawer-footer{border-top:1px solid var(--theme-border-color);padding-top:20px;margin-top:auto}.tech-mobile-drawer-lang{display:flex;justify-content:flex-start}.tech-mobile-drawer-lang .tech-lang-switcher{width:100%}.tech-mobile-drawer-lang .tech-lang-btn{width:100%;justify-content:space-between}.tech-mobile-drawer-lang .tech-lang-dropdown{width:100%;bottom:100%;top:auto;margin-bottom:6px;margin-top:0}body.overflow-hidden{overflow:hidden!important}