{"id":4093,"date":"2026-08-05T09:42:44","date_gmt":"2026-08-05T09:42:44","guid":{"rendered":"https:\/\/ycpcbs.com\/?page_id=4093"},"modified":"2026-08-10T02:21:30","modified_gmt":"2026-08-10T02:21:30","slug":"thermoelectric-separation-copper-substrate-board-2","status":"publish","type":"page","link":"https:\/\/ycpcbs.com\/pt\/thermoelectric-separation-copper-substrate-board-2\/","title":{"rendered":"cURL Too many subrequests by single Worker invocation. To configure this limit, refer to https:\/\/developers.cloudflare.com\/workers\/wrangler\/configuration\/#limits"},"content":{"rendered":"<style>\n    :root {\n      --primary: #34C759;\n      --primary-dark: #28a745;\n      --primary-light: #eaf9ee;\n      --ink: #0f172a;\n      --text: #475569;\n      --muted: #64748b;\n      --line: #dbe7df;\n      --soft: #f8fafc;\n      --copper: #b87333;\n      --copper-soft: #fff7ed;\n      --dark: #07130d;\n      --white: #ffffff;\n      --shadow: 0 24px 70px rgba(15, 23, 42, .10);\n      --radius: 28px;\n    }\n    * { box-sizing: border-box; }\n    html { scroll-behavior: smooth; }\n    body {\n      margin: 0;\n      font-family: 'Inter', sans-serif;\n      color: var(--text);\n      background: #ffffff;\n      line-height: 1.7;\n    }\n    h1, h2, h3, .hero-title, .section-title, .card-title, .product-title {\n      font-family: 'Lexend', sans-serif;\n      color: var(--ink);\n      letter-spacing: -0.02em;\n      margin: 0;\n    }\n    h1, .hero-title {\n      font-size: clamp(42px, 5vw, 70px);\n      line-height: 1.05;\n      letter-spacing: -0.025em;\n    }\n    h2, .section-title {\n      font-size: clamp(30px, 3.2vw, 46px);\n      line-height: 1.12;\n    }\n    h3, .card-title {\n      font-size: 20px;\n      line-height: 1.25;\n    }\n    p { margin: 0; }\n    a { color: inherit; text-decoration: none; }\n    img { max-width: 100%; display: block; }\n    .container {\n      width: min(1180px, calc(100% - 40px));\n      margin: 0 auto;\n    }\n    .topbar {\n      position: sticky;\n      top: 0;\n      z-index: 50;\n      background: rgba(255, 255, 255, .92);\n      backdrop-filter: blur(18px);\n      border-bottom: 1px solid rgba(219, 231, 223, .9);\n    }\n    .nav {\n      height: 76px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 24px;\n    }\n    .brand {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      font-weight: 800;\n      color: var(--ink);\n    }\n    .brand-mark {\n      width: 42px;\n      height: 42px;\n      border-radius: 14px;\n      background: linear-gradient(135deg, var(--primary), var(--copper));\n      box-shadow: 0 12px 30px rgba(52, 199, 89, .25);\n    }\n    .nav-links {\n      display: flex;\n      align-items: center;\n      gap: 22px;\n      color: #334155;\n      font-size: 14px;\n      font-weight: 700;\n    }\n    .nav-actions {\n      display: flex;\n      gap: 10px;\n      align-items: center;\n    }\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      padding: 14px 20px;\n      border-radius: 999px;\n      font-weight: 800;\n      font-size: 14px;\n      border: 1px solid transparent;\n      transition: .2s ease;\n      cursor: pointer;\n      white-space: nowrap;\n    }\n    .btn-primary {\n      color: #fff;\n      background: linear-gradient(135deg, var(--primary), var(--primary-dark));\n      box-shadow: 0 16px 34px rgba(52, 199, 89, .28);\n    }\n    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 38px rgba(52, 199, 89, .34); }\n    .btn-secondary {\n      color: var(--ink);\n      background: #ffffff;\n      border-color: var(--line);\n    }\n    .btn-secondary:hover { border-color: rgba(52,199,89,.45); transform: translateY(-2px); }\n    .hero {\n      padding: 84px 0 70px;\n      background:\n        radial-gradient(circle at 20% 10%, rgba(52,199,89,.12), transparent 30%),\n        radial-gradient(circle at 86% 20%, rgba(184,115,51,.13), transparent 32%),\n        linear-gradient(180deg, #f8fafc, #ffffff);\n      overflow: hidden;\n    }\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1.02fr .98fr;\n      gap: 44px;\n      align-items: center;\n    }\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 9px;\n      padding: 8px 12px;\n      border-radius: 999px;\n      background: var(--primary-light);\n      color: #176b36;\n      font-size: 13px;\n      font-weight: 800;\n      margin-bottom: 18px;\n    }\n    .eyebrow::before {\n      content: \"\";\n      width: 9px;\n      height: 9px;\n      border-radius: 99px;\n      background: var(--primary);\n      box-shadow: 0 0 0 6px rgba(52,199,89,.16);\n    }\n    .hero h1 span {\n      color: var(--primary-dark);\n    }\n    .hero-lead {\n      font-size: 18px;\n      color: #334155;\n      margin-top: 22px;\n      max-width: 720px;\n    }\n    .hero-actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 14px;\n      margin-top: 30px;\n    }\n    .hero-points {\n      margin-top: 26px;\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n    }\n    .point {\n      background: rgba(255,255,255,.78);\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 14px;\n      color: #334155;\n      font-size: 13px;\n      font-weight: 700;\n    }\n    .point strong {\n      display: block;\n      color: var(--ink);\n      font-size: 16px;\n      margin-bottom: 2px;\n      font-family: 'Lexend', sans-serif;\n    }\n    .hero-visual {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n    }\n    .hero-visual .visual-card:first-child {\n      grid-column: 1 \/ -1;\n    }\n    .section {\n      padding: 86px 0;\n    }\n    .section.alt {\n      background: #f8fafc;\n    }\n    .section.dark {\n      background: radial-gradient(circle at 18% 0, rgba(52,199,89,.16), transparent 28%), linear-gradient(135deg, #07130d, #0f172a);\n      color: #dbeafe;\n    }\n    .section.dark h2,\n    .section.dark .section-title,\n    .section.dark .section-head h2,\n    .final-cta h2 {\n      color: #f8fafc !important;\n    }\n    .section.dark .lead,\n    .section.dark .section-head .lead,\n    .final-cta p {\n      color: #d1fae5 !important;\n    }\n    .section.dark .eyebrow {\n      background: rgba(52, 199, 89, .12);\n      color: #bbf7d0;\n    }\n    .section.dark .card h3,\n    .section.dark .card p,\n    .section.dark .visual-card h3,\n    .section.dark .visual-card figcaption,\n    .section.dark .visual-card p,\n    .section.dark .process-card h3,\n    .section.dark .process-card p {\n      color: #0f172a !important;\n    }\n    .section-head {\n      display: grid;\n      grid-template-columns: .92fr 1.08fr;\n      gap: 34px;\n      align-items: end;\n      margin-bottom: 38px;\n    }\n    .lead {\n      font-size: 16px;\n      color: #64748b;\n      max-width: 760px;\n    }\n    .grid-2 {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n    }\n    .grid-3 {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 22px;\n    }\n    .grid-4 {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 18px;\n    }\n    .card, .visual-card, .process-card {\n      background: #ffffff;\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      box-shadow: 0 14px 36px rgba(15,23,42,.06);\n      overflow: hidden;\n    }\n    .card {\n      padding: 24px;\n    }\n    .card:hover, .visual-card:hover, .process-card:hover {\n      border-color: rgba(52,199,89,.42);\n      transform: translateY(-3px);\n      transition: .22s ease;\n    }\n    .card p {\n      margin-top: 10px;\n      color: #475569;\n      font-size: 15px;\n    }\n    .tag-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 18px;\n    }\n    .tag {\n      padding: 7px 10px;\n      border-radius: 999px;\n      background: #f0fdf4;\n      color: #176b36;\n      border: 1px solid #bbf7d0;\n      font-size: 12px;\n      font-weight: 800;\n    }\n    .image-slot {\n      background: #ffffff;\n      min-height: 230px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .image-slot img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      object-position: center;\n      aspect-ratio: 10 \/ 7;\n      background: #fff;\n      padding: 8px;\n      transition: transform .25s ease;\n    }\n    .visual-card:hover .image-slot img { transform: scale(1.025); }\n    .visual-body {\n      padding: 20px;\n    }\n    figcaption {\n      font-family: 'Lexend', sans-serif;\n      font-weight: 800;\n      color: var(--ink);\n      letter-spacing: -0.01em;\n      margin-bottom: 8px;\n    }\n    .visual-body p {\n      color: #475569;\n      font-size: 14px;\n    }\n    .metric-strip {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n      margin-top: 44px;\n    }\n    .metric {\n      background: #fff;\n      border: 1px solid var(--line);\n      border-radius: 24px;\n      padding: 22px;\n      box-shadow: 0 12px 32px rgba(15,23,42,.06);\n    }\n    .metric strong {\n      display: block;\n      font-family: 'Lexend', sans-serif;\n      color: var(--ink);\n      font-size: 28px;\n      letter-spacing: -0.03em;\n    }\n    .metric span {\n      color: #64748b;\n      font-size: 13px;\n      font-weight: 700;\n    }\n    .table-wrap {\n      background: #ffffff;\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      overflow: hidden;\n      box-shadow: 0 16px 38px rgba(15,23,42,.06);\n    }\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      table-layout: fixed;\n    }\n    th, td {\n      padding: 17px 18px;\n      text-align: left;\n      border-bottom: 1px solid #e5edf0;\n      vertical-align: top;\n      overflow-wrap: anywhere;\n    }\n    th {\n      background: #f0fdf4;\n      color: #14532d;\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: .04em;\n      font-weight: 900;\n    }\n    td {\n      color: #334155;\n      font-size: 14px;\n    }\n    tr:last-child td { border-bottom: 0; }\n    .split {\n      display: grid;\n      grid-template-columns: .9fr 1.1fr;\n      gap: 28px;\n      align-items: center;\n    }\n    .process-card {\n      padding: 22px;\n      display: grid;\n      grid-template-columns: 80px 1fr;\n      gap: 16px;\n      align-items: center;\n    }\n    .step-number {\n      width: 64px;\n      height: 64px;\n      border-radius: 22px;\n      background: linear-gradient(135deg, var(--primary), var(--copper));\n      color: #fff;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-family: 'Lexend', sans-serif;\n      font-size: 24px;\n      font-weight: 900;\n    }\n    .process-card p {\n      color: #475569;\n      font-size: 14px;\n      margin-top: 6px;\n    }\n    .quote-panel {\n      background: linear-gradient(135deg, #ecfdf5, #fff7ed);\n      border: 1px solid rgba(52,199,89,.25);\n      border-radius: 34px;\n      padding: 32px;\n    }\n    .checklist {\n      display: grid;\n      gap: 12px;\n      margin-top: 22px;\n    }\n    .check {\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n      background: rgba(255,255,255,.78);\n      border: 1px solid rgba(219,231,223,.9);\n      padding: 14px 16px;\n      border-radius: 18px;\n      color: #334155;\n      font-weight: 700;\n      font-size: 14px;\n    }\n    .check::before {\n      content: \"\u2713\";\n      flex: 0 0 24px;\n      width: 24px;\n      height: 24px;\n      border-radius: 50%;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--primary);\n      color: white;\n      font-weight: 900;\n      font-size: 13px;\n      margin-top: 1px;\n    }\n    .faq-list {\n      display: grid;\n      gap: 14px;\n    }\n    details {\n      background: #fff;\n      border: 1px solid var(--line);\n      border-radius: 20px;\n      padding: 18px 20px;\n      box-shadow: 0 10px 30px rgba(15,23,42,.04);\n    }\n    summary {\n      cursor: pointer;\n      font-family: 'Lexend', sans-serif;\n      color: var(--ink);\n      font-weight: 800;\n      letter-spacing: -0.01em;\n    }\n    details p {\n      margin-top: 12px;\n      color: #475569;\n      font-size: 15px;\n    }\n    .final-cta {\n      background:\n        radial-gradient(circle at 18% 25%, rgba(52,199,89,.18), transparent 30%),\n        radial-gradient(circle at 82% 20%, rgba(184,115,51,.20), transparent 32%),\n        linear-gradient(135deg, #07130d, #0f172a);\n      border-radius: 40px;\n      padding: 54px;\n      display: grid;\n      grid-template-columns: 1.06fr .94fr;\n      gap: 30px;\n      align-items: center;\n      overflow: hidden;\n    }\n    .final-cta h2 { color: #f8fafc !important; }\n    .final-cta p { color: #d1fae5 !important; margin-top: 14px; }\n    .footer {\n      padding: 34px 0;\n      border-top: 1px solid var(--line);\n      color: #64748b;\n      font-size: 14px;\n    }\n    .footer-inner {\n      display: flex;\n      justify-content: space-between;\n      gap: 20px;\n      align-items: center;\n    }\n    @media (max-width: 980px) {\n      .nav-links { display: none; }\n      .hero-grid,\n      .section-head,\n      .split,\n      .final-cta {\n        grid-template-columns: 1fr;\n      }\n      .grid-3, .grid-4 {\n        grid-template-columns: repeat(2, 1fr);\n      }\n      .metric-strip {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n    @media (max-width: 768px) {\n      .container { width: min(100% - 28px, 1180px); }\n      h1, .hero-title { font-size: 38px; }\n      h2, .section-title { font-size: 30px; }\n      h3, .card-title { font-size: 20px; }\n      .hero { padding: 56px 0 48px; }\n      .hero-points, .grid-2, .grid-3, .grid-4, .metric-strip {\n        grid-template-columns: 1fr;\n      }\n      .hero-visual {\n        grid-template-columns: 1fr;\n      }\n      .section { padding: 60px 0; }\n      .final-cta { padding: 30px; border-radius: 28px; }\n      .nav-actions .btn-secondary { display: none; }\n      .process-card { grid-template-columns: 1fr; }\n      .table-wrap { overflow-x: auto; }\n      table { min-width: 720px; }\n      .footer-inner { flex-direction: column; align-items: flex-start; }\n    }\n  \n\n\/* <a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">YC PCB<\/a> Contact Popup *\/\n\n.ycpcbs-contact-popup {\n  display:none;\n  position:fixed;\n  inset:0;\n  z-index:99999;\n  align-items:center;\n  justify-content:center;\n  padding:20px;\n  background:rgba(2,6,23,.72);\n  backdrop-filter:blur(8px);\n  -webkit-backdrop-filter:blur(8px);\n}\n\n.ycpcbs-contact-popup:target {\n  display:flex;\n}\n\n.ycpcbs-popup-dialog {\n  position:relative;\n  width:min(560px,100%);\n  max-height:calc(100vh - 40px);\n  overflow:auto;\n  background:#ffffff;\n  border:1px solid #dbe5ee;\n  border-radius:28px;\n  box-shadow:0 28px 80px rgba(2,6,23,.28);\n  padding:30px;\n}\n\n.ycpcbs-popup-close {\n  position:absolute;\n  top:16px;\n  right:18px;\n  width:38px;\n  height:38px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:#f8fafc;\n  border:1px solid #e2e8f0;\n  color:#0f172a!important;\n  font-size:24px;\n  line-height:1;\n  font-weight:700;\n}\n\n.ycpcbs-popup-close:hover {\n  background:#f1f5f9;\n}\n\n.ycpcbs-popup-head {\n  padding-right:44px;\n  margin-bottom:22px;\n}\n\n.ycpcbs-popup-head h3 {\n  margin:0;\n  font-size:28px;\n  line-height:1.18;\n  color:#0f172a!important;\n}\n\n.ycpcbs-popup-head p {\n  margin-top:10px;\n  color:#64748b!important;\n  font-size:15px;\n  line-height:1.65;\n}\n\n.ycpcbs-contact-popup label {\n  display:block;\n  margin:0 0 8px;\n  color:#0f172a!important;\n  font-weight:800!important;\n  font-size:14px!important;\n}\n\n.ycpcbs-contact-popup input,\n.ycpcbs-contact-popup textarea {\n  width:100%!important;\n  border:1px solid #cbd5e1!important;\n  background:#ffffff!important;\n  color:#0f172a!important;\n  border-radius:14px!important;\n  padding:13px 14px!important;\n  font-family:'Inter',sans-serif!important;\n  font-size:15px!important;\n  line-height:1.5!important;\n  outline:none!important;\n  box-shadow:none!important;\n  box-sizing:border-box!important;\n}\n\n.ycpcbs-contact-popup input:focus,\n.ycpcbs-contact-popup textarea:focus {\n  border-color:#34C759!important;\n  box-shadow:0 0 0 4px rgba(52,199,89,.12)!important;\n}\n\n.ycpcbs-contact-popup textarea {\n  min-height:135px!important;\n  resize:vertical!important;\n}\n\n.ycpcbs-popup-field {\n  margin-bottom:16px;\n}\n\n.ycpcbs-popup-submit {\n  width:100%;\n  min-height:54px;\n  border:0;\n  border-radius:999px;\n  background:#34C759;\n  color:#052e16!important;\n  font-family:'Lexend',sans-serif;\n  font-weight:800;\n  font-size:15px;\n  cursor:pointer;\n  box-shadow:0 16px 34px rgba(52,199,89,.24);\n}\n\n.ycpcbs-popup-submit:hover {\n  background:#2eb94f;\n}\n\n.ycpcbs-popup-submit:disabled {\n  opacity:.65;\n  cursor:not-allowed;\n}\n\n.ycpcbs-popup-note {\n  margin-top:14px;\n  text-align:center;\n  font-size:13px;\n  line-height:1.55;\n  color:#64748b!important;\n}\n\n.ycpcbs-popup-note a {\n  color:#166534!important;\n  font-weight:800;\n}\n\n@media(max-width:640px) {\n  .ycpcbs-contact-popup {\n    padding:12px;\n    align-items:flex-end;\n  }\n\n  .ycpcbs-popup-dialog {\n    width:100%;\n    max-height:88vh;\n    border-radius:24px 24px 18px 18px;\n    padding:24px 18px 20px;\n  }\n\n  .ycpcbs-popup-head h3 {\n    font-size:24px;\n  }\n}\n\n<\/style>\n<main>\n<section class=\"hero\">\n<div class=\"container hero-grid\">\n<div>\n<div class=\"eyebrow\">Copper substrate PCB for high heat density projects<\/div>\n<h1>Thermoelectric Separation <span>PCB<\/span><\/h1>\n<p class=\"hero-lead\">YC PCB manufactures thermoelectric separation copper substrate boards for high-power LED, power modules, automotive lighting and optical electronics. We support custom copper structures, OSP, ENIG or silver plating, CNC profiles, prototypes and PCBA based on your Gerber files and thermal requirements.<\/p>\n<div class=\"hero-actions\">\n<a class=\"btn btn-primary\" href=\"#ycpcbs-contact-popup\">Send Gerber for DFM Review<\/a>\n<a class=\"btn btn-secondary\" href=\"#structure\">View Thermal Electric Isolation<\/a>\n<\/div>\n<div class=\"hero-points\">\n<div class=\"point\"><strong>400W<\/strong>Copper thermal route<\/div>\n<div class=\"point\"><strong>OSP \/ ENIG<\/strong>Silver plating review<\/div>\n<div class=\"point\"><strong>No MOQ<\/strong>Prototype to production<\/div>\n<\/div>\n<\/div>\n<div class=\"hero-visual\">\n<figure class=\"visual-card\">\n<div class=\"image-slot\"><img alt=\"Thermoelectric separation copper substrate board for high-power LED and heat power separation projects\" decoding=\"async\" fetchpriority=\"high\" loading=\"eager\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/\u70ed\u7535\u5206\u79bb\u94dc\u57fa\u677f\u6b63\u9762.jpg\"\/><\/div>\n<div class=\"visual-body\">\n<figcaption>Thermoelectric Separation Copper Substrate Board<\/figcaption>\n<p>This structure is suitable when a high-power LED or power device needs a direct copper heat path while the electrical circuit remains insulated.<\/p>\n<\/div>\n<\/figure>\n<figure class=\"visual-card\">\n<div class=\"image-slot\"><img alt=\"Thermal electric isolation structure showing the copper heat path and insulated circuit path\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/\u70ed\u7535\u5206\u79bb\u94dc\u57fa\u677f.jpg\"\/><\/div>\n<div class=\"visual-body\">\n<figcaption>Thermal Electric Isolation<\/figcaption>\n<p>The copper heat path, electrical circuit and insulation areas are manufactured according to the approved structure drawing.<\/p>\n<\/div>\n<\/figure>\n<figure class=\"visual-card\">\n<div class=\"image-slot\"><img alt=\"Copper thermal pad and LED contact detail for thermoelectric separation PCB design review\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/\u70ed\u7535\u5206\u79bb\u94dc\u57fa\u677f1.jpg\"\/><\/div>\n<div class=\"visual-body\">\n<figcaption>High-Power LED Pad Review<\/figcaption>\n<p>Provide the LED thermal pad, current, heat-sink contact area and board outline so the quotation matches the actual product assembly.<\/p>\n<\/div>\n<\/figure>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section alt\">\n<div class=\"container\">\n<div class=\"metric-strip\">\n<div class=\"metric\"><strong>20+<\/strong><span>Years PCB and PCBA experience<\/span><\/div>\n<div class=\"metric\"><strong>300+<\/strong><span>Engineering and production experts<\/span><\/div>\n<div class=\"metric\"><strong>100,000+ m\u00b2<\/strong><span>Monthly PCB capacity<\/span><\/div>\n<div class=\"metric\"><strong>24\/7<\/strong><span>Engineer support for file review<\/span><\/div>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section\" id=\"overview\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">What buyers need to confirm first<\/div>\n<h2 class=\"section-title\">Thermoelectric Separation Copper Substrate Board Details<\/h2>\n<\/div>\n<p class=\"lead\">Thermoelectric separation copper substrates are selected for compact products with concentrated heat and strict temperature-control requirements. Provide the heat source, current, insulation voltage, copper base and assembly details to receive the correct manufacturing route and quotation.<\/p>\n<\/div>\n<div class=\"grid-3\">\n<div class=\"card\">\n<h3 class=\"card-title\">Separate Heat and Current Paths<\/h3>\n<p>The separated structure transfers heat toward the copper base while maintaining the required electrical isolation around the circuit.<\/p>\n<div class=\"tag-row\"><span class=\"tag\">thermal electric isolation<\/span><span class=\"tag\">heat path review<\/span><\/div>\n<\/div>\n<div class=\"card\">\n<h3 class=\"card-title\">Copper Base for High Thermal Load<\/h3>\n<p>The purple copper base provides stronger heat spreading for projects where a standard aluminum substrate cannot meet the required temperature rise or service-life target.<\/p>\n<div class=\"tag-row\"><span class=\"tag\">copper substrate<\/span><span class=\"tag\">400W route<\/span><\/div>\n<\/div>\n<div class=\"card\">\n<h3 class=\"card-title\">Built for LED and Power Modules<\/h3>\n<p>Typical uses include high-power LED lighting, power modules, automotive lighting, stage lights, projector light engines and compact high-heat assemblies.<\/p>\n<div class=\"tag-row\"><span class=\"tag\">high-power LED<\/span><span class=\"tag\">power electronics<\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section alt\" id=\"structure\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">Structure and visual proof points<\/div>\n<h2 class=\"section-title\">Thermal Electric Isolation Structure<\/h2>\n<\/div>\n<p class=\"lead\">Your manufacturing files should clearly identify the heat-source contact area, insulated regions, high-current circuit path, copper base thickness and mounting interface.<\/p>\n<\/div>\n<div class=\"grid-4\">\n<figure class=\"visual-card\">\n<div class=\"image-slot\"><img alt=\"Thermally and electrically isolated copper substrate board product structure\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/8Thermally-Electrically-Isolated-Copper-Substrate.webp\"\/><\/div>\n<div class=\"visual-body\"><figcaption>Layer Structure<\/figcaption><p>Mark the circuit layer, insulation region, copper base and critical tolerances clearly in the drawing package.<\/p><\/div>\n<\/figure>\n<figure class=\"visual-card\">\n<div class=\"image-slot\"><img alt=\"Copper thermal pad and LED soldering heat path detail\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/\u70ed\u7535\u5206\u79bb\u94dc\u57fa\u677f\u53cd\u9762.jpg\"\/><\/div>\n<div class=\"visual-body\"><figcaption>Copper Thermal Pad<\/figcaption><p>The thermal contact area is manufactured to transfer heat efficiently from the component pad into the copper base.<\/p><\/div>\n<\/figure>\n<figure class=\"visual-card\">\n<div class=\"image-slot\"><img alt=\"Heat power separation board with a direct copper thermal route\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Board.png\"\/><\/div>\n<div class=\"visual-body\"><figcaption>Heat Power Separation<\/figcaption><p>High-current circuit areas and copper heat-spreading areas are controlled as separate functional zones.<\/p><\/div>\n<\/figure>\n<figure class=\"visual-card\">\n<div class=\"image-slot\"><img alt=\"Standard copper base LED PCB used for comparison with thermoelectric separation PCB\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/7Copper-base-PCB-for-LED-light.webp\"\/><\/div>\n<div class=\"visual-body\"><figcaption>Different from Normal Copper PCB<\/figcaption><p>A standard copper PCB normally transfers heat through an insulating layer, while a thermoelectric separation structure can provide a more direct thermal route at designated pads.<\/p><\/div>\n<\/figure>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">Product specification<\/div>\n<h2 class=\"section-title\">Thermoelectric Separation PCB Specifications<\/h2>\n<\/div>\n<p class=\"lead\">These parameters provide a starting point for procurement. Final construction, tolerance, lead time and price are confirmed from the Gerber, drill file, copper drawing, heat-source position and order quantity.<\/p>\n<\/div>\n<div class=\"table-wrap\">\n<table>\n<thead>\n<tr>\n<th>Item<\/th>\n<th>Standard Review Scope<\/th>\n<th>What the Buyer Should Send<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Product Route<\/td>\n<td>Thermoelectric Separation Copper Substrate Board<\/td>\n<td>Application, power level, heat source location and assembly method<\/td>\n<\/tr>\n<tr>\n<td>Copper Base Material<\/td>\n<td>Purple copper base review<\/td>\n<td>Copper base thickness, flatness requirement and heat sink contact area<\/td>\n<\/tr>\n<tr>\n<td>Thermal Route<\/td>\n<td>400W-class copper thermal route<\/td>\n<td>Thermal pad drawing, LED package datasheet and temperature target if available<\/td>\n<\/tr>\n<tr>\n<td>Solder Mask<\/td>\n<td>High reflective ink review for LED projects<\/td>\n<td>Color, reflectivity requirement, LED optical requirement and soldering process<\/td>\n<\/tr>\n<tr>\n<td>Surface Finish<\/td>\n<td>OSP, ENIG or silver plating review<\/td>\n<td>Storage time, assembly process, solderability need and optical exposure condition<\/td>\n<\/tr>\n<tr>\n<td>Edge Processing<\/td>\n<td>CNC milling, V-Cut and tooling review<\/td>\n<td>DXF outline, mechanical drawing, mounting holes and fixture requirement<\/td>\n<\/tr>\n<tr>\n<td>LED Type<\/td>\n<td>High power LED series<\/td>\n<td>LED package, polarity, pad size, current, thermal pad and BOM if assembly is needed<\/td>\n<\/tr>\n<tr>\n<td>Testing Route<\/td>\n<td>AOI, electrical test and project-based insulation or thermal review<\/td>\n<td>Inspection standard, voltage requirement, functional test method and acceptance criteria<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section dark\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">Route comparison<\/div>\n<h2 class=\"section-title\">Normal Copper PCB or Thermoelectric Separation PCB?<\/h2>\n<\/div>\n<p class=\"lead\">Use the comparison below to select a standard aluminum PCB, normal copper substrate or thermoelectric separation structure according to heat density, insulation and assembly requirements.<\/p>\n<\/div>\n<div class=\"table-wrap\">\n<table>\n<thead>\n<tr>\n<th>Route<\/th>\n<th>Best Fit<\/th>\n<th>Main Buyer Concern<\/th>\n<th>Recommended Action<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Standard Aluminum PCB<\/td>\n<td>General LED lighting and cost-sensitive projects<\/td>\n<td>Can it move enough heat for the LED density?<\/td>\n<td>Use for standard lighting power levels after thermal review.<\/td>\n<\/tr>\n<tr>\n<td>Normal Copper Substrate<\/td>\n<td>High thermal projects requiring better heat spreading than aluminum<\/td>\n<td>Is heat still limited by the insulation layer?<\/td>\n<td>Use when copper base heat spreading is needed but structure is not extreme.<\/td>\n<\/tr>\n<tr>\n<td>Thermoelectric Separation PCB<\/td>\n<td>High-power LED, power modules, automotive lighting and compact high-heat devices<\/td>\n<td>Can the heat source contact the copper thermal route directly while keeping the circuit insulated?<\/td>\n<td>Send heat source drawing and circuit layer file for engineering review.<\/td>\n<\/tr>\n<tr>\n<td>Thermoelectric Separation PCBA<\/td>\n<td>LED module or power module requiring board fabrication and assembly together<\/td>\n<td>Will assembly temperature, solder joint and thermal pad contact remain stable?<\/td>\n<td>Send Gerber, BOM, assembly drawing and functional test needs.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section alt\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">Multi-image application module<\/div>\n<h2 class=\"section-title\">Applications for Heat Power Separation Board<\/h2>\n<\/div>\n<p class=\"lead\">These applications commonly use thermoelectric separation copper substrates. Final selection depends on operating power, temperature rise, insulation, board outline, PCBA process and acceptance tests.<\/p>\n<\/div>\n<div class=\"grid-4\">\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"High-power LED PCBA assembled on a copper substrate thermal board\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Copper-Base-LED-PCBA.png\"\/><\/div><div class=\"visual-body\"><figcaption>High-Power LED Lighting<\/figcaption><p>For high-power LED modules that require rapid heat transfer and stable output during continuous operation.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"Automotive lighting and electronic PCBA application requiring thermal management\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Automotive-Electronics-PCBA.jpeg\"\/><\/div><div class=\"visual-body\"><figcaption>Automotive Lighting<\/figcaption><p>For automotive lighting modules requiring controlled thermal contact, secure mounting and electrical isolation.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"Copper base PCBA for high-current power module and heat dissipation applications\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Copper-Base-PCBA.png\"\/><\/div><div class=\"visual-body\"><figcaption>Power Modules<\/figcaption><p>For compact power devices combining high current, concentrated heat and limited installation space.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"Projector light engine copper substrate board for optical thermal stability\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Projector-Copper-Substrate.png\"\/><\/div><div class=\"visual-body\"><figcaption>Projector Light Engines<\/figcaption><p>For projector light engines where temperature stability affects optical output and service life.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"Stage light copper PCB for compact high-output LED modules\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Stage-Light-Copper-PCB.png\"\/><\/div><div class=\"visual-body\"><figcaption>Stage Lights<\/figcaption><p>For compact stage-light modules operating repeatedly at high brightness and power.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"Medical optical equipment PCB application requiring thermal and electrical review\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Medical-Devices.jpeg\"\/><\/div><div class=\"visual-body\"><figcaption>Medical Optical Equipment<\/figcaption><p>For optical electronic equipment requiring controlled heat transfer, electrical isolation and consistent surface finish.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"Thermoelectric separation copper substrate LED PCBA assembly support\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/LED-Light-PCBA.png\"\/><\/div><div class=\"visual-body\"><figcaption>LED PCBA Support<\/figcaption><p>PCB fabrication, component sourcing, LED mounting and functional testing are available as one coordinated order.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"Final quality control for prototype and production PCB orders\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/23%EF%BC%8CFQC.webp\"\/><\/div><div class=\"visual-body\"><figcaption>Sample to Production<\/figcaption><p>Prototype, pilot and repeat-production orders can use the same approved files and inspection criteria.<\/p><\/div><\/figure>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">Engineering review<\/div>\n<h2 class=\"section-title\">Design Checks Before Quotation<\/h2>\n<\/div>\n<p class=\"lead\">Price and manufacturability depend on the heat-source position, copper structure, insulation area and mechanical design. Supplying these details early reduces quotation changes and sample rework.<\/p>\n<\/div>\n<div class=\"grid-3\">\n<div class=\"card\"><h3 class=\"card-title\">Heat Source Contact Area<\/h3><p>Specify the LED or power-device contact position, thermal pad size, heat-sink interface and flatness requirement.<\/p><\/div>\n<div class=\"card\"><h3 class=\"card-title\">Electrical Insulation Area<\/h3><p>Identify the copper regions that require electrical isolation and the designated regions used for heat transfer.<\/p><\/div>\n<div class=\"card\"><h3 class=\"card-title\">High Current Trace Width<\/h3><p>Provide operating current, copper thickness, trace width, spacing and solder-mask opening requirements.<\/p><\/div>\n<div class=\"card\"><h3 class=\"card-title\">Surface Finish Selection<\/h3><p>Select OSP, ENIG or silver plating according to component package, soldering process, storage period and optical exposure.<\/p><\/div>\n<div class=\"card\"><h3 class=\"card-title\">Mechanical Fit<\/h3><p>Provide the CNC profile, mounting holes, fixture positions, V-Cut details and final assembly constraints.<\/p><\/div>\n<div class=\"card\"><h3 class=\"card-title\">PCBA and Functional Test<\/h3><p>For assembled boards, provide the BOM, LED orientation, solder-paste requirements, thermal-pad soldering method and functional test procedure.<\/p><\/div>\n<\/div>\n<\/div>\n<\/section>\n<style>\n  \/* =========================================\n     Copper Base PCB Manufacturing Section\n     White Background + Light Green Accent\n  ========================================== *\/\n\n  .copper-manufacturing-section {\n    padding: 90px 20px;\n    background: #ffffff;\n  }\n\n  .copper-manufacturing-container {\n    width: 100%;\n    max-width: 1240px;\n    margin: 0 auto;\n  }\n\n  \/* ================================\n     Main section heading\n  ================================= *\/\n\n  .copper-section-head {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    align-items: end;\n    gap: 60px;\n    margin-bottom: 40px;\n  }\n\n  .copper-section-heading .copper-eyebrow {\n    display: block;\n    margin-bottom: 12px;\n    color: #000000;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .copper-section-heading h2 {\n    margin: 0;\n    color: #000000;\n    font-size: clamp(30px, 4vw, 46px);\n    font-weight: 700;\n    line-height: 1.16;\n    letter-spacing: -0.025em;\n  }\n\n  .copper-section-lead {\n    margin: 0;\n    color: #000000;\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  \/* ================================\n     Capability card\n  ================================= *\/\n\n  .copper-capability-card {\n    width: 100%;\n    margin-bottom: 70px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #dceee3;\n    border-radius: 20px;\n    box-shadow: 0 14px 40px rgba(34, 68, 49, 0.07);\n  }\n\n  .copper-capability-header {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 30px;\n    padding: 30px 32px;\n    background: #f0fdf4;\n    border-bottom: 1px solid #dceee3;\n  }\n\n  .copper-capability-title {\n    max-width: 820px;\n  }\n\n  .copper-capability-title span {\n    display: block;\n    margin-bottom: 8px;\n    color: #000000;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .copper-capability-title h3 {\n    margin: 0;\n    color: #000000;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .copper-capability-title p {\n    margin: 10px 0 0;\n    color: #000000;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .copper-capability-badge {\n    flex: 0 0 auto;\n    padding: 9px 15px;\n    color: #000000;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.05em;\n    white-space: nowrap;\n    text-transform: uppercase;\n    background: #ffffff;\n    border: 1px solid #cfe5d7;\n    border-radius: 999px;\n  }\n\n  \/* ================================\n     Capability table\n  ================================= *\/\n\n  .copper-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    background: #ffffff;\n  }\n\n  .copper-capability-table {\n    width: 100%;\n    min-width: 800px;\n    border-collapse: separate;\n    border-spacing: 0;\n    table-layout: fixed;\n  }\n\n  .copper-capability-table thead th {\n    position: sticky;\n    top: 0;\n    z-index: 2;\n    padding: 16px 24px;\n    color: #000000;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.5;\n    text-align: left;\n    background: #f0fdf4;\n    border-bottom: 1px solid #dceee3;\n  }\n\n  .copper-capability-table thead th:first-child {\n    width: 32%;\n  }\n\n  .copper-capability-table tbody th,\n  .copper-capability-table tbody td {\n    padding: 14px 24px;\n    color: #000000;\n    font-size: 14px;\n    line-height: 1.65;\n    vertical-align: top;\n    border-bottom: 1px solid #e8f2ec;\n  }\n\n  .copper-capability-table tbody th {\n    font-weight: 700;\n    text-align: left;\n    background: #f8fcf9;\n    border-right: 1px solid #e3eee7;\n  }\n\n  .copper-capability-table tbody td {\n    font-weight: 400;\n    background: #ffffff;\n  }\n\n  .copper-capability-table tbody tr:nth-child(even) th {\n    background: #f3fbf5;\n  }\n\n  .copper-capability-table tbody tr:nth-child(even) td {\n    background: #fcfefd;\n  }\n\n  .copper-capability-table tbody tr:hover th,\n  .copper-capability-table tbody tr:hover td {\n    background: #f0fdf4;\n  }\n\n  .copper-capability-table tbody tr:last-child th,\n  .copper-capability-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* ================================\n     Process heading\n  ================================= *\/\n\n  .copper-process-head {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    align-items: end;\n    gap: 60px;\n    margin-bottom: 32px;\n  }\n\n  .copper-process-heading span {\n    display: block;\n    margin-bottom: 12px;\n    color: #000000;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .copper-process-heading h2 {\n    margin: 0;\n    color: #000000;\n    font-size: clamp(28px, 3.5vw, 40px);\n    font-weight: 700;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .copper-process-lead {\n    margin: 0;\n    color: #000000;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* ================================\n     Process cards\n  ================================= *\/\n\n  .copper-process-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .copper-process-card {\n    position: relative;\n    display: grid;\n    grid-template-columns: 56px minmax(0, 1fr);\n    gap: 18px;\n    min-height: 210px;\n    padding: 26px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #dceee3;\n    border-radius: 18px;\n    box-shadow: 0 10px 28px rgba(34, 68, 49, 0.055);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .copper-process-card::after {\n    position: absolute;\n    right: -42px;\n    bottom: -54px;\n    width: 140px;\n    height: 140px;\n    background: #f0fdf4;\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .copper-process-card:hover {\n    transform: translateY(-4px);\n    border-color: #bddbc7;\n    box-shadow: 0 16px 38px rgba(34, 68, 49, 0.09);\n  }\n\n  .copper-step-number {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 56px;\n    height: 56px;\n    color: #000000;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1;\n    background: #f0fdf4;\n    border: 1px solid #cfe5d7;\n    border-radius: 14px;\n  }\n\n  .copper-process-content {\n    position: relative;\n    z-index: 1;\n  }\n\n  .copper-process-content h3 {\n    margin: 2px 0 10px;\n    color: #000000;\n    font-size: 18px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .copper-process-content p {\n    margin: 0;\n    color: #000000;\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* ================================\n     Technical note\n  ================================= *\/\n\n  .copper-technical-note {\n    margin-top: 28px;\n    padding: 18px 20px;\n    color: #000000;\n    font-size: 13px;\n    line-height: 1.75;\n    background: #f0fdf4;\n    border: 1px solid #dceee3;\n    border-left: 4px solid #a7d4b6;\n    border-radius: 9px;\n  }\n\n  .copper-technical-note strong {\n    color: #000000;\n  }\n\n  \/* ================================\n     Responsive\n  ================================= *\/\n\n  @media (max-width: 1024px) {\n    .copper-section-head,\n    .copper-process-head {\n      grid-template-columns: 1fr;\n      gap: 18px;\n    }\n\n    .copper-process-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 760px) {\n    .copper-manufacturing-section {\n      padding: 64px 16px;\n    }\n\n    .copper-capability-header {\n      flex-direction: column;\n      gap: 18px;\n      padding: 24px 22px;\n    }\n\n    .copper-capability-badge {\n      white-space: normal;\n    }\n\n    .copper-process-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .copper-process-card {\n      min-height: auto;\n    }\n  }\n\n  @media (max-width: 560px) {\n    .copper-manufacturing-section {\n      padding: 54px 14px;\n    }\n\n    .copper-section-heading h2 {\n      font-size: 29px;\n    }\n\n    .copper-capability-card {\n      margin-bottom: 52px;\n      border-radius: 15px;\n    }\n\n    .copper-capability-table {\n      min-width: 720px;\n    }\n\n    .copper-capability-table thead th,\n    .copper-capability-table tbody th,\n    .copper-capability-table tbody td {\n      padding: 12px 16px;\n      font-size: 13px;\n    }\n\n    .copper-process-card {\n      grid-template-columns: 48px minmax(0, 1fr);\n      gap: 15px;\n      padding: 22px 18px;\n    }\n\n    .copper-step-number {\n      width: 48px;\n      height: 48px;\n      border-radius: 12px;\n    }\n\n    .copper-process-content h3 {\n      font-size: 17px;\n    }\n  }\n<\/style>\n\n<section\n  class=\"copper-manufacturing-section\"\n  id=\"process\"\n>\n  <div class=\"copper-manufacturing-container\">\n\n    <!-- Main heading -->\n    <div class=\"copper-section-head\">\n      <div class=\"copper-section-heading\">\n        <span class=\"copper-eyebrow\">Copper Base PCB Manufacturing<\/span>\n\n        <style>\n  .copper-section-heading h2 {\n    margin: 0;\n    color: #000000;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: clamp(34px, 4.8vw, 58px);\n    font-weight: 400;\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n<\/style>\n\n<h2>\n  Copper Base PCB Manufacturing Capabilities\n<\/h2>\n      <\/div>\n\n      <p class=\"copper-section-lead\">\n        Copper substrate PCB production requires coordinated control of the\n        copper base, dielectric structure, circuit layer, thermal performance,\n        surface finish, mechanical machining and final testing.\n      <\/p>\n    <\/div>\n\n    <!-- Capability table -->\n    <div class=\"copper-capability-card\">\n\n      <div class=\"copper-capability-header\">\n        <div class=\"copper-capability-title\">\n          <span>Technical Capability Overview<\/span>\n\n          <h3>\n            Copper Base PCB Manufacturing Capabilities\n          <\/h3>\n\n          <p>\n            Final manufacturing parameters are reviewed according to the\n            approved board structure, thermal requirements, dielectric\n            material and mechanical drawings.\n          <\/p>\n        <\/div>\n\n        <div class=\"copper-capability-badge\">\n          1\u20132 Layer Standard Capability\n        <\/div>\n      <\/div>\n\n      <div class=\"copper-table-wrapper\">\n        <table class=\"copper-capability-table\">\n          <thead>\n            <tr>\n              <th scope=\"col\">Item<\/th>\n              <th scope=\"col\">Capability<\/th>\n            <\/tr>\n          <\/thead>\n\n          <tbody>\n            <tr>\n              <th scope=\"row\">Product Type<\/th>\n              <td>\n                Copper Base PCB, Metal Core PCB (MCPCB), Thermal &amp;\n                Electrical Separation Copper PCB\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Layer Count<\/th>\n              <td>1\u20132 Layers (standard)<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Base Material<\/th>\n              <td>Copper Base, Copper Clad Laminate<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Copper Base Thickness<\/th>\n              <td>0.5 mm \u2013 3.0 mm<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Total Board Thickness<\/th>\n              <td>\n                1.0 mm \u2013 5.0 mm (customized thickness available)\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Copper Foil Thickness<\/th>\n              <td>1 oz \u2013 6 oz<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\"><a href=\"\/aluminum-pcb\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">Thermal Conductivity<\/a><\/th>\n              <td>\n                1.0 W\/m\u00b7K \u2013 8.0 W\/m\u00b7K, depending on dielectric material\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Dielectric Layer Thickness<\/th>\n              <td>50 \u03bcm \u2013 200 \u03bcm<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Minimum Line Width \/ Spacing<\/th>\n              <td>0.10 mm \/ 0.10 mm (4 mil \/ 4 mil)<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Minimum Finished Hole Size<\/th>\n              <td>0.25 mm<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Maximum Copper Thickness Capability<\/th>\n              <td>Up to 6 oz, depending on design requirements<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Surface Finish<\/th>\n              <td>ENIG, HASL, OSP, Immersion Tin<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Solder Mask Color<\/th>\n              <td>\n                Green, White, Black, Blue; custom colors available\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Silkscreen<\/th>\n              <td>White \/ Black Legend Printing<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Copper Base Type<\/th>\n              <td>\n                Copper Base, Thermal Copper PCB, Electrical-Thermal\n                Separation Copper PCB\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Electrical Isolation Voltage<\/th>\n              <td>\n                According to dielectric material and design requirements\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Thermal Management<\/th>\n              <td>\n                High thermal conductivity dielectric for efficient heat\n                dissipation\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Drilling Process<\/th>\n              <td>Mechanical Drilling<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Routing Process<\/th>\n              <td>\n                CNC Routing, V-Cut according to design requirements\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Surface Treatment<\/th>\n              <td>Copper Plating and Final Surface Finishing<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Impedance Control<\/th>\n              <td>Available for specific designs<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Panelization<\/th>\n              <td>\n                V-Cut, Routing, Combination of V-Cut and Routing\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Testing Method<\/th>\n              <td>\n                Electrical Test, AOI Inspection, Visual Inspection\n              <\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Quality Standard<\/th>\n              <td>IPC-A-600 \/ IPC-6012<\/td>\n            <\/tr>\n\n            <tr>\n              <th scope=\"row\">Certification<\/th>\n              <td>\n                ISO 9001, UL available according to factory certification\n              <\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <!-- Process heading -->\n    <div class=\"copper-process-head\">\n      <div class=\"copper-process-heading\">\n        <span>From File to Board<\/span>\n\n        <style>\n  .copper-process-heading h2 {\n    margin: 0;\n    color: #000000;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: clamp(28px, 3.5vw, 40px);\n    font-weight: 400;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n<\/style>\n\n<h2>\n  Manufacturing Flow for Thermoelectric Separation PCB\n<\/h2>\n      <\/div>\n\n      <p class=\"copper-process-lead\">\n        Thermoelectric separation boards require coordinated control of the\n        copper substrate, insulation structure, circuit layer, surface finish,\n        outline machining and testing before the order is released.\n      <\/p>\n    <\/div>\n\n    <!-- Process cards -->\n    <div class=\"copper-process-grid\">\n\n      <article class=\"copper-process-card\">\n        <div class=\"copper-step-number\">01<\/div>\n\n        <div class=\"copper-process-content\">\n          <h3>Material and Copper Base Review<\/h3>\n\n          <p>\n            Confirm the copper base, board dimensions, thermal-pad area, base\n            thickness and mechanical outline according to the approved files.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"copper-process-card\">\n        <div class=\"copper-step-number\">02<\/div>\n\n        <div class=\"copper-process-content\">\n          <h3>Insulation and Lamination<\/h3>\n\n          <p>\n            The insulation layout and thermal contact regions are produced\n            according to the approved thermoelectric separation structure.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"copper-process-card\">\n        <div class=\"copper-step-number\">03<\/div>\n\n        <div class=\"copper-process-content\">\n          <h3>Circuit Imaging and Etching<\/h3>\n\n          <p>\n            High-current copper areas, LED pads, line spacing and isolation\n            clearances are formed from the released Gerber data.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"copper-process-card\">\n        <div class=\"copper-step-number\">04<\/div>\n\n        <div class=\"copper-process-content\">\n          <h3>Solder Mask and Surface Finish<\/h3>\n\n          <p>\n            The specified solder mask and OSP, ENIG, HASL or immersion-tin\n            finish are applied according to the assembly requirements.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"copper-process-card\">\n        <div class=\"copper-step-number\">05<\/div>\n\n        <div class=\"copper-process-content\">\n          <h3>CNC Routing and V-Cut<\/h3>\n\n          <p>\n            CNC machining or V-Cut forms the board outline, mounting holes,\n            panelization features and product-fitting structures.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"copper-process-card\">\n        <div class=\"copper-step-number\">06<\/div>\n\n        <div class=\"copper-process-content\">\n          <h3>Inspection and Release<\/h3>\n\n          <p>\n            Final inspection covers appearance, electrical continuity,\n            insulation requirements, dimensions and protective packing.\n          <\/p>\n        <\/div>\n      <\/article>\n\n    <\/div>\n\n    <!-- Technical note -->\n    <div class=\"copper-technical-note\">\n      <strong>Technical note:<\/strong>\n      Final capability depends on copper thickness, dielectric material,\n      thermal conductivity, insulation structure, hole design, mechanical\n      processing and approved production files.\n    <\/div>\n\n  <\/div>\n<\/section>\n<section class=\"section dark\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">Quality control<\/div>\n<h2 class=\"section-title\">Inspection Points Buyers Can Request<\/h2>\n<\/div>\n<p class=\"lead\">Quality control covers both the circuit and the thermal structure, including insulation boundaries, surface finish, board flatness and mechanical dimensions.<\/p>\n<\/div>\n<div class=\"grid-4\">\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"AOI inspection for thermoelectric separation copper substrate PCB\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/8\uff0cAOI--scaled.webp\"\/><\/div><div class=\"visual-body\"><figcaption>AOI Inspection<\/figcaption><p>AOI checks trace accuracy, solder-mask openings and visible pad defects before shipment.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"Electrical continuity and isolation testing for heat power separation PCB\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/E-test.png\"\/><\/div><div class=\"visual-body\"><figcaption>Electrical Testing<\/figcaption><p>Electrical testing verifies circuit continuity and the specified isolation requirements.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"ENIG surface finish inspection for copper substrate and LED PCB projects\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/23\uff0cFQC-scaled.webp\"\/><\/div><div class=\"visual-body\"><figcaption>Surface Finish Check<\/figcaption><p>OSP, ENIG or silver plating is inspected according to the approved assembly and storage specification.<\/p><\/div><\/figure>\n<figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"Protective PCB packaging and shipment preparation for copper substrate boards\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/PCB-Packaging.jpg\"\/><\/div><div class=\"visual-body\"><figcaption>Packing and Shipment<\/figcaption><p>Packing photos and shipping records can be supplied when required by the purchase order.<\/p><\/div><\/figure>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section\" id=\"quote\">\n<div class=\"container\">\n<div class=\"quote-panel\">\n<div class=\"split\">\n<div>\n<div class=\"eyebrow\">Quote checklist<\/div>\n<h2 class=\"section-title\">Send These Files for Review<\/h2>\n<p class=\"lead\" style=\"margin-top:16px;\">An accurate quotation requires more than board dimensions. Send the actual thermal, electrical and mechanical files so material, processing, testing and PCBA costs match the production requirement.<\/p>\n<div class=\"hero-actions\">\n<a class=\"btn btn-primary\" href=\"https:\/\/wa.me\/8613827881651\" target=\"_blank\" rel=\"noopener\">Send Project Requirements<\/a>\n<a class=\"btn btn-secondary\" href=\"https:\/\/wa.me\/8613827881651\" target=\"_blank\" rel=\"noopener\">Talk to an Engineer<\/a>\n<\/div>\n<\/div>\n<div class=\"checklist\">\n<div class=\"check\">Gerber RS-274X and Excellon drill file<\/div>\n<div class=\"check\">DXF board outline, mounting holes and CNC profile<\/div>\n<div class=\"check\">Thermal pad drawing and heat sink contact area<\/div>\n<div class=\"check\">Copper base thickness, copper thickness and insulation notes<\/div>\n<div class=\"check\">Surface finish requirement: OSP, ENIG or silver plating<\/div>\n<div class=\"check\">BOM, LED datasheet and assembly drawing if PCBA is needed<\/div>\n<div class=\"check\">Testing requirement, quantity, delivery target and packing needs<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section alt\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">Related copper substrate routes<\/div>\n<h2 class=\"section-title\">Choose the Right Copper Substrate Page<\/h2>\n<\/div>\n<p class=\"lead\">Compare these related copper-substrate routes when a standard copper board is more suitable than thermoelectric separation.<\/p>\n<\/div>\n<div class=\"grid-4\">\n<div class=\"card\"><h3 class=\"card-title\">Flashlight Copper Substrate<\/h3><p>For compact, high-brightness portable lighting requiring efficient heat transfer into the housing.<\/p><div class=\"tag-row\"><span class=\"tag\">Flashlight PCB<\/span><\/div><\/div>\n<div class=\"card\"><h3 class=\"card-title\">Projector Copper Substrate<\/h3><p>For projector light-engine modules requiring stable heat spreading and optical performance.<\/p><div class=\"tag-row\"><span class=\"tag\">Projector LED<\/span><\/div><\/div>\n<div class=\"card\"><h3 class=\"card-title\">Stage Light Copper Board<\/h3><p>For high-output stage lighting designed for extended or repeated operation.<\/p><div class=\"tag-row\"><span class=\"tag\">Stage Lighting<\/span><\/div><\/div>\n<div class=\"card\"><h3 class=\"card-title\">Mobile Lighting Copper Board<\/h3><p>For portable, rechargeable and compact LED products requiring reliable copper heat spreading.<\/p><div class=\"tag-row\"><span class=\"tag\">Mobile Lighting<\/span><\/div><\/div>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">FAQ<\/div>\n<h2 class=\"section-title\">Thermoelectric Separation PCB Questions<\/h2>\n<\/div>\n<p class=\"lead\">These answers cover the information purchasing and engineering teams normally need before requesting a quotation or prototype.<\/p>\n<\/div>\n<div class=\"faq-list\">\n<details><summary>What is a thermoelectric separation PCB?<\/summary><p>A thermoelectric separation PCB is a copper substrate board that separates the main electrical circuit from a designated copper heat path. This allows heat from high-power LEDs or power devices to move efficiently into the copper base while maintaining the required circuit insulation.<\/p><\/details><details><summary>What does thermal electric isolation mean for copper substrate boards?<\/summary><p>The circuit and heat-spreading regions perform different functions. Designated thermal pads transfer heat toward the copper base, while insulation is maintained around electrical areas according to the approved drawing.<\/p><\/details><details><summary>When should I choose a heat power separation board instead of a normal copper PCB?<\/summary><p>Choose this construction for products with concentrated heat, high current, limited space or demanding lifetime targets, including high-power lighting, automotive lighting, power modules, projectors, stage lights and optical electronics.<\/p><\/details><details><summary>Can YC PCB make custom shapes and mounting holes?<\/summary><p>Yes. Provide the board outline, mounting holes, copper base thickness, thermal-pad position and heat-sink contact area. CNC milling, V-Cut and tooling can be included in the manufacturing route.<\/p><\/details><details><summary>What surface finishes are available?<\/summary><p>OSP, ENIG and silver plating are available for this copper-substrate route. Selection depends on component package, soldering process, storage period and optical exposure.<\/p><\/details><details><summary>Do you support LED PCBA on thermoelectric separation copper substrates?<\/summary><p>Yes. YC PCB can provide the copper substrate, component sourcing, SMT LED mounting and functional testing when the BOM, placement file, assembly drawing and test method are supplied.<\/p><\/details><details><summary>What files are needed for quotation?<\/summary><p>Please send Gerber RS-274X, Excellon drill data, board and copper-base thickness, surface finish, solder-mask color, thermal-pad drawing, LED or device datasheet, expected quantity, and BOM and placement files when assembly is required.<\/p><\/details><details><summary>Can I order a prototype before mass production?<\/summary><p>Yes. Prototype and low-volume production are supported. Sample approval can be used to lock the construction, dimensions and inspection criteria before repeat production.<\/p><\/details><details><summary>Is thermoelectric separation more expensive than standard aluminum PCB?<\/summary><p>Generally, yes. Copper material, separation structures, precision machining and additional inspection can increase cost compared with standard aluminum PCB. It is selected when the required thermal performance and reliability justify the added manufacturing cost.<\/p><\/details><details><summary>How do you check quality before shipment?<\/summary><p>Available quality controls include AOI, electrical continuity, insulation or withstand-voltage testing when specified, flatness and dimension checks, surface-finish inspection, protective packing and shipment records.<\/p><\/details>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"section\">\n<div class=\"container\">\n<div class=\"final-cta\">\n<div>\n<h2>Send Your Thermoelectric Separation PCB Files<\/h2>\n<p>Share the Gerber, drill file, thermal-pad drawing, copper-base requirements, surface finish, BOM and testing criteria. YC PCB will quote the board and optional PCBA according to the submitted production files.<\/p>\n<style>\n  .hero-actions .btn-primary,\n  .hero-actions .btn-secondary,\n  .hero-actions .btn-primary:hover,\n  .hero-actions .btn-secondary:hover,\n  .hero-actions .btn-primary:focus,\n  .hero-actions .btn-secondary:focus {\n    color: #000000 !important;\n  }\n<\/style>\n\n<div class=\"hero-actions\">\n  <a class=\"btn btn-primary\" href=\"#ycpcbs-contact-popup\">\n    Send Files for Review\n  <\/a>\n\n  <a class=\"btn btn-secondary\" href=\"\/products\/copper-substrate\/\">\n    View Copper Substrate Series\n  <\/a>\n<\/div>\n<\/div>\n<figure class=\"visual-card\">\n<div class=\"image-slot\"><img alt=\"Thermoelectric separation copper substrate board prepared for engineering quotation review\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Thermoelectric-Separation-Copper-Substrate-Board.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/\u70ed\u7535\u5206\u79bb\u94dc\u57fa\u677f\u53cd\u9762.jpg\"\/><\/div>\n<style>\n  .visual-body figcaption,\n  .visual-body p {\n    color: #000000 !important;\n  }\n<\/style>\n\n<div class=\"visual-body\">\n  <figcaption>Dual Function Copper Board Review<\/figcaption>\n\n  <p>\n    The quotation is based on the approved thermal pad, copper base,\n    insulation boundaries, surface finish, machining and assembly requirements.\n  <\/p>\n<\/div>\n<\/figure>\n<\/div>\n<\/div>\n<\/section>\n<\/main>\n<footer class=\"footer\">\n<div class=\"container footer-inner\">\n<div>\u00a9 2026 YC PCB. Professional PCB Manufacturer &amp; SMT Assembly Provider.<\/div>\n<div>sales@ycelectronic.com \u00b7 +86-16675190295<\/div>\n<\/div>\n<\/footer>\n\n<!-- YC PCB Contact Popup -->\n<div class=\"ycpcbs-contact-popup\" id=\"ycpcbs-contact-popup\">\n  <div\n    class=\"ycpcbs-popup-dialog\"\n    role=\"dialog\"\n    aria-modal=\"true\"\n    aria-labelledby=\"ycpcbs-popup-title\"\n  >\n    <a class=\"ycpcbs-popup-close\" href=\"#\" aria-label=\"Close contact form\">\u00d7<\/a>\n\n    <div class=\"ycpcbs-popup-head\">\n      <div class=\"eyebrow\">Quick Project Inquiry<\/div>\n\n      <h3 id=\"ycpcbs-popup-title\">Send Your Thermoelectric Separation PCB Requirements<\/h3>\n\n      <p>\n        Tell us what you need. For Gerber files, drill data, thermal-pad drawings,\n        copper-base requirements, BOM, assembly files or other attachments,\n        email them directly to sales@ycelectronic.com after submitting this form.\n      <\/p>\n    <\/div>\n\n    <form\n      id=\"ycpcbs-contact-form\"\n      data-endpoint=\"https:\/\/ycpcbs.com\/wp-json\/zeroy\/v1\/submissions\"\n    >\n      <div class=\"ycpcbs-popup-field\">\n        <label for=\"ycpcbs-name\">Name<\/label>\n        <input\n          id=\"ycpcbs-name\"\n          name=\"name\"\n          type=\"text\"\n          placeholder=\"Your name\"\n          required\n        \/>\n      <\/div>\n\n      <div class=\"ycpcbs-popup-field\">\n        <label for=\"ycpcbs-phone\">Email \/ WhatsApp \/ Phone<\/label>\n        <input\n          id=\"ycpcbs-phone\"\n          name=\"phone\"\n          type=\"text\"\n          placeholder=\"Email, WhatsApp or phone number\"\n          required\n        \/>\n      <\/div>\n\n      <div class=\"ycpcbs-popup-field\">\n        <label for=\"ycpcbs-message\">Project Requirements<\/label>\n        <textarea\n          id=\"ycpcbs-message\"\n          name=\"message\"\n          placeholder=\"Please include copper-base thickness, thermal pad, LED or power device, insulation requirement, surface finish, quantity, PCBA needs and target delivery time.\"\n          required\n        ><\/textarea>\n      <\/div>\n\n      <input\n        type=\"text\"\n        name=\"_zeroy_hp\"\n        value=\"\"\n        tabindex=\"-1\"\n        autocomplete=\"off\"\n        aria-hidden=\"true\"\n        style=\"display:none !important;\"\n      \/>\n\n      <input\n        type=\"hidden\"\n        name=\"_zeroy_redirect\"\n        value=\"https:\/\/ycpcbs.com\/\"\n      \/>\n\n      <button class=\"ycpcbs-popup-submit\" type=\"submit\">\n        Send Project Requirements\n      <\/button>\n\n      <div class=\"ycpcbs-popup-note\">\n        Need to send Gerber, BOM or drawings?\n        <a href=\"mailto:sales@ycelectronic.com\">sales@ycelectronic.com<\/a>\n      <\/div>\n    <\/form>\n  <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  const form = document.getElementById('<a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">ycpcb<\/a>s-contact-form');\n\n  if (!form) return;\n\n  form.addEventListener('submit', async function (event) {\n    event.preventDefault();\n\n    const submitButton = form.querySelector('[type=\"submit\"]');\n    const originalButtonText = submitButton ? submitButton.textContent : '';\n\n    if (submitButton) {\n      submitButton.disabled = true;\n      submitButton.textContent = 'Sending...';\n    }\n\n    try {\n      const endpoint =\n        form.dataset.endpoint ||\n        'https:\/\/ycpcbs.com\/wp-json\/zeroy\/v1\/submissions';\n\n      const formData = new FormData(form);\n\n      const response = await fetch(endpoint, {\n        method: 'POST',\n        body: formData\n      });\n\n      const result = await response.json();\n\n      if (result && result.success === true) {\n        window.location.href = 'https:\/\/ycpcbs.com\/';\n        return;\n      }\n\n      throw new Error(\n        (result && result.data && result.data.message) ||\n        (result && result.message) ||\n        'Submission failed.'\n      );\n\n    } catch (error) {\n      console.error('Zeroy submission error:', error);\n\n      alert(\n        'Submission failed. Please try again or email your project to sales@ycelectronic.com.'\n      );\n\n      if (submitButton) {\n        submitButton.disabled = false;\n        submitButton.textContent = originalButtonText;\n      }\n    }\n  });\n});\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Copper substrate PCB for high heat density projects Thermoelectric Separation PCB YC PCB manufactures thermoelectric separation copper substrate boards for high-power LED, power modules, automotive lighting and optical electronics. We support custom copper structures, OSP, ENIG or silver plating, CNC profiles, prototypes and PCBA based on your Gerber files and thermal requirements. Send Gerber for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"","_zeroy_edited":true,"_zeroy_last_edited":"2026-08-07 08:37:10","footnotes":""},"class_list":["post-4093","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/pages\/4093","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/comments?post=4093"}],"version-history":[{"count":3,"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/pages\/4093\/revisions"}],"predecessor-version":[{"id":4235,"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/pages\/4093\/revisions\/4235"}],"wp:attachment":[{"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/media?parent=4093"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}