    <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":282802,"date":"2025-12-16T20:41:56","date_gmt":"2025-12-16T19:41:56","guid":{"rendered":"http:\/\/wordpress-hts.p223807.webspaceconfig.de\/locations\/vacuheat\/"},"modified":"2026-09-22T15:22:44","modified_gmt":"2026-09-22T13:22:44","slug":"vacuheat","status":"publish","type":"page","link":"https:\/\/www.heat-treatment-services.com\/zh-hant\/locations\/vacuheat\/","title":{"rendered":"VACUHEAT"},"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\/VACUHEAT-Aussenansicht.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>VACUHEAT GmbH &#8211; Germany<\/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|0px|false|false&#8221; custom_padding_tablet=&#8221;0px||31px|0px|false|false&#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>\u5fb7\u56fd\u70ed\u5904\u7406<\/h2>\n<p><span>VACUHEAT \u6210\u7acb\u4e8e 1999 \u5e74\uff0c\u662f ALD \u70ed\u5904\u7406\u670d\u52a1\uff08HTS\uff09\u90e8\u95e8\u7684\u9996\u5bb6\u751f\u4ea7\u57fa\u5730\u3002\u5982\u4eca\uff0cVACUHEAT \u5df2\u6210\u4e3a\u6b27\u6d32\u9886\u5148\u7684\u771f\u7a7a\u70ed\u5904\u7406\u4e13\u5bb6\u4e4b\u4e00\u3002 <\/span><\/p>\n<p><span><\/span><\/p>\n<h3><span>\u5173\u4e8e\u6211\u4eec\u5728\u5fb7\u56fd\u7684\u6240\u5728\u5730<\/span><\/h3>\n<div class=\"et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<p>VACUHEAT \u6700\u521d\u4e13\u6ce8\u4e8e\u6c7d\u8f66\u884c\u4e1a\u6ce8\u5851\u90e8\u4ef6\u7684\u5148\u8fdb\u70ed\u5904\u7406\u4e1a\u52a1\uff0c\u5982\u4eca\u5df2\u53d1\u5c55\u6210\u4e3a\u6b27\u6d32\u6700\u5927\u7684\u771f\u7a7a\u70ed\u5904\u7406\u670d\u52a1\u63d0\u4f9b\u5546\u3002\u5176\u670d\u52a1\u6838\u5fc3\u5728\u4e8e\u9488\u5bf9\u5927\u6279\u91cf\u5de5\u4ef6\u7684\u771f\u7a7a\u8868\u9762\u786c\u5316\u5de5\u827a\uff08\u5373\u4f4e\u538b\u6e17\u78b3\uff08LPC\uff09\u7ed3\u5408\u9ad8\u538b\u6c14\u4f53\u6dec\u706b\uff08HPGQ\uff09\uff09\u3002 <\/p>\n<\/div>\n<\/div>\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\/VACUHEAT-Aussenansicht.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-VacuheatWarenannahme-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>VACUHEAT \u6700\u521d\u4e13\u6ce8\u4e8e\u6c7d\u8f66\u884c\u4e1a\u6ce8\u5851\u90e8\u4ef6\u7684\u5148\u8fdb\u70ed\u5904\u7406\u4e1a\u52a1\uff0c\u5982\u4eca\u5df2\u53d1\u5c55\u6210\u4e3a\u6b27\u6d32\u6700\u5927\u7684\u771f\u7a7a\u70ed\u5904\u7406\u670d\u52a1\u63d0\u4f9b\u5546\u3002\u5176\u670d\u52a1\u6838\u5fc3\u5728\u4e8e\u9488\u5bf9\u5927\u6279\u91cf\u5de5\u4ef6\u7684\u771f\u7a7a\u8868\u9762\u786c\u5316\u5de5\u827a\uff08\u5373\u4f4e\u538b\u6e17\u78b3\uff08LPC\uff09\u7ed3\u5408\u9ad8\u538b\u6c14\u4f53\u6dec\u706b\uff08HPGQ\uff09\uff09\u3002 <\/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>3<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>\u5171\u5305\u542b14\u4e2a\u5904\u7406\u8154\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>3\u53f0\u53cc\u5ba4\u7089 (VZKQ)<\/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\u9ad8\u771f\u7a7a\u5355\u5ba4\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>\u4e24\u53f0\u70ed\u8131\u6cb9\u7089<\/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\u4f4e\u6e29\u88c5\u7f6e\uff08\u6db2\u6c2e\uff09<\/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>6\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\u5de5\u4e1a\u6d17\u8863\u673a<\/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; 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<p>\u4f5c\u4e3a\u6c7d\u8f66\u884c\u4e1a\u503c\u5f97\u4fe1\u8d56\u7684\u5408\u4f5c\u4f19\u4f34\uff0cVACUHEAT \u59cb\u7ec8\u6ee1\u8db3\u6700\u9ad8\u6807\u51c6\u7684\u8d28\u91cf\u8981\u6c42\uff0c\u8fd9\u4e00\u70b9\u5df2\u901a\u8fc7\u4f9d\u636e IATF 16949\u3001HTSA CQI9 \u548c VDA6.3 \u6807\u51c6\u8fdb\u884c\u7684\u5b9a\u671f\u5ba1\u6838\u5f97\u5230\u4e86\u5145\u5206\u8bc1\u5b9e\u3002\u6b64\u5916\uff0c\u4f9d\u636e ISO 14001\u3001DIN ISO 45001 \u548c DIN EN ISO 50001 \u83b7\u5f97\u7684\u5404\u9879\u8ba4\u8bc1\uff0c\u5145\u5206\u4f53\u73b0\u4e86 VACUHEAT \u7684\u4f01\u4e1a\u65b9\u9488\u2014\u2014\u5373\u81f4\u529b\u4e8e\u63a8\u884c\u7eff\u8272\u3001\u8282\u80fd\u7684\u751f\u4ea7\u6a21\u5f0f\uff0c\u5e76\u9ad8\u5ea6\u91cd\u89c6\u5458\u5de5\u7684\u5065\u5eb7\u4e0e\u5b89\u5168\u3002 <\/p>\n<p>\u6765\u81ea\u5404\u884c\u5404\u4e1a\u7684200\u591a\u5bb6\u5ba2\u6237\u5df2\u4ece VACUHEAT \u7684\u4e13\u4e1a\u670d\u52a1\u4e2d\u83b7\u76ca\u3002\u65e0\u8bba\u662f\u5927\u6279\u91cf\u751f\u4ea7\uff0c\u8fd8\u662f\u5c0f\u6279\u91cf\u7684\u539f\u578b\u4ef6\u52a0\u5de5\uff0c\u6211\u4eec\u5747\u80fd\u6210\u529f\u5b8c\u6210\u3002\u6240\u670d\u52a1\u7684\u884c\u4e1a\u6db5\u76d6\u6c7d\u8f66\u3001\u822a\u7a7a\u822a\u5929\u3001\u901a\u7528\u5de5\u4e1a\u4ee5\u53ca\u5de5\u6a21\u5177\u5236\u9020\u7b49\u9886\u57df\u3002  <\/p>\n<p>&nbsp;<\/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;||1px|||&#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\/zh-hant\/process\/%e4%bd%8e%e5%8e%8b%e6%b8%97%e7%a2%b3-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\/zh-hant\/process\/%e7%9c%9f%e7%a9%ba%e4%b8%ad%e6%80%a7%e6%b7%ac%e7%81%ab\/\" 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;]<\/p>\n<p><span><a href=\"https:\/\/www.heat-treatment-services.com\/zh-hant\/process\/%e9%ab%98%e5%8e%8b%e6%b0%94%e4%bd%93%e6%b7%ac%e7%81%ab\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u6c2e\u6c14\/\u6c26\u6c14\u9ad8\u538b\u6c14\u4f53\u6dec\u706b (HPGQ)<\/a><\/span><span><\/span><\/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; 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\/zh-hant\/process\/%e9%ab%98%e6%b8%a9%e7%9c%9f%e7%a9%ba%e9%92%8e%e7%84%8a\/\">\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\/zh-hant\/process\/%e7%9c%9f%e7%a9%ba%e9%80%80%e7%81%ab\/\" 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\/zh-hant\/process\/%e7%83%ad%e8%84%b1%e6%b2%b9\/\" 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\/zh-hant\/process\/%e9%a2%84%e6%b8%85%e6%b4%97\/\" 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;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/zh-hant\/process\/%e4%bd%8e%e6%b8%a9%e5%ad%a6\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u4f4e\u6e29\u5b66<\/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\/zh-hant\/process\/%e5%9b%9e%e7%81%ab\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u56de\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\/zh-hant\/process\/%e5%a4%84%e7%90%86%e5%90%8e%e7%9a%84%e9%98%b2%e9%94%88%e4%bf%9d%e6%8a%a4\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u5904\u7406\u540e\u7684\u9632\u9508\u4fdd\u62a4<\/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\/zh-hant\/process\/%e9%87%91%e7%9b%b8%e5%ad%a6%e5%8f%8a%e7%9b%b8%e5%85%b3%e5%88%86%e6%9e%90\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u91d1\u76f8\u5b66\u53ca\u76f8\u5173\u5206\u6790<\/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\/zh-hant\/process\/%e5%87%a0%e4%bd%95%e6%a3%80%e6%b5%8b%ef%bc%88%e7%95%b8%e5%8f%98%e5%88%86%e6%9e%90%ef%bc%89\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u51e0\u4f55\u68c0\u6d4b\uff08\u7578\u53d8\u5206\u6790\uff09<\/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=\"\/process\/heat-treatment-consultancy\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u70ed\u5904\u7406\u54a8\u8be2<\/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;]\u70ed\u5904\u7406\u5939\u5177\u8bbe\u8ba1[\/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||||false|false&#8221; custom_padding_tablet=&#8221;1px||||false|false&#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<p>&nbsp;<\/p>\n<\/div>\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\/090745-VACUHEAT-GmbH-50001-WA-22-en.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\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\">Energy Management System as per DIN EN ISO 50001 : 2018<\/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\/090745-VACUHEAT-GmbH-14001-WA-22-en.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\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\/44-100-090745_Englisch-m.-Anlage.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\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\/44-126-090745_Englisch.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\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 ISO 45001 : 2018<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/090745-VACUHEAT-GmbH_IATF_16949-en.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\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\/AGB-VACUHEAT-September-2021-1.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\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\">Terms &amp; Conditions<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2025\/12\/VACUHEAT-Factsheet_EN.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\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\">VACUHEAT Factsheet<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Anwendungsbereich-und-Managementpolitik_FB.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\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\">Vacuheat GmbH management policy<\/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; 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; 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_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;\">VACUHEAT GmbH<\/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>Hohensteiner Strasse 11-13<\/span><br \/><span>09212 Limbach-Oberfrohna<\/span><br \/><span>Germany<\/span><\/p>\n<p><span>Phone: +49 3722 402 220<br \/>Email: info@vacuheat.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;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_margin=&#8221;|92px||auto||&#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\/VACUHEAT-Aussenansicht.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-282802","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282802","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=282802"}],"version-history":[{"count":3,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282802\/revisions"}],"predecessor-version":[{"id":282915,"href":"https:\/\/www.heat-treatment-services.com\/zh-hant\/wp-json\/wp\/v2\/pages\/282802\/revisions\/282915"}],"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=282802"}],"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=282802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}