.subpage_container {
  background-color: #f6f6f6;
}
.service-wrapper {
  display: flex;
  flex-wrap: wrap;

  align-items: center;
}

.service-wrapper-item {
  width: 32%;
  min-height: 390px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  cursor: pointer;
    margin-right: 1%;
}
.service-wrapper-item:nth-of-type(3n){
   margin-right: 0;
}
.service-wrapper-item:hover {
  transition: 1s ease;
}
.service-wrapper-item:hover img {
  transform: scale(1.2);
  transition: 1s ease;
}
.service-wrapper-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}
.service-wrapper-item-title {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin-bottom: 30px;
}
.service-wrapper-item p {
  width: 80%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 30px;
}
