13657036300 13657036300 jiang406932061@gmail.com

为什么选择我们

Why Choose Us

专业团队、精湛工艺、严格品控,为您提供最优质的户外机柜产品

Professional team, exquisite craftsmanship, strict quality control, providing you with the best quality outdoor cabinet products

定制化设计

Custom Design

根据您的需求定制任意尺寸、材质和功能,满足各种应用场景

Customize any size, material and function according to your needs to meet various application scenarios

高品质防护

High Protection

IP65及以上防护等级,NEMA标准,防水防尘防腐蚀,适应恶劣环境

IP65 and above protection level, NEMA standard, waterproof, dustproof and corrosion resistant

快速交付

Fast Delivery

3天内快速免费生产样品,最低起订量1件起,支持您的业务发展

Fast free sample production within 3 days, MOQ from 1 piece, supporting your business development

严格品控

Strict QC

ISO9001质量管理体系,工厂测试、现场验证,确保每一件产品品质

ISO9001 quality management system, factory testing, on-site verification to ensure product quality

我们的产品

Our Products

专业生产各类户外机柜,满足通信、电力、工业等多领域需求

Professional production of various outdoor cabinets to meet the needs of communications, power, industry and other fields

户外通信机柜

Outdoor Telecom Cabinet

采用优质冷轧钢板,防水防尘防腐,适用于通信基站、信号传输等场景

Made of high-quality cold-rolled steel, waterproof, dustproof and corrosion resistant

IP55/IP65 NEMA 4/4X 可定制

户外电力机柜

Outdoor Power Cabinet

专为电力系统设计,绝缘阻燃防电磁干扰,适配各类电力设备户外安装

Designed for power systems, insulation, flame retardant, anti-electromagnetic interference

不锈钢 IP65 热管理

定制化户外机柜

Custom Outdoor Cabinet

根据客户需求定制尺寸、材质、功能模块,支持恒温、监控、远程控制

Custom size, material, function modules, support constant temperature, monitoring, remote control

按需定制 IP55-IP67 7-15天交付

我们的制造能力

Our Manufacturing Capabilities

先进的生产设备,专业的技术团队,为您提供高品质的产品

Advanced production equipment, professional technical team, providing you with high-quality products

5+
年行业经验
Years Experience
1000+
全球客户
Global Clients
4000W
激光切割机
Laser Cutter
±0.05mm
切割精度
Cutting Precision

关于上饶市华拓科技

About Shangrao Huatuo Technology

上饶市华拓科技有限公司成立于2019年,是一家专注于户外机柜研发、生产、销售于一体的专业制造商。

Shangrao Huatuo Technology Co., Ltd. was established in 2019, is a professional manufacturer focusing on R&D, production and sales of outdoor cabinets.

我们拥有先进的生产设备和专业的技术团队,严格按照ISO9001质量管理体系进行生产,产品广泛应用于通信、电力、工业等领域,远销全球多个国家和地区。

We have advanced production equipment and professional technical team, strictly produce according to ISO9001 quality management system.

专业研发设计团队 Professional R&D Team
现代化生产车间 Modern Production Workshop
完善的质量检测体系 Perfect Quality Inspection System
贴心的售后服务 Thoughtful After-sales Service

联系我们

Contact Us

期待与您合作,欢迎随时联系我们获取详细报价和产品资料

Looking forward to cooperating with you, please feel free to contact us for detailed quotes and product information

联系方式

Contact Information

电话

Phone

13657036300

WhatsApp

13657036300

地址

Address

江西省上饶市

Shangrao, Jiangxi Province, China

发送询价

Send Inquiry

// 优化后的语言切换脚本 function switchLang(lang) { const langBtns = document.querySelectorAll('.lang-btn'); langBtns.forEach(btn => btn.classList.remove('active')); document.querySelector(`.lang-btn[onclick="switchLang('${lang}')"]`).classList.add('active'); // 定义表单占位符文本 const placeholders = { cn: { name: '请输入您的姓名', email: '请输入您的电子邮箱', phone: '请输入您的联系电话', requirement: '请描述您的具体需求...' }, en: { name: 'Your Name', email: 'Your Email', phone: 'Your Phone Number', requirement: 'Please describe your requirements...' } }; // 切换内容显示 if (lang === 'cn') { document.querySelectorAll('.cn-content').forEach(el => el.style.display = 'block'); document.querySelectorAll('.en-content').forEach(el => el.style.display = 'none'); document.documentElement.lang = 'zh-CN'; } else { document.querySelectorAll('.cn-content').forEach(el => el.style.display = 'none'); document.querySelectorAll('.en-content').forEach(el => el.style.display = 'block'); document.documentElement.lang = 'en'; } // 设置表单占位符 const formInputs = document.querySelectorAll('.contact-form input, .contact-form textarea'); formInputs[0].placeholder = placeholders[lang].name; formInputs[1].placeholder = placeholders[lang].email; formInputs[2].placeholder = placeholders[lang].phone; formInputs[3].placeholder = placeholders[lang].requirement; } // 页面加载时初始化中文占位符 window.onload = function() { switchLang('cn'); }; // 在语言切换脚本后添加 document.querySelector('.contact-form form').addEventListener('submit', function(e) { e.preventDefault(); // 阻止默认提交 // 获取表单数据 const name = this.querySelector('input[type="text"]').value; const email = this.querySelector('input[type="email"]').value; const phone = this.querySelector('input[type="tel"]').value; const requirement = this.querySelector('textarea').value; // 简单验证 if (!name || !email || !phone) { alert(document.documentElement.lang === 'zh-CN' ? '请填写必填字段!' : 'Please fill in the required fields!'); return; } // 模拟提交成功 alert(document.documentElement.lang === 'zh-CN' ? '您的询价已提交成功,我们会尽快联系您!' : 'Your inquiry has been submitted successfully, we will contact you soon!'); this.reset(); // 重置表单 }); /* 在CSS的body样式中添加 */ body { line-height: 1.6; color: #333; background-color: #fff; scroll-behavior: smooth; /* 添加平滑滚动 */ } /* 添加到CSS末尾 */ /* 汉堡菜单样式 */ .hamburger { display: none; font-size: 1.5rem; cursor: pointer; color: #1a1a2e; } @media (max-width: 768px) { .hamburger { display: block; } .nav-menu { display: none; width: 100%; flex-direction: column; text-align: center; padding: 1rem 0; } .nav-menu.show { display: flex; } /* 调整header布局 */ .header { flex-direction: row; justify-content: space-between; } .logo { margin-bottom: 0; } } // 添加汉堡菜单交互 // 在window.onload后添加 const hamburger = document.createElement('div'); hamburger.className = 'hamburger'; hamburger.innerHTML = ''; document.querySelector('.header').insertBefore(hamburger, document.querySelector('nav')); hamburger.addEventListener('click', function() { document.querySelector('.nav-menu').classList.toggle('show'); });