.service-banner {
  min-width: 1240px;
  height: 340px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.service-banner img {
  width: 100%;
}

.service-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1240px;
  height: 33px;
  position: relative;
  margin: 0 auto;
}

.service-title .service-name {
  width: 160px;
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-family:  Microsoft YaHei, PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #21252E;
  line-height: 33px;
  background-color: #FFF;
  text-align: center;
}

.service-line {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -1px;
  background-color: #07B8CB;
}

.service-box {
  width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px auto;
  border: 1px solid #E9E9E9;
  border-bottom: 0;
  border-right: 0;
}

.service-item {
  width: 20%;
  height: 228px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  font-size: 18px;
  font-family: Microsoft YaHei,  PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #21252E;
  line-height: 26px;
}
.service-icon{
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
}
.service-icon img{
  width: 100%;
  height: 100%;
}