.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} }
全系列地坪施工耗材,金刚石磨片、树脂抛光垫、切割工具一应俱全
全系列产品,满足各种地坪施工和维护需求
金属结合剂,用于混凝土粗磨和细磨
树脂结合剂,从细磨到镜面抛光
高效去除环氧涂层和旧地坪
混凝土和石材切割专用
中硬地面高效研磨
磨头、接口转换、清洁工具等
誉美固科技专业生产金刚石工具和地坪施工耗材,产品涵盖金刚石磨块、树脂抛光垫、金属结合剂磨片、陶瓷结合剂磨片、PCD铣刨片、金刚石切割片、金刚石钻头等多个系列。我们采用优质金刚石原料和先进的烧结工艺,确保产品锋利度高、耐磨性好、使用寿命长。产品规格齐全,适配国内外主流品牌的各种型号研磨机。从混凝土粗磨到镜面抛光,从环氧层去除到石材翻新,誉美固提供完整的耗材解决方案。我们的研发团队可根据不同地面材质和施工工艺,为客户定制专用磨具配方,帮助客户提高施工效率、降低耗材成本。所有产品均经过严格的质量检测,确保品质稳定可靠。
关于我们产品的常见问题解答
誉美固提供完整的金刚石工具产品线,包括金属结合剂金刚石磨片、树脂抛光垫、PCD铣刨片、金刚石切割片、金刚石钻头、地面磨块等,适用于各种地坪施工工艺。
金刚石磨片的使用寿命取决于地面硬度、研磨机重量、研磨压力等因素。一般情况下,金属磨片每片可研磨约300-500平方米,树脂抛光垫每片可抛光约500-1000平方米。
誉美固金刚石磨片支持快换、魔术贴、螺栓等多种接口方式,兼容HTC、Scanmaskin、Lavina、Klindex等国际主流品牌,以及国内各品牌研磨机。
粗磨(去除旧涂层、整平地面)选用16#-60#金属磨片;细磨(细化划痕)选用80#-200#金属或陶瓷磨片;抛光选用400#-3000#树脂抛光垫。具体选型需根据地面材质和目标光泽度确定。
誉美固提供一站式工业地坪材料与设备解决方案,服务全球80+国家。立即联系我们获取免费项目咨询和报价。