{"id":1001,"date":"2025-12-26T03:34:46","date_gmt":"2025-12-26T03:34:46","guid":{"rendered":"https:\/\/sancobiotech.com\/?page_id=1001"},"modified":"2026-03-16T06:11:54","modified_gmt":"2026-03-16T06:11:54","slug":"transportador","status":"publish","type":"page","link":"https:\/\/www.sancofd.com\/es\/transportador\/","title":{"rendered":"Transportador"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1001\" class=\"elementor elementor-1001\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc92e3c e-con-full e-flex e-con e-parent\" data-id=\"fc92e3c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-390f52f elementor-widget elementor-widget-html\" data-id=\"390f52f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>SMT Conveyor JB-500C | PCB Transfer System | Sanco<\/title>\r\n    <meta name=\"description\" content=\"Conveyor with touch screen control, SMEMA standard compatibility, adjustable width 50-350mm, adjustable direction. Professional PCB transfer solution for SMT production lines.\">\r\n    <meta name=\"keywords\" content=\"conveyor, PCB conveyor, SMT transfer system, SMEMA compatible, PCB transfer, anti-static conveyor, Sancofd\">\r\n    <meta name=\"robots\" content=\"index, follow\">\r\n    <link rel=\"canonical\" href=\"\/smt-conveyor\/\">\r\n\r\n    <!-- Open Graph -->\r\n    <meta property=\"og:title\" content=\"SMT Conveyor JB-500C | Sancofd\">\r\n    <meta property=\"og:description\" content=\"Professional SMT conveyor with touch screen control and SMEMA standard compatibility for SMT production line integration.\">\r\n    <meta property=\"og:type\" content=\"product\">\r\n    <meta property=\"og:url\" content=\"\/smt-conveyor\/\">\r\n\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;500;600;700;800&family=Space:wght@400;700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary-dark: #0d2137;\r\n            --primary-mid: #14334d;\r\n            --primary-light: #1e4a6d;\r\n            --accent: #2d6a9f;\r\n            --white: #ffffff;\r\n            --off-white: #f9f7f5;\r\n            --gray-light: #f0ece8;\r\n            --gray: #64748b;\r\n            --dark: #1a2332;\r\n        }\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n        html { scroll-behavior: smooth; }\r\n        body { font-family: 'Outfit', sans-serif; background: var(--white); color: var(--dark); overflow-x: hidden; }\r\n\r\n        \/* ========== Hero Section ========== *\/\r\n        .hero {\r\n            min-height: 100vh;\r\n            height: 100vh;\r\n            background: linear-gradient(135deg, #0a1929 0%, #0d2137 30%, #14334d 60%, #1e4a6d 100%);\r\n            position: relative;\r\n            display: flex;\r\n            align-items: center;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .hero-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.4; pointer-events: none; }\r\n        .hero-orb-1 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%); top: -100px; left: -100px; animation: floatOrb1 15s ease-in-out infinite; }\r\n        .hero-orb-2 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(30, 74, 109, 0.5) 0%, transparent 70%); top: 30%; right: 10%; animation: floatOrb2 12s ease-in-out infinite; }\r\n        .hero-orb-3 { width: 250px; height: 250px; background: radial-gradient(circle, rgba(45, 106, 159, 0.4) 0%, transparent 70%); bottom: 20%; left: 20%; animation: floatOrb3 18s ease-in-out infinite; }\r\n\r\n        @keyframes floatOrb1 { 0%, 100% { transform: translate(0, 0) scale(1); } 25% { transform: translate(50px, 30px) scale(1.1); } 50% { transform: translate(30px, 60px) scale(0.95); } 75% { transform: translate(-20px, 40px) scale(1.05); } }\r\n        @keyframes floatOrb2 { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(-40px, 50px) scale(1.15); } 66% { transform: translate(30px, -30px) scale(0.9); } }\r\n        @keyframes floatOrb3 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(60px, -40px) scale(1.2); } }\r\n\r\n        .hero-light-streak { position: absolute; width: 150%; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); transform: rotate(-35deg); animation: lightStreak 8s linear infinite; pointer-events: none; }\r\n        .hero-light-streak-1 { top: 20%; left: -50%; animation-delay: 0s; }\r\n        .hero-light-streak-2 { top: 50%; left: -50%; animation-delay: 3s; opacity: 0.6; }\r\n        .hero-light-streak-3 { top: 80%; left: -50%; animation-delay: 5s; opacity: 0.4; }\r\n        @keyframes lightStreak { 0% { transform: rotate(-35deg) translateX(-100%); } 100% { transform: rotate(-35deg) translateX(100%); } }\r\n\r\n        .hero-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; }\r\n        .particle { position: absolute; width: 4px; height: 4px; background: rgba(255,255,255,0.6); border-radius: 50%; animation: particleFloat 20s linear infinite; }\r\n        .particle:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 25s; }\r\n        .particle:nth-child(2) { left: 20%; animation-delay: 2s; animation-duration: 20s; }\r\n        .particle:nth-child(3) { left: 30%; animation-delay: 4s; animation-duration: 28s; }\r\n        .particle:nth-child(4) { left: 40%; animation-delay: 1s; animation-duration: 22s; }\r\n        .particle:nth-child(5) { left: 50%; animation-delay: 3s; animation-duration: 18s; }\r\n        .particle:nth-child(6) { left: 60%; animation-delay: 5s; animation-duration: 24s; }\r\n        @keyframes particleFloat { 0% { transform: translateY(100vh) scale(0); opacity: 0; } 10% { opacity: 1; transform: translateY(80vh) scale(1); } 90% { opacity: 1; transform: translateY(10vh) scale(1); } 100% { transform: translateY(-10vh) scale(0); opacity: 0; } }\r\n\r\n        .hero-wave { position: absolute; bottom: 0; left: 0; width: 200%; height: 250px; overflow: hidden; animation: waveSlide 25s linear infinite; }\r\n        .hero-wave svg { position: absolute; bottom: 0; left: 0; width: 50%; height: 100%; }\r\n        .hero-wave svg:nth-child(2) { left: 50%; }\r\n        .hero-wave-1 { fill: rgba(30, 74, 109, 0.3); }\r\n        .hero-wave-2 { fill: rgba(45, 106, 159, 0.2); }\r\n        @keyframes waveSlide { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }\r\n\r\n        .hero-glow-1 { position: absolute; top: 5%; left: -5%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 60%); border-radius: 50%; pointer-events: none; animation: glowPulse 8s ease-in-out infinite; }\r\n        .hero-glow-2 { position: absolute; bottom: 10%; right: 20%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(30, 74, 109, 0.2) 0%, transparent 60%); border-radius: 50%; pointer-events: none; animation: glowPulse 6s ease-in-out infinite reverse; }\r\n        @keyframes glowPulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 0.8; } }\r\n\r\n        .hero-content { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; padding: 0 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }\r\n        .hero-text { color: var(--white); padding-top: 40px; }\r\n        .hero-category { font-size: 1.3rem; font-weight: 500; color: rgba(255,255,255,0.9); margin-bottom: 20px; font-style: italic; }\r\n        .hero-title { font-size: clamp(3.2rem, 6vw, 5rem); font-weight: 800; line-height: 1.1; margin-bottom: 28px; text-shadow: 0 2px 20px rgba(0,0,0,0.1); letter-spacing: -1px; }\r\n        .hero-subtitle { font-size: 1.35rem; color: rgba(255,255,255,0.9); margin-bottom: 36px; line-height: 1.7; max-width: 580px; }\r\n        .hero-tags { display: flex; gap: 14px; flex-wrap: wrap; }\r\n        .hero-tag { display: inline-block; padding: 14px 30px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(8px); border-radius: 30px; font-size: 1.1rem; font-weight: 500; color: var(--white); transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.2); }\r\n        .hero-tag:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-2px); }\r\n        .hero-visual { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; }\r\n        .oven-image { width: 100%; max-width: 420px; height: auto; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.3)); transition: transform 0.5s ease; object-fit: contain; }\r\n        .oven-image:hover { transform: scale(1.03); }\r\n\r\n        \/* ========== Description Section ========== *\/\r\n        .description-section { padding: 100px 60px; background: var(--white); }\r\n        .breadcrumb { max-width: 1400px; margin: 0 auto 50px; font-size: 1rem; color: var(--gray); }\r\n        .breadcrumb a { color: var(--gray); text-decoration: none; transition: color 0.3s ease; }\r\n        .breadcrumb a:hover { color: var(--primary-dark); }\r\n        .breadcrumb span { margin: 0 8px; }\r\n        .description-content { max-width: 1400px; margin: 0 auto; }\r\n        .product-info { margin-bottom: 80px; }\r\n        .product-text h2 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--dark); margin-bottom: 24px; position: relative; padding-bottom: 16px; }\r\n        .product-text h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 60px; height: 4px; background: linear-gradient(90deg, var(--primary-dark), var(--primary-light)); border-radius: 2px; }\r\n        .product-text p { font-size: 1.2rem; color: var(--gray); line-height: 1.8; margin-bottom: 20px; max-width: 900px; }\r\n\r\n        \/* ========== Section Header ========== *\/\r\n        .section-header { text-align: center; max-width: 700px; margin: 0 auto 80px; position: relative; z-index: 2; }\r\n        .section-tag { display: inline-block; padding: 10px 24px; background: linear-gradient(135deg, var(--primary-dark), var(--primary-light)); color: white; border-radius: 30px; font-size: 0.95rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }\r\n        .section-title { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; color: var(--dark); margin-bottom: 16px; letter-spacing: -1px; }\r\n        .section-subtitle { font-size: 1.25rem; color: var(--gray); line-height: 1.7; }\r\n\r\n        \/* ========== Highlights Section ========== *\/\r\n        .highlights-section { padding: 100px 60px; background: var(--white); }\r\n        .highlights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; }\r\n        .highlight-card { background: linear-gradient(145deg, var(--off-white) 0%, var(--white) 100%); border-radius: 20px; padding: 40px 32px; text-align: center; transition: all 0.4s ease; border: 1px solid rgba(13, 33, 55, 0.06); }\r\n        .highlight-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(13, 33, 55, 0.1); }\r\n        .highlight-value { font-family: 'Space', sans-serif; font-size: 2.8rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; line-height: 1; }\r\n        .highlight-unit { font-size: 1.1rem; font-weight: 500; color: var(--accent); margin-bottom: 12px; }\r\n        .highlight-label { font-size: 1.05rem; color: var(--gray); line-height: 1.5; }\r\n\r\n        \/* ========== Features Section ========== *\/\r\n        .features-section { padding: 100px 60px; background: var(--off-white); position: relative; overflow: hidden; }\r\n        .features-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(13, 33, 55, 0.03) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }\r\n        .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1400px; margin: 0 auto; }\r\n        .feature-card { background: var(--white); border-radius: 16px; padding: 32px 24px; transition: all 0.4s ease; position: relative; overflow: hidden; box-shadow: 0 4px 20px rgba(13, 33, 55, 0.06); }\r\n        .feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--primary-dark), var(--primary-light)); transform: scaleX(0); transition: transform 0.4s ease; }\r\n        .feature-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(13, 33, 55, 0.12); }\r\n        .feature-card:hover::before { transform: scaleX(1); }\r\n        .feature-number { font-size: 2rem; font-weight: 700; color: rgba(13, 33, 55, 0.1); margin-bottom: 12px; }\r\n        .feature-card-title { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; line-height: 1.3; }\r\n        .feature-card-desc { font-size: 0.95rem; color: var(--gray); line-height: 1.55; }\r\n\r\n        \/* ========== Technical Specifications Section ========== *\/\r\n        .tech-param-section { padding: 80px 60px; background: #ffffff; font-family: 'Outfit', sans-serif; }\r\n        .param-container { max-width: 1400px; margin: 0 auto; }\r\n        .param-header { text-align: center; margin-bottom: 50px; }\r\n        .param-tag { display: inline-block; font-size: 0.8rem; font-weight: 500; color: #0e7490; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 16px; padding: 8px 16px; background: rgba(14, 116, 144, 0.1); border-radius: 20px; border: 1px solid rgba(14, 116, 144, 0.3); }\r\n        .param-title { font-size: 2.5rem; font-weight: 800; color: #0a1628; margin: 0 0 16px 0; letter-spacing: -0.5px; }\r\n        .param-subtitle { font-size: 1rem; color: #64748b; margin: 0; font-weight: 400; }\r\n        .param-table-wrapper { border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(10, 22, 40, 0.1); border: 1px solid #e5e7eb; }\r\n        .param-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\r\n        .param-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }\r\n        .param-table thead tr { background: linear-gradient(135deg, #0a1929 0%, #0d2137 30%, #14334d 60%, #1e4a6d 100%); }\r\n        .param-table th { padding: 16px 20px; text-align: center; font-weight: 600; font-size: 0.85rem; color: #ffffff; border-right: 1px solid rgba(255,255,255,0.1); }\r\n        .param-table th.spec-col { width: 20%; text-align: left; }\r\n        .param-table th.value-col { width: 30%; }\r\n        .param-table th:first-child { border-radius: 12px 0 0 0; }\r\n        .param-table th:last-child { border-right: none; border-radius: 0 12px 0 0; }\r\n        .param-table td { padding: 14px 20px; border: 1px solid #e5e7eb; color: #334155; vertical-align: middle; text-align: center; line-height: 1.6; background: #ffffff; }\r\n        .param-table td.spec-name { text-align: left; font-weight: 500; color: #0a1628; background: #f8fafc; }\r\n        .param-table tbody tr:hover td { background: rgba(14, 116, 144, 0.04); }\r\n        .param-table tbody tr:hover td.spec-name { background: rgba(14, 116, 144, 0.08); }\r\n        .spec-highlight { display: inline-block; background: rgba(14, 116, 144, 0.1); color: #0e7490; padding: 4px 12px; border-radius: 6px; font-weight: 600; font-size: 0.9rem; }\r\n        .spec-highlight-alt { display: inline-block; background: rgba(10, 22, 40, 0.1); color: #0a1628; padding: 4px 12px; border-radius: 6px; font-weight: 600; font-size: 0.9rem; }\r\n\r\n        \/* ========== Responsive ========== *\/\r\n        @media (max-width: 1200px) {\r\n            .hero { height: auto; min-height: 100vh; }\r\n            .hero-content { grid-template-columns: 1fr; text-align: center; gap: 50px; }\r\n            .hero-tags { justify-content: center; }\r\n            .hero-subtitle { margin: 0 auto 32px; }\r\n            .features-grid { grid-template-columns: repeat(2, 1fr); }\r\n            .highlights-grid { grid-template-columns: repeat(3, 1fr); }\r\n            .oven-image { max-width: 380px; }\r\n        }\r\n        @media (max-width: 1024px) {\r\n            .tech-param-section { padding: 60px 40px; }\r\n            .param-header { margin-bottom: 40px; }\r\n            .param-title { font-size: 2.2rem; }\r\n            .param-table th, .param-table td { padding: 12px 16px; font-size: 0.85rem; }\r\n        }\r\n        @media (max-width: 768px) {\r\n            .hero { min-height: auto; height: auto; padding: 120px 0 60px; }\r\n            .hero-content { padding: 0 24px; gap: 30px; }\r\n            .hero-title { font-size: 2.5rem; }\r\n            .hero-subtitle { font-size: 1.15rem; }\r\n            .hero-tag { padding: 12px 22px; font-size: 1rem; }\r\n            .hero-visual { padding: 0 20px; min-height: 280px; overflow: visible; }\r\n            .oven-image { max-width: 280px; width: 80%; height: auto; margin: 0 auto; display: block; }\r\n            .hero-wave { display: none; }\r\n            .description-section, .features-section, .highlights-section { padding: 80px 24px; }\r\n            .features-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }\r\n            .highlights-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\r\n            .section-header { margin-bottom: 50px; }\r\n            .tech-param-section { padding: 50px 20px; }\r\n            .param-tag { font-size: 0.7rem; letter-spacing: 3px; margin-bottom: 12px; padding: 6px 12px; }\r\n            .param-title { font-size: 1.8rem; margin-bottom: 12px; }\r\n            .param-subtitle { font-size: 0.9rem; }\r\n            .param-table-wrapper { border-radius: 12px; }\r\n            .param-table { min-width: 700px; font-size: 0.8rem; }\r\n            .param-table th { padding: 12px 14px; font-size: 0.75rem; }\r\n            .param-table th:first-child { border-radius: 8px 0 0 0; }\r\n            .param-table th:last-child { border-radius: 0 8px 0 0; }\r\n            .param-table td { padding: 10px 14px; }\r\n            .spec-highlight, .spec-highlight-alt { padding: 3px 8px; font-size: 0.75rem; }\r\n        }\r\n        @media (max-width: 480px) {\r\n            .hero { padding: 100px 0 50px; }\r\n            .hero-content { padding: 0 16px; gap: 25px; }\r\n            .hero-title { font-size: 1.8rem; }\r\n            .hero-category { font-size: 1rem; }\r\n            .hero-subtitle { font-size: 0.95rem; margin-bottom: 24px; }\r\n            .hero-tags { gap: 8px; }\r\n            .hero-tag { padding: 10px 16px; font-size: 0.9rem; }\r\n            .hero-visual { padding: 0; min-height: 220px; }\r\n            .oven-image { max-width: 240px; width: 75%; }\r\n            .highlight-value { font-size: 2.2rem; }\r\n            .highlights-grid { grid-template-columns: 1fr; max-width: 280px; }\r\n            .highlight-card { padding: 30px 24px; }\r\n            .tech-param-section { padding: 40px 16px; }\r\n            .param-tag { font-size: 0.65rem; letter-spacing: 2px; margin-bottom: 10px; padding: 5px 10px; }\r\n            .param-title { font-size: 1.5rem; margin-bottom: 10px; }\r\n            .param-subtitle { font-size: 0.85rem; }\r\n            .param-table-wrapper { border-radius: 10px; }\r\n            .param-table { min-width: 600px; font-size: 0.75rem; }\r\n            .param-table th { padding: 10px 12px; font-size: 0.7rem; }\r\n            .param-table td { padding: 8px 12px; font-size: 0.75rem; word-break: break-word; }\r\n            .spec-highlight, .spec-highlight-alt { padding: 2px 6px; font-size: 0.7rem; }\r\n        }\r\n        @media (max-width: 360px) {\r\n            .tech-param-section { padding: 32px 12px; }\r\n            .param-tag { font-size: 0.6rem; letter-spacing: 1.5px; }\r\n            .param-title { font-size: 1.35rem; }\r\n            .param-subtitle { font-size: 0.8rem; }\r\n            .param-table { min-width: 520px; font-size: 0.7rem; }\r\n            .param-table th, .param-table td { padding: 8px 10px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div itemscope itemtype=\"https:\/\/schema.org\/Product\">\r\n\r\n    <meta itemprop=\"name\" content=\"JB-500C SMT Conveyor\">\r\n    <meta itemprop=\"brand\" content=\"Sanco\">\r\n    <meta itemprop=\"description\" content=\"Professional SMT conveyor with touch screen control, SMEMA standard compatibility, adjustable width 50-350mm, and anti-static flat belt transmission for PCB transfer in SMT production lines.\">\r\n\r\n    <div itemprop=\"offers\" itemscope itemtype=\"https:\/\/schema.org\/Offer\" style=\"display:none;\">\r\n        <meta itemprop=\"priceCurrency\" content=\"USD\">\r\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\r\n        <meta itemprop=\"url\" content=\"https:\/\/www.sancofd.com\/smt-conveyor\/\">\r\n    <\/div>\r\n\r\n    <!-- ========== Hero Section ========== -->\r\n    <section class=\"hero\">\r\n        <div class=\"hero-orb hero-orb-1\"><\/div>\r\n        <div class=\"hero-orb hero-orb-2\"><\/div>\r\n        <div class=\"hero-orb hero-orb-3\"><\/div>\r\n        <div class=\"hero-light-streak hero-light-streak-1\"><\/div>\r\n        <div class=\"hero-light-streak hero-light-streak-2\"><\/div>\r\n        <div class=\"hero-light-streak hero-light-streak-3\"><\/div>\r\n        <div class=\"hero-particles\">\r\n            <div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div>\r\n            <div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div>\r\n        <\/div>\r\n        <div class=\"hero-glow-1\"><\/div>\r\n        <div class=\"hero-glow-2\"><\/div>\r\n        <div class=\"hero-wave\">\r\n            <svg viewBox=\"0 0 1440 250\" preserveAspectRatio=\"none\">\r\n                <path class=\"hero-wave-2\" d=\"M0,180 C400,220 800,140 1200,180 C1350,195 1400,170 1440,180 L1440,250 L0,250 Z\"><\/path>\r\n                <path class=\"hero-wave-1\" d=\"M0,200 C300,160 600,240 900,200 C1150,165 1350,220 1440,200 L1440,250 L0,250 Z\"><\/path>\r\n            <\/svg>\r\n            <svg viewBox=\"0 0 1440 250\" preserveAspectRatio=\"none\">\r\n                <path class=\"hero-wave-2\" d=\"M0,180 C400,220 800,140 1200,180 C1350,195 1400,170 1440,180 L1440,250 L0,250 Z\"><\/path>\r\n                <path class=\"hero-wave-1\" d=\"M0,200 C300,160 600,240 900,200 C1150,165 1350,220 1440,200 L1440,250 L0,250 Z\"><\/path>\r\n            <\/svg>\r\n        <\/div>\r\n\r\n        <div class=\"hero-content\">\r\n            <div class=\"hero-text\">\r\n                <p class=\"hero-category\">Peripherals<\/p>\r\n                <h1 class=\"hero-title\">Conveyor<\/h1>\r\n                <p class=\"hero-subtitle\">Professional SMT conveyor designed for flexible PCB transfer between SMT line equipment. Equipped with touch screen control, SMEMA standard compatibility, anti-static flat belt transmission, and ball screw automatic adjustment for reliable and efficient material handling.<\/p>\r\n                <div class=\"hero-tags\">\r\n                    <span class=\"hero-tag\">Touch Screen Control<\/span>\r\n                    <span class=\"hero-tag\">SMEMA Compatible<\/span>\r\n                    <span class=\"hero-tag\">Adjustable Direction<\/span>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"hero-visual\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/Conveyor_\u7ed3\u679c.webp\" alt=\"SMT Conveyor JB-500C\" class=\"oven-image\" itemprop=\"image\">\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ========== Description Section ========== -->\r\n    <section class=\"description-section\">\r\n        <div class=\"breadcrumb\">\r\n            <a href=\"\/\">Home<\/a><span>><\/span>\r\n            <a href=\"\/product\/\">Products<\/a><span>><\/span>\r\n            <a href=\"\/product\/\">Peripherals<\/a><span>><\/span>\r\n            <span>SMT Conveyor<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"description-content\">\r\n            <div class=\"product-info\">\r\n                <div class=\"product-text\">\r\n                    <h2>Product Description<\/h2>\r\n                    <p>The JB-500C SMT Conveyor is a professional PCB transfer system engineered for flexible connection between SMT line equipment. It delivers reliable and consistent material handling with fully adjustable transfer direction, variable speed control, and precise rail width adjustment ranging from 50mm to 350mm \u2014 accommodating a wide variety of PCB formats used in modern electronics manufacturing.<\/p>\r\n                    <p>Equipped with an intuitive touch screen control interface, the JB-500C supports the SMEMA communication standard, enabling seamless signal exchange and synchronization with upstream and downstream SMT production equipment. This ensures smooth board flow across the entire production line without manual intervention or complex integration work.<\/p>\r\n                    <p>The conveyor utilizes an anti-static flat belt transmission system specifically designed to protect electrostatic-sensitive electronic components throughout the transfer process. This makes the JB-500C a safe and dependable choice for handling bare boards, populated PCBs, and other ESD-sensitive assemblies at any stage of the SMT process.<\/p>\r\n                    <p>A key engineering feature of the JB-500C is its ball screw automatic width adjustment mechanism. This precision-driven system allows operators to change the rail width quickly and accurately via the touch screen, eliminating manual measurement and adjustment errors. The mechanism supports repeatable positioning, which is critical for high-throughput production environments running multiple PCB sizes.<\/p>\r\n                    <p>The unit operates on AC 220V \/ 50Hz power and consumes only 0.2 kW, making it an energy-efficient addition to any SMT line. With a compact footprint of 500mm \u00d7 790mm \u00d7 810mm, a working height of 900 \u00b1 20mm, and a total weight of approximately 50 kg, the JB-500C is easy to install, reposition, and integrate into both new and existing production line layouts. It supports PCB thicknesses from 0.6mm to 6mm and a maximum carrier weight of 1.5 kg, covering virtually all standard PCB assemblies encountered in contract manufacturing and in-house production environments.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ========== Highlights Section ========== -->\r\n    <section class=\"highlights-section\">\r\n        <div class=\"section-header\">\r\n            <span class=\"section-tag\">Performance<\/span>\r\n            <h2 class=\"section-title\">Technical Highlights<\/h2>\r\n            <p class=\"section-subtitle\">Key specifications that define excellence<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"highlights-grid\">\r\n            <div class=\"highlight-card\"><div class=\"highlight-value\">50-350<\/div><div class=\"highlight-unit\">mm Width<\/div><p class=\"highlight-label\">Rail width adjustment range<\/p><\/div>\r\n            <div class=\"highlight-card\"><div class=\"highlight-value\">900\u00b120<\/div><div class=\"highlight-unit\">mm Height<\/div><p class=\"highlight-label\">Standard working height<\/p><\/div>\r\n            <div class=\"highlight-card\"><div class=\"highlight-value\">0.2<\/div><div class=\"highlight-unit\">kW<\/div><p class=\"highlight-label\">Rated power consumption<\/p><\/div>\r\n            <div class=\"highlight-card\"><div class=\"highlight-value\">\u22641.5<\/div><div class=\"highlight-unit\">kg<\/div><p class=\"highlight-label\">Maximum PCB weight capacity<\/p><\/div>\r\n            <div class=\"highlight-card\"><div class=\"highlight-value\">0.6-6<\/div><div class=\"highlight-unit\">mm<\/div><p class=\"highlight-label\">PCB thickness range<\/p><\/div>\r\n            <div class=\"highlight-card\"><div class=\"highlight-value\">50<\/div><div class=\"highlight-unit\">kg<\/div><p class=\"highlight-label\">Equipment weight<\/p><\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ========== Features Section ========== -->\r\n    <section class=\"features-section\">\r\n        <div class=\"section-header\">\r\n            <span class=\"section-tag\">Technology<\/span>\r\n            <h2 class=\"section-title\">Key Features<\/h2>\r\n            <p class=\"section-subtitle\">Advanced material handling technology for SMT production<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"features-grid\">\r\n            <div class=\"feature-card\"><div class=\"feature-number\">01<\/div><h3 class=\"feature-card-title\">Touch Screen Control System<\/h3><p class=\"feature-card-desc\">Intuitive touch screen interface enables easy operation and precise parameter adjustment for speed and direction control.<\/p><\/div>\r\n            <div class=\"feature-card\"><div class=\"feature-number\">02<\/div><h3 class=\"feature-card-title\">SMEMA Standard Compatible<\/h3><p class=\"feature-card-desc\">Fully compatible with SMEMA standard for seamless integration with SMT production line equipment.<\/p><\/div>\r\n            <div class=\"feature-card\"><div class=\"feature-number\">03<\/div><h3 class=\"feature-card-title\">Anti-Static Flat Belt<\/h3><p class=\"feature-card-desc\">Anti-static flat belt transmission protects sensitive electronic components from electrostatic discharge during transfer.<\/p><\/div>\r\n            <div class=\"feature-card\"><div class=\"feature-number\">04<\/div><h3 class=\"feature-card-title\">Ball Screw Automatic Adjustment<\/h3><p class=\"feature-card-desc\">Precision ball screw mechanism enables accurate and repeatable rail width adjustment for various PCB sizes.<\/p><\/div>\r\n            <div class=\"feature-card\"><div class=\"feature-number\">05<\/div><h3 class=\"feature-card-title\">Adjustable Transfer Direction<\/h3><p class=\"feature-card-desc\">Supports L-R and R-L transfer direction switching for flexible production line layout and equipment connection.<\/p><\/div>\r\n            <div class=\"feature-card\"><div class=\"feature-number\">06<\/div><h3 class=\"feature-card-title\">Adjustable Speed Control<\/h3><p class=\"feature-card-desc\">Variable speed control synchronizes with upstream and downstream equipment for optimized material flow.<\/p><\/div>\r\n            <div class=\"feature-card\"><div class=\"feature-number\">07<\/div><h3 class=\"feature-card-title\">Precise Width Adjustment<\/h3><p class=\"feature-card-desc\">Rail width adjustable from 50mm to 350mm accommodates various PCB sizes with accurate positioning.<\/p><\/div>\r\n            <div class=\"feature-card\"><div class=\"feature-number\">08<\/div><h3 class=\"feature-card-title\">Compact Design<\/h3><p class=\"feature-card-desc\">Lightweight and compact structure (50kg) facilitates easy installation and line layout optimization.<\/p><\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- ========== Technical Specifications Section ========== -->\r\n    <section class=\"tech-param-section\">\r\n        <div class=\"param-container\">\r\n            <div class=\"param-header\">\r\n                <span class=\"param-tag\">TECHNICAL SPECIFICATIONS<\/span>\r\n                <h2 class=\"param-title\">Specification<\/h2>\r\n                <p class=\"param-subtitle\">Device connection transmission<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"param-table-wrapper\">\r\n                <div class=\"param-table-scroll\">\r\n                    <table class=\"param-table\" aria-label=\"JB-500C Specification\">\r\n                        <thead>\r\n                            <tr>\r\n                                <th class=\"spec-col\">Item<\/th>\r\n                                <th class=\"value-col\">Specification<\/th>\r\n                                <th class=\"spec-col\">Item<\/th>\r\n                                <th class=\"value-col\">Specification<\/th>\r\n                            <\/tr>\r\n                        <\/thead>\r\n                        <tbody>\r\n                            <tr>\r\n                                <td class=\"spec-name\">Model<\/td>\r\n                                <td>JB-500C<\/td>\r\n                                <td class=\"spec-name\">Guide rail fixing method<\/td>\r\n                                <td>1 track fixed, 2 tracks mobile<\/td>\r\n                            <\/tr>\r\n                            <tr>\r\n                                <td class=\"spec-name\">Circuit board size (mm)<\/td>\r\n                                <td>Width 50\u2013350mm<\/td>\r\n                                <td class=\"spec-name\">Control method<\/td>\r\n                                <td>Touch screen all-in-one<\/td>\r\n                            <\/tr>\r\n                            <tr>\r\n                                <td class=\"spec-name\">Machine dimensions (mm)<\/td>\r\n                                <td>L500 \u00d7 W790 \u00d7 H810mm<\/td>\r\n                                <td class=\"spec-name\">Conveyor motor<\/td>\r\n                                <td>42 Stepper Motor<\/td>\r\n                            <\/tr>\r\n                            <tr>\r\n                                <td class=\"spec-name\">Working height (mm)<\/td>\r\n                                <td>900\u00b120mm<\/td>\r\n                                <td class=\"spec-name\">Guide<\/td>\r\n                                <td>12\u00d755 special aluminum profile<\/td>\r\n                            <\/tr>\r\n                            <tr>\r\n                                <td class=\"spec-name\">Power supply<\/td>\r\n                                <td>AC220V, 50Hz<\/td>\r\n                                <td class=\"spec-name\">Width adjustment method<\/td>\r\n                                <td>Ball screw automatic width adjustment<\/td>\r\n                            <\/tr>\r\n                            <tr>\r\n                                <td class=\"spec-name\">Power<\/td>\r\n                                <td><span class=\"spec-highlight\">0.2 KW<\/span><\/td>\r\n                                <td class=\"spec-name\">Signal communication interface<\/td>\r\n                                <td>Standard SMEMA interface<\/td>\r\n                            <\/tr>\r\n                            <tr>\r\n                                <td class=\"spec-name\">Equipment weight<\/td>\r\n                                <td><span class=\"spec-highlight-alt\">About 50 KG<\/span><\/td>\r\n                                <td class=\"spec-name\">Circuit board thickness<\/td>\r\n                                <td>0.6\u20136mm<\/td>\r\n                            <\/tr>\r\n                            <tr>\r\n                                <td class=\"spec-name\">Transmission type<\/td>\r\n                                <td>Anti-static flat belt transmission<\/td>\r\n                                <td class=\"spec-name\">Carrier weight<\/td>\r\n                                <td>\u22641.5 kg<\/td>\r\n                            <\/tr>\r\n                            <tr>\r\n                                <td class=\"spec-name\">Transmission direction<\/td>\r\n                                <td>Left to right \/ Right to left (optional)<\/td>\r\n                                <td class=\"spec-name\"><\/td>\r\n                                <td><\/td>\r\n                            <\/tr>\r\n                        <\/tbody>\r\n                    <\/table>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/div><!-- END itemscope Product -->\r\n\r\n<script>\r\n    const observerOptions = { threshold: 0.1, rootMargin: '0px 0px -50px 0px' };\r\n    const observer = new IntersectionObserver((entries) => {\r\n        entries.forEach(entry => {\r\n            if (entry.isIntersecting) {\r\n                entry.target.style.opacity = '1';\r\n                entry.target.style.transform = 'translateY(0)';\r\n            }\r\n        });\r\n    }, observerOptions);\r\n\r\n    document.querySelectorAll('.feature-card, .highlight-card').forEach(el => {\r\n        el.style.opacity = '0';\r\n        el.style.transform = 'translateY(20px)';\r\n        el.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\r\n        observer.observe(el);\r\n    });\r\n\r\n    document.querySelectorAll('.feature-card').forEach((card, i) => { card.style.transitionDelay = `${i * 0.06}s`; });\r\n    document.querySelectorAll('.highlight-card').forEach((card, i) => { card.style.transitionDelay = `${i * 0.08}s`; });\r\n<\/script>\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-55fe145 e-con-full e-flex e-con e-parent\" data-id=\"55fe145\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c422ac5 elementor-widget elementor-widget-html\" data-id=\"c422ac5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"sanco-peripherals-section\">\r\n\r\n  <div class=\"sanco-peripherals-container\">\r\n\r\n    <!-- \u5de6\u4fa7\u5185\u5bb9 -->\r\n    <div class=\"sanco-peripherals-left\">\r\n      <span class=\"sanco-peripherals-index\">SANCO<\/span>\r\n      <h2 class=\"sanco-peripherals-title\">\r\n        Featured Peripherals:<br>\r\n        SMT Line Automation<br>\r\n        Equipment Solutions\r\n      <\/h2>\r\n      <a href=\"\/product\/\" class=\"sanco-peripherals-readmore\">Read More<\/a>\r\n\r\n      <div class=\"sanco-peripherals-arrows\">\r\n        <button id=\"sancoPeripheralsPrev\" aria-label=\"Previous peripheral product\">\u2190<\/button>\r\n        <button id=\"sancoPeripheralsNext\" aria-label=\"Next peripheral product\">\u2192<\/button>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- \u53f3\u4fa7\u6ed1\u52a8\u533a -->\r\n    <div class=\"sanco-peripherals-slider-wrapper\">\r\n      <div class=\"sanco-peripherals-slider\" id=\"sancoPeripheralsSlider\">\r\n\r\n        <!-- \u4ea7\u54c1 1: Elevator In -->\r\n        <a href=\"\/elevator\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/elevator-in_\u7ed3\u679c.webp\" alt=\"Elevator In - SMT PCB board elevator system\" loading=\"lazy\">\r\n            <p>Elevator (In)<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 2: Elevator Out -->\r\n        <a href=\"\/elevator\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/elevator-out_\u7ed3\u679c.webp\" alt=\"Elevator Out - SMT PCB board elevator system\" loading=\"lazy\">\r\n            <p>Elevator (Out)<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 3: PCB Flipper -->\r\n        <a href=\"\/pcb-flipper\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/PCB-Flipper_\u7ed3\u679c.webp\" alt=\"PCB Flipper - Circuit board flipping machine\" loading=\"lazy\">\r\n            <p>PCB Flipper<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 4: Loader -->\r\n        <a href=\"\/loadder\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/Loader_\u7ed3\u679c.webp\" alt=\"Loader - Automatic PCB board loader machine\" loading=\"lazy\">\r\n            <p>Loader<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 5: Unloader -->\r\n        <a href=\"\/unloadder\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/Unloader-scaled_\u7ed3\u679c.webp\" alt=\"Unloader - Automatic PCB board unloader machine\" loading=\"lazy\">\r\n            <p>Unloader<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 6: Conveyor -->\r\n        <a href=\"\/conveyor\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/Conveyor_\u7ed3\u679c.webp\" alt=\"Conveyor - SMT line conveyor system\" loading=\"lazy\">\r\n            <p>Conveyor<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 7: UV Conveyor -->\r\n        <a href=\"\/uv-conveyor\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/UV-Conveyor_\u7ed3\u679c.webp\" alt=\"UV Conveyor - UV inspection conveyor station\" loading=\"lazy\">\r\n            <p>UV Conveyor<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 8: Shuttle Conveyor -->\r\n        <a href=\"\/shuttle-conveyor\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/Shuttle-conveyor-1_\u7ed3\u679c.webp\" alt=\"Shuttle Conveyor - PCB transfer shuttle system\" loading=\"lazy\">\r\n            <p>Shuttle Conveyor<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 9: NG\/OK Conveyor -->\r\n        <a href=\"\/ng-ok-conveyor\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/NGOK-Conveyor_\u7ed3\u679c.webp\" alt=\"NG\/OK Conveyor - Quality sorting buffer conveyor\" loading=\"lazy\">\r\n            <p>NG\/OK Conveyor<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 10: Vertical Buffer Conveyor -->\r\n        <a href=\"\/vertical-bufferconveyor\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/Vertical-buffer-conveyor_\u7ed3\u679c.webp\" alt=\"Vertical Buffer Conveyor - PCB vertical buffering system\" loading=\"lazy\">\r\n            <p>Vertical Buffer Conveyor<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n        <!-- \u4ea7\u54c1 11: Vertical Cooling Buffer Conveyor -->\r\n        <a href=\"\/vertical-cooling-buffer-conveyor\/\" class=\"sanco-peripherals-card-link\">\r\n          <article class=\"sanco-peripherals-card\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.sancofd.com\/wp-content\/uploads\/2026\/02\/Vertical-cooling-buffer-conveyor_\u7ed3\u679c.webp\" alt=\"Vertical Cooling Buffer Conveyor - PCB cooling buffer system\" loading=\"lazy\">\r\n            <p>Vertical Cooling Buffer Conveyor<\/p>\r\n            <span class=\"sanco-peripherals-card-readmore\">Read More \u2192<\/span>\r\n          <\/article>\r\n        <\/a>\r\n\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n\/* ===== Peripherals Section ===== *\/\r\n.sanco-peripherals-section {\r\n  background: #F5F7FA;\r\n  padding: 120px 0;\r\n  overflow: hidden;\r\n  position: relative;\r\n  min-height: 800px;\r\n}\r\n\r\n.sanco-peripherals-section::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 0; left: 0; right: 0; bottom: 0;\r\n  background-image:\r\n    linear-gradient(rgba(37, 99, 235, 0.02) 1px, transparent 1px),\r\n    linear-gradient(90deg, rgba(37, 99, 235, 0.02) 1px, transparent 1px);\r\n  background-size: 50px 50px;\r\n  pointer-events: none;\r\n  opacity: 0.5;\r\n}\r\n\r\n.sanco-peripherals-section::after {\r\n  content: '';\r\n  position: absolute;\r\n  top: -200px; right: -200px;\r\n  width: 600px; height: 600px;\r\n  background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.03) 40%, transparent 70%);\r\n  border-radius: 50%;\r\n  pointer-events: none;\r\n  animation: sancoPeripheralsFloat 20s ease-in-out infinite;\r\n}\r\n\r\n@keyframes sancoPeripheralsFloat {\r\n  0%, 100% { transform: translate(0, 0) scale(1); }\r\n  50% { transform: translate(-30px, 30px) scale(1.05); }\r\n}\r\n\r\n.sanco-peripherals-container::before {\r\n  content: '';\r\n  position: absolute;\r\n  bottom: -150px; left: -150px;\r\n  width: 500px; height: 500px;\r\n  border: 2px solid rgba(37, 99, 235, 0.06);\r\n  border-radius: 50%;\r\n  pointer-events: none;\r\n  animation: sancoPeripheralsRotate 30s linear infinite;\r\n}\r\n\r\n@keyframes sancoPeripheralsRotate {\r\n  from { transform: rotate(0deg); }\r\n  to { transform: rotate(360deg); }\r\n}\r\n\r\n.sanco-peripherals-container::after {\r\n  content: '';\r\n  position: absolute;\r\n  top: 15%; left: 10%;\r\n  width: 120px; height: 120px;\r\n  background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);\r\n  border-radius: 50%;\r\n  pointer-events: none;\r\n  animation: sancoPeripheralsPulse 4s ease-in-out infinite;\r\n}\r\n\r\n@keyframes sancoPeripheralsPulse {\r\n  0%, 100% { transform: scale(1); opacity: 0.5; }\r\n  50% { transform: scale(1.2); opacity: 0.8; }\r\n}\r\n\r\n.sanco-peripherals-container {\r\n  max-width: 1600px;\r\n  margin: auto;\r\n  padding: 0 50px;\r\n  display: flex;\r\n  gap: 50px;\r\n  align-items: center;\r\n  position: relative;\r\n  z-index: 1;\r\n}\r\n\r\n.sanco-peripherals-slider-wrapper::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 50%; right: -100px;\r\n  width: 300px; height: 300px;\r\n  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 60%);\r\n  border-radius: 50%;\r\n  transform: translateY(-50%);\r\n  pointer-events: none;\r\n  z-index: -1;\r\n}\r\n\r\n.sanco-peripherals-left::before {\r\n  content: '';\r\n  position: absolute;\r\n  left: -30px; top: 20%;\r\n  width: 4px; height: 60%;\r\n  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.2), transparent);\r\n  border-radius: 2px;\r\n  pointer-events: none;\r\n}\r\n\r\n\/* ===== \u5de6\u4fa7 ===== *\/\r\n.sanco-peripherals-left {\r\n  flex: 0 0 15%;\r\n  position: relative;\r\n}\r\n\r\n.sanco-peripherals-index {\r\n  font-size: 48px;\r\n  font-weight: 700;\r\n  color: #e2e8f0;\r\n  margin-bottom: 8px;\r\n  display: block;\r\n  letter-spacing: 2px;\r\n  text-shadow: 2px 2px 4px rgba(37, 99, 235, 0.05);\r\n}\r\n\r\n.sanco-peripherals-title {\r\n  font-size: 26px;\r\n  line-height: 1.4;\r\n  margin-bottom: 24px;\r\n  color: #1a2332;\r\n}\r\n\r\n.sanco-peripherals-readmore {\r\n  text-decoration: underline;\r\n  color: #2563eb;\r\n  font-size: 15px;\r\n  font-weight: 500;\r\n  transition: color 0.3s ease;\r\n  display: inline-block;\r\n  margin-bottom: 30px;\r\n}\r\n\r\n.sanco-peripherals-readmore:hover { color: #1d4ed8; }\r\n\r\n\/* ===== \u7bad\u5934 ===== *\/\r\n.sanco-peripherals-arrows {\r\n  display: flex;\r\n  gap: 12px;\r\n}\r\n\r\n.sanco-peripherals-arrows button {\r\n  width: 48px; height: 48px;\r\n  border-radius: 50%;\r\n  border: 2px solid #2563eb;\r\n  background: #fff;\r\n  color: #2563eb;\r\n  font-size: 18px;\r\n  cursor: pointer;\r\n  transition: all .3s ease;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);\r\n}\r\n\r\n.sanco-peripherals-arrows button:hover {\r\n  background: #2563eb;\r\n  color: #fff;\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);\r\n}\r\n\r\n.sanco-peripherals-arrows button:active { transform: translateY(0); }\r\n\r\n\/* ===== Slider ===== *\/\r\n.sanco-peripherals-slider-wrapper {\r\n  flex: 1;\r\n  overflow: hidden;\r\n  position: relative;\r\n}\r\n\r\n\/* \u65e0\u7f1d\u5faa\u73af\uff1atransition \u7531 JS \u52a8\u6001\u63a7\u5236\uff08\u5207\u6362\u65f6\u6709\u52a8\u753b\uff0c\u77ac\u79fb\u65f6\u65e0\u52a8\u753b\uff09 *\/\r\n.sanco-peripherals-slider {\r\n  display: flex;\r\n  gap: 35px;\r\n  \/* transition \u7531 JS \u63a7\u5236 *\/\r\n  will-change: transform;\r\n  direction: ltr;\r\n}\r\n\r\n\/* ===== \u5361\u7247\u94fe\u63a5 ===== *\/\r\n.sanco-peripherals-card-link {\r\n  display: block;\r\n  text-decoration: none;\r\n  color: inherit;\r\n  flex-shrink: 0;\r\n}\r\n\r\n\/* ===== \u4ea7\u54c1\u5361 ===== *\/\r\n.sanco-peripherals-card {\r\n  min-width: 380px;\r\n  height: 550px;\r\n  padding: 45px 35px;\r\n  text-align: center;\r\n  background: #fff;\r\n  border-radius: 16px;\r\n  box-shadow:\r\n    0 10px 30px rgba(37, 99, 235, 0.1),\r\n    0 4px 10px rgba(0, 0, 0, 0.05);\r\n  transition: transform .3s ease, box-shadow .3s ease;\r\n  position: relative;\r\n  overflow: hidden;\r\n  display: flex;\r\n  flex-direction: column;\r\n  justify-content: space-between;\r\n  direction: ltr;\r\n}\r\n\r\n.sanco-peripherals-card::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 0; left: 0; right: 0;\r\n  height: 4px;\r\n  background: linear-gradient(90deg, #2563eb, #3b82f6);\r\n  transform: scaleX(0);\r\n  transform-origin: left;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n.sanco-peripherals-card-link:hover .sanco-peripherals-card {\r\n  transform: translateY(-8px);\r\n  box-shadow:\r\n    0 15px 40px rgba(37, 99, 235, 0.18),\r\n    0 6px 15px rgba(0, 0, 0, 0.08);\r\n}\r\n\r\n.sanco-peripherals-card-link:hover .sanco-peripherals-card::before {\r\n  transform: scaleX(1);\r\n}\r\n\r\n.sanco-peripherals-card img {\r\n  max-width: 100%;\r\n  height: 330px;\r\n  object-fit: contain;\r\n  margin-bottom: 24px;\r\n  transition: transform 0.35s ease;\r\n  transform-origin: center;\r\n}\r\n\r\n@media (hover: hover) {\r\n  .sanco-peripherals-card-link:hover .sanco-peripherals-card img {\r\n    transform: scale(1.12);\r\n  }\r\n}\r\n\r\n.sanco-peripherals-card p {\r\n  font-size: 18px;\r\n  font-weight: 600;\r\n  color: #2563eb;\r\n  margin: 0 0 12px 0;\r\n  min-height: 54px;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n\r\n.sanco-peripherals-card-readmore {\r\n  display: inline-block;\r\n  font-size: 14px;\r\n  color: #2563eb;\r\n  font-weight: 500;\r\n  transition: all 0.3s ease;\r\n  opacity: 0.8;\r\n}\r\n\r\n.sanco-peripherals-card-link:hover .sanco-peripherals-card-readmore {\r\n  opacity: 1;\r\n  transform: translateX(4px);\r\n}\r\n\r\n\/* ===== \u5e73\u677f\u7aef ===== *\/\r\n@media (max-width: 1024px) {\r\n  .sanco-peripherals-section {\r\n    padding: 100px 0;\r\n    min-height: 750px;\r\n  }\r\n\r\n  .sanco-peripherals-container {\r\n    flex-direction: column;\r\n    gap: 40px;\r\n    padding: 0 30px;\r\n  }\r\n\r\n  .sanco-peripherals-left {\r\n    flex: none;\r\n    width: 100%;\r\n    text-align: center;\r\n  }\r\n\r\n  .sanco-peripherals-index { font-size: 42px; }\r\n  .sanco-peripherals-title { font-size: 24px; margin-bottom: 20px; }\r\n  .sanco-peripherals-readmore { margin-bottom: 25px; }\r\n  .sanco-peripherals-arrows { justify-content: center; }\r\n\r\n  .sanco-peripherals-slider-wrapper {\r\n    width: 100%;\r\n    overflow: hidden;\r\n    padding: 0;\r\n  }\r\n\r\n  .sanco-peripherals-slider {\r\n    gap: 30px;\r\n  }\r\n\r\n  .sanco-peripherals-card-link {\r\n    min-width: 100%;\r\n    width: 100%;\r\n  }\r\n\r\n  .sanco-peripherals-card {\r\n    min-width: 100%;\r\n    width: 100%;\r\n    max-width: 500px;\r\n    margin: 0 auto;\r\n    height: 520px;\r\n    padding: 40px 30px;\r\n  }\r\n\r\n  .sanco-peripherals-card img { height: 300px; }\r\n\r\n  .sanco-peripherals-left::before,\r\n  .sanco-peripherals-slider-wrapper::before { display: none; }\r\n}\r\n\r\n\/* ===== \u79fb\u52a8\u7aef ===== *\/\r\n@media (max-width: 768px) {\r\n  .sanco-peripherals-section {\r\n    padding: 80px 20px;\r\n    min-height: auto;\r\n  }\r\n\r\n  .sanco-peripherals-container {\r\n    flex-direction: column;\r\n    gap: 50px;\r\n    padding: 0;\r\n  }\r\n\r\n  .sanco-peripherals-left {\r\n    flex: none;\r\n    width: 100%;\r\n    text-align: center;\r\n  }\r\n\r\n  .sanco-peripherals-index { font-size: 40px; }\r\n  .sanco-peripherals-title { font-size: 24px; margin-bottom: 20px; }\r\n  .sanco-peripherals-readmore { margin-bottom: 25px; }\r\n  .sanco-peripherals-arrows { justify-content: center; }\r\n\r\n  .sanco-peripherals-slider-wrapper {\r\n    width: 100%;\r\n    overflow: hidden;\r\n    padding: 0;\r\n  }\r\n\r\n  .sanco-peripherals-slider { gap: 20px; }\r\n\r\n  .sanco-peripherals-card-link {\r\n    min-width: 100%;\r\n    width: 100%;\r\n  }\r\n\r\n  .sanco-peripherals-card {\r\n    min-width: 100%;\r\n    width: 100%;\r\n    max-width: none;\r\n    height: 480px;\r\n    padding: 40px 30px;\r\n  }\r\n\r\n  .sanco-peripherals-card img { height: 280px; }\r\n  .sanco-peripherals-card p { min-height: 48px; }\r\n\r\n  .sanco-peripherals-left::before,\r\n  .sanco-peripherals-slider-wrapper::before { display: none; }\r\n}\r\n\r\n\/* ===== \u5c0f\u5c4f\u624b\u673a ===== *\/\r\n@media (max-width: 480px) {\r\n  .sanco-peripherals-section { padding: 60px 15px; }\r\n  .sanco-peripherals-index { font-size: 36px; }\r\n  .sanco-peripherals-title { font-size: 20px; }\r\n\r\n  .sanco-peripherals-card {\r\n    height: 440px;\r\n    padding: 35px 25px;\r\n  }\r\n\r\n  .sanco-peripherals-card img { height: 240px; }\r\n  .sanco-peripherals-card p { font-size: 16px; min-height: 44px; }\r\n\r\n  .sanco-peripherals-arrows button {\r\n    width: 44px; height: 44px;\r\n    font-size: 16px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function () {\r\n  'use strict';\r\n\r\n  var slider  = document.getElementById('sancoPeripheralsSlider');\r\n  var prevBtn = document.getElementById('sancoPeripheralsPrev');\r\n  var nextBtn = document.getElementById('sancoPeripheralsNext');\r\n\r\n  if (!slider || !prevBtn || !nextBtn) return;\r\n\r\n  var ANIM_MS   = 550;   \/\/ \u52a8\u753b\u65f6\u957f\uff0c\u4e0e CSS transition \u4fdd\u6301\u4e00\u81f4\r\n  var INTERVAL  = 3000;  \/\/ \u81ea\u52a8\u64ad\u653e\u95f4\u9694\r\n\r\n  \/* \u2500\u2500 RTL \u68c0\u6d4b \u2500\u2500 *\/\r\n  function isRTL() {\r\n    return getComputedStyle(document.documentElement).direction === 'rtl';\r\n  }\r\n\r\n  function isSingleCard() {\r\n    return window.innerWidth <= 1024;\r\n  }\r\n\r\n  \/* \u2500\u2500 \u514b\u9686\u5934\u5c3e\uff0c\u6784\u9020\u65e0\u7f1d\u8f68\u9053 \u2500\u2500 *\/\r\n  \/\/ \u53ea\u514b\u9686 1 \u7ec4\uff08\u5934\u90e8 + \u5c3e\u90e8\u5404 1 \u7ec4\uff09\uff0ccloneCount = total\r\n  var origItems  = Array.prototype.slice.call(slider.children);\r\n  var total      = origItems.length;\r\n  var cloneCount = total;\r\n\r\n  \/\/ \u5c3e\u90e8\u8ffd\u52a0\u6b63\u5e8f\u514b\u9686\r\n  origItems.forEach(function (el) { slider.appendChild(el.cloneNode(true)); });\r\n  \/\/ \u5934\u90e8\u63d2\u5165\u5012\u5e8f\u514b\u9686\uff08\u63d2\u5b8c\u540e\u987a\u5e8f\u6b63\u786e\uff09\r\n  for (var i = total - 1; i >= 0; i--) {\r\n    slider.insertBefore(origItems[i].cloneNode(true), slider.firstChild);\r\n  }\r\n  \/\/ \u7ed3\u6784\uff1a[clone\u00d7total] [real\u00d7total] [clone\u00d7total]\r\n\r\n  var currentIndex = cloneCount; \/\/ \u4ece\u771f\u5b9e\u7b2c\u4e00\u5f20\u5f00\u59cb\r\n  var locked       = false;      \/\/ \u52a8\u753b\u8fdb\u884c\u4e2d\u9501\r\n  var autoTimer    = null;\r\n  var mouseInside  = false;\r\n\r\n  \/* \u2500\u2500 \u8ba1\u7b97\u5355\u6b65\u5bbd\u5ea6\uff08\u5361\u7247\u5bbd + gap\uff09 \u2500\u2500 *\/\r\n  function stepWidth() {\r\n    var el  = slider.children[currentIndex] || slider.children[0];\r\n    var gap = isSingleCard() ? (window.innerWidth <= 768 ? 20 : 30) : 35;\r\n    return el.offsetWidth + gap;\r\n  }\r\n\r\n  \/* \u2500\u2500 \u8bbe\u7f6e\u4f4d\u79fb\uff08\u5e26 \/ \u4e0d\u5e26\u52a8\u753b\uff09 \u2500\u2500 *\/\r\n  function setPos(idx, animate) {\r\n    var offset = idx * stepWidth();\r\n    slider.style.transition = animate\r\n      ? ('transform ' + ANIM_MS + 'ms cubic-bezier(0.4,0,0.2,1)')\r\n      : 'none';\r\n    slider.style.transform = isRTL()\r\n      ? 'translateX(' + offset + 'px)'\r\n      : 'translateX(-' + offset + 'px)';\r\n    currentIndex = idx;\r\n  }\r\n\r\n  \/* \u2500\u2500 \u521d\u59cb\u4f4d\u7f6e \u2500\u2500 *\/\r\n  \/\/ requestAnimationFrame \u786e\u4fdd DOM \u6e32\u67d3\u5b8c\u518d\u8bbe\u4f4d\u7f6e\uff0c\u907f\u514d\u521d\u59cb\u95ea\u70c1\r\n  requestAnimationFrame(function () {\r\n    setPos(currentIndex, false);\r\n  });\r\n\r\n  \/* \u2500\u2500 \u6838\u5fc3\u6ed1\u52a8\uff1a\u5e26\u52a8\u753b\u79fb\u52a8\uff0c\u52a8\u753b\u7ed3\u675f\u540e\u89e3\u9501\u5e76\u68c0\u67e5\u662f\u5426\u9700\u8981\u77ac\u79fb \u2500\u2500 *\/\r\n  function slideTo(idx) {\r\n    if (locked) return;\r\n    locked = true;\r\n\r\n    setPos(idx, true);\r\n\r\n    \/\/ \u7528\u7cbe\u786e\u8ba1\u65f6\u5668\u89e3\u9501\uff0c\u907f\u514d transitionend \u5192\u6ce1\u5bfc\u81f4\u7684\u8bef\u89e6\u53d1\r\n    setTimeout(function () {\r\n      locked = false;\r\n\r\n      \/\/ \u65e0\u7f1d\u8df3\u8f6c\uff1a\u5230\u8fbe\u514b\u9686\u533a\u5219\u77ac\u79fb\u56de\u771f\u5b9e\u533a\r\n      if (currentIndex >= cloneCount + total) {\r\n        setPos(currentIndex - total, false);\r\n      } else if (currentIndex < cloneCount) {\r\n        setPos(currentIndex + total, false);\r\n      }\r\n\r\n      \/\/ \u5982\u679c\u81ea\u52a8\u64ad\u653e\u5f00\u7740\u4e14\u9f20\u6807\u4e0d\u5728\u5185\u90e8\uff0c\u7ee7\u7eed\u6392\u961f\u4e0b\u4e00\u5f20\r\n      if (autoTimer !== null && !mouseInside) {\r\n        scheduleNext();\r\n      }\r\n    }, ANIM_MS);\r\n  }\r\n\r\n  function slideNext() { slideTo(currentIndex + 1); }\r\n  function slidePrev() { slideTo(currentIndex - 1); }\r\n\r\n  \/* \u2500\u2500 \u81ea\u52a8\u64ad\u653e\uff1a\u7528 setTimeout \u94fe\u907f\u514d setInterval \u4e0e\u52a8\u753b\u9501\u51b2\u7a81 \u2500\u2500 *\/\r\n  function scheduleNext() {\r\n    clearTimeout(autoTimer);\r\n    autoTimer = setTimeout(function () {\r\n      if (!mouseInside) slideNext();\r\n      \/\/ \u6ce8\u610f\uff1a\u89e3\u9501\u540e\u7684 slideTo \u5185\u90e8\u4f1a\u7ee7\u7eed scheduleNext\uff0c\u6240\u4ee5\u8fd9\u91cc\u4e0d\u91cd\u590d\u8c03\u7528\r\n    }, INTERVAL);\r\n  }\r\n\r\n  function startAuto() {\r\n    autoTimer = 1; \/\/ \u6807\u8bb0\"\u81ea\u52a8\u64ad\u653e\u5df2\u5f00\u542f\"\uff08scheduleNext \u5185\u4f1a\u8986\u76d6\uff09\r\n    scheduleNext();\r\n  }\r\n\r\n  function stopAuto() {\r\n    clearTimeout(autoTimer);\r\n    autoTimer = null;\r\n  }\r\n\r\n  \/* \u2500\u2500 \u7528\u6237\u70b9\u51fb\u540e\uff1a\u505c\u6b62\u81ea\u52a8\uff0c5s \u540e\u6062\u590d \u2500\u2500 *\/\r\n  var resumeTimer = null;\r\n  function userSlide(fn) {\r\n    stopAuto();\r\n    clearTimeout(resumeTimer);\r\n    fn();\r\n    resumeTimer = setTimeout(function () {\r\n      startAuto();\r\n    }, 5000);\r\n  }\r\n\r\n  \/* \u2500\u2500 \u6309\u94ae \u2500\u2500 *\/\r\n  nextBtn.addEventListener('click', function () { userSlide(slideNext); });\r\n  prevBtn.addEventListener('click', function () { userSlide(slidePrev); });\r\n\r\n  \/* \u2500\u2500 \u9f20\u6807\u60ac\u505c\u6682\u505c \u2500\u2500 *\/\r\n  slider.addEventListener('mouseenter', function () {\r\n    mouseInside = true;\r\n    clearTimeout(autoTimer);\r\n  });\r\n  slider.addEventListener('mouseleave', function () {\r\n    mouseInside = false;\r\n    if (autoTimer !== null) scheduleNext(); \/\/ \u6062\u590d\u8c03\u5ea6\r\n  });\r\n\r\n  \/* \u2500\u2500 \u89e6\u6478\u6ed1\u52a8 \u2500\u2500 *\/\r\n  var touchX = 0;\r\n  slider.addEventListener('touchstart', function (e) {\r\n    touchX = e.touches[0].clientX;\r\n  }, { passive: true });\r\n  slider.addEventListener('touchend', function (e) {\r\n    var dx = touchX - e.changedTouches[0].clientX;\r\n    if (Math.abs(dx) > 40) userSlide(dx > 0 ? slideNext : slidePrev);\r\n  }, { passive: true });\r\n\r\n  \/* \u2500\u2500 \u54cd\u5e94\u5f0f\uff1aresize \u540e\u91cd\u65b0\u5bf9\u9f50\uff0c\u4e0d\u91cd\u7f6e index \u2500\u2500 *\/\r\n  var resizeTimer;\r\n  window.addEventListener('resize', function () {\r\n    clearTimeout(resizeTimer);\r\n    resizeTimer = setTimeout(function () {\r\n      setPos(currentIndex, false);\r\n    }, 200);\r\n  });\r\n\r\n  \/* \u2500\u2500 \u542f\u52a8 \u2500\u2500 *\/\r\n  startAuto();\r\n})();\r\n<\/script\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>SMT Conveyor JB-500C | PCB Transfer System | Sanco Peripherals Conveyor Professional SMT conveyor designed for flexible PCB transfer between SMT line equipment. Equipped with touch screen control, SMEMA standard compatibility, anti-static flat belt transmission, and ball screw automatic adjustment for reliable and efficient material handling. Touch Screen Control SMEMA Compatible Adjustable Direction Home> Products> [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1001","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.sancofd.com\/es\/wp-json\/wp\/v2\/pages\/1001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sancofd.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sancofd.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sancofd.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sancofd.com\/es\/wp-json\/wp\/v2\/comments?post=1001"}],"version-history":[{"count":45,"href":"https:\/\/www.sancofd.com\/es\/wp-json\/wp\/v2\/pages\/1001\/revisions"}],"predecessor-version":[{"id":5829,"href":"https:\/\/www.sancofd.com\/es\/wp-json\/wp\/v2\/pages\/1001\/revisions\/5829"}],"wp:attachment":[{"href":"https:\/\/www.sancofd.com\/es\/wp-json\/wp\/v2\/media?parent=1001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}