@charset "UTF-8";
.dmfoot {
  height: 100% !important;
}
/* RD-team详情 */

.RD-team-box {

  max-width: 1280px;

  margin: 80px auto 60px;

}

.RD-team-title-box .dmtitle {

  text-align: left;

}

.RD-team-box-item {

  display: flex;

  flex-wrap: wrap;

  margin: 60px 0;

}

.RD-team-box-img {

  width: 50%;

  height: 280px;

  max-height: 280px;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

}

.RD-team-box-img img {

  max-width: 100%;

}

.RD-team-box-info-box {

  width: 43.5%;

  display: flex;

  align-items: center;

  margin-left: 6.25%;

}

.RD-team-box-info {

  width: 100%;

}

.RD-team-info-title {

  font-family: MicrosoftYaHei;

  font-size: 18px;

  letter-spacing: 0px;

  color: #333333;

}

.RD-team-info-line {

  position: relative;

  width: 100%;

  height: 1px;

  background-color: #e6e6e6;

  margin: 20px 0;

}

.RD-team-info-line::after {

  content: '';

  width: 80px;

  height: 2px;

  background-color: #e40001;

  position: absolute;

  left: 0;

  z-index: 2;

}

.RD-team-info-desc {

  font-family: MicrosoftYaHei;

  font-size: 14px;

  line-height: 28px;

  letter-spacing: 0px;

  color: #666666;

}

/* 设备展示 */

.equip-title {

  font-family: MicrosoftYaHei-Bold;

  font-size: 20px;

  font-weight: bold;

  letter-spacing: 0px;

  color: #333333;

}

.equip-line {

  position: relative;

  width: 100%;

  height: 1px;

  background-color: #e6e6e6;

  margin-top: 20px;

}

.equip-line::after {

  position: absolute;

  content: '';

  width: 8px;

  height: 8px;

  background-color: #e40001;

  left: 0;

  z-index: 2;

  top: 50%;

  transform: translateY(-50%);

}

.equip-show {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  padding: 40px 0;

}

.equip-item {

  width: 14.0625%;

  height: 360px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.equip-item:last-child {

  margin-right: 0;

}

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

@media (max-width: 1920px) {

}

@media (max-width: 1599px) {

}

@media (max-width: 1477px) {

}

@media (max-width: 1365px) {

}

@media (max-width: 1280px) {

  .RD-team-box {

    width: 96%;

  }


}

@media (max-width: 1199px) {

}

@media (max-width: 990px) {

  .equip-item {

    width: 32%;

    margin-bottom: 15px;

  }

  .equip-item img {

    width: 100%;

  }

}

@media (max-width: 767px) {

  .RD-team-box {

    margin: 30px auto 20px;

  }

  .RD-team-box-item {

    margin: 20px 0;

  }

  .RD-team-box-img {

    width: 100%;

    height: auto;

  }

  .RD-team-box-info-box {

    width: 100%;

    margin-left: 0;

    margin-top: 20px;

  }

  .equip-show {

    padding: 20px 0;

  }

  .equip-item {

    width: 49%;

    height: auto;

  }

}

