



1111
Revolutionize your production process with our state - of - the - art twin screw extruder.
Get a Quote
Our twin screw extruder is designed with high - precision components for accurate and consistent output.
Save on energy costs with our energy - efficient extruder technology.
Designed for easy maintenance, reducing downtime and increasing productivity.
| Parameter | Value |
|---|---|
| Screw Diameter | 50 - 120 mm |
| Length - to - Diameter Ratio | 40:1 - 52:1 |
| Motor Power | 30 - 150 kW |
"The twin screw extruder has significantly improved our production efficiency. It's a great investment!"
- John Doe, ABC Company
"We've been using this extruder for a while, and it's been very reliable. Highly recommended."
- Jane Smith, XYZ Corporation
Contact us today to get a free quote and learn more about our twin screw extruder.
Get a Quote/* 全局样式 */ body { font-family: Arial, sans - serif; margin: 0; padding: 0; } h1, h2, h3 { color: #333; } p { color: #666; } a { text-decoration: none; } /* 英雄部分 */ .hero { display: flex; align-items: center; justify-content: space-around; background-color: #f4f4f4; padding: 100px 0; } .hero-content { width: 40%; } .hero h1 { font-size: 48px; margin-bottom: 20px; } .hero p { font-size: 20px; margin-bottom: 30px; } .cta-button { background-color: #007BFF; color: white; padding: 15px 30px; border-radius: 5px; font-size: 18px; } .hero img { width: 40%; border-radius: 10px; } /* 产品特点 */ .features { text-align: center; padding: 100px 0; } .features h2 { font-size: 36px; margin-bottom: 50px; } .feature { display: inline-block; width: 30%; margin: 0 1%; } .feature img { width: 80%; border-radius: 10px; margin-bottom: 20px; } .feature h3 { font-size: 24px; margin-bottom: 10px; } /* 技术规格 */ .specifications { text-align: center; padding: 100px 0; background-color: #f4f4f4; } .specifications h2 { font-size: 36px; margin-bottom: 50px; } table { margin: 0 auto; border-collapse: collapse; width: 60%; } th, td { border: 1px solid #ccc; padding: 15px; } th { background-color: #007BFF; color: white; } /* 客户见证 */ .testimonials { text-align: center; padding: 100px 0; } .testimonials h2 { font-size: 36px; margin-bottom: 50px; } .testimonial { display: inline-block; width: 40%; margin: 0 2%; } .testimonial img { width: 100px; height: 100px; border-radius: 50%; margin-bottom: 20px; } .customer-name { font-style: italic; } /* 行动呼吁 */ .cta { text-align: center; padding: 100px 0; background-color: #007BFF; } .cta h2 { color: white; font-size: 36px; margin-bottom: 20px; } .cta p { color: white; font-size: 20px; margin-bottom: 30px; } .cta .cta-button { background-color: white; color: #007BFF; } // 目前这里没有复杂的交互逻辑,仅为占位 // 后续可以添加如表单验证、动画效果等功能 window.onload = function () { // 示例:可以在这里添加页面加载完成后的动画效果 };