@charset "UTF-8";
.fullPage[data-v-fd6a00c8] {
  height: 100vh;
  overflow: auto;
}
.fullPageContainer[data-v-fd6a00c8] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.section[data-v-fd6a00c8] {
  width: 100%;
  height: 100vh;
}
.header[data-v-fd6a00c8] {
  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/connection/about.jpg");
  background-size: cover;
}
.header .header-content[data-v-fd6a00c8] {
  text-align: center;
  color: #fff;
}
.header .header-content h1[data-v-fd6a00c8] {
  font-size: 3vw;
  font-weight: 800;
  font-family: BOLD;
}
.header .header-content h3[data-v-fd6a00c8] {
  font-size: 1vw;
  margin-top: 4vh;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
}
.header .header-content h3[data-v-fd6a00c8]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #f6911d; /* 黄色线条 */
}
.intro[data-v-fd6a00c8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 0 16vw;
}
.intro .intro-left[data-v-fd6a00c8] {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.intro .intro-left .intro-left-top[data-v-fd6a00c8] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.intro .intro-left .intro-left-top .c[data-v-fd6a00c8] {
  font-family: BOLD;
  font-weight: 800;
  margin-right: 10px;
  font-size: 6.2vw;
}
.intro .intro-left .intro-left-top .name[data-v-fd6a00c8] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 90px;
  font-weight: 600;
  font-size: 1.8vw;
}
.intro .intro-left .intro-left-bottom[data-v-fd6a00c8] {
  line-height: 3vh;
  font-size: 1vw;
}
.intro .intro-right[data-v-fd6a00c8] {
  width: 48%;
}
.intro .intro-right img[data-v-fd6a00c8] {
  width: 100%;
}
.data-engine-section[data-v-fd6a00c8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  padding: 0;
  width: 100%;
}
.data-engine-content[data-v-fd6a00c8] {
  flex: 1;
  padding-right: 60px;
}
.zh-line-height p[data-v-fd6a00c8] {
  line-height: 2.5; /* Ensure line height is applied to paragraph elements */
}
.data-engine-title[data-v-fd6a00c8] {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}
.data-engine-title[data-v-fd6a00c8]:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #f6911d;
}
.data-engine-text[data-v-fd6a00c8] {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}
.data-engine-image[data-v-fd6a00c8] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-engine-image img[data-v-fd6a00c8] {
  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);
}
.container[data-v-fd6a00c8] {
  max-width: 1020px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}
.full-page-container[data-v-fd6a00c8] {
  width: 100%;
}
.contact[data-v-fd6a00c8] {
  position: relative;
  height: 100%;
  display: flex;
  padding: 30vh 16vw 10vh 16vw;
}
.contact img[data-v-fd6a00c8] {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.contact .contact-form[data-v-fd6a00c8] {
  width: 50%;
  height: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.contact .contact-form .input-box[data-v-fd6a00c8] {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  background-color: rgba(80, 80, 80, 0.2);
  padding: 0 10px;
  font-size: 0.8vw;
}
.contact .contact-form .label-mini[data-v-fd6a00c8] {
  width: 3.4vw;
}
.contact .contact-form .label-max[data-v-fd6a00c8] {
  width: 90px;
}
.contact .contact-form .textarea[data-v-fd6a00c8] {
  font-size: 0.8vw;
}
.contact .contact-form .el-row[data-v-fd6a00c8] {
  margin-top: 20px;
}
.contact .contact-form .el-row[data-v-fd6a00c8]:nth-child(3) {
  flex: 1;
}
.contact .contact-form .el-row:nth-child(3) .el-col[data-v-fd6a00c8] {
  height: 100%;
  padding: 0 10px;
}
.contact .contact-form .el-row:nth-child(3) .textarea[data-v-fd6a00c8] {
  height: 100%;
  width: 100%;
  display: flex;
  color: #000;
  background-color: rgba(80, 80, 80, 0.2);
  padding: 10px;
}
.contact .contact-form .el-row:nth-child(3) .el-textarea[data-v-fd6a00c8] {
  height: 100%;
}
.contact .contact-form .el-row:nth-child(4) .el-col[data-v-fd6a00c8] {
  padding: 0 10px;
}
.contact .contact-form .btn[data-v-fd6a00c8] {
  width: 10vw;
  height: 5vh;
  line-height: 5vh;
  font-size: 1.4vw;
  cursor: pointer;
  background-color: #fe8f0d;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.contact .contact-form .btn[data-v-fd6a00c8]:hover {
  background-color: rgb(215.1111111111, 116.4444444444, 0.8888888889);
}
.contact .contact-form .btn.loading-btn[data-v-fd6a00c8] {
  pointer-events: none;
  opacity: 0.8;
}
.contact .contact-form .btn .el-icon-loading[data-v-fd6a00c8] {
  font-size: 1.2vw;
}
.contact .contact-title[data-v-fd6a00c8] {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  color: #fff;
  z-index: 9;
}
.contact .contact-title .contact-title-top > div[data-v-fd6a00c8]:nth-child(1) {
  font-size: 5vw;
  line-height: 11vh;
  color: #fe8f0d;
}
.contact .contact-title .contact-title-top > div[data-v-fd6a00c8]:nth-child(2) {
  font-size: 1vw;
  margin: 0.8vh 0;
  color: #a8a8a8;
}
.contact .contact-title .contact-title-top > div[data-v-fd6a00c8]:nth-child(3) {
  font-size: 5vw;
  line-height: 9vh;
}
.contact .contact-title .contact-title-bottom[data-v-fd6a00c8] {
  color: #7a7a7a;
}
.contact .contact-title .contact-title-bottom > div[data-v-fd6a00c8] {
  font-size: 1vw;
  margin: 8px 0;
}
.contact .contact-title .contact-title-bottom > div[data-v-fd6a00c8]:nth-child(2) {
  font-size: 2vw;
}
.history[data-v-fd6a00c8] {
  padding: 7vh 16vw 0 16vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history .history-title[data-v-fd6a00c8] {
  margin-top: 4vh;
}
.history .history-title h1[data-v-fd6a00c8] {
  color: #1b1a1a;
  font-size: 2vw;
  font-weight: 800;
  font-family: BOLD;
}
.history .history-title .line[data-v-fd6a00c8] {
  width: 86px;
  height: 3px;
  background-color: #fe8f0d;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 2px;
}
.history .history-line[data-v-fd6a00c8] {
  margin-top: 5vh;
  width: 100%;
}
.history .history-line .history-line-year[data-v-fd6a00c8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60vw;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.history .history-line .history-line-year .content[data-v-fd6a00c8] {
  width: 100%;
  height: 4vh;
  display: flex;
  transition: all 1s ease;
}
.history .history-line .history-line-year .year[data-v-fd6a00c8] {
  flex: 1;
  height: 4vh;
  line-height: 4vh;
  text-align: center;
  color: #555555;
}
.history .history-line .history-line-year .year[data-v-fd6a00c8]:hover {
  cursor: pointer;
}
.history .history-line .history-line-year .check[data-v-fd6a00c8] {
  font-size: 1.5vw;
  font-weight: 800;
  color: #333333;
  transition: all 1s ease;
}
.history .history-line .history-line-btn[data-v-fd6a00c8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.history .history-line .history-line-btn .line[data-v-fd6a00c8] {
  width: 75vw;
  height: 1px;
  background-color: #ebebeb;
}
.history .history-line .history-line-btn i[data-v-fd6a00c8] {
  font-size: 34px;
  color: #969595;
  cursor: pointer;
}
.history .history-box[data-v-fd6a00c8] {
  position: relative;
  width: 67vw;
  height: 40vh;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10vh;
  padding-top: 2vh;
}
.history .history-box .line[data-v-fd6a00c8] {
  position: absolute;
  top: 11.5vh;
  left: 2vw;
  height: 2px;
  transform: translateY(1px);
  width: 75vw;
  margin: 0 auto;
  border-bottom: 2px dotted #ebebeb;
}
.history .history-box .content[data-v-fd6a00c8] {
  display: flex;
  transform: translateX(-22vw);
  transition: all 1s ease;
}
.history .history-box .content .box[data-v-fd6a00c8] {
  position: relative;
  width: 22vw;
  height: 33vh;
  flex-shrink: 0;
  padding: 4vh 2vw 2vh 2vw;
}
.history .history-box .content .box[data-v-fd6a00c8]:hover {
  cursor: pointer;
}
.history .history-box .content .box .title[data-v-fd6a00c8] {
  height: 6vh;
  font-size: 1.3vw;
  color: #555555;
  font-weight: 600;
}
.history .history-box .content .box .circle[data-v-fd6a00c8] {
  position: absolute;
  top: 9.5vh;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #b2bdcd;
}
.history .history-box .content .box .box-content[data-v-fd6a00c8] {
  height: 20vh;
  overflow: auto;
  font-size: 0.7vw;
  line-height: 2.5vh;
}
.history .history-box .content .check[data-v-fd6a00c8] {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.history .history-box .content .check .title[data-v-fd6a00c8] {
  color: #333333;
}
.history .history-box .content .check .circle[data-v-fd6a00c8] {
  background-color: #fe8f0d;
}
.history .history-box .content .check .circle[data-v-fd6a00c8]::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  transform: translate(-5px, -5px);
  border-radius: 50%;
  border: 2px solid #fe8f0d;
}
[data-v-fd6a00c8] .el-input input {
  background: transparent;
  border: 0;
  color: #000;
  padding: 0;
  font-size: 0.85vw;
  line-height: 0.85vw;
}
[data-v-fd6a00c8] .el-textarea textarea {
  background: transparent;
  border: 0;
  color: #000;
  padding: 0;
  height: 100%;
  font-size: 0.9vw;
  line-height: 0.9vw;
}
ul[data-v-fd6a00c8] {
  padding-left: 1.2vw;
}
/* 时间轴样式 */
.timeline-section[data-v-fd6a00c8] {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.timeline-wrapper[data-v-fd6a00c8] {
  position: relative;
  width: 100%;
  height: 580px;
  background: url("https://pony-offical.oss-cn-hangzhou.aliyuncs.com/connection/companyback.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  pointer-events: none; /* 确保背景不拦截点击事件 */
  /* 确保内部元素可以接收点击事件 */
}
.timeline-wrapper .timeline-container[data-v-fd6a00c8], .timeline-wrapper .timeline-main[data-v-fd6a00c8], .timeline-wrapper .timeline-items[data-v-fd6a00c8], .timeline-wrapper .timeline-item[data-v-fd6a00c8], .timeline-wrapper .content-box[data-v-fd6a00c8], .timeline-wrapper .timeline-years[data-v-fd6a00c8], .timeline-wrapper .year[data-v-fd6a00c8] {
  pointer-events: auto;
}
.timeline-container[data-v-fd6a00c8] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.timeline-main[data-v-fd6a00c8] {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  pointer-events: none; /* 确保不拦截点击事件 */
}
.timeline-line[data-v-fd6a00c8] {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: #f6911d; /* 黄色时间轴线 */
  z-index: 1;
  display: block !important; /* 确保时间轴线显示 */
  pointer-events: none; /* 使时间轴线不拦截鼠标事件 */
}
.timeline-items[data-v-fd6a00c8] {
  position: absolute;
  left: 50%; /* 居中对齐 */
  transform: translateX(-50%);
  width: 920px; /* 调整宽度以匹配timeline-dots */
  top: 0;
  bottom: 0;
  display: flex; /* 使用flex布局确保内容均匀分布 */
  justify-content: space-between; /* 确保内容均匀分布 */
  z-index: 10; /* 确保时间节点显示在时间轴线上方 */
}
.timeline-item[data-v-fd6a00c8] {
  position: absolute;
  width: 435px; /* 调整宽度以更好地对齐节点 */
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease; /* 增加过渡时间 */
  transform: translateX(-50%) !important; /* 确保内容块居中对齐 */
}
.timeline-item.active .content-box[data-v-fd6a00c8] {
  background-image: url("https://pony-offical.oss-cn-hangzhou.aliyuncs.com/connection/swiperActive.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.timeline-item:nth-child(even) .content-box[data-v-fd6a00c8] {
  text-align: left;
  /* 偶数项节点在顶部 */
}
.timeline-item:nth-child(even) .content-box ul[data-v-fd6a00c8] {
  padding-right: 0;
}
.timeline-item:nth-child(even) .content-box ul li[data-v-fd6a00c8] {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
.timeline-item:nth-child(even) .content-box[data-v-fd6a00c8]::after {
  top: -5px;
  bottom: auto;
}
.timeline-item:nth-child(even) .content-box[data-v-fd6a00c8]::before {
  top: -5px;
  bottom: auto;
  margin-top: 2px; /* 将白色点居中在黄色圆圈内 */
}
.timeline-item:nth-child(odd) .content-box[data-v-fd6a00c8] {
  /* 奇数项节点在底部 */
}
.timeline-item:nth-child(odd) .content-box[data-v-fd6a00c8]::after {
  bottom: -5px;
  top: auto;
}
.timeline-item:nth-child(odd) .content-box[data-v-fd6a00c8]::before {
  bottom: -5px;
  top: auto;
  margin-bottom: 2px; /* 将白色点居中在黄色圆圈内 */
}
.timeline-item .content-box[data-v-fd6a00c8] {
  position: relative;
  padding: 10px 30px; /* 减小内边距使内容更紧凑 */
  color: #fff;
  width: 100%;
  height: 170px; /* 根据效果图调整箭头模块高度 */
  background-image: url("https://pony-offical.oss-cn-hangzhou.aliyuncs.com/connection/swiperBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  box-sizing: border-box;
  cursor: pointer; /* 添加手型指针样式 */
  /* 时间节点伪类 */
  /* 时间节点中心点 */
}
.timeline-item .content-box[data-v-fd6a00c8]:hover {
  transform: scale(1.02); /* 悬停时的放大效果 */
}
.timeline-item .content-box[data-v-fd6a00c8]::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #f6911d;
  border-radius: 50%;
  left: -1px;
  transform: translateX(-50%);
  z-index: 10; /* 增大z-index确保显示在时间轴线上方 */
}
.timeline-item .content-box[data-v-fd6a00c8]::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: -1px;
  transform: translateX(-50%);
  z-index: 11; /* 增大z-index确保显示在黄色圆圈上方 */
}
.timeline-item .content-box .year-title[data-v-fd6a00c8] {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: inherit; /* Inherit text alignment from parent */
}
.timeline-item .content-box ul[data-v-fd6a00c8] {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 130px; /* 增加一点高度 */
  overflow-y: auto; /* Add scrolling if content exceeds height */
}
.timeline-item .content-box ul li[data-v-fd6a00c8] {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  padding-right: 10px; /* 减小右边距 */
  line-height: 1.4; /* 减小行高 */
  margin-bottom: 8px; /* 减小底部边距 */
}
.timeline-item .content-box ul li[data-v-fd6a00c8]:last-child {
  margin-bottom: 0;
}
.timeline-dots[data-v-fd6a00c8] {
  position: absolute;
  top: 50%;
  left: 50%; /* 居中对齐 */
  transform: translate(-50%, -50%);
  width: 1200px; /* 增加宽度以容纳更多节点 */
  display: flex;
  z-index: 2;
  height: 20px; /* 确保有足够的高度显示节点 */
}
.timeline-dots .main-dot[data-v-fd6a00c8] {
  position: relative;
  cursor: pointer;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.timeline-dots .main-dot .dot-outer[data-v-fd6a00c8] {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #f6911d;
  border-radius: 50%;
  background-color: white;
}
.timeline-dots .main-dot .dot-inner[data-v-fd6a00c8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f6911d;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.timeline-dots .main-dot.active .dot-inner[data-v-fd6a00c8] {
  opacity: 1;
}
.timeline-dots .empty-dot[data-v-fd6a00c8] {
  position: relative;
  width: 6px;
  height: 6px;
  border: 1px solid #f6911d;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: block !important; /* Ensure the dot is displayed */
  opacity: 1 !important; /* 确保节点可见 */
}
.timeline-dots .module-dot[data-v-fd6a00c8] {
  width: 8px;
  height: 8px;
  border: 1.5px solid #f6911d;
  background-color: #f6911d;
  opacity: 1 !important; /* 确保节点可见 */
  display: block !important; /* 确保节点显示 */
  z-index: 3; /* 确保在时间轴线上方 */
  visibility: visible !important; /* 确保节点可见 */
}
.timeline-years[data-v-fd6a00c8] {
  position: absolute;
  bottom: 60px;
  left: 50%; /* 居中对齐 */
  transform: translateX(-50%);
  width: 1000px; /* 与timeline-dots保持一致的宽度 */
  display: flex;
  justify-content: space-between; /* 确保年份均匀分布 */
  z-index: 100; /* 增加z-index确保年份在最上层 */
}
@media (max-width: 1400px) {
.timeline-years[data-v-fd6a00c8] {
    bottom: 40px;
}
}
.timeline-years .year[data-v-fd6a00c8] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  cursor: pointer;
  width: 115px; /* 固定宽度确保对齐 */
  text-align: center;
  transition: all 0.5s ease; /* 增加过渡时间 */
  position: relative;
  padding: 10px 15px; /* 增加点击区域 */
  z-index: 100; /* 确保年份元素在最上层 */
  pointer-events: auto; /* 确保年份可以接收点击事件 */
}
.timeline-years .year.active[data-v-fd6a00c8] {
  color: #f6911d;
  font-weight: bold;
}
.timeline-years .year.active[data-v-fd6a00c8]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #f6911d;
}
.timeline-item[data-v-fd6a00c8]:nth-child(1) {
  bottom: 50%;
  left: 5%;
  text-align: left;
}
.timeline-item:nth-child(1) .title[data-v-fd6a00c8] {
  text-align: left;
}
.timeline-item[data-v-fd6a00c8]:nth-child(2) {
  top: 50%;
  left: 30%;
  text-align: center;
}
.timeline-item[data-v-fd6a00c8]:nth-child(3) {
  bottom: 50%;
  left: 50%;
  text-align: left;
}
.timeline-item:nth-child(3) .title[data-v-fd6a00c8] {
  text-align: left;
}
.timeline-item[data-v-fd6a00c8]:nth-child(4) {
  top: 50%;
  left: 75%;
  text-align: center;
}
.timeline-item[data-v-fd6a00c8]:nth-child(5) {
  bottom: 50%;
  left: 95%;
  text-align: left;
}
.timeline-item:nth-child(5) .title[data-v-fd6a00c8] {
  text-align: left;
}
