/*服务案例*/
.serviceCase {
  width: 100%;
  padding-top: 67px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.serviceCase .case {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

}
.serviceCase .content {
  width: 100%;
  background: #f2f2f2;
  padding: 10px 5px;
  padding-bottom:0px;
}
.serviceCase ul {
  margin: 0 auto;
  font-size: 0;
}
.serviceCase li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-align: center;
  vertical-align: bottom;
}
.serviceCase img {
  width: 140px;
}
.serviceCase .lastLi {
  height: auto;

}
@media (min-width: 1200px) {
  .serviceCase ul {
    width: 1200px;
  }
  .serviceCase li {
    width: 150px;
    height: 120px;
  }
  .serviceCase .lastLi {
    height: auto;
    transform: translateY(-20px);
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .serviceCase ul {
    width: 900px;
  }
  .serviceCase li {
    width: 150px;
    margin-bottom: 10px;
  }
  .serviceCase .lastLi {
    height: auto;
    transform: translateY(-20px);
  }
}
@media (min-width: 540px) and (max-width: 900px) {
  .serviceCase ul {
    width: 540px;
  }
  .serviceCase li {
    width: 135px;
    height: 110px;
  }
  .serviceCase .lastLi {
    height: auto;
    transform: translateY(-20px);
  }
  .serviceCase img {
    width: 120px;
  }
}
@media (max-width: 540px) {
  .serviceCase ul {
    width: 320px;
  }
  .serviceCase li {
    width: 106px;
    height: 85px;
  }
  .serviceCase img {
    width: 95px;
  }
}
