.home_banner {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #00030a;
}
.home_banner > div {
  position: static;
}
.home_banner > div.content {
  position: relative;
}
.home_banner .home_banner_bg_swiper + .edit_swiper {
  opacity: 1;
  transform: translate(-200%, -50%);
}
.home_banner .home_banner_bg_swiper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home_banner .home_banner_bg_swiper img,
.home_banner .home_banner_bg_swiper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_banner .home_banner_bg_swiper .swiper-slide {
  position: relative;
}
.home_banner .home_banner_bg_swiper .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to right, #000000, transparent 160%);
  opacity: 0.5;
  pointer-events: none;
}
.home_banner .home_banner_bg_swiper .swiper-slide::after {
  width: 100%;
  height: 22.9%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #000, transparent);
  opacity: 0.35;
  pointer-events: none;
}
.home_banner .home_banner_swiper {
  overflow: hidden;
}
.home_banner .home_banner_swiper .swiper-slide {
  background: no-repeat center / cover;
  padding-bottom: 9.2rem;
}
.home_banner .flex {
  min-height: 61.2rem;
  padding: 6rem 0;
}
.home_banner .head {
  color: #fff;
  flex: 1;
  max-width: 72.6rem;
  padding-top: 1.4%;
}
.home_banner .title {
  font-size: 7rem;
  line-height: 8.5rem;
  font-weight: 800;
}
.home_banner .desc {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.25px;
}
.home_banner .btn {
  margin-top: 2.8rem;
}
.home_banner .swiper_con {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5.1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  pointer-events: none;
  flex-wrap: wrap;
  z-index: 2;
}
.home_banner .swiper_con .home_banner_pagination {
  position: static;
  width: unset;
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
  pointer-events: all;
}
.home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s, color 0.3s;
  width: 5.7rem;
  background: unset;
  height: unset;
  border-radius: 0;
  min-width: max-content;
  opacity: 1;
  padding-bottom: 0.6rem;
  font-weight: 400;
}
.home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet::after {
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  border-radius: 100px;
}
.home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet-active {
  color: #fff;
  width: 15.8rem;
}
.home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: linear 5s;
}
.home_banner .swiper_con .scroll_tip {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-transform: uppercase;
  pointer-events: all;
  margin-bottom: -0.6rem;
}
.home_banner .swiper_con .scroll_tip::after {
  width: 1.6rem;
  height: 2.6rem;
  display: inline-block;
  flex-shrink: 0;
  content: '';
  background: url("../img/icon-scroll.svg") no-repeat center / contain;
  animation: shakeup 1.5s alternate infinite;
}
@keyframes shakeup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20%);
  }
}
.home_banner .btns {
  width: 98%;
  max-width: 184.4rem;
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.home_banner .btns div {
  pointer-events: all;
  width: 1.2rem;
  height: 2.3rem;
  background: url("../img/arrow2.svg") no-repeat center / contain;
  content: '';
  cursor: pointer;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.home_banner .btns div:hover {
  filter: unset;
}
.home_banner .btns .swiper_next {
  transform: rotate(180deg);
}
.home_banner .btns .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
}
.home_banner .btns .swiper-button-disabled,
.home_banner .btns .swiper-button-lock {
  pointer-events: none;
}
.home_products {
  padding: 12rem 0 5.15rem;
}
.home_products .head {
  max-width: 67rem;
  margin: 0 auto;
}
.home_products .home_products_swiper {
  margin-top: 2.3rem;
}
.home_products .swiper_btns {
  top: 38.5%;
}
.home_products p.center:has(.btn_line) {
  margin-top: 5.7rem;
}
.home_equipments {
  padding: 40rem 0 8.05rem;
  overflow: hidden;
  margin-top: -34.85rem;
}
.home_equipments .head {
  max-width: 78.5rem;
}
.home_equipments .list {
  margin-top: 4rem;
}
.home_equipments .item {
  margin-bottom: 8.3rem;
}
.home_equipments .item:last-child {
  margin-bottom: 0;
}
.home_equipments .item:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.home_equipments .item .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.home_equipments .item .img {
  width: 46%;
  padding-bottom: 46%;
  margin: -5% -3.9%;
}
.home_equipments .item .img:hover img {
  transform: scale(1.05);
}
.home_equipments .item .img::before,
.home_equipments .item .img:after {
  width: 71.2%;
  padding-bottom: 71.2%;
  border-radius: 50%;
  position: absolute;
  background-image: linear-gradient(to right, var(--bg_color));
  z-index: -1;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home_equipments .item .img::after {
  background: url("../img/home-mask1.svg") no-repeat center / contain;
  width: 77.5%;
  padding-bottom: 77.5%;
  animation: rotateCircle 5s infinite linear;
}
@keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.home_equipments .item .info {
  flex: 1;
  max-width: 72rem;
  font-size: 2rem;
  line-height: 3.4rem;
  padding-bottom: 1%;
}
.home_equipments .item .info > div:has(ul) + .btn {
  margin-top: 4.6rem;
}
.home_equipments .item .info strong {
  display: block;
  font-weight: 500;
  color: #999999;
  border-bottom: 1px solid #999999;
  max-width: 63rem;
  padding-bottom: 0.9rem;
}
.home_equipments .item .info h3 {
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: 700;
  color: var(--title_color);
  margin-top: 3.8rem;
}
.home_equipments .item .info p {
  color: var(--content_color);
  hyphens: auto;
  max-width: 64.7rem;
  margin-top: 1.7rem;
}
.home_equipments .item .info ul {
  color: var(--content_color);
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 2rem;
}
.home_equipments .item .info ul li {
  flex: 1 0 30rem;
  position: relative;
  padding-left: 4.2rem;
}
.home_equipments .item .info ul li::before {
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  left: 0;
  top: 0.7rem;
  content: '';
  background: url("../img/gou-full.svg") no-repeat center / contain;
}
.home_equipments .item .info .btn {
  margin-top: 6.4rem;
}
.home_equipments .mask_img {
  width: 35%;
  position: absolute;
  right: -28%;
  top: -30.4%;
  z-index: -1;
  transition: all 1.5s;
}
.home_about {
  padding: 8.05rem 0 6.1rem;
}
.home_about .head {
  flex: 1;
  max-width: 82.83rem;
  padding-bottom: 2.8rem;
}
.home_about p {
  font-size: 2rem;
  line-height: 3.4rem;
  color: var(--content_color);
  margin-top: 2.6rem;
  max-width: 73.7rem;
}
.home_about .more {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  color: var(--title_color);
  gap: 1.7rem;
  transition: all 0.3s;
  margin-top: 2.6rem;
}
.home_about .more i {
  flex-shrink: 0;
}
.home_about .more:hover i {
  transform: scale(1.1);
}
.home_about .nums {
  width: 33.12%;
}
.home_about .nums li {
  border-top: 1px solid rgba(224, 224, 224, 0.68);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding: 2.8rem 0 2.8rem;
  padding-left: 4.4%;
}
.home_about .nums .data {
  font-size: 4.5rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
}
.home_about .nums .data .num {
  font-size: 5.4rem;
  margin-right: -1rem;
}
.home_about .nums .label {
  font-size: 2.2rem;
  line-height: 2.5rem;
  flex: 1;
  max-width: 14.8rem;
  color: #424242;
  margin-bottom: -0.4rem;
}
.home_about .items {
  margin-top: 3rem;
}
.home_about .items > div {
  display: flex;
  gap: 2.3rem;
}
.home_about .items .item {
  flex: 1;
  transition: all 0.5s;
  height: 43.2rem;
}
.home_about .items .item a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.4rem;
  overflow: hidden;
  border: 1px solid #e2e6e8;
  padding: 6rem 5.2% 3.1rem 13%;
  transition: all 0.5s;
}
.home_about .items .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.home_about .items .item .img::after {
  background-image: linear-gradient(to top, #161616, transparent);
  pointer-events: none;
  width: 100%;
  height: 41%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}
.home_about .items .item .index {
  position: absolute;
  right: 3.1rem;
  top: 2.9rem;
  z-index: 2;
  font-size: 2rem;
  font-weight: 600;
  color: var(--content_color);
}
.home_about .items .item .info {
  position: relative;
  z-index: 2;
  max-height: 100%;
  overflow-y: auto;
  margin-top: auto;
  transition: all 0.5s;
}
.home_about .items .item .info::-webkit-scrollbar {
  width: 5px;
}
.home_about .items .item .info::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.home_about .items .item .icon {
  width: 8rem;
  height: 8rem;
  display: block;
  content: '';
  background: no-repeat center / contain var(--bg2_color);
  border-radius: 50%;
  transition: all 0.3s;
}
.home_about .items .item h3 {
  font-size: 2.6rem;
  line-height: 1.231;
  font-weight: 600;
  transition: all 0.3s, width 0.5s;
  width: 100%;
  margin-top: 3.5rem;
}
.home_about .items .item .btn_circle {
  position: absolute;
  right: 5.2%;
  bottom: 2.2rem;
  z-index: 2;
  width: 6.4rem;
  height: 6.4rem;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.3s 0.2s;
}
.home_about .items .active {
  flex: 3.01515;
}
.home_about .items .active a {
  padding-left: 5.5%;
  padding-right: 13rem;
  padding-bottom: 4rem;
}
.home_about .items .active .img {
  opacity: 1;
}
.home_about .items .active .info {
  transform: translateY(0);
}
.home_about .items .active .icon {
  opacity: 0;
}
.home_about .items .active .index {
  color: #fff;
  right: 3.8rem;
}
.home_about .items .active h3 {
  font-size: 3rem;
  color: #fff;
}
.home_about .items .active .btn_circle {
  opacity: 1;
}
.home_argument {
  position: relative;
  padding: 12rem 0 11.4rem;
  overflow: hidden;
  margin-top: -5.9rem;
}
.home_argument p {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--content_color);
  margin-top: 2.7rem;
}
.home_argument .home_argument_swiper {
  margin-top: 2rem;
}
.home_argument .home_argument_swiper .active .item::before {
  height: calc(100% - 2px);
  background-color: var(--theme_color);
  border-color: transparent;
  box-shadow: 14px 8px 10px rgba(211, 211, 211, 0.55);
}
.home_argument .home_argument_swiper .active .icon {
  transform: translateY(0);
  opacity: 0;
}
.home_argument .home_argument_swiper .active .info h3 {
  color: #fff;
}
.home_argument .home_argument_swiper .active .info h3,
.home_argument .home_argument_swiper .active .info p,
.home_argument .home_argument_swiper .active .info i {
  transform: translateY(0);
  opacity: 1;
}
.home_argument .home_argument_swiper .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5.8rem 10.6% 4.5rem;
}
.home_argument .home_argument_swiper .item::before {
  width: calc(100% - 2px);
  height: calc(100% - 13.6rem);
  border-radius: 1.4rem;
  background-color: #fff;
  border: 1px solid #e2e6e8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s, height 0.5s;
  content: '';
  z-index: -1;
  pointer-events: none;
}
.home_argument .home_argument_swiper .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  content: '';
  background: no-repeat center / contain var(--bg2_color);
  transition: all 0.4s, opacity 0.3s;
  margin-top: -8rem;
  transform: translateY(12.6rem);
}
.home_argument .home_argument_swiper .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.4s;
}
.home_argument .home_argument_swiper .info h3 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  transition: all 0.4s, opacity 0.3s;
  transform: translateY(27.6rem);
}
.home_argument .home_argument_swiper .info p {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 1.9rem;
  hyphens: auto;
  transition: all 0.4s, opacity 0.3s;
  opacity: 0;
  flex: 1;
  transform: translateY(27.6rem);
}
.home_argument .home_argument_swiper .info i {
  width: 2.2rem;
  height: 1.6rem;
  display: block;
  content: '';
  background: url("../img/arrow-line.svg") no-repeat center / contain;
  margin-top: 6.3rem;
  transition: all 0.4s, opacity 0.3s;
  opacity: 0;
  transform: translateY(27.6rem);
}
.home_argument .watermark {
  font-size: 24.5rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
  line-height: 0.7;
  position: absolute;
  right: 0;
  bottom: 10%;
  color: #f4f4f4;
  z-index: -1;
}
.home_argument .mask_img {
  width: 35%;
  position: absolute;
  left: -27.2%;
  top: -94.4%;
  z-index: -1;
  transition: all 1.5s;
}
.home_aguntur {
  position: relative;
  padding: 7.7rem 0 12.3rem;
}
.home_aguntur::after {
  background: url("../img/home-bg1.svg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 2;
  pointer-events: none;
}
.home_aguntur p {
  font-size: 2rem;
  line-height: 3.4rem;
  color: var(--content_color);
  margin-top: 4.5rem;
}
.home_aguntur .home_aguntur_swiper {
  overflow: hidden;
  margin-top: 5rem;
  margin-right: -3.1rem;
}
.home_aguntur .home_aguntur_swiper .swiper-slide:hover img {
  transform: scale(1.02);
}
.home_aguntur .home_aguntur_swiper .img {
  width: 100%;
  padding-bottom: 67.7%;
}
.home_aguntur .home_aguntur_swiper .info {
  margin-top: 2.8rem;
}
.home_aguntur .home_aguntur_swiper .info h3 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
}
.home_aguntur .home_aguntur_swiper .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  hyphens: auto;
  margin-top: 2rem;
}
/*# sourceMappingURL=home.css.map */