.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} }
重庆誉美固科技有限公司

工业洗地机

手推式到驾驶式全系列洗地设备,高效清洁各种地面

获取报价 邮件咨询
18
款洗地机
80+
服务国家
14年
行业经验
ISO
质量认证
10款机型
手推到驾驶全系列覆盖
电池驱动
续航持久,零排放低噪音
高效清洁
每小时清洁数千平米
操作简便
人性化设计,易上手

产品分类

全系列产品,满足各种地坪施工和维护需求

🚶

手推式洗地机

X510/X530/X660等手推机型,灵活高效

🚶‍♂️

自走式洗地机

自走驱动,省力高效,中大型场所适用

🚗

小型驾驶式

X560/X600紧凑驾驶式,灵活穿梭

🚙

中型驾驶式

X660/X700双刷驾驶式,高效率清洁

🚛

大型驾驶式

X800/X900/X1000大型驾驶式,超高效率

🚿

洗扫一体机

扫地+洗地一体,功能更全面

关于誉美固洗地机产品

誉美固工业洗地机系列提供手推式和驾驶式两大类产品,覆盖从小型商业空间到大型工业厂房的各种清洁需求。我们的洗地机采用高品质电池驱动,续航时间长,充电方便。刷盘压力可调,适应不同地面材质和污渍程度。清洁效率高,一台驾驶式洗地机每小时可清洁数千平方米,相当于十余名清洁工人的工作量。设备操作简单,维护方便,大幅降低清洁成本。适用于工厂车间、物流仓库、商场超市、医院学校、地下停车场等各种场所的地面清洁维护。无论是环氧地坪、混凝土密封固化地坪还是瓷砖地面,誉美固洗地机都能提供卓越的清洁效果。我们提供完善的售后保障和零配件供应,确保设备长期稳定运行。

常见问题

关于我们产品的常见问题解答

誉美固洗地机有哪些型号? +

誉美固洗地机分为手推式和驾驶式两大系列共18款产品。手推式包括X510、X530Z、X660S等型号;驾驶式包括X560、X600、X660、X700、X800、X900、X1000等型号,满足不同规模的清洁需求。

洗地机的清洁效率如何? +

手推式洗地机每小时可清洁约1500-3000平方米,驾驶式洗地机每小时可清洁4000-15000平方米。一台驾驶式洗地机的工作效率相当于10-20名清洁工人。

洗地机适用于哪些地面? +

誉美固洗地机适用于环氧地坪、密封固化剂地坪、瓷砖、水磨石、PVC地板等各种硬质地面。通过更换不同类型的刷盘和百洁垫,可以适应不同材质的清洁需求。

电池续航时间有多长? +

根据型号不同,洗地机一次充电可连续工作2-6小时。大容量电池配置的机型续航更长,可满足大面积场地的一次性清洁需求。电池采用免维护铅酸或锂电池,使用寿命长。

准备好开始您的地坪项目了吗?

誉美固提供一站式工业地坪材料与设备解决方案,服务全球80+国家。立即联系我们获取免费项目咨询和报价。

💬 ✉️ 📞