{"product_id":"fans-tech-sc400a2-ag5-00-centrifugal-fan-230v-370560w-050a-13701510rpm-5060hz","title":"Fans-tech SC400A2-AG5-00 Centrifugal fan 230V 370\/560W 0.50A 1370\/1510rpm 50\/60Hz","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e \u003cmeta content=\"FANS-TECH SC400A2-AG5-00 backward-inclined centrifugal fan for cabinet cooling: Dual-power 370\/560W, dual-speed 1370\/1510 RPM, 1~230V voltage. Engineered for 10+ years durability, quiet operation, energy efficiency in data center, HVAC, and industrial cabinet cooling applications.\" name=\"description\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 2px 20px rgba(0,0,0,0.1);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);\n            color: white;\n            padding: 50px 30px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: #ff6f00;\n        }\n        \n        .product-title {\n            font-size: 2.4em;\n            font-weight: 700;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background: #ff6f00;\n            color: white;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 1.1em;\n            margin-bottom: 15px;\n            text-transform: uppercase;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2em;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.5;\n        }\n        \n        .benefits-section {\n            padding: 50px 30px;\n            background: #fff;\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0d47a1;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 25px;\n            margin-top: 20px;\n        }\n        \n        .benefit-card {\n            background: #f8f9fa;\n            border-radius: 8px;\n            padding: 25px 20px;\n            border-top: 4px solid #0d47a1;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(13,71,161,0.15);\n        }\n        \n        .benefit-icon {\n            font-size: 2.8em;\n            margin-bottom: 20px;\n            display: block;\n            height: 60px;\n        }\n        \n        .benefit-title {\n            font-size: 1.2em;\n            color: #0d47a1;\n            margin-bottom: 12px;\n            font-weight: 600;\n            line-height: 1.3;\n            flex-shrink: 0;\n        }\n        \n        .benefit-description {\n            color: #555;\n            font-size: 0.95em;\n            line-height: 1.5;\n            flex-grow: 1;\n        }\n        \n        .applications-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n            margin: 30px;\n            border-radius: 10px;\n        }\n        \n        .applications-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0d47a1;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 8px;\n            padding: 25px 20px;\n            border-left: 4px solid #ff6f00;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            text-align: center;\n        }\n        \n        .application-icon {\n            font-size: 2.5em;\n            margin-bottom: 15px;\n            display: block;\n            color: #0d47a1;\n        }\n        \n        .application-name {\n            font-size: 1.2em;\n            color: #0d47a1;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .application-description {\n            color: #555;\n            font-size: 0.95em;\n            line-height: 1.5;\n        }\n        \n        .technical-features-section {\n            padding: 50px 30px;\n            background: #fff;\n            margin-top: 20px;\n        }\n        \n        .technical-title {\n            text-align: center;\n            font-size: 1.6em;\n            color: #0d47a1;\n            margin-bottom: 30px;\n            font-weight: 600;\n        }\n        \n        .features-list {\n            max-width: 900px;\n            margin: 0 auto;\n            background: #f8f9fa;\n            border-radius: 8px;\n            padding: 30px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 20px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #e9ecef;\n        }\n        \n        .feature-item:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n        \n        .feature-icon {\n            font-size: 1.8em;\n            margin-right: 15px;\n            color: #ff6f00;\n            min-width: 40px;\n        }\n        \n        .feature-content h4 {\n            color: #0d47a1;\n            margin-bottom: 8px;\n            font-size: 1.1em;\n            font-weight: 600;\n        }\n        \n        .feature-content p {\n            color: #555;\n            font-size: 0.95em;\n            line-height: 1.5;\n        }\n        \n        .datasheet-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n        }\n        \n        .datasheet-header {\n            text-align: center;\n            font-size: 1.6em;\n            color: #c62828;\n            margin-bottom: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 700;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #e9ecef;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #0d47a1;\n            width: 40%;\n            background-color: #f0f8ff;\n        }\n        \n        .dual-power-cell {\n            color: #0d47a1;\n            font-weight: 700;\n            background-color: #f0f8ff;\n        }\n        \n        .efficiency-cell {\n            color: #2e7d32;\n            font-weight: 700;\n            background-color: #f0fff4;\n        }\n        \n        .optimized-cell {\n            color: #0d47a1;\n            font-weight: 700;\n            background-color: #f0f8ff;\n        }\n        \n        .versatile-cell {\n            color: #1565c0;\n            font-weight: 700;\n            background-color: #e8f4ff;\n        }\n        \n        .durability-cell {\n            color: #333;\n            font-weight: 600;\n            background-color: #f8f9fa;\n        }\n        \n        .shipping-section {\n            padding: 40px 30px;\n            background: #f8f9fa;\n            margin: 30px;\n            border-radius: 8px;\n        }\n        \n        .shipping-title {\n            font-size: 1.6em;\n            color: #0d47a1;\n            margin-bottom: 25px;\n            text-align: center;\n        }\n        \n        .shipping-details {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .shipping-details p {\n            margin-bottom: 12px;\n            padding-left: 20px;\n            position: relative;\n            font-size: 1.05em;\n        }\n        \n        .shipping-details p::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #2e7d32;\n            font-weight: bold;\n        }\n        \n        .bulk-inquiry {\n            background: #fff8e1;\n            border-left: 4px solid #ff6f00;\n            padding: 20px;\n            margin-top: 20px;\n            border-radius: 5px;\n        }\n        \n        .bulk-inquiry strong {\n            color: #0d47a1;\n        }\n        \n        .faq-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n            margin: 30px;\n            border-radius: 10px;\n            border: 1px solid #cfe2ff;\n        }\n        \n        .faq-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0d47a1;\n            margin-bottom: 35px;\n            font-weight: 600;\n        }\n        \n        .faq-item {\n            margin-bottom: 30px;\n            padding-bottom: 30px;\n            border-bottom: 2px solid #d1e7ff;\n        }\n        \n        .faq-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n        }\n        \n        .faq-question {\n            color: #0d47a1;\n            font-size: 1.2em;\n            font-weight: 600;\n            margin-bottom: 12px;\n            line-height: 1.4;\n        }\n        \n        .faq-answer {\n            color: #333;\n            font-size: 1.05em;\n            line-height: 1.6;\n            padding-left: 20px;\n        }\n        \n        .cta-section {\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #e7f1ff 0%, #d4e4ff 100%);\n            text-align: center;\n            border-radius: 10px;\n            margin: 30px;\n        }\n        \n        .cta-title {\n            font-size: 1.6em;\n            color: #0d47a1;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .cta-description {\n            font-size: 1.05em;\n            color: #555;\n            max-width: 600px;\n            margin: 0 auto 25px;\n        }\n        \n        .contact-button {\n            display: inline-block;\n            background: #0d47a1;\n            color: white;\n            padding: 14px 35px;\n            font-size: 1.05em;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            border: 2px solid #0d47a1;\n            margin: 5px 10px;\n        }\n        \n        .contact-button:hover {\n            background: white;\n            color: #0d47a1;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(13,71,161,0.2);\n        }\n        \n        .contact-button.secondary {\n            background: #ff6f00;\n            border-color: #ff6f00;\n            color: white;\n        }\n        \n        .contact-button.secondary:hover {\n            background: white;\n            color: #ff6f00;\n        }\n        \n        .china-badge {\n            display: inline-block;\n            background: #d32f2f;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .dual-power-badge {\n            display: inline-block;\n            background: #0d47a1;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .energy-saving-badge {\n            display: inline-block;\n            background: #2e7d32;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .high-airflow-badge {\n            display: inline-block;\n            background: #1565c0;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .cabinet-cooling-badge {\n            display: inline-block;\n            background: #ff6f00;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        @media (max-width: 1024px) {\n            .benefits-grid, .applications-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2em;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1em;\n            }\n            \n            .section-title, .applications-title {\n                font-size: 1.6em;\n            }\n            \n            .benefits-grid, .applications-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .specs-table td {\n                padding: 12px 15px;\n                display: block;\n                width: 100%;\n            }\n            \n            .specs-table td:first-child {\n                width: 100%;\n                background-color: #f0f8ff;\n                border-bottom: none;\n                padding-bottom: 5px;\n                font-weight: 700;\n            }\n            \n            .specs-table tr {\n                display: block;\n                margin-bottom: 15px;\n                border-bottom: 2px solid #e9ecef;\n                padding-bottom: 15px;\n                background: white;\n            }\n            \n            .specs-table tr:nth-child(even) {\n                background: white;\n            }\n            \n            .feature-item {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .feature-icon {\n                margin-right: 0;\n                margin-bottom: 10px;\n            }\n            \n            .shipping-section, .faq-section, .cta-section, .applications-section {\n                margin: 20px 15px;\n                padding: 30px 20px;\n            }\n            \n            .faq-question {\n                font-size: 1.15em;\n            }\n            \n            .benefit-card, .application-card {\n                padding: 20px 15px;\n            }\n            \n            .benefit-icon, .application-icon {\n                font-size: 2.5em;\n                height: 50px;\n            }\n            \n            .contact-button {\n                display: block;\n                margin: 10px auto;\n                width: 90%;\n                max-width: 300px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            body {\n                padding: 15px;\n            }\n            \n            .product-header {\n                padding: 35px 20px;\n            }\n            \n            .benefits-section, .datasheet-section, .faq-section, .applications-section {\n                padding: 35px 20px;\n            }\n            \n            .product-title {\n                font-size: 1.7em;\n            }\n            \n            .product-subtitle {\n                font-size: 1em;\n            }\n            \n            .section-title, .applications-title {\n                font-size: 1.4em;\n            }\n            \n            .feature-badge {\n                font-size: 1em;\n                padding: 6px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eFANS-TECH SC400A2-AG5-00 Backward-Inclined Centrifugal Fan\u003c\/h1\u003e\n\u003cdiv class=\"feature-badge\"\u003eCabinet Cooling Specialist\u003c\/div\u003e\n\u003cp class=\"product-subtitle\"\u003eHigh-performance backward-inclined centrifugal fan designed specifically for cabinet cooling and ventilation applications. Features dual-power 370\/560W operation, dual-speed 1370\/1510 RPM, and engineered for 10+ years of reliable service in data centers, HVAC systems, and industrial environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSuperior Cabinet Cooling Performance\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🏢\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003e10+ Years Industrial Durability\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003e16kg robust construction with FANS-TECH engineering ensures reliable operation for over a decade in demanding cabinet cooling applications. Built for continuous 24\/7 operation with minimal maintenance requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🔇\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eOptimized Quiet Operation\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eBackward-inclined blade design and precision balancing minimize noise generation at 1370\/1510 RPM speeds. Specifically engineered for quiet operation in office environments and data centers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eDual-Power Energy Efficiency\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eSelect between 370W and 560W power settings to optimize energy consumption based on cooling requirements. Advanced motor design ensures maximum airflow per watt of power consumed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💨\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eHigh Static Pressure Airflow\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eBackward-inclined centrifugal design generates high static pressure airflow ideal for cabinet cooling applications. Effectively moves air through restricted spaces, filters, and heat exchangers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technical-features-section\"\u003e\n\u003ch2 class=\"technical-title\"\u003eBackward-Inclined Fan Advantages\u003c\/h2\u003e\n\u003cdiv class=\"features-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📈\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eNon-Overloading Power Curve\u003c\/h4\u003e\n\u003cp\u003eBackward-inclined design prevents motor overload, ensuring stable operation even at high static pressure conditions. The power curve remains flat or decreases at higher pressures, protecting the motor and reducing energy consumption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🎯\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eHigh Efficiency Operation\u003c\/h4\u003e\n\u003cp\u003eOperates at peak efficiency across a wide range of system pressures, making it ideal for variable load conditions in cabinet cooling applications. Maintains optimal performance even as filter resistance increases.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔧\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eSelf-Cleaning Design\u003c\/h4\u003e\n\u003cp\u003eThe backward-inclined blade design tends to be self-cleaning, reducing dust accumulation and maintenance requirements in cabinet cooling applications where air quality may vary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch2 class=\"applications-title\"\u003ePrimary Applications\u003c\/h2\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e🖥️\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eData Center Cabinets\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eServer rack cooling, network equipment cabinets, telecommunications enclosures, and IT infrastructure requiring reliable, high-static pressure cooling for heat dissipation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e❄️\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eHVAC \u0026amp; Ventilation\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eAir handling units, commercial HVAC systems, building ventilation, and air conditioning units requiring efficient air movement with stable performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e🏭\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eIndustrial Cabinets\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eElectrical control panels, industrial automation cabinets, machinery enclosures, and production equipment requiring reliable cooling in manufacturing environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"datasheet-section\"\u003e\n\u003ch2 class=\"datasheet-header\"\u003eTECHNICAL DATASHEET\u003c\/h2\u003e\n\u003ch2 class=\"section-title\"\u003ePerformance Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Number\u003c\/td\u003e\n\u003ctd\u003eSC400A2-AG5-00\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eBackward-Inclined Centrifugal Fan \u003cspan class=\"cabinet-cooling-badge\"\u003eCABINET COOLING\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eFANS-TECH \u003cspan class=\"china-badge\"\u003eQUALITY ENGINEERING\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCondition\u003c\/td\u003e\n\u003ctd\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Power\u003c\/td\u003e\n\u003ctd class=\"dual-power-cell\"\u003e370\/560 W \u003cspan class=\"dual-power-badge\"\u003eDUAL POWER\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Voltage\u003c\/td\u003e\n\u003ctd class=\"versatile-cell\"\u003e1~230 V \u003cspan class=\"high-airflow-badge\"\u003eVERSATILE\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Current\u003c\/td\u003e\n\u003ctd\u003e0.50 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"optimized-cell\"\u003e1370\/1510 rpm \u003cspan class=\"energy-saving-badge\"\u003eDUAL SPEED\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrequency\u003c\/td\u003e\n\u003ctd\u003e50\/60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNet Weight\u003c\/td\u003e\n\u003ctd class=\"durability-cell\"\u003e16 kg \u003cspan class=\"china-badge\"\u003eHEAVY DUTY\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd\u003e48 × 48 × 40 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eChina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHS Code\u003c\/td\u003e\n\u003ctd\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-section\"\u003e\n\u003ch2 class=\"shipping-title\"\u003eShipping, Warranty \u0026amp; Service Commitment\u003c\/h2\u003e\n\u003cdiv class=\"shipping-details\"\u003e\n\u003cp\u003e\u003cstrong\u003eGlobal Shipping Hub:\u003c\/strong\u003e Dispatched from \u003cstrong\u003eHong Kong\u003c\/strong\u003e for efficient worldwide distribution with competitive shipping rates.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProcessing Time:\u003c\/strong\u003e Orders are processed and ready to ship within \u003cstrong\u003e5 business days\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e Estimated delivery in \u003cstrong\u003e3-8 business days\u003c\/strong\u003e worldwide via \u003cstrong\u003eDHL or UPS\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer Warranty:\u003c\/strong\u003e Backed by a full \u003cstrong\u003e1-year manufacturer's warranty\u003c\/strong\u003e from FANS-TECH.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQuality Guarantee:\u003c\/strong\u003e We sell only genuine FANS-TECH products guaranteed to meet all factory specifications for fit, form, and function. Benefit from our \u003cstrong\u003e30-day return policy\u003c\/strong\u003e and commitment to \u003cstrong\u003e100% customer satisfaction\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"bulk-inquiry\"\u003e\n\u003cp\u003e\u003cstrong\u003eFor Commercial \u0026amp; Industrial Volume Purchases:\u003c\/strong\u003e Contact our sales team at \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for quantity pricing, custom quotations, and application-specific support for FANS-TECH products.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ1: Why is a backward-inclined centrifugal fan ideal for cabinet cooling applications?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e \u003cstrong\u003eBackward-inclined centrifugal fans are specifically designed for applications requiring high static pressure\u003c\/strong\u003e, such as cabinet cooling where air must move through restricted spaces, filters, and heat exchangers. The non-overloading power characteristic ensures stable operation even as system resistance increases, making them perfect for cabinet cooling where filter loading can vary over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ2: How does the dual-power feature benefit cabinet cooling applications?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003e370\/560W dual-power capability allows flexible operation\u003c\/strong\u003e based on cooling demand. Use 370W for standard operation to minimize energy consumption and switch to 560W during peak heat loads or high ambient temperatures. This adaptability is particularly valuable in data centers and industrial environments where cooling requirements can vary significantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ3: What maintenance advantages does the backward-inclined design offer for cabinet cooling?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003ebackward-inclined blade design tends to be self-cleaning\u003c\/strong\u003e and resists dust accumulation better than forward-curved designs. This reduces maintenance frequency and ensures consistent performance in cabinet cooling applications where air may contain particulates. The 16kg robust construction also ensures long-term reliability with minimal servicing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ4: How does this fan handle the variable pressure conditions typical in cabinet cooling systems?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003ebackward-inclined design maintains stable airflow across a wide pressure range\u003c\/strong\u003e. As filters load up or system resistance increases, the fan maintains consistent performance without overloading the motor. This makes it ideal for cabinet cooling applications where airflow resistance can change over time due to filter loading or varying heat exchanger conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eNeed Professional Cabinet Cooling Solutions?\u003c\/h2\u003e\n\u003cp class=\"cta-description\"\u003eContact our cooling specialists for detailed application analysis, performance specifications, or volume pricing for your data center, HVAC, or industrial cabinet cooling requirements.\u003c\/p\u003e\n\u003ca href=\"mailto:sales@example.com?subject=Cabinet%20Cooling%20Inquiry%20FANS-TECH%20SC400A2-AG5-00\" class=\"contact-button\"\u003eRequest Technical Consultation\u003c\/a\u003e \u003ca href=\"mailto:sales@axialfanz.com?subject=Bulk%20Cabinet%20Cooling%20Inquiry%20FANS-TECH%20SC400A2-AG5-00\" class=\"contact-button secondary\"\u003eRequest Commercial Pricing\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Fans-tech","offers":[{"title":"Default Title","offer_id":48901453054208,"sku":"SC400A2-AG5-00","price":336.26,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0388\/5331\/2557\/files\/Fans-tech_SC400A2-AG5-00_Centrifugal_fan_FRONT_VIEW.jpg?v=1782760931","url":"https:\/\/alotechparts.com\/products\/fans-tech-sc400a2-ag5-00-centrifugal-fan-230v-370560w-050a-13701510rpm-5060hz","provider":"Alo Tech Solutions","version":"1.0","type":"link"}