.home_products {
  padding: 16.3rem 0 9.2rem;
}
.home_banner .flex{
  max-height: 60rem !important;
}
.home_products .head {
  max-width: 80.4rem;
  margin: 0 auto;
}
.home_products .list {
  margin-top: 4.6rem;
}
.home_products .list ul {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home_products .col2 {
  grid-column: span 2;
}
.home_products .col2:first-child .info p {
  margin-top: 3.9rem;
}
.home_products .col2 .item {
  flex-direction: row;
  padding-bottom: 0;
}
.home_products .col2 .img {
  width: 80%;
  margin: -5% -20% -5% -15%;
}
.home_products .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  outline-color: #000;
  background-color: #f4f5f7;
  padding-bottom: 1.6rem;
  overflow: hidden;
}
.home_products .item:hover img {
  transform: scale(1.03);
}
.home_products .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3.8rem 3.6rem 2.6rem;
}
.home_products .item .info h3 {
  font-weight: 600;
  font-size: 2.4rem;
}
.home_products .item .info p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 1.5rem;
  margin-bottom: auto;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_products .item .info .btn_box {
  margin-top: 4rem;
}
.home_products .item .img {
  --h: 68%;
}
.home_products .btn {
  margin-top: 4.8rem;
}
.home_news {
  padding: 16.3rem 0 14.6rem;
}
.home_news .swiper_box {
  margin-top: 3rem;
}
.home_news .btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .home_products {
    padding: 50px 0;
  }
  .home_products .list {
    margin-top: 30px;
  }
  .home_products .list ul {
    gap: 12px;
  }
  .home_products .col2:first-child .info p {
    margin-top: 10px;
  }
  .home_products .item .info {
    padding: 15px;
  }
  .home_products .item .info h3 {
    font-size: 18px;
  }
  .home_products .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_products .item .info .btn_box {
    margin-top: 20px;
  }
  .home_products .btn {
    margin-top: 30px;
  }
  .home_news {
    padding: 50px 0;
  }
  .home_news .swiper_box {
    margin-top: 20px;
  }
  .home_news .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home_products .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_news .swiper_btns {
    display: none;
  }
}
