.row-a5 {
  padding-top: 60px;
}
.row-a5 .tab {
  margin: 3vw auto 20px;
}
.row-a5 .tab ul {
  margin: 0 auto;
  display: flex;
  width:300px;
  justify-content: space-between;
}
.row-a5 .tab ul li {
  width: 140px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #1C4778;
  cursor: pointer;
}
.row-a5 .tab ul .current {
  background: #3D79DC;
}
.row5-container-tab .row5-container{
  display: none;
}
.row-a5 .row5-container {
  max-width: 1460px;
  width: 80%;
  margin: 40px auto;
  position: relative;
}
.row-a5 .row5-container .swiper {
  overflow: hidden;
  margin-bottom: 36px;
}
.row-a5 .row5-container .swiper .swiper-slide .pic {
  background: #2C536F;
  border-radius: 6px;
  height: 18vw;
  position: relative;
}
.row-a5 .row5-container .swiper .swiper-slide .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 82%;
  /* max-height:75%; */
  max-height: 75%;
  cursor: pointer;
}
.row-a5 .row5-container .swiper .swiper-slide p {
  color: #AAAAAA;
  font-size: 16px;
  margin-top: 19px;
  text-align: center;
}
.row-a5 .row5-container .swiper .swiper-slide p span {
  color: #fff;
}
.row-a5 .row5-container .swiper-button-next{
  right: -50px;
  top: 46%;
}
.row-a5 .row5-container .swiper-button-prev {
  left: -50px;
  top: 46%;
}
.row-a5 .row5-container .swiper-pagination-progressbar{
  width: 70%;
  height: 4px;
  left: 15%;
  background: rgba(255, 255, 255, 0.12);
}
.row-a5 .row5-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #fff;
}

@media screen and (max-width:1450px){
  .row-a5 .row5-container .swiper .swiper-slide p {
      font-size: 12px;
      margin-top: 12px;
  }
  .row-a5 .row5-container .swiper {
      margin-bottom: 28px;
  }
  .row-a5 .tab {
    margin: 2vw auto 20px;
}
}
@media screen and (max-width: 768px) {
  .row-a5 {
    padding-top: 30px;
}
  .row-a5 .tab {
    margin: 10px auto;
    margin-top: 30px;
  }
  .row-a5 .tab ul {
    margin: 0 auto;
    display: flex;
    max-width: 200px;
    justify-content: space-between;
  }
  .row-a5 .tab ul li {
    width: 75px;
    height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #1C4778;
  }
  .row-a5 .tab ul .current {
    background: #3D79DC;
  }
  .row-a5 .row5-container {
    width: 90%;
    margin: 0 auto;
  }
  .row-a5 .row5-container .swiper {
    max-width: 768px;
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
  }
  .row-a5 .row5-container .swiper .swiper-slide .pic {
    background: #2C536F;
    border-radius: 6px;
    height: 180px;
  }
  .row-a5 .row5-container .swiper .swiper-slide .pic img {
  }
  .row-a5 .row5-container .swiper .swiper-slide p {
    color: #aaa;
    font-size: 8px;
    margin-top: 9px;
  }
  .row-a5 .row5-container .swiper .swiper-slide p span {
    color: #fff;
  }
  .row-a5 .row5-container .swiper-button-next,
  .row-a5 .row5-container .swiper-button-prev {
    width: 27px;
    height: 43px;
    margin-top: 38px;
    z-index: 10;
    cursor: pointer;
    background-size: 18px 40px;
    display: none;
  }
}
