.banner-container-col .banner-slide {
  position: relative;
  height: 800px;
}
.banner-container-col .banner-slide .banner-img {
  object-fit: cover;
  position: absolute;
  height: 800px;
  /* 高度铺满 */
  width: auto;
  /* 宽度自动按比例缩放 */
  top: 0;
  /* 纵向从0开始 */
  right: 0;
  /* 横向从最右边开始 */
  min-width: 100%;
  min-height: 100%;
}
.banner-container-col .banner-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.banner-container-col .tip {
  height: 24px;
  text-align: left;
  font-weight: 380;
  font-size: 18px;
  line-height: 26px;
  color: #F4B01A;
}
.banner-container-col .banner-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 24px;
  width: 580px;
}
.banner-container-col .primary-text {
  height: 24px;
  text-align: center;
  font-weight: 380;
  font-size: 18px;
  line-height: 24px;
  color: #231815;
  background-color: #F4B01A;
  padding: 0 10px;
  display: inline-block;
}
.banner-container-col .desc-text {
  font-weight: 200;
  font-size: 16px;
  line-height: 32px;
  margin-top: 24px;
  width: 560px;
  color: #ffffff;
  margin-bottom: 24px;
}
.banner-container-col .button-more {
  width: 180px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  cursor: pointer;
}
.banner-container-col .button-more.eng-flex {
  width: 211px;
}
.banner-container-col .button-icon {
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
.banner-container-col .button-icon.button-icon-small {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: 1.5px;
}
.banner-container-col .content-area {
  width: 560px;
}
.banner-container-col .theme-button-container {
  gap: 15px;
  margin-bottom: 24px;
}
.banner-container-col .theme-button {
  width: 176px;
  box-sizing: border-box;
  border: 1px solid #999999;
  color: #666666;
  cursor: pointer;
  padding: 8px 12.5px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
}
.eng-part .theme-button {
  height: 66px;
  padding: 8px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .banner-container-col .banner-slide {
    position: static;
    height: auto;
  }
  .banner-container-col .banner-slide .banner-img {
    display: none;
  }
  .banner-container-col .banner-slide .banner-text-container {
    position: static;
    background: url(../imgs/culture/banner01.png) center no-repeat;
    padding: 146px 24px 90px;
  }
  .banner-container-col .banner-slide .banner-text-container.banner-text-container-2 {
    background-image: url(../imgs/culture/banner02.png);
    padding-top: 90px;
  }
  .banner-container-col .banner-slide .banner-text-container .banner-title {
    width: 100%;
  }
  .banner-container-col .banner-slide .banner-text-container .tip {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }
  .banner-container-col .banner-slide .banner-text-container .banner-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
  }
  .banner-container-col .banner-slide .banner-text-container .desc-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    text-align: justify;
  }
  .banner-container-col .banner-slide .eng-part .desc-text {
    text-align: left;
  }
  .banner-container-col .content-area {
    width: 100%;
  }
  .banner-container-col .content-area .theme-button {
    width: 40%;
    flex-grow: 1;
  }
}
