.top-intro {
  margin-top: 0;
}
.top-intro .container {
  position: relative;
}
.top-intro .container .content {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
.about {
  padding-top: 127px;
  padding-bottom: 84px;
  background-image: url(../images/about/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about-content {
  width: 1270px;
  margin: 0 auto;
  padding: 60px 56px 72px 62px;
  position: relative;
}
.about .about-content::after {
  display: block;
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1) blur(10px) opacity(1);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about .about-content .info {
  width: 850px;
  position: relative;
  z-index: 2;
}
.about .about-content .info::after {
  display: block;
  content: '';
  width: 258px;
  height: 74px;
  background-image: url(../images/about/logo_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -302px;
  top: 144px;
}
.about .about-content .info h2 {
  font-family: 'PINGFANG-Heavy';
  font-size: 30px;
  line-height: 42px;
  color: #000;
  margin-bottom: 20px;
}
.about .about-content .info p {
  line-height: 34px;
  text-align: justify;
  margin-bottom: 34px;
}
.about .about-content .info p:last-child {
  margin-bottom: 0;
}
.type {
  padding: 60px 0;
}
.type .type-content {
  margin-top: 40px;
  display: flex;
}
.type .type-content .left-item {
  width: 410px;
}
.type .type-content .left-item .items {
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
.type .type-content .left-item .items h5 {
  margin-top: 28px;
}
.type .type-content .left-item .items p {
  margin-top: 14px;
  padding: 0 10px;
}
.type .type-content .left-item .items span {
  margin-top: 20px;
}
.type .type-content ul.content {
  width: 844px;
  margin-left: auto;
  flex-wrap: wrap;
}
.type .type-content ul.content li {
  width: calc(50% - 12px);
  margin-right: 24px;
}
.type .type-content ul.content li:nth-child(2n) {
  margin-right: 0;
}
.type .type-content ul.content li:nth-child(n + 3) {
  margin-top: 18px;
}
.type .type-content ul.content li .items {
  height: 100%;
  padding: 22px 33px 36px 33px;
}
.type .type-content ul.content li .items h5 {
  margin-top: 15px;
}
.type .type-content ul.content li .items p {
  margin-top: 4px;
}
.type .type-content ul.content li .items span {
  margin-top: 14px;
}
.type .type-content .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F7F8FB;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
}
.type .type-content .items img {
  width: 40px;
  height: 40px;
}
.type .type-content .items h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.type .type-content .items span {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 77, 241, 0.8);
}
.type .common-btn {
  margin-top: 50px;
}
.team {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #F7F8FB;
}
.team .swiper {
  margin-top: 40px;
  padding-bottom: 44px;
}
.team .swiper .grid {
  width: 100%;
}
.team .swiper .grid .img {
  width: 100%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
}
.team .swiper .grid .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.team .swiper .grid .info {
  margin-top: -42px;
  padding: 22px 24px 26px 24px;
  position: relative;
}
.team .swiper .grid .info::after {
  display: block;
  content: '';
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(1) blur(16px) opacity(1);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.team .swiper .grid .info h5,
.team .swiper .grid .info p {
  position: relative;
  z-index: 2;
}
.team .swiper .grid .info h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 8px;
}
.team .swiper .grid .info h5 span {
  display: inline-block;
  font-family: 'PINGFANG-MEDIUM';
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 38px;
}
.team .swiper .grid .info p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 4px;
}
.team .swiper .grid .info p:last-child {
  margin-bottom: 0;
}
.team .swiper .swiper-pagination {
  width: 100%;
  text-align: center;
  line-height: 1;
  bottom: 0;
}
.team .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  margin: 0 5px;
  border-radius: 0;
  background-color: #E9E9E9;
  opacity: 1;
}
.team .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004DF1;
}
