.elementor-11659 .elementor-element.elementor-element-ee89ce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 030px;--row-gap:30px;--column-gap:030px;--padding-top:60px;--padding-bottom:60px;--padding-left:5px;--padding-right:5px;}.elementor-11659 .elementor-element.elementor-element-ee89ce6:not(.elementor-motion-effects-element-type-background), .elementor-11659 .elementor-element.elementor-element-ee89ce6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7b39735 );}.elementor-11659 .elementor-element.elementor-element-da14613{--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;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var( --e-global-color-b2198fc );--border-color:var( --e-global-color-b2198fc );}.elementor-11659 .elementor-element.elementor-element-71647a8{--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;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var( --e-global-color-b2198fc );--border-color:var( --e-global-color-b2198fc );--border-radius:5px 5px 5px 5px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-11659 .elementor-element.elementor-element-3d4569a .elementor-heading-title{font-size:33px;}.elementor-11659 .elementor-element.elementor-element-e6d2e56 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-11659 .elementor-element.elementor-element-e6d2e56 .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-11659 .elementor-element.elementor-element-e6d2e56 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:var( --e-global-color-7b39735 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );padding:8px 20px 8px 20px;}.elementor-11659 .elementor-element.elementor-element-e6d2e56 .elementor-button:hover, .elementor-11659 .elementor-element.elementor-element-e6d2e56 .elementor-button:focus{color:var( --e-global-color-7b39735 );background-color:var( --e-global-color-primary );}.elementor-11659 .elementor-element.elementor-element-e6d2e56 .elementor-button:hover svg, .elementor-11659 .elementor-element.elementor-element-e6d2e56 .elementor-button:focus svg{fill:var( --e-global-color-7b39735 );}.elementor-11659 .elementor-element.elementor-element-6a6611c{--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-11659 .elementor-element.elementor-element-2699807a{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-11659 .elementor-element.elementor-element-da14613{--width:35%;}.elementor-11659 .elementor-element.elementor-element-71647a8{--width:65%;}}@media(max-width:1024px) and (min-width:768px){.elementor-11659 .elementor-element.elementor-element-da14613{--width:50%;}.elementor-11659 .elementor-element.elementor-element-71647a8{--width:50%;}}@media(max-width:1024px){.elementor-11659 .elementor-element.elementor-element-71647a8{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-11659 .elementor-element.elementor-element-3d4569a .elementor-heading-title{font-size:25px;}}@media(max-width:767px){.elementor-11659 .elementor-element.elementor-element-3d4569a .elementor-heading-title{font-size:23px;}}/* Start custom CSS for global, class: .elementor-global-1922 *//* 主图片容器样式 */
    .main-image-container {
      position: relative;
      text-align: center;
      margin-bottom: 10px;
      border: 0px solid rgb(5, 230, 140);
      max-width: 1500px;
      margin: 0 auto;
    }
    .main-image-container img{
      
      border: 1px solid #cd552000;
     
    }

    /* 缩略图容器样式 */
    .thumbnails-container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: left;
      max-width: 900px;
      margin-top: 10px;
    }

    /* 缩略图默认样式 */
    .thumbnail {
      width: calc((100% - 50px) / 6);
      cursor: pointer;
      border: 1px solid #000000;
      border-radius: 1px;
      opacity: 0.9;
    }

    /* 激活状态的缩略图样式 */
    .thumbnail.active {
      border: 2px solid #1B2B78;
      border-radius: 2px;
      opacity: 1.0;
    }

    /* 图片描述样式 */
    .image-description {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      background-color: rgba(255, 0, 0, 0.5);
      color: #ffffff;
      text-align: center;
      padding: 0px 0;
      font-size: 16px;
      line-height: 1.5em;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
    }

    /* 箭头区域样式 */
    .arrow-left,
    .arrow-right {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      background-color: #E5773400;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #1B2B78;
      font-size: 30px;
      z-index: 10;
    }
    
    .arrow-left:hover,
    .arrow-right:hover {
     
      background-color: #ffffff99;
     
    }

    .arrow-left {
      left: 5px;
    }

    .arrow-right {
      right: 5px;
    }

    /* 箭头图标 */
    .arrow-left::before {
        font-family: "Font Awesome 5 Free"; 
             content: "\f060";                   
             font-weight: 600;                  
             font-size:19px;
    }

    .arrow-right::before {
         font-family: "Font Awesome 5 Free"; 
        content: "\f061";                   
        font-weight: 600;                  
             font-size:16px;
    }

    /* 方案3的缩放效果 */
    .zoom-container {
      overflow: hidden;
      position: relative;
      width: 100%;
      max-width: 900px;
    }

    .zoom-image {
      display: block;
      width: 100%;
      transition: transform 0.1s ease;
      transform-origin: center;
    }

    /* hover 放大效果 */
    .zoom-container:hover .zoom-image {
      transform: scale(1.6);
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d79b4f *//* 容器基础样式 */
.fgsdd-features-section {
  font-family: "Times New Roman", Times, serif;
  color: #333333;
  line-height: 1.6;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* 摘要段落 */
.fgsdd-equipment-summary {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #333333;
}

/* 标题样式 */
.fgsdd-section-title {
  font-size: 20px;
  font-weight: bold;
  color: #B72D28;
  margin-bottom: 15px;
  border-bottom: 3px solid #B72D28;
  padding-bottom: 8px;
  display: inline-block;
}

/* 列表样式 */
.fgsdd-features-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin: 0;
}

/* 列表项基础样式 */
.fgsdd-features-list li {
  margin-bottom: 14px;
  font-size: 15px;
  color: #555555;
  position: relative;
  transition: all 0.3s ease-out;
  padding-left: 5px;
}

/* 悬停时的动态效果：变色、向右轻微移动、字体微粗 */
.fgsdd-features-list li:hover {
  color: #111111;
  transform: translateX(5px);
  font-weight: 500;
}

/* 序号随悬停变亮红色 */
.fgsdd-features-list li::marker {
  color: #B72D28;
  transition: color 0.3s ease;
}

.fgsdd-features-list li:hover::marker {
  color: #ff4040;
}

/* 特性标题加粗 */
.fgsdd-features-list .feature-title {
  color: #111111;
  font-weight: bold;
  margin-right: 5px;
}

/* === 渐进式加载动画逻辑 === */
@keyframes slideInRightFade {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-item {
  opacity: 0;
  animation: slideInRightFade 0.5s ease-out forwards;
}

/* 瀑布流依次滑入延迟 */
.fade-in-item:nth-child(1) { animation-delay: 0.1s; }
.fade-in-item:nth-child(2) { animation-delay: 0.2s; }
.fade-in-item:nth-child(3) { animation-delay: 0.3s; }
.fade-in-item:nth-child(4) { animation-delay: 0.4s; }/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-e6d2e56 */.elementor-11659 .elementor-element.elementor-element-e6d2e56 svg{
    
    font-size: 8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63349da *//* 容器样式 */
.fgsdd-table-container {
  font-family: "Times New Roman", Times, serif;
  color: #333333;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

/* 标题样式 */
.fgsdd-table-title {
  font-size: 20px;
  font-weight: bold;
  color: #B72D28;
  margin-bottom: 15px;
  border-bottom: 3px solid #B72D28;
  padding-bottom: 8px;
  display: inline-block;
}

/* 滚动包装层 */
.fgsdd-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5px;
}

/* 表格主体 */
.fgsdd-specs-table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 13px;
  white-space: nowrap;
}

/* 表头样式 */
.fgsdd-specs-table th {
  background-color: #B72D28;
  color: #ffffff;
  padding: 10px 12px;
  font-weight: bold;
  border: 1px solid #a02420;
}

/* 单元格样式 */
.fgsdd-specs-table td {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  color: #444444;
  vertical-align: middle;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* 隔行变色 */
.fgsdd-specs-table tbody tr:nth-child(even) {
  background-color: #fcfcfc;
}

/* 悬停行高亮 */
.fgsdd-specs-table tbody tr:hover {
  background-color: #fdf2f2;
  color: #111111;
}

.fgsdd-specs-table td:hover {
  background-color: #fae6e5;
  font-weight: 500;
}/* End custom CSS */