.banner {
  width: 100%;
  height: 100%;
  background: url("../images/teambg.jpg") no-repeat;
  background-size: 100% 100%;
  display: flex;
  position: absolute;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start; }
  .banner h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    padding-top: 70px; }
  .banner h4 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start; }
  .banner .add {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    margin-top: 0.2083333333rem; }
    .banner .add img {
      width: 0.2395833333rem; }
  .banner .bannerList {
    margin-top: 20px;
    width: 100%; }
    .banner .bannerList .bannerItem {
      width: 84%;
      cursor: pointer;
      position: relative;
      margin: auto; }
      .banner .bannerList .bannerItem img {
        width: 200px;
        height: 200px;
        display: block;
        margin: auto; }
      .banner .bannerList .bannerItem span {
        font-size: 13px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 13px; }
      .banner .bannerList .bannerItem h5 {
        font-size: 0.125rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        padding-top: 0.15625rem;
        margin-left: 0.1041666667rem;
        margin-bottom: 0.1041666667rem; }
      .banner .bannerList .bannerItem p {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: flex-start;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px; }
        .banner .bannerList .bannerItem p .dot {
          width: 3px;
          height: 3px;
          background: #FFFFFF;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          flex-direction: row;
          align-content: flex-start;
          margin-left: 10px;
          margin-right: 10px; }

.renwu {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .renwu .popWin {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 100%;
    transition: all 0.6s; }
    .renwu .popWin .popWinbg {
      -webkit-filter: blur(10px);
      /* Chrome, Opera */
      -moz-filter: blur(10px);
      -ms-filter: blur(10px);
      filter: blur(10px);
      position: absolute;
      z-index: 0;
      background: rgba(0, 0, 0, 0.73);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

.popWin2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  z-index: 1;
  transition: all 0.6s; }
  .popWin2 p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    width: 90%;
    margin: 0 auto;
    text-indent: 2em; }

.renwu:hover {
  transition: all 0.6s; }
  .renwu:hover .popWin {
    position: absolute;
    left: 0%;
    top: 0%;
    transition: all 0.6s; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-button-next, .swiper-button-prev {
  color: #fff;
  top: 180px; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important; }

.renwuInfo {
  width: 75%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px; }

/*# sourceMappingURL=team.css.map */
