*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Microsoft YaHei','Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.1);transition:all .3s ease}.navbar{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#2563eb;font-size:1.8rem;font-weight:bold;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:#2563eb}.nav-menu a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav-menu a:hover::after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{flex:1;z-index:2;position:relative}.hero h1{font-size:3.5rem;font-weight:bold;margin-bottom:1rem;line-height:1.2;animation:fadeInUp 1s ease}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp 1s ease .2s;animation-fill-mode:both}.hero-buttons{display:flex;gap:1rem;animation:fadeInUp 1s ease .4s;animation-fill-mode:both}.btn{padding:12px 30px;border:none;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;cursor:pointer}.btn-primary{background:#2563eb;color:white;box-shadow:0 4px 15px rgba(37,99,235,.3)}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,.4)}.btn-secondary{background:transparent;color:white;border:2px solid white}.btn-secondary:hover{background:white;color:#2563eb;transform:translateY(-2px)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.tech-animation{position:relative;width:300px;height:300px}.tech-animation i{position:absolute;font-size:3rem;color:rgba(255,255,255,.8);animation:float 6s ease-in-out infinite}.tech-animation i:nth-child(1){top:20%;left:20%;animation-delay:0s}.tech-animation i:nth-child(2){top:20%;right:20%;animation-delay:1s}.tech-animation i:nth-child(3){bottom:20%;left:20%;animation-delay:2s}.tech-animation i:nth-child(4){bottom:20%;right:20%;animation-delay:3s}.about{padding:100px 0;background:#f8fafc}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b;position:relative}.section-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(45deg,#2563eb,#3b82f6);border-radius:2px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;margin-bottom:2rem;color:#64748b;line-height:1.8}.company-info{margin-top:2rem}.info-item{display:flex;align-items:center;margin-bottom:1rem;padding:1rem;background:white;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .3s ease}.info-item:hover{transform:translateY(-2px)}.info-item i{color:#2563eb;font-size:1.2rem;margin-right:1rem;width:20px}.info-item span{color:#475569}.about-features{display:grid;grid-template-columns:1fr;gap:2rem}.feature{text-align:center;padding:2rem;background:white;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease}.feature:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.feature i{font-size:3rem;color:#2563eb;margin-bottom:1rem}.feature h3{font-size:1.3rem;margin-bottom:1rem;color:#1e293b}.feature p{color:#64748b}.services{padding:100px 0;background:white}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:white;padding:2.5rem;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15);border-color:#2563eb}.service-card i{font-size:3rem;color:#2563eb;margin-bottom:1.5rem;transition:transform .3s ease}.service-card:hover i{transform:scale(1.1)}.service-card h3{font-size:1.4rem;margin-bottom:1rem;color:#1e293b}.service-card p{color:#64748b;line-height:1.6}.footer{background:#1e293b;color:white;padding:50px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#f1f5f9}.footer-section p{color:#94a3b8;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#2563eb}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center}.footer-bottom p{color:#94a3b8;margin-bottom:.5rem}.icp-info a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.icp-info a:hover{color:#2563eb}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:white;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0}.nav-menu.active{left:0}.hero{flex-direction:column;text-align:center;padding:2rem}.hero h1{font-size:2.5rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.about-content{grid-template-columns:1fr;gap:2rem}.services-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width:480px){.hero h1{font-size:2rem}.hero p{font-size:1.1rem}.section-title{font-size:2rem}.service-card{padding:2rem}}
