EBMPAPST A2D300-AD20-49 Dual Voltage Axial Fan | 230/400V High-Speed Cooling
* { 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, #1a5fb4 0%, #0d3c7a 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: #00a8ff; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .voltage-badge { display: inline-block; background: #00a8ff; color: white; 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: #1a5fb4; 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 #1a5fb4; 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(26,95,180,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #1a5fb4; 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; } .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: #1a5fb4; width: 40%; background-color: #f0f8ff; } .dual-voltage-cell { color: #00a8ff; font-weight: 700; background-color: #f0faff; } .highlight-cell { color: #d32f2f; font-weight: 600; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #1a5fb4; 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: #28a745; font-weight: bold; } .bulk-inquiry { background: #e7f7ff; border-left: 4px solid #00a8ff; padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #1a5fb4; } .faq-section { padding: 50px 30px; background: #f0f8ff; margin: 30px; border-radius: 10px; border: 1px solid #cfe2ff; } .faq-title { text-align: center; font-size: 1.8em; color: #1a5fb4; margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #d1e7ff; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #1a5fb4; 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, #e7f1ff 0%, #d4e4ff 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #1a5fb4; 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: #1a5fb4; 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 #1a5fb4; margin: 5px 10px; } .contact-button:hover { background: white; color: #1a5fb4; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(26,95,180,0.2); } .contact-button.secondary { background: #00a8ff; border-color: #00a8ff; } .contact-button.secondary:hover { background: white; color: #00a8ff; } .german-badge { display: inline-block; background: #000; color: #00a8ff; 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; } } @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; } .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 { 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 { padding: 35px 20px; } .product-title { font-size: 1.7em; } .product-subtitle { font-size: 1em; } .section-title { font-size: 1.4em; } .voltage-badge { font-size: 1em; padding: 6px 15px; } } EBMPAPST A2D300-AD20-49 Axial Fan Dual Voltage 230/400V High-performance dual voltage axial fan with 2650/2900 RPM speed for efficient cooling in both commercial and industrial applications. Versatile Performance for Multiple Applications 🔌 Dual Voltage Operation Compatible with both 230V and 400V power systems, offering flexibility for various installation environments and regions. ⚡ High-Speed Performance 2650 RPM (50Hz) to 2900 RPM (60Hz) operation delivers powerful airflow for effective heat dissipation in demanding applications. 📊 Optimized Power Range 220W (50Hz) to 320W (60Hz) power rating balances performance with energy efficiency across different operating conditions. 🏗️ Compact & Lightweight 2.8kg lightweight design with compact dimensions (40×40×25cm) for easy installation in space-constrained environments. DATASHEET Technical Specifications Model Number A2D300-AD20-49 Motor Number M2D068-EC Manufacturer EBMPAPST GERMANY Product Type Axial Fan Condition Original new from manufacturer Rated Power (50/60 Hz) 220 W / 320 W Rated Voltage 3~ 230/400 V Rated Current (50/60 Hz) 0.4 A / 0.87 A Speed (50/60 Hz) 2650 rpm / 2900 rpm Frequency 50/60 Hz Net Weight 2.8 kg Shipping Dimension 40 × 40 × 25 cm Country of Origin Germany HS Code 8414599099 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. Our Promise: We sell only genuine EBMPAPST products guaranteed to meet all factory specs. Enjoy a 30-day return policy and our commitment to 100% satisfaction. For Large Quantity Inquiries: Please contact our sales team at [email protected] for volume pricing and custom quotation. Frequently Asked Questions Q1: What does the dual voltage capability (230/400V) mean for installation? A: The A2D300-AD20-49 can be connected to both 230V and 400V three-phase power systems. This flexibility allows installation in diverse environments - 230V for commercial/light industrial applications and 400V for standard industrial facilities. Always ensure proper wiring configuration based on your local voltage supply. Q2: Why is the speed so high (2650-2900 RPM) compared to other axial fans? A: The high rotational speed (2650-2900 RPM) is designed to deliver maximum airflow in compact form factors. This makes it ideal for applications requiring high static pressure cooling, such as densely packed electronics, server racks, or equipment with significant airflow resistance where space is limited but cooling demand is high. Q3: What does the "AD20-49" suffix indicate in the model number? A: In EBMPAPST's nomenclature, "AD20-49" typically denotes specific technical characteristics including the dual voltage capability, motor winding configuration, and performance profile optimized for high-speed operation with balanced power consumption across different voltage inputs. Q4: Is this fan suitable for continuous 24/7 operation? A: Yes. With German engineering and quality components, the A2D300-AD20-49 is designed for reliable continuous operation. Its robust construction and efficient thermal management make it suitable for applications requiring uninterrupted cooling, such as data centers, telecommunications equipment, and industrial machinery that operate around the clock. Need High-Speed Cooling Solutions? Contact us for detailed performance data, application recommendations, or volume pricing for your project requirements. Request Technical Information Request Volume Pricing