


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%;
  height: 692px;
  box-sizing: border-box;
  padding: 80px 0 120px;
  background-image: url("../static/122.png");
  background-size: 100% 100%;
}
.page .about .content {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 48px;
}
.page .about .content .info {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  gap: 30px;
  width: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.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;
}
.page .about .content .box {
  width: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.page .about .content .box img {
  width: 100%;
}

.page {
  font-size: 0;
}
.page .cover {
  width: 100%;
}

.page footer {
  width: 100%;
  background-image: url("../static/b3.png");
  background-size: 100% 100%;
  background-color: #0d5aa7ef;
}
.page footer .banner {
  background-color: #195189;
  color: #fff;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 16px;
}
.page footer .info {
  width: 100%;

}
.page footer .info .content {
  width: 1440px;
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0 auto;
  padding: 40px 0;
}
.page footer .info .content .desc {
  width: 0;
  flex-grow: 1;
  display: grid;
  grid-template-rows: repeat(2, max-content);
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
}
.page footer .info .content .desc .block {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page footer .info .content .desc .block:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
.page footer .info .content .desc .block .title {
  font-family: Source Sans Pro, Source Sans Pro;
font-weight: 700;
font-size: 24px;
color: #FFFFFF;
}
.page footer .info .content .desc .block .sub-title {
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}