.fullPage[data-v-24a42327] {
  height: 100vh;
  overflow: auto;
}
.fullPageContainer[data-v-24a42327] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.section[data-v-24a42327] {
  width: 100%;
  height: 100vh;
}
.fullPage[data-v-24a42327] {
  height: 100vh;
  overflow: auto;
}
.fullPageContainer[data-v-24a42327] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.section[data-v-24a42327] {
  width: 100%;
  height: auto;
}
.solution[data-v-24a42327] {
  height: auto;
  padding: 50px 0;
}
.data-engine[data-v-24a42327] {
  height: auto;
  padding: 100px 0 50px 0;
}
.partners[data-v-24a42327] {
  height: auto;
  padding: 50px 0;
}
.news[data-v-24a42327] {
  background-color: #f1f3f5;
  height: auto;
}
@charset "UTF-8";
.fullPage[data-v-02572148] {
  height: 100vh;
  overflow: auto;
}
.fullPageContainer[data-v-02572148] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.section[data-v-02572148] {
  width: 100%;
  height: 100vh;
}
.fullPage[data-v-02572148] {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.fullPageContainer[data-v-02572148] {
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.section-auto[data-v-02572148] {
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.frist[data-v-02572148] {
  padding: 100px 0 50px 0;
}
.header[data-v-02572148] {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("https://pony-offical.oss-cn-hangzhou.aliyuncs.com/industry/industry.png");
  background-size: 100% 100%;
}
.header-content[data-v-02572148] {
  text-align: center;
  color: #fff;
}
.header-content h1[data-v-02572148] {
  font-size: 3vw;
  font-weight: 800;
  font-family: BOLD;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
}
.header-content h1[data-v-02572148]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #f6911d; /* 黄色线条 */
}
.section-title[data-v-02572148] {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}
.section-title[data-v-02572148]:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #f6911d;
}
.solutions-container[data-v-02572148],
.cases-container[data-v-02572148] {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
/* 解决方案项目样式 */
.solution-item[data-v-02572148] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.solution-item[data-v-02572148]:hover {
  transform: translateY(-5px);
}
.solution-item.reverse[data-v-02572148] {
  flex-direction: row-reverse;
}
.solution-item.reverse .solution-image[data-v-02572148] {
  padding: 0 0 0 30px;
}
.solution-item.reverse .solution-content[data-v-02572148] {
  padding-left: 0;
  padding-right: 30px;
}
.solution-item.normal[data-v-02572148] {
  margin-bottom: 100px;
}
.solution-item.normal .solution-image[data-v-02572148] {
  justify-content: flex-end;
}
.solution-item.normal .solution-content[data-v-02572148] {
  padding-right: 0;
}
.solution-item.compact[data-v-02572148] {
  max-width: 95%;
  width: 100%;
}
.solution-item .solution-content[data-v-02572148] {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  height: 100%;
}
.solution-item .solution-image[data-v-02572148] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  height: 100%;
  flex: 1.2;
}
.solution-item .solution-image img[data-v-02572148] {
  width: 504px;
  max-height: 370px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.solution-item .solution-image:hover img[data-v-02572148] {
  transform: scale(1.05);
}
.solution-title[data-v-02572148] {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  position: relative;
  padding-bottom: 10px;
}
.solution-description[data-v-02572148] {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
  width: 100%; /* Full width for text section */
}
.solution-description p[data-v-02572148] {
  margin-top: 0;
}
.zh-line-height[data-v-02572148] {
  line-height: 2.5; /* Adjusted line height for Chinese text */
}
.zh-line-height p[data-v-02572148] {
  line-height: 2.5; /* Ensure line height is applied to paragraph elements */
}
@media (max-width: 1366px) {
.solutions-container[data-v-02572148] {
    overflow-y: auto; /* Add y-axis overflow */
    scrollbar-width: none; /* Hide scrollbars in Firefox */
    -ms-overflow-style: none; /* Hide scrollbars in IE/Edge */
}
.solutions-container[data-v-02572148]::-webkit-scrollbar {
    display: none; /* Hide scrollbars in Chrome/Safari */
}
}
.cases-slider[data-v-02572148] {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.case-item[data-v-02572148] {
  display: flex;
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.case-item[data-v-02572148]:nth-child(even) {
  flex-direction: row-reverse;
}
.case-image[data-v-02572148] {
  flex: 0.4;
}
.case-image img[data-v-02572148] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-content[data-v-02572148] {
  flex: 0.6;
  padding: 30px;
}
.case-logo[data-v-02572148] {
  width: 120px;
  height: 60px;
  margin-bottom: 20px;
}
.case-logo img[data-v-02572148] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case-title[data-v-02572148] {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}
.case-company[data-v-02572148] {
  font-size: 16px;
  color: #f6911d;
  margin-bottom: 15px;
}
.case-description[data-v-02572148] {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}
.case-results[data-v-02572148] {
  display: flex;
  gap: 20px;
}
.result-item[data-v-02572148] {
  text-align: center;
  padding: 15px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.result-value[data-v-02572148] {
  font-size: 24px;
  font-weight: bold;
  color: #f6911d;
  margin-bottom: 5px;
}
.result-label[data-v-02572148] {
  font-size: 12px;
  color: #666;
}
@media (max-width: 992px) {
.solutions-grid[data-v-02572148] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.case-item[data-v-02572148],
  .case-item[data-v-02572148]:nth-child(even) {
    flex-direction: column;
}
.case-image[data-v-02572148] {
    height: 200px;
}
.case-results[data-v-02572148] {
    flex-wrap: wrap;
}
.result-item[data-v-02572148] {
    flex: 1;
    min-width: 100px;
}
}
@charset "UTF-8";
.fullPage[data-v-666c9fe6] {
  height: 100vh;
  overflow: auto;
}
.fullPageContainer[data-v-666c9fe6] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.section[data-v-666c9fe6] {
  width: 100%;
  height: 100vh;
}
.header[data-v-666c9fe6] {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("https://pony-offical.oss-cn-hangzhou.aliyuncs.com/iot/iot.png");
  background-size: 100% 100%;
}
.header-content[data-v-666c9fe6] {
  text-align: center;
  color: #fff;
}
.header-content h1[data-v-666c9fe6] {
  font-size: 3vw;
  font-weight: 800;
  font-family: BOLD;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
}
.header-content h1[data-v-666c9fe6]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #f6911d; /* 黄色线条 */
}
.section-title[data-v-666c9fe6] {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  position: relative;
}
.section-title[data-v-666c9fe6]:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #f6911d;
}
.section-scroll[data-v-666c9fe6] {
  height: auto;
}
.products-container[data-v-666c9fe6],
.scenarios-container[data-v-666c9fe6] {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.products-grid[data-v-666c9fe6] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
  padding: 100px 0;
}
.product-item[data-v-666c9fe6] {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  height: 420px;
}
.product-item[data-v-666c9fe6]:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.product-image[data-v-666c9fe6] {
  height: 180px;
  overflow: hidden;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
}
.product-image img[data-v-666c9fe6] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
.product-info[data-v-666c9fe6] {
  padding: 15px 15px 5px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1366px) {
.product-info[data-v-666c9fe6] {
    overflow-y: auto;
    max-height: 250px; /* Adjust this value as needed */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
    /* Hide scrollbar for Webkit browsers */
}
.product-info[data-v-666c9fe6]::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}
}
.product-title[data-v-666c9fe6] {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
  text-align: left;
  position: relative;
  padding-bottom: 5px;
}
.product-description[data-v-666c9fe6] {
  font-size: 13px;
  color: #666;
  text-align: left; /* Changed from justify to left for better word spacing */
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10; /* Limit to 10 lines */
  line-clamp: 10; /* Standard property for compatibility */
  -webkit-box-orient: vertical;
  box-orient: vertical; /* Standard property for compatibility */
  max-height: 190px; /* Maximum height */
  word-spacing: normal; /* Control word spacing */
  letter-spacing: -0.01em; /* Slightly reduce letter spacing */
  hyphens: auto; /* Enable hyphenation for long words */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  line-height: 1.5; /* Default line height for English */
}
.zh-line-height[data-v-666c9fe6] {
  line-height: 2.5; /* Adjusted line height for Chinese text */
}
.zh-line-height p[data-v-666c9fe6] {
  line-height: 2.5; /* Ensure line height is applied to paragraph elements */
}
