.product_box1 {
  padding-top: 5.2vw;
}

.product_item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_text {
  width: 42.5%;
}

.product_img {
  width: 48%;
  overflow: hidden;
}

.product_img img {
  width: 100%;
}

.product_img:hover img {
  transform: scale(1.05);
}

.product_text_title {
  line-height: 1;
  color: #000;
  font-family: 'Alibaba-PuHuiTi-Bold';
}

.product_text_summary {
  width: 100%;
  margin-top: 10px;
}

.product_text_summary p {
  display: block;
  color: #666;
}

.product_text_summary p:not(:last-child) {
  margin-bottom: 1.5vw;
}

.product_box1 ul {
  margin-top: 3.3vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product_box1 ul li {
  width: 48.7%;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.product_box1 ul li a {
  padding-left: 20px;
  position: relative;
  color: #333;
  line-height: 1.4;
  display: block;
}

.product_box1 ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yx_Color);
  position: absolute;
  left: 0;
  top: 7px;
}

.product_box1 ul li a:hover {
  color: var(--yx_Color);
}

.pro_list {
  margin-top: 7vw;
}

.pro_li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.pro_li:nth-child(2n) {
  flex-direction: row-reverse;
}

.pro_img {
  width: 50%;
  overflow: hidden;
}

.pro_img img {
  width: 100%;
}

.pro_img:hover img {
  transform: scale(1.05);
}

.pro_text {
  width: 50%;
  padding: 2vw;
}

.pro_text_title {
  color: #333;
  line-height: 1.2;
  font-weight: 600;
}

.pro_text_summary {
  color: #666;
  line-height: 1.6;
  margin-top: 12px;
}

.pro_link {
  width: 130px;
  line-height: 38px;
  display: block;
  margin-top: 2vw;
  background: var(--yx_Color);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  transition: 0.5s;
  border: 1px solid var(--yx_Color);
}

.pro_text_title:hover {
  color: var(--yx_Color);
}

.pro_link:hover {
  background: #fff;
  color: var(--yx_Color);
}

.pra_qt {
  margin-top: 4vw;
  margin-bottom: 5vw;
}

.pra_title {
  color: #333;
  line-height: 1.2;
  font-weight: 600;
}

.pra_qt_list {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pra_qt_li {
  width: 48.8%;
  overflow: hidden;
}

.pra_qt_img {
  width: 100%;
  max-height: 325px;
  overflow: hidden;
  height: 30vw;
  display: block;
}

.pra_qt_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pra_qt_img:hover img {
  transform: scale(1.05);
}

.pra_qt_title {
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 20px;
}

.pra_qt_summary {
  color: #666;
  line-height: 1.6;
  margin-top: 12px;
}

.pra_qt_link {
  width: 130px;
  line-height: 38px;
  display: block;
  margin-top: 2vw;
  background: var(--yx_Color);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  transition: 0.5s;
  border: 1px solid var(--yx_Color);
}

.pra_qt_title:hover {
  color: var(--yx_Color);
}

.pra_qt_link:hover {
  background: #fff;
  color: var(--yx_Color);
}

@media screen and (max-width: 768px) {
  .product_box1 {
    padding-top: 40px;
  }

  .product_text {
    width: 100%;
  }

  .product_img {
    margin-top: 25px;
    width: 100%;
  }

  .product_box1 ul li {
    width: 100%;
    padding: 15px 0;
  }

  .pro_img {
    width: 100%;
  }

  .pro_text {
    width: 100%;
    padding: 20px 0 0;
  }

  .pro_link {
    line-height: 32px;
    margin-top: 15px;
    font-size: 14px;
  }

  .pra_qt {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pra_qt_li{
    width: 100%;
    margin-bottom: 25px
  }

  .pra_qt_link{
    line-height: 32px;
    margin-top: 15px;
    font-size: 14px;
  }

  .pra_qt_img{
    height: 50vw;
  }
}
