.elementor-3756 .elementor-element.elementor-element-7c2d509{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-feea09a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-de7fe70{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-938cefd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-a670bba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-756a9a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-aac96e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-902e216{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-22ae9f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-1d8cbae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-9893d3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3756 .elementor-element.elementor-element-f7fd8d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b55bef1 *//* =========================
About Page Module-01: About Us Top Banner（命名空间隔离版）
弹窗严格匹配截图正确样式：Upload居中+紧凑间距无滚动条
========================= */
/* 隔离内部盒模型重置，限定本模块作用域 */
.custom-html-block .demo-wrapper,
.custom-html-block .demo-wrapper *,
.form-popup-mask,
.form-popup-mask * {
    box-sizing: border-box;
}

/* 外层居中容器 */
.custom-html-block .demo-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* =========================
   PRODUCT BANNER 主要样式
   固定侧边间距 65px
========================= */
.custom-html-block .product-banner-section {
    width: 100%;
    height: 574px !important;
    min-height: 574px !important;
    max-height: 574px !important;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 65px;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.20) 0%,
            rgba(0,0,0,0.10) 32%,
            rgba(0,0,0,0.03) 68%,
            rgba(0,0,0,0) 100%
        ),
        url('https://bebossdemotest.shop/wp-content/uploads/2026/05/aboutBanner-1.jpg')
        center center / cover no-repeat;
    overflow: hidden;
}

/* 内容容器宽度控制 */
.custom-html-block .banner-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

/* 主标题 */
.custom-html-block .banner-title {
    font-size: 43px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

/* 副标题 */
.custom-html-block .banner-subtitle {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    color: rgba(255,255,255,0.96);
    margin-bottom: 28px;
}

/* 按钮样式（唤起全局统一弹窗） */
.custom-html-block .banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    
    height: 47px;
    padding: 0 26px;
    
    border: none;
    border-radius: 48px;
    
    background: #1266ea;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.2px;
    
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    
    box-shadow: 0 8px 20px rgba(18, 102, 234, 0.3);
}

/* 按钮悬停效果 */
.custom-html-block .banner-btn:hover {
    background: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

/* 箭头伪元素 */
.custom-html-block .banner-btn::after {
    content: "→";
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.custom-html-block .banner-btn:hover::after {
    transform: translateX(4px);
}

/* 文本阴影确保可读性 */
.custom-html-block .banner-content * {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* =========================
【弹窗样式 严格匹配截图1正确版】
1. Upload文字+图标垂直居中
2. 压缩所有间距，收拢弹窗高度，无滚动条完整显示
3. 圆角填充输入框，匹配参考图外观
========================= */
#kfPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.kf-popup-box {
    background: #ffffff;
    border-radius: 20px;
    max-width: 550px;
    width: 100%;
    padding: 26px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    max-height: 95vh;
    overflow: visible;
}

.kf-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    color: #666666;
    line-height: 1;
    margin: 0;
}

.kf-close:hover {
    color: #000000;
}

.kf-popup-title {
    margin: 0 0 16px;
    font-size: 34px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.kf-form .form-group {
    margin-bottom: 11px;
}

/* 输入框改为截图同款圆角填充样式 */
.kf-form input[type="text"],
.kf-form input[type="email"],
.kf-form input[type="tel"],
.kf-form textarea {
    width: 100%;
    border: 1px solid #e9edf5;
    border-radius: 16px;
    padding: 16px 20px;
    font-size: 16px;
    outline: none;
    background: #f8f9fc;
    margin: 0;
}

.kf-form textarea {
    min-height: 105px;
    resize: vertical;
}

/* Upload按钮 文字+图标垂直居中核心修复 */
.kf-upload {
    margin: 6px 0 18px;
}
.kf-upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #007bff;
    color: #000000;
    padding: 13px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    min-height: 50px;
}

.kf-upload-btn:hover {
    background: #007bff;
    color: #ffffff;
}

.kf-upload input {
    display: none;
}

#filePreview {
    margin-top: 8px;
    font-size: 13px;
}

#filePreview img {
    max-width: 120px;
    border-radius: 6px;
    display: block;
}

.kf-submit {
    width: 100%;
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 17px 30px;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
}

.kf-submit:hover {
    background: #000000;
}

.form-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* =========================
   响应式适配
========================= */
@media (max-width: 1200px) {
    .custom-html-block .product-banner-section {
        height: 574px !important;
        min-height: 574px !important;
        max-height: 574px !important;
        padding: 0 40px;
    }

    .custom-html-block .banner-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .custom-html-block .product-banner-section {
        height: auto !important;
        min-height: 520px !important;
        max-height: none !important;
        padding: 60px 28px;

        background:
            linear-gradient(
                135deg,
                rgba(0,0,0,0.25) 0%,
                rgba(0,0,0,0.12) 50%,
                rgba(0,0,0,0.03) 100%
            ),
            url('https://bebossdemotest.shop/wp-content/uploads/2026/05/pc3Banner.jpg')
            center / cover no-repeat;
    }

    .custom-html-block .banner-content {
        max-width: 100%;
    }

    .custom-html-block .banner-title {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .kf-popup-box {
        padding: 22px 19px;
    }
    .kf-popup-title {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .kf-form input[type="text"],
    .kf-form input[type="email"],
    .kf-form input[type="tel"],
    .kf-form textarea {
        padding: 14px 17px;
    }
    .kf-form textarea {
        min-height: 90px;
    }
}

@media (max-width: 480px) {
    .custom-html-block .banner-title {
        font-size: 28px;
    }

    .custom-html-block .banner-subtitle {
        font-size: 14px;
    }

    .custom-html-block .banner-btn {
        width: 100%;
        font-size: 15px;
    }

    .kf-submit {
        width: 100%;
        padding: 15px;
        font-size: 19px;
    }
    .kf-popup-title {
        font-size: 24px;
    }
}

@media (min-width: 769px) {
    .custom-html-block .product-banner-section {
        height: 574px !important;
        min-height: 574px !important;
        max-height: 574px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52cce50 *//* 全局重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 主模块容器 */
.company-profile-section {
  max-width: 1430px;
  margin: 0 auto;
  padding: 32px 20px 60px;
  background: #fff;
  position: relative;
}

/* 顶部区域 */
.profile-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}

.profile-heading {
  flex: 1;
  min-width: 0;
}

/* 顶部标签 */
.company-profile-section .section-tag {
  display: block !important;
  font-size: 12px !important;
  color: #1266ea !important;
  font-weight: 700 !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2 !important;
}

/* 主标题：使用独立类名，避免被主题 .section-title 覆盖 */
.company-profile-section .cp-section-title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #000 !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  transform: none !important;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  background: transparent !important;
}

/* 右上角按钮容器 */
.btn-box {
  flex-shrink: 0;
  margin-top: 18px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1266ea;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #000;
}

.cta-button::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}

/* 正文文本 */
.desc-text {
  font-size: 15px;
  color: #111;
  line-height: 1.6;
  margin: 0 0 15px;
}

.desc-text:first-of-type {
  font-weight: 700;
}

.read-more-link {
  font-size: 14px;
  color: #1266ea;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 38px;
}

/* Vision & Mission 两栏 */
.vision-mission-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.col-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
  line-height: 1.2;
}

.col-text {
  font-size: 14px;
  color: #6f7b8f;
  line-height: 1.7;
}

/* 视频模块 */
.video-full-section {
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
}

.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 播放按钮 */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.play-btn::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.play-btn::after {
  content: "▶";
  position: relative;
  z-index: 1;
  color: #1266ea;
  font-size: 20px;
  margin-left: 4px;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* 弹窗整体样式 */
.kf-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.kf-popup-box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}

.kf-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

.kf-popup-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.kf-form input,
.kf-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.kf-form textarea {
  min-height: 100px;
  resize: vertical;
}

.kf-upload {
  margin-bottom: 15px;
}

.kf-upload-btn {
  display: inline-block;
  padding: 10px 16px;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
}

.kf-upload input[type="file"] {
  display: none;
}

.kf-submit {
  width: 100%;
  padding: 12px;
  background: #1266ea;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

/* 响应式 */
@media (max-width: 768px) {
  .company-profile-section {
    padding: 32px 20px 40px;
  }

  .profile-header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 22px;
  }

  .company-profile-section .cp-section-title {
    font-size: 30px !important;
  }

  .btn-box {
    margin-top: 0;
  }

  .cta-button {
    padding: 13px 24px;
    font-size: 13px;
  }

  .vision-mission-wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .video-container {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d2ac41 *//* =========================
About Page Module-05: Company History Timeline（命名空间隔离版）
移动端优化：一屏仅显示单组（文案+图片），桌面端原有多列轮播不变
========================= */
/* 局部盒模型重置，不再污染全局body与全站其他元素 */
.custom-html-block * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.custom-html-block {
  font-family: Arial, sans-serif;
  background: #fff;
}

/* 主模块：左右间距 65px */
.custom-html-block .company-timeline-section {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding: 70px 65px;
  overflow: hidden;
}

.custom-html-block .timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.custom-html-block .timeline-header .left .small-title {
  font-size: 14px;
  color: #007bff;
  font-weight: 600;
  margin-bottom: 8px;
}
.custom-html-block .timeline-header .left .big-title {
  font-size: 46px;
  font-weight: 700;
  color: #111;
}
.custom-html-block .timeline-header .right {
  width: 50%;
  margin-top: 20px;
}
.custom-html-block .timeline-header .right p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.custom-html-block .slide-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.custom-html-block .slide-track {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: max-content;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* 桌面端时间线行 */
.custom-html-block .timeline-row {
  display: flex;
  gap: 8px;
  position: relative;
}
.custom-html-block .timeline-row::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 1;
}
.custom-html-block .timeline-item {
  width: 225px;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  padding-bottom: 14px;
}
.custom-html-block .timeline-item .year {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
.custom-html-block .timeline-item .text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
.custom-html-block .timeline-item::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #003366;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* 桌面端图片行 */
.custom-html-block .images-row {
  display: flex;
  gap: 8px;
}
.custom-html-block .images-row img {
  width: 225px;
  height: 134px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

/* =========================
移动端 992px及以下：一屏只展示单个时间线+单张图片
========================= */
@media (max-width: 992px) {
  .custom-html-block .company-timeline-section {
    padding: 70px 20px;
  }
  .custom-html-block .timeline-header {
    flex-direction: column;
    margin-bottom: 70px;
  }
  .custom-html-block .timeline-header .right {
    width: 100%;
    margin-top: 20px;
  }
  .custom-html-block .timeline-header .left .big-title {
    font-size: 32px;
  }
  .custom-html-block .timeline-header .right p {
    line-height: 1.9;
  }
  .custom-html-block .timeline-item .text {
    line-height: 1.85;
  }

  /* 移动端单卡片宽度 = 容器可视宽度，一屏刚好容纳一个 */
  .custom-html-block .timeline-item {
    width: calc(100vw - 40px) !important;
    padding: 0 12px 14px;
  }
  .custom-html-block .timeline-item .year {
    font-size: 26px !important;
    margin-bottom: 8px;
  }
  /* 图片同步适配全屏宽度，和文案卡片等宽 */
  .custom-html-block .images-row img {
    width: calc(100vw - 40px) !important;
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d030c81 *//* 强制清除所有默认样式 + 高优先级覆盖 */
.production-equipment-section,
.production-equipment-section *,
.production-equipment-section *::before,
.production-equipment-section *::after {
    all: unset !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    list-style: none !important;
    text-decoration: none !important;
}

/* 主容器：左右间距改为65px */
.production-equipment-section {
    display: block !important;
    max-width: 1430px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 70px 65px !important;
    font-family: Arial, sans-serif !important;
    background: #ffffff !important;
}

/* 顶部布局：左侧文案 + 右侧按钮 */
.production-equipment-section .equipment-header {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
    margin-bottom: 45px !important;
    gap: 30px !important;
}

/* 左侧文案 */
.production-equipment-section .equipment-header .left {
    display: block !important;
    flex: 1 !important;
    min-width: 300px !important;
}

.production-equipment-section .equipment-header .left .sub-title {
    display: block !important;
    font-size: 14px !important;
    color: #007bff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
    letter-spacing: 1px !important;
}

.production-equipment-section .equipment-header .left .main-title {
    display: block !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    margin-bottom: 18px !important;
    line-height: 1.2 !important;
}

.production-equipment-section .equipment-header .left .desc {
    display: block !important;
    font-size: 15px !important;
    color: #666666 !important;
    line-height: 1.7 !important;
    max-width: 680px !important;
}

/* 右侧按钮样式 */
.production-equipment-section .equipment-header .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #007bff !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 14px 32px !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
}

.production-equipment-section .equipment-header .btn:hover {
    background: #0056b3 !important;
}

.production-equipment-section .equipment-header .btn::after {
    content: "→" !important;
    margin-left: 10px !important;
    font-size: 16px !important;
}

/* 产品网格布局 */
.production-equipment-section .equipment-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 28px !important;
    width: 100% !important;
}

/* 产品卡片 */
.production-equipment-section .equipment-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
}

.production-equipment-section .equipment-card img {
    display: block !important;
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.production-equipment-section .equipment-card h3 {
    display: block !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    line-height: 1.4 !important;
}

.production-equipment-section .equipment-card p {
    display: block !important;
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

/* 响应式适配 + 移动端还原左右边距 */
@media (max-width: 992px) {
    .production-equipment-section {
        padding: 70px 20px !important;
    }
    .production-equipment-section .equipment-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 576px) {
    .production-equipment-section {
        padding: 70px 20px !important;
    }
    .production-equipment-section .equipment-grid {
        grid-template-columns: 1fr !important;
    }
    .production-equipment-section .equipment-header {
        flex-direction: column !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d48fbc6 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  background: #fff;
}

/* 主模块容器：左右间距改为 65px */
.two-column-section {
  max-width: 1430px;
  margin: 0 auto;
  padding: 60px 65px;
}

/* 单个区块 */
.info-block {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}
.info-block:nth-child(even) {
  flex-direction: row-reverse;
}

/* 图片区域 */
.info-img {
  flex: 1;
}
.info-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* 文字区域 */
.info-text {
  flex: 1;
}
.info-text .sub-title {
  font-size: 13px;
  color: #007bff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.info-text .main-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.3;
}
.info-text .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}
.info-text .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #007bff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.info-text .btn:hover {
  background: #000;
}
.info-text .btn::after {
  content: "→";
}

/* 响应式适配 + 移动端还原左右边距 */
@media (max-width: 992px) {
  .two-column-section {
    padding: 60px 20px;
  }
  .info-block,
  .info-block:nth-child(even) {
    flex-direction: column;
  }
  .info-img img {
    height: 300px;
  }
}

/* ========== 统一 WOODY 弹窗样式 ========== */
.kf-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.kf-popup-box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}
.kf-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}
.kf-popup-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
}
.kf-form input,
.kf-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.kf-form textarea {
  min-height: 100px;
  resize: none;
}
.kf-upload {
  margin-bottom: 15px;
}
.kf-upload-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
}
.kf-upload input {
  display: none;
}
.kf-submit {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f8d5b5 *//* =========================
About Page Module-08: Resource Center Section（命名空间隔离版）
左侧下载图标+右侧按钮全部改为#锚点链接，无弹窗逻辑
========================= */
/* 局部盒模型重置，不再污染全局body、全站其他元素 */
.custom-html-block * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-html-block {
  font-family: sans-serif;
  background: #fff;
}

/* 主模块容器 */
.custom-html-block .resource-center-section {
  max-width: 1430px;
  margin: 0 auto;
  padding: 70px 20px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* 左侧文字 + 文件列表 */
.custom-html-block .resource-left {
  flex: 1;
}
.custom-html-block .resource-left .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}
.custom-html-block .resource-left .desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* 文件列表 */
.custom-html-block .file-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.custom-html-block .file-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.custom-html-block .file-info h3 {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}
.custom-html-block .file-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* 包裹图标的a标签：清除默认下划线，不改变原有布局位置 */
.custom-html-block .download-icon-link {
  text-decoration: none;
  flex-shrink: 0;
  margin-top: 5px;
}
.custom-html-block .download-icon {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007bff'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* 右侧产品卡片 */
.custom-html-block .resource-right {
  flex: 1;
}
.custom-html-block .brochure-card {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.custom-html-block .brochure-card img {
  width: 100%;
  display: block;
}
/* a标签适配样式，去除下划线，保持原按钮外观 */
.custom-html-block .download-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #007bff;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 18px;
  text-decoration: none;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.custom-html-block .download-btn:hover {
  background: #000;
}
.custom-html-block .download-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* 响应式适配 */
@media (max-width: 992px) {
  .custom-html-block .resource-center-section {
    flex-direction: column;
    gap: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33dfb5d */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  background: #fff;
}

/* 主模块容器：左右间距改为65px */
.contact-section {
  max-width: 1430px;
  margin: 0 auto;
  padding: 70px 65px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* 左侧表单区域 */
.contact-left {
  flex: 1;
}
.contact-left .sub-title {
  font-size: 14px;
  color: #007bff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.contact-left .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}
.contact-left .desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* 表单样式 */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-input,
.form-textarea {
  width: 100%;
  padding: 16px;
  background: #f5f7fa;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
}
.form-textarea {
  height: 140px;
  resize: vertical;
}
.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #007bff;
  border: 1px solid #007bff;
  padding: 10px 16px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
.upload-btn:hover {
  background: #007bff;
  color: #fff;
}
.submit-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.submit-btn:hover {
  background: #000;
}

/* 右侧引用卡片 */
.contact-right {
  flex: 1;
}
.quote-card {
  background: #16325c;
  border-radius: 16px;
  padding: 60px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.quote-mark {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 60px;
  height: 60px;
  background: #007bff;
  border-radius: 50%;
  opacity: 0.8;
}
.quote-mark::before {
  content: "“";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
.quote-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.7;
  pointer-events: none;
}
.quote-text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.quote-author {
  font-size: 24px;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 8px;
}
.quote-position {
  font-size: 14px;
  opacity: 0.8;
}

/* 响应式 + 移动端恢复边距 */
@media (max-width: 992px) {
  .contact-section {
    flex-direction: column;
    padding: 70px 20px;
  }
  .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .submit-btn {
    width: 100%;
  }
}

/* 全站统一 WOODY 弹窗样式 */
.kf-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.kf-popup-box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}
.kf-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}
.kf-popup-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
}
.kf-form input,
.kf-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.kf-form textarea {
  min-height: 100px;
  resize: none;
}
.kf-upload {
  margin-bottom: 15px;
}
.kf-upload-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
}
.kf-upload input {
  display: none;
}
.kf-submit {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d58f94 *//* 整体模块容器 - 桌面左右内边距65px */
.cta-banner-full {
  position: relative;
  width: 100%;
  min-height: 420px;
  background: url('https://bebossdemotest.shop/wp-content/uploads/2026/05/s11BG.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 65px;
  box-sizing: border-box;
}

/* 内容区域 */
.cta-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

/* 标题 */
.cta-title {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 22px;
}

/* 描述文字 */
.cta-desc {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.7;
  margin: 0 0 38px;
}

/* 按钮样式 */
.cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  padding: 16px 36px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER 效果：背景变黑、字体变白 */
.cta-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* 响应式：移动端还原30px边距 */
@media (max-width: 1024px) {
  .cta-banner-full {
    padding: 60px 30px;
  }
  .cta-title {
    font-size: 32px;
  }
}/* End custom CSS */