*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Microsoft Yahei,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}header{background:#fff;border-bottom:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem;display:flex}.logo{align-items:center;gap:.8rem;display:flex}.logo img{object-fit:contain;width:120px;height:50px}.logo-text{color:#036;font-weight:800}.nav-links{gap:1.8rem;display:flex}.lang-group{gap:.6rem;font-size:1.3rem;display:flex}.lang-group span{cursor:pointer;transition:transform .2s}.lang-group span:hover{transform:scale(1.1)}.banner{width:100%;height:400px;overflow:hidden}.banner img{object-fit:cover;width:100%;height:100%}.product-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));max-width:1400px;margin:0 auto;padding:4rem 1rem;display:grid}.product-item{height:450px;position:relative;overflow:hidden}.product-bg{opacity:0;z-index:1;transition:all .4s;position:absolute;inset:0}.product-bg img{object-fit:cover;width:100%;height:100%}.product-overlay{background:#0006;position:absolute;inset:0}.product-text{z-index:2;text-align:center;background:#f5f5f5;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;transition:all .4s;display:flex;position:relative}.product-item:hover .product-bg{opacity:1}.product-item:hover .product-text{color:#fff;background:0 0}.btn{color:#e63946;border:1px solid #e63946;margin-top:2rem;padding:.7rem 2rem;transition:all .3s}.product-item:hover .btn{color:#fff;border-color:#fff}.news-section{max-width:1200px;margin:0 auto;padding:4rem 1rem}.news-header{text-align:center;margin-bottom:3rem}.news-title{color:#222;margin-bottom:.5rem;font-size:2rem}.news-subtitle{color:#666}.news-grid{grid-template-columns:1fr 2fr;align-items:start;gap:2rem;display:grid}.news-video{background:#000;border-radius:8px;overflow:hidden}.news-video video,.news-video img{object-fit:cover;width:100%;height:280px}.news-list{flex-direction:column;gap:1.5rem;display:flex}.news-item{border-bottom:1px dashed #eee;align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.news-item:last-child{border-bottom:none}.news-img{object-fit:cover;border-radius:6px;width:140px;height:90px}.news-text h3{color:#222;margin-bottom:.3rem;font-size:1.1rem}.news-text p{color:#666;font-size:.9rem}.footer-blue{color:#fff;background:#165dff;padding:3rem 1rem 1rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-col h4{border-bottom:1px solid #fff3;margin-bottom:1.2rem;padding-bottom:.5rem;font-size:1.2rem}.footer-col p{margin-bottom:.6rem;line-height:1.8}.qrcode-placeholder img{border-radius:4px;width:100px;height:100px}.footer-copy{text-align:center;border-top:1px solid #fff3;padding-top:1rem;font-size:.9rem}.product-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:40px 20px;display:grid}
