:root{--fog-carousel-primary-color:#333;--fog-carousel-accent-color:rgba(29, 117, 250, 0.5);--fog-carousel-bg-color:rgba(0, 0, 0, 0.1);--fog-carousel-border-radius:50%;--fog-carousel-transition:0.3s ease-in-out;--fog-windos-max-width:1600px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Microsoft YaHei',sans-serif;background:#f8fcff;color:#334e68;line-height:1.6}a{text-decoration:none;color:inherit;transition:.3s}ul{list-style:none}img{max-width:100%;display:block;border-radius:12px}.container{width:100%;max-width:var(--fog-windos-max-width);margin:0 auto;padding:0 20px}.grid-1{display:grid;grid-template-columns:repeat(1,1fr);gap:15px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.card{background:#fff;padding:15px;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08);transition:transform .3s,box-shadow .3s;border:1px solid rgba(232,244,248,.5)}.card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(15,76,129,.15);border-color:#4fc3f7}.card .card-title{font-size:18px;color:#0f4c81;margin-bottom:12px;font-weight:600}.card .card-desc{font-size:14px;color:#667a99;line-height:1.7}.card .card-img-box{width:100%;aspect-ratio:1;overflow:hidden;border-radius:12px;margin-bottom:20px}.card .card-img-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.card .card-img-box:hover img{transform:scale(1.05)}.btn-primary{display:inline-block;background:linear-gradient(135deg,#0f4c81,#156bb3);color:#fff;padding:12px 36px;border-radius:30px;font-weight:600;box-shadow:0 4px 15px rgba(15,76,129,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(15,76,129,.4)}.btn-outline{display:inline-block;padding:12px 36px;border:2px solid #0f4c81;background:0 0;color:#0f4c81;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s;text-align:center}.btn-outline:hover{background:#0f4c81;color:#fff}.btn-sm{padding:8px 24px;font-size:13px}.section-title{font-size:32px;color:#0f4c81;text-align:center;margin-bottom:16px;font-weight:700;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}.section-title::after{content:'';display:block;width:60px;height:4px;background:#4fc3f7;margin:10px auto 0;border-radius:2px}.section-desc{text-align:center;color:#667a99;max-width:800px;margin:0 auto 50px;font-size:16px}.top{background:linear-gradient(135deg,#f0f8fb 0,#e1f0fa 100%)}.top>div{margin:0 auto;max-width:var(--fog-windos-max-width);display:flex;justify-content:space-between;box-sizing:border-box;padding:10px 20px;font-size:16px}.top>div .tel code{font-size:16px}.top>div .tel:hover{color:#0f4c81}.header{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,.05);z-index:1000}.header .nav-container{display:flex;justify-content:space-between;align-items:center;height:70px}.header .logo{font-size:20px;font-weight:700;color:#0f4c81}.header .nav-list{display:flex;gap:30px}.header .nav-list .nav-item{font-size:15px;color:#334e68}.header .nav-list .nav-item:hover{color:#4fc3f7}.header .hamburger{display:none;font-size:24px;cursor:pointer}.breadcrumb{font-size:14px;color:#0f4c81}.breadcrumb a{color:inherit;transition:color .3s}.breadcrumb a:hover{color:#4fc3f7}.hero{padding:80px 0;background:linear-gradient(135deg,#f0f8fb 0,#e1f0fa 100%);text-align:center}.hero .hero-title{font-size:48px;color:#0f4c81;margin-bottom:20px;line-height:1.2}.hero .hero-subtitle{font-size:20px;color:#156bb3;margin-bottom:30px;font-weight:500}.hero .hero-desc{max-width:800px;margin:0 auto 40px;color:#f8fcff;font-size:16px;text-shadow:0 0 3px #000}.section_one{padding:150px 0 60px}.section{padding:30px 0}.section.advantages{background:#fff}.section.advantages .card-title{text-align:center}.section.products{background:#f8fcff}.section.solutions{background:#fff}.section.contact{background:linear-gradient(180deg,#f8fcff,#eef6fb)}.section.about{background:#fff}.section.about .about-wrap{padding:15px;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08);transition:transform .3s,box-shadow .3s;border:1px solid #4fc3f7;box-sizing:border-box}.section.about .card{border-radius:12px;box-shadow:none;border:0;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.section.about .card .section-title{left:auto;transform:translateX(0)}.carousel-container{width:100%;padding:0;margin-top:120px;overflow:hidden}.carousel-wrapper{position:relative;width:100%;overflow:hidden}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-item{flex:0 0 100%;width:100%}.carousel-item img{width:100%;height:auto;display:block;object-fit:contain;border-radius:0}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;z-index:10;transition:background .3s}.carousel-btn:hover{background:rgba(0,0,0,.8)}.carousel-btn.prev-btn{left:20px}.carousel-btn.next-btn{right:20px}.carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s}.indicator.active{background:#fff;transform:scale(1.2)}.indicator:hover{background:rgba(255,255,255,.8)}.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:50px;background:#fff;padding:50px;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08)}.contact-wrap .contact-info h3{font-size:22px;color:#0f4c81;margin-bottom:20px}.contact-wrap .contact-info p{color:#667a99;margin-bottom:20px}.contact-wrap .contact-info li{margin-bottom:10px;color:#334e68;font-size:15px}.contact-wrap .contact-form{display:flex;flex-direction:column;gap:15px}.contact-wrap .contact-form .form-group{margin-bottom:0}.contact-wrap .contact-form input,.contact-wrap .contact-form select,.contact-wrap .contact-form textarea{width:100%;padding:12px 15px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.contact-wrap .contact-form input:focus,.contact-wrap .contact-form select:focus,.contact-wrap .contact-form textarea:focus{outline:0;border-color:#4fc3f7}.footer{background:#0f4c81;color:rgba(255,255,255,.8);padding:60px 0 30px;font-size:14px}.footer .footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:40px}.footer .footer-col h4{font-size:16px;color:#fff;margin-bottom:20px;font-weight:600}.footer .footer-col ul{list-style:none;padding:0;margin:0}.footer .footer-col ul li{margin-bottom:12px}.footer .footer-col ul li a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s}.footer .footer-col ul li a:hover{color:#4fc3f7}.footer .footer-col .wxqr{max-width:150px}.footer .copyright{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;display:flex;justify-content:center;align-items:center;gap:0 15px}.footer .copyright>.item{display:flex;align-items:center;box-sizing:border-box}.footer .copyright>.item img{width:1rem;height:1rem;margin-right:5px;box-sizing:border-box}.footer .foot_logo{text-align:center;display:inline-block}.about-intro{max-width:900px;margin:0 auto;line-height:2;font-size:16px;color:#334e68}.about-intro p{margin-bottom:20px;text-align:justify}.card-icon{font-size:48px;text-align:center;margin-bottom:15px}.mission-card,.vision-card{text-align:center;padding:40px 30px}.mission-text{font-size:18px;line-height:1.8;color:#334e68}.about-cta{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08)}.about-cta .cta-content h3{font-size:24px;color:#0f4c81;margin-bottom:15px}.about-cta .cta-content p{color:#667a99;line-height:1.8;max-width:600px}.news-filter{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.filter-btn{padding:10px 24px;border:1px solid #4fc3f7;background:#fff;color:#0f4c81;border-radius:30px;font-size:14px;cursor:pointer;transition:all .3s}.filter-btn:hover{background:#4fc3f7;color:#fff}.filter-btn.active{background:#0f4c81;border-color:#0f4c81;color:#fff}.news-card{position:relative;padding:0;overflow:hidden}.news-card .card-img-box{margin-bottom:0}.news-card .card-title{padding:15px 15px 10px;font-size:16px;min-height:50px}.news-card .card-desc{padding:0 15px;min-height:60px}.news-tag{position:absolute;top:15px;left:15px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;z-index:10}.news-tag.company-tag{background:rgba(15,76,129,.9);color:#fff}.news-tag.industry-tag{background:rgba(79,195,247,.9);color:#fff}.news-tag.science-tag{background:rgba(21,107,179,.9);color:#fff}.news-meta{display:flex;justify-content:space-between;align-items:center;padding:15px;border-top:1px solid rgba(232,244,248,.5);font-size:13px}.news-meta .news-date{color:#667a99}.news-meta .news-link{color:#4fc3f7;text-decoration:none;transition:color .3s}.news-meta .news-link:hover{color:#0f4c81}.news-pagination{display:flex;justify-content:center;gap:10px;margin-top:50px}.news-pagination .page-btn{padding:10px 18px;border:1px solid #e0e0e0;background:#fff;color:#334e68;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s}.news-pagination .page-btn:hover{border-color:#4fc3f7;color:#4fc3f7}.news-pagination .page-btn.active{background:#0f4c81;border-color:#0f4c81;color:#fff}.news-subscribe{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08)}.news-subscribe .subscribe-content h3{font-size:24px;color:#0f4c81;margin-bottom:15px}.news-subscribe .subscribe-content p{color:#667a99;line-height:1.8;max-width:600px}.product-card{position:relative;padding:0;overflow:hidden;display:flex;flex-direction:column}.product-card .card-img-box{margin-bottom:0}.product-card .card-title{padding:15px 15px 10px;font-size:16px;min-height:45px}.product-card .card-desc{padding:0 15px;font-size:13px}.product-tag{position:absolute;top:15px;right:15px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;z-index:10}.product-tag.main-tag{background:linear-gradient(135deg,#0f4c81,#156bb3);color:#fff}.product-features{list-style:none;padding:0 15px;margin:15px 0}.product-features li{padding:5px 0;font-size:13px;color:#667a99;border-bottom:1px dashed rgba(232,244,248,.5)}.product-features li:last-child{border-bottom:none}.product-action{padding:15px;text-align:center;border-top:1px solid rgba(232,244,248,.5);margin-top:auto}.accessory-card,.service-card{text-align:center;padding:30px 20px}.accessory-card .card-icon,.service-card .card-icon{font-size:40px;margin-bottom:15px}.accessory-card .card-title,.service-card .card-title{font-size:16px;margin-bottom:10px}.accessory-card .card-desc,.service-card .card-desc{font-size:13px;line-height:1.6}.product-compare{overflow-x:auto;margin-top:30px;-webkit-overflow-scrolling:touch;position:relative}.product-compare::before{content:'← 左右滑动查看更多 →';display:block;text-align:center;font-size:12px;color:#667a99;margin-bottom:10px}.product-compare::-webkit-scrollbar{height:8px}.product-compare::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:4px}.product-compare::-webkit-scrollbar-thumb{background:#4fc3f7;border-radius:4px}.product-compare::-webkit-scrollbar-thumb:hover{background:#0f4c81}.compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(15,76,129,.08);min-width:800px}.compare-table td,.compare-table th{padding:15px 16px;text-align:center;border-bottom:1px solid rgba(232,244,248,.5)}.compare-table th{background:linear-gradient(135deg,#0f4c81,#156bb3);color:#fff;font-weight:600;font-size:14px;white-space:nowrap}.compare-table th:first-child{text-align:left;min-width:120px}.compare-table td{font-size:13px;color:#334e68;line-height:1.5}.compare-table td:first-child{font-weight:600;color:#0f4c81;text-align:left;padding-left:20px;background:rgba(248,252,255,.8);position:sticky;left:0;z-index:1;min-width:120px}.compare-table tr:last-child td{border-bottom:none}.compare-table tr:nth-child(even){background:rgba(248,252,255,.5)}.compare-table tr:nth-child(even) td:first-child{background:rgba(240,248,255,.8)}.compare-table tbody tr:hover{background:rgba(79,195,247,.1)}.compare-table tbody tr:hover td:first-child{background:rgba(79,195,247,.15)}.product-cta{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08)}.product-cta .cta-content h3{font-size:24px;color:#0f4c81;margin-bottom:15px}.product-cta .cta-content p{color:#667a99;line-height:1.8;max-width:600px}.article-content{background:#fff;padding:50px;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08)}.article-header{border-bottom:1px solid rgba(232,244,248,.5);padding-bottom:30px;margin-bottom:40px}.article-title{font-size:32px;color:#0f4c81;margin-bottom:20px;line-height:1.4}.article-meta{display:flex;gap:30px;color:#667a99;font-size:14px;flex-wrap:wrap}.article-meta span{display:flex;align-items:center;gap:8px}.article-tags{display:flex;gap:10px;margin-top:15px}.article-tag{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;background:rgba(15,76,129,.9);color:#fff}.article-body{font-size:18px;line-height:2;color:#334e68}.article-body h2{font-size:24px;color:#0f4c81;margin:40px 0 20px;font-weight:600}.article-body h3{font-size:20px;color:#156bb3;margin:30px 0 15px;font-weight:600}.article-body p{margin-bottom:20px;text-align:justify;text-indent:2rem}.article-body ol,.article-body ul{margin:20px 0;padding-left:25px}.article-body li{margin-bottom:10px;list-style:disc}.article-body img{max-width:100%;border-radius:12px;margin:30px 0;box-shadow:0 10px 30px rgba(15,76,129,.08)}.article-body blockquote{border-left:4px solid #4fc3f7;padding:20px 30px;background:rgba(79,195,247,.1);margin:30px 0;font-style:italic;color:#334e68}.article-body a{color:#4fc3f7;transition:color .3s}.article-body a:hover{color:#0f4c81}.article-share{display:flex;justify-content:space-between;align-items:center;padding:30px 0;border-top:1px solid rgba(232,244,248,.5);border-bottom:1px solid rgba(232,244,248,.5);margin:40px 0}.share-title{font-size:16px;color:#334e68;font-weight:600}.share-buttons{display:flex;gap:15px}.share-btn{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0f4c81,#156bb3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s}.share-btn:hover{transform:translateY(-3px)}.article-nav{display:flex;justify-content:space-between;margin-top:40px;gap:30px}.article-nav-btn{flex:1;padding:20px;background:rgba(248,252,255,.8);border-radius:12px;text-decoration:none;transition:all .3s;border:1px solid rgba(232,244,248,.5)}.article-nav-btn:hover{background:#fff;box-shadow:0 10px 30px rgba(15,76,129,.08);border-color:#4fc3f7}.article-nav-btn .nav-label{font-size:13px;color:#667a99;margin-bottom:8px}.article-nav-btn .nav-title{font-size:15px;color:#0f4c81;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-nav-btn.prev{text-align:left}.article-nav-btn.next{text-align:right}.related-articles{margin-top:60px}.related-title{font-size:24px;color:#0f4c81;margin-bottom:30px;text-align:center;font-weight:600}.sidebar-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08);border:1px solid rgba(232,244,248,.5);margin-bottom:30px}.sidebar-card .card-title{font-size:16px;color:#0f4c81;border-bottom:1px solid rgba(232,244,248,.5);padding-bottom:15px;margin-bottom:15px;font-weight:600}.sidebar-card ul{padding:0;margin:0}.sidebar-card li{margin-bottom:15px;font-size:14px;line-height:1.6}.sidebar-card li:last-child{margin-bottom:0}.sidebar-card li a{color:#334e68;transition:color .3s}.sidebar-card li a:hover{color:#4fc3f7}.sidebar-contact-card{background:linear-gradient(135deg,#0f4c81,#156bb3);color:#fff}.sidebar-contact-card .card-title{color:#fff;border-bottom-color:rgba(255,255,255,.3)}.sidebar-contact-card p{font-size:14px;line-height:1.8;margin-bottom:20px;opacity:.9}.sidebar-contact-card .btn-primary{background:#fff;color:#0f4c81;width:100%;text-align:center}.category-link{color:#334e68;font-size:14px;transition:color .3s}.category-link:hover{color:#4fc3f7}.article-link{color:#4fc3f7;transition:color .3s}.article-link:hover{color:#0f4c81}.product-detail-section{padding:60px 0}.product-detail-hero{padding:150px 0 10px;background:linear-gradient(135deg,#f0f8fb 0,#e1f0fa 100%)}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:60px}.product-gallery{position:sticky;top:100px}.product-main-img{width:100%;aspect-ratio:1;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08);margin-bottom:20px;object-fit:cover;cursor:pointer}.product-thumbnails{display:flex;gap:15px;flex-wrap:wrap}.thumbnail{width:80px;height:80px;aspect-ratio:1;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .3s;object-fit:cover}.thumbnail.active,.thumbnail:hover{border-color:#4fc3f7;transform:scale(1.05)}.product-info{padding:20px 0}.product-badge{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#0f4c81,#156bb3);color:#fff;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:15px}.product-name{font-size:32px;color:#0f4c81;margin-bottom:15px;font-weight:700}.product-short-desc{font-size:16px;color:#667a99;line-height:1.8;margin-bottom:25px}.product-price{font-size:28px;color:#0f4c81;font-weight:700;margin-bottom:25px}.product-price span{font-size:14px;color:#667a99;font-weight:400;margin-left:10px}.product-specs{background:rgba(248,252,255,.8);padding:25px;border-radius:12px;margin-bottom:25px}.product-specs h4{font-size:16px;color:#0f4c81;margin-bottom:15px}.product-specs ul{list-style:none;padding:0}.product-specs li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed rgba(232,244,248,.5);font-size:14px}.product-specs li:last-child{border-bottom:none}.product-specs .spec-label{color:#667a99}.product-specs .spec-value{color:#334e68;font-weight:500}.product-actions{display:flex;gap:20px;margin-bottom:25px}.product-actions .btn-outline,.product-actions .btn-primary{flex:1;text-align:center}.product-services{display:flex;gap:20px;flex-wrap:wrap}.service-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#334e68}.service-item::before{content:'✓';color:#4fc3f7;font-weight:700}.product-tabs{margin-bottom:40px}.tab-buttons{display:flex;border-bottom:2px solid rgba(232,244,248,.5);margin-bottom:30px}.tab-btn{padding:15px 30px;background:0 0;border:none;font-size:16px;color:#667a99;cursor:pointer;position:relative;transition:all .3s}.tab-btn:hover{color:#0f4c81}.tab-btn.active{color:#0f4c81;font-weight:600}.tab-btn.active::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(135deg,#0f4c81,#156bb3)}.tab-content{display:none}.tab-content.active{display:block}.tab-content h3{font-size:22px;color:#0f4c81;margin-bottom:20px}.tab-content p{font-size:15px;line-height:2;color:#334e68;margin-bottom:20px;text-align:justify}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:30px 0}.feature-item{display:flex;gap:15px;padding:20px;background:rgba(248,252,255,.5);border-radius:12px}.feature-icon{width:50px;height:50px;background:linear-gradient(135deg,#0f4c81,#156bb3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;flex-shrink:0}.feature-text h4{font-size:16px;color:#0f4c81;margin-bottom:8px}.feature-text p{font-size:14px;color:#667a99;line-height:1.6;margin:0}.param-table{width:100%;border-collapse:collapse;margin:20px 0}.param-table td,.param-table th{padding:15px;text-align:left;border-bottom:1px solid rgba(232,244,248,.5)}.param-table th{background:rgba(248,252,255,.8);color:#0f4c81;font-weight:600;width:30%}.param-table td{color:#334e68}.scenario-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:30px 0}.scenario-card{padding:25px;background:rgba(248,252,255,.5);border-radius:12px;border:1px solid rgba(232,244,248,.5)}.scenario-card h4{font-size:18px;color:#0f4c81;margin-bottom:12px}.scenario-card p{font-size:14px;color:#667a99;line-height:1.8;margin:0}.faq-item{padding:20px;background:rgba(248,252,255,.5);border-radius:12px;margin-bottom:15px}.faq-question{font-size:16px;color:#0f4c81;font-weight:600;margin-bottom:10px}.faq-answer{font-size:14px;color:#334e68;line-height:1.8}.line-clamp-1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tagimg{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f0f8fb}.tagimg .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.6;z-index:0;transform:scale(1.1)}.tagimg .container{position:relative;z-index:1}.tool{position:fixed;right:20px;bottom:40px;z-index:9999;display:flex;flex-direction:column;gap:5px}.item-tool{width:50px;height:50px;background:#fff;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0f4c81;font-size:12px;font-weight:600;transition:all .3s;border:1px solid rgba(232,244,248,.5);text-decoration:none;position:relative;overflow:hidden}.item-tool:hover{background:linear-gradient(135deg,#0f4c81,#156bb3);color:#fff;transform:scale(1.1);box-shadow:0 6px 20px rgba(15,76,129,.3);border-color:transparent}.item-tool:active{transform:scale(.95)}.item-tool span{z-index:2;pointer-events:none}.item-tool.tool-top{opacity:0;visibility:hidden;transform:translateY(20px);pointer-events:none}.item-tool.tool-top.show{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}@media (max-width:1440px){:root{--fog-windos-max-width:1200px}}@media (max-width:1024px){:root{--fog-windos-max-width:960px}.grid-4,.grid-5,.grid-6{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:36px}.compare-table{font-size:12px}.compare-table td,.compare-table th{padding:12px 8px}.product-main{grid-template-columns:1fr}.product-gallery{position:static}.feature-grid,.scenario-grid{grid-template-columns:1fr}.article-content{padding:30px}.article-title{font-size:28px}.grid-3[style*=grid-template-columns]{grid-template-columns:1fr!important}aside{margin-top:40px}}@media (max-width:768px){:root{--fog-windos-max-width:100%}.grid-2,.grid-3,.grid-4,.grid-5,.grid-6{grid-template-columns:1fr;gap:20px}.header .nav-container{height:60px}.header .logo{font-size:18px}.header .nav-list{position:fixed;top:60px;left:-100%;width:100%;height:calc(100vh - 60px);background:#fff;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:40px;gap:20px;transition:.3s}.header .nav-list.active{left:0}.header .nav-list .nav-item{font-size:16px;padding:10px 0}.header .hamburger{display:block;font-size:22px}.hero{padding:60px 0}.hero .hero-title{font-size:24px}.hero .hero-subtitle{font-size:18px}.hero .hero-desc{font-size:14px}.section_one{padding:150px 0 40px}.section{padding:50px 0}.carousel-container{margin-top:110px}.carousel-btn{width:32px;height:32px;font-size:18px}.carousel-btn.prev-btn{left:10px}.carousel-btn.next-btn{right:10px}.carousel-indicators{bottom:15px}.indicator{width:10px;height:10px}.contact-wrap{grid-template-columns:1fr;padding:30px}.footer{padding:40px 0 20px}.footer .footer-content{grid-template-columns:repeat(2,1fr);gap:30px}.footer .copyright{font-size:12px;flex-direction:column;gap:10px}.footer .footer-col .wxqr{max-width:120px}.news-filter{gap:10px}.news-filter .filter-btn{padding:8px 16px;font-size:13px}.news-pagination{flex-wrap:wrap}.news-pagination .page-btn{padding:8px 14px;font-size:13px}.product-features li{font-size:12px}.compare-table td,.compare-table th{padding:10px 6px;font-size:11px}.about-cta,.news-subscribe,.product-cta{flex-direction:column;text-align:center;gap:30px;padding:30px 20px}.about-cta .cta-content p,.about-cta .subscribe-content p,.news-subscribe .cta-content p,.news-subscribe .subscribe-content p,.product-cta .cta-content p,.product-cta .subscribe-content p{margin:0 auto}.article-content{padding:30px 20px;margin-top:20px}.article-title{font-size:22px;line-height:1.4}.article-meta{flex-direction:column;gap:8px;font-size:13px}.article-meta span{gap:5px}.article-tags{flex-wrap:wrap;gap:8px}.article-tag{font-size:11px;padding:3px 10px}.article-body{font-size:15px;line-height:1.8}.article-body h2{font-size:20px;margin:30px 0 15px}.article-body h3{font-size:17px;margin:25px 0 12px}.article-body p{margin-bottom:15px}.article-body ol,.article-body ul{margin:15px 0;padding-left:20px}.article-body li{margin-bottom:8px;font-size:14px}.article-body img{margin:20px 0;border-radius:8px}.article-body blockquote{padding:15px 20px;margin:20px 0;font-size:14px}.article-share{flex-direction:column;gap:15px;padding:20px 0;align-items:flex-start}.share-title{font-size:14px}.share-buttons{gap:10px}.share-btn{width:36px;height:36px;font-size:14px}.article-nav{flex-direction:column;gap:15px;margin-top:30px}.article-nav-btn{padding:15px;text-align:left!important}.article-nav-btn .nav-label{font-size:12px}.article-nav-btn .nav-title{font-size:14px;line-height:1.4}.aside{margin-top:40px}.sidebar-card{padding:20px;margin-bottom:20px}.sidebar-card .card-title{font-size:15px;padding-bottom:12px;margin-bottom:12px}.sidebar-card ul li{font-size:13px;margin-bottom:12px}.related-articles{margin-top:40px}.related-title{font-size:20px;margin-bottom:20px}.news-card .card-title{font-size:15px;min-height:auto;padding:12px 12px 8px}.news-card .card-desc{font-size:13px;min-height:auto;padding:0 12px}.news-card .news-meta{padding:12px;font-size:12px}.product-detail-section{padding:40px 0}.product-detail-hero{padding:120px 0 40px}.product-main{grid-template-columns:1fr;gap:30px;margin-bottom:40px}.product-gallery{position:static}.product-main-img{margin-bottom:15px}.product-thumbnails{gap:10px}.thumbnail{width:70px;height:70px}.product-info{padding:15px 0}.product-badge{font-size:12px;padding:5px 12px}.product-name{font-size:24px;margin-bottom:12px}.product-short-desc{font-size:14px;line-height:1.6;margin-bottom:20px}.product-price{font-size:22px;margin-bottom:20px}.product-price span{font-size:13px}.product-specs{padding:20px;margin-bottom:20px}.product-specs h4{font-size:15px;margin-bottom:12px}.product-specs li{font-size:13px;padding:8px 0}.product-actions{flex-direction:column;gap:15px;margin-bottom:20px}.product-actions .btn-outline,.product-actions .btn-primary{width:100%;text-align:center}.product-services{gap:15px;flex-wrap:wrap}.product-services .service-item{font-size:13px}.product-tabs{margin-bottom:30px}.tab-buttons{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;margin-bottom:20px}.tab-buttons::-webkit-scrollbar{display:none}.tab-btn{padding:12px 20px;font-size:14px}.tab-content h3{font-size:18px;margin-bottom:15px}.tab-content p{font-size:14px;line-height:1.8}.feature-grid{grid-template-columns:1fr;gap:15px}.feature-item{padding:15px;gap:12px}.feature-icon{width:40px;height:40px;font-size:20px}.feature-text h4{font-size:15px}.feature-text p{font-size:13px}.param-table td,.param-table th{padding:12px;font-size:13px}.param-table th{width:35%}.scenario-grid{grid-template-columns:1fr;gap:15px}.scenario-card{padding:20px}.scenario-card h4{font-size:16px}.scenario-card p{font-size:13px}.faq-item{padding:15px;margin-bottom:12px}.faq-question{font-size:15px}.faq-answer{font-size:13px}.product-compare{overflow-x:visible}.product-compare::before{display:none}.compare-table{min-width:auto;background:0 0;box-shadow:none}.compare-table thead{display:none}.compare-table tbody{display:block}.compare-table tr{display:block;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(15,76,129,.08);margin-bottom:20px;overflow:hidden;border:1px solid rgba(232,244,248,.5)}.compare-table tr td:first-child{display:block;background:linear-gradient(135deg,#0f4c81,#156bb3);color:#fff;text-align:center;padding:15px;font-size:16px;font-weight:700;border-bottom:2px solid rgba(255,255,255,.2);position:static}.compare-table tr td:first-child::before{content:'【';margin-right:5px}.compare-table tr td:first-child::after{content:'】';margin-left:5px}.compare-table tr td:not(:first-child){display:flex;justify-content:space-between;align-items:flex-start;padding:12px 15px;border-bottom:1px dashed rgba(232,244,248,.5);text-align:left;font-size:13px;gap:15px}.compare-table tr td:not(:first-child)::before{content:attr(data-label);font-weight:600;color:#0f4c81;flex:0 0 90px;flex-shrink:0}.compare-table tr td:not(:first-child)::after{content:attr(data-value);color:#334e68;flex:1;text-align:right}.compare-table tr td:not(:first-child) span{display:none}.compare-table tr td:nth-child(2){border-top:none}.compare-table tr td:last-child{border-bottom:none}.tool{right:15px;bottom:30px;gap:10px}.item-tool{width:44px;height:44px;font-size:11px}}@media (max-width:580px){.footer .footer-content{grid-template-columns:1fr;text-align:center}.compare-table tr td:not(:first-child){padding:10px 12px;font-size:12px;gap:10px}.compare-table tr td:not(:first-child)::before{flex:0 0 75px;font-size:12px}.compare-table tr td:not(:first-child)::after{font-size:12px}.btn-outline,.btn-primary{padding:10px 24px;font-size:14px}.card{padding:12px}.article-content{padding:20px 15px}.article-title{font-size:20px}.article-body{font-size:14px}.product-name{font-size:20px}.product-price{font-size:20px}.footer-col .wxqr{max-width:100%}}