


html, body {
  width: 100%;
  min-height: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  display: none;
}
.page {
  width: 100%;
  min-width: 1440px;
  height: 100%;
}

.space {
  flex-grow: 1;
}



.page .tabs {
  width: 100%;
  background-color: #fff;

}
.page .tabs .tabs-wrapper {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.page .tabs .tabs-wrapper .tab {
  width: 352px;
  height: 80px;
  background-color: #DDE8F3;
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .tabs .tabs-wrapper .tab.active {
  background-color: #105DAA;
  color: #fff;
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 700;
  font-size: 24px;
}
.page .about {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0 120px;
  background-image: url("../static/123.png");
  background-size: 100% 100%;
}
.page .about .content {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.page .about .content .info {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.page .about .content .info .title {
  font-size: 20px;
  color: #333;
  text-transform: capitalize;
}
.page .about .content .info .title::first-letter {
  font-size: 40px;
  color: #105DAA;
  font-weight: 600;
}
.page .about .content .info .desc {
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.page .about .content .info .imgs {
  width: 100%;
  position: relative;
}
.page .about .content .info .imgs .handle {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  cursor: pointer;
}
.page .about .content .info .imgs .pre {
  left: -60px;
}
.page .about .content .info .imgs .next {
  right: -60px;
}
.page .about .content .info .imgs .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 300px !important;
  height: 200px !important;
  position: relative;
}
.page .about .content .info .imgs .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page .about .content .info .imgs .swiper-slide span {
  color: #333333;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  background: linear-gradient( 90deg, #0D5AA7 0%, #1E6CBB 100%);
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}