.home_products {
  padding: 6.3rem 0 13.8rem;
}
.home_products h2 {
  max-width: 48.7rem;
}
.home_products .inner {
  width: calc(100% - 4rem);
  max-width: 180.1rem;
  margin: 3.4rem auto 0;
}
.home_products .btn_line {
  margin-bottom: 2px;
}
.home_products .home_products_swiper {
  overflow: hidden;
}
.home_products .swiper_box {
  margin-bottom: 3.5rem;
}
.home_products .swiper_box:last-child {
  margin-bottom: 0;
}
.home_products .swiper_btns_circle .swiper-button-disabled {
  opacity: 0;
}
.home_news {
  overflow: hidden;
  padding: 6.6rem 0 4.3rem;
}
.home_news .btn_line {
  font-size: 1.8rem;
  padding: 1.75rem 4.25rem;
  margin-top: 0.7rem;
}
.home_news .main {
  margin-top: 3.9rem;
}
.home_news .metas {
  font-size: 1.4rem;
  color: #3f3f3f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.home_news .metas .cat {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
  line-height: 3.1rem;
  border-radius: 100px;
  background-color: rgba(108, 152, 205, 0.28);
  padding: 0 2rem;
}
.home_news .left {
  width: 69.9305556%;
}
.home_news .left a {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.home_news .left a:hover img {
  transform: scale(1.02);
}
.home_news .left a:hover .info span {
  text-decoration-color: transparent;
}
.home_news .left .img {
  border-radius: 2.2rem;
  width: 67.83%;
  padding-bottom: 50.1%;
}
.home_news .left .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  max-width: 27.1rem;
}
.home_news .left .info h3 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-top: 2.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_news .left .info p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #3d3d3d;
  margin-top: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_news .left .info span {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--theme_color);
  text-decoration: underline;
  display: block;
  margin-top: 6.2rem;
  transition: all 0.3s;
  text-transform: uppercase;
}
.home_news .right {
  width: 27.08333%;
  display: flex;
  flex-direction: column;
}
.home_news .home_news_swiper {
  margin-bottom: 2rem;
}
.home_news .home_news_swiper .swiper-slide {
  opacity: 0;
  transition: transform 0.8s, opacity 0.5s;
  transition: all 0.6s;
  transform: translateX(100%) scale3d(0.3, 0.3, 0.3);
}
.home_news .home_news_swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.home_news .home_news_swiper .swiper-slide-active ~ .swiper-slide {
  opacity: 1;
  transform: scale(1);
}
.home_news .home_news_swiper a {
  display: block;
  height: 100%;
}
.home_news .home_news_swiper a:hover img {
  transform: scale(1.02);
}
.home_news .home_news_swiper .img {
  width: 100%;
  border-radius: 2.2rem;
  padding-bottom: 76.66667%;
}
.home_news .home_news_swiper .info {
  margin-top: 1.6rem;
}
.home_news .home_news_swiper h3 {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000000;
  font-weight: 500;
  margin-top: 1.5rem;
}
.home_news .swiper_con {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.home_news .swiper_con .pagination {
  font-size: 2rem;
  color: #424242;
}
.home_news .swiper_con .pagination .current {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--title_color);
  margin-right: -0.3rem;
}
.home_news .swiper_con .pagination .total::before {
  content: '/';
}
