{"id":104,"date":"2026-05-20T11:29:46","date_gmt":"2026-05-20T03:29:46","guid":{"rendered":"https:\/\/zhenmiao-electronic.com\/?page_id=104"},"modified":"2026-06-05T21:05:10","modified_gmt":"2026-06-05T13:05:10","slug":"smt","status":"publish","type":"page","link":"https:\/\/zhenmiao-electronic.com\/?page_id=104","title":{"rendered":"04"},"content":{"rendered":"<style>\n        \/* \u5168\u5c40\u6837\u5f0f\u91cd\u7f6e *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            line-height: 1.6;\n        }<\/p>\n<p>        \/* \u5bfc\u822a\u680f\u6837\u5f0f *\/\n        nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1rem 5%;\n            background: #000;\n            color: #fff;\n        }\n        .nav-logo {\n            color: #fff;\n            text-decoration: none;\n            font-weight: bold;\n            line-height: 1.4;\n        }\n        .nav-links a {\n            color: #fff;\n            text-decoration: none;\n            margin-left: 2rem;\n        }<\/p>\n<p>        \/* \u9875\u9762\u5934\u90e8 *\/\n        .page-header {\n            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https:\/\/zhenmiao-electronic.com\/wp-content\/uploads\/2026\/05\/pcb-bg.jpg');\n            background-size: cover;\n            background-position: center;\n            color: #fff;\n            padding: 5rem 5%;\n            text-align: center;\n        }\n        .page-header .section-tag {\n            color: #d4af37;\n            margin-bottom: 1rem;\n        }\n        .page-header h1 {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n        .page-header h1 em {\n            font-style: italic;\n            color: #d4af37;\n        }\n        .page-header p {\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.8;\n        }<\/p>\n<p>        \/* ==================\u670d\u52a1\u4ecb\u7ecd\uff1a\u5de6\u53f3\u540c\u884c\uff0c\u56fe\u7247\u9876\u90e8\u548c\u6807\u7b7e\u6587\u5b57\u5e73\u9f50================== *\/\n        .service-intro {\n            display: grid;\n            grid-template-columns: 1fr 0.7fr;\n            gap: 4rem;\n            padding: 5rem 5%;\n            align-items: flex-start; \/* \u9876\u90e8\u5bf9\u9f50\u540c\u4e00\u6c34\u5e73\u7ebf *\/\n            background: #f8f5f0;\n        }<\/p>\n<p>        .section-tag {\n            color: #d4af37;\n            font-size: 0.9rem;\n            letter-spacing: 2px;\n            margin-bottom: 0.5rem;\n        }\n        .section-title {\n            font-size: 2rem;\n            margin-bottom: 1rem;\n            color: #111;\n        }\n        .section-desc {\n            color: #555;\n            margin-bottom: 1.5rem;\n        }\n        .intro-features {\n            list-style: none;\n        }\n        .intro-features li {\n            padding: 0.5rem 0;\n            color: #333;\n        }<\/p>\n<p>        \/* \u53f3\u4fa7\u7f29\u5c0f\u56fe\u7247\uff0c\u9876\u90e8\u548c\u5de6\u8fb9section-tag\u9f50\u5e73 *\/\n        .intro-img-wrapper {\n            width: 100%;\n            max-width: 400px;\n            margin-top: 0; \/* \u53d6\u6d88\u4e0a\u8fb9\u8ddd\uff0c\u4e0a\u79fb\u5bf9\u9f50 *\/\n            margin-left: auto;\n            background: #e8e4df;\n            border-radius: 8px;\n            padding:10px;\n        }\n        .intro-img-wrapper img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }<\/p>\n<p>        \/* \u751f\u4ea7\u5b9e\u62cd 2*2\u5e03\u5c40 *\/\n        .gallery {\n            padding: 5rem 5%;\n            background: #fff;\n        }\n        .gallery .section-tag {\n            color: #d4af37;\n        }\n        .gallery .section-title {\n            color: #111;\n        }\n        .gallery .section-desc {\n            color: #555;\n        }\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin-top: 30px;\n        }\n        .gallery-item {\n            overflow: hidden;\n            border-radius: 8px;\n            height: 260px;\n        }\n        .gallery-item img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.3s ease;\n        }\n        .gallery-item img:hover {\n            transform: scale(1.05);\n        }<\/p>\n<p>        \/* \u5de5\u827a\u6d41\u7a0b *\/\n        .process {\n            padding: 5rem 5%;\n            background: #fff;\n        }\n        .process-steps {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n        .process-step {\n            text-align: center;\n        }\n        .step-num {\n            width: 60px;\n            height: 60px;\n            background: #d4af37;\n            color: #fff;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1rem;\n            font-size: 1.5rem;\n            font-weight: bold;\n        }\n        .step-title {\n            font-size: 1.2rem;\n            margin-bottom: 0.5rem;\n            color: #111;\n        }\n        .step-desc {\n            color: #555;\n        }<\/p>\n<p>        \/* \u884c\u52a8\u53ec\u5524 *\/\n        .page-cta {\n            background: #000;\n            color: #fff;\n            padding: 5rem 5%;\n            text-align: center;\n        }\n        .page-cta h2 {\n            margin-bottom: 1rem;\n        }\n        .page-cta p {\n            max-width: 600px;\n            margin: 0 auto 2rem;\n            opacity: 0.8;\n        }\n        .btn-primary {\n            background: #d4af37;\n            color: #000;\n            padding: 0.8rem 2rem;\n            border-radius: 4px;\n            text-decoration: none;\n            font-weight: bold;\n            transition: background 0.3s ease;\n        }\n        .btn-primary:hover {\n            background: #c09a2b;\n        }<\/p>\n<p>        \/* \u9875\u811a *\/\n        footer {\n            background: #111;\n            color: #fff;\n            padding: 2rem 5%;\n            text-align: center;\n        }\n        .footer-logo {\n            margin-bottom: 0.5rem;\n        }\n        .footer-copy {\n            opacity: 0.6;\n            font-size: 0.9rem;\n        }<\/p>\n<p>        \/* \u79fb\u52a8\u7aef\u9002\u914d *\/\n        @media (max-width: 768px) {\n            .nav-links {\n                display: none;\n            }\n            .service-intro {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n            .intro-img-wrapper{\n                max-width:100%;\n                margin:0 auto;\n            }\n            .gallery-grid {\n                grid-template-columns: 1fr;\n            }\n            .process-steps {\n                grid-template-columns: 1fr;\n            }\n            .page-header h1 {\n                font-size: 2rem;\n            }\n        }\n    <\/style>\n<p><\/head><\/p>\n<p><!-- NAV --><\/p>\n<nav>\n    <a class=\"nav-logo\" href=\"\/\"><br \/>\n        \u699b\u5999\u7535\u5b50<br \/>\n        ZHENMIAO ELECTRONICS<br \/>\n    <\/a><\/p>\n<div class=\"nav-links\">\n        <a href=\"\/\">\u9996\u9875<\/a><br \/>\n        <a href=\"\/#products\">\u4ea7\u54c1\u670d\u52a1<\/a><br \/>\n        <a href=\"\/#about\">\u5173\u4e8e\u6211\u4eec<\/a><br \/>\n        <a href=\"\/#contact\">\u8054\u7cfb\u6211\u4eec<\/a>\n    <\/div>\n<\/nav>\n<p><!-- PAGE HEADER --><\/p>\n<section class=\"page-header\">\n<div class=\"section-tag\">\u670d\u52a1\u8be6\u60c5<\/div>\n<h1><em>SMT<\/em> \u8d34\u7247\u52a0\u5de5\u53ca\u6279\u91cf\u751f\u4ea7<\/h1>\n<p>\u914d\u5907\u5148\u8fdb SMT \u8d34\u88c5\u751f\u4ea7\u7ebf\uff0c\u4ece\u9521\u818f\u5370\u5237\u3001\u5143\u4ef6\u8d34\u88c5\u5230\u56de\u6d41\u710a\u63a5\uff0c\u5168\u6d41\u7a0b\u81ea\u52a8\u5316\u63a7\u5236\uff0c\u786e\u4fdd\u6bcf\u4e00\u5757 PCB \u7684\u8d34\u88c5\u7cbe\u5ea6\u4e0e\u710a\u63a5\u8d28\u91cf\u3002<\/p>\n<\/section>\n<p><!-- SERVICE INTRO \u5de6\u6587\u5b57 \u53f3\u56fe\u7247 \u9876\u90e8\u540c\u6c34\u5e73\u7ebf --><\/p>\n<section class=\"service-intro\">\n<div class=\"intro-text\">\n<div class=\"section-tag\">\u670d\u52a1\u6982\u8ff0<\/div>\n<h2 class=\"section-title\">\u9ad8\u6548\u7a33\u5b9a\u7684 SMT \u7ec4\u88c5\u52a0\u5de5<\/h2>\n<p class=\"section-desc\">\u6211\u4eec\u62e5\u6709\u591a\u6761\u5168\u81ea\u52a8 SMT \u751f\u4ea7\u7ebf\uff0c\u652f\u6301 01005 \u8d85\u5fae\u578b\u5143\u4ef6\u5230\u5927\u578b BGA \u5c01\u88c5\u7684\u5168\u8303\u56f4\u8d34\u88c5\uff0c\u65e5\u4ea7\u80fd\u53ef\u8fbe\u6570\u5341\u4e07\u70b9\uff0c\u6ee1\u8db3\u4ece\u6837\u677f\u8bd5\u5236\u5230\u5927\u6279\u91cf\u751f\u4ea7\u7684\u5404\u7c7b\u9700\u6c42\u3002<\/p>\n<ul class=\"intro-features\">\n<li>\u9ad8\u7cbe\u5ea6\u8d34\u7247\u673a\uff0c\u8d34\u88c5\u7cbe\u5ea6\u8fbe \u00b10.035mm\uff0c\u652f\u6301 01005 \u81f3 50\u00d750mm BGA<\/li>\n<li>\u5168\u81ea\u52a8\u9521\u818f\u5370\u5237 + SPI \u68c0\u6d4b\uff0c\u786e\u4fdd\u5370\u5237\u8d28\u91cf\u4e00\u81f4\u6027<\/li>\n<li>\u5341\u6e29\u533a\u56de\u6d41\u710a\u7089\uff0c\u7cbe\u51c6\u6e29\u63a7\u66f2\u7ebf\uff0c\u9002\u914d\u65e0\u94c5 \/ \u6709\u94c5\u5de5\u827a<\/li>\n<li>AOI + X-RAY \u53cc\u91cd\u68c0\u6d4b\uff0c\u7f3a\u9677\u68c0\u51fa\u7387 > 99.5%<\/li>\n<li>\u652f\u6301\u5355\u9762\u677f\u3001\u53cc\u9762\u677f\u3001\u591a\u5c42\u677f\u53ca\u67d4\u6027\u677f\u8d34\u88c5<\/li>\n<\/ul><\/div>\n<div class=\"intro-img-wrapper\">\n        <img decoding=\"async\" src=\"https:\/\/zhenmiao-electronic.com\/wp-content\/uploads\/2026\/06\/fVWyaMlo4.jpeg\" alt=\"SMT\u751f\u4ea7\u7ebf\">\n    <\/div>\n<\/section>\n<p><!-- GALLERY 2*2\u56db\u56fe\u5e03\u5c40 --><\/p>\n<section class=\"gallery\">\n<div class=\"section-tag\">\u751f\u4ea7\u5b9e\u62cd<\/div>\n<h2 class=\"section-title\">SMT \u751f\u4ea7\u7ebf\u5b9e\u666f<\/h2>\n<p class=\"section-desc\">\u4ece\u7cbe\u5bc6\u8d34\u7247\u5230\u6279\u91cf\u4ea7\u51fa\uff0c\u6bcf\u4e00\u4e2a\u73af\u8282\u90fd\u4e25\u683c\u628a\u63a7\uff0c\u786e\u4fdd\u4ea7\u54c1\u4ea4\u4ed8\u54c1\u8d28\u3002<\/p>\n<div class=\"gallery-grid\">\n<div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/zhenmiao-electronic.com\/wp-content\/uploads\/2026\/05\/ca819c1b80842e7eb025a3f1cc9923a3-scaled.jpeg\" alt=\"SMT\u751f\u4ea7\u5b9e\u666f\">\n        <\/div>\n<div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/zhenmiao-electronic.com\/wp-content\/uploads\/2026\/05\/fUlqplZuG-scaled.jpeg\" alt=\"\u8d34\u7247\u8bbe\u5907\">\n        <\/div>\n<div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/zhenmiao-electronic.com\/wp-content\/uploads\/2026\/05\/2f5e825d423a7d52a7dde3e08c32bd37-scaled.jpeg\" alt=\"\u751f\u4ea7\u7ebf\u4f5c\u4e1a\">\n        <\/div>\n<div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/zhenmiao-electronic.com\/wp-content\/uploads\/2026\/05\/SMT\u8d34\u88c53.jpeg\" alt=\"SMT\u8d34\u88c5\u5b9e\u666f\">\n        <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- PROCESS --><\/p>\n<section class=\"process\">\n<div class=\"section-tag\">\u5de5\u827a\u6d41\u7a0b<\/div>\n<h2 class=\"section-title\">SMT \u751f\u4ea7\u5168\u6d41\u7a0b<\/h2>\n<p class=\"section-desc\">\u6807\u51c6\u5316\u4f5c\u4e1a\u6d41\u7a0b\uff0c\u6bcf\u4e2a\u73af\u8282\u53ef\u8ffd\u6eaf\uff0c\u786e\u4fdd\u4ea4\u4ed8\u54c1\u8d28\u7a33\u5b9a\u3002<\/p>\n<div class=\"process-steps\">\n<div class=\"process-step\">\n<div class=\"step-num\">01<\/div>\n<div class=\"step-title\">\u9521\u818f\u5370\u5237<\/div>\n<div class=\"step-desc\">\u5168\u81ea\u52a8\u9521\u818f\u5370\u5237\u673a + SPI \u4e09\u7ef4\u68c0\u6d4b\uff0c\u786e\u4fdd\u9521\u818f\u91cf\u4e0e\u4f4d\u7f6e\u7cbe\u51c6<\/div>\n<\/p><\/div>\n<div class=\"process-step\">\n<div class=\"step-num\">02<\/div>\n<div class=\"step-title\">\u5143\u4ef6\u8d34\u88c5<\/div>\n<div class=\"step-desc\">\u9ad8\u901f\u8d34\u7247\u673a\u7cbe\u51c6\u62fe\u53d6\u653e\u7f6e\uff0c\u652f\u6301 01005 \u81f3\u5927\u578b BGA \u5168\u8303\u56f4<\/div>\n<\/p><\/div>\n<div class=\"process-step\">\n<div class=\"step-num\">03<\/div>\n<div class=\"step-title\">\u56de\u6d41\u710a\u63a5<\/div>\n<div class=\"step-desc\">\u5341\u6e29\u533a\u6c2e\u6c14\u56de\u6d41\u710a\uff0c\u7cbe\u51c6\u6e29\u63a7\u66f2\u7ebf\uff0c\u710a\u63a5\u8d28\u91cf\u7a33\u5b9a\u53ef\u9760<\/div>\n<\/p><\/div>\n<div class=\"process-step\">\n<div class=\"step-num\">04<\/div>\n<div class=\"step-title\">\u68c0\u6d4b\u51fa\u8d27<\/div>\n<div class=\"step-desc\">AOI \u5149\u5b66\u68c0\u6d4b + X-RAY \u900f\u89c6\u68c0\u6d4b\uff0c\u786e\u4fdd\u96f6\u7f3a\u9677\u4ea4\u4ed8<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- CTA --><\/p>\n<section class=\"page-cta\">\n<h2>\u9700\u8981 SMT \u8d34\u7247\u52a0\u5de5\u670d\u52a1\uff1f<\/h2>\n<p>\u65e0\u8bba\u60a8\u662f\u6837\u677f\u8bd5\u5236\u8fd8\u662f\u5927\u6279\u91cf\u751f\u4ea7\uff0c\u6211\u4eec\u7684\u56e2\u961f\u90fd\u80fd\u4e3a\u60a8\u63d0\u4f9b\u9ad8\u6548\u3001\u53ef\u9760\u7684\u8d34\u88c5\u89e3\u51b3\u65b9\u6848\u3002<\/p>\n<p>    <a class=\"btn-primary\" href=\"\/#contact\">\u83b7\u53d6\u62a5\u4ef7<\/a><br \/>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer>\n<div class=\"footer-logo\">\u4e0a\u6d77\u699b\u5999\u7535\u5b50\u4fe1\u606f\u79d1\u6280\u6709\u9650\u516c\u53f8<\/div>\n<div class=\"footer-copy\">\u00a9 2024 ZM-SHZM \u00b7 PCB\/FPC \u00b7 SHANGHAI<\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>\u699b\u5999\u7535\u5b50 ZHENMIAO ELECTRONICS \u9996\u9875 \u4ea7\u54c1\u670d\u52a1 \u5173\u4e8e\u6211\u4eec \u8054\u7cfb\u6211\u4eec \u670d\u52a1\u8be6\u60c5 SMT \u8d34\u7247 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-104","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zhenmiao-electronic.com\/index.php?rest_route=\/wp\/v2\/pages\/104","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zhenmiao-electronic.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zhenmiao-electronic.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zhenmiao-electronic.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhenmiao-electronic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=104"}],"version-history":[{"count":33,"href":"https:\/\/zhenmiao-electronic.com\/index.php?rest_route=\/wp\/v2\/pages\/104\/revisions"}],"predecessor-version":[{"id":301,"href":"https:\/\/zhenmiao-electronic.com\/index.php?rest_route=\/wp\/v2\/pages\/104\/revisions\/301"}],"wp:attachment":[{"href":"https:\/\/zhenmiao-electronic.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}