.series-name {
  margin: 0 auto;
}

/* 顶部导航栏 - 透明区域样式 */
.hero-slider-container {
  width: 100%;
}

/* 顶部区域容器样式 */
.hero-slider-container>div {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* 顶部背景图片样式 */
.hero-slider-container>div>img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* 顶部叠加层样式 */
.hero-slider-container>div>div:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 10%);
  z-index: 2;
}

/* 顶部左下角文本容器样式 */
.hero-slider-container>div>div:last-child {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 3;
  color: white;
}

/* 关于我们区块样式 */
#about-section {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 50px;
}

/* 关于我们文本容器样式 */
#about-section>div {
  position: absolute;
  width: 87%;
  left: 60px !important;
  top: 67px;
  z-index: 10;
}

/* 关于我们段落文本样式 */
#about-section p {
  font-size: 42px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

/* 制造部分区块样式 */
#manufacturing-section {
  padding: 60px 0;
  position: relative;
  background-color: #000;
}

/* 制造部分flex容器样式 */
#manufacturing-section>div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 0;
}

/* 制造部分左侧文本区域样式 */
#manufacturing-section>div>div:first-child {
  width: 33%;
  margin-bottom: 50px;
}

/* 制造部分上半部分文本样式 */
#manufacturing-section>div>div:first-child>div:first-child {
  font-size: 20px;
  line-height: 36px;
  color: rgb(255 255 255 / 90%);
  font-weight: 450;
  margin-bottom: 40px;
}

/* 制造部分列表项容器样式 */
#manufacturing-list-container {
  width: 100%;
}

/* 制造部分列表项基础样式 */
.manufacturing-list-item {
  width: 100%;
  height: auto;
  min-height: 135px;
  border-top: 1px solid rgb(255 255 255 / 30%);
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 制造部分列表项标题样式 */
.manufacturing-list-item>div:first-child {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

/* 制造部分列表项内容样式 */
.manufacturing-list-item>div:last-child {
  font-size: 18px;
  color: rgb(255 255 255 / 60%);
}

/* 制造部分列表分隔符样式 */
.manufacturing-list-item>div:last-child>span {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.6);
}

/* 确保制造设备名称文本的样式 */
.manufacturing-list-item>div:last-child>span[data-lang-zh] {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

/* 制造部分右边图片区域样式 */
#manufacturing-section>div>div:last-child {
  width: 100%;
  max-width: 64%;
}

/* 制造部分图片样式 */
#manufacturing-section .about-img {
  width: 100%;
  object-fit: cover;
}

/* 越南工厂区块样式 */
#vietnam-manu {
  height: 630px;
  padding: 0;
  position: relative;
  background-color: rgb(255 255 255 / 9%);
}

/* 越南工厂左侧文本区域样式 */
#vietnam-manu>div:first-child {
  position: absolute;
  top: 62px;
  left: 60px;
  width: 31.5%;
  z-index: 10;
}

/* 越南工厂标题样式 */
#vietnam-manu>div:first-child>div:first-child {
  font-size: 54px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
}

/* 越南工厂段落文本样式 */
#vietnam-manu>div:first-child>div:not(:first-child) {
  font-size: 20px;
  line-height: 34px;
  color: rgb(255 255 255 / 60%);
  font-weight: 400;
}

/* 越南工厂第二段文本额外样式 */
#vietnam-manu>div:first-child>div:last-child {
  margin-top: 30px;
}

/* 越南工厂右侧图片区域样式 */
#vietnam-manu>div:last-child {
  position: absolute;
  right: 0;
  top: 81px;
  z-index: 10;
  width: 62%;
  height: 75%;
}

/* 越南工厂图片样式 */
#vietnam-manu>div:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 合作伙伴区块样式 */
#partner {
  height: 720px;
  padding: 0;
  position: relative;
  background-color: #000;
}

/* 左侧内容区域样式 */
#partner>div:first-child {
  position: absolute;
  top: 62px;
  left: 60px;
  width: 31.5%;
  z-index: 10;
}

/* 合作伙伴标题样式 */
#partner>div:first-child>div:first-child {
  font-size: 54px;
  color: #fff;
  margin-bottom: 11px;
  font-weight: 600;
}

/* 合作伙伴段落文本样式 */
#partner>div:first-child>div:not(:first-child, :last-child) {
  font-size: 20px;
  line-height: 34px;
  color: rgb(255 255 255 / 60%);
  font-weight: 400;
}

/* 数据统计区域样式 */
#partner>div:first-child>div:last-child {
  width: 100%;
  height: 288px;
  border-top: 1px solid rgb(255 255 255 / 30%);
  margin-top: 33px;
}

/* 合作伙伴数据项样式 */
.partner-item {
  height: 60px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.partner-text-left {
  position: absolute;
  font-size: 24px;
  line-height: 34px;
  color: rgb(255 255 255 / 60%);
  margin: 0;
  text-align: left;
}

/* 特定的partner-text-left宽度 */
.partner-item:last-child .partner-text-left {
  width: 70%;
}

.partner-text-right {
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
  color: rgb(255 255 255 / 100%);
  margin: 0;
  text-align: right;
}

/* 右侧图片区域样式 */
#partner>div:last-child {
  position: absolute;
  right: 0;
  top: 81px;
  z-index: 10;
  width: 62%;
  height: 78%;
}

/* 图片样式 */
#partner>div:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 屏幕宽度在1300px-1900px时的自适应样式 */
@media screen and (width >=1300px) and (width <=2560px) {
  #manufacturing-list-container {
    margin-top: 0 !important;
  }

  .manufacturing-list-item {
    height: auto !important;
    min-height: 160px !important;
    padding: 15px 0 !important;
  }
}

@media screen and (width >=1950px) and (width <=2560px) {
  .about-img {
    width: 100% !important;
    object-fit: cover;
  }
}

@media screen and (width >=1950px) and (width <=2560px) {
  .about-img-yuenan {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}

/* 小窗口屏幕适配 - 解决section宽度变窄问题 */
@media screen and (width <=1399px) {

  /* 调整左侧文本区域宽度 */
  #about-section>div,
  #manufacturing-section>div:first-child,
  #vietnam-manu>div:first-child,
  #partner>div:first-child {
    left: 60px !important;
  }

  /* 调整右侧图片区域宽度 */
  /* #manufacturing-section > div:last-child,
  #vietnam-manu > div:last-child,
  #partner > div:last-child {
    width: 52% !important;
  } */

  /* 调整字体大小以适应小屏幕 */
  #about-section p {
    font-size: 50px !important;
    line-height: 70px !important;
  }

  #vietnam-manu .manufacturing-list-item,
  #partner h3,
  #partner p {
    font-size: 20px !important;
  }

  /* 确保图片高度自适应 */
  .about-img,
  .about-img-yuenan {
    height: auto !important;
    max-height: 100%;
    width: 100% !important;
  }

  #manufacturing-list-container {
    margin-top: 120px !important;
  }

  .manufacturing-list-item {
    height: auto !important;
    min-height: 160px !important;
    padding: 15px 0 !important;
  }

  #vietnam-manu .manufacturing-list-item {
    height: 500px !important;
    min-height: 160px !important;
    padding: 15px 0 !important;
  }
}

/* 平板屏幕适配 */
@media screen and (width <=992px) {

  #about-section>div,
  #manufacturing-section>div:first-child,
  #vietnam-manu>div:first-child,
  #partner>div:first-child {
    left: 60px !important;
  }

  #manufacturing-section>div:last-child,
  #vietnam-manu>div:last-child,
  #partner>div:last-child {
    width: 100% !important;
  }

  #about-section p {
    font-size: 40px !important;
    line-height: 60px !important;
  }

  #vietnam-manu .manufacturing-list-item {
    height: 500px !important;
    min-height: 160px !important;
    padding: 15px 0 !important;
  }
}

/* 移动设备屏幕适配 */
@media screen and (width <=950px) {

  /* 垂直堆叠元素 */
  #about-section,
  #manufacturing-section,
  #vietnam-manu,
  #partner {
    height: auto !important;
    padding: 30px 0 !important;
    min-height: 500px;
  }

  /* 调整manufacturing-section内部容器为块级显示 */
  #manufacturing-section>div {
    display: block !important;
    padding: 0 !important;
  }

  /* 元素宽度调整为100% */
  #about-section>div,
  #vietnam-manu>div:first-child,
  #partner>div:first-child,
  #vietnam-manu>div:last-child,
  #partner>div:last-child {
    position: static !important;
    width: 90% !important;
    margin: 20px auto !important;
  }

  /* 调整manufacturing-section内部子元素布局 */
  #manufacturing-section>div>div:first-child {
    position: relative !important;
    width: 90% !important;
    max-width: 90% !important;
    left: 5% !important;
  }

  #manufacturing-section>div>div:last-child {
    position: relative !important;
    width: 90% !important;
    max-width: 90% !important;
    margin: 0 auto !important;
  }

  /* 进一步调整字体大小 */
  #about-section p {
    font-size: 30px !important;
    line-height: 45px !important;
  }

  /* 确保图片适应屏幕宽度 */
  .about-img,
  .about-img-yuenan {
    width: 100% !important;
    height: auto !important;
  }

  /* 调整合作品牌区域 */
  #partner-brands {
    height: auto !important;
    padding: 30px 0 !important;
  }

  #partner-brands .carousel-slide img {
    max-height: 300px !important;
  }

  #manufacturing-list-container {
    position: relative !important;
    margin-top: 20px !important;
    width: 100% !important;
  }
}

/* 联系部分响应式样式 */
@media screen and (width <=1399px) {
  #contact-section {
    height: auto !important;
    min-height: 700px !important;
  }

  #contact-section h2 {
    font-size: 40px !important;
    line-height: 60px !important;
  }

  #contact-section p {
    font-size: 20px !important;
  }

  #contact-section>.container>div {
    gap: 30px !important;
    flex-wrap: wrap;
  }

  .contact-icon .tooltip {
    width: 320px !important;
  }

  .contact-icon .tooltip h3 {
    width: 320px !important;
    font-size: 18px !important;
    padding: 20px !important;
  }

  .contact-icon .tooltip p {
    font-size: 16px !important;
    padding: 20px !important;
  }
}

@media screen and (width <=992px) {
  #contact-section {
    min-height: 600px !important;
  }

  #contact-section h2 {
    font-size: 36px !important;
  }

  #contact-section p {
    font-size: 18px !important;
  }

  #contact-section>.container>div {
    gap: 20px !important;
  }
}

/* contact-section基础样式 */
#contact-section {
  position: relative;
  background-image: url("../images/联系.png");
  background-color: #0d4200;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  min-height: 500px;
}

/* 容器样式 */
#contact-section .container {
  text-align: center;
  padding-top: 80px;
}

/* 标题样式 */
#contact-section h2 {
  font-size: 54px;
  color: white;
  line-height: 65px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

/* 描述文本样式 */
#contact-section p {
  font-size: 24px;
  color: rgb(255 255 255 / 60%);
  margin: 20px 0 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* 联系图标容器样式 */
#contact-section .container>div {
  display: flex;
  justify-content: center;
  gap: 50px;
}

/* 单个联系图标样式 */
#contact-section .contact-icon {
  position: relative;
}

/* 图标图片样式 */
#contact-section .contact-icon img {
  width: 36px;
  height: 36px;
}

/* 提示框样式 */
#contact-section .tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  margin-top: 10px;
}

/* 提示框标题样式 */
#contact-section .tooltip h3 {
  margin: 0;
  background: #008d44;
  color: white;
  padding: 24px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  letter-spacing: 0.05em;
}

/* 提示框内容样式 */
#contact-section .tooltip p {
  margin: 0;
  background: rgb(0 0 0 / 60%);
  text-align: center;
  color: white;
  padding: 24px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  letter-spacing: 0.05em;
}

/* contact-section内容动画 */
#contact-section.animate .container {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

/* 合作品牌区域样式 */
#partner-brands {
  height: 831px;
  padding: 0;
  position: relative;
  background-color: #171717;
}

#partner-brands>div {
  position: absolute;
  width: 100%;
  text-align: center;
}

/* 合作品牌标题样式 */
#partner-brands>div>div:first-child {
  font-size: 54px;
  line-height: 80px;
  color: #fff;
  margin: 47px 0;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* 品牌轮播容器样式 */
#brand-carousel {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

/* 轮播图片容器样式 */
#carousel-slides {
  display: flex;
  transition: transform 0.6s ease-in-out;
  height: 100%;
}

/* 单个轮播幻灯片样式 */
.carousel-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 轮播图片样式 */
.carousel-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 轮播指示器容器样式 */
#carousel-indicators {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

/* 激活状态的指示器样式 */
.indicator.active {
  width: 60px;
  height: 2px;
  background-color: white;
  cursor: pointer;
}

/* 非激活状态的指示器样式 */
.indicator {
  width: 60px;
  height: 2px;
  background-color: rgb(255 255 255 / 30%);
  cursor: pointer;
}

/* 描述文本样式 */
#contact-section p[data-lang-key="contact-desc"] {
  font-size: 24px;
  color: rgb(255 255 255 / 60%);
  margin: 20px 12% 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* 英文环境检测 - 通过检测html的lang属性或特定的语言切换类 */
html[lang="en"] #manufacturing-section {
  height: auto !important;
}

html[lang="en"] #manufacturing-section>div {
  flex-direction: column !important;
}

html[lang="en"] #manufacturing-section>div>div:first-child,
html[lang="en"] #manufacturing-section>div>div:last-child {
  max-width: 100% !important;
  width: 95% !important;
}

html[lang="en"] #about-section>div {
  width: 95% !important;
  top: 17px !important;
}

html[lang="en"] #about-section>div>p {
  line-height: 1.2 !important;
}

/* 调整字体大小以适应小屏幕 */
html[lang="en"] #manufacturing-section [data-lang-en] {
  font-size: 18px !important;
  line-height: 32px !important;
}

/* 调整列表项的最小高度 */
html[lang="en"] .manufacturing-list-item {
  min-height: 150px !important;
}

/* 确保列表项内容不会溢出 */
html[lang="en"] .manufacturing-list-item>div:last-child {
  word-wrap: break-word;
  white-space: normal;
}

/* 调整列表项中的分隔符 */
html[lang="en"] .manufacturing-list-item>div:last-child>span {
  display: inline-block;
  margin-bottom: 5px;
}

/* 英文环境下的小屏幕响应式处理 */
@media screen and (width <=1399px) {

  /* 进一步调整字体大小 */
  html[lang="en"] #manufacturing-section [data-lang-en] {
    font-size: 17px !important;
    line-height: 30px !important;
  }

  /* 调整manufacturing-list-container位置和间距 */
  html[lang="en"] #manufacturing-list-container {
    margin-top: 0 !important;
  }
}

@media screen and (width <=992px) {
  html[lang="en"] #manufacturing-section>div {
    padding: 0 20px !important;
  }

  /* 再进一步调整字体大小 */
  html[lang="en"] #manufacturing-section [data-lang-en] {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media screen and (width <=470px) {
  .hero-slider-container>div>div:last-child {
    left: 30px !important;
  }
  .hero-slider-container>div {
    height: 240px !important;
  }
  #contact-section h2 {
    font-size: 36px !important;
  }
  #contact-description[data-lang-en]{
    font-size: 16px !important;
  }
  #about-section {
    min-height: auto !important;
  }
  #about-section p {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  #vietnam-manu>div:first-child>div:first-child {
    font-size: 36px !important;
  }
  #partner>div:first-child>div:first-child {
    font-size: 36px !important;
  }
  .series-name {
    font-size: 36px !important;
  }
  #about-section>div {
    padding: 20px 10px !important;
  }

  html[lang="en"] #about-section>div {
    padding: 20px 30px !important;
  }

  #partner p {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  #contact-section p {
    line-height: 1.2 !important;
  }
}