{"id":1646,"date":"2026-03-02T10:29:34","date_gmt":"2026-03-02T02:29:34","guid":{"rendered":"https:\/\/www.fujing.hk\/?page_id=1646"},"modified":"2026-03-04T11:44:01","modified_gmt":"2026-03-04T03:44:01","slug":"%e4%ba%a7%e5%93%81%e4%ba%8c%ef%bc%9a%e6%99%ba%e8%83%bd%e8%b4%a7%e6%9e%b6","status":"publish","type":"page","link":"https:\/\/www.fujing.hk\/?page_id=1646","title":{"rendered":"\u667a\u80fd\u8d27\u67b6"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u667a\u80fd\u4ed3\u50a8\u8d27\u67b6 &#8211; \u4e13\u4e1a\u4ed3\u50a8\u89e3\u51b3\u65b9\u6848<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: \"Microsoft YaHei\", sans-serif;\n        }\n        body {\n            background-color: #fff8f2; \/* \u6d45\u6a59\u5e95\u8272 *\/\n            color: #333;\n            line-height: 1.7;\n        }\n        header {\n            background-color: #f5a97d; \/* \u4e3b\u6d45\u6a59\u8272 *\/\n            color: #fff;\n            padding: 1.5rem 5%;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n        header h1 {\n            font-size: 2rem;\n            font-weight: 600;\n        }\n        nav {\n            margin-top: 0.8rem;\n        }\n        nav a {\n            color: #fff;\n            text-decoration: none;\n            margin-right: 1.5rem;\n            font-size: 1rem;\n            transition: color 0.3s;\n        }\n        nav a:hover {\n            color: #e67e22; \/* \u6df1\u6a59\u5f3a\u8c03\u8272 *\/\n        }\n        .container {\n            max-width: 1200px;\n            margin: 2rem auto;\n            padding: 0 5%;\n        }\n        .section-title {\n            font-size: 1.8rem;\n            color: #333;\n            margin-bottom: 1.2rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 2px solid #f9b384; \/* \u6d45\u6a59\u8fb9\u6846 *\/\n        }\n        .overview {\n            background-color: white;\n            padding: 2rem;\n            border-radius: 8px;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n            margin-bottom: 2.5rem;\n        }\n        .overview p {\n            margin-bottom: 1rem;\n            font-size: 1rem;\n        }\n        .product-types {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 2.5rem;\n        }\n        .product-card {\n            background-color: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n            transition: transform 0.3s;\n            border-top: 3px solid #f9b384; \/* \u6d45\u6a59\u9876\u8fb9 *\/\n        }\n        .product-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 4px 15px rgba(249, 179, 132, 0.2); \/* \u6d45\u6a59\u9634\u5f71 *\/\n        }\n        .product-card img {\n            width: 100%;\n            height: 220px;\n            object-fit: cover;\n        }\n        .product-info {\n            padding: 1.5rem;\n        }\n        .product-info h3 {\n            font-size: 1.3rem;\n            color: #e67e22; \/* \u6df1\u6a59\u6807\u9898 *\/\n            margin-bottom: 0.8rem;\n        }\n        .product-info p {\n            font-size: 0.95rem;\n            color: #666;\n        }\n        .tech-features {\n            background-color: white;\n            padding: 2rem;\n            border-radius: 8px;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n            margin-bottom: 2.5rem;\n        }\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n        }\n        .feature-item {\n            padding: 1rem;\n            border-left: 3px solid #f9b384; \/* \u6d45\u6a59\u5de6\u4fa7\u8fb9\u6846 *\/\n        }\n        .feature-item h4 {\n            font-size: 1.1rem;\n            color: #e67e22; \/* \u6df1\u6a59\u5c0f\u6807\u9898 *\/\n            margin-bottom: 0.5rem;\n        }\n        .feature-item p {\n            font-size: 0.9rem;\n            color: #666;\n        }\n        .gallery {\n            margin-bottom: 2.5rem;\n        }\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1rem;\n        }\n        .gallery-item {\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            transition: all 0.3s;\n        }\n        .gallery-item:hover {\n            transform: scale(1.02);\n            box-shadow: 0 4px 12px rgba(249, 179, 132, 0.3);\n        }\n        .gallery-item img {\n            width: 100%;\n            height: 220px;\n            object-fit: cover;\n        }\n        footer {\n            background-color: #f5a97d; \/* \u4e3b\u6d45\u6a59\u8272 *\/\n            color: white;\n            text-align: center;\n            padding: 1.5rem;\n            margin-top: 3rem;\n        }\n        footer p {\n            font-size: 0.9rem;\n            color: #fff;\n        }\n        \/* \u54cd\u5e94\u5f0f\u9002\u914d *\/\n        @media (max-width: 768px) {\n            header h1 {\n                font-size: 1.5rem;\n            }\n            .section-title {\n                font-size: 1.5rem;\n            }\n            .product-types, .features-grid, .gallery-grid {\n                grid-template-columns: 1fr;\n            }\n            .product-card img, .gallery-item img {\n                height: 180px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <header>\n        <h1>\u667a\u80fd\u4ed3\u50a8\u8d27\u67b6 &#8211; \u4e13\u4e1a\u4ed3\u50a8\u89e3\u51b3\u65b9\u6848<\/h1>\n        <nav>\n            <a href=\"#overview\">\u4ea7\u54c1\u6982\u8ff0<\/a>\n            <a href=\"#types\">\u6838\u5fc3\u7c7b\u578b<\/a>\n            <a href=\"#features\">\u6280\u672f\u7279\u70b9<\/a>\n            <a href=\"#gallery\">\u5b9e\u666f\u5c55\u793a<\/a>\n        <\/nav>\n    <\/header>\n\n    <div class=\"container\">\n        <!-- \u4ea7\u54c1\u6982\u8ff0 -->\n        <section id=\"overview\" class=\"overview\">\n            <h2 class=\"section-title\">\u4ea7\u54c1\u6982\u8ff0<\/h2>\n            <p>\u6211\u53f8\u63d0\u4f9b\u5168\u7cfb\u5217\u4ed3\u50a8\u8d27\u67b6\u89e3\u51b3\u65b9\u6848\uff0c\u6db5\u76d6\u81ea\u52a8\u5316\u7acb\u4f53\u5e93\u8d27\u67b6\u3001\u91cd\u578b\u6a2a\u6881\u5f0f\u8d27\u67b6\u3001\u9ad8\u4f4d\u4ed3\u50a8\u8d27\u67b6\u7b49\u591a\u54c1\u7c7b\uff0c\u9002\u7528\u4e8e\u7535\u5546\u4ed3\u50a8\u3001\u5de5\u4e1a\u5382\u623f\u3001\u667a\u80fd\u7269\u6d41\u4e2d\u5fc3\u7b49\u573a\u666f\u3002<\/p>\n            <p>\u8d27\u67b6\u4e3b\u4f53\u91c7\u7528\u9ad8\u5f3a\u5ea6\u94a2\u6750\u5236\u4f5c\uff0c\u7ecf\u9178\u6d17\u3001\u78f7\u5316\u3001\u9759\u7535\u55b7\u5851\u7b49\u5de5\u827a\u5904\u7406\uff0c\u5177\u5907\u627f\u91cd\u80fd\u529b\u5f3a\u3001\u7a33\u5b9a\u6027\u9ad8\u3001\u4f7f\u7528\u5bff\u547d\u957f\u7b49\u7279\u70b9\uff0c\u53ef\u6839\u636e\u4ed3\u50a8\u7a7a\u95f4\u4e0e\u8d27\u7269\u7279\u6027\u5b9a\u5236\u5316\u8bbe\u8ba1\uff0c\u6700\u5927\u5316\u5229\u7528\u4ed3\u50a8\u9762\u79ef\u3002<\/p>\n        <\/section>\n\n        <!-- \u6838\u5fc3\u4ea7\u54c1\u7c7b\u578b -->\n        <section id=\"types\" class=\"product-types\">\n            <h2 class=\"section-title\">\u6838\u5fc3\u4ea7\u54c1\u7c7b\u578b<\/h2>\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/p3-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/50f63890533c4873afc01f6c31b6ddf3.jpeg~tplv-a9rns2rl98-image.png?lk3s=8e244e95&#038;rcl=202603011645089F77F1B3631C020B4E88&#038;rrcfp=dafada99&#038;x-expires=2088578708&#038;x-signature=SknB%2FZDO1WPDlR23FNVjqZSirUk%3D\" alt=\"\u81ea\u52a8\u5316\u7acb\u4f53\u5e93\u8d27\u67b6\">\n                <div class=\"product-info\">\n                    <h3>\u81ea\u52a8\u5316\u7acb\u4f53\u5e93\u8d27\u67b6<\/h3>\n                    <p>\u9ad8\u4f4d\u5bc6\u96c6\u5b58\u50a8\u8bbe\u8ba1\uff0c\u9002\u914dAGV\/\u5806\u579b\u673a\u81ea\u52a8\u5316\u4f5c\u4e1a\uff0c\u7a7a\u95f4\u5229\u7528\u7387\u63d0\u534760%\u4ee5\u4e0a\uff0c\u9002\u7528\u4e8e\u667a\u80fd\u7269\u6d41\u4e2d\u5fc3\u3001\u5927\u578b\u7535\u5546\u4ed3\u50a8\uff0c\u652f\u630124\u5c0f\u65f6\u65e0\u4eba\u5316\u5b58\u53d6\u8d27\u3002<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/p11-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/e1905dc3624644e283a284c6f7a5881e.jpeg~tplv-a9rns2rl98-image.png?lk3s=8e244e95&#038;rcl=202603011645089F77F1B3631C020B4E88&#038;rrcfp=dafada99&#038;x-expires=2088578708&#038;x-signature=qiW6Tu3VWPMHDQNEYxyPWDR3dLE%3D\" alt=\"\u91cd\u578b\u4ed3\u50a8\u8d27\u67b6\">\n                <div class=\"product-info\">\n                    <h3>\u91cd\u578b\u6a2a\u6881\u5f0f\u8d27\u67b6<\/h3>\n                    <p>\u5927\u627f\u91cd\u8bbe\u8ba1\uff0c\u5355\u5c42\u5c42\u8f7d\u53ef\u8fbe\u6570\u5428\uff0c\u7ed3\u6784\u7a33\u56fa\uff0c\u62c6\u88c5\u4fbf\u6377\uff0c\u9002\u7528\u4e8e\u5de5\u4e1a\u5382\u623f\u3001\u539f\u6750\u6599\u4ed3\u5e93\uff0c\u53ef\u5b58\u653e\u91cd\u578b\u8bbe\u5907\u3001\u5927\u5b97\u8d27\u7269\uff0c\u9002\u914d\u53c9\u8f66\u4f5c\u4e1a\u3002<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/p9-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/35dc779466a74839b1d6ddd2b97c11ed.jpg~tplv-a9rns2rl98-image.png?lk3s=8e244e95&#038;rcl=202603011645089F77F1B3631C020B4E88&#038;rrcfp=dafada99&#038;x-expires=2088578708&#038;x-signature=ReAS5yGAaNmi0QUF7PwR4mgxtSA%3D\" alt=\"\u9ad8\u4f4d\u4ed3\u50a8\u8d27\u67b6\">\n                <div class=\"product-info\">\n                    <h3>\u9ad8\u4f4d\u4ed3\u50a8\u8d27\u67b6<\/h3>\n                    <p>\u591a\u5c42\u9ad8\u4f4d\u5e03\u5c40\uff0c\u6700\u5927\u5316\u5229\u7528\u5782\u76f4\u7a7a\u95f4\uff0c\u91c7\u7528\u6a21\u5757\u5316\u8bbe\u8ba1\uff0c\u53ef\u7075\u6d3b\u8c03\u6574\u5c42\u9ad8\u4e0e\u5e03\u5c40\uff0c\u9002\u7528\u4e8e\u4e2d\u5c0f\u4ef6\u8d27\u7269\u6279\u91cf\u5b58\u50a8\uff0c\u9002\u914d\u9601\u697c\u5f0f\u4ed3\u50a8\u573a\u666f\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u6280\u672f\u7279\u70b9 -->\n        <section id=\"features\" class=\"tech-features\">\n            <h2 class=\"section-title\">\u6838\u5fc3\u6280\u672f\u7279\u70b9<\/h2>\n            <div class=\"features-grid\">\n                <div class=\"feature-item\">\n                    <h4>\u6750\u8d28\u5de5\u827a<\/h4>\n                    <p>\u9009\u7528Q235\/Q355\u9ad8\u5f3a\u5ea6\u94a2\u6750\uff0c\u7ecf\u6570\u63a7\u5207\u5272\u3001\u7cbe\u51c6\u710a\u63a5\u3001\u9178\u6d17\u78f7\u5316\u3001\u9759\u7535\u55b7\u5851\u5904\u7406\uff0c\u9632\u8150\u9632\u9508\uff0c\u627f\u91cd\u6027\u80fd\u8fdc\u8d85\u884c\u4e1a\u6807\u51c6\u3002<\/p>\n                <\/div>\n                <div class=\"feature-item\">\n                    <h4>\u7ed3\u6784\u8bbe\u8ba1<\/h4>\n                    <p>\u6a21\u5757\u5316\u62fc\u63a5\u7ed3\u6784\uff0c\u5b89\u88c5\u4fbf\u6377\u4e14\u7a33\u5b9a\u6027\u9ad8\uff1b\u7acb\u67f1\u91c7\u7528\u8774\u8776\u5b54\/\u83f1\u5f62\u5b54\u8bbe\u8ba1\uff0c\u5c42\u9ad8\u53ef\u6309\u9700\u8c03\u8282\uff0c\u9002\u914d\u4e0d\u540c\u8d27\u7269\u5c3a\u5bf8\u3002<\/p>\n                <\/div>\n                <div class=\"feature-item\">\n                    <h4>\u5b89\u5168\u9632\u62a4<\/h4>\n                    <p>\u6807\u914d\u7acb\u67f1\u62a4\u811a\u3001\u5c42\u677f\u9632\u5760\u843d\u88c5\u7f6e\u3001\u8d27\u67b6\u9632\u503e\u5012\u62c9\u6746\uff0c\u90e8\u5206\u5b9a\u5236\u6b3e\u53ef\u52a0\u88c5\u9632\u649e\u62a4\u680f\uff0c\u4fdd\u969c\u4ed3\u50a8\u4f5c\u4e1a\u5b89\u5168\u3002<\/p>\n                <\/div>\n                <div class=\"feature-item\">\n                    <h4>\u5b9a\u5236\u80fd\u529b<\/h4>\n                    <p>\u53ef\u6839\u636e\u4ed3\u50a8\u7a7a\u95f4\u5c3a\u5bf8\u3001\u8d27\u7269\u91cd\u91cf\/\u5c3a\u5bf8\u3001\u4f5c\u4e1a\u8bbe\u5907\u7c7b\u578b\uff08\u53c9\u8f66\/\u5806\u579b\u673a\uff09\u5b9a\u5236\u8d27\u67b6\u5c42\u9ad8\u3001\u5c42\u6570\u3001\u627f\u91cd\uff0c\u9002\u914d\u5168\u573a\u666f\u4ed3\u50a8\u9700\u6c42\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u5b9e\u666f\u5c55\u793a -->\n        <section id=\"gallery\" class=\"gallery\">\n            <h2 class=\"section-title\">\u5b9e\u666f\u6848\u4f8b\u5c55\u793a<\/h2>\n            <div class=\"gallery-grid\">\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p3-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/50f63890533c4873afc01f6c31b6ddf3.jpeg~tplv-a9rns2rl98-image.png?lk3s=8e244e95&#038;rcl=202603011645089F77F1B3631C020B4E88&#038;rrcfp=dafada99&#038;x-expires=2088578708&#038;x-signature=SknB%2FZDO1WPDlR23FNVjqZSirUk%3D\" alt=\"\u8d27\u67b6\u5b89\u88c5\u65bd\u5de5\u573a\u666f\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p11-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/e1905dc3624644e283a284c6f7a5881e.jpeg~tplv-a9rns2rl98-image.png?lk3s=8e244e95&#038;rcl=202603011645089F77F1B3631C020B4E88&#038;rrcfp=dafada99&#038;x-expires=2088578708&#038;x-signature=qiW6Tu3VWPMHDQNEYxyPWDR3dLE%3D\" alt=\"\u91cd\u578b\u6a2a\u6881\u5f0f\u8d27\u67b6\u5b9e\u666f\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p9-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/35dc779466a74839b1d6ddd2b97c11ed.jpg~tplv-a9rns2rl98-image.png?lk3s=8e244e95&#038;rcl=202603011645089F77F1B3631C020B4E88&#038;rrcfp=dafada99&#038;x-expires=2088578708&#038;x-signature=ReAS5yGAaNmi0QUF7PwR4mgxtSA%3D\" alt=\"\u81ea\u52a8\u5316\u7acb\u4f53\u5e93\u8d27\u67b6\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p9-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/e417e62e27a046bf8afc9a3cc639918f.jpeg~tplv-a9rns2rl98-image.png?lk3s=8e244e95&#038;rcl=202603011645089F77F1B3631C020B4E88&#038;rrcfp=dafada99&#038;x-expires=2088578708&#038;x-signature=SxGKLPb878fzR3xADkVk5EbNazg%3D\" alt=\"\u9ad8\u4f4d\u4ed3\u50a8\u8d27\u67b6\u5b9e\u666f\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/p6-flow-imagex-download-sign.byteimg.com\/tos-cn-i-a9rns2rl98\/9c90ead48e3c47fe9e6fbbb0ad507e8c.jpeg~tplv-a9rns2rl98-image.png?lk3s=8e244e95&#038;rcl=202603011645089F77F1B3631C020B4E88&#038;rrcfp=dafada99&#038;x-expires=2088578708&#038;x-signature=KfJr1OPBHaWFAAjq3b7tjpS0twA%3D\" alt=\"\u5927\u578b\u667a\u80fd\u4ed3\u50a8\u8d27\u67b6\u96c6\u7fa4\">\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <footer>\n        <p>&copy; 2026 \u667a\u80fd\u4ed3\u50a8\u8d27\u67b6\u4e13\u4e1a\u89e3\u51b3\u65b9\u6848 | \u652f\u6301\u5168\u573a\u666f\u5b9a\u5236\u5316\u8bbe\u8ba1\u4e0e\u5b89\u88c5<\/p>\n    <\/footer>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u667a\u80fd\u4ed3\u50a8\u8d27\u67b6 &#8211; \u4e13\u4e1a\u4ed3\u50a8\u89e3\u51b3\u65b9\u6848 \u667a\u80fd\u4ed3\u50a8\u8d27\u67b6 &#8211; \u4e13\u4e1a\u4ed3\u50a8\u89e3\u51b3\u65b9\u6848 \u4ea7\u54c1\u6982\u8ff0 \u6838\u5fc3 [&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-1646","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/pages\/1646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fujing.hk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1646"}],"version-history":[{"count":2,"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/pages\/1646\/revisions"}],"predecessor-version":[{"id":1711,"href":"https:\/\/www.fujing.hk\/index.php?rest_route=\/wp\/v2\/pages\/1646\/revisions\/1711"}],"wp:attachment":[{"href":"https:\/\/www.fujing.hk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}