@charset "UTF-8";
.fullPage[data-v-d4313cd0] {
  height: 100vh;
  overflow: auto;
}
.fullPageContainer[data-v-d4313cd0] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.section[data-v-d4313cd0] {
  width: 100%;
  height: 100vh;
}
.carousel[data-v-d4313cd0] {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.video-background[data-v-d4313cd0] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-background .video-player[data-v-d4313cd0] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-background .video-overlay[data-v-d4313cd0] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.content-overlay[data-v-d4313cd0] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.content-overlay .main-title[data-v-d4313cd0] {
  text-align: center;
}
.content-overlay .main-title h1[data-v-d4313cd0] {
  color: white;
  font-size: 3.2vw;
  font-family: "BOLD", sans-serif;
  font-weight: 900;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
  transform: skewX(-10deg);
}
.content-overlay .subtitle[data-v-d4313cd0] {
  color: white;
  font-size: 1.5vw;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.content-overlay .subtitle .dot[data-v-d4313cd0] {
  color: #fe8f0d;
  margin: 0 1rem;
  font-size: 1.8vw;
}
.content-overlay .yellow-line[data-v-d4313cd0] {
  width: 100px;
  height: 4px;
  background-color: #fe8f0d;
  margin-top: 20px;
}
.carousel-line[data-v-d4313cd0] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
}
.carousel-line .line[data-v-d4313cd0] {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 2px;
}
.carousel-line .line[data-v-d4313cd0]:nth-child(1) {
  left: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
}
.carousel-line .line[data-v-d4313cd0]:nth-child(2) {
  left: 20%;
  border-left: 2px solid rgba(246, 145, 29, 0.1);
}
.carousel-line .line[data-v-d4313cd0]:nth-child(3) {
  left: 35%;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
}
.carousel-line .line[data-v-d4313cd0]:nth-child(4) {
  left: 50%;
  border-left: 2px solid rgba(246, 145, 29, 0.1);
}
.carousel-line .line[data-v-d4313cd0]:nth-child(5) {
  left: 65%;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
}
.carousel-line .line[data-v-d4313cd0]:nth-child(6) {
  left: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70%;
  margin-top: 30%;
  border-left: 2px solid rgba(246, 145, 29, 0.1);
}
.carousel-line .circle[data-v-d4313cd0] {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translateY(-50%);
}
.carousel-line .circle .num[data-v-d4313cd0] {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #807f81;
  line-height: 50px;
  text-align: center;
  color: #fff;
  transform: translate(-50%);
  cursor: pointer;
}
.carousel-line .circle .num[data-v-d4313cd0]:nth-child(2) {
  margin: 20px 0;
}
.carousel-line .circle .active[data-v-d4313cd0] {
  background-color: #fe8f0d;
}
.carousel-box[data-v-d4313cd0] {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0 16vw;
  z-index: 9;
}
.carousel-box .box-item[data-v-d4313cd0] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 18vh;
}
.carousel-box .box-item img[data-v-d4313cd0] {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.carousel-box .box-item .box-item-num[data-v-d4313cd0] {
  color: #fff;
  font-family: BOLD;
  font-weight: 600;
  z-index: 9;
  font-size: 3.5vw;
}
.carousel-box .box-item .box-item-num span[data-v-d4313cd0] {
  color: #fe8f0d;
  font-size: 1.4vw;
}
.carousel-box .box-item .box-item-num sup[data-v-d4313cd0] {
  font-size: 40px; /* 设置上标的字体大小 */
  vertical-align: super; /* 设置上标的垂直对齐方式 */
}
.carousel-box .box-item .box-item-num .title[data-v-d4313cd0] {
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1vw;
}
.carousel-box .box-item:nth-child(4) .box-item-num[data-v-d4313cd0] {
  color: #000 !important;
}
.page-title[data-v-d4313cd0] {
  margin: 0 auto;
}
[data-v-d4313cd0] .el-carousel .el-carousel__indicators {
  display: none !important;
}
@charset "UTF-8";
.fullPage[data-v-5edc477a] {
  height: 100vh;
  overflow: auto;
}
.fullPageContainer[data-v-5edc477a] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.section[data-v-5edc477a] {
  width: 100%;
  height: 100vh;
}
.fullPage[data-v-5edc477a] {
  width: 100%;
  height: 100%;
}
.fullPageContainer[data-v-5edc477a] {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
}
/* Hide scrollbar but keep functionality */
.fullPageContainer[data-v-5edc477a]::-webkit-scrollbar {
  display: none;
}
.fullPageContainer[data-v-5edc477a] {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.container[data-v-5edc477a] {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.scale-wrapper[data-v-5edc477a] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 680px;
}
.partners-container[data-v-5edc477a] {
  position: relative;
  width: 100%;
  height: 608px;
}
.clients-section[data-v-5edc477a] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.section-header[data-v-5edc477a] {
  position: relative;
}
.section-title[data-v-5edc477a] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  position: relative;
  display: inline-block;
  margin: 0;
}
.title-underline[data-v-5edc477a] {
  width: 40px;
  height: 3px;
  background-color: #ffd100;
  margin-top: 8px;
}
.partners-grid[data-v-5edc477a] {
  position: relative;
  width: 100%;
  height: 608px;
  margin-bottom: 20px;
}
.partners-image[data-v-5edc477a] {
  width: 1300px;
  height: 608px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  transition: all 0.3s ease;
}
/* 响应式适配 - 针对不同屏幕比例 */
/* 窄屏幕 (小于16:9) */
@media (max-aspect-ratio: 16/9) {
.partners-container[data-v-5edc477a] {
    margin-bottom: 20px;
}
.section-title[data-v-5edc477a] {
    font-size: 20px;
}
}
/* 宽屏幕 (大于16:9) */
@media (min-aspect-ratio: 16/9) {
.container[data-v-5edc477a] {
    max-width: 100%;
    margin: 0 auto;
}
}
/* 小屏幕 (小于1366px宽) */
@media (max-width: 1366px) {
.fullPageContainer[data-v-5edc477a] {
    overflow-y: auto;
    overflow-x: hidden;
}
.partners-image[data-v-5edc477a] {
    width: 100%;
    height: auto;
    max-width: 1300px;
}
.partners-container[data-v-5edc477a] {
    height: auto;
}
.partners-grid[data-v-5edc477a] {
    height: auto;
}
.section-title[data-v-5edc477a] {
    font-size: 20px;
}
}
/* 高度较小的屏幕 (小于768px高) */
@media (max-height: 768px) {
.fullPageContainer[data-v-5edc477a] {
    padding: 20px 0;
}
.partners-container[data-v-5edc477a] {
    height: auto;
    min-height: 600px;
}
.partners-grid[data-v-5edc477a] {
    height: auto;
}
.partners-image[data-v-5edc477a] {
    height: auto;
    max-height: 608px;
}
.section-title[data-v-5edc477a] {
    font-size: 18px;
}
.title-underline[data-v-5edc477a] {
    margin-top: 5px;
}
}
/* 移动设备 */
@media (max-width: 768px) {
.clients-section[data-v-5edc477a] {
    position: static;
    transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    left: 0;
}
.partners-container[data-v-5edc477a] {
    display: flex;
    flex-direction: column;
    height: auto;
}
.partners-header[data-v-5edc477a] {
    margin-left: 0;
}
.partners-grid[data-v-5edc477a] {
    height: auto;
}
.partners-image[data-v-5edc477a] {
    width: 100%;
    height: auto;
}
}
/* 超窄屏幕 (宽高比小于4:3) */
@media (max-aspect-ratio: 4/3) {
.partners-container[data-v-5edc477a] {
    height: auto;
}
.partners-grid[data-v-5edc477a] {
    height: auto;
}
.partners-image[data-v-5edc477a] {
    width: 100%;
    height: auto;
}
}
