.home_products {
  padding: 11.2rem 0 9.9rem;
}
.home_products strong {
  padding: 0 2.2rem;
}
.home_products p {
  max-width: 40.1rem;
  margin-bottom: 1px;
  hyphens: auto;
}
.home_products h2 {
  max-width: 47.6rem;
  letter-spacing: 4px;
}
.home_products .main {
  margin-top: 4.4rem;
}
.home_products .main .nav {
  flex: 1;
  max-width: 38.1rem;
  margin-left: -2.2rem;
  padding-bottom: 0.5rem;
}
.home_products .main .rt {
  width: 70.55556%;
}
.home_products .nav_list li + li {
  margin-top: 2.4rem;
}
.home_products .nav_list .nav_item {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  font-size: 2.8rem;
  color: #c6c6c6;
  padding-left: 2.2rem;
  letter-spacing: 1.1px;
}
.home_products .nav_list .nav_item::before {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 0;
  top: 1.6rem;
  content: '';
  border-radius: 50%;
  background-color: var(--secondary);
  transition: all 0.3s, transform 0.4s;
  opacity: 0;
  transform: translateX(-100%);
}
.home_products .nav_list .nav_item.active,
.home_products .nav_list .nav_item:hover {
  color: var(--secondary);
}
.home_products .nav_list .nav_item.active::before,
.home_products .nav_list .nav_item:hover::before {
  opacity: 1;
  transform: translateX(100%);
}
.home_products .home_products_swiper {
  overflow: hidden;
}
.home_products .home_products_swiper .flex {
  height: 100%;
}
.home_products .home_products_swiper .img {
  width: 54.134%;
  --h: 100%;
}
.home_products .home_products_swiper .img:hover img {
  transform: scale(1.02);
}
.home_products .home_products_swiper .info {
  flex: 1;
  max-width: 39rem;
  padding-bottom: 0.7%;
}
.home_products .home_products_swiper .info .desc {
  font-size: 2rem;
  line-height: 3.2rem;
  hyphens: auto;
  letter-spacing: 0.53px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_products .home_products_swiper .info .btn {
  margin-top: 5.4rem;
}
.home_applications {
  padding: 14.2rem 0 5.7rem;
  overflow: hidden;
}
.home_applications strong {
  margin-bottom: 1.7rem;
}
.home_applications h2 {
  max-width: 73.9rem;
  letter-spacing: 3.5px;
}
.home_applications p {
  max-width: 50.7rem;
  hyphens: auto;
  margin-bottom: 0.4rem;
}
.home_applications .home_applications_swiper {
  margin-top: 5.7rem;
}
.home_applications .home_applications_swiper .swiper-slide {
  max-width: 42.6rem;
}
.home_applications .home_applications_swiper .active .item::after {
  opacity: 1;
}
.home_applications .home_applications_swiper .active .icon {
  opacity: 0;
  transform: translateY(-100%);
}
.home_applications .home_applications_swiper .active .info {
  transform: translateY(0);
  color: var(--title);
}
.home_applications .home_applications_swiper .active .info h3 {
  font-size: 2.9rem;
  font-weight: 600;
}
.home_applications .home_applications_swiper .active .info p {
  opacity: 1;
}
.home_applications .home_applications_swiper .active .img {
  opacity: 0;
}
.home_applications .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border-radius: 2.9rem;
  overflow: hidden;
  background-color: var(--bg);
  padding: 6.5rem 7.512% 3rem 10.1%;
}
.home_applications .item:hover .img img {
  transform: scale(1.05);
}
.home_applications .item::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2.9rem;
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  content: '';
  pointer-events: none;
}
.home_applications .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.home_applications .item .img::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 38.685%;
  background-image: linear-gradient(to top, #000, transparent);
  pointer-events: none;
}
.home_applications .item .icon {
  position: absolute;
  transition: all 0.3s, transform 0.5s;
  width: 10.1rem;
  height: 10.1rem;
  border-radius: 1.7rem;
  background-color: #fff;
  z-index: 2;
  top: 4.8rem;
}
.home_applications .item .info {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: all 0.3s, transform 0.5s;
  gap: 1.8rem;
  transform: translateY(33.3rem);
}
.home_applications .item .info h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 700;
  transition: font-size 0.3s, font-weight 0.3s;
  max-width: 28rem;
}
.home_applications .item .info p {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-top: 2.6rem;
  hyphens: auto;
  letter-spacing: 0.53px;
  opacity: 0;
  transition: opacity 0.3s;
}
.home_applications .item .info .btn_circle {
  margin-top: auto;
  margin-left: auto;
}
.home_applications .swiper_con {
  margin-top: 3.8rem;
}
.page_blog .blog_list .info {
  margin-top: 3.5rem;
}
.page_blog .blog_list h3 {
  font-size: 2.8rem;
  margin-top: 0.9rem;
}
.about_certifications .swiper-slide .img a{
  display: block;
  width: 100%;
  height: 100%;
}
.about_certifications .swiper-slide .infos strong{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home_banner .nums ul{
    display: none !important;
  }
  .home_products {
    padding: 50px 0;
  }
  .home_products p {
    margin-bottom: 0;
  }
  .home_products .main {
    margin-top: 30px;
  }
  .home_products .main .nav {
    width: 100%;
    max-width: unset;
    margin-left: 0;
    padding-bottom: 0;
  }
  .home_products .nav_list li + li {
    margin-top: 10px;
  }
  .home_products .nav_list .nav_item {
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: unset;
  }
  .home_products .nav_list .nav_item::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .home_products .home_products_swiper .info {
    max-width: unset;
    width: 100%;
    padding: 0;
  }
  .home_products .home_products_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .home_products .home_products_swiper .info .btn {
    margin-top: 20px;
  }
  .home_applications {
    padding: 50px 0;
  }
  .home_applications p {
    margin-bottom: 0;
  }
  .home_applications .home_applications_swiper {
    margin-top: 30px;
  }
  .home_applications .home_applications_swiper .swiper-slide {
    max-width: 313px;
  }
  .home_applications .home_applications_swiper .item {
    padding: 20px;
    border-radius: 10px;
  }
  .home_applications .home_applications_swiper .item::after {
    border-radius: 10px;
  }
  .home_applications .home_applications_swiper .item .img {
    opacity: 1;
  }
  .home_applications .home_applications_swiper .item .img::after {
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  .home_applications .home_applications_swiper .item .icon {
    width: 50px;
    height: 50px;
    position: static;
    border-radius: 10px;
    transform: translateY(0);
    opacity: 1;
  }
  .home_applications .home_applications_swiper .item .info {
    gap: 20px;
    transform: translateY(0);
    color: #fff;
    margin-top: 20px;
  }
  .home_applications .home_applications_swiper .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
  }
  .home_applications .home_applications_swiper .item .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
    opacity: 1;
  }
  .home_applications .swiper_con {
    margin-top: 30px;
  }
  .page_blog .blog_list .info {
    margin-top: 16px;
  }
  .page_blog .blog_list h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .home_products .main .rt {
    width: 100%;
  }
  .home_products .home_products_swiper .img {
    width: 100%;
  }
  .home_products .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    display: flex;
    gap: 20px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .home_products .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_products .nav_list li + li {
    margin-top: 0;
  }
  .home_products .nav_list .nav_item {
    padding: 0;
  }
  .home_products .nav_list .nav_item::before {
    display: none;
  }
  .home_applications .home_applications_swiper .swiper-slide {
    max-width: 277px;
  }
}
