*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;max-width:100vw;overflow-x:hidden}body{font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;line-height:1.6;color:#333;scroll-behavior:smooth}#app{width:100%;max-width:100vw;overflow-x:hidden;min-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.navbar{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 15px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo-image{max-height:40px;height:auto;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:20px;transition:all .3s ease}.nav-menu a:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:white;margin:3px 0;transition:.3s;border-radius:2px}.mobile-nav-menu{display:none;list-style:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);padding:1rem 0;box-shadow:0 5px 15px #0003;z-index:1001}.mobile-nav-menu li{padding:.8rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-menu li:last-child{border-bottom:none}.mobile-nav-menu a{color:#fff;text-decoration:none;font-weight:500;display:block;transition:all .3s ease}.mobile-nav-menu a:hover{color:#ff6b35;padding-left:.5rem}.mobile-nav-menu.active{display:block}.hero{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff;padding:0;margin-top:80px;position:relative;overflow:hidden;height:33.33vh;min-height:300px}.carousel-container{position:relative;height:100%;width:100%}.carousel-wrapper{position:relative;height:100%;width:100%;overflow:hidden}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.carousel-slide.active{opacity:1}.slide-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.background-image{width:100%;height:100%;object-fit:cover;object-position:center}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(30,60,114,.7) 0%,rgba(42,82,152,.5) 100%);display:flex;align-items:center;justify-content:center;z-index:2}.slide-content{text-align:center;max-width:800px;padding:2rem;backdrop-filter:blur(5px)}.slide-content h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:700;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.slide-content p{font-size:1.5rem;margin-bottom:2rem;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.cta-button{display:inline-block;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #ff6b3566;border:2px solid transparent;position:relative;overflow:hidden}.cta-button:hover{background:linear-gradient(135deg,#e55a2b 0%,#e0821d 100%);transform:translateY(-3px);box-shadow:0 6px 20px #ff6b3599}.cta-button:active{transform:translateY(-1px)}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-button:hover:before{left:100%}.carousel-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.carousel-indicators button{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease}.carousel-indicators button.active{background:white}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:#fff;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;backdrop-filter:blur(5px)}.carousel-control:hover{background:rgba(255,255,255,.3);transform:translateY(-50%) scale(1.1)}.carousel-control.prev{left:2rem}.carousel-control.next{right:2rem}section{padding:5rem 0}h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e3c72;font-weight:700;position:relative}h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#ff6b35;border-radius:2px}h3{font-size:1.8rem;color:#1e3c72;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #ff6b35}.about-content,.product-content{padding:2rem;background:white;border-radius:15px;box-shadow:0 3px 15px #0000000d}.module-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.module-content.reverse{direction:rtl}.module-content.reverse>*{direction:ltr}.text-content h4{font-size:1.5rem;color:#1e3c72;margin-bottom:1rem}.text-content h5{color:#1e3c72;margin-bottom:.5rem}.text-content p{margin-bottom:1rem;color:#555;line-height:1.7}.text-content ul{margin-left:1.5rem;margin-bottom:1rem}.text-content li{margin-bottom:.5rem;color:#555}.image-content{display:flex;justify-content:center;align-items:center;padding:1.5rem;min-height:200px}.content-image{max-width:100%;height:auto;border-radius:10px;box-shadow:0 5px 15px #0000001a}.company-image{max-width:100%;height:auto;border-radius:10px;box-shadow:0 5px 15px #0000001a;object-fit:cover}.core-positioning-box{margin-top:2.5rem;padding:2rem;background:linear-gradient(135deg,#ffffff 0%,#f8f9ff 100%);border:2px solid #ff6b35;border-radius:12px;box-shadow:0 8px 25px #ff6b3526;position:relative;overflow:hidden}.core-positioning-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b35,#ff8c5a,#ff6b35)}.positioning-content{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.company-name-simple{font-size:1.4rem;font-weight:800;color:#1e3c72;text-shadow:0 1px 2px rgba(30,60,114,.1)}.positioning-divider{color:#ff6b35;font-weight:700;font-size:1.2rem}.positioning-text{font-size:1.2rem;color:#2a5298;font-weight:600;letter-spacing:.5px}.product-module{margin-bottom:5rem;padding:2.5rem;border-radius:15px;background:white;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.product-module:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.product-item.full-width{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;width:100%}.product-item.full-width h4{margin-bottom:1rem;color:#1e3c72;font-size:1.5rem}.product-item.full-width .text-content{width:100%;flex:none;text-align:center;padding:1rem}.product-item.full-width .text-content p{text-align:center;font-size:1.1rem;font-weight:500;color:#1e3c72;line-height:1.6;margin:0;padding:.8rem 1.5rem;background:linear-gradient(135deg,#f8f9ff 0%,#e6f3ff 100%);border-radius:12px;border-left:4px solid #ff6b35;box-shadow:0 4px 12px #1e3c721a;position:relative;overflow:hidden}.product-item.full-width .text-content p:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b35,#ff8c5a,#ff6b35)}.product-item.full-width .text-content p strong{color:#ff6b35;font-weight:700}.product-item.full-width .image-content{width:100%;flex:none;display:flex;justify-content:center;align-items:center}.module-content.vertical{display:flex;flex-direction:column;gap:1.5rem}.module-content.vertical .image-content{order:1;width:100%;display:flex;justify-content:center}.module-content.vertical .text-content{order:2;width:100%}.product-image-large{max-width:350px;height:auto;border-radius:8px;box-shadow:0 5px 15px #0000001a;object-fit:contain}.product-image-medium{max-width:250px;height:auto;border-radius:8px;box-shadow:0 5px 15px #0000001a;object-fit:contain}.product-row{display:flex;gap:2rem;margin-bottom:2rem;width:100%}.product-item{flex:1;min-width:280px;background:white;padding:1.5rem;border-radius:12px;box-shadow:0 3px 15px #00000014;width:100%}.product-image-small{max-width:160px;height:auto;border-radius:8px;box-shadow:0 3px 10px #0000001a;object-fit:contain}.product-image-xs{max-width:52px;height:auto;border-radius:8px;box-shadow:0 3px 10px #0000001a;object-fit:contain}@media (max-width: 768px){.product-highlights{grid-template-columns:1fr}.product-item{padding:1.5rem}.product-item h4{font-size:1.4rem}}.clients-section{text-align:center;padding:2rem 1rem}.section-description{font-size:1.2rem;color:#1e3c72;margin-bottom:2.5rem;font-weight:500}.section-footer{font-size:1rem;color:#555;margin-top:2rem;font-weight:500}.client-industries{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:1.5rem 0;max-width:1000px;margin-left:auto;margin-right:auto}.industry-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.5rem;background:linear-gradient(135deg,#ffffff 0%,#f8f9ff 100%);border-radius:12px;border:1px solid #e6f3ff;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;text-align:left}.industry-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a;border-color:#ff6b35}.industry-icon{font-size:2rem;min-width:50px;text-align:center;color:#ff6b35;background:rgba(255,107,53,.1);border-radius:50%;padding:.8rem;display:flex;align-items:center;justify-content:center}.industry-details{flex:1}.industry-title{display:block;font-size:1.2rem;font-weight:700;color:#1e3c72;margin-bottom:.8rem;line-height:1.3}.industry-desc{display:block;font-size:.95rem;color:#555;line-height:1.6}.partners-content{text-align:center;padding:2rem;background:#f8f9ff;border-radius:15px}.partner-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:2rem 0}.partner-item{background:white;padding:2rem 1rem;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.partner-item:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.partner-logo{width:120px;height:120px;object-fit:contain;margin-bottom:1.5rem;border-radius:8px;border:2px solid #e6f3ff;padding:.8rem;background:white}.partner-name{font-weight:700;color:#1e3c72;font-size:1.1rem;line-height:1.4}.partners-description{font-size:1.1rem;color:#555;max-width:800px;margin:0 auto;line-height:1.8;font-weight:500}.industry-section{background:#ffffff;padding:5rem 0}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.industry-card{background:white;border-radius:15px;box-shadow:0 5px 20px #00000014;overflow:hidden;transition:all .3s ease;border:1px solid #eee}.industry-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.industry-card.featured{border:2px solid #ff6b35;position:relative;grid-column:1 / -1}.industry-card.featured:before{content:"\91cd\70b9\5173\6ce8";position:absolute;top:15px;right:15px;background:#ff6b35;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.card-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.card-header h3{margin:0;color:#1e3c72;font-size:1.3rem}.tag{padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.tag.regulation{background:#e3f2fd;color:#1976d2}.tag.local{background:#f3e5f5;color:#7b1fa2}.tag.law{background:#e8f5e8;color:#388e3c}.tag.education{background:#fff3e0;color:#f57c00}.tag.standard{background:#ffebee;color:#d32f2f}.card-content{padding:1.5rem}.card-content h4{margin:0 0 1rem;color:#333;font-size:1.2rem;line-height:1.4}.card-content p{margin:0 0 1.5rem;color:#666;line-height:1.6;font-size:.95rem}.read-more{display:inline-flex;align-items:center;color:#ff6b35;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.read-more:hover{color:#e55a2b;transform:translate(3px)}.read-more:after{content:"\2192";margin-left:.3rem;transition:transform .3s ease}.read-more:hover:after{transform:translate(2px)}.contact-section{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);color:#fff}.contact-section h2{color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-item{text-align:center;padding:2rem;background:rgba(255,255,255,.1);border-radius:10px;backdrop-filter:blur(10px)}.contact-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.contact-item h3{margin-bottom:1rem;font-size:1.3rem}.contact-item p{font-size:1.1rem;opacity:.9;line-height:1.6}.contact-qr-section{text-align:center;margin-bottom:2rem;display:flex;justify-content:center;align-items:center;width:100%}.qr-container{display:block;background:white;padding:1.5rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;text-align:center;margin:0 auto}.contact-qr{width:200px;height:200px;border-radius:10px;margin-bottom:1rem;display:block;margin-left:auto;margin-right:auto}.contact-qr-section p{color:#666;font-size:1rem;margin:0;text-align:center}.footer{background:#0a192f;color:#aaa;padding:2rem 0 1rem}.copyright{text-align:center;padding-top:1rem;border-top:1px solid #2a3a50;color:#777;font-size:.9rem}.copyright a{color:#aaa;text-decoration:none}.copyright a:hover{color:#ff6b35}.mini-carousel-container{position:relative;width:100%;height:250px;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.mini-carousel-wrapper{position:relative;width:100%;height:100%}.mini-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.mini-carousel-slide.active{opacity:1}.mini-carousel-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.mini-carousel-indicators{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.mini-carousel-indicators button{width:10px;height:10px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 5px #0000004d}.mini-carousel-indicators button.active{background:white}.mini-carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.8);border:none;color:#333;font-size:1.2rem;width:35px;height:35px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 2px 5px #0003}.mini-carousel-control:hover{background:white;transform:translateY(-50%) scale(1.1)}.mini-carousel-control.prev{left:10px}.mini-carousel-control.next{right:10px}@media (max-width: 1024px){.hero{min-height:250px}.slide-content h1{font-size:2.5rem}.slide-content p{font-size:1.1rem}h2{font-size:2.2rem}.module-content{gap:1.5rem}.product-features{grid-template-columns:1fr}.partner-logos{grid-template-columns:repeat(2,1fr)}.carousel-control{width:40px;height:40px;font-size:1.5rem}.carousel-control.prev{left:1rem}.carousel-control.next{right:1rem}.mini-carousel-container{height:220px}}@media (max-width: 768px){html,body,#app{width:100vw;max-width:100vw;overflow-x:hidden}.product-intro-carousel{margin-top:2rem;padding:1.5rem}.product-intro-carousel h3{font-size:1.5rem;margin-bottom:1.5rem}.product-intro-carousel .carousel-container{height:300px}.product-intro-carousel .slide-content{padding:1.5rem}.product-intro-carousel .slide-content h2{font-size:1.8rem;margin-bottom:.8rem}.product-intro-carousel .slide-content p{font-size:1rem}.product-intro-carousel .carousel-control{width:45px;height:45px;font-size:1.8rem}.product-intro-carousel .carousel-control.prev{left:15px}.product-intro-carousel .carousel-control.next{right:15px}.product-intro-carousel .carousel-indicators{bottom:15px}.product-intro-carousel .carousel-indicators button{width:12px;height:12px}.nav-menu{display:none}.mobile-menu-toggle{display:flex}.nav-container{position:relative}.hero{min-height:200px}.slide-content{padding:1rem}.slide-content h1{font-size:2rem}.slide-content p{font-size:.9rem}.container{padding:0 1rem;width:100%;max-width:100%}section{padding:3rem 0}h2{font-size:1.8rem}.about-module{padding:1.5rem}.module-content{grid-template-columns:1fr}.module-content.reverse{direction:ltr}.product-item.full-width{padding:1rem;margin-bottom:1.5rem}.product-item.full-width h4{font-size:1.3rem;text-align:center;margin-bottom:1rem}.product-image-large{max-width:100%;height:auto}.product-item.full-width .text-content{text-align:center;padding:.8rem}.product-item.full-width .text-content p{text-align:center;font-size:1rem;padding:.6rem 1rem;margin:0}.product-row{flex-direction:column;gap:1.5rem;width:100%}.product-item{min-width:unset;width:100%;padding:1rem;box-sizing:border-box}.product-item h4{font-size:1.2rem;margin-bottom:.8rem}.product-image-xs{max-width:100px;height:auto}.client-industries{grid-template-columns:1fr}.partner-logos{grid-template-columns:repeat(2,1fr);gap:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-item{padding:1.5rem}.carousel-control{display:block;width:40px;height:40px;font-size:1.5rem}.carousel-indicators{bottom:1rem}.industry-grid{grid-template-columns:1fr;gap:1.5rem}.industry-card.featured{grid-column:1}.card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.card-header h3{font-size:1.1rem}.card-content h4{font-size:1rem}.card-content p{font-size:.9rem}.mini-carousel-container{height:200px}.mini-carousel-control{width:30px;height:30px;font-size:1rem}.mini-carousel-control.prev{left:5px}.mini-carousel-control.next{right:5px}}@media (max-width: 480px){.hero{min-height:180px}.slide-content h1{font-size:1.6rem}.slide-content p{font-size:.8rem}.cta-button{padding:.6rem 1.5rem;font-size:.8rem}.about-module,.feature-card{padding:1rem}.partner-logos{grid-template-columns:1fr}.core-positioning-box{padding:1rem;margin-top:1.5rem}.positioning-content{flex-direction:column;text-align:center;gap:.5rem}.company-name-simple{font-size:1.2rem}.positioning-text{font-size:1rem}.contact-qr{width:160px;height:160px}.qr-container{padding:1rem}.industry-section{padding:3rem 0}.industry-card{border-radius:12px}.card-header{padding:1.2rem 1.2rem .8rem}.card-content{padding:1.2rem}.mini-carousel-container{height:170px}.mini-carousel-indicators{bottom:10px}.mini-carousel-indicators button{width:8px;height:8px}.container{padding:0 .5rem;width:100vw;max-width:100vw}#app,body{width:100vw;max-width:100vw;overflow-x:hidden}}@media (max-width: 480px){html,body,#app{width:100vw;max-width:100vw;overflow-x:hidden}.container{padding:0 .5rem}.product-item.full-width{padding:.8rem}.product-row{gap:1rem}.product-item{padding:.8rem}.product-image-large{max-width:90%}.product-image-xs{max-width:80px}}.product-intro-carousel{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#f8f9ff 0%,#ffffff 100%);border-radius:15px;box-shadow:0 5px 20px #00000014}.product-intro-carousel h3{text-align:center;font-size:1.8rem;color:#1e3c72;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid #ff6b35}.product-intro-carousel .carousel-container{position:relative;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #1e3c7226}.product-intro-carousel .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.product-intro-carousel .carousel-slide.active{opacity:1}.product-intro-carousel .slide-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-intro-carousel .background-image{width:100%;height:100%;object-fit:cover;object-position:center}.product-intro-carousel .slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(30,60,114,.7) 0%,rgba(42,82,152,.5) 100%);display:flex;align-items:center;justify-content:center;z-index:2}.product-intro-carousel .slide-content{text-align:center;max-width:800px;padding:2rem;backdrop-filter:blur(5px)}.product-intro-carousel .slide-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.product-intro-carousel .slide-content p{font-size:1.2rem;color:#ffffffe6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.product-intro-carousel .carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.product-intro-carousel .carousel-indicators button{width:14px;height:14px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}.product-intro-carousel .carousel-indicators button.active{background:white;transform:scale(1.2)}.product-intro-carousel .carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.25);border:none;color:#fff;font-size:2.5rem;width:60px;height:60px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:10;backdrop-filter:blur(5px);box-shadow:0 4px 15px #0003}.product-intro-carousel .carousel-control:hover{background:rgba(255,255,255,.35);transform:translateY(-50%) scale(1.1)}.product-intro-carousel .carousel-control.prev{left:25px}.product-intro-carousel .carousel-control.next{right:25px}
