﻿.list_products {
  /* overflow: hidden; */
  margin-top: 4.3%; position: relative;
}
.list_products::after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.list_products .pro_right > .title {
  font-weight: 400;
  font-size: 48px;
  color: #000000;
}
.list_products .pro_right > .desc {
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin: 24px 0 70px;
}
.list_products .pro_right .com_product_list .swiper-wrapper .swiper-slide {
  flex: 0 0 calc(29.8%);
}
.list_products .pro_right .com_product_list .swiper-wrapper .swiper-slide:nth-child(-n + 4) {
  margin-top: 5.2%;
}
.list_products .pro_right .com_product_list .swiper-wrapper .swiper-slide:nth-child(4n + 4) {
  margin-right: 5.2%;
}
.list_products .pro_right .com_product_list .swiper-wrapper .swiper-slide:nth-child(-n + 3) {
  margin-top: 0;
}
.list_products .pro_right .com_product_list .swiper-wrapper .swiper-slide:nth-child(3n + 3) {
  margin-right: 0;
}
.list_products .pro_right .pages {
  margin: 46px 0 0;
}
.buy_from_us {
  padding-top: 74px;
}
.buy_from_us > .title {
  font-weight: 400;
  font-size: 48px;
  color: #000000;
}
.buy_from_us > .desc {
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin: 30px 0 16px;
}
.buy_from_us > ul {
  display: flex;
  flex-wrap: wrap;
}
.buy_from_us > ul li {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  margin-top: 48px;
}
.buy_from_us > ul li .img {
  width: 70px;
  height: 70px;
  padding: 0;
  margin-right: 17px;
  flex-shrink: 0;
}
@media screen and (max-width: 1520px) {
  .list_products .pro_right > .desc {
    margin: 12px 0 30px;
  }
  .list_products .pro_right .com_product_list .swiper-wrapper .swiper-slide {
    margin-right: 0;
    flex: 0 0 calc(50%);
    margin-top: 0 !important;
  }
  .list_products .pro_right .com_product_list .swiper-wrapper .swiper-slide:nth-child(4n + 4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .layout_ {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 950px) {
  .com_aside_left {
    display: none;
  }
  .pro_right {
    width: 100%;
  }
  .list_products .pro_right > .title {
    font-size: 30px;
  }
  .list_products .pro_right .pages {
    margin: 0;
  }
  .buy_from_us {
    padding-top: 5%;
  }
  .buy_from_us > .title {
    font-size: 24px;
  }
  .buy_from_us > ul li {
    flex: 0 0 50%;
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .list_products .pro_right .com_product_list .swiper-wrapper .swiper-slide {
    flex: 0 0 100%;
  }
  .buy_from_us > ul li {
    flex: 0 0 100%;
    margin-top: 18px;
  }
}
