.service-team {
  background-image: linear-gradient(0deg, #1d212f 0%, #384051 100%),
    linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}

/*三维建模与仿真技术服务  */
.sanwei-model-movie .service-team {
  background: #fff;
}

.service-team .container {
  width: 70%;
  padding: 0;
}

.service-team .title {

  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #ffffff;
}

.service-team .title-bar {
  text-align: center;
  margin-top: -18px;
}

/*  三维建模与仿真技术服务 */
.sanwei-model-system .service-team .title-bar {
  text-align: center;
  margin: 0;
}

.service-team .intro {
  width: 46%;
  margin: auto;
  padding: 50px 0;
  text-align: center;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #dddddd;
}

.service-team h3,
.service-team p {
  text-align: center;

  font-weight: normal;
  font-stretch: normal;
}

.service-team h3 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #ffffff;
}

.service-team p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #dddddd;
}

.service-team .thumbnail {
  margin-bottom: 80px;
}

.service-team .thumbnail .caption p {
  margin-top: 13%;
  padding: 0 13%;
  text-align: left;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #555555;
}

/* 可视化系统定制开发 */
.viewbale-system-made .service-team .thumbnail .caption p {
  padding: 0;
  text-align: center;
}

.hardware-service-team .service-team .thumbnail .caption p {
  padding: 2%;
  text-align: center;
}

/* 硬件环境 设计咨询 */
.hardware-envir-design .service-team .thumbnail .caption p {
  padding: 0;
  text-align: center;
}

.service-team .thumbnail img {
  margin-top: 16%;
  /* width: 40%; */
}

.service-privilege .thumbnail img {
  margin-top: 0;
  width: 100%;
}

/*硬件环境 集成建设  */
.hardware-combine-team .thumbnail img {
  margin-top: 16%;
  /* width: 40%; */
}

/* 三维建模与仿真技术服务 */
.sanwei-model-system .service-team .thumbnail img.mt-6 {
  vertical-align: top;
  margin-top: 8%;
}

.sanwei-model-system .thumbnail img {
  margin-top: 40px;
}

/* 硬件环境 集成建设 */
.hardware-combine-privilege .service-team .thumbnail img {
  margin: 0;
}

.service-team .service-item {}

/* 自定义样式 */
.plr-30 {
  padding: 0 30px;
}

/* responsive */
@media (max-width: 767px) {
  .service-team .title-bar {
    margin-top: -24px;
  }

  .service-team .title-bar img {
    width: 100px;
  }
}

@media(max-width: 767px) {
  .sanwei-model-system .service-team .thumbnail img.mt-6 {
    margin-top: 10%;
  }

  .sanwei-model-system .thumbnail img {
    margin-top: 0;
  }

  .sanwei-model-system .service-team .title-bar {
    text-align: center;
    margin: 0;
    margin-top: -4px;
  }
}