.common_banner .text {
  text-align: left;
  left: 180px;
}

.section {
  padding: 142px 0 212px;
}
.section .wrap .item {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.section .wrap .item:not(:last-child) {
  margin-bottom: 80px;
}
.section .wrap .item .little_pro .little_pro_part {
  width: 170px;
  height: 126px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 2px solid rgba(34, 66, 154, 0.2);
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .wrap .item .little_pro .little_pro_part img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  transition: 2s;
}
.section .wrap .item .little_pro .little_pro_part:nth-child(1) {
  left: 663px;
  top: 259px;
}
.section .wrap .item .little_pro .little_pro_part:nth-child(2) {
  left: 850px;
  top: 114px;
}
.section .wrap .item .little_pro .little_pro_part:nth-child(3) {
  left: 1077px;
  top: 29px;
}
.section .wrap .item .little_pro .little_pro_part:hover img {
  transform: scale(1.1);
}
.section .wrap .item .img {
  width: 100%;
}
.section .wrap .item .img img {
  display: block;
  width: 100%;
}
.section .wrap .item .text_box {
  position: absolute;
  left: 126px;
  width: 431px;
}
.section .wrap .item .text_box .item_title {
  font-weight: 800;
  font-size: 32px;
  color: #22429A;
}
.section .wrap .item .text_box .item_text {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 32px;
  margin: 45px 0 72px;
}
.section .wrap .item .text_box .item_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 56px;
  border-radius: 27px;
  border: 1px solid #21419A;
  padding: 0 40px;
  font-weight: 400;
  font-size: 16px;
  color: #21419A;
  transition: 0.6s;
}
.section .wrap .item .text_box .item_more a:hover {
  background: #21419A;
  color: #FFFFFF;
}
.section .wrap .item:nth-child(2n) .text_box {
  left: 1044px;
}
.section .wrap .item:nth-child(2n) .little_pro .little_pro_part:nth-child(1) {
  left: 392px;
  top: 49px;
}
.section .wrap .item:nth-child(2n) .little_pro .little_pro_part:nth-child(2) {
  left: 634px;
  top: 104px;
}
.section .wrap .item:nth-child(2n) .little_pro .little_pro_part:nth-child(3) {
  left: 741px;
  top: 303px;
}
.section .wrap .item:nth-child(3) .little_pro .little_pro_part:nth-child(1) {
  left: 596px;
  top: 239px;
}
.section .wrap .item:nth-child(3) .little_pro .little_pro_part:nth-child(2) {
  left: 783px;
  top: 94px;
}
.section .wrap .item:nth-child(3) .little_pro .little_pro_part:nth-child(3) {
  left: 1010px;
  top: 9px;
}
.section .wrap .item:nth-child(4) .little_pro .little_pro_part:nth-child(1) {
  left: 317px;
  top: 52px;
}
.section .wrap .item:nth-child(4) .little_pro .little_pro_part:nth-child(2) {
  left: 550px;
  top: 115px;
}
.section .wrap .item:nth-child(4) .little_pro .little_pro_part:nth-child(3) {
  left: 763px;
  top: 232px;
}

@media screen and (max-width: 1919px) {
  .common_banner .text {
    left: 9.375vw;
  }
  .section {
    padding: 7.3958333333vw 0 11.0416666667vw;
  }
  .section .wrap .item {
    border-radius: 0.4166666667vw;
  }
  .section .wrap .item:not(:last-child) {
    margin-bottom: 4.1666666667vw;
  }
  .section .wrap .item .little_pro .little_pro_part {
    width: 8.8541666667vw;
    height: 6.5625vw;
    border-radius: 0.4166666667vw;
  }
  .section .wrap .item .little_pro .little_pro_part:nth-child(1) {
    left: 34.53125vw;
    top: 13.4895833333vw;
  }
  .section .wrap .item .little_pro .little_pro_part:nth-child(2) {
    left: 44.2708333333vw;
    top: 5.9375vw;
  }
  .section .wrap .item .little_pro .little_pro_part:nth-child(3) {
    left: 56.09375vw;
    top: 1.5104166667vw;
  }
  .section .wrap .item .text_box {
    left: 6.5625vw;
    width: 22.4479166667vw;
  }
  .section .wrap .item .text_box .item_title {
    font-size: 1.6666666667vw;
  }
  .section .wrap .item .text_box .item_text {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
    margin: 2.34375vw 0 3.75vw;
  }
  .section .wrap .item .text_box .item_more a {
    height: 2.9166666667vw;
    border-radius: 1.40625vw;
    padding: 0 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
  .section .wrap .item:nth-child(2n) .text_box {
    left: 54.375vw;
  }
  .section .wrap .item:nth-child(2n) .little_pro .little_pro_part:nth-child(1) {
    left: 20.4166666667vw;
    top: 2.5520833333vw;
  }
  .section .wrap .item:nth-child(2n) .little_pro .little_pro_part:nth-child(2) {
    left: 33.0208333333vw;
    top: 5.4166666667vw;
  }
  .section .wrap .item:nth-child(2n) .little_pro .little_pro_part:nth-child(3) {
    left: 38.59375vw;
    top: 15.78125vw;
  }
  .section .wrap .item:nth-child(3) .little_pro .little_pro_part:nth-child(1) {
    left: 31.0416666667vw;
    top: 12.4479166667vw;
  }
  .section .wrap .item:nth-child(3) .little_pro .little_pro_part:nth-child(2) {
    left: 40.78125vw;
    top: 4.8958333333vw;
  }
  .section .wrap .item:nth-child(3) .little_pro .little_pro_part:nth-child(3) {
    left: 52.6041666667vw;
    top: 0.46875vw;
  }
  .section .wrap .item:nth-child(4) .little_pro .little_pro_part:nth-child(1) {
    left: 16.5104166667vw;
    top: 2.7083333333vw;
  }
  .section .wrap .item:nth-child(4) .little_pro .little_pro_part:nth-child(2) {
    left: 28.6458333333vw;
    top: 5.9895833333vw;
  }
  .section .wrap .item:nth-child(4) .little_pro .little_pro_part:nth-child(3) {
    left: 39.7395833333vw;
    top: 12.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .common_banner .text {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
  }
  .section {
    padding: 40px 0 60px;
  }
  .section .wrap .item {
    display: block;
    border-radius: 6px;
    overflow: hidden;
  }
  .section .wrap .item:not(:last-child) {
    margin-bottom: 50px;
  }
  .section .wrap .item:nth-child(2n-1) .img img {
    position: relative;
    left: -70%;
  }
  .section .wrap .item .img img {
    max-width: unset;
    width: 170%;
  }
  .section .wrap .item .little_pro {
    display: flex;
    justify-content: space-between;
    position: unset;
    margin: 20px 0;
  }
  .section .wrap .item .little_pro .little_pro_part {
    position: unset;
    width: 28%;
    height: 20vw;
    border-radius: 4px;
  }
  .section .wrap .item .text_box {
    position: unset;
    width: 100%;
  }
  .section .wrap .item .text_box .item_title {
    font-size: 20px;
  }
  .section .wrap .item .text_box .item_text {
    font-size: 16px;
    line-height: 1.8;
    margin: 15px 0 30px;
  }
  .section .wrap .item .text_box .item_more a {
    font-size: 16px;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
  }
}

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