@charset "UTF-8";
.dmfoot {
  height: 100% !important;
}
/* 组织架构图 */

.BM-team-box {

  max-width: 1280px;

  margin: 80px auto 100px;

}

.BM-team-img-box {

  margin-top: 60px;

}

.BM-team-img img {

  max-width: 100%;
  display:block;
  margin: auto;
}

/* 人物介绍 */

.BM-team-people-box {

  background-color: #f5f5f5;

}

.BM-team-people {

  max-width: 1280px;

  margin: 0 auto;

  padding: 80px 0;

}

.people-item-box {

  width: 84.375%;

  margin: 0 auto;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}

.people-info-box {

  width: 75%;

}

.people-name {

  font-family: MicrosoftYaHei-Bold;

  font-size: 20px;

  font-weight: bold;

  letter-spacing: 0px;

  color: #333333;

}

.people-job {

  font-family: MicrosoftYaHei;

  font-size: 14px;

  letter-spacing: 0px;

  color: #666666;

  margin-top: 10px;

}

.people-line {

  width: 100%;

  height: 1px;

  background-color: #cccccc;

  margin: 20px 0;

}

.people-desc {

  font-family: MicrosoftYaHei;

  font-size: 14px;

  line-height: 26px;

  letter-spacing: 0px;

  color: #666666;

  text-align: justify;

}

.people-pic {

  width: 170px;

  height: 170px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

}

.people-next,

.people-prev {

  width: 40px;

  height: 30px;

  background-size: 100%;

}

.people-next {

  background-image: url(../images/BM-team/next.png);

}

.people-prev {

  background-image: url(../images/BM-team/prev.png);

}

.swiper-button-disabled {

  opacity: 1 !important;

}

/* 媒体查询/响应式 */

@media (max-width: 1920px) {

}

@media (max-width: 1599px) {

}

@media (max-width: 1477px) {

}

@media (max-width: 1365px) {

}

@media (max-width: 1280px) {

  .BM-team-box {

    width: 96%;

  }

  .BM-team-people {

    width: 96%;

  }


}

@media (max-width: 1199px) {

}

@media (max-width: 990px) {

  .people-item-box {

    width: 80%;

  }

  .people-info-box {

    width: 60%;

  }

  .people-pic-box {

    display: flex;

    align-items: center;

    justify-content: center;

  }

}

@media (max-width: 767px) {

  .BM-team-people {

    padding: 30px 0;

  }

  .people-item-box {

    flex-direction: column-reverse;

  }

  .BM-team-box {

    margin: 30px auto 40px;

  }

  .people-info-box {

    width: 85%;

    margin: 0 auto;

  }

  .people-pic-box {

    width: 100%;

  }

}

