.service-container {
  margin-bottom: 1.5rem;
}
.service-container .fwlc > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-container .fwlc .item {
  width: 24%;
  height: 10rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.5%;
  background-color: #f5f5f5;
}
.service-container .fwlc .item .num {
  position: absolute;
  top: 20%;
  left: 4%;
  color: #ff6900;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  transform: translateY(-50%);
  font-weight: bold;
}
.service-container .fwlc .item .num::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  bottom: 0;
  display: block;
  height: 2rem;
  border-left: 0.1rem solid #ff6900;
  transform: rotate(20deg);
}
.service-container .fwlc .item .i {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}
.service-container .fwlc .item .i i {
  font-size: 2.5rem;
  color: #ff6900;
}
.service-container .fwlc .item h6 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
  padding: 1rem 0;
}
.service-container .fwlc .item p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6900;
  color: #fff;
  line-height: 1.6;
  padding: 10%;
  opacity: 0;
  transition: all ease-out 0.3s;
}
.service-container .fwlc .item:hover p {
  opacity: 1;
}
.service-container .shfw {
  margin: 4rem 0;
  background-color: #f5f5f5;
  position: relative;
}
.service-container .shfw > div {
  display: flex;
}
.service-container .shfw .text {
  width: 50%;
  margin-left: auto;
  padding: 2% 6%;
}
.service-container .shfw .text h2 {
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.service-container .shfw .text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  border-bottom: 0.05rem solid #ff6900;
}
.service-container .shfw .text h3 {
  font-size: 1.5rem;
  color: #ccc;
  margin-bottom: 2rem;
}
.service-container .shfw .text .item {
  margin-bottom: 1.5rem;
}
.service-container .shfw .text .item h5 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #ff6900;
}
.service-container .shfw .text .item p {
  line-height: 1.6;
  padding: 0.3rem 0;
}
.service-container .shfw .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.service-container .shfw .img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .padding {
    padding-right: 2%;
    padding-left: 2%;
  }
  .service-container .fwlc {
    padding-right: 2%;
    padding-left: 2%;
  }
  .service-container .fwlc .item {
    width: 49%;
  }
  .service-container .fwlc .item .num {
    font-size: 1.8rem;
  }
  .service-container .fwlc .item .num::after {
    height: 1.3rem;
  }
  .service-container .fwlc .item h6 {
    font-size: 0.9rem;
    margin-top: 0.4rem;
  }
  .service-container .shfw .img {
    display: none;
  }
  .service-container .shfw .text {
    width: 100%;
    padding: 1rem 0;
    padding-right: 2%;
    padding-left: 2%;
  }
  .service-container .shfw .text h2,
  .service-container .shfw .text h3 {
    font-size: 1.2rem;
  }
  .service-container .shfw,
  .service-container {
    margin: 0;
  }
  .page-banner {
    margin-bottom: 0;
  }
}
