Brand new RH35M-4DK.4C.1R ZIEHL-ABEGG centrifugal fan 3-230/460V
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #333; background-color: #f9f9f9; padding: 20px; } .product-container { max-width: 1200px; margin: 0 auto; background: white; border-radius: 10px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); overflow: hidden; } .product-header { background: linear-gradient(135deg, #0277BD 0%, #0288D1 100%); color: white; padding: 50px 30px; text-align: center; position: relative; } .product-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: #FFC107; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .feature-badge { display: inline-block; background: #FFC107; color: #333; padding: 8px 20px; border-radius: 20px; font-weight: 600; font-size: 1.1em; margin-bottom: 15px; text-transform: uppercase; } .product-subtitle { font-size: 1.2em; font-weight: 300; opacity: 0.9; max-width: 700px; margin: 0 auto; line-height: 1.5; } .benefits-section { padding: 50px 30px; background: #fff; } .section-title { text-align: center; font-size: 1.8em; color: #0277BD; margin-bottom: 40px; font-weight: 600; } .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 20px; } .benefit-card { background: #f8f9fa; border-radius: 8px; padding: 25px 20px; border-top: 4px solid #0277BD; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; } .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(2,119,189,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #0277BD; margin-bottom: 12px; font-weight: 600; line-height: 1.3; flex-shrink: 0; } .benefit-description { color: #555; font-size: 0.95em; line-height: 1.5; flex-grow: 1; } .applications-section { padding: 50px 30px; background: #E1F5FE; } .applications-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .application-item { background: white; padding: 20px; border-radius: 8px; display: flex; align-items: center; box-shadow: 0 3px 10px rgba(0,0,0,0.08); transition: transform 0.2s ease; } .application-item:hover { transform: translateY(-3px); } .app-icon { font-size: 2em; margin-right: 15px; color: #0277BD; min-width: 40px; text-align: center; } .app-name { font-weight: 600; color: #333; } .datasheet-section { padding: 50px 30px; background: #f0f8ff; } .datasheet-header { text-align: center; font-size: 1.6em; color: #D32F2F; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; } .specs-table { width: 100%; border-collapse: collapse; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .specs-table tr:nth-child(even) { background-color: #f8f9fa; } .specs-table td { padding: 15px 20px; border-bottom: 1px solid #e9ecef; } .specs-table td:first-child { font-weight: 600; color: #0277BD; width: 40%; background-color: #f0f8ff; } .highlight-cell { color: #0277BD; font-weight: 700; background-color: #E1F5FE; } .efficiency-cell { color: #2E7D32; font-weight: 700; background-color: #F0FFF4; } .high-airflow-cell { color: #0277BD; font-weight: 700; background-color: #E1F5FE; } .quiet-cell { color: #7B1FA2; font-weight: 700; background-color: #F3E5F5; } .durable-cell { color: #333; font-weight: 600; background-color: #f8f9fa; } .dual-mode-cell { color: #EF6C00; font-weight: 700; background-color: #FFF3E0; } .compact-cell { color: #5D4037; font-weight: 700; background-color: #FBE9E7; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #0277BD; margin-bottom: 25px; text-align: center; } .shipping-details { max-width: 800px; margin: 0 auto; } .shipping-details p { margin-bottom: 12px; padding-left: 20px; position: relative; font-size: 1.05em; } .shipping-details p::before { content: 'β'; position: absolute; left: 0; color: #2E7D32; font-weight: bold; } .bulk-inquiry { background: #FFF3E0; border-left: 4px solid #FFC107; padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #0277BD; } .faq-section { padding: 50px 30px; background: #E1F5FE; margin: 30px; border-radius: 10px; border: 1px solid #B3E5FC; } .faq-title { text-align: center; font-size: 1.8em; color: #0277BD; margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #B3E5FC; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #0277BD; font-size: 1.2em; font-weight: 600; margin-bottom: 12px; line-height: 1.4; } .faq-answer { color: #333; font-size: 1.05em; line-height: 1.6; padding-left: 20px; } .cta-section { padding: 40px 30px; background: linear-gradient(135deg, #E1F5FE 0%, #B3E5FC 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #0277BD; margin-bottom: 15px; font-weight: 600; } .cta-description { font-size: 1.05em; color: #555; max-width: 600px; margin: 0 auto 25px; } .contact-button { display: inline-block; background: #0277BD; color: white; padding: 14px 35px; font-size: 1.05em; font-weight: 600; text-decoration: none; border-radius: 50px; transition: all 0.3s ease; border: 2px solid #0277BD; margin: 5px 10px; } .contact-button:hover { background: white; color: #0277BD; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(2,119,189,0.2); } .contact-button.secondary { background: #FFC107; border-color: #FFC107; color: #333; } .contact-button.secondary:hover { background: white; color: #FFC107; } .german-badge { display: inline-block; background: #000; color: #FFC107; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .quiet-badge { display: inline-block; background: #7B1FA2; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .high-airflow-badge { display: inline-block; background: #0277BD; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .energy-saving-badge { display: inline-block; background: #2E7D32; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .dual-mode-badge { display: inline-block; background: #EF6C00; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .centrifugal-badge { display: inline-block; background: #FFC107; color: #333; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .compact-badge { display: inline-block; background: #5D4037; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .wide-voltage-badge { display: inline-block; background: #1565C0; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } @media (max-width: 1024px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .applications-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .product-title { font-size: 2em; } .product-subtitle { font-size: 1.1em; } .section-title { font-size: 1.6em; } .benefits-grid { grid-template-columns: 1fr; gap: 20px; } .applications-grid { grid-template-columns: 1fr; } .specs-table td { padding: 12px 15px; display: block; width: 100%; } .specs-table td:first-child { width: 100%; background-color: #f0f8ff; border-bottom: none; padding-bottom: 5px; font-weight: 700; } .specs-table tr { display: block; margin-bottom: 15px; border-bottom: 2px solid #e9ecef; padding-bottom: 15px; background: white; } .specs-table tr:nth-child(even) { background: white; } .shipping-section, .faq-section, .cta-section, .applications-section { margin: 20px 15px; padding: 30px 20px; } .faq-question { font-size: 1.15em; } .benefit-card { padding: 20px 15px; } .benefit-icon { font-size: 2.5em; height: 50px; } .contact-button { display: block; margin: 10px auto; width: 90%; max-width: 300px; } } @media (max-width: 480px) { body { padding: 15px; } .product-header { padding: 35px 20px; } .benefits-section, .datasheet-section, .faq-section, .applications-section { padding: 35px 20px; } .product-title { font-size: 1.7em; } .product-subtitle { font-size: 1em; } .section-title { font-size: 1.4em; } .feature-badge { font-size: 1em; padding: 6px 15px; } .application-item { padding: 15px; } } ZIEHL-ABEGG RH35M-4DK.4C.1R Centrifugal Fan Compact Dual-Speed Industrial Centrifugal Fan Professional 0.31/0.45kW dual-power centrifugal fan with 1390/1620 RPM dual-speed operation, wide voltage compatibility, and compact 6.4kg design. German-engineered for exceptional durability exceeding 10 years, ultra-quiet performance, energy efficiency, and superior cooling for space-constrained applications. High-Performance Compact Centrifugal Fan π 10+ Years Industrial Durability German-engineered ZIEHL-ABEGG construction with 6.4kg compact but robust design ensures reliable, long-term operation exceeding 10+ years. Premium industrial-grade materials, reinforced housing, precision bearings, and balanced impeller guarantee exceptional lifespan despite the compact 36.5Γ36.5Γ26.3cm dimensions, perfect for space-constrained industrial applications. π Ultra-Quiet Dual-Speed Operation Dual-speed 1390/1620 RPM operation provides excellent noise control flexibility. The 1390 RPM setting delivers exceptionally quiet performance ideal for office equipment and noise-sensitive applications, while 1620 RPM provides enhanced cooling when needed. Advanced centrifugal design minimizes vibration and operational noise at both speed settings. β‘ Energy Efficient Dual-Power (0.31/0.45kW) Dual-power 0.31/0.45kW operation provides optimal energy efficiency for varying cooling demands. The 0.31kW low-power mode saves significant energy during partial load conditions, while 0.45kW delivers enhanced cooling when needed. Wide voltage operation (3~230-265V,400-460V) ensures compatibility with various power systems worldwide. π¨ High Airflow & Effective Cooling Efficient centrifugal design generates substantial airflow for effective heat dissipation in compact spaces. The 1390/1620 RPM dual-speed capability allows adaptation to varying thermal loads, while the compact 36.5Γ36.5Γ26.3cm footprint delivers superior cooling performance ideal for applications requiring efficient air movement in limited spaces. Industrial & Commercial Applications The RH35M-4DK.4C.1R centrifugal fan is engineered for diverse industrial and commercial applications requiring reliable, efficient airflow solutions with minimal space requirements and optimal performance. π¬οΈ Compact Ventilation Systems βοΈ Small HVAC Units π§ Compact Refrigeration π₯ Space-Heating Systems βοΈ Electrical Cabinet Cooling π Frequency Converters π Railway Electronics π Compact HVAC Systems π«οΈ Air Purification Units π Vehicle Cooling Systems π’ Office Equipment π Compact Machinery Cooling π¬ Laboratory Instruments π₯ Medical Equipment π¦ Packaging Machinery π Environmental Chambers DATASHEET Technical Specifications Model Number RH35M-4DK.4C.1R Article Number 122335 Condition Original new from manufacturer Manufacturer ZIEHL-ABEGG GERMANY Product Type Centrifugal Fan HIGH PRESSURE Rated Power 0.31/0.45 kW DUAL POWER Rated Voltage 3~230-265V, 400-460V WIDE VOLTAGE Frequency 50/60 Hz Rated Current 0.74/1.35 A OPTIMIZED CURRENT Speed 1390/1620 RPM DUAL SPEED Net Weight 6.4 kg COMPACT DESIGN Shipping Dimension 36.5 Γ 36.5 Γ 26.3 cm SPACE-SAVING Country of Origin Germany HS Code 8414599099 Warranty 1 Year Manufacturer Warranty Shipping, Warranty & Service Shipping Hub: Dispatched from Hong Kong for efficient global distribution. Processing Time: Orders are processed and ready to ship within 5 business days. Express Delivery: Estimated delivery in 3-8 business days worldwide via DHL or UPS. Warranty: Backed by a full 1-year manufacturer's warranty from ZIEHL-ABEGG. Product Guarantee: We sell only genuine ZIEHL-ABEGG products guaranteed to meet all factory specifications for fit, form, and function. Customer Satisfaction: Enjoy a 30-day return policy and our commitment to 100% customer satisfaction. For Large Quantity Inquiries: Please contact our sales team at [email protected] for volume pricing and custom quotations for ZIEHL-ABEGG products. Frequently Asked Questions Q1: How does the ZIEHL-ABEGG RH35M centrifugal fan with only 6.4kg construction ensure 10+ years of reliable service in industrial applications? A: The 6.4kg compact but robust construction provides exceptional durability through intelligent German engineering design. Despite its compact 36.5Γ36.5Γ26.3cm dimensions, ZIEHL-ABEGG utilizes premium industrial-grade materials, precision bearings with extended lubrication intervals, reinforced housing components, and thermally optimized motor construction. The centrifugal design with precision-balanced impeller minimizes vibration and mechanical stress, extending component lifespan. The compact size actually reduces mechanical stresses compared to larger units, as forces are distributed across a more efficient structural design. This combination of quality materials, precision engineering, and optimized compact design ensures reliable performance exceeding 10 years in applications where space is limited but reliability cannot be compromised. Q2: How does this compact centrifugal fan achieve ultra-quiet operation with dual-speed 1390/1620 RPM? A: The dual-speed 1390/1620 RPM operation with advanced aerodynamic design provides exceptionally quiet performance. At 1390 RPM, the fan operates at significantly reduced noise levels - ideal for office environments, medical equipment, and applications where quiet operation is essential. The centrifugal design inherently produces smoother, more controlled airflow with less turbulence compared to other fan types, resulting in lower aerodynamic noise. Precision-engineered impeller blades with optimized airfoil profiles minimize turbulence at both speed settings. The compact dimensions allow for efficient noise-damping materials in the housing, and precision dynamic balancing reduces mechanical noise transmission. This combination of technologies makes the fan suitable for applications where both effective cooling and quiet operation are critical requirements, even in compact installations. Q3: How does the dual-power 0.31/0.45kW operation with wide voltage provide optimal energy efficiency for compact applications? A: The dual-power 0.31/0.45kW operation with 0.74/1.35A current draw represents intelligent energy management for compact applications. The 0.31kW low-power mode provides approximately 31% energy savings during periods of reduced cooling demand or milder environmental conditions. The wide voltage operation (3~230-265V,400-460V) ensures optimal efficiency across different global power systems. At 400-460V operation, the current draw is minimized, reducing line losses and improving overall system efficiency. The centrifugal design's inherent efficiency in generating pressure with relatively low power input further enhances energy savings. This dual-power capability allows the fan to adapt efficiently to changing cooling requirements, providing substantial energy savings while maintaining optimal performance. For continuous operation in compact equipment, these energy savings translate to significant operational cost reductions over the fan's 10+ year lifespan. Q4: What specific advantages does this compact centrifugal fan offer for space-constrained industrial and commercial applications? A: The compact 36.5Γ36.5Γ26.3cm design with dual-speed/power operation provides unique advantages for applications with limited space. The small footprint allows installation in equipment racks, machinery enclosures, and building systems where space is at a premium. Despite its compact size, the centrifugal design delivers the pressure development needed for applications with ductwork, filters, or other airflow resistance. The dual-speed capability (1390/1620 RPM) allows adaptation to varying thermal loads without changing physical components. The dual-power operation (0.31/0.45kW) provides energy-efficient performance across different operating conditions. For electrical cabinets and control panels, it offers effective cooling without excessive space requirements. For compact HVAC units and specialized equipment, it provides reliable performance where larger fans cannot fit. These features make it an ideal solution for modern applications where space optimization is as important as performance. Need Compact Industrial Cooling Solutions? Contact our technical specialists for application-specific recommendations, performance data, or volume pricing for your compact centrifugal fan requirements. Request Technical Support Request Volume Pricing
More you might like
Related
Brand new RH35M-4DK.4Y.1R ZIEHL-ABEGG centrifugal fan 3-400
Related
Brand new RH35M-4EK.4C.1R ZIEHL-ABEGG centrifugal fan 1-230
Related
Brand new RH35M-SDK.4A.1R ZIEHL-ABEGG centrifugal fan 3-400V
Related