首页

.met-banner { background: linear-gradient(135deg, #1a4a8a 0%, #2563b5 50%, #1e5aa6 100%); padding: 100px 0; text-align: center; color: white; position: relative; overflow: hidden; } .met-banner::before { content: “”; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(“data:image/svg+xml,%3Csvg width=’60’ height=’60’ viewBox=’0 0 60 60′ xmlns=’http://www.w3.org/2000/svg’%3E%3Cg fill=’none’ fill-rule=’evenodd’%3E%3Cg fill=’%23ffffff’ fill-opacity=’0.03’%3E%3Cpath d=’M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z’/%3E%3C/g%3E%3C/g%3E%3C/svg%3E”); opacity: 0.1; } .met-banner h1 { font-size: 48px; margin-bottom: 20px; font-weight: 600; position: relative; z-index: 1; } .met-banner p { font-size: 20px; margin-bottom: 40px; opacity: 0.95; position: relative; z-index: 1; } .met-banner .banner-btns { position: relative; z-index: 1; } .met-banner .btn-primary { background: #fff; color: #1e5aa6; padding: 15px 40px; text-decoration: none; border-radius: 4px; font-weight: 600; display: inline-block; margin: 0 10px; transition: all 0.3s; } .met-banner .btn-primary:hover { background: #f0f0f0; transform: translateY(-2px); } .met-banner .btn-outline { background: transparent; color: #fff; padding: 15px 40px; text-decoration: none; border: 2px solid #fff; border-radius: 4px; font-weight: 600; display: inline-block; margin: 0 10px; transition: all 0.3s; } .met-banner .btn-outline:hover { background: rgba(255,255,255,0.1); } .section-title { text-align: center; padding: 60px 20px 40px; } .section-title h2 { font-size: 32px; color: #1e5aa6; margin-bottom: 15px; font-weight: 600; } .section-title p { color: #666; font-size: 16px; } .met-products { background: #f8f9fa; padding: 0 20px 60px; } .products-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } @media (max-width: 1024px) { .products-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .products-grid { grid-template-columns: 1fr; } } .product-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.08); transition: all 0.3s; } .product-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.12); } .product-card .img-wrap { height: 200px; background: linear-gradient(135deg, #e8f0f8 0%, #d4e4f4 100%); display: flex; align-items: center; justify-content: center; position: relative; } .product-card .img-wrap span { color: #1e5aa6; font-size: 14px; } .product-card .info { padding: 20px; } .product-card h3 { font-size: 18px; color: #333; margin-bottom: 10px; } .product-card p { color: #666; font-size: 14px; line-height: 1.6; margin-bottom: 15px; } .product-card a { color: #1e5aa6; text-decoration: none; font-weight: 500; } .product-card a:hover { text-decoration: underline; } .met-about { padding: 0 20px 60px; } .about-wrap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } @media (max-width: 768px) { .about-wrap { grid-template-columns: 1fr; gap: 30px; } } .about-img { background: linear-gradient(135deg, #e8f0f8 0%, #d4e4f4 100%); height: 400px; border-radius: 8px; display: flex; align-items: center; justify-content: center; } .about-img span { color: #1e5aa6; } .about-content h3 { font-size: 28px; color: #1e5aa6; margin-bottom: 20px; } .about-content p { color: #555; line-height: 1.8; margin-bottom: 15px; } .about-content .features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 25px; } .about-content .feature-item { display: flex; align-items: center; gap: 10px; } .about-content .feature-item::before { content: “✓”; color: #1e5aa6; font-weight: bold; } .met-advantages { background: #1e5aa6; padding: 60px 20px; color: white; } .advantages-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; } @media (max-width: 768px) { .advantages-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 480px) { .advantages-grid { grid-template-columns: 1fr; } } .advantage-item .icon { width: 80px; height: 80px; background: rgba(255,255,255,0.15); border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; font-size: 32px; } .advantage-item h4 { font-size: 20px; margin-bottom: 10px; } .advantage-item p { opacity: 0.9; font-size: 14px; } .met-cases { padding: 0 20px 60px; } .cases-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; } @media (max-width: 768px) { .cases-grid { grid-template-columns: 1fr; } } .case-card { position: relative; border-radius: 8px; overflow: hidden; } .case-card .img-wrap { height: 250px; background: linear-gradient(135deg, #ddd 0%, #bbb 100%); display: flex; align-items: center; justify-content: center; } .case-card .overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.8)); padding: 30px 20px 20px; color: white; } .case-card h4 { font-size: 18px; margin-bottom: 5px; } .case-card p { font-size: 14px; opacity: 0.9; } .met-contact-bar { background: #f8f9fa; padding: 40px 20px; text-align: center; } .met-contact-bar h3 { font-size: 24px; color: #333; margin-bottom: 20px; } .met-contact-bar .phone { font-size: 32px; color: #1e5aa6; font-weight: bold; }

河南千旗实业有限公司

专业粉体气力输送设备制造商 · 料封泵 · 仓泵 · 散装机 · 除尘设备

产品中心

专业粉体气力输送设备,满足各行业需求

料封泵产品图

料封泵

低压稀相气力输送设备,适用于粉状物料的连续输送

查看详情 →
仓泵产品图

仓泵

密相高压气力输送设备,适用于长距离大输送量

查看详情 →
散装机产品图

散装机

骨料/干粉装车设备,高效环保自动化

查看详情 →
输灰系统图

输灰系统

浓相/稀相/先导输灰系统,电厂除灰专用

查看详情 →

关于我们

专业制造,值得信赖

公司/工厂图片

河南千旗实业有限公司

位于河南省巩义市,是一家专业从事粉体气力输送设备研发、生产、销售和服务的高新技术企业。

公司主要产品包括:料封泵、仓泵、各类散装机、双轴加湿搅拌机、气化板、真空压力释放阀、除尘设备及各类输灰系统。

专业研发团队
先进生产设备
完善售后体系
品质保证承诺
🏭

专业制造

十余年行业经验
专注气力输送设备

⚙️

技术领先

自主研发创新
多项专利技术

品质保证

严格质量控制
ISO认证体系

🤝

服务至上

7×24小时响应
终身技术支持

工程案例

服务众多知名企业

案例图片1

洛阳利尔

耐火材料行业气力输送系统

案例图片2

焦作多佛多

化工行业粉体输送解决方案

案例图片3

栾川洛钼

矿业行业除尘输灰系统

欢迎来电咨询,专业工程师为您提供解决方案

15617666619
滚动至顶部