{"product_id":"handheld-laser-cleaning-head-sup22c","title":"Handheld Laser Cleaning Head SUP22C","description":"\u003cstyle\u003e\n\/* ===== 1. 全局自适应容器与排版规范 ===== *\/\n.triumph-cleaning-head-pdp {\n    width: 100%;\n    margin: 0 auto;\n    padding: 10px 0;\n    line-height: 1.6;\n    color: #333;\n    box-sizing: border-box;\n}\n\n\/* H2 \u0026 H3 标题统一（字号 20px，仅首字母大写） *\/\n.triumph-cleaning-head-pdp h2.seo-main-title {\n    text-align: center;\n    font-size: 20px;\n    font-weight: 600;\n    margin: 15px 0 18px;\n    color: #111;\n    line-height: 1.35;\n}\n\n.triumph-cleaning-head-pdp h3.section-title {\n    text-align: center;\n    font-size: 20px;\n    font-weight: 600;\n    margin: 35px 0 20px;\n    color: #111;\n    text-transform: none;\n}\n\n\/* 头部引导描述正文 *\/\n.triumph-cleaning-head-pdp p.top-lead-desc {\n    color: #444;\n    font-size: 16px;\n    line-height: 1.7;\n    text-align: left;\n    margin: 0 0 25px 0;\n}\n\n\/* ===== 2. 核心亮点网格卡片系统（顶部指示线条与悬停微动特效） ===== *\/\n.triumph-cleaning-head-pdp .features-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n    margin: 25px 0 35px;\n}\n\n.triumph-cleaning-head-pdp .feature-card {\n    background: #ffffff;\n    border: 1px solid #eaeaea;\n    border-top: 4px solid #111111;\n    padding: 22px 20px;\n    border-radius: 0 0 8px 8px;\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);\n    transition: transform 0.2s ease, box-shadow 0.2s ease, border-top-color 0.2s ease;\n}\n\n.triumph-cleaning-head-pdp .feature-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);\n    border-top-color: #ff2a00;\n}\n\n.triumph-cleaning-head-pdp .feature-card h4 {\n    font-size: 18px;\n    font-weight: 600;\n    color: #111111;\n    margin: 0 0 12px 0;\n}\n\n.triumph-cleaning-head-pdp .feature-card p {\n    font-size: 15px;\n    color: #555555;\n    margin: 0;\n    line-height: 1.6;\n}\n\n\/* ===== 3. 微阴影极简规格表格 ===== *\/\n.triumph-cleaning-head-pdp .specs-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 20px 0 25px;\n    border-radius: 10px;\n    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);\n}\n\n.triumph-cleaning-head-pdp table.specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 10px;\n    overflow: hidden;\n    font-size: 15px;\n}\n\n.triumph-cleaning-head-pdp table.specs-table th {\n    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);\n    color: #0f172a;\n    font-weight: 600;\n    text-align: left;\n    padding: 16px 20px;\n    border-bottom: 2px solid #0f172a;\n    border-right: 1px solid #e2e8f0;\n    letter-spacing: 0.2px;\n}\n\n.triumph-cleaning-head-pdp table.specs-table td {\n    padding: 15px 20px;\n    border-right: 1px solid #e2e8f0;\n    border-bottom: 1px solid #edf2f7;\n    color: #334155;\n    transition: background-color 0.2s ease, color 0.2s ease;\n}\n\n.triumph-cleaning-head-pdp table.specs-table th:last-child,\n.triumph-cleaning-head-pdp table.specs-table td:last-child {\n    border-right: none;\n}\n\n.triumph-cleaning-head-pdp table.specs-table tbody tr:last-child td {\n    border-bottom: none;\n}\n\n.triumph-cleaning-head-pdp table.specs-table tbody tr:nth-child(even) {\n    background-color: #fdfdfd;\n}\n\n.triumph-cleaning-head-pdp table.specs-table tbody tr:hover {\n    background-color: #f0f7ff;\n}\n\n.triumph-cleaning-head-pdp table.specs-table tbody tr:hover td {\n    color: #000000;\n}\n\n\/* ===== 4. 第一版经典红粉配色提示卡片 ===== *\/\n.triumph-cleaning-head-pdp .notice-box {\n    background-color: #fff8f6;\n    border: 1px solid #ffccc7;\n    border-left: 4px solid #ff2a00;\n    border-radius: 6px;\n    padding: 16px 20px;\n    margin: 25px 0 35px;\n    display: flex;\n    align-items: center;\n}\n\n.triumph-cleaning-head-pdp .notice-box p {\n    font-size: 15px;\n    color: #d42200;\n    margin: 0;\n    font-weight: 500;\n    line-height: 1.5;\n}\n\n\/* ===== 5. 第一版高亮颜色的原生折叠 FAQ 模块 ===== *\/\n.triumph-cleaning-head-pdp .faq-section {\n    width: 100%;\n    margin: 20px 0 30px;\n}\n\n.triumph-cleaning-head-pdp details.faq-item {\n    background: #ffffff;\n    border: 1px solid #eaeaea;\n    border-left: 4px solid #111111;\n    margin-bottom: 12px;\n    border-radius: 0 6px 6px 0;\n    transition: all 0.2s ease;\n}\n\n.triumph-cleaning-head-pdp details.faq-item[open] {\n    border-left-color: #ff2a00;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.04);\n}\n\n.triumph-cleaning-head-pdp details.faq-item summary {\n    padding: 16px 20px;\n    font-size: 16px;\n    font-weight: 600;\n    color: #111111;\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    outline: none;\n}\n\n.triumph-cleaning-head-pdp details.faq-item summary::-webkit-details-marker {\n    display: none;\n}\n\n.triumph-cleaning-head-pdp details.faq-item summary::after {\n    content: '+';\n    position: absolute;\n    right: 20px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 18px;\n    font-weight: 400;\n    color: #666;\n    transition: transform 0.2s ease;\n}\n\n.triumph-cleaning-head-pdp details.faq-item[open] summary::after {\n    content: '−';\n    transform: translateY(-50%) rotate(180deg);\n    color: #ff2a00;\n}\n\n.triumph-cleaning-head-pdp details.faq-item .faq-content {\n    padding: 0 20px 18px;\n    font-size: 15px;\n    color: #555;\n    border-top: 1px solid #f9f9f9;\n    padding-top: 12px;\n}\n\n.triumph-cleaning-head-pdp details.faq-item .faq-content p {\n    font-size: 15px;\n    line-height: 1.6;\n    margin: 0;\n}\n\n.triumph-cleaning-head-pdp details.faq-item .faq-content ul {\n    margin: 8px 0 0 18px;\n    padding: 0;\n}\n\n.triumph-cleaning-head-pdp details.faq-item .faq-content li {\n    font-size: 15px;\n    color: #555;\n    margin-bottom: 6px;\n}\n\n\/* ===== 6. 移动端响应式适配 ===== *\/\n@media (max-width: 768px) {    \n    .triumph-cleaning-head-pdp h2.seo-main-title { font-size: 20px; }\n    .triumph-cleaning-head-pdp h3.section-title { font-size: 20px; margin: 30px 0 15px; }\n    .triumph-cleaning-head-pdp p.top-lead-desc { font-size: 15px; }\n    .triumph-cleaning-head-pdp .features-grid { grid-template-columns: 1fr; gap: 14px; }\n    .triumph-cleaning-head-pdp .feature-card { padding: 18px; }\n    .triumph-cleaning-head-pdp table.specs-table th, \n    .triumph-cleaning-head-pdp table.specs-table td { padding: 12px 14px; }\n}\n\u003c\/style\u003e\n\u003c!-- 独立自适应容器开始 --\u003e\n\u003cdiv class=\"triumph-cleaning-head-pdp\"\u003e\n\u003c!-- SEO 核心主标题 --\u003e\n\u003ch2 class=\"seo-main-title\"\u003eHandheld Fiber Laser Cleaning Head SUP22C\u003c\/h2\u003e\n\u003c!-- 核心引导文案 --\u003e\n\u003cp class=\"top-lead-desc\"\u003eEngineered for high-efficiency rust, paint, and oxide layer removal, the SUP22C handheld laser cleaning head adapts seamlessly to various major fiber laser source brands. Featuring an optimized optical system and integrated water-cooling layout, this lightweight 1.0kg gun head ensures continuous, long-term stability at operating power levels up to 3000W.\u003c\/p\u003e\n\u003c!-- 核心亮点卡片网格 --\u003e\n\u003ch3 class=\"section-title\"\u003eKey Performance Features\u003c\/h3\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eCompact \u0026amp; Self-Developed System\u003c\/h4\u003e\n\u003cp\u003eUtilizes a proprietary control system equipped with multiple built-in safety alarms, offering a lightweight body, smooth handling, and an easy learning curve for operators.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eReal-Time Status Monitoring\u003c\/h4\u003e\n\u003cp\u003eAll operating parameters are visible in real time. Continuous system diagnostics allow operators to prevent potential operational issues and troubleshoot quickly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eSuperior Cleaning Consistency\u003c\/h4\u003e\n\u003cp\u003ePrecise control over nozzle air pressure, mirror positions, and process parameters guarantees repeatable cleaning quality and reduces skilled labor dependencies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eUltra-Wide 300mm Line Cleaning\u003c\/h4\u003e\n\u003cp\u003eSupports a wide linear spot adjustment range from 0 to 300 mm, allowing rapid coverage over large metal surface areas, weld seams, and complex geometries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 关键技术参数规格表 --\u003e\n\u003ch3 class=\"section-title\"\u003eOperating Environment \u0026amp; Technical Parameters\u003c\/h3\u003e\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification Parameter\u003c\/th\u003e\n\u003cth\u003eTechnical Details\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSUP22C Handheld Laser Cleaning Head\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSupply Voltage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e220V ±10% AC, 50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplicable Laser Power\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e≤ 3000W (Continuous operation at 2000W)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplicable Wavelength\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1070 nm (±10 nm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSpot Adjustment Line Range\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLine 0 – 300 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCooling Method\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWater-Cooling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaximum Gas Pressure Support\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e15 bar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCollimation Lens Spec\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eD20 * 3.5 mm (F50)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFocus Lens Spec\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eF400 \/ F800\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReflection Mirror Spec\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e20 * 15.2 mm (T1.6)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProtective Glass Spec\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eD30 * 5 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWorking Temperature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10°C – 40°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWorking Humidity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u0026lt; 70% RH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHead Net Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1.0 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- 接线与兼容性提示框（已移动至技术参数表下方） --\u003e\n\u003cdiv class=\"notice-box\"\u003e\n\u003cp\u003e\u003cstrong\u003eImportant Wiring Selection Note:\u003c\/strong\u003e This SUP22C laser cleaning head is available with two types of control wiring ports: \u003cstrong\u003eAviation Plugs\u003c\/strong\u003e and \u003cstrong\u003eTerminal Connectors\u003c\/strong\u003e. Please confirm your existing machine system's connector type prior to purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 原生折叠 FAQ 与安全注意事项 --\u003e\n\u003ch3 class=\"section-title\"\u003eSafety Guidelines \u0026amp; Frequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eImportant Operation \u0026amp; Safety Precautions\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eGrounding:\u003c\/strong\u003e Ensure the equipment has reliable electrical grounding before powering on.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDust Prevention:\u003c\/strong\u003e Carefully inspect the fiber output head before connecting to avoid optical contamination. Clean optical faces using specialized lens tissue.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProtective Lens Replacement:\u003c\/strong\u003e Maintain a clean, dust-free environment when replacing protective windows (D30*5) to protect inner optics.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRed Light Alignment Check:\u003c\/strong\u003e Do NOT trigger laser emission if the red aiming laser is not clearly visible during initial setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs this cleaning head compatible with my existing fiber laser generator?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eYes. The SUP22C cleaning head is universally adaptable to standard fiber laser sources operating at 1070nm (such as Raycus, Maxphotonics, IPG, JPT, etc.) with power outputs up to 3000W.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat protective lens size does the SUP22C head require?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eThe SUP22C laser cleaning head uses standard D30*5 mm protective glasses. Keeping clean protective glasses installed is essential to extend the life of internal collimation and focusing optics.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 独立自适应容器结束 --\u003e","brand":"Triumph Laser","offers":[{"title":"China Headquarter \/ Without circuit boards and control panel","offer_id":49076558921972,"sku":"CN-SUP22C","price":799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0604\/5152\/0756\/files\/HandheldlasercleaningheadSUP22C.webp?v=1786090289","url":"https:\/\/www.triumphlaser.net\/products\/handheld-laser-cleaning-head-sup22c","provider":"Triumph Laser","version":"1.0","type":"link"}