{"id":9702,"date":"2025-11-24T02:59:28","date_gmt":"2025-11-24T02:59:28","guid":{"rendered":"https:\/\/shop.damao-tech.com\/?page_id=9702"},"modified":"2026-02-21T12:15:43","modified_gmt":"2026-02-21T12:15:43","slug":"macchina-di-casting-per-film","status":"publish","type":"page","link":"https:\/\/shop.damao-tech.com\/it\/macchina-di-casting-per-film\/","title":{"rendered":"Macchina di Formatura del Film"},"content":{"rendered":"\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<meta name=\"keywords\" content=\"casting film machine, film production, plastic film machine, high-automation machine, energy-efficient machinery\">\n\n<style>\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    @layer utilities {\n        .damao-text-balance { text-wrap: balance; }\n    }\n\n    .damao-product-container {\n        color: var(--text-color);\n        background-color: var(--white-color);\n        overflow-x: hidden;\n    }\n\n    html { scroll-behavior: smooth; }\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        inset: 0;\n        background-image: url('https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/11\/casting-film-machine-01.webp');\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        inset: 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 { opacity: 1; transform: translateY(0); }\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), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-scroll-reveal.damao-revealed { opacity: 1; transform: translateY(0); }\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), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-scroll-reveal-left.damao-revealed { opacity: 1; transform: translateX(0); }\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), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-scroll-reveal-right.damao-revealed { opacity: 1; transform: translateX(0); }\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), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    .damao-scroll-reveal-scale.damao-revealed { opacity: 1; transform: scale(1); }\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 { transform: scale(1.1) rotate(5deg); }\n\n    .damao-process-connector { position: relative; }\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 { opacity: 1; }\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 { transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }\n\n    .damao-feature-image-container:hover img { transform: scale(1.05); }\n\n    .damao-image-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n        gap: 1.5rem;\n    }\n\n    .damao-image-card {\n        border-radius: var(--border-radius);\n        overflow: hidden;\n        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);\n    }\n\n    .damao-image-card img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n\n    .damao-specs-table-container {\n        border-radius: var(--border-radius);\n        overflow: hidden;\n        overflow-x: auto;\n        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);\n    }\n\n    .damao-specs-table {\n        width: 100%;\n        min-width: 640px;\n        border-collapse: collapse;\n    }\n\n    .damao-specs-table thead { background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); }\n\n    .damao-specs-table tbody tr { transition: background-color 0.3s ease; }\n\n    .damao-specs-table tbody tr:hover { background-color: rgba(45, 124, 247, 0.05); }\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    .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 { background-color: rgba(45, 124, 247, 0.02); }\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 { flex: 1; }\n\n    .damao-faq-question:hover { color: var(--primary-color); }\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 { transform: rotate(180deg); }\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    .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    @media (max-width: 768px) {\n        .damao-hero { height: 80vh; min-height: 500px; }\n        .damao-process-connector::after { display: none; }\n        .damao-faq-question { padding: 20px 20px; font-size: 17px; gap: 12px; }\n        .damao-faq-answer-content { padding: 0 20px 20px 20px; font-size: 15px; }\n        .damao-benefit-card { padding: 24px 20px; }\n        .damao-specs-table th, .damao-specs-table td { padding: 12px 16px; font-size: 14px; }\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                Advanced Casting Film 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                High-automation, energy-efficient, and flexible solution for producing premium casting films across industries.\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 Our <span class=\"damao-gradient-text\">Casting Film Machine<\/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-robot text-white text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-semibold mb-3 text-center\">High Degree of Automation<\/h3>\n                    <p class=\"text-gray-600 text-center leading-relaxed\">\n                        Siemens PLC and touchscreen control keep production stable while reducing operator workload.\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-leaf text-white text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-semibold mb-3 text-center\">Energy Saving &#038; Eco-Friendly<\/h3>\n                    <p class=\"text-gray-600 text-center leading-relaxed\">\n                        Optimized heating zones and tension control deliver high output with minimal energy consumption.\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-cogs text-white text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-semibold mb-3 text-center\">Flexible &#038; Diversified<\/h3>\n                    <p class=\"text-gray-600 text-center leading-relaxed\">\n                        Adapts to different materials, widths, and thicknesses for packaging, agriculture, and industrial films.\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-shield-alt text-white text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-semibold mb-3 text-center\">Stable &#038; Reliable<\/h3>\n                    <p class=\"text-gray-600 text-center leading-relaxed\">\n                        Optimized mechanical design with high-quality components reduces maintenance and downtime.\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                    Casting Film <span class=\"damao-gradient-text\">Production Flow<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\n                    From feeding to winding, every stage is automated for smooth, repeatable output.\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-industry text-white text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-semibold mb-2\">Extrusion &#038; Casting<\/h3>\n                    <p class=\"text-gray-600 text-sm\">Precise melt extrusion feeds the casting roll with uniform thickness control.<\/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-fan text-white text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-semibold mb-2\">Quenching &#038; Cooling<\/h3>\n                    <p class=\"text-gray-600 text-sm\">High-efficiency chill rollers rapidly cool film to lock in clarity and strength.<\/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-arrows-alt-h text-white text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-semibold mb-2\">Stretching &#038; Tensioning<\/h3>\n                    <p class=\"text-gray-600 text-sm\">Closed-loop tension systems stabilize film width and thickness during line speed changes.<\/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-boxes-stacked text-white text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-lg font-semibold mb-2\">Edge Trim &#038; Winding<\/h3>\n                    <p class=\"text-gray-600 text-sm\">Automatic slitting, trim recovery, and servo winding deliver neat, consistent rolls.<\/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                    Product <span class=\"damao-gradient-text\">Features<\/span>\n                <\/h2>\n            <\/div>\n            <div class=\"grid grid-cols-1 md: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\">Smart Control Backbone<\/h3>\n                    <p class=\"text-gray-600 mb-6 leading-relaxed\">\n                        Siemens PLC coordinates every zone with intuitive touchscreen control, keeping film thickness, tension, and speed locked to your recipe.\n                    <\/p>\n                    <ul class=\"space-y-4 text-lg\">\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3\"><\/i>\n                            <span>Closed-loop tension feedback for wrinkle-free rolls.<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3\"><\/i>\n                            <span>Recipe storage for rapid product changeovers.<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3\"><\/i>\n                            <span>Alarm and diagnostics to minimize downtime.<\/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\/2025\/11\/casting-film-machine-02.webp\" alt=\"Casting Film Machine Control System\" class=\"w-full rounded-2xl shadow-2xl\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-12 items-center\">\n                <div class=\"damao-feature-image-container damao-scroll-reveal-left order-2 md:order-1\">\n                    <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/11\/casting-film-machine-03.webp\" alt=\"Casting Film Machine Line\" class=\"w-full rounded-2xl shadow-2xl\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"damao-scroll-reveal-right order-1 md:order-2\">\n                    <h3 class=\"text-3xl font-bold mb-6 damao-gradient-text\">Quality-Focused Hardware<\/h3>\n                    <p class=\"text-gray-600 mb-6 leading-relaxed\">\n                        Robust chill rolls, precision embossing, and optimized air knives ensure optical clarity and consistent mechanical properties.\n                    <\/p>\n                    <ul class=\"space-y-4 text-lg\">\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3\"><\/i>\n                            <span>Embossing unit with stable tension control.<\/span>\n                        <\/li>\n                        <li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-blue-500 mt-1 mr-3\"><\/i>\n                            <span>Energy-efficient heating zones reduce power draw.<\/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 bg-white\">\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                    Explore the <span class=\"damao-gradient-text\">Casting Line<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\n                    High-resolution views of the extrusion, casting, and winding zones to help you visualize the full production flow.\n                <\/p>\n            <\/div>\n            <div class=\"damao-image-grid\">\n                <div class=\"damao-image-card damao-scroll-reveal\">\n                    <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/11\/casting-film-machine-01.webp\" alt=\"Full casting film line overview\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"damao-image-card damao-scroll-reveal\">\n                    <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/11\/casting-film-machine-02.webp\" alt=\"Control and automation section\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"damao-image-card damao-scroll-reveal\">\n                    <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/11\/casting-film-machine-03.webp\" alt=\"Cooling and stretching modules\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n                <div class=\"damao-image-card damao-scroll-reveal\">\n                    <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/11\/casting-film-machine-04.webp\" alt=\"Finished film winding detail\" loading=\"lazy\" decoding=\"async\">\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                <div class=\"damao-specs-table-container\">\n                    <table class=\"damao-specs-table\">\n                    <thead>\n                        <tr>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">Model and specification<\/th>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">1600<\/th>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">1800<\/th>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">2000<\/th>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">2200<\/th>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">2400<\/th>\n                            <th class=\"px-6 py-4 text-left text-white font-semibold\">2700<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody class=\"bg-white\">\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Screw diameter (mm)<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">\u03c6110<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Length-diameter ratio<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">36:1<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Main motor power (Kw)<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">30-110<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Electrical heating (Kw)<\/td>\n                            <td class=\"px-6 py-4\">63<\/td>\n                            <td class=\"px-6 py-4\">66<\/td>\n                            <td class=\"px-6 py-4\">70<\/td>\n                            <td class=\"px-6 py-4\">73<\/td>\n                            <td class=\"px-6 py-4\">77<\/td>\n                            <td class=\"px-6 py-4\">85<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Maximal extruder output (kg\/h)<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">100-180<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Maximal width of product (mm)<\/td>\n                            <td class=\"px-6 py-4\">1400<\/td>\n                            <td class=\"px-6 py-4\">1600<\/td>\n                            <td class=\"px-6 py-4\">1800<\/td>\n                            <td class=\"px-6 py-4\">2000<\/td>\n                            <td class=\"px-6 py-4\">2200<\/td>\n                            <td class=\"px-6 py-4\">2500<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Product thickness (mm)<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">0.01-0.15<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Production efficiency (m\/min)<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">10-100<\/td>\n                        <\/tr>\n                         <tr>\n                            <td class=\"px-6 py-4 font-medium\">Specifications of embossing roller (mm)<\/td>\n                            <td class=\"px-6 py-4\">\u03c6370*1500<\/td>\n                            <td class=\"px-6 py-4\">\u03c6370*1700<\/td>\n                            <td class=\"px-6 py-4\">\u03c6370&#215;1900<\/td>\n                            <td class=\"px-6 py-4\">\u03c6370*2100<\/td>\n                            <td class=\"px-6 py-4\">\u03c6370&#215;2300<\/td>\n                            <td class=\"px-6 py-4\">\u03c6370&#215;2600<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Embossing motor power (Kw)<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">3<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Tracting &#038; wind-up roll specification (mm)<\/td>\n                            <td class=\"px-6 py-4\">\u03c6210 or \u03c6270&#215;1500<\/td>\n                            <td class=\"px-6 py-4\">\u03c6210 or \u03c6270&#215;1700<\/td>\n                            <td class=\"px-6 py-4\">\u03c6210 or \u03c6270&#215;1900<\/td>\n                            <td class=\"px-6 py-4\">\u03c6210 or \u03c6270*2100<\/td>\n                            <td class=\"px-6 py-4\">\u03c6210 or \u03c6270*2300<\/td>\n                            <td class=\"px-6 py-4\">\u03c6210 or \u03c6270*2600<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Pulling &#038; wind-up motor power (Kw)<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">1.5<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"px-6 py-4 font-medium\">Edge-trim reclamation<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">Pelletizer (wind blowing type)<\/td>\n                        <\/tr>\n                        <tr class=\"bg-gray-50\">\n                            <td class=\"px-6 py-4 font-medium\">Cooling method<\/td>\n                            <td class=\"px-6 py-4\" colspan=\"6\">Circulating water cooling system<\/td>\n                        <\/tr>\n                    <\/tbody>\n                    <\/table>\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                    Product <span class=\"damao-gradient-text\">Applications<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\n                    The films produced by our casting film machine are widely used in multiple industries.\n                <\/p>\n            <\/div>\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n                <div class=\"damao-benefit-card p-8 damao-scroll-reveal\">\n                    <h3 class=\"text-xl font-semibold mb-3\">Packaging Industry<\/h3>\n                    <p class=\"text-gray-600 leading-relaxed\">\n                        Ideal for food, medicine, and daily necessities packaging to protect and preserve products.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-benefit-card p-8 damao-scroll-reveal\">\n                    <h3 class=\"text-xl font-semibold mb-3\">Agricultural Field<\/h3>\n                    <p class=\"text-gray-600 leading-relaxed\">\n                        Used for farmland and greenhouse covering to regulate soil temperature and humidity.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-benefit-card p-8 damao-scroll-reveal\">\n                    <h3 class=\"text-xl font-semibold mb-3\">Industrial Applications<\/h3>\n                    <p class=\"text-gray-600 leading-relaxed\">\n                        Suitable for plastic bags, sheets, and waterproof materials where durability matters.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-benefit-card p-8 damao-scroll-reveal\">\n                    <h3 class=\"text-xl font-semibold mb-3\">Medical Industry<\/h3>\n                    <p class=\"text-gray-600 leading-relaxed\">\n                        Produces medical films, dressings, and device packaging to ensure health and safety.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-benefit-card p-8 damao-scroll-reveal\">\n                    <h3 class=\"text-xl font-semibold mb-3\">Printing Industry<\/h3>\n                    <p class=\"text-gray-600 leading-relaxed\">\n                        Excellent base film for high-quality printing of packaging and advertising materials.\n                    <\/p>\n                <\/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 Casting Line<\/span>\n                <\/h2>\n                <p class=\"text-xl text-gray-600 mb-12 max-w-2xl mx-auto\">\n                    Tell us about your target film thickness, material, and roll width. We\u2019ll configure the casting solution that fits your output and quality goals.\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='9702' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"11f03819a3\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/it\/wp-json\/wp\/v2\/pages\/9702\" \/><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 materials can the casting film machine run?<\/span>\n                        <span class=\"damao-faq-icon\"><i class=\"fas fa-chevron-down text-blue-500\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"damao-faq-answer\">\n                        <div class=\"damao-faq-answer-content\">\n                            The line supports PP, PE, PET, and specialty resins that require tight gauge control. Recipe presets keep parameters consistent when switching between materials.\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"damao-faq-item\">\n                    <button class=\"damao-faq-question\">\n                        <span>How does the machine manage film tension?<\/span>\n                        <span class=\"damao-faq-icon\"><i class=\"fas fa-chevron-down text-blue-500\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"damao-faq-answer\">\n                        <div class=\"damao-faq-answer-content\">\n                            Closed-loop tension feedback works with Panasonic inverters and servo drives to stabilize stretching, preventing wrinkles and telescoping during winding.\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"damao-faq-item\">\n                    <button class=\"damao-faq-question\">\n                        <span>Can we customize embossing patterns or widths?<\/span>\n                        <span class=\"damao-faq-icon\"><i class=\"fas fa-chevron-down text-blue-500\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"damao-faq-answer\">\n                        <div class=\"damao-faq-answer-content\">\n                            Yes. Embossing rollers and winding widths can be tailored to your product, and quick-change components reduce downtime during swaps.\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"damao-faq-item\">\n                    <button class=\"damao-faq-question\">\n                        <span>What support is offered after delivery?<\/span>\n                        <span class=\"damao-faq-icon\"><i class=\"fas fa-chevron-down text-blue-500\"><\/i><\/span>\n                    <\/button>\n                    <div class=\"damao-faq-answer\">\n                        <div class=\"damao-faq-answer-content\">\n                            We provide remote diagnostics, operator training, and preventive maintenance guidance so your casting line stays productive from day one.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\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 = { threshold: 0.15, rootMargin: '0px 0px -100px 0px' };\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 => observer.observe(el));\n\n    const faqItems = document.querySelectorAll('.damao-faq-item');\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            faqItems.forEach(otherItem => {\n                if (otherItem !== item) {\n                    otherItem.classList.remove('damao-active');\n                    const otherAnswer = otherItem.querySelector('.damao-faq-answer');\n                    if (otherAnswer) otherAnswer.style.maxHeight = null;\n                }\n            });\n\n            if (!isActive) {\n                item.classList.add('damao-active');\n                if (answer) answer.style.maxHeight = answer.scrollHeight + 'px';\n            } else {\n                item.classList.remove('damao-active');\n                if (answer) answer.style.maxHeight = null;\n            }\n        });\n    });\n\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function(e) {\n            const target = document.querySelector(this.getAttribute('href'));\n            if (target) {\n                e.preventDefault();\n                target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            }\n        });\n    });\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Advanced Casting Film Machine High-automation, energy-efficient, and flexible solution for producing premium casting films across industries. Request a Quote Why Choose Our Casting Film Machine? Engineered to deliver tangible advantages, enhancing your production capabilities and boosting your bottom line. High Degree of Automation Siemens PLC and touchscreen control keep production stable while reducing operator workload. [&#8230;]\n","protected":false},"author":1,"featured_media":9705,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9702","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/shop.damao-tech.com\/it\/wp-json\/wp\/v2\/pages\/9702","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shop.damao-tech.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shop.damao-tech.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shop.damao-tech.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shop.damao-tech.com\/it\/wp-json\/wp\/v2\/comments?post=9702"}],"version-history":[{"count":0,"href":"https:\/\/shop.damao-tech.com\/it\/wp-json\/wp\/v2\/pages\/9702\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shop.damao-tech.com\/it\/wp-json\/wp\/v2\/media\/9705"}],"wp:attachment":[{"href":"https:\/\/shop.damao-tech.com\/it\/wp-json\/wp\/v2\/media?parent=9702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}