{"id":36080,"date":"2025-02-05T00:46:58","date_gmt":"2025-02-04T16:46:58","guid":{"rendered":"http:\/\/evomind.online\/juice\/screw-juice-machine\/"},"modified":"2025-06-25T14:18:32","modified_gmt":"2025-06-25T06:18:32","slug":"screw-juice-machine","status":"publish","type":"juice","link":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/","title":{"rendered":"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco – Prensa de parafuso"},"content":{"rendered":"\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t

Posi\u00e7\u00e3o atual: P\u00e1gina inicial > Centro de produtos > Equipamentos de processamento prim\u00e1rio de borracha natural ><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t
\n\t\t\t\t\t
\n\t\t
\n\t\t\t\t
\n\t\t\t\t\t\r\n\r\n\r\n\r\nExemplo de miniaturas de produtos<\/title>\r\n<style>\r\n .product-container {\r\n text-align: center; \/* Centralizar conte\u00fado *\/\r\n }\r\n .main-content {\r\n width: 600px;\r\n height: 400px;\r\n position: relative; \/* Posicionamento relativo *\/\r\n margin-bottom: 9px; \/* Espa\u00e7o abaixo da imagem principal *\/\r\n }\r\n .main-image, .main-video {\r\n width: 100%;\r\n height: 100%;\r\n object-fit: contain; \/* Manter propor\u00e7\u00e3o do conte\u00fado *\/\r\n }\r\n .thumbnail {\r\n width: 140px;\r\n height: 90px;\r\n margin: 5px; \/* Espa\u00e7amento entre miniaturas *\/\r\n cursor: pointer; \/* Cursor de ponteiro ao passar *\/\r\n border: 1px solid #ccc; \/* Borda cinza padr\u00e3o *\/\r\n }\r\n .thumbnail.selected {\r\n border: 1px solid red; \/* Borda vermelha quando selecionado *\/\r\n }\r\n .thumbnails {\r\n display: flex;\r\n overflow: hidden;\r\n position: relative;\r\n }\r\n .thumbnail-scroll {\r\n display: flex;\r\n transition: transform 0.3s ease;\r\n }\r\n .scroll-button {\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n background-color: rgba(231, 231, 231, 0.425);\r\n color: black;\r\n border: none;\r\n padding: 10px;\r\n cursor: pointer;\r\n z-index: 1;\r\n height: 90px; \/* Altura do bot\u00e3o *\/\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n transition: background-color 0.3s;\r\n }\r\n .scroll-button:hover,\r\n .scroll-button.active {\r\n background-color: rgba(0, 0, 0, 0.5);\r\n }\r\n .scroll-left {\r\n left: 10px;\r\n }\r\n .scroll-right {\r\n right: 10px;\r\n }\r\n .play-button {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n cursor: pointer;\r\n width: 15%; \/* Reduzido em 50% *\/\r\n height: auto;\r\n }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"product-container\">\r\n <div id=\"mainContent\" class=\"main-content\">\r\n <!-- V\u00eddeo exibido por padr\u00e3o -->\r\n <video id=\"mainVideo\" src=\"\/wp-content\/uploads\/2024\/11\/CONE_SCREW_JUICE_MACHINE_VIDEO.mp4\" class=\"main-video\" controls controlsList=\"nodownload><\/video>\r\n <img decoding=\"async\" id=\"playButton\" src=\"\/wp-content\/uploads\/2024\/11\/\u64ad\u653e_play.png\" alt=\"Bot\u00e3o de play\" class=\"play-button\" onclick=\"playVideo()\" style=\"display: block;\">\r\n <\/div>\r\n <div class=\"thumbnails\">\r\n <button class=\"scroll-button scroll-left\" onclick=\"scrollThumbnails(-1, this)\"><<\/button>\r\n <div class=\"thumbnail-scroll\" id=\"thumbnailScroll\">\r\n <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/www.zjweida.net\/pt-br\/\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_1.jpg\" alt=\"Miniatura do produto 1\" class=\"thumbnail selected\" onclick=\"changeMainContentToVideo(this)\">\r\n <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/www.zjweida.net\/pt-br\/\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_2.jpg\" alt=\"Miniatura do produto 2\" class=\"thumbnail\" onclick=\"changeMainImage(this)\">\r\n <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/www.zjweida.net\/pt-br\/\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_1.jpg\" alt=\"Miniatura do produto 3\" class=\"thumbnail\" onclick=\"changeMainImage(this)\">\r\n\r\n <\/div>\r\n <button class=\"scroll-button scroll-right\" onclick=\"scrollThumbnails(1, this)\">><\/button>\r\n <\/div>\r\n<\/div>\r\n\r\n<script>\r\n let scrollPosition = 0;\r\n\r\n function scrollThumbnails(direction, button) {\r\n const thumbnailScroll = document.getElementById('thumbnailScroll');\r\n const thumbnailWidth = 140 + 10; \/\/ Largura da miniatura + margem\r\n const maxScroll = (thumbnailScroll.children.length * thumbnailWidth) - thumbnailScroll.parentElement.clientWidth;\r\n const step = direction * thumbnailWidth;\r\n\r\n scrollPosition += step;\r\n if (scrollPosition > maxScroll) {\r\n scrollPosition = maxScroll;\r\n } else if (scrollPosition < 0) {\r\n scrollPosition = 0;\r\n }\r\n\r\n thumbnailScroll.style.transform = `translateX(-${scrollPosition}px)`;\r\n\r\n \/\/ Adiciona classe active\r\n button.classList.add('active');\r\n\r\n \/\/ Remove classe active\r\n setTimeout(() => {\r\n button.classList.remove('active');\r\n }, 300); \/\/ Remove ap\u00f3s 300ms\r\n }\r\n\r\n function changeMainImage(thumbnail) {\r\n const thumbnails = document.querySelectorAll('.thumbnail');\r\n thumbnails.forEach(thumb => thumb.classList.remove('selected'));\r\n thumbnail.classList.add('selected');\r\n document.getElementById('mainContent').innerHTML = `<img decoding=\"async\" id=\"mainImage\" src=\"${thumbnail.src}\" alt=\"Imagem principal do produto\" class=\"main-image\">`;\r\n }\r\n\r\n function changeMainContentToVideo(thumbnail) {\r\n const thumbnails = document.querySelectorAll('.thumbnail');\r\n thumbnails.forEach(thumb => thumb.classList.remove('selected'));\r\n thumbnail.classList.add('selected');\r\n document.getElementById('mainContent').innerHTML = `\r\n <video id=\"mainVideo\" src=\"\/wp-content\/uploads\/2024\/11\/CONE_SCREW_JUICE_MACHINE_VIDEO.mp4\" class=\"main-video\" controls controlsList=\"nodownload><\/video>\r\n <img decoding=\"async\" id=\"playButton\" src=\"\/wp-content\/uploads\/2024\/11\/\u64ad\u653e_play.png\" alt=\"Bot\u00e3o de play\" class=\"play-button\" onclick=\"playVideo()\" style=\"display: block;\">\r\n `;\r\n }\r\n\r\n function playVideo() {\r\n const videoPlayer = document.getElementById('mainVideo');\r\n const playButton = document.getElementById('playButton');\r\n if (videoPlayer && playButton) {\r\n videoPlayer.play();\r\n playButton.style.display = 'none';\r\n }\r\n }\r\n\r\n window.onload = function() {\r\n const firstThumbnail = document.querySelector('.thumbnail');\r\n if (firstThumbnail) {\r\n firstThumbnail.classList.add('selected');\r\n }\r\n };\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-153d9d2 e-con-full e-flex e-con e-child\" data-id=\"153d9d2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5f854d elementor-widget elementor-widget-elementskit-heading\" data-id=\"c5f854d\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Espremedor de suco em espiral<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed64060 elementor-widget elementor-widget-elementskit-heading\" data-id=\"ed64060\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Prop\u00f3sito do produto:<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07fb598 elementor-widget elementor-widget-text-editor\" data-id=\"07fb598\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>1. Atrav\u00e9s do movimento relativo entre a l\u00e2mina espiral e a faca fixa, as frutas ou cascas de frutas s\u00e3o trituradas e espremidas, separando as fibras da \u00e1gua. \n2. O cone de press\u00e3o \u00e9 feito de a\u00e7o inoxid\u00e1vel e possui um dispositivo de extens\u00e3o de sobrecarga que garante uma descarga uniforme e fun\u00e7\u00e3o de prote\u00e7\u00e3o, permitindo opera\u00e7\u00e3o cont\u00ednua mesmo com alimenta\u00e7\u00e3o intermitente. \n3. O corpo principal utiliza a\u00e7o inoxid\u00e1vel, com propriedades antioxidantes, anticorrosivas e antiferrugem, garantindo maior durabilidade e resist\u00eancia.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5c6de7 elementor-widget elementor-widget-elementskit-heading\" data-id=\"f5c6de7\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Princ\u00edpio de funcionamento:<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15ec7e2 elementor-widget elementor-widget-text-editor\" data-id=\"15ec7e2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"summary\"><div class=\"p-desc\"><div class=\"summary\"><div class=\"p-desc\"><div class=\"summary\"><div class=\"p-desc\"><div class=\"summary\"><div class=\"p-desc\"><div class=\"summary\"><div class=\"p-desc\"><div class=\"summary\"><div class=\"p-desc\"><div class=\"summary\"><div class=\"p-desc\">Esta m\u00e1quina \u00e9 um equipamento de processamento de desidrata\u00e7\u00e3o de frutas ou cascas de frutas, cuja principal fun\u00e7\u00e3o \u00e9 triturar, transportar e prensar frutas ou cascas de frutas para separar as fibras da \u00e1gua, extraindo sucos como ma\u00e7\u00e3, abacaxi, aloe vera, entre outros.<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1dbc9b elementor-widget elementor-widget-elementskit-heading\" data-id=\"f1dbc9b\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Linha direta de consulta:<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac762d7 elementor-widget elementor-widget-elementskit-heading\" data-id=\"ac762d7\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">+86-759-3836773<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-33481a7 e-con-full e-grid e-con e-child\" data-id=\"33481a7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6158895 e-con-full e-flex e-con e-child\" data-id=\"6158895\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5390449 elementor-widget elementor-widget-image\" data-id=\"5390449\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/zxjx.png\" class=\"attachment-large size-large wp-image-20928\" alt=\"TSR Natural Rubber Processing Machinery\" title=\"Zxjx \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea9c5c4 elementor-widget elementor-widget-elementskit-heading\" data-id=\"ea9c5c4\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Consulta online<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-99fd77e e-con-full e-flex e-con e-child\" data-id=\"99fd77e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-910560b elementor-widget elementor-widget-image\" data-id=\"910560b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/shouc.png\" class=\"attachment-large size-large wp-image-20940\" alt=\"TSR Natural Rubber Processing Machinery\" title=\"Shouc \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3d4959 elementor-widget elementor-widget-elementskit-heading\" data-id=\"c3d4959\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Adicionar aos favoritos<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca5f396 e-con-full e-flex e-con e-child\" data-id=\"ca5f396\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f159930 elementor-widget elementor-widget-image\" data-id=\"f159930\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/fenx.png\" class=\"attachment-large size-large wp-image-20952\" alt=\"TSR Natural Rubber Processing Machinery\" title=\"Fenx \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8616b17 elementor-widget elementor-widget-elementskit-heading\" data-id=\"8616b17\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Compartilhar produto<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60743e7 e-con-full e-flex e-con e-child\" data-id=\"60743e7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f0e75c9 elementor-widget elementor-widget-image\" data-id=\"f0e75c9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/a_ser.png\" class=\"attachment-large size-large wp-image-20964\" alt=\"TSR Natural Rubber Processing Machinery\" title=\"Aser \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61dcb9e elementor-widget elementor-widget-elementskit-heading\" data-id=\"61dcb9e\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Suporte ao Servi\u00e7o<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f5b68a e-flex e-con-boxed e-con e-parent\" data-id=\"2f5b68a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-29f1a42 e-con-full e-flex e-con e-child\" data-id=\"29f1a42\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2812bfd elementor-widget elementor-widget-elementskit-heading\" data-id=\"2812bfd\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Detalhes do produto<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce01804 elementor-widget elementor-widget-elementskit-heading\" data-id=\"ce01804\" data-element_type=\"widget\" id=\"product\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><a href=\"#product\"><h2 class=\"ekit-heading--title elementskit-section-title \">produtos relacionados<\/h2><\/a><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17ae484 e-flex e-con-boxed e-con e-parent\" data-id=\"17ae484\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b8266 gallery-spacing-custom elementor-widget elementor-widget-image-gallery\" data-id=\"f5b8266\" data-element_type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-1' class='gallery galleryid-36080 gallery-columns-1 gallery-size-full'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"945\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_1.jpg\" class=\"attachment-full size-full\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_1.jpg 1000w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_1-300x284.jpg 300w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_1-768x726.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" title=\"Screwjuicemachinexq1 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"874\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_2.jpg\" class=\"attachment-full size-full\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_2.jpg 1000w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_2-300x262.jpg 300w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_2-768x671.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" title=\"Screwjuicemachinexq2 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon portrait'>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1142\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_3.jpg\" class=\"attachment-full size-full\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_3.jpg 1000w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_3-263x300.jpg 263w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_3-897x1024.jpg 897w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_3-768x877.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" title=\"Screwjuicemachinexq3 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon portrait'>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1689\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_4.jpg\" class=\"attachment-full size-full\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_4.jpg 1000w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_4-178x300.jpg 178w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_4-606x1024.jpg 606w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_4-768x1297.jpg 768w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_4-909x1536.jpg 909w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" title=\"Screwjuicemachinexq4 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon portrait'>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1409\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_5.jpg\" class=\"attachment-full size-full\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_5.jpg 1000w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_5-213x300.jpg 213w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_5-727x1024.jpg 727w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_5-768x1082.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" title=\"Screwjuicemachinexq5 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon portrait'>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1851\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_6.jpg\" class=\"attachment-full size-full\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_6.jpg 1000w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_6-162x300.jpg 162w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_6-553x1024.jpg 553w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_6-768x1422.jpg 768w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_6-830x1536.jpg 830w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" title=\"Screwjuicemachinexq6 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon portrait'>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1811\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_7.jpg\" class=\"attachment-full size-full\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_7.jpg 1000w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_7-166x300.jpg 166w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_7-565x1024.jpg 565w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_7-768x1391.jpg 768w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_xq_7-848x1536.jpg 848w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" title=\"Screwjuicemachinexq7 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-01d03f4 e-flex e-con-boxed e-con e-parent\" data-id=\"01d03f4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a483a95 elementor-widget elementor-widget-menu-anchor\" data-id=\"a483a95\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"product\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa80207 elementor-widget elementor-widget-elementskit-heading\" data-id=\"aa80207\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left ekit_heading_tablet- ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">produtos relacionados<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-89842ce e-con-full e-grid e-con e-child\" data-id=\"89842ce\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9bc96be e-con-full e-flex e-con e-child\" data-id=\"9bc96be\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a05f076 elementor-widget elementor-widget-image\" data-id=\"a05f076\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/slab_cutter\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SLAB_CUTTER_1.jpg\" class=\"attachment-full size-full wp-image-18372\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SLAB_CUTTER_1.jpg 600w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SLAB_CUTTER_1-300x200.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"Slabcutter1 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Triturador de borracha<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-028a7c7 e-con-full e-flex e-con e-child\" data-id=\"028a7c7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1d03e8 elementor-widget elementor-widget-image\" data-id=\"e1d03e8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/single_helix\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/HELIX_B_E_M_1.jpg\" class=\"attachment-full size-full wp-image-18480\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/HELIX_B_E_M_1.jpg 600w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/HELIX_B_E_M_1-300x200.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"Helixbem1 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Descascador e lavador de borracha de espiral \u00fanico<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61e0f50 e-con-full e-flex e-con e-child\" data-id=\"61e0f50\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3688676 elementor-widget elementor-widget-image\" data-id=\"3688676\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/twin_helix\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/TWIN_H_B_C_C_M_2.jpg\" class=\"attachment-full size-full wp-image-18384\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/TWIN_H_B_C_C_M_2.jpg 600w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/TWIN_H_B_C_C_M_2-300x200.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"Twinhbccm2 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">M\u00e1quina de desengomagem e lavagem por extrus\u00e3o de dupla h\u00e9lice<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b31aabc e-con-full e-flex e-con e-child\" data-id=\"b31aabc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-600eb5c elementor-widget elementor-widget-image\" data-id=\"600eb5c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/shredder\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\" src=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SHREDDER_1.jpg\" class=\"attachment-full size-full wp-image-18492\" alt=\"TSR Natural Rubber Processing Machinery\" srcset=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SHREDDER_1.jpg 600w, https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SHREDDER_1-300x200.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"Shredder1 \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 tsr natural rubber processing machinery\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">M\u00e1quina de tritura\u00e7\u00e3o de borracha<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"featured_media":19368,"template":"","meta":{"_acf_changed":false},"pagetypetag":[577],"class_list":["post-36080","juice","type-juice","status-publish","has-post-thumbnail","hentry","pagetypetag-pt-br-page"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.8.7 - aioseo.com -->\n\t<meta name=\"description\" content=\"Posi\u00e7\u00e3o atual: P\u00e1gina inicial > Centro de produtos > Equipamentos de processamento prim\u00e1rio de borracha natural > Exemplo de miniaturas de produtos\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"msvalidate.01\" content=\"CAF660CEA035B5689CFA6A87F0234DCE\" \/>\n\t<meta name=\"p:domain_verify\" content=\"0247999c52ce810a0db4980dcdebd8dd\" \/>\n\t<meta name=\"yandex-verification\" content=\"49b530a9ab4a6662\" \/>\n\t<meta name=\"baidu-site-verification\" content=\"codeva-YO6WWY82ND\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.8.7\" \/>\n\n\t\t<meta name=\"google-site-verification\" content=\"SkM4q0Hy6YQozZsod904gkgWDqansg5_EvWSh01TTZc\" \/>\n\t\t<meta property=\"og:locale\" content=\"pt_BR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 - Zhanjiang Weida Machinery Industrial Co., Ltd.\u200b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco \u2013 Prensa de parafuso - \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8\" \/>\n\t\t<meta property=\"og:description\" content=\"Posi\u00e7\u00e3o atual: P\u00e1gina inicial > Centro de produtos > Equipamentos de processamento prim\u00e1rio de borracha natural > Exemplo de miniaturas de produtos\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/\u5e26\u6846LOGO-scaled.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/\u5e26\u6846LOGO-scaled.jpg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-02-04T16:46:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-06-25T06:18:32+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco \u2013 Prensa de parafuso - \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Posi\u00e7\u00e3o atual: P\u00e1gina inicial > Centro de produtos > Equipamentos de processamento prim\u00e1rio de borracha natural > Exemplo de miniaturas de produtos\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/\u5e26\u6846LOGO-scaled.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pagetypetag\\\/pt-br-page\\\/#listItem\",\"name\":\"\\u8461\\u8404\\u7259\\u8bed\\u9875\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pagetypetag\\\/pt-br-page\\\/#listItem\",\"position\":2,\"name\":\"\\u8461\\u8404\\u7259\\u8bed\\u9875\",\"item\":\"https:\\\/\\\/www.zjweida.net\\\/pagetypetag\\\/pt-br-page\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/#listItem\",\"name\":\"Equipamento de desidrata\\u00e7\\u00e3o e extra\\u00e7\\u00e3o de suco – Prensa de parafuso\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/#listItem\",\"position\":3,\"name\":\"Equipamento de desidrata\\u00e7\\u00e3o e extra\\u00e7\\u00e3o de suco – Prensa de parafuso\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pagetypetag\\\/pt-br-page\\\/#listItem\",\"name\":\"\\u8461\\u8404\\u7259\\u8bed\\u9875\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/#organization\",\"name\":\"\\u6e5b\\u6c5f\\u5e02\\u4f1f\\u8fbe\\u673a\\u68b0\\u5b9e\\u4e1a\\u6709\\u9650\\u516c\\u53f8\",\"description\":\"Zhanjiang Weida Machinery Industrial Co., Ltd. is a manufacturer specializing in the R&D, design, production, sales, and service of rubber processing equipment, with over 20 years of industry experience. Our product range includes TSR natural rubber processing equipment, recycled rubber crushing systems, fiber extraction and spinning machinery, juice extraction\\\/dewatering equipment, and rubber testing devices. We are committed to delivering efficient, reliable, and customized solutions for global clients.\",\"url\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/\",\"email\":\"con@weidajixie.net\",\"telephone\":\"+8615900163899\",\"foundingDate\":\"2004-09-06\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/47.84.80.3\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/logo.png\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/#organizationLogo\"},\"address\":{\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/#postaladdress\",\"@type\":\"PostalAddress\",\"streetAddress\":\"No. 2, Hengye Road, Guandu Industrial Park\",\"postalCode\":\"524051\",\"addressLocality\":\"Zhanjiang\",\"addressRegion\":\"Guangdong\",\"addressCountry\":\"CN\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/#webpage\",\"url\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/\",\"name\":\"Equipamento de desidrata\\u00e7\\u00e3o e extra\\u00e7\\u00e3o de suco \\u2013 Prensa de parafuso - \\u6e5b\\u6c5f\\u5e02\\u4f1f\\u8fbe\\u673a\\u68b0\\u5b9e\\u4e1a\\u6709\\u9650\\u516c\\u53f8\",\"description\":\"Posi\\u00e7\\u00e3o atual: P\\u00e1gina inicial > Centro de produtos > Equipamentos de processamento prim\\u00e1rio de borracha natural > Exemplo de miniaturas de produtos\",\"inLanguage\":\"pt-BR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.zjweida.net\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/SCREW_JUICE_MACHINE_2-1.jpg\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/#mainImage\",\"width\":600,\"height\":400},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/juice\\\/screw-juice-machine\\\/#mainImage\"},\"datePublished\":\"2025-02-05T00:46:58+08:00\",\"dateModified\":\"2025-06-25T14:18:32+08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/#website\",\"url\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/\",\"name\":\"Zhanjiang Weida Machinery Industrial Co., Ltd.\\u200b\",\"alternateName\":\"Zhanjiang Weida Machinery\",\"description\":\"Zhanjiang Weida Machinery Industrial Co., Ltd.\\u200b\",\"inLanguage\":\"pt-BR\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.zjweida.net\\\/pt-br\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<script type=\"text\/javascript\">\n\t\t\t(function(c,l,a,r,i,t,y){\n\t\t\tc[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;\n\t\t\tt.src=\"https:\/\/www.clarity.ms\/tag\/\"+i+\"?ref=aioseo\";y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);\n\t\t})(window, document, \"clarity\", \"script\", \"r2q7w04qg7\");\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco \u2013 Prensa de parafuso - \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8<\/title>\n\n","aioseo_head_json":{"title":"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco \u2013 Prensa de parafuso - \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8","description":"Posi\u00e7\u00e3o atual: P\u00e1gina inicial > Centro de produtos > Equipamentos de processamento prim\u00e1rio de borracha natural > Exemplo de miniaturas de produtos","canonical_url":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"msvalidate.01":"CAF660CEA035B5689CFA6A87F0234DCE","p:domain_verify":"0247999c52ce810a0db4980dcdebd8dd","yandex-verification":"49b530a9ab4a6662","baidu-site-verification":"codeva-YO6WWY82ND","miscellaneous":"<meta name=\"google-site-verification\" content=\"SkM4q0Hy6YQozZsod904gkgWDqansg5_EvWSh01TTZc\" \/>"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.zjweida.net\/pt-br\/#listItem","position":1,"name":"Home","item":"https:\/\/www.zjweida.net\/pt-br\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zjweida.net\/pagetypetag\/pt-br-page\/#listItem","name":"\u8461\u8404\u7259\u8bed\u9875"}},{"@type":"ListItem","@id":"https:\/\/www.zjweida.net\/pagetypetag\/pt-br-page\/#listItem","position":2,"name":"\u8461\u8404\u7259\u8bed\u9875","item":"https:\/\/www.zjweida.net\/pagetypetag\/pt-br-page\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/#listItem","name":"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco – Prensa de parafuso"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.zjweida.net\/pt-br\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/#listItem","position":3,"name":"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco – Prensa de parafuso","previousItem":{"@type":"ListItem","@id":"https:\/\/www.zjweida.net\/pagetypetag\/pt-br-page\/#listItem","name":"\u8461\u8404\u7259\u8bed\u9875"}}]},{"@type":"Organization","@id":"https:\/\/www.zjweida.net\/pt-br\/#organization","name":"\u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8","description":"Zhanjiang Weida Machinery Industrial Co., Ltd. is a manufacturer specializing in the R&D, design, production, sales, and service of rubber processing equipment, with over 20 years of industry experience. Our product range includes TSR natural rubber processing equipment, recycled rubber crushing systems, fiber extraction and spinning machinery, juice extraction\/dewatering equipment, and rubber testing devices. We are committed to delivering efficient, reliable, and customized solutions for global clients.","url":"https:\/\/www.zjweida.net\/pt-br\/","email":"con@weidajixie.net","telephone":"+8615900163899","foundingDate":"2004-09-06","logo":{"@type":"ImageObject","url":"http:\/\/47.84.80.3\/wp-content\/uploads\/2024\/11\/logo.png","@id":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/#organizationLogo"},"image":{"@id":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/#organizationLogo"},"address":{"@id":"https:\/\/www.zjweida.net\/pt-br\/#postaladdress","@type":"PostalAddress","streetAddress":"No. 2, Hengye Road, Guandu Industrial Park","postalCode":"524051","addressLocality":"Zhanjiang","addressRegion":"Guangdong","addressCountry":"CN"}},{"@type":"WebPage","@id":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/#webpage","url":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/","name":"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco \u2013 Prensa de parafuso - \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8","description":"Posi\u00e7\u00e3o atual: P\u00e1gina inicial > Centro de produtos > Equipamentos de processamento prim\u00e1rio de borracha natural > Exemplo de miniaturas de produtos","inLanguage":"pt-BR","isPartOf":{"@id":"https:\/\/www.zjweida.net\/pt-br\/#website"},"breadcrumb":{"@id":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/SCREW_JUICE_MACHINE_2-1.jpg","@id":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/#mainImage","width":600,"height":400},"primaryImageOfPage":{"@id":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/#mainImage"},"datePublished":"2025-02-05T00:46:58+08:00","dateModified":"2025-06-25T14:18:32+08:00"},{"@type":"WebSite","@id":"https:\/\/www.zjweida.net\/pt-br\/#website","url":"https:\/\/www.zjweida.net\/pt-br\/","name":"Zhanjiang Weida Machinery Industrial Co., Ltd.\u200b","alternateName":"Zhanjiang Weida Machinery","description":"Zhanjiang Weida Machinery Industrial Co., Ltd.\u200b","inLanguage":"pt-BR","publisher":{"@id":"https:\/\/www.zjweida.net\/pt-br\/#organization"}}]},"og:locale":"pt_BR","og:site_name":"\u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8 - Zhanjiang Weida Machinery Industrial Co., Ltd.\u200b","og:type":"article","og:title":"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco \u2013 Prensa de parafuso - \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8","og:description":"Posi\u00e7\u00e3o atual: P\u00e1gina inicial > Centro de produtos > Equipamentos de processamento prim\u00e1rio de borracha natural > Exemplo de miniaturas de produtos","og:url":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/","og:image":"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/\u5e26\u6846LOGO-scaled.jpg","og:image:secure_url":"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/\u5e26\u6846LOGO-scaled.jpg","article:published_time":"2025-02-04T16:46:58+00:00","article:modified_time":"2025-06-25T06:18:32+00:00","twitter:card":"summary_large_image","twitter:title":"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco \u2013 Prensa de parafuso - \u6e5b\u6c5f\u5e02\u4f1f\u8fbe\u673a\u68b0\u5b9e\u4e1a\u6709\u9650\u516c\u53f8","twitter:description":"Posi\u00e7\u00e3o atual: P\u00e1gina inicial > Centro de produtos > Equipamentos de processamento prim\u00e1rio de borracha natural > Exemplo de miniaturas de produtos","twitter:image":"https:\/\/www.zjweida.net\/wp-content\/uploads\/2024\/11\/\u5e26\u6846LOGO-scaled.jpg"},"aioseo_meta_data":{"post_id":"36080","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2025-06-26 00:40:23","updated":"2025-06-27 08:42:40"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.zjweida.net\/pt-br\/\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.zjweida.net\/pagetypetag\/pt-br-page\/\" title=\"\u8461\u8404\u7259\u8bed\u9875\">\u8461\u8404\u7259\u8bed\u9875<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tEquipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco \u2013 Prensa de parafuso\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.zjweida.net\/pt-br\/"},{"label":"\u8461\u8404\u7259\u8bed\u9875","link":"https:\/\/www.zjweida.net\/pagetypetag\/pt-br-page\/"},{"label":"Equipamento de desidrata\u00e7\u00e3o e extra\u00e7\u00e3o de suco – Prensa de parafuso","link":"https:\/\/www.zjweida.net\/pt-br\/juice\/screw-juice-machine\/"}],"_links":{"self":[{"href":"https:\/\/www.zjweida.net\/pt-br\/wp-json\/wp\/v2\/juice\/36080","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zjweida.net\/pt-br\/wp-json\/wp\/v2\/juice"}],"about":[{"href":"https:\/\/www.zjweida.net\/pt-br\/wp-json\/wp\/v2\/types\/juice"}],"version-history":[{"count":0,"href":"https:\/\/www.zjweida.net\/pt-br\/wp-json\/wp\/v2\/juice\/36080\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.zjweida.net\/pt-br\/wp-json\/wp\/v2\/media\/19368"}],"wp:attachment":[{"href":"https:\/\/www.zjweida.net\/pt-br\/wp-json\/wp\/v2\/media?parent=36080"}],"wp:term":[{"taxonomy":"pagetypetag","embeddable":true,"href":"https:\/\/www.zjweida.net\/pt-br\/wp-json\/wp\/v2\/pagetypetag?post=36080"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}