/* 中间主题 */
.main {
  width: 100%;
  padding: 70px 0 40px 0;
  /* background: #f8f8f8; */
}
.main-center {
  width: 1500px;
  height: 600px;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
}

.showimg-team {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
.showimg {
  width: 100%;
  height: 33.3%;
}
.showimg a {
    display: block;
    width: 100%;
    height: 100%;
  }
.showimg img {
  width: 100%;
  height: 100%;
}
.showimg-commend img{
  width: 101.8%;
}

@media screen and (max-width: 1610px) {
  .main-center {
    width: 1200px;
  }
  
}

@media screen and (max-width: 1330px) {
  .main-center {
    width: 900px;
  }
  
}

@media screen and (max-width: 1030px) {
  .main-center {
    width: 700px;
  }
  
}
@media screen and (max-width: 830px) {
  .main-center {
    width: 600px;
  }
}
