.service-customers {
  width: 100%;
}
.service-customers .service-customers-item {
  width: 235px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-customers .service-customers-item img {
  height: auto !important;
  object-fit: contain;
}
.service-customers .service-customers-item:nth-child(6n) {
  margin-right: 0;
}
.service-customers .line {
  width: 1px;
  height: 45px;
  background-color: #07304C;
  opacity: 0.08;
  margin-top: 13.5px;
}
.service-customers .line:nth-child(12n) {
  width: 0;
}
@media screen and (max-width: 1460px) {
  .service-customers.qqxb .service-customers-item {
    width: 196px;
    margin-bottom: 12px;
  }
}

