.common_banner .text {
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  text-align: left;
}

.sec1 {
  padding: 136px 0 0;
}
.sec1 .wrap {
  border-radius: 20px;
  border: 1px solid rgb(237, 237, 237);
  padding: 21px 24px;
  display: flex;
  align-items: center;
  gap: 98px;
}
.sec1 .wrap .img {
  width: 658px;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.sec1 .wrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec1 .wrap .img:hover img {
  transform: scale(1.1);
}
.sec1 .wrap .r_box {
  width: 510px;
}
.sec1 .wrap .r_box .h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 34px;
  color: #1A1A1A;
}
.sec1 .wrap .r_box .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 50px;
  color: #1A1A1A;
}
.sec1 .wrap .r_box .tel_box {
  padding: 27px 32px 32px;
  background: rgb(248, 248, 248);
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec1 .wrap .r_box .tel_box .icon {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F17B13;
}
.sec1 .wrap .r_box .tel_box .icon img {
  display: block;
  width: 19px;
  height: unset;
}
.sec1 .wrap .r_box .tel_box .tel_box_r .h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #888888;
}
.sec1 .wrap .r_box .tel_box .tel_box_r .p {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
}

.sec2 {
  padding: 158px 0 136px;
}
.sec2 .wrap .item {
  display: flex;
  justify-content: space-between;
}
.sec2 .wrap .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec2 .wrap .item:not(:last-child) {
  margin-bottom: 69px;
}
.sec2 .wrap .item .img {
  width: 658px;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.sec2 .wrap .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.sec2 .wrap .item .img:hover img {
  transform: scale(1.1);
}
.sec2 .wrap .item .item_l {
  width: 682px;
}
.sec2 .wrap .item .item_l .h5 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  text-transform: capitalize;
  color: #1A1A1A;
}
.sec2 .wrap .item .item_l .p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  margin: 40px 0 0;
  color: #1A1A1A;
}

@media screen and (max-width: 1919px) {
  .common_banner .text {
    width: 72.9166666667vw;
  }
  .sec1 {
    padding: 7.0833333333vw 0px 0px;
  }
  .sec1 .wrap {
    border-radius: 1.0416666667vw;
    padding: 1.09375vw 1.25vw;
    gap: 5.1041666667vw;
  }
  .sec1 .wrap .img {
    width: 34.2708333333vw;
    height: 22.9166666667vw;
    border-radius: 1.0416666667vw;
  }
  .sec1 .wrap .r_box {
    width: 26.5625vw;
  }
  .sec1 .wrap .r_box .h2 {
    font-size: 2.1875vw;
    margin-bottom: 1.7708333333vw;
  }
  .sec1 .wrap .r_box .des {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
    margin-bottom: 2.6041666667vw;
  }
  .sec1 .wrap .r_box .tel_box {
    padding: 1.40625vw 1.6666666667vw 1.6666666667vw;
    gap: 1.0416666667vw;
  }
  .sec1 .wrap .r_box .tel_box .icon {
    width: 3.28125vw;
    height: 3.28125vw;
  }
  .sec1 .wrap .r_box .tel_box .icon img {
    width: 0.9895833333vw;
  }
  .sec1 .wrap .r_box .tel_box .tel_box_r .h5 {
    font-size: 0.8333333333vw;
  }
  .sec1 .wrap .r_box .tel_box .tel_box_r .p {
    font-size: 1.6666666667vw;
  }
  .sec2 {
    padding: 8.2291666667vw 0px 7.0833333333vw;
  }
  .sec2 .wrap .item:not(:last-child) {
    margin-bottom: 3.59375vw;
  }
  .sec2 .wrap .item .img {
    width: 34.2708333333vw;
    height: 22.9166666667vw;
    border-radius: 1.0416666667vw;
  }
  .sec2 .wrap .item .item_l {
    width: 35.5208333333vw;
  }
  .sec2 .wrap .item .item_l .h5 {
    font-size: 1.6666666667vw;
  }
  .sec2 .wrap .item .item_l .p {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
    margin: 2.0833333333vw 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .common_banner .text {
    width: 90%;
    padding: 0;
  }
  .common_banner .text .p {
    font-size: 15px;
    margin: 15px 0 0;
  }
  .common_banner .text .p br {
    display: none;
  }
  .sec1 {
    padding: 50px 0;
  }
  .sec1 .wrap {
    padding: 20px;
    border-radius: 10px;
    display: block;
  }
  .sec1 .wrap .img {
    width: 100%;
    height: 50vw;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .sec1 .wrap .r_box {
    width: 100%;
  }
  .sec1 .wrap .r_box .h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec1 .wrap .r_box .des {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .sec1 .wrap .r_box .tel_box {
    padding: 15px;
    border-radius: 8px;
    gap: 8px;
  }
  .sec1 .wrap .r_box .tel_box .tel_box_r .h5 {
    font-size: 14px;
  }
  .sec1 .wrap .r_box .tel_box .tel_box_r .p {
    font-size: 16px;
  }
  .sec1 .wrap .r_box .tel_box .icon {
    width: 32px;
    height: 32px;
  }
  .sec1 .wrap .r_box .tel_box .icon img {
    width: 15px;
  }
  .sec2 {
    padding: 10px 0 50px;
  }
  .sec2 .wrap .item {
    flex-direction: column-reverse !important;
  }
  .sec2 .wrap .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .sec2 .wrap .item .img {
    width: 100%;
    height: 55vw;
    border-radius: 10px;
  }
  .sec2 .wrap .item .item_l {
    width: 100%;
    margin: 20px 0 0;
  }
  .sec2 .wrap .item .item_l .h5 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .sec2 .wrap .item .item_l .p {
    font-size: 14px;
    line-height: 1.6;
  }
}

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