.home_product {
  padding: 3rem 0;
}
.home_product .head {
  text-align: center;
}
.home_product .head ul {
  padding-top: 2.1875rem;
  justify-content: center;
  gap: 2.1875rem;
}
.home_product .head ul li {
  color: #666;
  font-size: 1.125rem;
  padding-bottom: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}
.home_product .head ul li:hover,
.home_product .head ul li.active {
  border-color: var(--theme_color);
  color: var(--title_color);
}
.home_product .home_product_swiper_box {
  margin: 2.5rem 0 0;
  position: relative;
}
.home_product .home_product_swiper {
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.625rem;
}
.home_product .home_product_swiper .swiper-slide {
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_product .home_product_swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.home_product .home_product_swiper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}
.home_product .home_product_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.home_product .home_product_swiper .swiper-slide .info {
  padding: 0 1rem;
}
.home_product .home_product_swiper .swiper-slide span {
  font-size: 0.9375rem;
  color: var(--theme_color);
}
.home_product .home_product_swiper .swiper-slide h3 {
  color: var(--title_color);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.5rem 0 1rem;
}
.home_product .home_product_swiper .swiper-slide p {
  color: var(--title_color);
  font-size: 0.9375rem;
  line-height: 1.5rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_product .home_product_swiper .swiper-slide strong {
  font-weight: 500;
  display: block;
  width: 100%;
  height: 2.875rem;
  line-height: 2.75rem;
  border: 1px solid var(--theme_color);
  background-color: var(--theme_color);
  transition: all 0.3s;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.home_product .home_product_swiper .swiper-slide strong:hover {
  background-color: transparent;
  color: var(--theme_color);
}
.home_about {
  padding-top: 7.8125rem;
  overflow: hidden;
}
.home_about .head {
  text-align: center;
}
.home_about .head h2 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 9.0625rem;
}
.home_about .head h2::after {
  content: "";
  display: block;
  width: 2px;
  height: 6.25rem;
  background-color: #979797;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.home_about .main {
  padding-top: 48.875rem;
  position: relative;
}
.home_about .main .video {
  width: calc(100% + 21.75rem);
  height: 43.25rem;
  position: absolute;
  top: 5.625rem;
  right: 0;
}
.home_about .main .video video,
.home_about .main .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_about .main .bg {
  width: 98rem;
  height: 23.1875rem;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home_about .main .nums {
  height: 14.375rem;
}
.home_about .main .nums ul {
  height: 100%;
}
.home_about .main .nums ul li {
  flex: 1;
  text-align: center;
}
.home_about .main .nums ul li span {
  font-size: 3.25rem;
  font-weight: 600;
  color: #fff;
}
.home_about .main .nums ul li p {
  padding-top: 0.75rem;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 300;
  opacity: 0.7;
}
/* .home_blog {
  padding-top: 9.375rem;
} */
.home_blog .head ul {
  display: flex;
  gap: 2.1875rem;
}
.home_blog .head ul li {
  transition: all 0.3s;
  cursor: pointer;
  white-space: nowrap;
  color: #666;
  font-size: 1.125rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid transparent;
}
.home_blog .head ul li.active,
.home_blog .head ul li:hover {
  color: var(--title_color);
  border-color: var(--theme_color);
}
.home_blog .home_blog_swiper_box {
  margin: 2.5rem 0;
  position: relative;
}
.home_blog .home_blog_swiper {
  max-width: 77.5rem;
  padding: 0.625rem;
  margin: 0 auto;
  overflow: hidden;
}
.home_blog .home_blog_swiper .swiper-slide {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_blog .home_blog_swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.home_blog .home_blog_swiper .swiper-slide .img {
  height: 15.625rem;
  overflow: hidden;
  position: relative;
}
.home_blog .home_blog_swiper .swiper-slide .img span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background-color: var(--theme_color);
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.4063rem 0.7344rem;
  z-index: 2;
}
.home_blog .home_blog_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home_blog .home_blog_swiper .swiper-slide .info {
  padding: 1.875rem 1.625rem 2.1875rem;
}
.home_blog .home_blog_swiper .swiper-slide .info span {
  font-weight: 500;
  color: var(--theme_color);
}
.home_blog .home_blog_swiper .swiper-slide .info h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #25292d;
  margin: 1.125rem 0 0.9375rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .home_blog_swiper .swiper-slide .info p {
  min-height: 4.5rem;
  color: #828282;
  line-height: 1.5rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .home_blog_swiper .swiper-slide .info strong {
  margin-top: 1.5625rem;
  display: block;
  font-weight: 500;
  width: 10.25rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  background-color: #e9eaec;
  color: #25292d;
  border-radius: 4px;
  transition: all 0.3s;
}
.home_blog .home_blog_swiper .swiper-slide .info strong:hover {
  background-color: var(--theme_color);
  color: #fff;
}
