.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;margin-bottom:24px;justify-content:flex-start;max-width:1200px;margin-left:auto;margin-right:auto;text-align:left} .breadcrumb a{color:#FB9A06;text-decoration:none} .breadcrumb a:hover{text-decoration:underline} .breadcrumb .sep{color:#999} .breadcrumb .current{color:#666} .hero{background:linear-gradient(135deg,#FFF8F0 0%,#FFF3E0 100%);padding:80px 24px;text-align:center;border-bottom:1px solid #f0f0f0} .hero h1{font-size:42px;font-weight:700;margin-bottom:16px;letter-spacing:-0.5px;color:#1a1a1a;line-height:1.2} .hero h1 span{color:#FB9A06} .hero p{font-size:18px;color:#666;max-width:700px;margin:0 auto 32px;line-height:1.7} .hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap} .hero-stats{display:flex;justify-content:center;gap:48px;margin-top:40px;flex-wrap:wrap} .hero-stat{text-align:center} .hero-stat-number{font-size:36px;font-weight:700;color:#FB9A06} .hero-stat-label{font-size:14px;color:#666} .btn-primary{display:inline-flex;padding:14px 32px;background:#FB9A06;color:#fff;font-weight:600;border-radius:8px;transition:all 0.2s;font-size:15px} .btn-primary:hover{background:#E88A00;transform:translateY(-2px);box-shadow:0 4px 12px rgba(251,154,6,0.3)} .btn-secondary{display:inline-flex;padding:14px 32px;background:#fff;color:#1a1a1a;font-weight:600;border-radius:8px;border:2px solid #E5E5E5;transition:all 0.2s;font-size:15px} .btn-secondary:hover{border-color:#FB9A06;color:#FB9A06} /* Features */ .features{padding:60px 24px;background:#fff} .features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px} .feature-item{text-align:center;padding:24px;background:#fafafa;border-radius:12px} .feature-number{font-size:28px;font-weight:700;color:#FB9A06;margin-bottom:8px} .feature-desc{font-size:14px;color:#666} /* Product Categories */ .categories{padding:80px 24px;background:#f9fafb} .container{max-width:1200px;margin:0 auto} .section-title{text-align:center;margin-bottom:48px} .section-title h2{font-size:32px;font-weight:700;margin-bottom:12px;color:#1a1a1a} .section-title p{color:#666;font-size:16px} .cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px} .cat-card{background:#fff;border:1px solid #E5E5E5;border-radius:16px;padding:32px;transition:all 0.3s} .cat-card:hover{border-color:#FB9A06;box-shadow:0 8px 24px rgba(251,154,6,0.1);transform:translateY(-4px)} .cat-icon{width:56px;height:56px;background:#FFF3E0;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:28px} .cat-card h3{font-size:20px;font-weight:600;margin-bottom:8px;color:#1a1a1a} .cat-card p{color:#666;font-size:14px;line-height:1.6} /* SEO Content */ .seo-content{padding:80px 24px;background:#fff} .seo-content-inner{max-width:900px;margin:0 auto} .seo-content h2{font-size:28px;font-weight:700;margin-bottom:24px;color:#1a1a1a} .seo-content p{font-size:16px;line-height:1.8;color:#444;margin-bottom:16px} /* FAQ */ .faq{padding:80px 24px;background:#f9fafb} .faq-inner{max-width:800px;margin:0 auto} .faq-item{background:#fff;border:1px solid #E5E5E5;border-radius:12px;margin-bottom:12px;overflow:hidden} .faq-question{padding:20px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:#1a1a1a;transition:all 0.2s} .faq-question:hover{background:#fafafa;color:#FB9A06} .faq-toggle{font-size:20px;color:#FB9A06;transition:transform 0.2s} .faq-item.open .faq-toggle{transform:rotate(45deg)} .faq-answer{padding:0 24px;max-height:0;overflow:hidden;transition:all 0.3s} .faq-item.open .faq-answer{padding:0 24px 20px;max-height:500px} .faq-answer p{color:#666;line-height:1.7} /* CTA */ .cta-section{padding:80px 24px;background:linear-gradient(135deg,#FB9A06 0%,#ffb347 100%)} .cta-inner{max-width:800px;margin:0 auto;text-align:center;color:#fff} .cta-inner h2{font-size:32px;font-weight:700;margin-bottom:16px} .cta-inner p{font-size:16px;opacity:0.95;margin-bottom:32px;line-height:1.7} .cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap} .cta-btn-white{display:inline-flex;padding:14px 32px;background:#fff;color:#FB9A06;font-weight:600;border-radius:8px;transition:all 0.2s;font-size:15px} .cta-btn-white:hover{background:#f5f5f5;transform:translateY(-2px)} .cta-btn-outline{display:inline-flex;padding:14px 32px;background:transparent;color:#fff;font-weight:600;border-radius:8px;border:2px solid #fff;transition:all 0.2s;font-size:15px} .cta-btn-outline:hover{background:rgba(255,255,255,0.15);transform:translateY(-2px)} /* Footer */ .footer{background:#1a1a1a;color:#999;padding:60px 24px 30px} .footer-inner{max-width:1200px;margin:0 auto} .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;margin-bottom:40px} .footer-col h4{color:#FB9A06;font-size:14px;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:0.5px} .footer-brand{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px} .footer-brand span{color:#FB9A06} .footer-desc{font-size:14px;line-height:1.6;margin-bottom:16px} .footer-address{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:12px} .footer-social{display:flex;gap:12px;margin-top:16px} .footer-social a{width:32px;height:32px;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.2s} .footer-social a:hover{background:#FB9A06;color:#fff} .footer-col ul{list-style:none} .footer-col li{margin-bottom:10px} .footer-col li a{font-size:14px;color:#999;transition:color 0.2s} .footer-col li a:hover{color:#FB9A06} .footer-contact-item{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:10px} .footer-contact-item a{color:#999;transition:color 0.2s} .footer-contact-item a:hover{color:#FB9A06} .footer-bar{border-top:1px solid #333;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:13px} .footer-bar-right{display:flex;gap:16px;align-items:center} .footer-bar-right a{color:#999;transition:color 0.2s} .footer-bar-right a:hover{color:#FB9A06} /* Floating contact */ .float-contact{position:fixed;bottom:24px;right:24px;z-index:100;display:flex;flex-direction:column;gap:10px} .float-btn{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,0.15);transition:all 0.2s;color:#fff;font-size:20px} .float-btn:hover{transform:scale(1.1)} .float-whatsapp{background:#25D366} .float-wechat{background:#07C160} .float-email{background:#FB9A06} .float-phone{background:#fff;border:1px solid #E5E5E5;color:#FB9A06} /* Responsive */ @media(max-width:1024px){ .footer-grid{grid-template-columns:1fr 1fr;gap:32px} } @media(max-width:768px){ .nav-links{display:none} .hero{padding:60px 20px 40px} .hero h1{font-size:28px} .hero p{font-size:15px} .hero-stats{gap:24px} .hero-stat-number{font-size:28px} .categories{padding:60px 20px} .section-title h2{font-size:24px} .seo-content{padding:60px 20px} .faq{padding:60px 20px} .cta-section{padding:60px 20px} .cta-inner h2{font-size:24px} .footer-grid{grid-template-columns:1fr;gap:32px} }
专业工业除尘解决方案,高效过滤,保护施工环境和人员健康
全系列产品,满足各种地坪施工和维护需求
220V电源,便携灵活,适合中小型工程
380V大功率,超强吸力,大面积施工首选
不停机换袋,高效无尘作业
自动清理滤芯,持续强劲吸力
双重过滤系统,排放更清洁
粉尘和液体废弃物都能处理
誉美固工业吸尘器系列专为工业地坪施工环境设计,提供单相、三相多个型号选择。产品配备高效HEPA过滤系统,可有效过滤99.97%以上的细微粉尘,保障施工人员呼吸健康。部分型号支持连续袋式集尘,无需停机即可更换集尘袋,大大提高施工效率。自动振尘功能可定期清理滤芯,保持持续强劲的吸力。双过滤系统确保排放空气清洁,符合环保要求。产品设计坚固耐用,适合工地恶劣环境使用。大容量集尘桶减少清理频率,万向脚轮移动方便。无论是混凝土研磨粉尘收集、地面清洁、还是废液回收,誉美固工业吸尘器都能提供可靠的除尘解决方案。配合研磨机使用,可实现真正的无尘施工。
关于我们产品的常见问题解答
工业吸尘器功率更大、吸力更强、容量更大,配备工业级HEPA过滤器,可处理大量粉尘和废弃物。机身结构更坚固,适合工业环境的高强度使用。
HEPA(高效颗粒空气)过滤器可以过滤掉99.97%以上的0.3微米微粒,有效保护工人免受硅尘等有害粉尘的侵害,是地坪施工中必不可少的安全设备。
连续袋式集尘系统使用长卷集尘袋,灰尘装满后可直接截去一段并密封,无需打开集尘桶倾倒粉尘,避免二次污染,同时节省时间,提高施工效率。
选择吸尘器需要考虑:配套设备的数量和功率、施工粉尘量、是否需要干湿两用、对过滤精度的要求、电源条件等。建议咨询我们的专业销售顾问进行选型。
誉美固提供一站式工业地坪材料与设备解决方案,服务全球80+国家。立即联系我们获取免费项目咨询和报价。