.common_banner .crumbs {
  display: flex;
  align-items: center;
  gap: 0.2083333333vw;
  padding: 0 3.125vw;
  position: absolute;
  left: 0;
  width: 100%;
  top: 4.7916666667vw;
}
.common_banner .crumbs a, .common_banner .crumbs span {
  display: block;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.875vw;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}
.common_banner .text .title {
  line-height: 2.9166666667vw;
}
.common_banner .text .des {
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.9166666667vw;
  text-align: center;
  color: #FFFFFF;
}
.common_banner .text .des div {
  font-family: "Poppins Medium";
}

.sec1 {
  padding: 6.0416666667vw 3.125vw 0;
  background: #FBFBFB;
  overflow: hidden;
}
.sec1 .title {
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 1.6666666667vw;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 3.6979166667vw;
  color: #1A1A1A;
}
.sec1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.40625vw;
}
.sec1 .list .item {
  padding: 3.75vw 2.6041666667vw;
  background: #FFFFFF;
  text-align: center;
  border-radius: 0.9895833333vw;
}
.sec1 .list .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  margin: 0 auto 1.25vw;
}
.sec1 .list .item .icon img {
  display: block;
}
.sec1 .list .item .item_title {
  font-family: "Poppins Medium";
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  margin-bottom: 0.625vw;
  color: #1A1A1A;
}
.sec1 .list .item .item_des {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
  color: #888888;
}

.sec2 {
  background: #FBFBFB;
  padding: 6.9791666667vw 0 2.6041666667vw;
  overflow: hidden;
}
.sec2 .title {
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 1.875vw;
  text-align: center;
  margin-bottom: 2.7604166667vw;
}
.sec2 .swiper_box {
  position: relative;
}
.sec2 .swiper_box .btns {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  position: absolute;
  right: 21.7708333333vw;
  bottom: 5.8854166667vw;
  z-index: 3;
}
.sec2 .swiper_box .btns .jt {
  width: 2.3958333333vw;
  height: 2.3958333333vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #FFFFFF;
  transition: 0.6s;
}
.sec2 .swiper_box .btns .jt svg {
  display: block;
  width: 0.3125vw;
  height: unset;
}
.sec2 .swiper_box .btns .jt svg path {
  transition: 0.6s;
}
.sec2 .swiper_box .btns .jt:hover {
  background: #C70707;
}
.sec2 .swiper_box .btns .jt:hover svg path {
  stroke: #FFFFFF;
}
.sec2 .swiper_box .btns .jt.next svg {
  transform: rotate(180deg);
}
.sec2 .swiper_box .swiper {
  width: 173.5416666667vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec2 .swiper_box .swiper .swiper-slide .img {
  width: 100%;
  height: 30.9375vw;
  border-radius: 0.7291666667vw;
  overflow: hidden;
  margin-bottom: 2.7604166667vw;
}
.sec2 .swiper_box .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec2 .swiper_box .swiper .swiper-slide .slide_bottom {
  width: 46.6145833333vw;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(20px);
}
.sec2 .swiper_box .swiper .swiper-slide .slide_bottom .item_title {
  font-family: "Poppins Medium";
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  text-transform: capitalize;
  margin-bottom: 0.9895833333vw;
  color: #000000;
}
.sec2 .swiper_box .swiper .swiper-slide .slide_bottom .item_des {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
  text-align: justify;
  color: #888888;
  height: 5.7291666667vw;
}
.sec2 .swiper_box .swiper .swiper-slide.swiper-slide-active .slide_bottom {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.sec3 {
  padding: 5.4166666667vw 3.125vw 9.4270833333vw;
}
.sec3 .title {
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 2.1875vw;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 2.7604166667vw;
}
.sec3 .list {
  width: 100%;
  display: grid;
}
.sec3 .list .item {
  display: block;
  height: 29.1666666667vw;
  border-radius: 0.8333333333vw;
  background: #FAFAFA;
  position: relative;
  overflow: hidden;
  padding: 2.1354166667vw 0 0;
}
.sec3 .list .item .common_bg {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
}
.sec3 .list .item .item_title {
  position: absolute;
  font-family: "Poppins SemiBold";
  font-weight: 500;
  font-size: 4.375vw;
  top: 1.875vw;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, #E4E4E4 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  transition: 0.6s;
}
.sec3 .list .item .item_name {
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 0 1.9791666667vw;
  bottom: 2.5vw;
  left: 0;
  transition: 0.6s;
  font-family: "Poppins SemiBold";
  font-weight: 500;
  font-size: 0.9375vw;
  color: #000000;
}
.sec3 .list .item .item_more {
  left: 1.9791666667vw;
  bottom: 2.3958333333vw;
  position: absolute;
  z-index: 4;
  opacity: 0;
  transition: 0.6s;
}
.sec3 .list .item .item_more p {
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 3.3333333333vw;
  color: #C70707;
}
.sec3 .list .item .item_more img {
  display: block;
  width: 6.8229166667vw;
  position: absolute;
  left: 0;
  top: 1.6666666667vw;
  max-height: unset;
  max-width: unset;
}
.sec3 .list .item .img {
  width: 23.2291666667vw;
  height: 23.2291666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec3 .list .item .img img {
  display: block;
}
.sec3 .list .item:hover .item_name {
  font-size: 1.6666666667vw;
  color: #FFFFFF;
  transform: translateY(-21.9791666667vw);
}
.sec3 .list .item:hover .item_title {
  opacity: 0;
}
.sec3 .list .item:hover .common_bg {
  opacity: 1;
}
.sec3 .list .item:hover .item_more {
  opacity: 1;
}
.sec3 .list .item:hover .img {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .common_banner .text .title {
    line-height: 1;
  }
  .common_banner .text .des {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .sec1 {
    padding: 40px 20px;
  }
  .sec1 .title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .sec1 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .sec1 .list .item {
    padding: 30px 15px;
    border-radius: 8px;
  }
  .sec1 .list .item .icon {
    width: 28px;
    height: 28px;
    margin-bottom: 15px;
  }
  .sec1 .list .item .item_title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .sec1 .list .item .item_des {
    font-size: 12px;
    line-height: 1.4;
  }
  .sec1 .list .item .item_des br {
    display: none;
  }
  .sec2 {
    padding: 20px 20px 40px;
  }
  .sec2 .title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .sec2 .title br {
    display: none;
  }
  .sec2 .swiper_box .swiper {
    width: 100%;
    overflow: unset;
  }
  .sec2 .swiper_box .swiper .swiper-slide .img {
    height: 44vw;
    border-radius: 8px;
    margin-bottom: 25px;
  }
  .sec2 .swiper_box .swiper .swiper-slide .slide_bottom {
    width: 100%;
  }
  .sec2 .swiper_box .swiper .swiper-slide .slide_bottom .item_title {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .sec2 .swiper_box .swiper .swiper-slide .slide_bottom .item_des {
    font-size: 12px;
    line-height: 1.4;
    height: unset;
  }
  .sec2 .swiper_box .btns {
    position: unset;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
  }
  .sec2 .swiper_box .btns .jt {
    width: 36px;
    height: 36px;
  }
  .sec2 .swiper_box .btns .jt svg {
    width: 6px;
  }
  .sec3 {
    padding: 50px 20px;
  }
  .sec3 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec3 .list {
    overflow: unset;
  }
  .sec3 .list .swiper-slide .item {
    height: 70vw;
    border-radius: 8px;
    padding: 15vw 0 0;
  }
  .sec3 .list .swiper-slide .item .common_bg {
    opacity: 0 !important;
  }
  .sec3 .list .swiper-slide .item .item_title {
    font-size: 30px;
    top: 4vw;
  }
  .sec3 .list .swiper-slide .item .img {
    width: 90%;
    height: 45vw;
  }
  .sec3 .list .swiper-slide .item .item_name {
    bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
  }
}

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