body {
  background-image: url(../../images/banner/08.jpg);
  background-size: 1920px 401px;
}
#header-container {
  border-bottom: 0px solid rgba(51, 51, 51, 0.1);
}
.banner-section {
  position: relative;
  width: 100%;
  height: 271px !important;
  overflow: hidden;
}
.banner-section .banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: left -130px;
  background-repeat: no-repeat;
}
.banner-section .banner-slider .banner-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1550px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box {
  width: 100%;
  border-radius: 4px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 33px;
  justify-content: flex-start;
  height: 100%;
  font-weight: 400;
  font-size: 22px;
  color: #37373C;
  line-height: 36px;
  padding-top: 35px;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box p {
  font-size: 21px;
  line-height: 30px;
  text-align: justify;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .top-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 43px;
  color: #0044B5;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .center-title {
  width: 100%;
  height: 43px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 43px;
  color: #0044B5;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .button-group {
  display: flex;
  gap: 25px;
  justify-content: flex-start;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .button-group a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 56px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 400;
  font-size: 21px;
  color: #0077F1;
  cursor: pointer;
  transition: color 0s;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .button-group a:hover {
  color: #fff;
  background-color: #3E72FF;
}
.banner-section .banner-slider .banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}
.banner-section .banner-slider .banner-item .active {
  opacity: 1;
  z-index: 10;
}
#main-content {
  background-position: right bottom;
  padding: 50px 0 100px 0;
  background-repeat: no-repeat;
}
.content-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 0;
}
.content-container .content {
  width: 1500px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content-container .content .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 39px;
  color: #333333;
  line-height: 49px;
  text-align: center;
}
.content-container .content .sub-title {
  font-weight: 400;
  font-size: 37px;
  color: #4F4F50;
  line-height: 94px;
}
.content-container .content .detail {
  font-weight: 400;
  font-size: 20px;
  color: #1B1B1B;
  line-height: 36px;
}
.content-container .content .detail .year-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
.content-container .content .detail .year-list .year-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  gap: 20px;
}
.content-container .content .detail .year-list .year-item .title {
  font-weight: 400;
  font-size: 47px;
  color: #4F4F50;
  line-height: 30px;
}
.content-container .content .detail .year-list .year-item .detail {
  font-weight: 400;
  font-size: 20px;
  color: #1C1C1C;
  line-height: 27px;
}
.content-container .content .detail .single-button {
  width: 305px;
  height: 39px;
  background-color: #2A90E6;
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.opacity-0 {
  opacity: 0;
}
