/* =========================产品详情页开始========================= */

/* ---------- Hero 英雄区 ---------- */
.cpshow-hero {
  background: #ffffff;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}
.cpshow-hero-bei-zhuangshi {
  position: absolute;
  right: 0;
  top: 0;
  width: 33.33%;
  height: 150%;
  background: #f2f2f2;
  pointer-events: none;
  z-index: 0;
}
.cpshow-hero-neicong {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 60px;
  min-height: 700px;
  position: relative;
  z-index: 1;
}
.cpshow-hero-zuoce {
  flex: 0 0 46%;
  max-width: 46%;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
}
.cpshow-hero-biaoqian {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #8ec31f;
  background: rgba(142, 195, 31, 0.1);
  border-radius: 100px;
  padding: 12px 24px;
  color: #8ec31f;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  align-self: flex-start;
}
.cpshow-hero-biaoqian::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8ec31f;
  flex-shrink: 0;
}
.cpshow-hero-biaoti {
  font-size: 38px;
  font-weight: 700;
  color: #0050b0;
  line-height: 1.35;
}
.cpshow-hero-miaoshu {
  font-size: 16px;
  color: #424752;
  line-height: 1.8;
}
.cpshow-hero-shuju {
  display: flex;
  gap: 48px;
  padding: 24px 0;
  flex-wrap: wrap;
}
.cpshow-hero-shuju-xiang {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cpshow-hero-shuju-shuzi {
  font-size: 44px;
  color: #0050b0;
  line-height: 1.2;
  font-weight: 400;
  display: block;
}
.cpshow-hero-shuju-biaoshi {
  font-size: 14px;
  color: #424752;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
}
.cpshow-hero-anniu-zu {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cpshow-hero-anniu-baojia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8ec31f;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  padding: 24px 48px;
  letter-spacing: 0.06em;
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
  white-space: nowrap;
  font-weight: 500;
}
.cpshow-hero-anniu-baojia:hover {
  background: #7aaa1a;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(142, 195, 31, 0.35);
}
.cpshow-hero-anniu-xiazai {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(194, 198, 212, 0.5);
  color: #0050b0;
  font-size: 17px;
  text-transform: uppercase;
  padding: 24px 48px;
  letter-spacing: 0.06em;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
  white-space: nowrap;
  font-weight: 500;
}
.cpshow-hero-anniu-xiazai:hover {
  background: rgba(0, 80, 176, 0.08);
  border-color: rgba(0, 80, 176, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 80, 176, 0.12);
}

/* 右侧图片轮播 */
.cpshow-hero-youce {
  flex: 1;
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.cpshow-hero-lunbo {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 480px;
  border-radius: 0;
  overflow: hidden;
  background: #f2f5f9;
  box-shadow: 0 30px 80px rgba(0, 80, 176, 0.14);
}
.cpshow-hero-lunbo-guihua {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.cpshow-hero-lunbo-tupian {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}
.cpshow-hero-lunbo-zhishidian {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 24px;
  align-items: center;
  z-index: 2;
}
.cpshow-hero-lunbo-dian {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #6b7280;
  background: transparent;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  display: block;
}
.cpshow-hero-lunbo-dian--active {
  background: #8ec31f;
  border-color: #8ec31f;
  transform: scale(1.2);
}

/* ---------- 产品规格参数 ---------- */
.cpshow-guige {
  background: #f2f5f9;
  padding: 120px 60px;
}
.cpshow-guige-neicong {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.cpshow-guige-tobu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.cpshow-guige-biaoti-qu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.cpshow-guige-biaoji {
  font-size: 18px;
  color: #003a83;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1;
}
.cpshow-guige-biaoti {
  font-size: 54px;
  font-weight: 700;
  color: #0050b0;
  line-height: 1.15;
  white-space: nowrap;
}
.cpshow-guige-fengexian {
  flex: 1;
  height: 1.5px;
  background: rgba(194, 198, 212, 0.4);
  margin-bottom: 6px;
  min-width: 60px;
  margin-left: 40px;
}

/* 表格外层容器 */
.cpshow-guige-biaoge-rong {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1.5px solid rgba(194, 198, 212, 0.1);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.05);
  padding: 1.5px;
}
.cpshow-guige-biaoge-rong table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.cpshow-guige-biaoge-rong thead tr {
  background: #ffffff;
}
.cpshow-guige-biaoge-rong tbody tr {
  background: transparent;
  border-top: 1.5px solid rgba(194, 198, 212, 0.1);
}
.cpshow-guige-biaoge-rong thead td p {
  font-size: 15px;
  color: #191b22;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  white-space: nowrap;
}
.cpshow-guige-biaoge-rong td {
  padding: 36px 48px;
  vertical-align: middle;
}
.cpshow-guige-biaoge-rong tbody td:first-child p {
  color: #003a83;
}
.cpshow-guige-biaoge-rong tbody td p {
  font-size: 16px;
  color: #424752;
  line-height: 1.875;
  white-space: nowrap;
}

/* ---------- 行业应用 New Energy ---------- */
.cpshow-nengyuan {
  background: #0050b0;
  padding: 120px 60px;
  position: relative;
  overflow: hidden;
}
.cpshow-nengyuan::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.cpshow-nengyuan-neicong {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cpshow-nengyuan-guihua {
  display: flex;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.cpshow-nengyuan-pian {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* 左侧图片轮播 */
.cpshow-nengyuan-zuoce {
  flex: 0 0 48%;
  max-width: 48%;
}
.cpshow-nengyuan-lunbo {
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  aspect-ratio: 845 / 680;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
}
.cpshow-nengyuan-lunbo-guihua {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.cpshow-nengyuan-lunbo-tupian {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}
.cpshow-nengyuan-zhishidian {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 24px;
  align-items: center;
  z-index: 2;
}
.cpshow-nengyuan-dian {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  display: block;
}
.cpshow-nengyuan-dian--active {
  background: #8ec31f;
  border-color: #8ec31f;
  transform: scale(1.2);
}

/* 右侧文字区 */
.cpshow-nengyuan-youce {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.cpshow-nengyuan-biaoti-qu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cpshow-nengyuan-biaoji {
  font-size: 18px;
  color: #8ec31f;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 1;
}
.cpshow-nengyuan-biaoti {
  font-size: 54px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.cpshow-nengyuan-miaoshu {
  font-size: 20px;
  color: #dbeafe;
  line-height: 1.8;
}

/* 特点列表外层容器 */
.cpshow-nengyuan-tedian {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-left: 6px solid #a1d836;
  padding: 48px 48px 48px 54px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cpshow-nengyuan-tedian p {
  font-size: 21px;
  color: #ffffff;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 18px;
}
.cpshow-nengyuan-tedian p::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free', sans-serif;
  font-weight: 400;
  color: #8ec31f;
  font-size: 21px;
  flex-shrink: 0;
  line-height: 1;
}

/* ---------- 相关产品 ---------- */
.cpshow-xiangguan {
  background: #ffffff;
  padding: 100px 60px 120px;
}
.cpshow-xiangguan-neicong {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.cpshow-xiangguan-tobu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cpshow-xiangguan-biaoji {
  font-size: 18px;
  color: #8ec31f;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.cpshow-xiangguan-biaoti {
  font-size: 54px;
  font-weight: 700;
  color: #0050b0;
  line-height: 1.2;
}
.cpshow-xiangguan-wangge {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* =========================产品详情页响应式开始========================= */
@media (max-width: 1400px) {
  .cpshow-hero-biaoti { font-size: 32px; }
  .cpshow-hero-shuju-shuzi { font-size: 38px; }
  .cpshow-guige-biaoti { font-size: 44px; }
  .cpshow-nengyuan-biaoti { font-size: 44px; }
  .cpshow-xiangguan-biaoti { font-size: 44px; }
}
@media (max-width: 1200px) {
  .cpshow-hero-neicong { gap: 40px; }
  .cpshow-hero-zuoce { flex: 0 0 48%; max-width: 48%; }
  .cpshow-guige-biaoti { font-size: 38px; white-space: normal; }
  .cpshow-nengyuan-biaoti { font-size: 38px; }
  .cpshow-xiangguan-biaoti { font-size: 40px; }
}
@media (max-width: 1024px) {
  .cpshow-hero-neicong {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    gap: 48px;
  }
  .cpshow-hero-zuoce { flex: unset; max-width: 100%; justify-content: flex-start; }
  .cpshow-hero-youce { width: 100%; }
  .cpshow-hero-lunbo { flex: unset; aspect-ratio: 4 / 3; min-height: unset; }
  .cpshow-hero-biaoti { font-size: 30px; }
  .cpshow-nengyuan-neicong {
    flex-direction: column;
    gap: 60px;
  }
  .cpshow-nengyuan-pian { flex-direction: column; gap: 60px; }
  .cpshow-nengyuan-zuoce { flex: unset; max-width: 100%; width: 100%; }
  .cpshow-xiangguan-wangge { grid-template-columns: repeat(2, 1fr); }
  .cpshow-xiangguan-biaoti { font-size: 36px; }
}
@media (max-width: 768px) {
  .cpshow-hero { padding: 60px 24px; }
  .cpshow-hero-biaoti { font-size: 26px; }
  .cpshow-hero-anniu-baojia, .cpshow-hero-anniu-xiazai { padding: 20px 32px; font-size: 15px; }
  .cpshow-guige { padding: 80px 24px; }
  .cpshow-guige-biaoti { font-size: 32px; }
  .cpshow-guige-tobu { flex-direction: column; align-items: flex-start; gap: 20px; }
  .cpshow-guige-fengexian { display: none; }
  .cpshow-guige-biaoge-rong { overflow-x: auto; }
  .cpshow-guige-biaoge-rong table { min-width: 680px; }
  .cpshow-guige-biaoge-rong td { padding: 20px 24px; }
  .cpshow-nengyuan { padding: 80px 24px; }
  .cpshow-nengyuan-biaoti { font-size: 30px; }
  .cpshow-nengyuan-miaoshu { font-size: 16px; }
  .cpshow-nengyuan-tedian { padding: 28px 28px 28px 32px; }
  .cpshow-nengyuan-tedian p { font-size: 17px; }
  .cpshow-xiangguan { padding: 60px 24px 80px; }
  .cpshow-xiangguan-biaoti { font-size: 30px; }
  .cpshow-xiangguan-wangge { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .cpshow-hero-shuju { gap: 28px; }
  .cpshow-hero-shuju-shuzi { font-size: 32px; }
  .cpshow-hero-anniu-zu { flex-direction: column; align-items: stretch; }
  .cpshow-hero-anniu-baojia, .cpshow-hero-anniu-xiazai { text-align: center; justify-content: center; }
  .cpshow-xiangguan-wangge { grid-template-columns: 1fr; }
  .cpshow-xiangguan-biaoti { font-size: 26px; }
  .cpshow-guige-biaoti { font-size: 26px; }
  .cpshow-nengyuan-biaoti { font-size: 26px; }
}
/* =========================产品详情页响应式结束========================= */

/* =========================产品详情页结束========================= */
