.home_banner {
  background-image: linear-gradient(to right, #edf0f2 -6.771%, #f7f7f7 104.58%);
}
.home_banner .flex {
  height: 100vh;
  max-height: 84.7rem;
  min-height: max-content;
  padding: 6rem 0;
}
.home_banner .lt {
  flex: 1;
  width: 100%;
  max-width: 65.3rem;
  padding-top: 3.4%;
}
.home_banner .head {
  color: #1a1a1a;
}
.home_banner .head h1 {
  max-width: 57rem;
}
.home_banner .head ul {
  font-size: 1.7rem;
  margin-top: 2.7rem;
  
}
.home_banner .head ul li + li {
  margin-top: 1rem;
}
.home_banner .head ul li {
  position: relative;
  padding-left: 3rem;
}
.home_banner .head ul li::before {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
  background: url("../img/gou-full.svg") no-repeat center / contain;
}
.home_banner .btn {
  margin-top: 3.6rem;
}
.home_banner .certifications {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 8.3rem;
  padding-top: 3.1rem;
}
.home_banner .certifications .title {
  font-size: 2rem;
  font-weight: 600;
  color: #152735;
}
.home_banner .certifications ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7.9rem;
  margin-top: 2.1rem;
}
.home_banner .certifications .img {
  width: auto;
  height: 6rem;
  opacity: 0.72;
  transition: all 0.3s;
}
.home_banner .certifications .img:hover {
  opacity: 1;
}
.home_banner .rt {
  width: 50.57143%;
}
.home_banner .home_banner_swiper {
  margin-right: -3.11%;
  overflow: hidden;
}
.home_banner .home_banner_swiper .img {
  display: block;
  padding-bottom: 75.4794521%;
}
.home_banner .home_banner_swiper .img:hover img {
  transform: scale(1.02);
}
.home_banner .swiper_btns {
  margin-top: 3rem;
  justify-content: flex-end;
}

.home_performance .item .img img{
  transform: scale(1) !important;
}
.home_products {
  padding: 12.8rem 0 9.2rem;
}
.home_products .items {
  margin-top: 4.3rem;
}
.home_products .items ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.8rem 1.432143%;
}
.home_products .items li {
  grid-column: span 2;
}
.home_products .items .col2 {
  grid-column: span 3;
}
.home_products .items .active .item {
  color: #fff;
  box-shadow: 1rem 1rem 1rem rgba(153, 153, 153, 0.35);
}
.home_products .items .active .item::before {
  opacity: 1;
}
.home_products .items .active .info .desc {
  color: #fff;
}
.home_products .items .active .info i {
  border-color: #fff;
  background-color: transparent;
}
.home_products .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  background-image: var(--bg);
  border-radius: 1.2rem;
  overflow: hidden;
}
.home_products .item:hover img {
  transform: scale(1.02);
}
.home_products .item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
  background-color: var(--secondary);
}
.home_products .item .info {
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 5.2rem 4.2rem 0;
}
.home_products .item .info .title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_products .item .info .desc {
  transition: all 0.3s;
  max-width: 47.2rem;
  margin-top: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_products .item .info i {
  display: block;
  margin-top: 1.3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 0.6rem;
  border: 1px solid var(--primary);
  background: url("../img/arrow-r-w.svg") no-repeat center / 32% var(--primary);
  transition: all 0.3s;
  content: '';
}
.home_products .item .img {
  width: 100%;
  max-width: 45.3rem;
  --h: 50.773%;
  margin-left: auto;
  margin-top: -4rem;
}
.home_products .col2 .info i {
  margin-top: 1.7rem;
}
.home_products .col2 .img {
  margin-top: -2.8rem;
}
.home_advantages {
  padding: 9.3rem 0 14.8rem;
}
.home_advantages .head {
  max-width: 90.4rem;
  margin: 0 auto;
}
.home_advantages .flex {
  margin-top: 4.9rem;
}
.home_advantages .img {
  border-radius: 1.2rem;
  width: 39.57143%;
  height: auto;
  margin-bottom: 2.4%;
}
.home_advantages .img:hover img {
  transform: scale(1.02);
}
.home_advantages .items {
  flex: 1;
  width: 100%;
  max-width: 74.2rem;
  overflow: hidden;
}
.home_advantages .items ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.4rem 10.782%;
  margin-bottom: -1px;
}
.home_advantages .item {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  height: 100%;
  padding-bottom: 3.9rem;
}
.home_advantages .item:hover .more {
  transform: translateX(0);
}
.home_advantages .item .icon {
  width: 6rem;
  height: 6rem;
}
.home_advantages .item .info {
  flex: 1;
  margin-top: 2.8rem;
}
.home_advantages .item .info h3 {
  font-size: 2.4rem;
  line-height: 1.33333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_advantages .item .info p {
  margin-top: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_advantages .item .more {
  display: inline-flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 600;
  gap: 1.5rem;
  margin-top: 1.7rem;
  transform: translateX(calc(-100% + 2rem));
  transition: all 0.3s;
}
.home_advantages .item .more::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: '';
  background: url("../img/arrow-r.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.home_brands {
  background: var(--bg);
  padding: 13.8rem 0 17.8rem;
  overflow: hidden;
}
.home_brands .head {
  gap: 0 2rem;
}
.home_brands .head .subtitle {
  width: 100%;
}
.home_brands .head h2 {
  max-width: 40rem;
}
.home_brands .head p {
  max-width: 64.8rem;
}
.home_brands p {
  margin-top: 1.2rem;
}
.home_brands .home_brands_swiper {
  margin-top: 5.9rem;
}
.home_brands .home_brands_swiper .swiper-slide {
  max-width: 40.7143%;
}
.home_brands .home_brands_swiper .btn_video {
  cursor: pointer;
}
.home_brands .home_brands_swiper .img {
  border-radius: 1rem;
  padding-bottom: 70%;
}
.home_brands .home_brands_swiper .img:hover img {
  transform: scale(1.02);
}
.home_brands .home_brands_swiper .btn_play {
  position: absolute;
  width: 13.51%;
  padding-bottom: 13.51%;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center / contain var(--primary);
  transition: all 0.4s, opacity 0.3s;
  cursor: pointer;
}
.home_brands .home_brands_swiper .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.home_brands .swiper_btns {
  justify-content: flex-end;
  margin-top: 3.8rem;
}
.home_intro {
  padding: 14.9rem 0 5.7rem;
}
.home_intro .head {
  flex: 1;
  width: 100%;
  max-width: 59.7rem;
  padding-bottom: 1.1%;
}
.home_intro h2 {
  margin-bottom: 2.7rem;
}
.home_intro p {
  margin-top: 1.5rem;
}
.home_intro .btn {
  margin-top: 4rem;
}
.home_intro .img {
  border-radius: 1.5rem;
  width: 48.7857143%;
  height: auto;
}
.home_intro .img:hover img {
  transform: scale(1.02);
}
.home_partner {
  padding: 5.8rem 0 16.7rem;
}
.home_partner .home_partner_swiper {
  overflow: hidden;
}
.home_partner .home_partner_swiper .swiper-wrapper {
  transition: linear;
}
.home_partner .home_partner_swiper .swiper-slide {
  max-width: 200px;
}
.home_partner .home_partner_swiper .img {
  padding-bottom: 60%;
}
.home_performance {
  background: var(--bg);
  padding: 14.2rem 0 22.5rem;
}
.home_performance .head {
  max-width: 90.4rem;
  margin: 0 auto;
}
.home_performance .items {
  position: relative;
  margin: 5.1rem -2rem 0;
}
.home_performance .items::after {
  padding-bottom: 37.5%;
  display: block;
  content: '';
  pointer-events: none;
}
.home_performance .items > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1.5rem;
}
.home_performance .item {
  flex: 1;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  border-radius: 2rem;
}
.home_performance .item:hover img {
  transform: scale(1.02);
}
.home_performance .item .img {
  height: 100%;
}
.home_performance .item .img::after {
  position: absolute;
  width: 100%;
  height: 61.6667%;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #000 5.11%, transparent);
  opacity: 0.8;
}
.home_performance .item .info {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 7.4%;
  color: #fff;
  max-height: 62%;
  padding: 0 3rem;
  transition: all 0.5s;
  overflow-y: auto;
}
.home_performance .item h3 {
  font-size: 2.4rem;
  line-height: 1.29166667;
  font-weight: 600;
  transition: all 0.3s;
  padding-right: 9%;
}
.home_performance .item p {
  display: none;
  font-size: 1.8rem;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.3s;
  opacity: 0;
  padding-top: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.009rem;
}
.home_performance .active {
  flex: 3.2511;
}
.home_performance .active .info {
  transform: translateY(0);
  bottom: 6.7%;
}
.home_performance .active h3 {
  font-size: 2.6rem;
}
.home_performance .active p {
  opacity: 1;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_performance .items {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .flex {
    height: auto;
    padding: 50px 0;
  }
  .home_banner .lt {
    padding: 0;
  }
  .home_banner .head ul {
    font-size: 14px;
    margin-top: 12px;
  }
  .home_banner .head ul li + li {
    margin-top: 10px;
  }
  .home_banner .head ul li {
    padding-left: 25px;
  }
  .home_banner .head ul li::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .home_banner .certifications {
    padding-top: 20px;
    margin-top: 20px;
  }
  .home_banner .certifications .title {
    font-size: 18px;
  }
  .home_banner .certifications ul {
    gap: 20px;
    margin-top: 16px;
    justify-content: space-between;
  }
  .home_banner .certifications .img {
    height: 40px;
  }
  .home_banner .home_banner_swiper {
    margin-right: 0;
  }
  .home_banner .swiper_btns {
    margin-top: 30px;
  }
  .home_products {
    padding: 50px 0;
  }
  .home_products .items {
    margin-top: 30px;
  }
  .home_products .items ul {
    gap: 16px;
  }
  .home_products .item {
    border-radius: 10px;
  }
  .home_products .item .img {
    max-width: 225px;
    margin-top: 0;
  }
  .home_products .item .info {
    padding: 20px;
  }
  .home_products .item .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .home_products .item .info .desc {
    margin-top: 10px;
  }
  .home_products .item .info i {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
  .home_advantages {
    padding: 50px 0;
  }
  .home_advantages .flex {
    margin-top: 30px;
  }
  .home_advantages .img {
    border-radius: 10px;
    margin: 0;
  }
  .home_advantages .items ul {
    gap: 30px 16px;
  }
  .home_advantages .item {
    padding-bottom: 20px;
  }
  .home_advantages .item .icon {
    width: 40px;
    height: 40px;
  }
  .home_advantages .item .info {
    margin-top: 20px;
  }
  .home_advantages .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_advantages .item .info p {
    margin-top: 10px;
  }
  .home_advantages .item .more {
    margin-top: 20px;
    font-size: 14px;
    gap: 12px;
    transform: translateX(0);
  }
  .home_advantages .item .more::after {
    width: 14px;
    height: 14px;
  }
  .home_brands {
    padding: 50px 0;
  }
  .home_brands .home_brands_swiper {
    margin-top: 30px;
  }
  .home_brands .home_brands_swiper .swiper-slide {
    max-width: 277px;
  }
  .home_brands .swiper_btns {
    margin-top: 30px;
  }
  .home_intro {
    padding: 50px 0;
  }
  .home_intro .head {
    padding: 0;
  }
  .home_intro h2 {
    margin-bottom: 12px;
  }
  .home_intro .img {
    border-radius: 10px;
  }
  .home_partner {
    padding: 30px 0 50px;
    overflow: hidden;
  }
  .home_partner .home_partner_swiper {
    overflow: unset;
  }
  .home_performance {
    padding: 50px 0;
  }
  .home_performance .items {
    margin: 30px 0 0;
    min-height: 260px;
  }
  .home_performance .items > div {
    gap: 16px;
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 30px;
    overflow-x: auto;
  }
  .home_performance .items > div::-webkit-scrollbar {
    display: none;
  }
  .home_performance .item {
    flex: 1 0 300px;
    border-radius: 10px;
  }
  .home_performance .item .img::after {
    height: 100%;
  }
  .home_performance .item .info {
    bottom: 20px;
    padding: 0 20px;
    max-height: 80%;
  }
  .home_performance .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
  }
  .home_performance .item .info p {
    display: block;
    opacity: 1;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 0;
    letter-spacing: unset;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .rt {
    width: 100%;
    order: -1;
  }
  .home_products .items ul {
    grid-template-columns: 1fr;
  }
  .home_products .items ul li,
  .home_products .items ul .col2 {
    grid-column: unset;
  }
  .home_products .items ul .img {
    max-width: unset;
  }
  .home_advantages .img {
    width: 100%;
  }
  .home_advantages .items ul {
    grid-template-columns: 1fr;
  }
  .home_intro .img {
    width: 100%;
  }
  .home_performance .items > div {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
}
