.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} }
一站式工业地坪材料解决方案,涵盖环氧、聚氨酯、水性、防静电等全系列产品
全系列产品,满足各种地坪施工和维护需求
高固含无溶剂体系,光洁无缝,适用于工业厂房和洁净车间
优异的柔韧性和耐候性,适用于食品加工和户外区域
低VOC环保配方,适合对空气质量要求高的场所
ESD防静电体系,保护电子元件和易燃易爆环境
耐强酸强碱,适用于化工和电镀车间
装饰性环氧体系,打造高端商业空间
誉美固科技作为专业的工业地坪材料制造商,提供全系列环氧地坪涂料和聚氨酯材料。我们的产品体系涵盖无溶剂环氧自流平、水性环氧、防静电环氧、防腐环氧、薄涂环氧、环氧磨石等多个系列,厚度从0.3mm薄涂到6-10mm砂浆系统一应俱全。所有产品均通过CE认证和ISO 9001质量管理体系认证,广泛应用于制造业厂房、仓库物流、食品饮料加工、医药洁净室、商业零售、地下停车场等场所。我们拥有专业的研发团队和完善的技术服务体系,可根据不同场地的使用需求和环境条件,为客户定制最优的地坪系统解决方案。从材料选型到施工指导,誉美固提供全程技术支持,确保每一个地坪项目都达到最佳效果。
关于我们产品的常见问题解答
誉美固提供完整的环氧地坪系统,包括无溶剂环氧自流平、环氧砂浆、防静电环氧、防腐环氧、薄涂环氧、环氧磨石等,适用于工业、商业和住宅等各种应用场景。
环氧地坪具有优异的硬度、耐化学性和无缝光洁的表面,非常适合工业环境。聚氨酯地坪则具有更好的柔韧性、耐紫外线性能和抗热冲击性,适用于食品加工和户外应用。
环氧地坪厚度从0.3mm(薄涂)到3-5mm(自流平)再到6-10mm(砂浆系统)不等。应根据交通流量、基层状况和性能要求来选择。工业厂房通常需要至少2-3mm的厚度。
正确安装的誉美固环氧地坪在工业环境中使用寿命可达10-20年以上,在商业/住宅环境中可达20年以上。使用寿命取决于涂层厚度、交通流量、维护质量和施工工艺。
誉美固提供一站式工业地坪材料与设备解决方案,服务全球80+国家。立即联系我们获取免费项目咨询和报价。