.banner-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
}
.banner-container .banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.banner-container .banner-slide.active {
  opacity: 1;
}
.banner-container .banner-slide .banner-img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  /* 高度铺满 */
  width: auto;
  /* 宽度自动按比例缩放 */
  top: 0;
  /* 纵向从0开始 */
  right: 0;
  /* 横向从最右边开始 */
  min-width: 100%;
  min-height: 100%;
}
.banner-container .banner-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.banner-container .tip {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #F4B01A;
}
.banner-container .banner-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 24px;
}
.banner-container .banner-title.eng-part {
  margin-bottom: 8px;
}
.banner-container .primary-text {
  height: 24px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #F4B01A;
  margin-bottom: 24px;
  margin-left: 8px;
}
.banner-container .primary-text.eng-part {
  margin-left: 0;
  text-align: left;
}
.banner-container .desc-text {
  max-width: 570px;
  color: #ffffff;
  margin-bottom: 24px;
  text-align: justify;
  font-weight: 200;
  font-size: 16px;
  line-height: 32px;
}
.banner-container .button-more {
  width: 180px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  cursor: pointer;
}
.banner-container .button-more.eng-flex {
  width: 211px;
}
.banner-container .button-icon {
  width: 22px;
  margin-left: 10px;
}
.banner-container .content-area {
  width: 560px;
}
.banner-container .theme-button-container {
  gap: 15px;
  margin-bottom: 24px;
}
.banner-container .theme-button {
  width: 160px;
  height: 45px;
  border: 1px solid #999999;
  color: #666666;
  cursor: pointer;
}
.future-section {
  padding: 120px 0;
}
.future-section .brand-title {
  border-radius: 5px;
  background-color: #F4B01A;
  font-weight: 200;
  font-size: 32px;
  line-height: 32px;
  vertical-align: middle;
  color: #231815;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}
.future-section .brand-title-chn {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin-top: 32px;
}
.future-section .brand-title-chn.eng-part {
  margin-top: 0;
}
.future-section .brand-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 1.2px;
  vertical-align: middle;
  color: #ffffff;
  margin: 24px auto 0;
  border: 1px solid #C0C0C0;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  padding: 0 20px;
}
.future-section .future-container {
  gap: 16px;
  width: 100%;
}
.future-section .future-item {
  padding: 20px;
  width: 300px;
  height: 360px;
  flex-grow: 1;
  background: linear-gradient(rgba(235, 235, 235, 0) 50%, #ebebeb 100%);
}
.future-section .future-item .item-content {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 10px 0px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  height: 320px;
  background-color: #ffffff;
  padding: 0 40px;
}
.future-section .future-item .item-content .text-flex-root {
  flex-grow: 1;
  height: 100px;
}
.future-section .future-item .future-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0;
  transform: translateY(-50%);
  background-color: #F4B01A;
}
.future-section .future-item .future-title {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #231815;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  margin-top: -20px;
}
.future-section .future-item .future-title.eng-part {
  height: 116px;
}
.future-section .future-item .future-title.eng-part.two-lines {
  padding-top: 16px;
}
.future-section .future-item .future-desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: 200;
}
.future-section .future-item .future-desc .desc-bold {
  font-weight: 500;
}
.future-section .future-right {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  flex-grow: 0;
}
.future-section .diversified-container {
  width: 100%;
}
.middle-section {
  background: url(../imgs/service/middle.png) center no-repeat;
  background-size: cover;
}
.middle-section .diversified-item {
  width: 400px;
  height: 400px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 48px 48px 48px;
  transition: all 200ms linear;
}
.middle-section .diversified-item:hover {
  background-size: 110% 110%;
}
.middle-section .diversified-item.diversified-1 {
  background-image: url(../imgs/service/item-1.png);
}
.middle-section .diversified-item.diversified-2 {
  background-image: url(../imgs/service/item-2.png);
}
.middle-section .diversified-item.diversified-3 {
  background-image: url(../imgs/service/item-3.png);
}
.middle-section .diversified-item .diversified-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 280px;
}
.middle-section .diversified-item .diversified-title.eng-part {
  margin-top: 224px;
}
.middle-section .diversified-item .diversified-desc {
  line-height: 32px;
  padding: 0 10px;
  background-color: #F4B01A;
  border-radius: 5px;
  margin-top: 8px;
  display: inline-block;
}
.middle-section .diversified-item .diversified-desc.eng-inline {
  line-height: 18px;
  padding: 4px 10px;
}
.partner-section .title-inline {
  display: inline-block;
  width: auto;
  line-height: 32px;
  padding: 0 20px;
}
.partner-section .partner-list {
  padding: 48px 0 80px;
  justify-content: center;
  gap: 40px 80px;
}
.partner-section .partner-list .partner-item {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.partner-section .partner-list .partner-item.partner-1 {
  background-image: url(../imgs/service/partner-1.png);
}
.partner-section .partner-list .partner-item.partner-2 {
  background-image: url(../imgs/service/partner-2.png);
}
.partner-section .partner-list .partner-item.partner-3 {
  background-image: url(../imgs/service/partner-3.png);
}
.partner-section .partner-list .partner-item.partner-4 {
  background-image: url(../imgs/service/partner-4.png);
}
.partner-section .contact-us-container {
  padding: 60px 80px;
  background-color: #ffffff;
  justify-content: space-between;
  border-radius: 20px;
  align-items: center;
  margin-top: 48px;
}
.partner-section .contact-us-container .left-part .us-icon-container {
  margin-top: 48px;
}
.partner-section .contact-us-container .left-part .us-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.partner-section .contact-us-container .left-part .us-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}
.partner-section .contact-us-container .left-part .us-desc-lg {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}
.partner-section .contact-us-container .right-part {
  gap: 30px;
}
.qrcode-item {
  width: 106px;
  height: 108px;
  object-fit: contain;
}
.title-container {
  margin-bottom: 100px;
}
.eng .future-section .future-item {
  height: 560px;
}
.eng .future-section .future-item .item-content {
  height: 520px;
}
.middle-container {
  width: 1200px;
  margin: auto;
}
@media (max-width: 1199px) {
  .middle-container {
    width: 100%;
  }
  .banner-container {
    height: auto;
    position: static;
  }
  .banner-container .banner-title {
    margin: 0;
  }
  .banner-container .banner-title.eng-part {
    line-height: 40px;
    font-size: 36px;
  }
  .banner-container .banner-slide {
    position: static;
    height: auto;
  }
  .banner-container .banner-slide .banner-img {
    display: none;
  }
  .banner-container .banner-slide .banner-text-container {
    position: static;
    height: auto;
    padding: 178px 24px 122px;
    background: url(../imgs/service/banner01.png) center no-repeat;
    background-size: cover;
  }
  .banner-container .banner-slide .banner-text-container .mobile-sytle {
    flex-direction: column;
    align-items: start !important;
  }
  .banner-container .banner-slide .banner-text-container .mobile-sytle .primary-text {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .banner-container .banner-slide .banner-text-container .desc-text {
    margin-top: 16px;
    margin-bottom: 31px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
  }
  .banner-container .banner-slide .banner-text-container .desc-text.eng-part {
    text-align: left;
  }
  .future-section {
    padding: 48px 24px;
  }
  .future-section .brand-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
  }
  .future-section .brand-title.brand-title-lg {
    width: auto !important;
  }
  .future-section .brand-title-chn {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-top: 16px;
  }
  .future-section .brand-desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .future-section .future-item {
    width: 100%;
    height: auto !important;
  }
  .future-section .future-item .future-title.eng-part {
    font-size: 19px;
    height: 81px;
  }
  .future-section .future-item .future-title.eng-part.two-lines {
    padding-top: 0;
  }
  .future-section .future-item .item-content {
    height: auto !important;
    padding-bottom: 30px;
    padding: 0 16px 30px;
  }
  .future-section .future-item .item-content .text-flex-root {
    height: auto;
    padding: 24px 0;
  }
  .future-section .future-item .item-content .text-flex-root .future-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .future-section .future-right {
    margin-bottom: 18px;
    transform: rotateZ(90deg);
  }
  .future-section .title-container {
    margin-bottom: 48px;
  }
  .future-section .future-container {
    flex-direction: column;
  }
  .future-section .mb-16 {
    margin-bottom: 48px;
  }
  .future-section .diversified-container {
    flex-direction: column;
  }
  .future-section .diversified-container .diversified-item {
    width: 100%;
    padding: 24px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .future-section .diversified-container .diversified-item.diversified-1 {
    background-image: url(../imgs/service/item-1-m.png);
  }
  .future-section .diversified-container .diversified-item.diversified-2 {
    background-image: url(../imgs/service/item-2-m.png);
  }
  .future-section .diversified-container .diversified-item.diversified-3 {
    background-image: url(../imgs/service/item-3-m.png);
  }
  .future-section .diversified-container .diversified-item .diversified-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
  }
  .future-section .diversified-container .diversified-item .diversified-title.eng-part {
    font-size: 22px;
  }
  .partner-section .partner-list {
    padding: 24px 0;
    gap: 24px;
  }
  .partner-section .partner-list .partner-item {
    width: 48px;
    height: 48px;
  }
  .partner-section .text-center-lg {
    margin-top: 36px;
  }
  .partner-section .contact-us-container {
    margin-top: 24px;
    flex-direction: column;
    padding: 24px 16px;
  }
  .partner-section .contact-us-container .left-part .flex {
    flex-direction: column !important;
  }
  .partner-section .contact-us-container .left-part .us-icon-container {
    margin-top: 24px;
  }
  .partner-section .contact-us-container .us-desc {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .partner-section .contact-us-container .right-part {
    margin-top: 24px;
    padding: 24px 0;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
  .partner-section .contact-us-container .right-part .qrcode-item {
    width: 80px;
    height: 80px;
  }
}
.future-section {
  padding: 120px 0;
  margin-bottom: -100px;
}