.home_product {
  position: relative;
  z-index: 2;
  padding: 9.6rem 0 16rem;
}
.home_product .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  opacity: 0.78;
  pointer-events: none;
  background-image: linear-gradient(to right, #95C9F4 0%, #F9FBFF 45%, #95C9F4 100%);
}
.home_product .bg::before,
.home_product .bg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  bottom: 40%;
  background-image: linear-gradient(to top, transparent 0%, #fff 80%, #fff 100%);
}
.home_product .bg::after {
  top: 60%;
  bottom: -1px;
  transform: rotate(180deg);
}
.home_product .head {
  max-width: 73.8rem;
}
.home_product .nav {
  margin-top: 3.2rem;
}
.home_product .nav ul {
  gap: 3rem 4%;
  display: flex;
  flex-wrap: wrap;
}
.home_product .nav li {
  flex: auto;
  gap: 2.4rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  cursor: pointer;
}
.home_product .nav li.active .name,
.home_product .nav li:hover .name {
  color: var(--primary);
}
.home_product .nav .img {
  width: 6rem;
}
.home_product .nav .name {
  color: #494949;
  font-weight: 500;
  font-size: 2.2rem;
  transition: all 0.3s;
}
.home_product .swiper_box {
  margin-top: 4.8rem;
}
.home_product .home_product_swiper {
  overflow: hidden;
  border-radius: 4.5rem;
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.6);
}
.home_product .home_product_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.680556% 7.777778% 2px 1.944444%;
}
.home_product .home_product_swiper .image {
  width: 65.254237%;
}
.home_product .home_product_swiper .info {
  width: 33.590139%;
  padding-bottom: 5.701079%;
}
.home_product .home_product_swiper .info .img_logo {
  width: 6.5rem;
}
.home_product .home_product_swiper .info h3 {
  font-weight: 500;
  font-size: 3.2rem;
  margin-top: 2.4rem;
}
.home_product .home_product_swiper .info p {
  color: var(--text);
  margin-top: 1.5rem;
}
.home_product .home_product_swiper .info .btn {
  margin-top: 4.8rem;
}
.home_blog {
  padding: 4.8rem 0 9.5rem;
}
.home_blog .swiper_box {
  margin-top: 1.5rem;
}
.home_blog .swiper_wrap {
  display: none;
}
.home_blog .swiper_wrap.active {
  display: block;
}
.home_blog .btn {
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  .home_product {
    padding: 50px 0;
  }
  .home_product .nav {
    margin-top: 30px;
  }
  .home_product .nav ul {
    gap: 20px;
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    padding: 0 20px 10px;
    margin: 0 -20px;
    overflow: auto;
  }
  .home_product .nav ul::-webkit-scrollbar {
    display: none;
  }
  .home_product .nav li {
    gap: 10px;
  }
  .home_product .nav .img {
    width: 40px;
  }
  .home_product .nav .name {
    font-size: 14px;
    white-space: nowrap;
  }
  .home_product .swiper_box {
    margin-top: 30px;
  }
  .home_product .home_product_swiper {
    border-radius: 15px;
  }
  .home_product .home_product_swiper .swiper-slide {
    padding: 20px;
  }
  .home_product .home_product_swiper .image {
    width: 50%;
  }
  .home_product .home_product_swiper .info {
    width: 45%;
    padding: 0;
  }
  .home_product .home_product_swiper .info .img_logo {
    width: 50px;
  }
  .home_product .home_product_swiper .info h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .home_product .home_product_swiper .info p {
    margin-top: 12px;
  }
  .home_product .home_product_swiper .info .btn {
    margin-top: 20px;
  }
  .home_blog {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .home_product .swiper_btns {
    display: none;
  }
  .home_product .home_product_swiper .swiper-slide {
    display: block;
  }
  .home_product .home_product_swiper .image {
    width: 100%;
  }
  .home_product .home_product_swiper .info {
    width: 100%;
    margin-top: 20px;
  }
  .home_blog .swiper_btns {
    display: none;
  }
}
