
/*
============================================================
铂铄官网｜设备展示栏目页 V1
上传位置：
/skin/ecms280/css/boshuo-equipment-list.css

独立类名前缀：.bseq-
不会影响网站其他栏目。
============================================================
*/

.bseq-page,
.bseq-page * {
  box-sizing: border-box;
}

.bseq-page {
  --bseq-blue: #0759e8;
  --bseq-blue-dark: #064bbd;
  --bseq-navy: #072d55;
  --bseq-navy-deep: #051f3b;
  --bseq-text: #202d3a;
  --bseq-muted: #718294;
  --bseq-line: #dfe7ef;
  --bseq-soft: #f4f7fa;
  --bseq-white: #ffffff;
  display: block;
  width: 100%;
  overflow: hidden;
  color: var(--bseq-text);
  background: #ffffff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.bseq-page a {
  color: inherit;
  text-decoration: none;
}

.bseq-page img {
  display: block;
  max-width: 100%;
}

.bseq-container {
  width: min(calc(100% - 40px), 1200px);
  margin: 0 auto;
}

/* =========================
   栏目顶部
   ========================= */

.bseq-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 46px;
  border-bottom: 1px solid var(--bseq-line);
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(245,249,253,.94)),
    linear-gradient(#edf3f8 1px, transparent 1px),
    linear-gradient(90deg, #edf3f8 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
}

.bseq-hero::before {
  content: "";
  position: absolute;
  top: -285px;
  right: -180px;
  width: 590px;
  height: 590px;
  border: 1px solid rgba(7, 89, 232, .09);
  border-radius: 50%;
  pointer-events: none;
}

.bseq-breadcrumb {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
  color: #8797a7;
  font-size: 12px;
  line-height: 1.7;
}

.bseq-breadcrumb a {
  transition: color .2s ease;
}

.bseq-breadcrumb a:hover {
  color: var(--bseq-blue);
}

.bseq-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 48px;
  align-items: stretch;
}

.bseq-hero-main {
  display: flex;
  min-height: 380px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

.bseq-kicker {
  display: block;
  margin-bottom: 10px;
  color: #8fa0b1;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
}

.bseq-hero h1 {
  margin: 0;
  color: #1f2c39;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
}

.bseq-title-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.bseq-title-line span {
  width: 76px;
  height: 3px;
  background: var(--bseq-blue);
}

.bseq-title-line i {
  flex: 1;
  height: 1px;
  background: #d8e2ec;
}

.bseq-hero-description {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--bseq-muted);
  font-size: 14px;
  line-height: 1.9;
}

.bseq-hero-description strong {
  color: #40566b;
  font-weight: 600;
}

.bseq-hero-data {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 810px;
  margin-top: 27px;
  border-top: 1px solid var(--bseq-line);
  border-left: 1px solid var(--bseq-line);
}

.bseq-data {
  min-height: 86px;
  padding: 16px 15px;
  border-right: 1px solid var(--bseq-line);
  border-bottom: 1px solid var(--bseq-line);
  background: rgba(255,255,255,.88);
}

.bseq-data strong {
  display: block;
  color: var(--bseq-blue);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.bseq-data span {
  display: block;
  margin-top: 7px;
  color: #758698;
  font-size: 10px;
  line-height: 1.45;
}

/* 顶部设备主图 */

.bseq-hero-media {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-left: 4px solid var(--bseq-blue);
  background: var(--bseq-navy);
  box-shadow: 0 20px 48px rgba(8,42,77,.17);
}

.bseq-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  transition: transform .6s ease;
}

.bseq-hero-media:hover img {
  transform: scale(1.045);
}

.bseq-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,25,47,.04), rgba(4,25,47,.84));
}

.bseq-hero-media__copy {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 25px;
  left: 26px;
  color: #ffffff;
}

.bseq-hero-media__copy small {
  color: #a9d0ff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
}

.bseq-hero-media__copy h2 {
  margin: 9px 0 8px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.35;
}

.bseq-hero-media__copy p {
  margin: 0;
  color: #d4e2ee;
  font-size: 11px;
  line-height: 1.7;
}

.bseq-hero-actions {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}

.bseq-hero-actions a {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.38);
  color: #ffffff;
  font-size: 11px;
  transition: .22s ease;
}

.bseq-hero-actions a:first-child {
  color: var(--bseq-blue);
  border-color: #ffffff;
  background: #ffffff;
}

.bseq-hero-actions a:hover {
  color: var(--bseq-blue);
  border-color: #ffffff;
  background: #ffffff;
}

/* =========================
   同级栏目导航
   ========================= */

.bseq-category {
  border-bottom: 1px solid var(--bseq-line);
  background: #ffffff;
}

.bseq-category__inner {
  display: flex;
  align-items: stretch;
}

.bseq-category a {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--bseq-line);
  color: #536579;
  font-size: 14px;
  transition:
    color .2s ease,
    background-color .2s ease;
}

.bseq-category a:first-child {
  border-left: 1px solid var(--bseq-line);
}

.bseq-category a:hover,
.bseq-category a.current {
  color: var(--bseq-blue);
  background: #f8fbff;
}

.bseq-category a.current::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 3px;
  background: var(--bseq-blue);
}

/* =========================
   公共标题
   ========================= */

.bseq-section-head {
  display: block;
  margin-bottom: 34px;
}

.bseq-section-head small {
  display: block;
  margin-bottom: 8px;
  color: #94a2b0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
}

.bseq-section-head h2 {
  margin: 0;
  color: #202b36;
  font-size: 32px;
  line-height: 1.3;
}

.bseq-section-head h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 14px;
  background: var(--bseq-blue);
}

/* =========================
   设备卡片列表
   ========================= */

.bseq-equipment {
  padding: 70px 0 78px;
  background: #ffffff;
}

.bseq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bseq-card {
  position: relative;
  display: flex;
  cursor: default;
  min-width: 0;
  min-height: 465px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bseq-line);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(25,61,98,.055);
  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.bseq-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bseq-blue), #2e8aff);
  transition: width .36s ease;
}

.bseq-card:hover {
  z-index: 2;
  border-color: rgba(7,89,232,.48);
  box-shadow: 0 23px 52px rgba(18,68,122,.14);
  transform: translateY(-7px);
}

.bseq-card:hover::before {
  width: 100%;
}

.bseq-card__image {
  position: relative;
  display: block;
  height: 285px;
  overflow: hidden;
  background: #e8edf2;
}

.bseq-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.bseq-card:hover .bseq-card__image img {
  transform: scale(1.045);
}

.bseq-card__index {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 18px;
  display: flex;
  min-width: 42px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: #ffffff;
  background: rgba(5,31,59,.78);
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .09em;
}

.bseq-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px 22px 21px;
}

.bseq-card__eyebrow {
  display: block;
  color: #8f9ead;
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .13em;
}

.bseq-card h3 {
  margin: 10px 0 9px;
  color: #2b3e51;
  font-size: 20px;
  line-height: 1.4;
  transition: color .25s ease;
}

.bseq-card__desc {
  margin: 0;
  color: var(--bseq-muted);
  font-size: 11px;
  line-height: 1.75;
}

.bseq-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 20px;
}

.bseq-card__tag {
  padding: 7px 10px;
  border: 1px solid #d8e4ef;
  color: #65798c;
  background: #f8fbfd;
  font-size: 9px;
}

.bseq-card__arrow {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e2eb;
  color: var(--bseq-blue);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  transition:
    color .22s ease,
    border-color .22s ease,
    background-color .22s ease,
    transform .22s ease;
}

.bseq-card:hover h3 {
  color: var(--bseq-blue);
}

.bseq-card:hover .bseq-card__arrow {
  color: #ffffff;
  border-color: var(--bseq-blue);
  background: var(--bseq-blue);
  transform: translateX(3px);
}

/* 兼容旧列表内容模板 */

.bseq-grid > li {
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  min-height: 465px !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: hidden !important;
  border: 1px solid var(--bseq-line) !important;
  list-style: none !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(25,61,98,.055) !important;
}

.bseq-grid > li > a:first-child,
.bseq-grid > li .pic {
  display: block !important;
  width: 100% !important;
  height: 285px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: hidden !important;
}

.bseq-grid > li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.bseq-grid > li > p,
.bseq-grid > li > h3,
.bseq-grid > li > a:not(:first-child) {
  margin: 0 !important;
  padding: 22px !important;
  color: #2b3e51 !important;
  background: #ffffff !important;
  font-size: 19px !important;
  font-weight: 600 !important;
}


/* 静态设备卡片：保留动态效果，但不可点击 */
.bseq-card__status {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #d8e4ef;
  color: #64798d;
  background: #f8fbfd;
  font-size: 9px;
  font-style: normal;
  line-height: 1;
  transition:
    color .22s ease,
    border-color .22s ease,
    background-color .22s ease;
}

.bseq-card:hover .bseq-card__status {
  color: #ffffff;
  border-color: var(--bseq-blue);
  background: var(--bseq-blue);
}

/* 防止旧列表模板的链接继续生效 */
.bseq-grid a {
  cursor: default !important;
  pointer-events: none !important;
  color: inherit !important;
  text-decoration: none !important;
}

.bseq-grid .bseq-card__arrow {
  display: none !important;
}

/* 分页 */

.bseq-pagination {
  margin-top: 38px;
  text-align: center;
}

.bseq-pagination a,
.bseq-pagination b,
.bseq-pagination span {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  border: 1px solid #dbe4ed;
  color: #607285;
  background: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.bseq-pagination a:hover,
.bseq-pagination b {
  color: #ffffff;
  border-color: var(--bseq-blue);
  background: var(--bseq-blue);
}

/* =========================
   工艺流程
   ========================= */

.bseq-process {
  padding: 72px 0 78px;
  background: var(--bseq-soft);
}

.bseq-process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--bseq-line);
  border-left: 1px solid var(--bseq-line);
}

.bseq-process-card {
  position: relative;
  min-height: 205px;
  padding: 25px 19px 22px;
  border-right: 1px solid var(--bseq-line);
  border-bottom: 1px solid var(--bseq-line);
  background: #ffffff;
}

.bseq-process-card b {
  display: flex;
  width: 39px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border: 1px solid #acc8ed;
  color: var(--bseq-blue);
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.bseq-process-card h3 {
  margin: 22px 0 9px;
  color: #2b3e51;
  font-size: 15px;
}

.bseq-process-card p {
  margin: 0;
  color: var(--bseq-muted);
  font-size: 10px;
  line-height: 1.7;
}

/* =========================
   加工能力
   ========================= */

.bseq-capability {
  padding: 73px 0 79px;
  color: #ffffff;
  background: var(--bseq-navy-deep);
}

.bseq-capability .bseq-section-head small {
  color: #83acd1;
}

.bseq-capability .bseq-section-head h2 {
  color: #ffffff;
}

.bseq-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.15);
}

.bseq-capability-card {
  min-height: 238px;
  padding: 29px 24px;
  background: #082d51;
}

.bseq-capability-card span {
  display: block;
  color: #79b6ff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .13em;
}

.bseq-capability-card h3 {
  margin: 26px 0 10px;
  color: #ffffff;
  font-size: 18px;
}

.bseq-capability-card p {
  margin: 0;
  color: #c5d5e2;
  font-size: 11px;
  line-height: 1.78;
}

.bseq-capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.bseq-capability-tags i {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.15);
  color: #b7cadb;
  font-size: 9px;
  font-style: normal;
}

/* =========================
   CTA
   ========================= */

.bseq-cta {
  padding: 50px 0;
  color: #ffffff;
  background: var(--bseq-blue);
}

.bseq-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.bseq-cta h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.35;
}

.bseq-cta p {
  margin: 0;
  color: #dce9ff;
  font-size: 12px;
  line-height: 1.7;
}

.bseq-cta-actions {
  display: flex;
  gap: 10px;
}

.bseq-cta-actions a {
  display: inline-flex;
  min-width: 138px;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.55);
  color: #ffffff;
  font-size: 12px;
  transition: .2s ease;
}

.bseq-cta-actions a:first-child {
  color: var(--bseq-blue);
  border-color: #ffffff;
  background: #ffffff;
}

.bseq-cta-actions a:hover {
  color: var(--bseq-blue);
  border-color: #ffffff;
  background: #ffffff;
}

.bseq-cta-actions a:first-child:hover {
  color: #ffffff;
  background: var(--bseq-blue-dark);
}

/* =========================
   响应式
   ========================= */

@media screen and (max-width: 1080px) {
  .bseq-hero-grid {
    grid-template-columns: 1fr;
  }

  .bseq-hero-media {
    max-width: 760px;
  }

  .bseq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bseq-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bseq-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 700px) {
  .bseq-container {
    width: min(calc(100% - 24px), 1200px);
  }

  .bseq-hero {
    padding: 31px 0 38px;
  }

  .bseq-breadcrumb {
    margin-bottom: 19px;
  }

  .bseq-hero-main {
    min-height: 0;
    padding-top: 10px;
  }

  .bseq-hero h1 {
    font-size: 34px;
  }

  .bseq-hero-description {
    font-size: 13px;
  }

  .bseq-hero-data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bseq-hero-media,
  .bseq-hero-media img {
    min-height: 330px;
  }

  .bseq-hero-actions {
    display: grid;
  }

  .bseq-hero-actions a {
    width: 100%;
  }

  .bseq-category__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .bseq-category a:nth-child(-n+2) {
    border-bottom: 1px solid var(--bseq-line);
  }

  /* 两列布局：每一排左侧第一个栏目都补上左边框 */
  .bseq-category a:nth-child(2n+1) {
    border-left: 1px solid var(--bseq-line);
  }

  .bseq-equipment,
  .bseq-process,
  .bseq-capability {
    padding: 30px 0 20px;
  }

  .bseq-section-head h2 {
    font-size: 26px;
  }

  .bseq-grid,
  .bseq-process-grid,
  .bseq-capability-grid {
    grid-template-columns: 1fr;
  }

  .bseq-card {
    min-height: 430px;
  }

  .bseq-card__image {
    height: 260px;
  }

  .bseq-cta-grid {
    display: block;
  }

  .bseq-cta-actions {
    display: grid;
    margin-top: 22px;
  }

  .bseq-cta-actions a {
    width: 100%;
  }
}
