body {
  background-image: url(../images/banner/08.jpg);
  background-size: 1920px 401px;
}
#header-container {
  border-bottom: 0 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 .center-title {
  width: 100%;
  height: 53px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 43px;
  color: #0044B5;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
#main-content {
  height: auto !important;
  min-height: 848px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 50px 0 100px;
  overflow: visible;
}
.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: 1550px;
  height: 848px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content-container .content .title {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  width: 1550px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.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;
  overflow: unset;
}
.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;
}
.about-honor-section {
  background: #fff;
}
.about-honor-section .section-title {
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #333;
  font-size: 40px;
  font-weight: 600;
  width: 1550px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.about-honor-section .swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-honor-section .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline-container {
  width: 1550px;
  height: 600px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  padding-top: 80px;
  gap: 50px;
}
.timeline-container > h2 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #333;
  font-size: 40px;
  font-weight: 600;
  width: 1550px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.left-axis-wrapper {
  position: relative;
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.axis-track-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 5px;
  background-color: #DCDCDC;
  border-radius: 2px;
  z-index: 0;
}
.thumbs-swiper {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
.thumb-slide {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #999;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  cursor: pointer;
  padding-right: 8px;
}
.thumb-slide.swiper-slide-thumb-active {
  color: #EA5420;
  font-size: 25px;
  font-weight: bold;
  z-index: 3;
}
.thumb-slide.swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 19px;
  width: 12px;
  background-color: #F55A10;
  border-radius: 6px;
  z-index: 5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.thumb-slide.swiper-slide-thumb-active::after {
  background-color: #333;
  width: 10px;
  height: 10px;
  bottom: 10px;
}
.content-swiper {
  flex: 1;
  height: 100%;
  position: relative;
}
.slide-content {
  height: 100%;
  overflow: hidden;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.year-big-title {
  position: relative;
  flex: 0 0 auto;
  z-index: 2;
  background: #fff;
  font-size: 56px;
  font-weight: 900;
  color: #DCDCDC;
  margin: 0 0 30px;
  line-height: 1;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.event-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 6px;
}
.swiper-slide-active .year-big-title {
  opacity: 1;
  color: #F55A10;
}
.event-item {
  margin-bottom: 30px;
  border-left: 3px solid #DCDCDC;
  line-height: 1.8;
  color: #555;
  font-size: 16px;
  text-align: justify;
  background: #fafafa;
  padding: 15px 15px 15px 25px;
  border-radius: 0 8px 8px 0;
}
.event-date {
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-contact-section {
  background: #fff;
}
.about-contact-section .section-title,
.two-column-text-section .section-title,
.three-column-text-section .section-title {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  width: 1550px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.about-contact-section .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 515px;
}
.about-contact-section .content .left {
  display: flex;
  width: 843px;
  height: 100%;
}
.about-contact-section .content .left iframe,
.about-contact-section .content .left img {
  width: 100%;
  height: 100%;
}
.about-contact-section .content .right {
  width: calc(100% - 843px - 106px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  padding: 20px;
}
.about-contact-section .content .right img {
  width: 35px;
  height: 35px;
}
.about-contact-section .content .right .row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.about-contact-section .content .right .row .label-row {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 35px;
  font-weight: bold;
  font-size: 26px;
  color: #333;
  line-height: 61px;
}
.about-contact-section .content .right .row .label-row img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 18px;
}
.about-contact-section .content .right .row .address-content {
  font-weight: 400;
  font-size: 24px;
  color: #333;
  line-height: 40px;
}
.two-column-text-section,
.three-column-text-section {
  background: #fff;
}
.two-column-text-section .content,
.three-column-text-section .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.two-column-text-section .content .row {
  width: 50%;
  text-align: left;
  padding-left: 260px;
}
.three-column-text-section .content .row {
  width: 33%;
  text-align: left;
  padding-left: 11%;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
