{"id":541,"date":"2018-11-27T09:17:08","date_gmt":"2018-11-27T01:17:08","guid":{"rendered":"https:\/\/firstmold.com\/about\/"},"modified":"2025-10-30T16:51:33","modified_gmt":"2025-10-30T08:51:33","slug":"about-us","status":"publish","type":"page","link":"https:\/\/firstmold.com\/zh\/about-us\/","title":{"rendered":"\u5173\u4e8e\u6211\u4eec"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"541\" class=\"elementor elementor-541\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-781338d e-con-full e-flex e-con e-parent\" data-id=\"781338d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0286d38 elementor-widget elementor-widget-html\" data-id=\"0286d38\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n.factory-hero {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 70vh;\r\n    min-height: 300px; \r\n    overflow: hidden;\r\n}\r\n#factoryVideo {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n}\r\n.video-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(0, 0, 0, 0.5);\r\n    transition: background 1s ease;\r\n    z-index: 10;\r\n}\r\n.video-overlay.playing {\r\n    background: rgba(0, 0, 0, 0.1);\r\n}\r\n.play-button {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    width: 16vw;\r\n    height: 16vw;\r\n    max-width: 150px;\r\n    max-height: 150px;\r\n    min-width: 80px;\r\n    min-height: 80px;\r\n    border-radius: 50%;\r\n    background: rgba(255, 255, 255, 0.9);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    cursor: pointer;\r\n    z-index: 30;\r\n    transition: all 0.5s ease;\r\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\r\n    opacity: 0.8;\r\n}\r\n.play-button.playing {\r\n    opacity: 0.3;\r\n}\r\n.play-button.hidden {\r\n    opacity: 0;\r\n    pointer-events: none;\r\n}\r\n.play-icon {\r\n    color: #1e3a8a;\r\n    font-size: 3vw;\r\n    max-font-size: 40px;\r\n    min-font-size: 24px;\r\n    margin-left: 0.8vw;\r\n}\r\n.hero-text {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    text-align: center;\r\n    width: 90%;\r\n    max-width: 1200px;\r\n    z-index: 20;\r\n    transition: opacity 1s ease, transform 1s ease;\r\n    padding: 0 20px;\r\n}\r\n.hero-text.hidden {\r\n    opacity: 0;\r\n    transform: translate(-50%, -50%) scale(0.9);\r\n    pointer-events: none;\r\n}\r\n.hero-title {\r\n    font-size: clamp(1.8rem, 6vw, 4rem);\r\n    font-weight: bold;\r\n    color: white;\r\n    margin-bottom: 0.8rem;\r\n    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\r\n    line-height: 1.2;\r\n}\r\n.hero-subtitle {\r\n    font-size: clamp(0.9rem, 2.5vw, 1.3rem);\r\n    color: white;\r\n    max-width: 600px;\r\n    margin: 0 auto;\r\n    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);\r\n}\r\n@media (max-width: 768px) {\r\n    .factory-hero {\r\n        height: 50vh;\r\n    }\r\n    .hero-title {\r\n        margin-bottom: 0.5rem;\r\n    }\r\n    .play-button {\r\n        width: 22vw;\r\n        height: 22vw;\r\n     }\r\n}\r\n<\/style>\r\n\r\n\r\n<div class=\"factory-hero\">\r\n    <video id=\"factoryVideo\" loop playsinline poster=\"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/10\/firstmold-about-us-cover.webp\">\r\n        <source src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/10\/First-Mold-Corporate-Video.mp4\" type=\"video\/mp4\">\r\n      \u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u89c6\u9891\u6807\u8bb0\u3002.\r\n    <\/video>\r\n    <div class=\"video-overlay\"><\/div>\r\n    <div class=\"hero-text\">\r\n        <h1 class=\"hero-title\">\u7b2c\u4e00\u6a21\u5177\u4e00\u89c8<\/h1>\r\n        <p class=\"hero-subtitle\"><\/p>\r\n    <\/div>\r\n    <div class=\"play-button\">\r\n        <i class=\"fa fa-play play-icon\"><\/i>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    const video = document.getElementById('factoryVideo');\r\n    const playButton = document.querySelector('.play-button');\r\n    const overlay = document.querySelector('.video-overlay');\r\n    const heroText = document.querySelector('.hero-text');\r\n    const playIcon = document.querySelector('.play-icon');\r\n    let isPlaying = false;\r\n    function togglePlay() {\r\n        if (isPlaying) {\r\n        video.pause();\r\n        playIcon.classList.remove('fa-pause');\r\n        playIcon.classList.add('fa-play');\r\n        overlay.classList.remove('playing');\r\n        heroText.classList.remove('hidden');\r\n      } else {\r\n        video.play();\r\n        playIcon.classList.remove('fa-play');\r\n        playIcon.classList.add('fa-pause');\r\n        overlay.classList.add('playing');\r\n        heroText.classList.add('hidden');\r\n      }\r\n      isPlaying = !isPlaying;\r\n      playButton.classList.add('playing');\r\n    }\r\n    playButton.addEventListener('click', togglePlay);\r\n    const heroSection = document.querySelector('.factory-hero');\r\n    heroSection.addEventListener('mouseenter', () => {\r\n      if (isPlaying) {\r\n        playButton.classList.remove('hidden');\r\n        playButton.classList.add('playing');\r\n      }\r\n    });\r\n    \r\n    heroSection.addEventListener('mouseleave', () => {\r\n      if (isPlaying) {\r\n        playButton.classList.add('hidden');\r\n        playButton.classList.remove('playing');\r\n      }\r\n    });\r\n    playButton.addEventListener('touchstart', (e) => {\r\n      e.preventDefault();\r\n      togglePlay();\r\n    }, { passive: false });\r\n    window.addEventListener('resize', () => {\r\n      adjustVideoSize();\r\n    });\r\n    \r\n    function adjustVideoSize() {\r\n      const heroHeight = heroSection.offsetHeight;\r\n      video.style.height = `${heroHeight}px`;\r\n    }\r\n    adjustVideoSize();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d73a2e2 e-con-full fm2-section e-flex e-con e-parent\" data-id=\"d73a2e2\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7847204 e-con-full e-flex e-con e-child\" data-id=\"7847204\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33a4780 elementor-widget elementor-widget-image\" data-id=\"33a4780\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"774\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/plastic-headphones-products.webp\" class=\"attachment-full size-full wp-image-11210\" alt=\"\u5851\u6599\u8033\u673a\u4ea7\u54c1\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/plastic-headphones-products.webp 500w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/plastic-headphones-products-194x300.webp 194w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ad1303 elementor-hidden-mobile elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"4ad1303\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"774\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/metal-part-from-Firstmold.webp\" class=\"attachment-full size-full wp-image-11211\" alt=\"\u6765\u81ea Firstmold \u7684\u91d1\u5c5e\u96f6\u4ef6\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/metal-part-from-Firstmold.webp 500w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/metal-part-from-Firstmold-194x300.webp 194w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40d2223 e-con-full e-flex e-con e-child\" data-id=\"40d2223\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-06c3b85 e-con-full e-flex e-con e-child\" data-id=\"06c3b85\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca787d0 elementor-widget elementor-widget-heading\" data-id=\"ca787d0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">\u5173\u4e8e Firstmold<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a5e352 elementor-widget elementor-widget-heading\" data-id=\"5a5e352\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u6211\u4eec\u4e3a\u73b0\u4ee3\u5de5\u4e1a\u63d0\u4f9b\u6700\u4f73\u670d\u52a1<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fba30ad elementor-widget elementor-widget-text-editor\" data-id=\"fba30ad\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u6211\u4eec\u4e13\u6ce8\u4e8e\u5851\u6599\u96f6\u4ef6\u548c\u91d1\u5c5e\u96f6\u4ef6\u52a0\u5de5\uff0c\u63d0\u4f9b\u6ce8\u5851\u6210\u578b\u3001\u6a21\u5177\u5236\u9020\u3001\u5feb\u901f\u6210\u578b\u3001\u6570\u63a7\u52a0\u5de5\u3001\u538b\u94f8\u30013d \u6253\u5370\u7b49\u670d\u52a1\u3002<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b68edc2 e-con-full e-flex e-con e-child\" data-id=\"b68edc2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d7fe70 elementor-widget elementor-widget-image\" data-id=\"3d7fe70\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"452\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/rapid-tooling-in-Firstmold.webp\" class=\"attachment-full size-full wp-image-11212\" alt=\"Firstmold \u5feb\u901f\u6a21\u5177\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/rapid-tooling-in-Firstmold.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/rapid-tooling-in-Firstmold-300x226.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9924feb elementor-hidden-mobile elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"9924feb\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"452\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/die-casting-mine-light-in-Firstmold.webp\" class=\"attachment-full size-full wp-image-11213\" alt=\"Firstmold \u7684\u538b\u94f8\u77ff\u706f\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/die-casting-mine-light-in-Firstmold.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/die-casting-mine-light-in-Firstmold-300x226.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3f159744 e-con-full e-flex e-con e-parent\" data-id=\"3f159744\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fed1e76 e-con-full e-flex e-con e-child\" data-id=\"fed1e76\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3cf364f2 e-con-full e-flex e-con e-child\" data-id=\"3cf364f2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b179084 elementor-widget elementor-widget-heading\" data-id=\"6b179084\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">\u6211\u4eec\u662f\u8c01<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b420f68 elementor-widget elementor-widget-heading\" data-id=\"b420f68\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u9002\u5408\u60a8\u6240\u5728\u884c\u4e1a\u7684\u6570\u5b57\u5316\u5236\u9020\u89e3\u51b3\u65b9\u6848<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f997cd0 elementor-widget elementor-widget-text-editor\" data-id=\"f997cd0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u7b2c\u4e00\u6a21\u5177\u5236\u9020\u6709\u9650\u516c\u53f8\u6210\u7acb\u4e8e 2011 \u5e74\uff0c\u603b\u90e8\u4f4d\u4e8e\u4e2d\u56fd\u4e2d\u5c71\u5e02\u3002\u516c\u53f8\u662f\u4e00\u5bb6\u96c6\u8bbe\u8ba1\u3001\u52a0\u5de5\u3001\u751f\u4ea7\u3001\u7ec4\u88c5\u670d\u52a1\u4e8e\u4e00\u4f53\u7684\u9ad8\u79d1\u6280\u5236\u9020\u4f01\u4e1a\u3002\u9996\u521b\u6a21\u5177\u4e3b\u8981\u4ece\u4e8b\u9ad8\u7cbe\u5bc6\u6a21\u5177\u5236\u9020\u3001\u6ce8\u5851\u6210\u578b\u3001\u538b\u94f8\u3001\u91d1\u5c5e\u548c\u5851\u6599\u539f\u578b\u751f\u4ea7\u4ee5\u53ca\u5b9a\u5236\u96f6\u4ef6\u7684\u751f\u4ea7\u3002\u6211\u4eec\u7684\u670d\u52a1\u5e7f\u6cdb\u5e94\u7528\u4e8e\u591a\u4e2a\u884c\u4e1a\uff0c\u4e3b\u8981\u5305\u62ec\u6c7d\u8f66\u3001\u822a\u7a7a\u822a\u5929\u3001\u533b\u7597\u8bbe\u5907\u3001\u6d88\u8d39\u54c1\u548c\u5176\u4ed6\u884c\u4e1a\u3002\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c586967 elementor-widget elementor-widget-text-editor\" data-id=\"c586967\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u4e2d\u56fd\u5de5\u5382\u5360\u5730\u9762\u79ef\u8d85\u8fc7 30,000 \u5e73\u65b9\u7c73\uff0c\u58a8\u897f\u54e5\u5de5\u5382\u5360\u5730\u9762\u79ef\u8d85\u8fc7 5,000 \u5e73\u65b9\u7c73\u3002\u4f17\u591a\u5148\u8fdb\u7684\u8bbe\u5907\u548c\u7cbe\u6e5b\u7684\u5de5\u827a\u4f7f\u6211\u4eec\u80fd\u591f\u5927\u6279\u91cf\u751f\u4ea7\u96f6\u90e8\u4ef6\u548c\u4ea7\u54c1\uff0c\u6bcf\u5929\u9500\u5f80\u5168\u7403 20 \u591a\u4e2a\u56fd\u5bb6\u548c\u5730\u533a\u3002<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10f5cc46 e-con-full e-flex e-con e-child\" data-id=\"10f5cc46\" data-element_type=\"container\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32507f7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"32507f7\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u8bbe\u8ba1<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u7f16\u7a0b<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u751f\u4ea7<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-900967e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"900967e\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">DFM<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u5236\u9020<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u5305\u88c5<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9699b4 elementor-widget elementor-widget-html\" data-id=\"f9699b4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a href=\"https:\/\/firstmold.com\/zh\/case-study\/\" class=\"underline-btn btn-glow-spread underline-btn-center\">\n    \u67e5\u770b\u9879\u76ee\n    <i class=\"fa fa-link\"><\/i>\n    <span class=\"glow-circle\"><\/span>\n<\/a>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-55b59720 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"55b59720\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8089ce0 e-con-full e-flex e-con e-child\" data-id=\"8089ce0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c7cbcc elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"8c7cbcc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"667\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview.webp\" class=\"attachment-full size-full wp-image-14139\" alt=\"Firstmold \u5de5\u5382\u4fa7\u5f71\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview.webp 1000w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview-300x200.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview-768x512.webp 768w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview-18x12.webp 18w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-29974c0 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"29974c0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbc874a elementor-widget elementor-widget-pp-timeline\" data-id=\"dbc874a\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;horizontal&quot;,&quot;columns&quot;:&quot;7&quot;,&quot;autoplay_speed&quot;:4000,&quot;columns_mobile&quot;:&quot;2&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_to_scroll_tablet&quot;:&quot;1&quot;,&quot;slides_to_scroll_mobile&quot;:&quot;1&quot;,&quot;dates&quot;:&quot;yes&quot;,&quot;card_arrow&quot;:&quot;yes&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;infinite_loop&quot;:&quot;yes&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;select_arrow&quot;:{&quot;value&quot;:&quot;fas fa-angle-right&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"pp-timeline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-wrapper\">\n\t\t\t\t\t\t<div class=\"pp-timeline-navigation\" data-nav-arrow=\"&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-angle-right\\&quot; viewBox=\\&quot;0 0 256 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-88e768f\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2010 \u5e74 6 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-2b54daf\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2011 \u5e74 5 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-c16c7cc\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2012 \u5e74 12 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-81632ad\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2013 \u5e74 8 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-0f2cf5d\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2016 \u5e74 5 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-ad8a47f\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2018 \u5e74 12 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-2936d4c\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2020 \u5e74 7 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-3e0a78a\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2021 \u5e74 5 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-e1168ed\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2022 \u5e74 5 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-9873d75\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\t2024 \u5e74 6 \u6708\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline pp-timeline-horizontal pp-timeline-dates\" data-timeline-layout=\"horizontal\">\n\t\t\t\t\t\t\t\t<div class=\"pp-timeline-items pp-slick-slider\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-88e768f\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t01.\u6210\u7acb\u4e8e\u9999\u6e2f\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-2b54daf\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t02.\u7528\u4e8e\u539f\u578b\u8bbe\u8ba1\u7684\u94f8\u9020\u5236\u9020\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-c16c7cc\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t03.\u6210\u7acb\u6a21\u5177\u548c\u6210\u578b\u90e8\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-81632ad\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t04.\u5382\u623f\u6269\u5efa\u81f3 4000 \u33a1\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-0f2cf5d\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t05.\u5c06\u5de5\u5177\u79fb\u81f3\u65b0\u7684 #2 \u8f66\u95f4\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-ad8a47f\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t06.\u6c5f\u53e3\u9547\u9996\u4e2a\u6a21\u5177\u4ea7\u4e1a\u56ed\u5f00\u5de5\u5efa\u8bbe\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-2936d4c\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t07.\u5728\u65b0\u52a0\u5761\u6210\u7acb First Mold PTE.LTD \u516c\u53f8\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-3e0a78a\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t08.\u8fc1\u5165\u9996\u6a21\u5de5\u4e1a\u56ed\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-e1168ed\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t09.\u6295\u8d44\u6cd5\u56fd\u5206\u90e8\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-9873d75\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t10.\u58a8\u897f\u54e5\u9996\u6a21\u5de5\u5382\u542f\u52a8\u8fd0\u884c\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0042b5e e-con-full fm2-section e-flex e-con e-parent\" data-id=\"0042b5e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b58d433 e-con-full e-flex e-con e-child\" data-id=\"b58d433\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5a6925 elementor-widget elementor-widget-heading\" data-id=\"e5a6925\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u6211\u4eec\u7684\u9500\u552e\u7f51\u7edc<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb6fda4 elementor-widget elementor-widget-text-editor\" data-id=\"cb6fda4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>First Mold \u7684\u9500\u552e\u7f51\u7edc\u904d\u5e03\u5168\u7403\uff0c\u8986\u76d6\u7f8e\u56fd\u3001\u52a0\u62ff\u5927\u3001\u82f1\u56fd\u3001\u6cd5\u56fd\u7b49 30 \u591a\u4e2a\u56fd\u5bb6\u548c\u5730\u533a\u3002\u6211\u4eec\u4e0e\u7269\u6d41\u516c\u53f8\u5efa\u7acb\u4e86\u7262\u56fa\u7684\u5408\u4f5c\u5173\u7cfb\uff0c\u5e76\u4ee5\u4f18\u8d28\u7684\u552e\u540e\u670d\u52a1\u8d62\u5f97\u4e86\u5ba2\u6237\u7684\u4fe1\u8d56\u3002\u6211\u4eec\u81f4\u529b\u4e8e\u4e3a\u5168\u7403\u5ba2\u6237\u63d0\u4f9b\u6700\u4f73\u4f53\u9a8c<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ac5053a e-con-full e-flex e-con e-child\" data-id=\"ac5053a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22e1652 elementor-widget elementor-widget-image\" data-id=\"22e1652\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"844\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world.webp\" class=\"attachment-full size-full wp-image-17532\" alt=\"FirstMold \u5728\u591a\u4e2a\u56fd\u5bb6\u8bbe\u6709\u5b50\u516c\u53f8\uff0c\u4e3a\u5168\u4e16\u754c\u63d0\u4f9b\u670d\u52a1\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world.webp 1500w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world-300x169.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world-1024x576.webp 1024w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world-768x432.webp 768w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world-18x10.webp 18w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a738fc8 e-con-full e-flex e-con e-child\" data-id=\"a738fc8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0733bb7 e-con-full e-flex e-con e-child\" data-id=\"0733bb7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49090f0 elementor-widget elementor-widget-ucaddon_image_card_content_box\" data-id=\"49090f0\" data-element_type=\"widget\" data-widget_type=\"ucaddon_image_card_content_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- start Image Card -->\n\t\t\t<style type=\"text\/css\">\/* widget: Image Card *\/\n\n.uc_classic_content *{\n\tbox-sizing: border-box;\n}\n\n#uc_image_card_content_box_elementor_49090f0 \n{\n\tfont-size:14px;\n\toverflow:hidden;\n\tcolor:#8a8a8a;\n\ttext-align:center;\n\tposition:relative;\n\twidth:100%;\n    box-shadow:rgba(0,0,0,0.10) 0px 5px 20px;\n}\n\n.uc_classic_content .uc_classic_content_content h2\n{\n\tfont-size:21px;\n    color:black;\n}\n\n.uc_classic_content .uc_classic_content_content p\n{\n\tline-height:1.5em;\n}\n\n.uc_classic_content .uc_classic_content_border\n{\n\tdisplay:block;\n    margin: 0 auto;\n}\n\n.uc_classic_content  .uc_classic_content_placeholder img\n{\n\twidth:100%;\n    object-fit:cover;\n}\n\n#uc_image_card_content_box_elementor_49090f0 .uc_classic_content_content \n{\n display: flex;\n flex-flow: column nowrap;\n}\n#uc_image_card_content_box_elementor_49090f0 .btn_wrap\n{\n  margin-top:auto;\n}\n#uc_image_card_content_box_elementor_49090f0 .uc_classic_content_content .uc_more_btn {\n\tdisplay:inline-block;\n\ttext-decoration:none;\n\ttransition: all 0.3s ease;\n    border-style:solid;\n    text-align:center;\n    \n\n}\n\n\n\n\n\n<\/style>\n\n\t\t\t<div class=\"uc_classic_content\" id=\"uc_image_card_content_box_elementor_49090f0\">\n  <span class=\"uc_classic_content_border\"><\/span>\n    \t<div class=\"uc_classic_content_container_holder\">\n                  \t<div class=\"uc_classic_content_placeholder\">\n                        \t\t<img decoding=\"async\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-China-Manufacturing-Base.webp\" alt=\"\u9996\u521b\u6a21\u5177\u4e2d\u56fd\u5236\u9020\u57fa\u5730\">\n                            <\/div>\n                      <div class=\"uc_classic_content_content\">\n                            <div class=\"ue-text\"><p>\u9996\u521b\u6a21\u5177\u4e2d\u56fd\u5236\u9020\u57fa\u5730<\/p><\/div>              \n              \n            <\/div>\n        <\/div>\n   <\/div>\n\t\t\t<!-- end Image Card -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1bdd83c e-con-full e-flex e-con e-child\" data-id=\"1bdd83c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aeab5d6 elementor-widget elementor-widget-ucaddon_image_card_content_box\" data-id=\"aeab5d6\" data-element_type=\"widget\" data-widget_type=\"ucaddon_image_card_content_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- start Image Card -->\n\t\t\t<style type=\"text\/css\">\/* widget: Image Card *\/\n\n.uc_classic_content *{\n\tbox-sizing: border-box;\n}\n\n#uc_image_card_content_box_elementor_aeab5d6 \n{\n\tfont-size:14px;\n\toverflow:hidden;\n\tcolor:#8a8a8a;\n\ttext-align:center;\n\tposition:relative;\n\twidth:100%;\n    box-shadow:rgba(0,0,0,0.10) 0px 5px 20px;\n}\n\n.uc_classic_content .uc_classic_content_content h2\n{\n\tfont-size:21px;\n    color:black;\n}\n\n.uc_classic_content .uc_classic_content_content p\n{\n\tline-height:1.5em;\n}\n\n.uc_classic_content .uc_classic_content_border\n{\n\tdisplay:block;\n    margin: 0 auto;\n}\n\n.uc_classic_content  .uc_classic_content_placeholder img\n{\n\twidth:100%;\n    object-fit:cover;\n}\n\n#uc_image_card_content_box_elementor_aeab5d6 .uc_classic_content_content \n{\n display: flex;\n flex-flow: column nowrap;\n}\n#uc_image_card_content_box_elementor_aeab5d6 .btn_wrap\n{\n  margin-top:auto;\n}\n#uc_image_card_content_box_elementor_aeab5d6 .uc_classic_content_content .uc_more_btn {\n\tdisplay:inline-block;\n\ttext-decoration:none;\n\ttransition: all 0.3s ease;\n    border-style:solid;\n    text-align:center;\n    \n\n}\n\n\n\n\n\n<\/style>\n\n\t\t\t<div class=\"uc_classic_content\" id=\"uc_image_card_content_box_elementor_aeab5d6\">\n  <span class=\"uc_classic_content_border\"><\/span>\n    \t<div class=\"uc_classic_content_container_holder\">\n                  \t<div class=\"uc_classic_content_placeholder\">\n                        \t\t<img decoding=\"async\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Mexico-Manufacturing-Base.webp\" alt=\"\u58a8\u897f\u54e5\u7b2c\u4e00\u6a21\u5177\u5236\u9020\u57fa\u5730\">\n                            <\/div>\n                      <div class=\"uc_classic_content_content\">\n                            <div class=\"ue-text\"><p>\u58a8\u897f\u54e5\u7b2c\u4e00\u6a21\u5177\u5236\u9020\u57fa\u5730<\/p><\/div>              \n              \n            <\/div>\n        <\/div>\n   <\/div>\n\t\t\t<!-- end Image Card -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fddf5b3 e-con-full fm2-section e-flex e-con e-parent\" data-id=\"fddf5b3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e890ebf e-con-full e-flex e-con e-child\" data-id=\"e890ebf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e6421c elementor-widget elementor-widget-heading\" data-id=\"5e6421c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u4f01\u4e1a\u6587\u5316<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7491eb2 e-con-full e-flex e-con e-child\" data-id=\"7491eb2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6139c2a elementor-widget elementor-widget-heading\" data-id=\"6139c2a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u6211\u4eec\u7684\u613f\u666f<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-237ae4e elementor-widget elementor-widget-heading\" data-id=\"237ae4e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u5236\u9020\u4e1a\u7684 \"\u4eba\u624d\u6447\u7bee \"\u76ee\u6807<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12ac05f e-con-full e-flex e-con e-child\" data-id=\"12ac05f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbcbe22 elementor-widget elementor-widget-heading\" data-id=\"cbcbe22\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u6211\u4eec\u7684\u4f7f\u547d<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48e6592 elementor-widget elementor-widget-heading\" data-id=\"48e6592\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u4e3a\u81ea\u5df1\u3001\u4e3a\u5236\u9020\u4e1a\u57f9\u517b\u4f18\u79c0\u5458\u5de5\u3002<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d5df755 e-con-full e-flex e-con e-child\" data-id=\"d5df755\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-688f6cd elementor-widget elementor-widget-heading\" data-id=\"688f6cd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u6211\u4eec\u7684\u4ef7\u503c\u89c2<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f79ffc elementor-widget elementor-widget-heading\" data-id=\"5f79ffc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u4f18\u79c0\u7684\u5458\u5de5\u662f\u6211\u4eec\u6700\u73cd\u89c6\u7684\u3002\u4f18\u79c0\u7684\u4f01\u4e1a\u662f\u5458\u5de5\u6700\u6e29\u6696\u7684 \"\u5bb6\"\u3002\u4f01\u4e1a\u4e0e\u5458\u5de5\u540c\u821f\u5171\u6d4e\uff0c\u624d\u80fd\u53d6\u5f97\u66f4\u5927\u7684\u8fdb\u6b65\u548c\u6210\u5c31\u3002<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0eb52b6 e-con-full e-flex e-con e-child\" data-id=\"0eb52b6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-accaeed e-con-full e-flex e-con e-child\" data-id=\"accaeed\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1c1c6a1 e-con-full e-flex e-con e-child\" data-id=\"1c1c6a1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbff146 elementor-widget elementor-widget-image\" data-id=\"cbff146\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"900\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/Happy-First-Mold-Curling-Event.webp\" class=\"attachment-full size-full wp-image-21471\" alt=\"\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/Happy-First-Mold-Curling-Event.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/Happy-First-Mold-Curling-Event-200x300.webp 200w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/Happy-First-Mold-Curling-Event-8x12.webp 8w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d97aa6 e-con-full elementor-hidden-tablet e-flex e-con e-child\" data-id=\"2d97aa6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33891f5 elementor-widget elementor-widget-image\" data-id=\"33891f5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"450\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Employee-Training.webp\" class=\"attachment-full size-full wp-image-21469\" alt=\"\u9996\u6279\u6a21\u5177\u5458\u5de5\u57f9\u8bad\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Employee-Training.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Employee-Training-300x225.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Employee-Training-16x12.webp 16w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0076eb3 elementor-widget elementor-widget-image\" data-id=\"0076eb3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"450\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Molds-Womens-Day-Dining-Event.webp\" class=\"attachment-full size-full wp-image-21470\" alt=\"\u7b2c\u4e00\u6a21\u5177\u516c\u53f8\u5987\u5973\u8282\u9910\u996e\u6d3b\u52a8\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Molds-Womens-Day-Dining-Event.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Molds-Womens-Day-Dining-Event-300x225.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Molds-Womens-Day-Dining-Event-16x12.webp 16w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a85304f e-con-full fm2-section e-flex e-con e-parent\" data-id=\"a85304f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-94d3a5f e-con-full e-flex e-con e-child\" data-id=\"94d3a5f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-55ba946 e-con-full e-flex e-con e-child\" data-id=\"55ba946\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ac5572 elementor-widget elementor-widget-heading\" data-id=\"2ac5572\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u6211\u4eec\u5408\u4f5c\u8fc7\u7684\u5ba2\u6237<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4cbb206 elementor-widget elementor-widget-heading\" data-id=\"4cbb206\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u6211\u4eec\u53d7\u5230 900 \u591a\u5bb6\u5ba2\u6237\u7684\u4fe1\u8d56<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b9d15fe e-con-full e-flex e-con e-child\" data-id=\"b9d15fe\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c44cab elementor-grid-6 elementor-grid-tablet-6 elementor-grid-mobile-3 pp-ins-normal elementor-widget elementor-widget-pp-image-gallery\" data-id=\"8c44cab\" data-element_type=\"widget\" data-settings=\"{&quot;columns&quot;:&quot;6&quot;,&quot;columns_tablet&quot;:&quot;6&quot;,&quot;columns_mobile&quot;:&quot;3&quot;}\" data-widget_type=\"pp-image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-image-gallery-container\" data-settings=\"{&quot;tilt_enable&quot;:&quot;no&quot;,&quot;layout&quot;:&quot;grid&quot;,&quot;post_id&quot;:541,&quot;template_id&quot;:541,&quot;widget_id&quot;:&quot;8c44cab&quot;}\">\n\t\t\t\t\t\t<div class=\"pp-image-gallery-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"pp-image-gallery pp-elementor-grid\" id=\"pp-image-gallery-8c44cab\">\n\t\t\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"21450\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/porta-logo.svg\" alt=\"\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"21449\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/intellian-logo.svg\" alt=\"\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"21448\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/crane-logo.svg\" alt=\"\u9e64\u6807\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15578\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/Biotherm.svg\" alt=\"\u78a7\u6b27\u6cc9\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15577\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/laifen.svg\" alt=\"\u6708\u6842\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15576\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/panasonic.svg\" alt=\"\u677e\u4e0b\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15219\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/BMW.svg\" alt=\"\u5b9d\u9a6c\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15218\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Bimotal.svg\" alt=\"Bimotal\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15217\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/APTIV.svg\" alt=\"APTIV\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15206\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/KOITO-logo.svg\" alt=\"KOITO \u5fbd\u6807\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15207\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/VALEO-logo.svg\" alt=\"VALEO \u5fbd\u6807\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15205\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/GE-logo.svg\" alt=\"\u901a\u7528\u7535\u6c14\u6807\u8bc6\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15204\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/FORD-logo.svg\" alt=\"\u798f\u7279\u6807\u5fd7\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15203\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/ABB-logo.svg\" alt=\"ABB \u5fbd\u6807\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12963\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/XPENG.svg\" alt=\"XPENG\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12953\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/PORSCHE.svg\" alt=\"\u4fdd\u65f6\u6377\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12959\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/TESLA.svg\" alt=\"\u7279\u65af\u62c9\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12947\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/HYCAN.svg\" alt=\"\u6d77\u76d0\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12948\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/kia.svg\" alt=\"\u8d77\u4e9a\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12944\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/HONDA.svg\" alt=\"\u672c\u7530\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12952\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/MAGNA.svg\" alt=\"\u9ea6\u683c\u7eb3\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12945\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/HONEYWELL.svg\" alt=\"\u970d\u5c3c\u97e6\u5c14\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12936\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/ADIENT.svg\" alt=\"ADIENT\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12941\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/EMERSON.svg\" alt=\"\u57c3\u9ed8\u68ee\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15220\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Intermas.svg\" alt=\"\u82f1\u7279\u739b\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15221\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Johnson-Control.svg\" alt=\"\u6c5f\u68ee\u81ea\u63a7\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15222\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Nissan.svg\" alt=\"\u65e5\u4ea7\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15223\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Nova.svg\" alt=\"\u8bfa\u74e6\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12958\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/SUMMIT.svg\" alt=\"\u5cf0\u4f1a\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed0bb8d e-con-full fm2-section elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"ed0bb8d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b6b0c1f e-con-full e-flex e-con e-child\" data-id=\"b6b0c1f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c9af62 elementor-widget elementor-widget-heading\" data-id=\"4c9af62\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u7ed9\u6211\u4eec\u7559\u8a00<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6fcec1 elementor-widget elementor-widget-text-editor\" data-id=\"f6fcec1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><div class=\"forminator-ui forminator-custom-form forminator-custom-form-25424 forminator-design--flat  forminator_ajax\" data-forminator-render=\"0\" data-form=\"forminator-module-25424\" data-uid=\"6a043c5606744\"><br\/><\/div><form\n\t\t\t\tid=\"forminator-module-25424\"\n\t\t\t\tclass=\"forminator-ui forminator-custom-form forminator-custom-form-25424 forminator-design--flat  forminator_ajax\"\n\t\t\t\tmethod=\"post\"\n\t\t\t\tdata-forminator-render=\"0\"\n\t\t\t\tdata-form-id=\"25424\"\n\t\t\t\tenctype=\"multipart\/form-data\" data-color-option=\"default\" data-design=\"flat\" data-grid=\"open\" style=\"display: none;\"\n\t\t\t\tdata-uid=\"6a043c5606744\" action=\"\"\n\t\t\t><div role=\"alert\" aria-live=\"polite\" class=\"forminator-response-message forminator-error\" aria-hidden=\"true\"><\/div><div class=\"forminator-row\"><div id=\"name-1\" class=\"forminator-field-name forminator-col forminator-col-6  form-name\"><div class=\"forminator-field\"><label for=\"forminator-field-name-1_6a043c5606744\" id=\"forminator-field-name-1_6a043c5606744-label\" class=\"forminator-label\">\u540d\u79f0 <span class=\"forminator-required\">*<\/span><\/label><input type=\"text\" name=\"name-1\" value=\"\" placeholder=\"\" id=\"forminator-field-name-1_6a043c5606744\" class=\"forminator-input forminator-name--field\" aria-required=\"true\" autocomplete=\"name\" \/><\/div><\/div><div id=\"text-1\" class=\"forminator-field-text forminator-col forminator-col-6  form-company\"><div class=\"forminator-field\"><label for=\"forminator-field-text-1_6a043c5606744\" id=\"forminator-field-text-1_6a043c5606744-label\" class=\"forminator-label\">\u516c\u53f8\u540d\u79f0<\/label><input type=\"text\" name=\"text-1\" value=\"\" placeholder=\"\" id=\"forminator-field-text-1_6a043c5606744\" class=\"forminator-input forminator-name--field\" data-required=\"\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"email-1\" class=\"forminator-field-email forminator-col forminator-col-6  form-email\"><div class=\"forminator-field\"><label for=\"forminator-field-email-1_6a043c5606744\" id=\"forminator-field-email-1_6a043c5606744-label\" class=\"forminator-label\">\u7535\u5b50\u90ae\u4ef6\u5730\u5740 <span class=\"forminator-required\">*<\/span><\/label><input type=\"email\" name=\"email-1\" value=\"\" placeholder=\"\" id=\"forminator-field-email-1_6a043c5606744\" class=\"forminator-input forminator-email--field\" data-required=\"true\" aria-required=\"true\" autocomplete=\"email\" \/><\/div><\/div><div id=\"phone-1\" class=\"forminator-field-phone forminator-col forminator-col-6  form-tel\"><div class=\"forminator-field\"><label for=\"forminator-field-phone-1_6a043c5606744\" id=\"forminator-field-phone-1_6a043c5606744-label\" class=\"forminator-label\">\u7535\u8bdd\/\u5fae\u4fe1<\/label><input type=\"text\" name=\"phone-1\" value=\"\" placeholder=\"\u4f8b\u5982\uff1a +1 3004005000\" id=\"forminator-field-phone-1_6a043c5606744\" class=\"forminator-input forminator-field--phone\" data-required=\"\" aria-required=\"false\" autocomplete=\"off\" data-validation=\"1\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"text-2\" class=\"forminator-field-text forminator-col forminator-col-6  form-company\"><div class=\"forminator-field\"><label for=\"forminator-field-text-2_6a043c5606744\" id=\"forminator-field-text-2_6a043c5606744-label\" class=\"forminator-label\">\u6750\u6599 <span class=\"forminator-required\">*<\/span><\/label><input type=\"text\" name=\"text-2\" value=\"\" placeholder=\"ABS\u3001PP\u3001\u94a2\u3001\u950c\u5408\u91d1\u7b49\u3002\" id=\"forminator-field-text-2_6a043c5606744\" class=\"forminator-input forminator-name--field\" data-required=\"1\" \/><\/div><\/div><div id=\"number-1\" class=\"forminator-field-number forminator-col forminator-col-6\"><div class=\"forminator-field\"><label for=\"forminator-field-number-1_6a043c5606744\" id=\"forminator-field-number-1_6a043c5606744-label\" class=\"forminator-label\">\u6570\u91cf <span class=\"forminator-required\">*<\/span><\/label><input name=\"number-1\" value=\"\" placeholder=\"\u8f93\u5165\u90e8\u4ef6\u7684\u6570\u91cf\u3002\" id=\"forminator-field-number-1_6a043c5606744\" class=\"forminator-input forminator-number--field\" inputmode=\"decimal\" data-required=\"1\" data-decimals=\"0\" aria-required=\"true\" data-inputmask=\"&#039;groupSeparator&#039;: &#039;&#039;, &#039;radixPoint&#039;: &#039;&#039;, &#039;digits&#039;: &#039;0&#039;\" data-hidden-behavior=\"zero\" type=\"number\" step=\"any\" min=\"\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-1\" class=\"forminator-field-textarea forminator-col forminator-col-12  form-upload\"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-1_6a043c5606744\" id=\"forminator-field-textarea-1_6a043c5606744-label\" class=\"forminator-label\">\u9879\u76ee\u8be6\u60c5<\/label><textarea name=\"textarea-1\" placeholder=\"\u8bf7\u5728\u6b64\u5904\u63d0\u4f9b\u6709\u5173\u9879\u76ee\u7684\u66f4\u591a\u4fe1\u606f\uff0c\u5982\u8868\u9762\u5904\u7406\u7c7b\u578b\u3001\u989c\u8272\u7b49\u3002\" id=\"forminator-field-textarea-1_6a043c5606744\" class=\"forminator-textarea\" rows=\"6\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"upload-1\" class=\"forminator-field-upload forminator-col forminator-col-12  fm-form-upload\"><div class=\"forminator-field\"><label for=\"forminator-field-upload-1_6a043c5606744\" id=\"forminator-field-upload-1_6a043c5606744-label\" class=\"forminator-label\">\u4e0a\u4f20\u60a8\u7684 3D \u6587\u4ef6\uff08\u5efa\u8bae\u4f7f\u7528 .stp\u3001.step\u3001.igs\u3001.iges\uff1bSTL \u6587\u4ef6\u53ef\u80fd\u4f1a\u5ef6\u8fdf\u62a5\u4ef7\u3002\uff09 <span class=\"forminator-required\">*<\/span><\/label><div class=\"forminator-multi-upload\" data-element=\"upload-1_6a043c5606744\"><input type=\"file\" name=\"upload-1[]\" id=\"forminator-field-upload-1_6a043c5606744\" class=\"forminator-input-file-required do-validate forminator-field-upload-1_6a043c5606744-25424\" multiple=\"multiple\" data-method=\"ajax\" accept=\".tar,.zip,.gz,.gzip,.7z,.svgz,.json,.webp,.png,.jpg,.jpeg,.jpe,.gif,.xlsx,.pdf,.doc,.pot,.pps,.ppt,.stl,.stp,.igs,.sldprt,.x_t,.DS_Store,.iges,.step,.obj,.abc,.prt\" data-size=\"200000000\" data-size-message=\"\u5141\u8bb8\u7684\u6700\u5927\u6587\u4ef6\u5927\u5c0f\u4e3a 200 MB\u3002 \" data-filetype=\"tar|zip|gz|gzip|7z|svgz|json|webp|png|jpg|jpeg|jpe|gif|xlsx|pdf|doc|pot|pps|ppt|stl|stp|igs|sldprt|x_t|DS_Store|iges|step|obj|abc|prt\" data-filetype-message=\"\u4e0d\u5141\u8bb8\u6587\u4ef6\u6269\u5c55\u540d\u3002\"><div class=\"forminator-multi-upload-message\" aria-hidden=\"true\"><span class=\"forminator-icon-upload\" aria-hidden=\"true\"><\/span><p>\u62d6\u653e\uff08\u6216\uff09<a class=\"forminator-upload-file--forminator-field-upload-1_6a043c5606744\" href=\"#\" onclick=\"return false;\">\u9009\u62e9\u6587\u4ef6<\/a><\/p><\/div><\/div><ul class=\"forminator-uploaded-files upload-container-upload-1_6a043c5606744\"><\/ul><\/div><\/div><\/div><input type=\"hidden\" name=\"referer_url\" value=\"\" \/><div class=\"forminator-row forminator-row-last\"><div class=\"forminator-col\"><div class=\"forminator-field\"><button class=\"forminator-button forminator-button-submit\">\u63d0\u4ea4<\/button><\/div><\/div><\/div><input type=\"hidden\" id=\"forminator_nonce\" name=\"forminator_nonce\" value=\"7abd8a5b0f\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/zh\/wp-json\/wp\/v2\/pages\/541\" \/><input type=\"hidden\" name=\"form_id\" value=\"25424\"><input type=\"hidden\" name=\"page_id\" value=\"541\"><input type=\"hidden\" name=\"form_type\" value=\"default\"><input type=\"hidden\" name=\"current_url\" value=\"https:\/\/firstmold.com\/zh\/about-us\/\"><input type=\"hidden\" name=\"render_id\" value=\"0\"><input type=\"hidden\" name=\"forminator-multifile-hidden\" class=\"forminator-multifile-hidden\"><input type=\"hidden\" name=\"action\" value=\"forminator_submit_form_custom-forms\"><input type=\"hidden\" name=\"trp-form-language\" value=\"zh\"\/><\/form><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bce7db8 elementor-widget elementor-widget-heading\" data-id=\"bce7db8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u6211\u4eec\u53ef\u4ee5\u5728\u62a5\u4ef7\u524d\u7b7e\u7f72\u4fdd\u5bc6\u534f\u8bae\uff01<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>First Mold \u4e3a\u4f17\u591a\u884c\u4e1a\u63d0\u4f9b\u5168\u9762\u7684\u5236\u9020\u89e3\u51b3\u65b9\u6848\uff0c\u5305\u62ec\u6ce8\u5851\u6210\u578b\u3001\u539f\u578b\u3001\u6a21\u5177\u5236\u9020\u7b49\u3002<\/p>","protected":false},"author":5,"featured_media":17542,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-541","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.3 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>About First Mold | Advanced Parts Manufacturers<\/title>\n<meta name=\"description\" content=\"First Mold provides comprehensive manufacturing solutions including injection molding, prototype, mold making, and more for many industries.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/firstmold.com\/zh\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us\" \/>\n<meta property=\"og:description\" content=\"First Mold provides comprehensive manufacturing solutions including injection molding, prototype, mold making, and more for many industries.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/firstmold.com\/zh\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"First Mold\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.youtube.com\/@firstmold\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-30T08:51:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@firstmold2011\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/\",\"url\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/\",\"name\":\"About First Mold | Advanced Parts Manufacturers\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/About-FirstMold-featured-image.jpg\",\"datePublished\":\"2018-11-27T01:17:08+00:00\",\"dateModified\":\"2025-10-30T08:51:33+00:00\",\"description\":\"First Mold provides comprehensive manufacturing solutions including injection molding, prototype, mold making, and more for many industries.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/firstmold.com\\\/about-us\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#primaryimage\",\"url\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/About-FirstMold-featured-image.jpg\",\"contentUrl\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/About-FirstMold-featured-image.jpg\",\"width\":800,\"height\":800,\"caption\":\"About FirstMold featured image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/firstmold.com\\\/zh\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/#website\",\"url\":\"https:\\\/\\\/firstmold.com\\\/\",\"name\":\"First Mold Manufacturing Limited | MFG\",\"description\":\"First Mold Official Website\",\"publisher\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/#organization\"},\"alternateName\":\"Parts Manufacturing Company | First Mold\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/firstmold.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/#organization\",\"name\":\"First Mold Manufacturing Limited\",\"alternateName\":\"First Mold\",\"url\":\"https:\\\/\\\/firstmold.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png\",\"contentUrl\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png\",\"width\":696,\"height\":696,\"caption\":\"First Mold Manufacturing Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@firstmold\",\"https:\\\/\\\/x.com\\\/firstmold2011\",\"https:\\\/\\\/mastodon.social\\\/@firstmold\"],\"address\":[{\"@type\":\"PostalAddress\",\"name\":\"China Base\",\"streetAddress\":\"88 West Shagang Road, Gangkou Town\",\"addressLocality\":\"Zhongshan City\",\"addressRegion\":\"Guangdong\",\"postalCode\":\"528447\",\"addressCountry\":\"CN\"},{\"@type\":\"PostalAddress\",\"name\":\"Mexico Factory\",\"streetAddress\":\"Nave ISK-8, Parque Industrial y Log\u00edstico Sky Plus, Avenida Mineral de Cinco Se\u00f1ores No.100, del Parque Industrial Santa Fe\",\"addressLocality\":\"Silao de la Victoria\",\"addressRegion\":\"Guanajuato\",\"postalCode\":\"36270\",\"addressCountry\":\"MX\"},{\"@type\":\"PostalAddress\",\"name\":\"France Branch\",\"streetAddress\":\"2 Bis avenue des Cistes\",\"addressLocality\":\"Roquefort -la-Bedoule\",\"postalCode\":\"13830\",\"addressCountry\":\"FR\"},{\"@type\":\"PostalAddress\",\"name\":\"Singapore Branch\",\"streetAddress\":\"60 Paya Lebar Road #08-55\",\"addressLocality\":\"Singapore\",\"postalCode\":\"409051\",\"addressCountry\":\"SG\"}],\"description\":\"First Mold, whose full name is First Mold Manufacturing Limited, is a large-scale manufacturing company specializing in mold manufacturing, injection molding services, CNC machining, and rapid prototyping. With production bases in both China and Mexico, First Mold serves a global clientele.\",\"email\":\"marketing@firstmold.com\",\"telephone\":\"+86 18928160183\",\"legalName\":\"First Mold Manufacturing Limited\",\"foundingDate\":\"2012-02-19\",\"duns\":\"60-139-1218\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u5173\u4e8e First Mold | \u5148\u8fdb\u96f6\u90e8\u4ef6\u5236\u9020\u5546","description":"First Mold \u4e3a\u4f17\u591a\u884c\u4e1a\u63d0\u4f9b\u5168\u9762\u7684\u5236\u9020\u89e3\u51b3\u65b9\u6848\uff0c\u5305\u62ec\u6ce8\u5851\u6210\u578b\u3001\u539f\u578b\u3001\u6a21\u5177\u5236\u9020\u7b49\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/firstmold.com\/zh\/about-us\/","og_locale":"zh_CN","og_type":"article","og_title":"About Us","og_description":"First Mold provides comprehensive manufacturing solutions including injection molding, prototype, mold making, and more for many industries.","og_url":"https:\/\/firstmold.com\/zh\/about-us\/","og_site_name":"First Mold","article_publisher":"https:\/\/www.youtube.com\/@firstmold","article_modified_time":"2025-10-30T08:51:33+00:00","og_image":[{"width":800,"height":800,"url":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@firstmold2011","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"11 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/firstmold.com\/about-us\/","url":"https:\/\/firstmold.com\/about-us\/","name":"\u5173\u4e8e First Mold | \u5148\u8fdb\u96f6\u90e8\u4ef6\u5236\u9020\u5546","isPartOf":{"@id":"https:\/\/firstmold.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/firstmold.com\/about-us\/#primaryimage"},"image":{"@id":"https:\/\/firstmold.com\/about-us\/#primaryimage"},"thumbnailUrl":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg","datePublished":"2018-11-27T01:17:08+00:00","dateModified":"2025-10-30T08:51:33+00:00","description":"First Mold \u4e3a\u4f17\u591a\u884c\u4e1a\u63d0\u4f9b\u5168\u9762\u7684\u5236\u9020\u89e3\u51b3\u65b9\u6848\uff0c\u5305\u62ec\u6ce8\u5851\u6210\u578b\u3001\u539f\u578b\u3001\u6a21\u5177\u5236\u9020\u7b49\u3002","breadcrumb":{"@id":"https:\/\/firstmold.com\/about-us\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/firstmold.com\/about-us\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/firstmold.com\/about-us\/#primaryimage","url":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg","contentUrl":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg","width":800,"height":800,"caption":"About FirstMold featured image"},{"@type":"BreadcrumbList","@id":"https:\/\/firstmold.com\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/firstmold.com\/zh\/"},{"@type":"ListItem","position":2,"name":"About Us"}]},{"@type":"WebSite","@id":"https:\/\/firstmold.com\/#website","url":"https:\/\/firstmold.com\/","name":"\u7b2c\u4e00\u6a21\u5177\u5236\u9020\u6709\u9650\u516c\u53f8 | MFG","description":"First Mold \u5b98\u65b9\u7f51\u7ad9","publisher":{"@id":"https:\/\/firstmold.com\/#organization"},"alternateName":"Parts Manufacturing Company | First Mold","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/firstmold.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/firstmold.com\/#organization","name":"\u7b2c\u4e00\u6a21\u5177\u5236\u9020\u6709\u9650\u516c\u53f8","alternateName":"First Mold","url":"https:\/\/firstmold.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/firstmold.com\/#\/schema\/logo\/image\/","url":"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/06\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png","contentUrl":"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/06\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png","width":696,"height":696,"caption":"First Mold Manufacturing Limited"},"image":{"@id":"https:\/\/firstmold.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@firstmold","https:\/\/x.com\/firstmold2011","https:\/\/mastodon.social\/@firstmold"],"address":[{"@type":"PostalAddress","name":"China Base","streetAddress":"88 West Shagang Road, Gangkou Town","addressLocality":"Zhongshan City","addressRegion":"Guangdong","postalCode":"528447","addressCountry":"CN"},{"@type":"PostalAddress","name":"Mexico Factory","streetAddress":"Nave ISK-8, Parque Industrial y Log\u00edstico Sky Plus, Avenida Mineral de Cinco Se\u00f1ores No.100, del Parque Industrial Santa Fe","addressLocality":"Silao de la Victoria","addressRegion":"Guanajuato","postalCode":"36270","addressCountry":"MX"},{"@type":"PostalAddress","name":"France Branch","streetAddress":"2 Bis avenue des Cistes","addressLocality":"Roquefort -la-Bedoule","postalCode":"13830","addressCountry":"FR"},{"@type":"PostalAddress","name":"Singapore Branch","streetAddress":"60 Paya Lebar Road #08-55","addressLocality":"Singapore","postalCode":"409051","addressCountry":"SG"}],"description":"First Mold \u7684\u5168\u79f0\u662f First Mold Manufacturing Limited\uff0c\u662f\u4e00\u5bb6\u4e13\u4e1a\u4ece\u4e8b\u6a21\u5177\u5236\u9020\u3001\u6ce8\u5851\u6210\u578b\u670d\u52a1\u3001\u6570\u63a7\u52a0\u5de5\u548c\u5feb\u901f\u6210\u578b\u7684\u5927\u578b\u5236\u9020\u4f01\u4e1a\u3002First Mold \u5728\u4e2d\u56fd\u548c\u58a8\u897f\u54e5\u5747\u8bbe\u6709\u751f\u4ea7\u57fa\u5730\uff0c\u4e3a\u5168\u7403\u5ba2\u6237\u63d0\u4f9b\u670d\u52a1\u3002","email":"marketing@firstmold.com","telephone":"+86 18928160183","legalName":"First Mold Manufacturing Limited","foundingDate":"2012-02-19","duns":"60-139-1218","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}}]}},"_links":{"self":[{"href":"https:\/\/firstmold.com\/zh\/wp-json\/wp\/v2\/pages\/541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/firstmold.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/firstmold.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/firstmold.com\/zh\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/firstmold.com\/zh\/wp-json\/wp\/v2\/comments?post=541"}],"version-history":[{"count":28,"href":"https:\/\/firstmold.com\/zh\/wp-json\/wp\/v2\/pages\/541\/revisions"}],"predecessor-version":[{"id":36720,"href":"https:\/\/firstmold.com\/zh\/wp-json\/wp\/v2\/pages\/541\/revisions\/36720"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/firstmold.com\/zh\/wp-json\/wp\/v2\/media\/17542"}],"wp:attachment":[{"href":"https:\/\/firstmold.com\/zh\/wp-json\/wp\/v2\/media?parent=541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}