    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap">
    <style>
    .dl-wrap,
    .dl-wrap * {
        font-family: 'Figtree', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
    }
    .dl-wrap { --dl-blue:#2273BA; --dl-blue-dark:#1b5e96; max-width:100%; }
    .dl-wrap, .dl-wrap *, .dl-wrap *::before, .dl-wrap *::after { box-sizing:border-box; }
    .dl-list {
        display:grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap:14px;
        margin:-6% 0 20px 0;
    }
	
    @media (max-width: 768px) {
        .dl-list { grid-template-columns: minmax(0, 1fr);}
		.dl-wrap{margin-top:-25%;}
    }

    .dl-item {
        display:flex; align-items:center; gap:16px;
        padding:10px 28px 10px 10px;
        background:#fff;
        border-radius:999px;
        box-shadow:0 2px 10px rgba(0,0,0,.08);
        text-decoration:none !important;
        transition:box-shadow .2s ease, transform .2s ease;
        width:100%;
        min-width:0;
        max-width:100%;
    }
    .dl-item:hover { box-shadow:0 6px 18px rgba(34,115,186,.22); transform:translateY(-1px); }
    .dl-item.is-hidden { display:none; }

    .dl-icon {
        flex:0 0 auto;
        width:48px; height:48px;
        background:var(--dl-blue);
        border-radius:50%;
        display:inline-flex; align-items:center; justify-content:center;
    }
    .dl-icon svg { width:26px; height:26px; fill:#fff; }

    .dl-title {
        flex:1 1 0;
        min-width:0;
        color:var(--dl-blue);
        font-size:1.05rem;
        font-weight:500;
        line-height:1.2;
        white-space:normal;
        overflow-wrap:anywhere;
        word-break:break-word;
    }

    /* Filter */
    .dl-filter {
        display:flex; flex-direction:column; gap:10px;
        padding:16px 18px;
        margin-bottom:12px;
        background:#f5f7fa;
        border-radius:12px;
		margin-top:-10%;
    }
    .dl-filter-group { display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
    .dl-filter-label { font-weight:600; min-width:90px; color:#333; }

    .dl-btn {
        padding:6px 14px;
        background:#fff;
        border:1px solid #d5d9df;
        border-radius:999px;
        font-size:.9rem;
        color:#333;
        cursor:pointer;
        transition:all .15s ease;
    }
    .dl-btn:hover { border-color:var(--dl-blue); color:var(--dl-blue); }
    .dl-btn.active {
        background:var(--dl-blue); border-color:var(--dl-blue); color:#fff;
    }

    .dl-empty, .dl-no-results { color:#666; font-style:italic; }
    </style>

    <script>
    (function () {
        document.addEventListener('click', function (e) {
            var btn = e.target.closest('.dl-btn');
            if (!btn) return;

            var wrap = btn.closest('.dl-wrap');
            if (!wrap) return;

            var type  = btn.dataset.type;
            var value = btn.dataset.value;

            // aktiven Button im gleichen Typ umsetzen
            wrap.querySelectorAll('.dl-btn[data-type="' + type + '"]').forEach(function (b) {
                b.classList.remove('active');
            });
            btn.classList.add('active');

            // aktuelle Filter lesen
            var active = {};
            wrap.querySelectorAll('.dl-btn.active').forEach(function (b) {
                active[b.dataset.type] = b.dataset.value;
            });

            // Items filtern
            var visible = 0;
            wrap.querySelectorAll('.dl-item').forEach(function (item) {
                var ok = true;
                Object.keys(active).forEach(function (k) {
                    if (active[k] === 'all') return;
                    var terms = (item.dataset[k] || '').split(' ');
                    if (terms.indexOf(active[k]) === -1) ok = false;
                });
                item.classList.toggle('is-hidden', !ok);
                if (ok) visible++;
            });

            var empty = wrap.querySelector('.dl-no-results');
            if (empty) empty.hidden = (visible !== 0);
        });
    })();
    </script>
    {"id":282791,"date":"2026-01-25T12:46:13","date_gmt":"2026-01-25T11:46:13","guid":{"rendered":"http:\/\/wordpress-hts.p223807.webspaceconfig.de\/locations\/ald-thermal-treatment\/"},"modified":"2026-05-29T10:15:37","modified_gmt":"2026-05-29T08:15:37","slug":"ald-thermal-treatment","status":"publish","type":"page","link":"https:\/\/www.heat-treatment-services.com\/zh-hant\/locations\/ald-thermal-treatment\/","title":{"rendered":"ALD Thermal Treatment"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Hero&#8221; module_class=&#8221;inner-page-hero&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;abd33304-890f-432b-904b-00e42b1cb34f&#8221; background_image=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2025\/12\/Photo-overview-USA.png&#8221; background_position=&#8221;bottom_center&#8221; height=&#8221;400px&#8221; height_tablet=&#8221;400px&#8221; height_phone=&#8221;400px&#8221; height_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;99px||||false|false&#8221; custom_margin_tablet=&#8221;30px||||false|false&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;50px|100px|0px|100px|false|false&#8221; custom_padding_tablet=&#8221;|50px||50px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_css_main_element=&#8221;display: flex; align-items: flex-end;&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;%91%93&#8243; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;display: flex; align-items: flex-end;||background-position-y: 32px;&#8221; max_width__hover_enabled=&#8221;off|desktop&#8221; custom_css_main_element_phone=&#8221;display: flex; align-items: flex-end;||background-position-y: 32px;&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; module_class=&#8221;row-inner-page-hero&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;51ba5873-a3b0-4fde-b113-33d112683429&#8243; background_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; background_enable_image=&#8221;off&#8221; background_size=&#8221;contain&#8221; background_repeat=&#8221;repeat&#8221; position_origin_a=&#8221;bottom_center&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_margin=&#8221;0px|auto|0px|auto|true|true&#8221; custom_padding=&#8221;55px|50px|55px|50px|true|true&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;40px|25px|40px|25px|true|true&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22background_color%22,%22background_color%22%93}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;92135e84-b8b0-4f18-9aa3-ef6d1f0fffab&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;%91%93&#8243;][et_pb_text quote_border_weight=&#8221;0px&#8221; quote_border_color=&#8221;RGBA(255,255,255,0)&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;5e152788-7fbe-4b81-b573-48eac18d157f&#8221; text_font=&#8221;Figtree||||||||&#8221; text_text_color=&#8221;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8221; text_line_height=&#8221;1.5em&#8221; link_font=&#8221;Figtree|500|||||||&#8221; link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; link_line_height=&#8221;1.5em&#8221; ul_font=&#8221;Figtree||||||||&#8221; ul_text_color=&#8221;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8221; ul_font_size=&#8221;17px&#8221; ul_line_height=&#8221;1.5em&#8221; ol_font=&#8221;Figtree||||||||&#8221; ol_text_color=&#8221;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8221; ol_font_size=&#8221;17px&#8221; ol_line_height=&#8221;1.5em&#8221; quote_font=&#8221;Figtree||||||||&#8221; quote_text_color=&#8221;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8221; quote_font_size=&#8221;26px&#8221; quote_line_height=&#8221;1.3em&#8221; header_font=&#8221;Figtree|300|||||||&#8221; header_text_color=&#8221;gcid-6e83d26d-1fad-4f2e-aed8-849520660384&#8243; header_font_size=&#8221;50px&#8221; header_letter_spacing=&#8221;-1px&#8221; header_line_height=&#8221;1.1em&#8221; header_2_font=&#8221;Figtree|500|||||||&#8221; header_2_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; header_2_font_size=&#8221;38px&#8221; header_2_letter_spacing=&#8221;-0.5px&#8221; header_2_line_height=&#8221;1.18em&#8221; header_3_font=&#8221;Figtree|600|||||||&#8221; header_3_text_color=&#8221;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8221; header_3_font_size=&#8221;23px&#8221; header_3_line_height=&#8221;1.28em&#8221; header_4_font=&#8221;Figtree|500|||||||&#8221; header_4_text_color=&#8221;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8221; header_4_font_size=&#8221;20px&#8221; header_4_line_height=&#8221;1.3em&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; quote_font_size_tablet=&#8221;&#8221; quote_font_size_phone=&#8221;20px&#8221; quote_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;&#8221; header_font_size_phone=&#8221;38px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;&#8221; header_2_font_size_phone=&#8221;30px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{%22gcid-6e83d26d-1fad-4f2e-aed8-849520660384%22:%91%22header_text_color%22%93,%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_2_text_color%22,%22link_text_color%22%93,%22gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe%22:%91%22header_3_text_color%22,%22header_4_text_color%22,%22text_text_color%22,%22ul_text_color%22,%22ol_text_color%22,%22quote_text_color%22%93,%22gcid-2bf1ee51-a6f0-4e53-aa7c-905aed6c3c62%22:%91%22link_text_color__hover%22%93}&#8221; link_text_color__hover_enabled=&#8221;on|desktop&#8221; link_text_color__hover=&#8221;#214396&#8243;]<\/p>\n<h1>ALD Thermal Treatment Inc. \u2013 USA<br \/>\n<\/h1>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0.2%||||false|false&#8221; custom_padding=&#8221;0px||31px|||&#8221; custom_padding_tablet=&#8221;0px||31px|||&#8221; custom_padding_phone=&#8221;0px|25px|31px|25px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_padding=&#8221;||0px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8221;]<\/p>\n<h2>\u7f8e\u56fd\u7684\u52a0\u70ed\u5904\u7406<\/h2>\n<p><span>ALD Thermal Treatment Inc. \u6210\u7acb\u4e8e 2005 \u5e74\uff0c\u662f\u7f8e\u56fd\u7cbe\u5bc6\u5236\u9020\u96f6\u90e8\u4ef6\u9886\u57df\u9886\u5148\u7684\u771f\u7a7a\u70ed\u5904\u7406\u670d\u52a1\u63d0\u4f9b\u5546\u3002\u6211\u4eec\u81f4\u529b\u4e8e\u4e3a\u60a8\u63d0\u4f9b\uff1a <\/span><\/p>\n<ul>\n<li>\u6700\u9ad8\u54c1\u8d28\u7684\u70ed\u5904\u7406\u670d\u52a1<\/li>\n<li>\u5ba2\u6237\u6ee1\u610f\u5ea6<\/li>\n<li>\u73af\u5883\u8d23\u4efb<\/li>\n<li>\u5458\u5de5\u5065\u5eb7\u4e0e\u5b89\u5168<\/li>\n<li>\u4fe1\u606f\u5b89\u5168<\/li>\n<li>\u9075\u5b88\u6240\u6709\u9002\u7528\u7684\u6cd5\u89c4\u3001\u6807\u51c6\u53ca\u5408\u540c\u4e49\u52a1<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_padding=&#8221;0px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slider _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slide _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2025\/12\/Photo-overview-USA.png&#8221; background_enable_image=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;][\/et_pb_slide][et_pb_slide _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/01\/HeatTreat-USA_laboratory-scaled.png&#8221; background_enable_image=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;][\/et_pb_slide][\/et_pb_slider][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8221;]<\/p>\n<p><span>\u6211\u4eec\u6df1\u611f\u81ea\u8c6a\uff0cALD Thermal Treatment, Inc. \u5df2\u8fde\u7eed\u4e5d\u5e74\u8363\u83b7\u901a\u7528\u6c7d\u8f66\uff08General Motors\uff09\u9881\u53d1\u7684\u201c\u4f9b\u5e94\u5546\u8d28\u91cf\u5353\u8d8a\u5956\u201d\uff08SQEA\uff09\u3002<\/span><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/zertifikate_alle_nebeneinander-scaled.jpg&#8221; title_text=&#8221;zertifikate_alle_nebeneinander&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6&#8243; custom_padding=&#8221;25px|||||&#8221; custom_padding_tablet=&#8221;25px|||||&#8221; custom_padding_phone=&#8221;25px|25px||25px|false|true&#8221; global_colors_info=&#8221;{%22gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6%22:%91%22background_color%22%93}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||-12px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>\u6211\u4eec\u7684\u5ba2\u6237<\/h2>\n<p><span>\u6211\u4eec\u4e3a\u6c7d\u8f66\u3001\u5de5\u4e1a\u53ca\u822a\u7a7a\u822a\u5929\u9886\u57df\u5168\u7403\u9886\u5148\u7684\u539f\u59cb\u8bbe\u5907\u5236\u9020\u5546\u3001\u4f9b\u5e94\u5546\u53ca\u539f\u578b\u90e8\u4ef6\u5236\u9020\u5546\u63d0\u4f9b\u96f6\u90e8\u4ef6\u670d\u52a1\u3002 <\/span>Including: General Motors, Ford, Stellantis, Magna, Linamar, SFS, Systrand, RBC Bearings<\/p>\n<p>[\/et_pb_text][difl_marqueetext ticker_loop=&#8221;on&#8221; ticker_gap=&#8221;32px&#8221; ticker_speed=&#8221;20000&#8243; text_image_width=&#8221;56px&#8221; marquee_text_margin=&#8221;0px|0px|0px|16px|false|false&#8221; ticker_gap_tablet=&#8221;&#8221; ticker_gap_phone=&#8221;22px&#8221; ticker_gap_last_edited=&#8221;on|phone&#8221; text_image_width_tablet=&#8221;&#8221; text_image_width_phone=&#8221;46px&#8221; text_image_width_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Urbanist||||||||&#8221; title_text_color=&#8221;#4a4a4a&#8221; title_font_size=&#8221;28px&#8221; custom_margin=&#8221;32px||32px||true|false&#8221; title_font_size_tablet=&#8221;&#8221; title_font_size_phone=&#8221;22px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][difl_marqueetextitem text=&#8221;GeneralMotors&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/01\/GM.png&#8221; item_wrapper_padding=&#8221;32px|35px|32px|35px|true|true&#8221; _builder_version=&#8221;4.27.4&#8243; background_color=&#8221;#FFFFFF&#8221; background_enable_color=&#8221;on&#8221; border_radii=&#8221;on|8px|8px|8px|8px&#8221; global_colors_info=&#8221;{}&#8221;]Your Text Goes Here&#8230;[\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Ford&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/01\/Ford.png&#8221; item_wrapper_padding=&#8221;32px|35px|32px|35px|true|true&#8221; _builder_version=&#8221;4.27.4&#8243; background_color=&#8221;#FFFFFF&#8221; background_enable_color=&#8221;on&#8221; border_radii=&#8221;on|8px|8px|8px|8px&#8221; global_colors_info=&#8221;{}&#8221;]Your Text Goes Here&#8230;[\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Magna&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/01\/Magna.png&#8221; item_wrapper_padding=&#8221;32px|35px|32px|35px|true|true&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; background_enable_color=&#8221;on&#8221; border_radii=&#8221;on|8px|8px|8px|8px&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Stellantis&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Stellantis_logo.png&#8221; item_wrapper_padding=&#8221;32px|35px|32px|35px|true|true&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; background_enable_color=&#8221;on&#8221; border_radii=&#8221;on|8px|8px|8px|8px&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Caterpillar&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Caterpillar.png&#8221; item_wrapper_padding=&#8221;32px|35px|32px|35px|true|true&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; background_enable_color=&#8221;on&#8221; border_radii=&#8221;on|8px|8px|8px|8px&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Creed Monarch&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Creed-Monarch.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Crown Equipment Corporation&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Crown.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Delta Research&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Delta-Research.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;INTERSTATE-McBEE&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Interstate-McBee.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;JTEKT&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/JTEKT.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;KA-Wood Gear &amp; Machine&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/KA-Wood-Gear-Machine.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Miba&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/17.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;NN, Inc.&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/NN-inc.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Progress Rail&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Progress-Rail.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;PurePower Technologies&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/PurePower.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;RBC Bearings&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/RBC.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;SFS&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/SFS.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Systrand&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Systrand.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Warren Screw Products&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Warren-Screw-Products.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;DAUCH&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Dauch.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Eaton&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/26.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Parker&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/27.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;ABB&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/ABB.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][difl_marqueetextitem text=&#8221;Littelfuse&#8221; text_img=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/05\/Littlefuse.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/difl_marqueetextitem][\/difl_marqueetext][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||-12px|||&#8221; custom_padding=&#8221;||3px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>\u751f\u4ea7\u8bb0\u5f55<\/h2>\n<p>[\/et_pb_text][et_pb_number_counter title=&#8221;\u5df2\u52a0\u5de5\u53ca\u751f\u4ea7\u96f6\u4ef6\u903e\u767e\u4e07\u4ef6&#8221; number=&#8221;474&#8243; percent_sign=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; number_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; number_font_size=&#8221;60px&#8221; background_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;left&#8221; width=&#8221;60%&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||20px||false|false&#8221; custom_padding=&#8221;10px||10px|20px|true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22number_text_color%22%93}&#8221;][\/et_pb_number_counter][et_pb_number_counter title=&#8221;\u96f6\u90e8\u4ef6\u5df2\u88ab\u6211\u4eec\u7684\u5ba2\u6237\u9000\u56de\uff01&#8221; percent_sign=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; number_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; number_font_size=&#8221;60px&#8221; background_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;left&#8221; width=&#8221;60%&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;10px||10px|20px|true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22number_text_color%22%93}&#8221;][\/et_pb_number_counter][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|&#8221; custom_padding_tablet=&#8221;0px||0px||true|&#8221; custom_padding_phone=&#8221;0px|25px|0px|25px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8221;]<\/p>\n<h3>\u4e0b\u5217\u8bbe\u5907\u6b63\u5728\u8fd0\u884c\uff1a<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_padding=&#8221;0px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<\/p>\n<p>4<span> <\/span><span><a href=\"https:\/\/www.ald-vt.com\/portfolio\/engineering\/vacuum-heat-treatment\/modultherm\/\" target=\"_blank\" rel=\"noopener noreferrer\">ModulTherm\u00ae<\/a><\/span><span> <\/span>\u603b\u8ba1\u5305\u542b24\u4e2a\u5904\u7406\u8154\u4f53\u7684\u7cfb\u7edf<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22%93}&#8221;]<\/p>\n<p>2\u53f0\u53cc\u5ba4\u7089 (VZKQ)<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22%93}&#8221;]<\/p>\n<p>3\u53f0\u6c14\u4f53\u6c2e\u5316\/\u94c1\u7d20\u4f53\u6c2e\u78b3\u5171\u6e17\u7089<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22%93}&#8221;]<\/p>\n<p>\u5404\u7c7b\u5176\u4ed6\u524d\u5904\u7406\u4e0e\u540e\u5904\u7406\u8bbe\u65bd<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6&#8243; custom_padding=&#8221;31px||31px||true|&#8221; custom_padding_tablet=&#8221;31px||31px||true|&#8221; custom_padding_phone=&#8221;31px|25px|31px|25px|true|true&#8221; global_colors_info=&#8221;{%22gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6%22:%91%22background_color%22%93}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8221;]<\/p>\n<h3>\u4f5c\u4e3a\u771f\u7a7a\u70ed\u5904\u7406\u9886\u57df\u7684\u4e13\u5bb6\uff0c\u6211\u4eec\u63d0\u4f9b\uff1a<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_padding=&#8221;10px||1px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/process\/low-pressure-carburizing-lpc\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u4f4e\u538b\u6e17\u78b3 (LPC)<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/process\/neutral-hardening-in-vacuum\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u771f\u7a7a\u4e2d\u6027\u6dec\u706b<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/process\/high-pressure-gas-quenching-hpgq\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u6c2e\u6c14\/\u6c26\u6c14\u9ad8\u538b\u6c14\u4f53\u6dec\u706b (HPGQ)<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<a href=\"https:\/\/www.heat-treatment-services.com\/process\/vacuum-brazing-at-high-temperatures\/\">\u9ad8\u6e29\u771f\u7a7a\u948e\u710a<\/a>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/process\/annealing-in-vacuum\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u771f\u7a7a\u9000\u706b<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/process\/thermal-de-oiling\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u70ed\u8131\u6cb9<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/process\/pre-cleaning\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u9884\u6e05\u6d17<\/a><\/span>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<a href=\"https:\/\/www.heat-treatment-services.com\/process\/nitriding\/\">\u6c2e\u5316<\/a>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]\u6df1\u5ea6\u51b7\u5374[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]<a href=\"https:\/\/www.heat-treatment-services.com\/process\/tempering\/\">\u56de\u706b<\/a>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]\u529b\u91cf\u7206\u53d1[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]\u53bb\u6bdb\u523a\u55b7\u7802[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221;]\u4fdd\u5b58[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_margin=&#8221;25px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8221;]<\/p>\n<h3>\u66f4\u591a\u4f18\u52bf\uff1a<\/p>\n<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_padding=&#8221;10px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p><a href=\"https:\/\/www.heat-treatment-services.com\/process\/material-testing-laboratory-services\/\">\u6750\u6599\u6d4b\u8bd5<\/a><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p><a href=\"https:\/\/www.heat-treatment-services.com\/process\/technical-advice-consultation\/\">\u7533\u8bf7\u6280\u672f\u5efa\u8bae<\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#x45;||divi||400&#8243; icon_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; body_link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||5px||false|false&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p><a href=\"https:\/\/www.heat-treatment-services.com\/process\/distortion-measurement\/\">\u5931\u771f\u6d4b\u91cf<\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;1px|||||&#8221; custom_padding_tablet=&#8221;1px|||||&#8221; custom_padding_phone=&#8221;1px|25px||25px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8221;]<\/p>\n<h2>\u4e0b\u8f7d<\/h2>\n<div class=\"elementor-element elementor-element-77555cac elementor-widget elementor-widget-text-editor\" data-id=\"77555cac\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n<div class=\"elementor-widget-container\">\n<p>\u6211\u4eec\u81f4\u529b\u4e8e\u4e3a\u60a8\u63d0\u4f9b\u5c3d\u53ef\u80fd\u5468\u5168\u7684\u5b89\u5168\u4fdd\u969c\u3002\u6b63\u56e0\u5982\u6b64\uff0c\u6211\u4eec\u7684 HTS \u8868\u9762\u6280\u672f\u57fa\u5730\u5747\u5df2\u83b7\u5f97\u8ba4\u8bc1\u3002 <\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<div class=\"elementor-element elementor-element-7e1704cb elementor-widget elementor-widget-heading\" data-id=\"7e1704cb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n<h3 class=\"elementor-widget-container\"><\/h3>\n<\/div>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n    <div class=\"dl-wrap\">\n\n            <div class=\"dl-filter\">\n            \n                            <div class=\"dl-filter-group\">\n                    <span class=\"dl-filter-label\">Category:<\/span>\n                    <button type=\"button\" class=\"dl-btn active\" data-type=\"kategorie\" data-value=\"all\">All<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"kategorie\" data-value=\"brochure\">Brochure<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"kategorie\" data-value=\"certificates\">Certificates<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"kategorie\" data-value=\"general-terms-and-conditions\">General Terms and Conditions<\/button>\n                                    <\/div>\n                    <\/div>\n    \n    <div class=\"dl-list\">\n                <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Certificate-Nadcap-Aerospace-Heat-Treating-audit-242031.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Certificate Nadcap<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/GM-Supplier-Quality-Excellence-Award-2023.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">GM Supplier Quality Excellence Award\u00a0<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Brochure_HTS-EN.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china germany mexico usa\"\n               data-kategorie=\"brochure\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">HTS Brochure<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/PH-SALES-ALD-Limited-Liability-REV1.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Limited Liability Form<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/IATF_2024_USA.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management System as per IATF 16949:2016<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/0207479-00-ALD-Thermal-Treatment_RR-TW.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management Systems as per AS9100:D and ISO 9001:2015<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/ALD-TT-Inc.-USA-PO-Terms-Conditions.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Purchase Order Terms &amp; Conditions<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/PH-SALES-STANDARD-TERMS-CONDITIONSREV2.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Sales Terms &amp; Conditions<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Scope-Of-Accreditation-Nadcap-Aerospace-Heat-Treating-audit-242031.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Scope of Accreditation<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/PH-SUPPLIER-MANUAL-REV-8.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Supplier Manual<\/span>\n            <\/a>\n                <\/div>\n    <p class=\"dl-no-results\" hidden>Keine Downloads f\u00fcr diese Auswahl.<\/p>\n    <\/div>\n    \n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6&#8243; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;|25px||25px|false|true&#8221; global_colors_info=&#8221;{%22gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6%22:%91%22background_color%22%93}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_padding=&#8221;||1px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8221;]<\/p>\n<h2>\u63a5\u89e6<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_2_line_height=&#8221;0.7em&#8221; header_3_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_padding=&#8221;|30px|||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8221;]<\/p>\n<h2><strong style=\"font-size: 16px;\">ALD Thermal Treatment Inc.<\/strong><\/h2>\n<div class=\"elementor-element elementor-element-77555cac elementor-widget elementor-widget-text-editor\" data-id=\"77555cac\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n<div class=\"elementor-widget-container\">\n<p><span>2656 24th Street<\/span><br \/><span>Port Huron, MI 48060<\/span><br \/><span>USA<\/span><\/p>\n<p><span>Phone: +1 810 357-0680<br \/>Email: sales@aldtt.net<br \/><\/span><\/p>\n<\/div>\n<\/div>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;|25px||25px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_padding=&#8221;0px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8221;]<\/p>\n<h2>\u83b7\u53d6\u62a5\u4ef7<\/h2>\n<p>[\/et_pb_text][wpforms_selector form_id=&#8221;14126&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/wpforms_selector][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Hero&#8221; module_class=&#8221;inner-page-hero&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;abd33304-890f-432b-904b-00e42b1cb34f&#8221; background_image=&#8221;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2025\/12\/Photo-overview-USA.png&#8221; background_position=&#8221;bottom_center&#8221; height=&#8221;400px&#8221; height_tablet=&#8221;400px&#8221; height_phone=&#8221;400px&#8221; height_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;99px||||false|false&#8221; custom_margin_tablet=&#8221;30px||||false|false&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;50px|100px|0px|100px|false|false&#8221; custom_padding_tablet=&#8221;|50px||50px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_css_main_element=&#8221;display: flex; align-items: flex-end;&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;%91%93&#8243; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;display: flex; align-items: flex-end;||background-position-y: 32px;&#8221; max_width__hover_enabled=&#8221;off|desktop&#8221; custom_css_main_element_phone=&#8221;display: flex; align-items: flex-end;||background-position-y: 32px;&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; module_class=&#8221;row-inner-page-hero&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;51ba5873-a3b0-4fde-b113-33d112683429&#8243; background_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; background_enable_image=&#8221;off&#8221; background_size=&#8221;contain&#8221; background_repeat=&#8221;repeat&#8221; position_origin_a=&#8221;bottom_center&#8221; width=&#8221;100%&#8221; max_width=&#8221;1240px&#8221; custom_margin=&#8221;0px|auto|0px|auto|true|true&#8221; custom_padding=&#8221;55px|50px|55px|50px|true|true&#8221; [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":282787,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"difl_page_category":[],"class_list":["post-282791","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282791","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/comments?post=282791"}],"version-history":[{"count":2,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282791\/revisions"}],"predecessor-version":[{"id":282793,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282791\/revisions\/282793"}],"up":[{"embeddable":true,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282787"}],"wp:attachment":[{"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/media?parent=282791"}],"wp:term":[{"taxonomy":"difl_page_category","embeddable":true,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/difl_page_category?post=282791"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}