.topBanner .textBox {
  font-weight: bold;
}

.topBanner .desc {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: normal;
}

.topInfo {
  position: relative;
  height: 424px;
  background: #0043D5;
  color: #fff;
  border-radius: 0px 0px 48px 48px;
  font-size: 24px;
  padding: 120px 0;
  z-index: 2;
}

.topInfo .info {
  margin-top: 25px;
  padding-right: 250px;
}

.section01 {
  position: relative;
}

.section01 .centerContent {
  position: relative;
}

.section01:before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 725px;
  background: #FFF;
  border-radius: 0px 0px 48px 48px;
}

.experience {
  margin-top: 25px;
  font-weight: bold;
  font-size: 24px;
  text-align: right;
  padding-left: 200px;
}

.slideSection {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
  border: 2px solid #fff;
  background: linear-gradient(to bottom, #ECF3FF 0%, #fff 100%);
  border-radius: 16px;
  padding: 80px 0 0;
  overflow: hidden;
}

.slideSection .slideArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.slideSection .slideArrow img {
  width: 80px;
}

.slideSection .slideArrow.leftArrow {
  left: 100px;
}

.slideSection .slideArrow.rightArrow {
  right: 100px;
}

.slideSection .userCard {
  padding: 20px 0;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  color: #B4BEC8;
  font-size: 24px;
  font-weight: bold;
}

.slideSection .userCard .avatar {
  margin: 0 auto;
  width: 240px;
  transition: all 0.3s ease;
}

.slideSection .userCard .avatar img {
  width: 100%;
}

.slideSection .userCard .name {
  margin: 15px 0 10px;
  font-size: 36px;
  color: #141E28;
}

.slideSection .userCard .job {
  margin-bottom: 15px;
}

.slideBox {
  position: relative;
  padding-bottom: 55px;
}

.slideBox .swiper-pagination {
  bottom: 30px;
}

.section02 {
  padding-bottom: 80px;
}

.section02 .comTitle {
  margin-bottom: 65px;
}

.section02 .comTitle .ttl {
  line-height: 1.5;
}

.section03 {
  background: #FFF;
}

.cardList {
  margin: 25px 0 0;
}

.cardList .item {
  width: calc(33.33% - 10px);
  height: 320px;
  background: url(../../images/about/card_bg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 45px 10px 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cardList .photo {
  height: 154px;
}

.cardList .photo img {
  width: auto;
  height: 100%;
}

@media all and (min-width: 1240px) {
  .slideSection .slideArrow:hover {
    transform: translateY(-50%) scale(1.1);
  }
  .slideSection .userCard:hover .avatar {
    transform: scale(1.03);
  }
}

@media all and (max-width: 1239px) {
  .topBanner .textBox {
    width: 90%;
  }
  .topBanner .desc {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 8px;
  }
  .topInfo {
    height: auto;
    border-radius: 0px 0px 24px 24px;
    font-size: 20px;
    padding: 30px 0;
  }
  .topInfo .info {
    margin-top: 10px;
    padding-right: 0px;
    font-size: 12px;
  }
  .section01:before {
    top: -100px;
    height: calc(100% + 200px);
    border-radius: 0px 0px 24px 24px;
  }
  .experience {
    margin-top: 10px;
    font-size: 12px;
    padding-left: 0;
  }
  .slideSection {
    margin: 0 16px;
    width: auto;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 30px 0 0;
  }
  .slideSection .slideArrow {
    top: 130px;
    transform: none;
  }
  .slideSection .slideArrow img {
    width: 24px;
  }
  .slideSection .slideArrow.leftArrow {
    left: 10px;
  }
  .slideSection .slideArrow.rightArrow {
    right: 10px;
  }
  .slideSection .userCard {
    padding: 8px 10px;
    margin: 0;
    width: 100%;
    font-size: 12px;
  }
  .slideSection .userCard .avatar {
    width: 120px;
  }
  .slideSection .userCard .name {
    margin: 18px 0 2px;
    font-size: 18px;
  }
  .slideSection .userCard .job {
    margin-bottom: 8px;
  }
  .slideBox {
    padding-bottom: 30px;
  }
  .slideBox .swiper-pagination {
    bottom: 10px;
  }
  .section02 {
    padding-bottom: 30px;
  }
  .section02 .comTitle {
    margin-bottom: 15px;
  }
}

@media all and (min-width: 0) and (max-width: 749px) {
  .cardList {
    margin: 15px 0 0;
    display: block;
  }
  .cardList .item {
    margin-bottom: 10px;
    width: 100%;
    height: 160px;
    background: url(../../images/about/card_bg_sp.png) no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    padding: 20px 0 25px;
  }
  .cardList .item:last-child {
    margin-bottom: 0;
  }
  .cardList .photo {
    height: 77px;
  }
}
