.home_banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #091b3f;
  max-width: 256rem;
  margin: 0 auto;
}
.home_banner .home_banner_swiper {
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide {
  position: relative;
}
.home_banner .home_banner_swiper .swiper-slide .head .subtitle,
.home_banner .home_banner_swiper .swiper-slide .head .title,
.home_banner .home_banner_swiper .swiper-slide .head .tags,
.home_banner .home_banner_swiper .swiper-slide .head .desc,
.home_banner .home_banner_swiper .swiper-slide .head .more {
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s 0.5s;
}
.home_banner .home_banner_swiper .swiper-slide .head .title {
  transition: all 0.5s 0.6s;
}
.home_banner .home_banner_swiper .swiper-slide .head .tags,
.home_banner .home_banner_swiper .swiper-slide .head .desc {
  transition: all 0.5s 0.7s;
}
.home_banner .home_banner_swiper .swiper-slide .head .more {
  transition: all 0.5s 0.8s;
}
.home_banner .home_banner_swiper .swiper-slide::after {
  position: absolute;
  width: 100%;
  height: 27.42%;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #091b3e 11%, transparent);
  pointer-events: none;
  z-index: -1;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .subtitle,
.home_banner .home_banner_swiper .swiper-slide-active .head .title,
.home_banner .home_banner_swiper .swiper-slide-active .head .tags,
.home_banner .home_banner_swiper .swiper-slide-active .head .desc,
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.8s 0.7s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .title {
  transition: all 0.8s 0.8s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .tags,
.home_banner .home_banner_swiper .swiper-slide-active .head .desc {
  transition: all 0.8s 0.9s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  transition: all 0.8s 1s;
}
.home_banner .home_banner_swiper .flex {
  height: 100vh;
  max-height: 91.9rem;
  padding: 12rem 0;
}
.home_banner .head {
  flex: 1;
  width: 100%;
  max-width: 52rem;
  padding-bottom: 4.3%;
}
.home_banner .head .subtitle {
  margin-bottom: 1.9rem;
}
.home_banner .head .title {
  font-size: 5.8rem;
  line-height: 1.0862069;
  font-weight: 700;
}
.home_banner .head .tags {
  color: var(--primary);
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2.3rem;
}
.home_banner .head .tags span::before {
  content: ' | ';
  margin: 0 0.5rem;
}
.home_banner .head .tags span:first-child::before {
  display: none;
}
.home_banner .head .desc {
  max-width: 45.2rem;
  margin-top: 1.9rem;
}
.home_banner .head .btn {
  margin-top: 2.9rem;
}
.home_banner .swiper_con {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  top: calc(var(--t) - 2px);
}
.home_banner .swiper_con .content {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.home_banner .swiper_con .swiper-pagination,
.home_banner .swiper_con .pagination {
  pointer-events: all;
}
.home_banner .swiper_con .pagination {
  color: #586378;
}
.home_banner .swiper_con .pagination .current {
  color: #fff;
  font-weight: 600;
  margin-right: 0.4rem;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets {
  position: static;
  display: flex;
  width: auto;
  gap: 1.4rem;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  background: transparent;
  opacity: 1;
  margin: 0;
  transition: all 0.4s, opacity 0.3s;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(0.17647059);
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet svg circle {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke: #596378;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet svg .progress {
  stroke: #fff;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 99.3;
  stroke-dashoffset: 99.3;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background-color: #586378;
  transform: scale(0.17647059);
  transition: all 0.3s;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active svg {
  transform: scale(1);
  opacity: 1;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active svg .progress {
  animation: progressRun 5s linear forwards 0.3s;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  background-color: #fff;
}
@keyframes progressRun {
  from {
    stroke-dashoffset: 99.3;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.home_banner .scroll_tip {
  position: absolute;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.56);
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  z-index: 2;
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.home_banner .scroll_tip::before {
  display: block;
  content: '';
  width: 3.3rem;
  height: 3.3rem;
  background: url("../img/icon-scroll.svg") no-repeat center / contain;
  margin: 0 auto 1rem;
  animation: shakeUp 1s infinite alternate;
}
@keyframes shakeUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30%);
  }
}
.home_products {
  background-color: var(--bg);
  padding: 12.3rem 0 8.3rem;
}
.home_products .head {
  max-width: 75.2rem;
  margin: 0 auto;
}
.home_products .main {
  margin-top: 5rem;
}
.home_products .main .lt {
  width: 71.66666667%;
}
.home_products .main .rt {
  width: 24.51388889%;
  padding-bottom: 4.3%;
}
.home_products .home_products_swiper {
  overflow: hidden;
}
.home_products .home_products_swiper .flex {
  height: 100%;
}
.home_products .home_products_swiper .img {
  width: 62.98449612%;
  --h: 74%;
}
.home_products .home_products_swiper .img:hover img {
  transform: scale(1.02);
}
.home_products .home_products_swiper .img::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 74%;
  padding-bottom: 74%;
  background: url("../img/home-products-line.svg") no-repeat center / contain;
  animation: rotateC 8s linear infinite;
}
@keyframes rotateC {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.home_products .home_products_swiper .info {
  flex: 1;
  width: 100%;
  max-width: 34.5rem;
  padding-bottom: 2.5%;
}
.home_products .home_products_swiper .info .title {
  font-size: 4rem;
  line-height: 1.325;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_products .home_products_swiper .info .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: rgba(73, 73, 73, 0.85);
  margin-top: 2.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_products .home_products_swiper .info .btn_line {
  margin-top: 3.7rem;
}
.home_products .swiper_btns {
  width: 60.4%;
  justify-content: center;
  margin-top: 3.1rem;
  margin-left: auto;
}
.home_products .nav li + li {
  margin-top: 2.2rem;
}
.home_products .nav .nav_item {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 500;
  color: #191919;
  opacity: 0.4;
  padding-left: 2.6rem;
}
.home_products .nav .nav_item.active,
.home_products .nav .nav_item:hover {
  opacity: 1;
}
.home_products .nav .nav_item.active::before,
.home_products .nav .nav_item:hover::before {
  transform: translateX(0);
  opacity: 1;
}
.home_products .nav .nav_item::before {
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 1.4rem;
  height: 0.7rem;
  content: '';
  background-color: var(--primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.home_products .home_products_image_swiper {
  overflow: hidden;
  margin-top: 3.6rem;
  border-radius: 1.4rem;
}
.home_products .home_products_image_swiper .img {
  padding-bottom: 53.25779037%;
}
.home_products .home_products_image_swiper .img:hover img {
  transform: scale(1.02);
}
.home_about {
  overflow: hidden;
  padding: 14rem 0 9.8rem;
}
.home_about .logo {
  position: absolute;
  right: -15.9027778%;
  top: -12.63424%;
  opacity: 0.2;
  width: 37.98611111%;
  height: auto;
  z-index: -1;
}
.home_about .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_about .head {
  max-width: 63.2rem;
}
.home_about .flex {
  margin-top: 5.5rem;
}
.home_about .img {
  width: 67.56944444%;
  margin-left: -16.66666667%;
  --h: 56.73175745%;
  border-radius: 0 1.7rem 1.7rem 0;
}
.home_about .img:hover img {
  transform: scale(1.02);
}
.home_about .img + .intro {
  max-width: 60.5rem;
}
.home_about .intro {
  flex: 1;
  width: 100%;
  padding-top: 1px;
}
.home_about .intro .desc {
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: var(--text);
  max-width: 60rem;
}
.home_about .intro .desc p + p {
  margin-top: 2.9rem;
}
.home_about .intro .btn_line {
  margin-top: 3.1rem;
}
.home_about .intro .ad_lis {
  margin-top: 6.7rem;
}
.home_about .intro .ad_lis ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-right: -12.2%;
}
.home_about .intro .ad_lis .icon {
  width: 4.2rem;
  height: 4.2rem;
}
.home_about .intro .ad_lis .info {
  margin-top: 2.4rem;
}
.home_about .intro .ad_lis .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #141414;
}
.home_about .intro .ad_lis .info p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #5a6577;
  max-width: 28.8rem;
  margin-top: 0.7rem;
}
.home_applications {
  overflow: hidden;
  padding: 13.9rem 0 6rem;
}
.home_applications .head {
  gap: 0 3rem;
}
.home_applications .head .subtitle {
  width: 100%;
}
.home_applications .head h2 {
  max-width: 35rem;
}
.home_applications .head p {
  hyphens: auto;
  max-width: 60.3rem;
}
.home_applications p {
  margin-top: 1.6rem;
}
.home_applications .home_applications_swiper {
  margin-top: 4.1rem;
}
.home_applications .home_applications_swiper .swiper-slide {
  max-width: 39.9rem;
}
.home_applications .home_applications_swiper .active .img {
  opacity: 0;
  transition: all 0.3s 0.3s;
}
.home_applications .home_applications_swiper .active .info {
  background-color: var(--bg);
  color: var(--title);
}
.home_applications .home_applications_swiper .active .info .desc,
.home_applications .home_applications_swiper .active .info .link_more {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.home_applications .item {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.home_applications .item:hover img {
  transform: scale(1.02);
}
.home_applications .item .img {
  padding-bottom: 129.8245614%;
  transition: all 0.3s;
}
.home_applications .item .img::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37.331%;
  background-image: linear-gradient(to top, var(--secondary), transparent);
  transition: all 0.3s;
  z-index: 2;
  pointer-events: none;
  content: '';
}
.home_applications .item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  padding: 11.5288221% 7.518797% 8.0200501%;
}
.home_applications .item .info .desc {
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: var(--text);
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  opacity: 0;
  transform: translateY(1rem);
}
.home_applications .item .info .link_more {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--primary);
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 2.8rem;
  margin-bottom: auto;
  opacity: 0;
  transform: translateY(1rem);
}
.home_applications .item .info .link_more:hover {
  border-bottom-color: var(--primary);
}
.home_applications .item .info .title {
  font-size: 2.6rem;
  line-height: 1.26923077;
  font-weight: 600;
  max-width: 30rem;
  margin-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_applications .swiper_btns {
  justify-content: center;
  margin-top: 4rem;
}
.home_advantages {
  background-color: var(--bg);
  padding: 11.8rem 0 11.8rem;
}
.home_advantages .main {
  position: relative;
  margin-top: 8.2rem;
}
.home_advantages .image {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  content: '';
  width: 32.29166667%;
  --bw: 0.4rem;
}
.home_advantages .image::before,
.home_advantages .image::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 126.66666667%;
  padding-bottom: 126.66666667%;
  border-radius: 50%;
  border: var(--bw) solid #628ac4;
  opacity: 0.07;
  animation: scaleC 2s linear infinite;
}
.home_advantages .image::after {
  opacity: 0.21;
  animation-delay: 1s;
}
@keyframes scaleC {
  0% {
    transform: translate(-50%, -50%) scale(0.77889447);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
.home_advantages .home_advantages_swiper {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.home_advantages .home_advantages_swiper::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to bottom, var(--secondary), transparent 27.7%, transparent 78.5%, var(--secondary));
}
.home_advantages .home_advantages_swiper .img {
  padding-bottom: 100%;
}
.home_advantages .home_advantages_swiper .img:hover img {
  transform: scale(1.02);
}
.home_advantages .items ul {
  display: grid;
  grid-template-columns: repeat(2, 31.25%);
  justify-content: space-between;
  gap: 3.6rem 0;
}
.home_advantages .items .active .item {
  box-shadow: 0 1.5rem 1.5rem rgba(146, 161, 183, 0.55);
}
.home_advantages .items .active .item::after {
  opacity: 1;
}
.home_advantages .items li:nth-child(4n+1) .info,
.home_advantages .items li:nth-child(4n+2) .info {
  margin-top: 3.6rem;
}
.home_advantages .item {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e1e5eb;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: all 0.3s;
  --radius: 1.7rem;
  min-height: 25.2rem;
  padding: 6.2222222% 6.8888889% 6.4444444% 7.3333333%;
}
.home_advantages .item::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--radius);
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.home_advantages .item .wrap {
  display: grid;
  grid-template-columns: 1fr 3.8rem;
  align-items: start;
  gap: 1rem;
}
.home_advantages .item .order {
  font-size: 2.8rem;
  font-weight: 600;
}
.home_advantages .item .icon {
  padding-bottom: 100%;
  margin-top: 1px;
}
.home_advantages .item .info {
  margin-top: 2rem;
}
.home_advantages .item .info h3 {
  font-size: 2.4rem;
  line-height: 1.16666667;
  font-weight: 600;
  max-width: 28rem;
}
.home_advantages .item .info p {
  line-height: 2.6rem;
  color: #6f7375;
  max-width: 37rem;
  margin-top: 1.9rem;
}
.home_showroom {
  padding: 13rem 0 7.3rem;
  overflow: hidden;
}
.home_showroom .text {
  padding-bottom: 0.3rem;
}
.home_showroom .text .subtitle {
  margin-bottom: 1.8rem;
}
.home_showroom .btn_line {
  gap: 1.9rem;
}
.home_showroom .swiper_box {
  margin-top: 5rem;
}
.home_showroom .home_showroom_swiper .swiper-slide-active .desc {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s 0.4s;
}
.home_showroom .home_showroom_swiper .swiper-slide-active .img {
  right: 0;
}
.home_showroom .home_showroom_swiper .swiper-slide-active ~ .swiper-slide .img {
  right: 38.59480269%;
}
.home_showroom .home_showroom_swiper .swiper-slide {
  max-width: 103.9rem;
}
.home_showroom .home_showroom_swiper .flex {
  height: 100%;
}
.home_showroom .home_showroom_swiper .desc {
  flex: 1;
  width: 100%;
  max-width: 33rem;
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: var(--text);
  hyphens: auto;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.4s;
  padding-top: 5.3%;
  padding-bottom: 10rem;
}
.home_showroom .home_showroom_swiper .img {
  width: 61.5014437%;
  --h: 62.22570533%;
  border-radius: 1.4rem;
  transition: all 0.4s;
  right: 0;
}
.home_showroom .home_showroom_swiper .img:hover img {
  transform: scale(1.02);
}
.home_showroom .swiper_btns {
  position: absolute;
  left: 0;
  bottom: 2.9rem;
  z-index: 2;
}
.home_partners {
  overflow: hidden;
}
.home_partners .home_partners_swiper {
  width: calc(100% - 4rem);
  max-width: 183.3rem;
  margin: 0 auto;
}
.home_partners .home_partners_swiper .swiper-wrapper {
  transition: linear;
}
.home_partners .home_partners_swiper .swiper-slide {
  max-width: 214px;
}
.home_partners .home_partners_swiper .img {
  padding-bottom: 44.43580292%;
}
.page_contact {
  padding-top: 14.7rem;
}
.page_contact.img_bg > img {
  height: auto;
  min-height: 100%;
  top: unset;
  bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_about .flex {
    align-items: center;
  }
  .home_about .intro .ad_lis ul {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_products .home_products_swiper .info .title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_banner .home_banner_swiper .wrap {
    padding: 7rem 0;
  }
  .home_banner .home_banner_swiper .wrap .content {
    align-items: flex-end;
  }
  .home_banner .head .title {
    font-size: 4rem;
  }
  .home_banner .head .btn {
    margin-top: 2rem;
  }
  .home_banner .scroll_tip {
    bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .home_banner_swiper .swiper-slide::before {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    content: '';
    background-color: #091b3e;
    opacity: 0.6;
    pointer-events: none;
    z-index: -1;
  }
  .home_banner .home_banner_swiper .flex {
    height: auto;
    padding: 50px 0 80px;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .head .subtitle {
    margin-bottom: 8px;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.3;
  }
  .home_banner .head .tags {
    font-size: 14px;
    margin-top: 12px;
  }
  .home_banner .head .tags span::before {
    margin: 0 3px;
  }
  .home_banner .head .desc {
    margin-top: 12px;
  }
  .home_banner .head .btn {
    margin-top: 20px;
  }
  .home_banner .swiper_con {
    top: unset;
    bottom: 20px;
  }
  .home_banner .swiper_con .content {
    gap: 16px;
  }
  .home_banner .swiper_con .pagination .current {
    margin-right: 0;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets {
    gap: 10px;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
  .home_banner .scroll_tip {
    font-size: 12px;
    bottom: 20px;
    letter-spacing: unset;
  }
  .home_banner .scroll_tip::before {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .home_products {
    padding: 50px 0;
  }
  .home_products .main {
    margin-top: 30px;
    gap: 30px;
  }
  .home_products .main .lt {
    width: 100%;
  }
  .home_products .main .rt {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .home_products .main .rt > div {
    width: 48%;
  }
  .home_products .home_products_swiper .info {
    padding: 0;
  }
  .home_products .home_products_swiper .info .title {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  .home_products .home_products_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_products .home_products_swiper .info .btn_line {
    margin-top: 20px;
  }
  .home_products .swiper_btns {
    margin-top: 30px;
  }
  .home_products .nav li + li {
    margin-top: 12px;
  }
  .home_products .nav .nav_item {
    font-size: 14px;
    padding-left: 22px;
  }
  .home_products .nav .nav_item::before {
    width: 12px;
    height: 6px;
    top: 7px;
  }
  .home_products .home_products_image_swiper {
    margin-top: 0;
    border-radius: 10px;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .flex {
    margin-top: 30px;
    align-items: center;
  }
  .home_about .img {
    width: 100%;
    margin: 0;
    border-radius: 10px;
  }
  .home_about .img + .intro {
    max-width: unset;
  }
  .home_about .intro {
    padding: 0;
  }
  .home_about .intro .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_about .intro .desc p + p {
    margin-top: 12px;
  }
  .home_about .intro .btn_line {
    margin-top: 20px;
  }
  .home_about .intro .ad_lis {
    margin-top: 30px;
  }
  .home_about .intro .ad_lis ul {
    margin-right: 0;
  }
  .home_about .intro .ad_lis .icon {
    width: 32px;
    height: 32px;
  }
  .home_about .intro .ad_lis .info {
    margin-top: 16px;
  }
  .home_about .intro .ad_lis .info h3 {
    font-size: 16px;
  }
  .home_about .intro .ad_lis .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .home_applications {
    padding: 50px 0;
  }
  .home_applications .head {
    display: block;
  }
  .home_applications .home_applications_swiper {
    margin-top: 30px;
  }
  .home_applications .home_applications_swiper .swiper-slide {
    max-width: 280px;
  }
  .home_applications .item {
    border-radius: 10px;
  }
  .home_applications .item .info {
    background-color: rgba(242, 244, 247, 0.8);
    padding: 20px;
    color: var(--title);
  }
  .home_applications .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    transform: translate(0);
    opacity: 1;
  }
  .home_applications .item .info .link_more {
    font-size: 14px;
    transform: translate(0);
    opacity: 1;
    margin-top: 14px;
  }
  .home_applications .item .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .home_applications .swiper_btns {
    margin-top: 30px;
  }
  .home_advantages {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_advantages .main {
    margin-top: 30px;
  }
  .home_advantages .image {
    --bw: 2px;
  }
  .home_advantages .items ul {
    gap: 20px 0;
    grid-template-columns: repeat(2, 35%);
  }
  .home_advantages .item {
    --radius: 10px;
    min-height: unset;
  }
  .home_advantages .item .wrap {
    grid-template-columns: 1fr 32px;
  }
  .home_advantages .item .order {
    font-size: 26px;
  }
  .home_advantages .item .icon {
    margin: 0;
  }
  .home_advantages .item .info {
    margin-top: 16px;
  }
  .home_advantages .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_advantages .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_showroom {
    padding: 50px 0;
  }
  .home_showroom .head .subtitle {
    margin-bottom: 8px;
  }
  .home_showroom .swiper_box {
    margin-top: 30px;
  }
  .home_showroom .swiper_btns {
    position: static;
    margin-top: 30px;
  }
  .home_showroom .home_showroom_swiper .flex {
    align-items: center;
  }
  .home_showroom .home_showroom_swiper .desc {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
  }
  .home_showroom .home_showroom_swiper .img {
    border-radius: 10px;
  }
  .home_partners {
    padding: 20px 0;
  }
  .home_partners .home_partners_swiper .swiper-slide {
    max-width: 133px;
  }
  .page_contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .scroll_tip {
    left: unset;
    transform: translate(0);
    right: 20px;
    width: 22px;
    height: 22px;
    text-indent: -999px;
    color: transparent;
  }
  .home_products .main {
    flex-direction: column-reverse;
  }
  .home_products .main .rt {
    display: block;
  }
  .home_products .main .rt > div {
    width: 100%;
  }
  .home_products .home_products_swiper .img {
    width: 100%;
    order: -1;
  }
  .home_products .nav li + li {
    margin-top: 0;
  }
  .home_products .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    display: flex;
    gap: 20px;
  }
  .home_products .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_products .nav .nav_item {
    white-space: nowrap;
  }
  .home_products .nav .nav_item::before {
    opacity: 1;
    transform: translate(0);
  }
  .home_products .home_products_image_swiper {
    margin-top: 30px;
  }
  .home_products .swiper_btns {
    width: 100%;
  }
  .home_advantages .image {
    position: relative;
    left: unset;
    top: unset;
    transform: translate(0);
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .home_advantages .items ul {
    grid-template-columns: 1fr;
  }
  .home_advantages .item {
    padding: 20px;
  }
  .home_showroom .home_showroom_swiper .img {
    width: 100%;
    order: -1;
  }
  .home_showroom .home_showroom_swiper .swiper-slide-active ~ .swiper-slide .img {
    right: 0;
  }
  .home_showroom .home_showroom_swiper .desc {
    transform: translate(0);
    opacity: 1;
  }
}
