    <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":282795,"date":"2026-01-25T13:36:09","date_gmt":"2026-01-25T12:36:09","guid":{"rendered":"http:\/\/wordpress-hts.p223807.webspaceconfig.de\/locations\/ald-thermal-treatment-suzhou\/"},"modified":"2026-05-29T10:18:29","modified_gmt":"2026-05-29T08:18:29","slug":"ald-thermal-treatment-suzhou","status":"publish","type":"page","link":"https:\/\/www.heat-treatment-services.com\/zh-hant\/locations\/ald-thermal-treatment-suzhou\/","title":{"rendered":"ALD Thermal Treatment (Suzhou)"},"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\/ALD-China_2.jpg&#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 (Suzhou) Co., Ltd.<\/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>\u4e2d\u56fd\u7684\u70ed\u5904\u7406<\/h2>\n<p><span>\u4f5c\u4e3a\u5168\u7403\u9886\u5148\u7684\u771f\u7a7a\u8bbe\u5907\u5236\u9020\u5546\u4e4b\u4e00\uff0cALD Vacuum Technologies GmbH \u540c\u65f6\u4e5f\u662f\u4e00\u5bb6\u4eab\u8a89\u4e1a\u754c\u7684\u4e13\u4e1a\u70ed\u5904\u7406\u670d\u52a1\u63d0\u4f9b\u5546\uff0c\u76ee\u524d\u5df2\u5728\u56fd\u9645\u8303\u56f4\u5185\u8bbe\u6709\u4e09\u5bb6\u5de5\u5382\u3002\u6211\u4eec\u8363\u5e78\u5730\u5ba3\u5e03\uff0cALD \u7684\u7b2c\u56db\u5bb6\u5de5\u5382\u2014\u2014ALD \u70ed\u5904\u7406\uff08\u82cf\u5dde\uff09\u6709\u9650\u516c\u53f8\u5df2\u4e8e 2021 \u5e74\u79cb\u5b63\u6b63\u5f0f\u6295\u5165\u8fd0\u8425\u3002\u8be5\u5de5\u5382\u5750\u843d\u4e8e\u5434\u6c5f\u7ecf\u6d4e\u6280\u672f\u5f00\u53d1\u533a\uff0c\u4e0e ALD \u73b0\u6709\u7684\u670d\u52a1\u4e0e\u9500\u552e\u529e\u4e8b\u5904\u6bd7\u90bb\u800c\u5c45\u3002  <\/span><\/p>\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\/ALD-China_2.jpg&#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-China_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\u7684\u8bbe\u65bd\u4e0e\u670d\u52a1\u5728\u5168\u7403\u8303\u56f4\u5185\u5747\u5df2\u5b9e\u73b0\u6807\u51c6\u5316\u3002\u51ed\u501f\u6211\u4eec\u7684\u6280\u672f\u4e0e\u670d\u52a1\uff0c\u6211\u4eec\u786e\u4fdd\u6240\u6709\u5de5\u5382\u7684\u8d28\u91cf\u4fdd\u6301\u4e00\u81f4\u3002 <\/span><\/p>\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_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;{%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;||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><span>1 <a href=\"https:\/\/www.ald-vt.com\/portfolio\/engineering\/vacuum-heat-treatment\/modultherm\/\" target=\"_blank\" rel=\"noopener noreferrer\">ModulTherm\u00ae<\/a><\/span><span> <\/span>\u914d\u5907\u5171\u8ba16\u4e2a\u5904\u7406\u8154\u5ba4\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>7\u53f0\u56de\u706b\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>1\u53f0\u4f4e\u6e29\u88c5\u7f6e\uff08\u6309\u9700\u63d0\u4f9b\uff09<\/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>2\u53f0\u5de5\u4e1a\u6d17\u8863\u673a<\/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>3\u53f0\u9884\u6c27\u5316\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>\u91d1\u76f8\u5b66\u53ca\u76f8\u5173\u8bbe\u5907<\/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;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;{}&#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_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;]<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\/pre-cleaning\/\" rel=\"noopener noreferrer\">\u9884\u6e05\u6d17<\/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\/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;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/process\/cryogenics\/\" rel=\"noopener noreferrer\">\u4f4e\u6e29\u6280\u672f\uff08\u6309\u9700\u63d0\u4f9b\uff09<\/a><\/span>[\/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>\u9644\u52a0\u670d\u52a1\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||||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;]<a href=\"https:\/\/www.heat-treatment-services.com\/process\/metallography-and-related-analysis\/\"><span> \u91d1\u76f8\u5b66\u53ca\u76f8\u5173\u5206\u6790<br \/>\n<\/span><\/a>[\/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=\"\/process\/heat-treatment-consultancy\/\"><span>\u70ed\u5904\u7406\u54a8\u8be2<\/span><\/a>[\/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;1px|||||&#8221; custom_padding_tablet=&#8221;1px|||||&#8221; custom_padding_phone=&#8221;1px|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_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; 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;]    <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\/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\/ISO9001Certificate-CNEN_compressed-1.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china\"\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 DIN EN ISO 14001 : 2015<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/ISO9001Certificate-CNEN_compressed.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china\"\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 DIN EN ISO 9001 : 2015<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/IATF16949-Certificate-CNEN_compressed.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china\"\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 IAFT 16949 : 2016<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/TTS-SALES-STANDARD-TERMS-CONDITIONS_short_20230913.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china\"\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\">TTS Sales Standard<\/span>\n            <\/a>\n                <\/div>\n    <p class=\"dl-no-results\" hidden>Keine Downloads f\u00fcr diese Auswahl.<\/p>\n    <\/div>\n    [\/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;#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;||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; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][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; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22,%22link_text_color%22%93}&#8221; sticky_enabled=&#8221;0&#8243; link_text_color=&#8221;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243;]<\/p>\n<h2><strong style=\"font-size: 16px;\">ALD Thermal Treatment (Suzhou) Co., Ltd.<\/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>333 Yegang Road<br \/>Suzhou, Jiangsu, 215200<br \/>China<\/span><\/p>\n<p><span>T: +86 512 6358 0012<br \/>Email: <a href=\"mailto:sales@aldtt-china.com\">sales@aldtt-china.com<\/a><\/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;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;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\/ALD-China_2.jpg&#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-282795","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282795","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=282795"}],"version-history":[{"count":2,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282795\/revisions"}],"predecessor-version":[{"id":282797,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282795\/revisions\/282797"}],"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=282795"}],"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=282795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}