{"id":9133,"date":"2025-07-07T07:06:33","date_gmt":"2025-07-07T07:06:33","guid":{"rendered":"https:\/\/www.damaofh.com\/?page_id=9133"},"modified":"2026-02-21T11:55:48","modified_gmt":"2026-02-21T11:55:48","slug":"%e5%ae%8c%e5%85%a8%e8%87%aa%e5%8b%95%e5%bc%8f%e4%b8%80%e6%ac%a1%e6%80%a7%e6%89%8b%e5%a5%97%e8%a3%bd%e9%80%a0%e6%a9%9f","status":"publish","type":"page","link":"https:\/\/shop.damao-tech.com\/ja\/%e5%ae%8c%e5%85%a8%e8%87%aa%e5%8b%95%e5%bc%8f%e4%b8%80%e6%ac%a1%e6%80%a7%e6%89%8b%e5%a5%97%e8%a3%bd%e9%80%a0%e6%a9%9f\/","title":{"rendered":"\u5b8c\u5168\u81ea\u52d5 disposable \u30b0\u30ed\u30fc\u30d6 \u30de\u30b7\u30f3"},"content":{"rendered":"\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.plyr.io\/3.7.8\/plyr.css\" \/>\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<meta name=\"keywords\" content=\"disposable gloves machine, glove making machine, PE glove machine, CPE glove machine, automatic glove machine, DMCPE-300\">\n\n<style>\n    \n    :root {\n        --primary-color: #2D7CF7;\n        --primary-dark: #1a5ed9;\n        --secondary-color: #f5f7fa;\n        --text-color: #1d1d1f;\n        --text-secondary: #6e6e73;\n        --white-color: #fff;\n        --border-radius: 18px;\n    }\n\n    \n    @layer utilities {\n        .damao-text-balance {\n            text-wrap: balance;\n        }\n    }\n\n    \n    .damao-product-container {\n        font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: var(--text-color);\n        background-color: var(--white-color);\n        overflow-x: hidden;\n    }\n\n    \n    html {\n        scroll-behavior: smooth;\n    }\n\n    \n    .damao-hero {\n        position: relative;\n        height: 100vh;\n        min-height: 600px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        overflow: hidden;\n    }\n\n    .damao-hero-bg {\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-image: url('https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2023\/03\/automatic_single_layer_glove_machine-2.jpg');\n        background-size: cover;\n        background-position: center;\n        transform: scale(1.1);\n        transition: transform 0.5s ease-out;\n    }\n\n    .damao-hero-bg::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: linear-gradient(135deg, rgba(45, 124, 247, 0.85) 0%, rgba(26, 94, 217, 0.75) 100%);\n    }\n\n    .damao-hero-content {\n        position: relative;\n        z-index: 2;\n        text-align: center;\n        opacity: 0;\n        transform: translateY(30px);\n        animation: fadeInUp 1s ease-out forwards;\n    }\n\n    @keyframes fadeInUp {\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    \n    .damao-scroll-reveal {\n        opacity: 0;\n        transform: translateY(50px);\n        transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), \n                    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-scroll-reveal.damao-revealed {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .damao-scroll-reveal-left {\n        opacity: 0;\n        transform: translateX(-50px);\n        transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), \n                    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-scroll-reveal-left.damao-revealed {\n        opacity: 1;\n        transform: translateX(0);\n    }\n\n    .damao-scroll-reveal-right {\n        opacity: 0;\n        transform: translateX(50px);\n        transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), \n                    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-scroll-reveal-right.damao-revealed {\n        opacity: 1;\n        transform: translateX(0);\n    }\n\n    .damao-scroll-reveal-scale {\n        opacity: 0;\n        transform: scale(0.9);\n        transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), \n                    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-scroll-reveal-scale.damao-revealed {\n        opacity: 1;\n        transform: scale(1);\n    }\n\n    \n    .damao-benefit-card {\n        background: white;\n        border-radius: var(--border-radius);\n        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n        border: 1px solid rgba(0, 0, 0, 0.04);\n    }\n\n    .damao-benefit-card:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 20px 60px rgba(45, 124, 247, 0.15);\n    }\n\n    .damao-benefit-icon {\n        width: 64px;\n        height: 64px;\n        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));\n        border-radius: 16px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin: 0 auto 1.5rem;\n        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-benefit-card:hover .damao-benefit-icon {\n        transform: scale(1.1) rotate(5deg);\n    }\n\n    \n    .damao-process-connector {\n        position: relative;\n    }\n\n    .damao-process-connector::after {\n        content: '';\n        position: absolute;\n        top: 40px;\n        right: -50%;\n        width: 100%;\n        height: 2px;\n        background: linear-gradient(90deg, var(--primary-color) 0%, transparent 100%);\n        opacity: 0;\n        transition: opacity 0.6s ease;\n    }\n\n    .damao-process-connector.damao-revealed::after {\n        opacity: 1;\n    }\n\n    \n    .damao-feature-image-container {\n        position: relative;\n        overflow: hidden;\n        border-radius: var(--border-radius);\n    }\n\n    .damao-feature-image-container img {\n        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-feature-image-container:hover img {\n        transform: scale(1.05);\n    }\n\n    \n    .damao-specs-table {\n        border-radius: var(--border-radius);\n        overflow: hidden;\n        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);\n    }\n\n    .damao-specs-table thead {\n        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));\n    }\n\n    .damao-specs-table tbody tr {\n        transition: background-color 0.3s ease;\n    }\n\n    .damao-specs-table tbody tr:hover {\n        background-color: rgba(45, 124, 247, 0.05);\n    }\n\n    \n    .damao-cta-button {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.5rem;\n        background: var(--primary-color);\n        color: white;\n        padding: 14px 32px;\n        border-radius: 980px;\n        font-weight: 500;\n        font-size: 17px;\n        text-decoration: none;\n        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n        box-shadow: 0 4px 20px rgba(45, 124, 247, 0.3);\n    }\n\n    .damao-cta-button:hover {\n        background: var(--primary-dark);\n        transform: scale(1.05);\n        box-shadow: 0 8px 30px rgba(45, 124, 247, 0.4);\n    }\n\n    \n    .damao-video-container {\n        border-radius: var(--border-radius);\n        overflow: hidden;\n        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n    }\n\n    \n    .damao-faq-item {\n        border-bottom: 1px solid rgba(0, 0, 0, 0.08);\n        transition: background-color 0.3s ease;\n    }\n\n    .damao-faq-item:hover {\n        background-color: rgba(45, 124, 247, 0.02);\n    }\n\n    .damao-faq-question {\n        width: 100%;\n        background: none;\n        border: none;\n        text-align: left;\n        padding: 24px 32px;\n        font-size: 19px;\n        font-weight: 600;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        gap: 16px;\n        color: var(--text-color);\n        transition: color 0.3s ease;\n    }\n    \n    .damao-faq-question span:first-child {\n        flex: 1;\n    }\n\n    .damao-faq-question:hover {\n        color: var(--primary-color);\n    }\n\n    .damao-faq-icon {\n        width: 24px;\n        height: 24px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-faq-item.damao-active .damao-faq-icon {\n        transform: rotate(180deg);\n    }\n\n    .damao-faq-answer {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-faq-answer-content {\n        padding: 0 32px 24px 32px;\n        color: var(--text-secondary);\n        line-height: 1.6;\n    }\n\n    \n    .damao-gradient-text {\n        background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n    }\n\n    \n    @media (max-width: 768px) {\n        .damao-hero {\n            height: 80vh;\n            min-height: 500px;\n        }\n\n        .damao-process-connector::after {\n            display: none;\n        }\n        \n        .damao-faq-question {\n            padding: 20px 20px;\n            font-size: 17px;\n            gap: 12px;\n        }\n        \n        .damao-faq-answer-content {\n            padding: 0 20px 20px 20px;\n            font-size: 15px;\n        }\n        \n        .damao-benefit-card {\n            padding: 24px 20px;\n        }\n        \n        .damao-specs-table th,\n        .damao-specs-table td {\n            padding: 12px 16px;\n            font-size: 14px;\n        }\n    }\n\n    \n    .damao-scroll-reveal:nth-child(1) { transition-delay: 0s; }\n    .damao-scroll-reveal:nth-child(2) { transition-delay: 0.1s; }\n    .damao-scroll-reveal:nth-child(3) { transition-delay: 0.2s; }\n    .damao-scroll-reveal:nth-child(4) { transition-delay: 0.3s; }\n<\/style>\n\n<div class=\"damao-product-container\">\n\n    \n    <section class=\"damao-hero\">\n        <div class=\"damao-hero-bg\" id=\"heroBg\"><\/div>\n        <div class=\"damao-hero-content px-4\">\n            <h1 class=\"text-5xl md:text-7xl font-bold text-white mb-6 damao-text-balance\">\n                Automated Excellence in<br>Disposable Gloves Machine\n            <\/h1>\n            <p class=\"text-xl md:text-2xl text-white\/90 mb-8 max-w-3xl mx-auto damao-text-balance\">\n                Introducing the DMCPE-300: a high-speed, fully automated disposable gloves production line engineered for superior efficiency and precision.\n            <\/p>\n            <a href=\"#inquiry-form\" class=\"damao-cta-button\">\n                Request a Quote\n                <i class=\"fas fa-arrow-right\"><\/i>\n            <\/a>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"py-20 md:py-32 px-4 bg-gray-50\">\n        <div class=\"max-w-7xl mx-auto\">\n            <div class=\"text-center mb-16 damao-scroll-reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-bold mb-4\">\n                    Why Choose the <span class=\"damao-gradient-text\">DMCPE-300<\/span>?\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\n                    Engineered to deliver tangible advantages, enhancing your production capabilities and boosting your bottom line.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n                <div class=\"damao-benefit-card p-8 damao-scroll-reveal\">\n                    <div class=\"damao-benefit-icon\">\n                        <i class=\"fas fa-gauge-high text-white text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-semibold mb-3 text-center\">High-Speed Production<\/h3>\n                    <p class=\"text-gray-600 text-center leading-relaxed\">\n                        Achieve outputs from 40 to 140 pieces per minute, adapting seamlessly to your production demands.\n                    <\/p>\n                <\/div>\n\n                <div class=\"damao-benefit-card p-8 damao-scroll-reveal\">\n                    <div class=\"damao-benefit-icon\">\n                        <i class=\"fas fa-robot text-white text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-semibold mb-3 text-center\">Advanced Automation<\/h3>\n                    <p class=\"text-gray-600 text-center leading-relaxed\">\n                        Powered by Panasonic components, ensuring minimal labour and consistent, reliable operation.\n                    <\/p>\n                <\/div>\n\n                <div class=\"damao-benefit-card p-8 damao-scroll-reveal\">\n                    <div class=\"damao-benefit-icon\">\n                        <i class=\"fas fa-layer-group text-white text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-semibold mb-3 text-center\">Unmatched Versatility<\/h3>\n                    <p class=\"text-gray-600 text-center leading-relaxed\">\n                        Manufactures PE, EVA, and CPE film gloves, meeting diverse market needs effortlessly.\n                    <\/p>\n                <\/div>\n\n                <div class=\"damao-benefit-card p-8 damao-scroll-reveal\">\n                    <div class=\"damao-benefit-icon\">\n                        <i class=\"fas fa-piggy-bank text-white text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-semibold mb-3 text-center\">Cost-Efficient<\/h3>\n                    <p class=\"text-gray-600 text-center leading-relaxed\">\n                        High energy efficiency and reduced labour costs offer rapid return on investment.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"py-20 md:py-32 px-4\">\n        <div class=\"max-w-7xl mx-auto\">\n            <div class=\"text-center mb-16 damao-scroll-reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-bold mb-4\">\n                    The Production Process, <span class=\"damao-gradient-text\">Simplified<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\n                    From raw material to finished product, the DMCPE-300 automates every critical step with precision.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-4 gap-8 md:gap-4\">\n                <div class=\"text-center damao-process-connector damao-scroll-reveal-scale\">\n                    <div class=\"w-20 h-20 mx-auto mb-6 rounded-full bg-gradient-to-br from-blue-500 to-blue-600 flex items-center justify-center shadow-lg\">\n                        <i class=\"fas fa-film text-white text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-semibold mb-2\">Film Feeding<\/h3>\n                    <p class=\"text-gray-600 text-sm\">\n                        Automatic film feeding with frequency-controlled precision system.\n                    <\/p>\n                <\/div>\n\n                <div class=\"text-center damao-process-connector damao-scroll-reveal-scale\">\n                    <div class=\"w-20 h-20 mx-auto mb-6 rounded-full bg-gradient-to-br from-blue-500 to-blue-600 flex items-center justify-center shadow-lg\">\n                        <i class=\"fas fa-scissors text-white text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-semibold mb-2\">Sealing &#038; Cutting<\/h3>\n                    <p class=\"text-gray-600 text-sm\">\n                        Custom mould heat-seals and cuts film with high accuracy.\n                    <\/p>\n                <\/div>\n\n                <div class=\"text-center damao-process-connector damao-scroll-reveal-scale\">\n                    <div class=\"w-20 h-20 mx-auto mb-6 rounded-full bg-gradient-to-br from-blue-500 to-blue-600 flex items-center justify-center shadow-lg\">\n                        <i class=\"fas fa-recycle text-white text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-semibold mb-2\">Waste Removal<\/h3>\n                    <p class=\"text-gray-600 text-sm\">\n                        Automatic separation and stripping for efficient recycling.\n                    <\/p>\n                <\/div>\n\n                <div class=\"text-center damao-scroll-reveal-scale\">\n                    <div class=\"w-20 h-20 mx-auto mb-6 rounded-full bg-gradient-to-br from-blue-500 to-blue-600 flex items-center justify-center shadow-lg\">\n                        <i class=\"fas fa-cubes-stacked text-white text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-semibold mb-2\">Counting &#038; Stacking<\/h3>\n                    <p class=\"text-gray-600 text-sm\">\n                        Automatic counting and stacking, ready for distribution.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"py-20 md:py-32 px-4 bg-gray-50\">\n        <div class=\"max-w-7xl mx-auto\">\n            <div class=\"text-center mb-16 damao-scroll-reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-bold mb-4\">\n                    Engineered for <span class=\"damao-gradient-text\">Peak Performance<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\n                    Every component selected for reliability and seamless production workflow.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-12 items-center mb-16\">\n                <div class=\"damao-scroll-reveal-left\">\n                    <h3 class=\"text-3xl font-bold mb-6 damao-gradient-text\">\n                        Intelligent Control System\n                    <\/h3>\n                    <p class=\"text-gray-600 mb-6 leading-relaxed\">\n                        The heart of the DMCPE-300 is its microcomputer touchscreen control system, offering an intuitive interface for effortless operation. Paired with world-class Panasonic inverters, servo motors, and drivers:\n                    <\/p>\n                    <ul class=\"space-y-4\">\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3 text-xl flex-shrink-0\"><\/i>\n                            <span class=\"text-gray-700\">Stable, long-term continuous operation with minimal downtime<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3 text-xl flex-shrink-0\"><\/i>\n                            <span class=\"text-gray-700\">Precise control over speed and positioning accuracy<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3 text-xl flex-shrink-0\"><\/i>\n                            <span class=\"text-gray-700\">Low maintenance requirements and minimal operational noise<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"damao-feature-image-container damao-scroll-reveal-right\">\n                    <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2023\/03\/automatic_single_layer_glove_machine-1.jpg\"\n                         alt=\"DMCPE-300 Control System\"\n                         loading=\"lazy\"\n                         decoding=\"async\"\n                         class=\"w-full rounded-2xl shadow-2xl\">\n                <\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-12 items-center\">\n                <div class=\"damao-feature-image-container damao-scroll-reveal-left order-2 lg:order-1\">\n                    <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2023\/03\/automatic_single_layer_glove_machine-1.jpg\"\n                         alt=\"Flexible Production\"\n                         loading=\"lazy\"\n                         decoding=\"async\"\n                         class=\"w-full rounded-2xl shadow-2xl\">\n                <\/div>\n                <div class=\"damao-scroll-reveal-right order-1 lg:order-2\">\n                    <h3 class=\"text-3xl font-bold mb-6 damao-gradient-text\">\n                        Flexible Production Capabilities\n                    <\/h3>\n                    <p class=\"text-gray-600 mb-6 leading-relaxed\">\n                        Adaptability is key in modern manufacturing. The DMCPE-300 excels with its broad operational range:\n                    <\/p>\n                    <ul class=\"space-y-4\">\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3 text-xl flex-shrink-0\"><\/i>\n                            <span class=\"text-gray-700\">Adjustable thickness from 0.01 to 0.05 mm for high tactile sensitivity<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3 text-xl flex-shrink-0\"><\/i>\n                            <span class=\"text-gray-700\">Fully customizable glove moulds for unique shapes and specialized products<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"py-20 md:py-32 px-4\">\n        <div class=\"max-w-6xl mx-auto\">\n            <div class=\"text-center mb-16 damao-scroll-reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-bold mb-4\">\n                    Technical <span class=\"damao-gradient-text\">Specifications<\/span>\n                <\/h2>\n            <\/div>\n\n            <div class=\"damao-scroll-reveal-scale\">\n                <table class=\"damao-specs-table w-full\">\n                    <thead>\n                        <tr>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">Parameter<\/th>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">Specification<\/th>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">Remarks<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody class=\"bg-white\">\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Model<\/td>\n                            <td class=\"px-6 py-4\">DMCPE-300<\/td>\n                            <td class=\"px-6 py-4 text-gray-600\">&#8211;<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Production Speed<\/td>\n                            <td class=\"px-6 py-4\">40-140 pieces\/min<\/td>\n                            <td class=\"px-6 py-4 text-gray-600\">Adaptable for various production scales<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Glove Thickness<\/td>\n                            <td class=\"px-6 py-4\">0.01-0.05 mm<\/td>\n                            <td class=\"px-6 py-4 text-gray-600\">Ideal for ultra-thin applications<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Glove Length<\/td>\n                            <td class=\"px-6 py-4\">200-400 mm<\/td>\n                            <td class=\"px-6 py-4 text-gray-600\">Wide adjustment range<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Glove Width<\/td>\n                            <td class=\"px-6 py-4\">270-330 mm<\/td>\n                            <td class=\"px-6 py-4 text-gray-600\">Standard sizes for most applications<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Total Power<\/td>\n                            <td class=\"px-6 py-4\">5 kW<\/td>\n                            <td class=\"px-6 py-4 text-gray-600\">High energy efficiency<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Power Supply<\/td>\n                            <td class=\"px-6 py-4\">220V 50Hz<\/td>\n                            <td class=\"px-6 py-4 text-gray-600\">Standard industrial power<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Overall Dimensions (L\u00d7W\u00d7H)<\/td>\n                            <td class=\"px-6 py-4\">3100 \u00d7 1100 \u00d7 1650 mm<\/td>\n                            <td class=\"px-6 py-4 text-gray-600\">Compact footprint<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Total Weight<\/td>\n                            <td class=\"px-6 py-4\">800 kg<\/td>\n                            <td class=\"px-6 py-4 text-gray-600\">Robust construction<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"py-20 md:py-32 px-4 bg-gray-50\">\n        <div class=\"max-w-5xl mx-auto\">\n            <div class=\"text-center mb-16 damao-scroll-reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-bold mb-4\">\n                    See the <span class=\"damao-gradient-text\">DMCPE-300<\/span> in Action\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\n                    Watch how our machine delivers high-quality gloves for industries ranging from medical to food processing.\n                <\/p>\n            <\/div>\n\n            <div class=\"damao-video-container damao-scroll-reveal-scale\">\n                <div id=\"player\" data-plyr-provider=\"youtube\" data-plyr-embed-id=\"O8JJwLSCM5E\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"py-20 md:py-32 px-4\" id=\"inquiry-form\">\n        <div class=\"max-w-4xl mx-auto text-center\">\n            <div class=\"damao-scroll-reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-bold mb-6\">\n                    Get a <span class=\"damao-gradient-text\">Customized Solution<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-600 mb-12 max-w-2xl mx-auto\">\n                    Our team is ready to configure the perfect production line for your specific needs. Start the conversation today.\n                <\/p>\n                <div class=\"bg-white rounded-3xl shadow-xl p-8 md:p-12\">\n                    <div class='fluentform ff-default fluentform_wrapper_1 ffs_default_wrap'><form data-form_id=\"1\" id=\"fluentform_1\" class=\"frm-fluent-form fluent_form_1 ff-el-form-top ff_form_instance_1_1 ff-form-loading ff_has_v3_recptcha ffs_default\" data-form_instance=\"ff_form_instance_1_1\" method=\"POST\" data-recptcha_key=\"6LeFWQMrAAAAALnGGY21fKMCiBFHJM0J2Du_41Hs\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Contact Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='9133' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"23f842c866\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/ja\/wp-json\/wp\/v2\/pages\/9133\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_first_name_' id='label_ff_1_names_first_name_' >First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_1_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"First Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_last_name_' id='label_ff_1_names_last_name_' >Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_1_names_last_name_\" class=\"ff-el-form-control\" placeholder=\"Last Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_email' id='label_ff_1_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_1_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_subject' id='label_ff_1_subject' aria-label=\"Subject\">Subject<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"subject\" class=\"ff-el-form-control\" placeholder=\"Subject\" data-name=\"subject\" id=\"ff_1_subject\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_message' id='label_ff_1_message' aria-label=\"Your Message\">Your Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"true\" aria-labelledby=\"label_ff_1_message\" name=\"message\" id=\"ff_1_message\" class=\"ff-el-form-control\" placeholder=\"Your Message\" rows=\"4\" cols=\"2\" data-name=\"message\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"Submit Form\">Submit Form<\/button><\/div><\/fieldset><\/form><div id='fluentform_1_errors' class='ff-errors-in-stack ff_form_instance_1_1 ff-form-loading_errors ff_form_instance_1_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_1_1 = {\"id\":\"1\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_1_1\",\"form_id_selector\":\"fluentform_1\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"subject\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"message\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}}},\"debounce_time\":300};\n                            <\/script>\n            \n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"py-20 md:py-32 px-4 bg-gray-50\">\n        <div class=\"max-w-4xl mx-auto\">\n            <div class=\"text-center mb-16 damao-scroll-reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-bold mb-4\">\n                    Frequently Asked <span class=\"damao-gradient-text\">Questions<\/span>\n                <\/h2>\n            <\/div>\n\n            <div class=\"bg-white rounded-3xl shadow-lg overflow-hidden damao-scroll-reveal\">\n                <div class=\"damao-faq-item\">\n                    <button class=\"damao-faq-question\">\n                        <span>What types of plastic film can the DMCPE-300 process?<\/span>\n                        <span class=\"damao-faq-icon\">\n                            <i class=\"fas fa-chevron-down text-blue-500\"><\/i>\n                        <\/span>\n                    <\/button>\n                    <div class=\"damao-faq-answer\">\n                        <div class=\"damao-faq-answer-content\">\n                            The machine is expertly designed to handle a variety of materials, including PE (Polyethylene), EVA (Ethylene Vinyl Acetate), and CPE (Chlorinated Polyethylene) films, making it highly versatile for different market requirements.\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"damao-faq-item\">\n                    <button class=\"damao-faq-question\">\n                        <span>How difficult is it to operate and maintain the machine?<\/span>\n                        <span class=\"damao-faq-icon\">\n                            <i class=\"fas fa-chevron-down text-blue-500\"><\/i>\n                        <\/span>\n                    <\/button>\n                    <div class=\"damao-faq-answer\">\n                        <div class=\"damao-faq-answer-content\">\n                            The DMCPE-300 is designed for user-friendliness. Its microcomputer touchscreen provides an intuitive interface for all controls. Thanks to high-quality Panasonic components, maintenance is minimal, and the machine is built for long-term, reliable performance.\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"damao-faq-item\">\n                    <button class=\"damao-faq-question\">\n                        <span>Can the machine produce gloves of different sizes and shapes?<\/span>\n                        <span class=\"damao-faq-icon\">\n                            <i class=\"fas fa-chevron-down text-blue-500\"><\/i>\n                        <\/span>\n                    <\/button>\n                    <div class=\"damao-faq-answer\">\n                        <div class=\"damao-faq-answer-content\">\n                            Absolutely. The glove length and width are adjustable within specified ranges. We can also provide customized moulds to produce gloves of non-standard shapes or specialized products like finger cots, tailored to your unique specifications.\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"damao-faq-item\">\n                    <button class=\"damao-faq-question\">\n                        <span>What kind of support do you offer after purchase?<\/span>\n                        <span class=\"damao-faq-icon\">\n                            <i class=\"fas fa-chevron-down text-blue-500\"><\/i>\n                        <\/span>\n                    <\/button>\n                    <div class=\"damao-faq-answer\">\n                        <div class=\"damao-faq-answer-content\">\n                            We provide comprehensive after-sales support, including installation guidance, operator training, and ongoing technical assistance. Our goal is to ensure you achieve maximum productivity and ROI from day one.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script src=\"https:\/\/cdn.plyr.io\/3.7.8\/plyr.polyfilled.js\" defer><\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    let playerInitialized = false;\n    const initPlayer = function() {\n        if (playerInitialized || typeof Plyr === 'undefined') return;\n        try {\n            new Plyr('#player', {\n                settings: ['quality', 'speed', 'loop'],\n                youtube: { noCookie: true }\n            });\n            playerInitialized = true;\n        } catch (e) {\n            console.warn(\"Plyr initialization failed.\", e);\n        }\n    };\n\n    const playerElement = document.getElementById('player');\n    if (playerElement && 'IntersectionObserver' in window) {\n        const videoObserver = new IntersectionObserver((entries, observer) => {\n            if (entries.some(entry => entry.isIntersecting)) {\n                initPlayer();\n                observer.disconnect();\n            }\n        }, {\n            rootMargin: '200px 0px'\n        });\n        videoObserver.observe(playerElement);\n    } else {\n        initPlayer();\n    }\n\n    const heroBg = document.getElementById('heroBg');\n    let ticking = false;\n\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                const scrolled = window.pageYOffset;\n                if (heroBg && scrolled < window.innerHeight) {\n                    heroBg.style.transform = `translateY(${scrolled * 0.5}px) scale(1.1)`;\n                }\n                ticking = false;\n            });\n            ticking = true;\n        }\n    }, { passive: true });\n\n    const observerOptions = {\n        threshold: 0.15,\n        rootMargin: '0px 0px -100px 0px'\n    };\n\n    const observer = new IntersectionObserver(function(entries) {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('damao-revealed');\n                observer.unobserve(entry.target);\n            }\n        });\n    }, observerOptions);\n\n    document.querySelectorAll('.damao-scroll-reveal, .damao-scroll-reveal-left, .damao-scroll-reveal-right, .damao-scroll-reveal-scale, .damao-process-connector').forEach(el => {\n        observer.observe(el);\n    });\n\n    const faqItems = document.querySelectorAll('.damao-faq-item');\n    \n    faqItems.forEach(item => {\n        const question = item.querySelector('.damao-faq-question');\n        const answer = item.querySelector('.damao-faq-answer');\n        \n        question.addEventListener('click', function() {\n            const isActive = item.classList.contains('damao-active');\n            \n            faqItems.forEach(otherItem => {\n                if (otherItem !== item) {\n                    otherItem.classList.remove('damao-active');\n                    otherItem.querySelector('.damao-faq-answer').style.maxHeight = null;\n                }\n            });\n            \n            if (!isActive) {\n                item.classList.add('damao-active');\n                answer.style.maxHeight = answer.scrollHeight + 'px';\n            } else {\n                item.classList.remove('damao-active');\n                answer.style.maxHeight = null;\n            }\n        });\n    });\n\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function(e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                target.scrollIntoView({\n                    behavior: 'smooth',\n                    block: 'start'\n                });\n            }\n        });\n    });\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Automated Excellence inDisposable Gloves Machine Introducing the DMCPE-300: a high-speed, fully automated disposable gloves production line engineered for superior efficiency and precision. Request a Quote Why Choose the DMCPE-300? Engineered to deliver tangible advantages, enhancing your production capabilities and boosting your bottom line. High-Speed Production Achieve outputs from 40 to 140 pieces per minute, adapting seamlessly to your production demands. Advanced Automation Powered by Panasonic components, ensuring minimal labour and consistent, reliable operation. Unmatched Versatility Manufactures PE, EVA, and CPE film gloves, meeting diverse market needs effortlessly. Cost-Efficient High energy efficiency and reduced labour costs offer rapid return on investment. The Production Process, Simplified From raw material to finished product, [&#8230;]\n","protected":false},"author":2,"featured_media":9135,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9133","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/pages\/9133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/comments?post=9133"}],"version-history":[{"count":0,"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/pages\/9133\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/media\/9135"}],"wp:attachment":[{"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/media?parent=9133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}