.service {
  margin: 0 auto;
}
.service>div {
  padding: 0.104rem;
}
.card {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0.05rem;
  box-shadow: #EBEBEB 0.06rem 0.06rem 30px 5px 
}
.card-img {
  width: 100%;
  display: block
}
.card .title {
  color: #4E575C;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.125rem;
}
.card .desp{
  color: #4E575C;
  margin: 0 auto;  
}
.experience>div {
  width: 50%;
}
.experience .gzh, .experience .xcx {
  font-size: 0.15rem;
  color: #4E575C;
  text-align: center;
}
.experience .gzh strong,
.experience .xcx strong{
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0.11rem;
  margin-bottom: 0.22rem;
}

@media (min-width:993px){
  .experience {
    display: flex;
    width: 4.588rem;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 1.18rem;
  }
  .experience img {
    width: 1.646rem;
    height: 1.646rem;
    display: block;
  }
  .service {
    width: 7.52rem;
  }
  .service>div {
    height: 2.823rem;
  }
  .card{
    height: 100%;
  }
  .card-img {
    height: 1.505rem;
  }
  .card .desp{
    font-size: 0.114rem;
    line-height: 0.16rem;
    width: 2.2rem;
  }
}
@media screen and (max-width:992px){
  .experience {
    display: flex;
    width: 7rem;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 1.18rem;
  }
  .experience img {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
  }
  .service {
    width: 90%;
  }
  .service>div {
    height: 6rem;
  }
  .card{
    height: 100%;
    margin-bottom: 30px;
  }
  .card-img {
    height: 3.5rem;
  }
  .card .title {
    font-size: 0.3rem;
  }
  .card .desp{
    font-size: 0.3rem;
    line-height: 1.2em;
    width: 5rem;
  }
}