.topbar {
  background: #d30200;
  color: #fff;
  padding: 20px 0;
}
.topbar .top-r {
  text-align: right;
}
.topbar .top-r .toplinks {
  padding-right: 10px;
}
.topbar .top-r .toplinks .iconfont {
  font-size: 20px;
}
.headerplaceholder {
  height: 0;
  /* 初始状态没有高度 */
}
.headerplaceholder.active {
  /* JavaScript 会动态设置这个高度，但您可以在 CSS 中预设一个默认值 */
  /* 假设您的 header 高度约为 100px */
  /* height: 100px; */
}
.header {
  background: #000;
  z-index: 3;
  position: relative;
  width: 100%;
}
.header.is-sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header .logo {
  padding: 10px 0;
}
.header .logo img {
  height: 75px;
}
@media screen and (max-width: 767px) {
  .header .logo img {
    height: 60px;
  }
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header .nav ul {
  display: flex;
}
.header .nav ul li {
  position: relative;
}
.header .nav ul li a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
.header .nav ul li dl {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 100%;
  width: 240px;
  background: #fff;
  padding: 10px 0;
}
.header .nav ul li dl a {
  padding: 5px 20px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.header .nav ul li dl a:hover {
  background: #eee;
}
.header .nav ul li:hover dl {
  opacity: 1;
  visibility: visible;
  /* 可见并可点击 */
}
.header .nav ul li a {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .header .nav {
    position: fixed;
    right: -70%;
    transition: 0.5s;
    top: 0;
    background: #fff;
    height: 100%;
    width: 70%;
    padding-top: 40px;
    display: block;
  }
  .header .nav.active {
    right: 0;
    box-shadow: -11px 9px 12px 5px rgba(0, 0, 0, 0.05);
  }
  .header .nav ul {
    display: block !important;
  }
  .header .nav ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .header .nav ul li > a {
    color: #333;
    padding: 10px;
  }
  .header .nav ul li dl {
    width: 100%;
    padding: 0;
    padding-left: 20px;
    opacity: 1 !important;
    position: relative !important;
    visibility: visible !important;
    display: block;
  }
  .header .nav ul li dl a {
    color: #333;
  }
}
.header .nav-toggle {
  display: flex;
  justify-content: right;
  align-items: center;
}
.header .nav-toggle .iconfont {
  font-size: 36px;
  color: #fff;
}
.banner {
  height: 35vw;
}
.banner .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section {
  margin: 90px 0;
}
@media (max-width: 767px) {
  .section {
    margin: 6% 0;
  }
}
.section-title {
  font-size: 36px;
  margin: 40px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-title {
    margin: 6% 0;
    font-size: 24px;
  }
}
/* 调整标题样式 */
.section-title-small {
  text-align: center;
  color: orange;
  /* 模仿图片中的橙色 */
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-focus {
  /* 调整栅格间距 */
  /* 卡片容器基础样式 */
  /* 移动端优化 (使用您的 @media (max-width: 767px)) */
}
.section-focus .card-item-wrapper {
  padding: 10px;
  /* 在每个列内添加内边距，实现卡片间距 */
}
.section-focus .focus-card {
  /* 使用您的 CSS 中的阴影和圆角效果 */
  border: 1px solid #eee;
  /* 浅色边框 */
  border-radius: 4px;
  padding: 20px;
  display: flex;
  /* 启用 Flex 布局 */
  align-items: center;
  /* 垂直居中对齐图标和内容 */
  background: #fff;
  height: 100%;
  /* 确保高度一致 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  /* 模拟微小阴影 */
  transition: all 0.3s ease;
  /* 卡片内容样式 */
}
.section-focus .focus-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.section-focus .focus-card .card-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-color: #d30200;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  line-height: 80px;
}
.section-focus .focus-card .card-icon .iconfont {
  font-size: 48px;
  color: #fff;
}
.section-focus .focus-card .card-content {
  flex-grow: 1;
}
.section-focus .focus-card .card-content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.section-focus .focus-card .card-content p {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-focus .card-item-wrapper {
    padding: 10px 0;
    /* 移动端不需要左右间距 */
  }
  .section-focus .focus-card {
    flex-direction: column;
    /* 垂直堆叠：图标在上，文字在下 */
    text-align: center;
    padding: 15px;
  }
  .section-focus .card-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* =================================================================
   产品列表栅格样式 (.list-product-grid)
   ================================================================= */
.list-product-grid {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.list-product-grid .product-item-wrapper {
  margin-bottom: 30px;
}
.list-product-grid .product-card {
  display: block;
  border: 1px solid #eee;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  background-color: #fff;
}
.list-product-grid .product-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.list-product-grid .product-card .product-image-box {
  position: relative;
  overflow: hidden;
}
.list-product-grid .product-card .product-image-box .product-thumb {
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 25 / 14;
  object-fit: cover;
  transition: transform 0.5s;
}
.list-product-grid .product-card:hover .product-thumb {
  transform: scale(1.05);
}
.list-product-grid .product-card:hover .view-details-btn {
  text-decoration: underline;
}
.list-product-grid .product-card .product-info {
  padding: 15px;
  text-align: center;
}
.list-product-grid .product-card .product-info .product-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  /* 限制标题行数，防止高度不一致 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最多显示两行 */
  -webkit-box-orient: vertical;
  min-height: 40px;
  /* 保证两行的高度 */
}
.list-product-grid .product-card .product-info .product-model {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-product-grid .product-card .product-info .view-details-btn {
  display: inline-block;
  color: var(--base-color, #d30200);
  /* 品牌红色 */
  font-weight: bold;
  font-size: 14px;
}
/* 按钮样式 */
.btn-more {
  display: inline-block;
  padding: 10px 30px;
  background-color: var(--base-color);
  /* 模仿图片中的橙色 */
  color: #fff !important;
  /* 确保文字是白色，!important 防止 a:hover 覆盖 */
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
}
.btn-more:hover {
  background-color: #fc1d19;
  /* 悬停时颜色变深 */
  color: #fff;
  text-decoration: none;
}
/* =================================================================
   关于我们 (About) 样式
   ================================================================= */
/* 整体容器背景 */
.section-about-bg {
  /* 模仿图片中的暗色背景 */
  background: #222 url('../images/about_bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 200px 0;
}
@media (max-width: 767px) {
  .section-about-bg {
    padding: 6% 0;
    font-size: 24px;
  }
}
.section-about-bg .container {
  position: relative;
  z-index: 2;
}
.section-about-bg .about-text-box {
  background-color: var(--base-color);
  padding: 70px 40px;
  color: #fff;
  position: relative;
  z-index: 10;
  min-height: 400px;
}
@media (max-width: 767px) {
  .section-about-bg .about-text-box {
    padding: 6%;
  }
}
.section-about-bg .about-text-box .about-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}
.section-about-bg .about-text-box .about-title span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.section-about-bg .about-text-box p {
  font-size: 18px;
  margin-bottom: 15px;
}
.section-about-bg .about-text-box .in-about dd .more {
  background-color: #333;
  color: #fff;
  margin-top: 25px;
}
.section-about-bg .about-text-box .in-about dd .more:hover {
  background-color: #000;
}
.section-about-bg .about-slider-wrap {
  height: 100%;
  display: flex;
}
.section-about-bg .about-slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .section-bg-about {
    padding: 40px 0;
  }
  .about-text-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .about-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .about-title span {
    font-size: 16px;
  }
  .about-slider-wrap {
    height: 250px;
  }
}
/* =================================================================
   我们的优势 (Advantage Section) 样式
   ================================================================= */
.section-advantage .advantage-row {
  padding: 20px;
  background: var(--base-color);
}
.section-advantage .advantage-image-box {
  position: relative;
  /* 确保图片盒子有高度 */
  height: 480px;
  /* 根据设计图估算一个高度，或使用 padding-top: % 来做比例适配 */
  overflow: hidden;
}
.section-advantage .advantage-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 确保图片覆盖整个盒子 */
  display: block;
}
@media (max-width: 767px) {
  .section-advantage .advantage-image-box {
    padding: 6% 0;
    height: auto !important;
  }
}
.section-advantage .advantage-text-box {
  color: #fff;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .section-advantage .advantage-text-box {
    padding: 6% 0;
    font-size: 24px;
  }
}
.section-advantage .advantage-text-box .advantage-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  /* 白色分隔线 */
  padding-bottom: 15px;
}
.section-advantage .advantage-text-box p {
  font-size: 18px;
  margin-bottom: 20px;
}
.section-advantage .advantage-text-box .advantage-list li {
  font-size: 18px;
  line-height: 2.2;
  list-style-type: disc;
  margin-left: 20px;
  /* 圆点列表 */
  list-style-position: outside;
}
.advantage-data-row {
  margin: 6% 0;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.advantage-data-row .data-card {
  text-align: center;
  padding: 20px 0;
}
.advantage-data-row .data-card .data-number {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  /* 默认黑色 */
  margin: 0;
  line-height: 1;
}
.advantage-data-row .data-card .data-number span {
  font-size: 24px;
  vertical-align: top;
  margin-left: 5px;
  color: #ff9900;
  /* 突出显示加号 */
}
.advantage-data-row .data-card .data-number .data-label {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .data-number {
    font-size: 36px;
  }
}
.factory-display-section .changquzhanshi {
  padding-bottom: 60px;
}
.factory-display-section .changquzhanshi img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.partner-section {
  background: #f5f5f5;
  padding: 60px 0;
}
.partner-section .partnerSwiper .swiper-wrapper {
  align-items: center;
}
.partner-section .partnerSwiper .swiper-slide {
  background: #fff;
  height: 100%;
  aspect-ratio: 4 / 2;
  display: flex;
}
.partner-section .partnerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
/* =================================================================
   服务理念模块样式
   ================================================================= */
.service-concept-section {
  background-image: url(../images/server-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 0;
}
.service-concept-section p {
  font-size: 18px;
}
/* 父元素 wrapper，确保间距和布局 */
.service-item-wrapper {
  /* 在大屏上使用 flex-grow: 1 来平分空间，同时设置最小宽度防止图标挤压 */
  flex-grow: 1;
  min-width: 140px;
  /* 确保每个图标有最小宽度 */
  padding: 10px;
  /* 内部间距 */
}
/* 服务图标和文字容器 */
.service-item {
  padding: 15px 0;
}
/* 图标圆形样式 */
.service-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}
/* 图标占位符 (替换成您的 SVG 或字体图标) */
.icon-placeholder {
  font-size: 1.2rem;
}
.icon-placeholder .iconfont {
  font-size: 40px;
  color: var(--base-color);
}
/* 标题文字样式 */
.service-title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #fff;
  /* 匹配背景图上的白色文字 */
}
/* 媒体查询：调整小屏时的布局 */
@media (max-width: 767px) {
  .service-item-wrapper {
    min-width: 100px;
    /* 减小手机上的最小宽度 */
    padding: 5px;
  }
  .service-icon {
    width: 80px;
    /* 减小图标尺寸 */
    height: 80px;
  }
  .service-title {
    font-size: 1rem;
  }
}
/* =================================================================
   通用页脚 Footer 样式
   ================================================================= */
.main-footer {
  /* 深色背景和顶部填充 */
  background-color: #212529;
  /* 深灰色 */
  color: #dee2e6;
  /* 浅灰色文字 */
  padding-top: 50px;
}
.footer-content-row {
  /* 确保列之间有足够的垂直间距 */
  --bs-gutter-y: 30px;
  padding-bottom: 30px;
}
.footer-column {
  margin-bottom: 20px;
}
/* 标题样式 */
.footer-title {
  font-size: 1.15rem;
  color: #fff;
  /* 白色标题 */
  margin-bottom: 20px;
}
/* 链接列表样式 */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #adb5bd;
  /* 柔和的链接颜色 */
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #f7a43e;
  /* 悬停时使用您的强调色 */
  text-decoration: underline;
}
/* 联系方式列的特殊样式 */
.contact-details .social-icons {
  margin-bottom: 15px;
}
.contact-details .social-icons .footer-links {
  padding-right: 5px;
}
.contact-details .social-icons .footer-links .iconfont {
  font-size: 26px;
}
.contact-details .contact-info p,
.contact-details .contact-info address {
  margin-bottom: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #adb5bd;
}
/* 底部版权区域 */
.footer-bottom {
  border-top: 1px solid #343a40;
  /* 细分隔线 */
  padding: 20px 0;
}
.copyright-text,
.icp-text {
  font-size: 0.85rem;
  color: #6c757d;
  /* 较暗的版权文字 */
  margin-bottom: 5px;
}
.copyright-text a {
  color: #6c757d;
}
.copyright-text a:hover {
  color: #adb5bd;
  text-decoration: underline;
}
/* --- 1. 左侧栏块容器 --- */
.product-sidebar {
  padding-bottom: 20px;
}
.sidebar-title {
  background-color: var(--base-color);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.sidebar-nav-list {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px 0;
}
.sidebar-nav-list li {
  line-height: 1.5;
}
.sidebar-nav-list li:last-child {
  border-bottom: none;
}
/* --- 5. 链接 (a) --- */
.sidebar-nav-list li a {
  display: block;
  /* 使整个 li 区域可点击 */
  padding: 8px 15px;
  color: #333;
  /* 默认文字颜色 */
  transition: background-color 0.2s ease;
  /* 确保悬停时不显示下划线 (a:hover 在 base.less 中设置了下划线) */
  text-decoration: none !important;
}
/* 链接悬停效果 */
.sidebar-nav-list li a:hover {
  background-color: #f7f7f7;
  /* 悬停时背景变浅 */
  color: var(--base-color);
  /* 悬停时文字颜色变为橙色 */
}
/* --- 6. 激活状态 (current-active) --- */
.sidebar-nav-list li.current-active {
  /* 使用您 base.less 中定义的颜色变量进行高亮 */
  background-color: var(--base-color, #d30200);
  /* 红色背景 */
}
.sidebar-nav-list li.current-active a {
  color: #fff;
  /* 激活时文字为白色 */
  font-weight: bold;
}
/* 确保激活状态下悬停不改变颜色 */
.sidebar-nav-list li.current-active a:hover {
  background-color: var(--base-color, #d30200);
  color: #fff;
}
/* =================================================================
   布局和内容区样式 (Main Layout & Structure)
   ================================================================= */
/* 主内容区域 wrapper */
.section-content {
  background-color: #f8f8f8;
  /* 略微灰色背景，突出白色内容卡片 */
}
/* 确保侧边栏和主内容对齐 */
.content-layout {
  align-items: flex-start;
}
/* 侧边栏和主内容区域的间距调整 */
.sidebar-wrapper {
  /* 使用 col-lg-3 宽度 */
  padding-top: 20px;
}
.main-content-area {
  /* 使用 col-lg-9 宽度 */
  background-color: #fff;
  /* 主内容区使用白色背景 */
  min-height: 500px;
  /* 确保内容区有最小高度 */
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* --- 页面头部/面包屑/标题区域 (.page-header-box) --- */
/* 面包屑导航 (.breadcrumbs) */
.breadcrumbs {
  padding: 15px 0;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.breadcrumbs i {
  font-style: normal;
  margin-right: 5px;
}
/* =================================================================
   英文站文章列表样式 (.article-list-grid)
   ================================================================= */
.article-list-grid {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  /* 负边距抵消 Bootstrap 栅格的 padding */
}
/* 单个文章项的容器 */
.article-grid-item {
  margin-bottom: 30px;
  /* 底部间距 */
  padding-left: 15px;
  padding-right: 15px;
}
.article-box {
  border: 1px solid #eee;
  transition: box-shadow 0.3s ease;
  height: 100%;
  /* 确保卡片高度统一 */
  display: flex;
  flex-direction: column;
}
.article-box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* 图片链接区域 */
.article-img-link {
  display: block;
  overflow: hidden;
}
/* 图片本身 */
.article-thumb {
  width: 100%;
  /* 使用固定宽高比，例如 3:2 */
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.article-box:hover .article-thumb {
  transform: scale(1.05);
  /* 悬停放大效果 */
}
/* 内容区域 */
.article-content {
  padding: 20px;
  flex-grow: 1;
  /* 确保内容区占满剩余高度 */
  display: flex;
  flex-direction: column;
}
/* 日期样式 */
.article-date {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
/* 标题样式 */
.article-title-h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
.article-title-h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.article-title-h3 a:hover {
  color: var(--base-color, #d30200);
  /* 悬停时使用品牌色 */
}
/* 摘要样式 */
.article-summary {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}
/* Read More 按钮 */
.btn-read-more {
  display: inline-block;
  color: var(--base-color, #d30200);
  font-weight: bold;
  text-decoration: none;
  margin-top: auto;
  /* 自动将按钮推到底部 */
}
.btn-read-more:hover {
  text-decoration: underline;
}
/* --- 产品详情页特有样式 --- */
.product-info-box .product-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.product-info-box .product-meta {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}
.section-show-title {
  border-bottom: 1px solid #ddd;
}
.contact-actions {
  gap: 15px;
  /* Flex 元素之间的间距 */
  margin-bottom: 20px;
  /* 添加底部外边距，将按钮与下方内容分离 */
}
/* 1. Call Us 按钮 (橙色背景) */
.btn-call-us {
  /* 橙色背景，使用图片中的橙色 #FF9900 */
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--base-color);
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  /* 确保按钮不会被压缩太小 */
  min-width: 180px;
  text-align: center;
}
.btn-call-us:hover {
  background-color: var(--base-color);
  /* 悬停颜色变深 */
  text-decoration: none;
}
/* 2. Contact Sales/Live Chat 按钮 (白色背景，橙色边框) */
.btn-live-chat {
  /* 白色边框按钮 */
  display: inline-block;
  padding: 12px 30px;
  background-color: #fff;
  color: var(--base-color);
  /* 橙色文字 */
  border: 1px solid var(--base-color);
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  /* 确保按钮不会被压缩太小 */
  min-width: 180px;
  text-align: center;
}
.btn-live-chat:hover {
  background-color: var(--base-color);
  color: #fff;
  text-decoration: none;
}
/* --- 产品图 Swiper 样式 --- */
.product-gallery {
  margin-bottom: 20px;
}
.product-main-swiper {
  width: 100%;
  margin-bottom: 10px;
  /* 确保图片盒子有合理的比例 */
}
.product-main-swiper img {
  width: 100%;
  aspect-ratio: 25 / 14;
}
.product-thumbs-swiper {
  width: 100%;
}
.product-thumbs-swiper .swiper-slide {
  width: 25%;
  /* 确保能显示多张缩略图 */
  opacity: 0.5;
  cursor: pointer;
  border: 1px solid transparent;
  transition: opacity 0.3s, border-color 0.3s;
}
.product-thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #d30200;
  /* 激活时用品牌色高亮 */
}
.product-thumbs-swiper img {
  width: 100%;
  aspect-ratio: 25 / 14;
  /* 设置宽度与高度的比例为 16:9 */
}
/* 覆盖 base.css 中的 Swiper 导航按钮位置，防止遮挡图片 */
.product-main-swiper .swiper-button-next,
.product-main-swiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
.show-content h3 {
  border-left: 4px solid var(--base-color);
  background: #efefef;
  margin-bottom: 20px;
  padding: 10px;
}
.show-content-info {
  padding: 20px 0;
}
.show-content-video {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .show-content-video {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .show-content-video {
    width: 100%;
  }
}
.show-content-title {
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .show-content-title {
    font-size: 26px;
  }
}
.show-content-desc {
  text-align: center;
}
/* =================================================================
   图片列表样式 (.list-pic)
   ================================================================= */
.list-pic {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-pic > li {
  margin-bottom: 30px;
  /* 底部间距，配合 Bootstrap col padding */
  padding-left: 15px;
  padding-right: 15px;
}
.list-pic a {
  display: block;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: 1px solid #e9e9e9;
  /* 轻微边框 */
  background-color: #fff;
  height: 100%;
  /* 确保卡片在同一行高度统一 */
  overflow: hidden;
}
/* 卡片悬停效果：轻微阴影和抬升 */
.list-pic a:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
/* 1. 图片容器 (.img-center) - 强制统一图片比例 (例如 4:3) */
.list-pic .img-center {
  position: relative;
  height: 0;
  padding-top: 75%;
  /* 4:3 比例 (3/4 = 0.75)。若需正方形，请用 100% */
  overflow: hidden;
}
/* 2. 图片样式 */
.list-pic .img-center img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 确保图片填充容器，多余部分裁剪 */
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* 悬停时图片轻微放大 */
.list-pic a:hover .img-center img {
  transform: scale(1.08);
}
/* 3. 标题样式 */
.list-pic p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 15px 10px;
  margin: 0;
  /* 移除默认 p 标签的 margin */
  /* 保持标题在悬停时不被变色 */
  transition: color 0.3s;
}
.list-pic a:hover p {
  color: var(--base-color, #d30200);
  /* 悬停时标题变为品牌色 */
}
/* =================================================================
   视频列表样式 (.list-video)
   ================================================================= */
.list-video {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-video > li {
  margin-bottom: 30px;
  /* 底部间距，配合 Bootstrap col padding */
  padding-left: 15px;
  padding-right: 15px;
}
.list-video > li .list-video-item {
  cursor: pointer;
}
.list-video > li .video_pic {
  position: relative;
  width: 100%;
}
.list-video > li .video_pic .iconfont {
  position: absolute;
  border-radius: 5px;
  background: var(--base-color);
  top: 50%;
  left: 50%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.list-video > li .video_pic .iconfont:hover {
  background: #f72723;
}
.list-video > li .video_pic img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.list-video > li .list-video-info {
  padding: 10px 0;
}
.list-video > li video {
  width: 100%;
}
.list-video > li b {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  /* 移除默认 p 标签的 margin */
  /* 保持标题在悬停时不被变色 */
  transition: color 0.3s;
}
.list-video > li p {
  color: #666;
  padding: 10px 0;
  line-height: 1.5em;
}
#videoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
#videoModal .video-container {
  position: relative;
  /* 左右边距留 5% */
  /* 上下边距留 5% */
  display: flex;
  justify-content: center;
  align-items: center;
}
#videoModal .video-container #closeVideo {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
#videoModal .video-container #mainVideo {
  max-width: 90vw;
  /* 不超过容器宽 */
  max-height: 90vh;
  /* 不超过容器高 */
  width: auto;
  /* 根据比例自适应 */
  height: auto;
  /* 根据比例自适应 */
}
.list-video a:hover p {
  color: var(--base-color, #d30200);
  /* 悬停时标题变为品牌色 */
}
.contact-item {
  margin-bottom: 15px;
  background: #f5f5f5;
  display: flex;
  padding: 20px;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.contact-item .iconfont {
  font-size: 36px;
  color: var(--base-color);
}
.contact-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.contact-item p {
  font-size: 16px;
}
.contact-item a {
  color: #333;
  text-decoration: none;
}
.contact-item a:hover {
  text-decoration: underline;
}
