.section .sec_top {
  padding: 185px 0 88px;
  background: #FAFAFA;
  text-align: center;
}
.section .sec_top .title {
  font-weight: 500;
  font-size: 52px;
  color: #1A1A1A;
}
.section .sec_top .des {
  font-weight: 400;
  font-size: 19px;
  line-height: 42px;
  text-align: center;
  width: 1400px;
  margin: 12px auto 0;
}
.section .wrap {
  padding: 92px 0 221px;
}
.section .wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
.section .wrap .list .item {
  width: 590px;
  height: 220px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .wrap .list .item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.section .wrap .list .item .h5 {
  position: absolute;
  z-index: 3;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  color: #FFFFFF;
  transition: 0.6s;
}
.section .wrap .list .item:hover img {
  transform: scale(1.1);
}
.section .wrap .list .item:hover .h5 {
  color: #F17B13;
}

@media screen and (max-width: 1919px) {
  .section .sec_top {
    padding: 9.6354166667vw 0px 4.5833333333vw;
  }
  .section .sec_top .title {
    font-size: 2.7083333333vw;
  }
  .section .sec_top .des {
    font-size: 0.9895833333vw;
    line-height: 2.1875vw;
    width: 72.9166666667vw;
    margin: 0.625vw auto 0px;
  }
  .section .wrap {
    padding: 4.7916666667vw 0px 11.5104166667vw;
  }
  .section .wrap .list {
    gap: 3.125vw 0px;
  }
  .section .wrap .list .item {
    width: 30.7291666667vw;
    height: 11.4583333333vw;
  }
  .section .wrap .list .item .h5 {
    font-size: 0.9375vw;
    line-height: 2.1875vw;
    padding: 0px 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .section .sec_top {
    padding: 100px 0 30px;
  }
  .section .sec_top .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .section .sec_top .des {
    font-size: 15px;
    line-height: 1.4;
    width: 90vw;
  }
  .section .wrap {
    padding: 40px 0;
  }
  .section .wrap .list {
    gap: 25px;
  }
  .section .wrap .list .item {
    width: 100%;
    height: 30vw;
  }
  .section .wrap .list .item .h5 {
    font-size: 15px;
    line-height: 1.4;
    padding: 0 20px;
  }
}

/*# sourceMappingURL=solution.css.map */
