
.container[data-v-706f90c4] {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.data-engine-section[data-v-706f90c4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 90px auto; */

  padding: 0;
  width: 100%;
}
.data-engine-content[data-v-706f90c4] {
  flex: 1;
  padding-right: 60px;
}
.data-engine-title[data-v-706f90c4] {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}
.data-engine-title[data-v-706f90c4]:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #f6911d;
}
.data-engine-text[data-v-706f90c4] {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}
.data-engine-image[data-v-706f90c4] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-engine-image img[data-v-706f90c4] {
    width: 100%;
    max-height: 370px;
    border-radius: 4px;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.zh-line-height p[data-v-706f90c4] {
  line-height: 2.5; /* Ensure line height is applied to paragraph elements */
}


.partners-news[data-v-5f020f56] {
  width: 100%;
  height: auto; /* 改为自适应高度，避免内容被截断 */
  min-height: 55%;
  max-height: 100vh; /* 最大高度为视口高度 */
}
@media (max-width: 1400px) {
.partners-news[data-v-5f020f56] {
    overflow-y: auto;
    overflow-x: hidden;
}
}
/* 添加空间以适应缩放内容 */
@media (max-aspect-ratio: 16/9) {
.partners-news[data-v-5f020f56] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto; /* 确保在窄屏幕上可以滚动 */
    scrollbar-width: none; /* 隐藏Firefox滚动条 */
    -ms-overflow-style: none; /* 隐藏IE/Edge滚动条 */
}
}
/* 隐藏Chrome/Safari滚动条 */
.partners-news[data-v-5f020f56]::-webkit-scrollbar {
    display: none;
}
.container[data-v-5f020f56] {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.partners-section[data-v-5f020f56] {

  padding: 15px 0;

  /* 为缩放内容添加空间 */
}
@media (max-aspect-ratio: 16/9) {
.partners-section[data-v-5f020f56] {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* 改为顶部对齐，避免内容被截断 */
    min-height: auto; /* 自适应高度 */
    padding-bottom: 60px; /* 增加底部填充，确保有足够空间 */
}
}
.zh-line-height p[data-v-5f020f56]{
  line-height: 2.5; /* Adjusted line height for Chinese text */
}
.news-section[data-v-5f020f56] {
  padding: 80px 0 57px 0;
}
@media (max-width: 1400px) {
.news-section[data-v-5f020f56] {
    padding: 30px 0 30px;
}
}
/* 调整缩放内容的填充 */
@media (max-aspect-ratio: 16/9) {
.news-section[data-v-5f020f56] {
    padding: 40px 0 80px; /* 增加底部填充，减少顶部填充 */
}
}
/* 小屏幕高度适配 */
@media (max-height: 768px) {
.news-section[data-v-5f020f56] {
    padding: 20px 0 40px; /* 在高度较小的屏幕上减少填充 */
}
}
.news-header[data-v-5f020f56] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.partners-title[data-v-5f020f56] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  display: inline-block;
}
.partners-title[data-v-5f020f56]:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #f6911d;
}
.partners-image[data-v-5f020f56] {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.partners-image img[data-v-5f020f56] {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.news-container[data-v-5f020f56] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  gap: 30px;
}
.news-card[data-v-5f020f56] {
  flex: 0 0 calc((100% - 60px) / 3);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}
.news-card[data-v-5f020f56]:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
.news-image[data-v-5f020f56] {
  width: 100%;
  height: 326px;
  overflow: hidden;
}
.news-image img[data-v-5f020f56] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}
.news-card:hover .news-image img[data-v-5f020f56] {
  transform: scale(1.05);
}
.news-content[data-v-5f020f56] {
  padding: 15px;
  height: 160px;
}
.news-title[data-v-5f020f56] {
  font-size: 16px;
  font-weight: 800;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
}
.news-desc[data-v-5f020f56] {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 78px;
}
.detail-btn[data-v-5f020f56] {
  display: inline-block;
  color: #f6911d;
  font-size: 13px;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
  transition: color 0.3s ease;
}
.detail-btn .arrow[data-v-5f020f56] {
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.detail-btn[data-v-5f020f56]:hover {
  color: #e57d0a;
}
.detail-btn:hover .arrow[data-v-5f020f56] {
  transform: translateX(4px);
}
@media (max-width: 1400px) {
.news-container[data-v-5f020f56] {
    gap: 25px;
}
.news-card[data-v-5f020f56] {
    flex: 0 0 calc((100% - 50px) / 3);
}
}
@media (max-width: 1200px) {
.container[data-v-5f020f56] {
    width: 95%;
}
.news-container[data-v-5f020f56] {
    gap: 20px;
}
.news-card[data-v-5f020f56] {
    flex: 0 0 calc((100% - 40px) / 3);
}
}
@media (max-width: 992px) {
.news-container[data-v-5f020f56] {
    flex-direction: column;
    gap: 20px;
}
.news-card[data-v-5f020f56] {
    flex: 0 0 100%;
}
.news-content[data-v-5f020f56] {
    height: auto;
}
}
/* 针对非16:9宽高比的特定样式 */
@media (max-aspect-ratio: 16/9) {
.container[data-v-5f020f56] {
    /* 确保容器在缩放时有足够的空间 */
    margin-bottom: 40px;
    transform-origin: top center; /* 从顶部开始缩放 */
}
.news-container[data-v-5f020f56] {
    /* 调整缩放内容的间距 */
    gap: 25px;
}
.news-card[data-v-5f020f56] {
    /* 确保卡片在小屏幕上有合适的大小 */
    min-height: 300px;
}
}
/* 针对小屏幕高度的特定样式 */
@media (max-height: 768px) {
.news-content[data-v-5f020f56] {
    height: auto; /* 自适应高度 */
    min-height: 120px; /* 设置最小高度 */
}
.news-title[data-v-5f020f56] {
    margin-bottom: 8px; /* 减小标题下边距 */
    height: auto; /* 自适应高度 */
    min-height: 30px; /* 设置最小高度 */
}
.news-desc[data-v-5f020f56] {
    margin-bottom: 8px; /* 减小描述下边距 */
    height: auto; /* 自适应高度 */
    min-height: 60px; /* 设置最小高度 */
}
}
/* 针对超宽屏幕的特定样式 */
@media (min-aspect-ratio: 21/9) {
.container[data-v-5f020f56] {
    max-width: 80%; /* 在超宽屏幕上限制最大宽度 */
}
}

@charset "UTF-8";
.fullPage[data-v-30f5ebb8] {
  height: 100vh;
  overflow: auto;
}
.fullPageContainer[data-v-30f5ebb8] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.section[data-v-30f5ebb8] {
  width: 100%;
  height: 100vh;
}
.solution-section[data-v-30f5ebb8] {
  width: 100%;
  height: auto;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: visible;
}
/* 容器样式，确保所有内容宽度一致 */
.container[data-v-30f5ebb8] {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.story-container[data-v-30f5ebb8] {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
/* 中间部分：数据引擎，驱动未来 */
.data-engine-section[data-v-30f5ebb8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto 0;
  padding: 0;
  width: 100%;
}
.data-engine-content[data-v-30f5ebb8] {
  flex: 1.2;
  padding-right: 60px;
}
.data-engine-title[data-v-30f5ebb8] {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}
.data-engine-title[data-v-30f5ebb8]:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #f6911d;
}
.data-engine-text[data-v-30f5ebb8] {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}
.data-engine-image[data-v-30f5ebb8] {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-engine-image img[data-v-30f5ebb8] {
  width: 100%;
  max-height: 300px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.customer-story-title[data-v-30f5ebb8] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
}
.customer-story-title[data-v-30f5ebb8]:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #f6911d;
}
.customer-story-carousel[data-v-30f5ebb8] {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-nav[data-v-30f5ebb8] {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none; /* This ensures clicks pass through to elements below */
}
.carousel-nav .nav-arrow[data-v-30f5ebb8] {
  pointer-events: auto; /* Re-enable pointer events for the buttons */
}
.nav-arrow[data-v-30f5ebb8] {
  width: 50px;
  height: 50px;
  background-color: #E6E8EA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 20;
}
.nav-arrow[data-v-30f5ebb8]:hover {
  background-color: #E6E8EA;
  transform: scale(1.1);
}
.nav-arrow img[data-v-30f5ebb8] {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.nav-arrow.prev[data-v-30f5ebb8] {
  margin-left: -25px;
}
.nav-arrow.next[data-v-30f5ebb8] {
  margin-right: -25px;
}
.carousel-container[data-v-30f5ebb8] {
  overflow: hidden;
  position: relative;
  min-height: 570px; /* Set a fixed minimum height to prevent content jumping */
  width: 100%;
}
.carousel-slides[data-v-30f5ebb8] {
  position: relative;
  height: 100%;
  width: 100%;
}
.customer-story-content[data-v-30f5ebb8] {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.customer-story-image[data-v-30f5ebb8] {
  flex: 0.8;
  position: relative;
  max-width: 522px;
  height: 557px;
  overflow: hidden;
}
.customer-story-image img[data-v-30f5ebb8] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-story-image .image-overlay[data-v-30f5ebb8] {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 40px;
  width: 40%;
  height: 42%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  color: #fff;
}
.customer-story-image .story-icon[data-v-30f5ebb8] {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  margin-bottom: 15px;
}
.customer-story-image .overlay-title[data-v-30f5ebb8] {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.customer-story-image .overlay-content[data-v-30f5ebb8] {
  font-size: 14px;
  line-height: 1.5;
  overflow-y: auto;
}
.customer-story-image .overlay-content p[data-v-30f5ebb8] {
  margin-bottom: 5px;
}
.customer-story-info[data-v-30f5ebb8] {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.company-logo[data-v-30f5ebb8] {
  margin-bottom: 20px;
}
.company-logo img[data-v-30f5ebb8] {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-name[data-v-30f5ebb8] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.company-description[data-v-30f5ebb8] {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
  max-width: 90%;
}
.feature-list[data-v-30f5ebb8] {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 90%;
  text-align: left;
}
.feature-list li[data-v-30f5ebb8] {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.feature-list li[data-v-30f5ebb8]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}
.carousel-indicators[data-v-30f5ebb8] {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.indicator[data-v-30f5ebb8] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.indicator.active[data-v-30f5ebb8] {
  background-color: #f6911d;
  transform: scale(1.2);
}
/* Transition animations */
.slide-enter-active[data-v-30f5ebb8],
.slide-leave-active[data-v-30f5ebb8] {
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.slide-enter[data-v-30f5ebb8] {
  transform: translateX(100%);
  opacity: 0;
}
.slide-leave-to[data-v-30f5ebb8] {
  transform: translateX(-100%);
  opacity: 0;
}
.slide-enter-to[data-v-30f5ebb8],
.slide-leave[data-v-30f5ebb8] {
  transform: translateX(0);
  opacity: 1;
}
.story-text[data-v-30f5ebb8] {
  color: white;
}
.story-text h4[data-v-30f5ebb8] {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.story-text p[data-v-30f5ebb8] {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.story-text .read-more[data-v-30f5ebb8] {
  font-size: 13px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}
.customer-story-info[data-v-30f5ebb8] {
  width: 520px;
  padding-top: 10px;
}
.company-logo[data-v-30f5ebb8] {
  margin-bottom: 20px;
}
.company-logo img[data-v-30f5ebb8] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-name[data-v-30f5ebb8] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.company-description[data-v-30f5ebb8] {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}
/* 响应式设计 */
@media (max-width: 1200px) {
.data-engine-section[data-v-30f5ebb8],
  .customer-story-content[data-v-30f5ebb8] {
    flex-direction: column;
}
.data-engine-content[data-v-30f5ebb8],
  .data-engine-image[data-v-30f5ebb8],
  .customer-story-image[data-v-30f5ebb8],
  .customer-story-info[data-v-30f5ebb8] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.data-engine-content[data-v-30f5ebb8] {
    padding-right: 0;
}
.nav-arrow.prev[data-v-30f5ebb8] {
    margin-left: 10px;
}
.nav-arrow.next[data-v-30f5ebb8] {
    margin-right: 10px;
}
.customer-story-image[data-v-30f5ebb8] {
    max-width: 400px;
    height: 450px;
}
.customer-story-image .image-content[data-v-30f5ebb8] {
    width: 220px;
    top: 150px;
    left: 30px;
}
.customer-story-image .content-title[data-v-30f5ebb8] {
    font-size: 20px;
    margin-bottom: 10px;
}
.customer-story-image .content-text[data-v-30f5ebb8] {
    font-size: 14px;
}
.customer-story-content[data-v-30f5ebb8] {
    gap: 40px;
}
.carousel-container[data-v-30f5ebb8] {
    min-height: 500px;
}
}
@media (max-width: 768px) {
.container[data-v-30f5ebb8] {
    width: 95%;
}
.data-engine-title[data-v-30f5ebb8],
  .customer-story-title[data-v-30f5ebb8],
  .partners-title[data-v-30f5ebb8] {
    font-size: 20px;
}
.data-engine-text[data-v-30f5ebb8],
  .company-description[data-v-30f5ebb8] {
    font-size: 14px;
    line-height: 1.6;
}
.company-name[data-v-30f5ebb8] {
    font-size: 16px;
}
.feature-list li[data-v-30f5ebb8] {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 8px;
}
.carousel-nav[data-v-30f5ebb8] {
    position: relative;
    top: auto;
    transform: none;
    margin-bottom: 20px;
    justify-content: center;
    gap: 20px;
}
.nav-arrow.prev[data-v-30f5ebb8], .nav-arrow.next[data-v-30f5ebb8] {
    margin: 0;
}
.customer-story-carousel[data-v-30f5ebb8] {
    padding: 10px 0;
}
.carousel-indicators[data-v-30f5ebb8] {
    margin-top: 10px;
}
.customer-story-image[data-v-30f5ebb8] {
    max-width: 100%;
    height: 350px;
}
.customer-story-image .image-content[data-v-30f5ebb8] {
    width: 180px;
    top: 100px;
    left: 20px;
}
.customer-story-image .icon-container[data-v-30f5ebb8] {
    display: none;
}
.customer-story-image .content-title[data-v-30f5ebb8] {
    font-size: 16px;
    margin-bottom: 8px;
}
.customer-story-image .content-text[data-v-30f5ebb8] {
    font-size: 12px;
    line-height: 1.4;
}
.company-logo[data-v-30f5ebb8] {
    width: 150px;
    height: 50px;
}
.carousel-container[data-v-30f5ebb8] {
    min-height: 600px;
}
.customer-story-content[data-v-30f5ebb8] {
    flex-direction: column;
    gap: 30px;
}
}
