.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 1000;
}
.header .back {
  width: 100%;
}
.header .inner {
  position: absolute;
  top: 30%;
  left: 8%;
  display: flex;
  align-items: center;
  width: 240px;
}
.header .inner img {
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
  margin-top: -140px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .inner {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  left: 10%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.banner .inner .title p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
}
.banner .inner .title p span {
  color: #e67e22;
}
.banner .inner .text1 {
  width: 90%;
}
.banner .inner .text1 p {
  color: #ffffff;
  font-family: Akatab;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
}
.banner .inner .text2 {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.banner .inner .text2 p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.banner .inner .btn {
  display: flex;
  gap: 67px;
}
.banner .inner .btn .btn1 {
  border-radius: 39px;
  border: 1px solid #e67e22;
  background: #e67e22;
  padding: 12px 30px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.banner .inner .btn .btn2 {
  border-radius: 39px;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 12px 30px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.banner .inner .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.banner .inner .content .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner .inner .content .item .left {
  display: flex;
}
.banner .inner .content .item .left span {
  color: #e67e22;
  font-family: Inter;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
}
.banner .inner .content .item .left span:first-child {
  min-width: 85px;
}
.banner .inner .content .item .right {
  color: #374152;
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.models {
  width: 100%;
  background-color: #f3f7fc;
}
.models .inner {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  padding: 60px 0 110px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.models .inner .section1 {
  height: auto !important;
  width: 45%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 36px;
}
.models .inner .section1 .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.models .inner .section1 .top .title {
  width: 100%;
  font-family: Inter;
  font-weight: 600;
  color: #374152;
  font-size: 50px;
  line-height: 61px;
}
.models .inner .section1 .top .title span {
  color: #e67e22;
  font-size: 65px;
  line-height: 79px;
}
.models .inner .section1 .top .desc {
  width: 70%;
  color: #000000;
  font-family: Inter;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
}
.models .inner .section1 .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 35px;
}
.models .inner .section1 .bottom .form_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.models .inner .section1 .bottom .form_item input {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #000000;
  background-color: #f3f7fc;
}
.models .inner .section1 .bottom .form_item textarea {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #000000;
  background-color: #f3f7fc;
}
.models .inner .section1 .bottom .submit {
  border-radius: 42px;
  background: #e67e22;
  padding: 5px 32px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  cursor: pointer;
}
.models .inner .section2 {
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  width: 45%;
  position: relative;
}
.models .inner .section2 .models-img {
  width: 70%;
  position: absolute;
  top: 40%;
  left: 20%;
  z-index: 1;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.models .inner .section2 .models-img:hover {
  transform: scale(1.05);
}
.models .inner .section2 .models-img-back {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.custom {
  width: 100%;
  background-image: url(https://file.global86.cn/website_v3-guowaijiedian/knt/img/custom-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.custom .inner {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 150px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom .inner .title {
  text-align: center;
  font-family: Inter;
  font-weight: 600;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 27px;
}
.custom .inner .title span {
  color: #e67e22;
  font-size: 64px;
  line-height: 77px;
}
.custom .inner .desc {
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 80px;
}
.custom .inner .btn {
  display: flex;
  align-items: stretch;
  gap: 14px;
}
.custom .inner .btn .btn1 {
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  border-radius: 26px;
  border: 1px solid #ffffff;
  padding: 20px 25px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
}
.custom .inner .btn .btn2 {
  width: 96px;
  height: auto !important;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.custom .inner .btn .btn2 .btn2-back {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: 1s;
}
.custom .inner .btn .btn2 .arrow {
  position: absolute;
  top: 40%;
  left: 30%;
  animation: horizontalMove 2s linear infinite;
}
@keyframes horizontalMove {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-5px);
  }
}
.enclosures {
  width: 100%;
  background: #f3f7fc;
}
.enclosures .inner {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  padding: 130px 0;
}
.enclosures .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}
.enclosures .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.enclosures .inner .section1 .title p {
  font-family: Inter;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
}
.enclosures .inner .section1 .title p span {
  color: #e67e22;
}
.enclosures .inner .section1 .title svg {
  animation: spin 10s linear infinite;
}
.enclosures .inner .section1 .desc {
  width: 50%;
  color: #000000;
  font-family: Inter;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
}
.enclosures .inner .section2 {
  width: 100%;
  height: 790px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 25px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
  margin-bottom: 80px;
}
.enclosures .inner .section2::-webkit-scrollbar-button {
  display: none;
}
.enclosures .inner .section2::-webkit-scrollbar {
  width: 12px;
}
.enclosures .inner .section2::-webkit-scrollbar-track {
  background: linear-gradient(90deg, transparent 41.5%, #d7d7d7 41.5%, #d7d7d7 58.5%, transparent 58.5%);
}
.enclosures .inner .section2::-webkit-scrollbar-thumb {
  background: #727272;
  border-radius: 14px;
}
.enclosures .inner .section2 .item {
  margin-top: 50px;
  width: 100%;
  height: 350px;
}
.enclosures .inner .section2 .item .one {
  width: 100%;
  display: flex;
  flex-direction: column;
  transform: scale(1);
  transition: 0.5s;
  position: relative;
}
.enclosures .inner .section2 .item .one .top {
  width: 100%;
  height: 280px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s;
}
.enclosures .inner .section2 .item .one .top img {
  width: 80%;
  height: 80%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.enclosures .inner .section2 .item .one .top img:hover {
  transform: scale(1.05);
}
.enclosures .inner .section2 .item .one .bottom {
  width: 100%;
  max-height: 12px;
  background: #e67e22;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.enclosures .inner .section2 .item .one .bottom .title {
  transition: 0.5s;
  opacity: 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.enclosures .inner .section2 .item .one:hover {
  transform: scale(1.05) translateY(-30px);
}
.enclosures .inner .section2 .item .one:hover .top {
  height: 270px;
}
.enclosures .inner .section2 .item .one:hover .bottom {
  max-height: 80px;
  height: 80px;
}
.enclosures .inner .section2 .item .one:hover .bottom .title {
  opacity: 1;
}
.enclosures .inner .section3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.enclosures .inner .section3 .btn1 {
  border-radius: 40px;
  border: 1px solid #000000;
  padding: 16px 70px;
  color: #000000;
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.enclosures .inner .section3 .btn2 {
  border-radius: 40px;
  border: 1px solid #e67e22;
  padding: 16px 70px;
  color: #e67e22;
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.benefits {
  width: 100%;
  background: #f3f7fc;
}
.benefits .inner {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 150px;
}
.benefits .inner .section1 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}
.benefits .inner .section1 .title {
  color: #000000;
  font-family: Inter;
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
}
.benefits .inner .section1 .title span {
  color: #e67e22;
}
.benefits .inner .section1 .scrollDown {
  position: absolute;
  top: 0;
  right: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 50;
  position: relative;
  align-items: center;
}
.benefits .inner .section1 .scrollDown .icon {
  width: 40px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits .inner .section1 .scrollDown .icon .scroll-line {
  width: 20px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #74797d;
  z-index: 5;
  position: relative;
}
.benefits .inner .section1 .scrollDown .icon .scroll-line .scroll-line-p {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 7px;
  background: #74797d;
  border-radius: 10px;
  animation: scroll infinite 1.2s;
}
.benefits .inner .section1 .scrollDown .text {
  color: #74797d;
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-top: 10px;
}
.benefits .inner .section2 {
  width: 100%;
  height: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-image: url(https://file.global86.cn/website_v3-guowaijiedian/knt/img/benefits-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.benefits .inner .section2 > img {
  position: absolute;
  right: 40%;
  top: 10%;
  animation: spin 14s linear infinite;
}
.benefits .inner .section2 .swiper1 {
  width: 48%;
}
.benefits .inner .section2 .swiper1 .swiper-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  bottom: -35%;
  left: -40%;
}
.benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
}
.benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.next1 {
  opacity: 0.6;
  pointer-events: auto;
  transform: translate(20%, -160%);
  z-index: 1;
}
.benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.next2 {
  opacity: 0.7;
  pointer-events: auto;
  transform: translate(40%, -320%);
  z-index: 2;
}
.benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.active {
  opacity: 0.8;
  pointer-events: auto;
  transform: translate(0, 0);
  z-index: 3;
}
.benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.prev {
  opacity: 0.9;
  pointer-events: auto;
  transform: translate(20%, 160%);
  z-index: 4;
}
.benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.prev2 {
  opacity: 1;
  pointer-events: auto;
  transform: translate(40%, 320%);
  z-index: 5;
}
.benefits .inner .section2 .swiper2 {
  width: 48%;
}
.benefits .inner .section2 .swiper2 .swiper-wrapper {
  height: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
  bottom: -55%;
}
.benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide {
  height: auto !important;
  flex-shrink: 0;
  border-radius: 33px;
  background: #dde2e4;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: scale(1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
}
.benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .title {
  color: #374152;
  font-family: Inter;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}
.benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .desc {
  color: #374152;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}
.benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide.next {
  opacity: 0.12;
  pointer-events: auto;
  transform: translateY(-150%) scale(0.6);
}
.benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide.prev {
  opacity: 0.07;
  pointer-events: auto;
  transform: translateY(20%) scale(0.3);
}
@keyframes scroll {
  0% {
    top: 7px;
  }
  50% {
    top: 12px;
  }
  100% {
    top: 7px;
  }
}
.process {
  width: 100%;
  background-image: url(https://file.global86.cn/website_v3-guowaijiedian/knt/img/process-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.process > img {
  width: 25%;
  position: absolute;
  top: -15%;
  right: 10%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.process > img:hover {
  transform: scale(1.05);
}
.process .inner {
  padding: 200px 0 0 0;
}
.process .inner .title {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  margin-bottom: 150px;
}
.process .inner .swiper {
  width: 100%;
  height: 490px;
}
.process .inner .swiper .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.process .inner .swiper .swiper-wrapper .swiper-slide {
  width: 500px;
  display: flex;
  align-items: flex-end;
  position: relative;
  transition: 2s;
}
.process .inner .swiper .swiper-wrapper .swiper-slide .img {
  position: absolute;
  top: -25%;
  left: 10%;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background: #575a61;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process .inner .swiper .swiper-wrapper .swiper-slide .img svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.process .inner .swiper .swiper-wrapper .swiper-slide .img:hover svg {
  transform: rotateY(360deg);
}
.process .inner .swiper .swiper-wrapper .swiper-slide .section1 {
  width: 100%;
  height: 350px;
  background: #e69044;
  padding: 0 30px 50px 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.process .inner .swiper .swiper-wrapper .swiper-slide .section1 .title {
  color: #374152;
  font-family: Akatab !important;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 0;
}
.process .inner .swiper .swiper-wrapper .swiper-slide .section2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #dde2e4;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.process .inner .swiper .swiper-wrapper .swiper-slide .section2 .title {
  color: #374152;
  font-family: Akatab;
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 0;
}
.process .inner .swiper .swiper-wrapper .swiper-slide .section2 .desc {
  color: #374152;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.process .inner .swiper .swiper-wrapper .swiper-slide:hover .section1 .title {
  display: none;
}
.process .inner .swiper .swiper-wrapper .swiper-slide:hover .section2 {
  opacity: 1;
  visibility: visible;
}
.process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .section1 {
  height: 350px;
}
.process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .img {
  top: 10%;
}
.process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .section1 {
  height: 490px;
}
.process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .img {
  top: 11%;
}
.factory {
  width: 100%;
  background-image: url(https://file.global86.cn/website_v3-guowaijiedian/knt/img/factory-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.factory .inner {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  padding: 70px 0 600px 0;
  display: flex;
  justify-content: flex-start;
}
.factory .inner .content {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.factory .inner .content .title {
  color: #e67e22;
  font-family: Inter;
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
}
.factory .inner .content .desc {
  color: #ffffff;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.connect {
  width: 100%;
  background: #f3f7fc;
}
.connect .inner {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  padding: 70px 0 150px 0;
  display: flex;
  flex-direction: column;
}
.connect .inner .section1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
.connect .inner .section1 .item {
  width: calc((100% - 20px) / 4);
  display: flex;
  align-items: center;
  gap: 20px;
}
.connect .inner .section1 .item svg {
  min-width: 50px;
  max-width: 50px;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.connect .inner .section1 .item p {
  color: #000000;
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.connect .inner .section1 .item:hover svg {
  transform: rotateY(360deg);
}
.connect .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.connect .inner .section2 .left {
  width: 68%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 1s ease;
}
.connect .inner .section2 .left .upload {
  width: 39%;
  border-radius: 10px;
  background: #dde2e4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 65px 15px 35px;
}
.connect .inner .section2 .left .upload .top {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.connect .inner .section2 .left .upload .top .title {
  color: #777777;
  font-family: Inter;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.connect .inner .section2 .left .upload .top .text1 {
  color: #000000;
  font-family: Inter;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 11px;
}
.connect .inner .section2 .left .upload .top .text1 span {
  color: #2473f6;
}
.connect .inner .section2 .left .upload .top .text2 {
  color: #000000;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.connect .inner .section2 .left .upload .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.connect .inner .section2 .left .upload .bottom svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.connect .inner .section2 .left .upload .bottom p {
  color: #000000;
  font-family: Inter;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.connect .inner .section2 .left .upload:hover .bottom svg {
  transform: rotateY(360deg);
}
.connect .inner .section2 .left .form_item {
  width: 59%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.connect .inner .section2 .left .form_item input {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #000000;
  background-color: #f3f7fc;
}
.connect .inner .section2 .left .form_item textarea {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #000000;
  background-color: #f3f7fc;
}
.connect .inner .section2 .left .submit {
  width: fit-content;
  border-radius: 42px;
  background: #3c3c3c;
  padding: 5px 32px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  cursor: pointer;
}
.connect .inner .section2 .right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.connect .inner .section2 .right svg:first-child {
  width: 100%;
  z-index: 1;
  transform: translateX(-100vw) rotate(0deg);
  transition: transform 4s ease;
}
.connect .inner .section2 .right svg:last-child {
  width: 80%;
  position: absolute;
  bottom: -15%;
  opacity: 0;
  transition: opacity 1s ease;
}
.footer {
  width: 100%;
  background-image: url(https://file.global86.cn/website_v3-guowaijiedian/knt/img/footer-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .inner {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  padding: 110px 0 25px 0;
  display: flex;
  flex-direction: column;
}
.footer .inner .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .inner .top .logo {
  width: 15%;
  margin-bottom: 25px;
  min-width: 150px;
}
.footer .inner .top .logo img {
  width: 100%;
  height: 100%;
}
.footer .inner .top .text {
  margin-bottom: 55px;
  text-align: center;
  color: #e67e22;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 48px;
  line-height: 57px;
}
.footer .inner .top .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 160px;
}
.footer .inner .top .btn a {
  border-radius: 42px;
  background: #e67e22;
  padding: 11px 35px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.footer .inner .bottom {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.footer .inner .bottom .item {
  width: 7%;
  display: block;
  transform: scale(1);
  padding: 6px 10px 10px 10px;
  opacity: 1;
  border-radius: 10px;
  background: rgba(109, 109, 109, 0.3);
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25) inset;
  backdrop-filter: blur(69.9px);
  cursor: pointer;
  transition: 0.5s;
}
.footer .inner .bottom .item img {
  width: 100%;
}
.footer .inner .bottom .item p {
  text-align: center;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}
.footer .inner .bottom .item:hover {
  transform: scale(1.15);
}
.banner .btn1,
.banner .btn2,
.models .submit,
.custom .btn1,
.enclosures .btn1,
.enclosures .btn2,
.connect .submit,
.footer .top .btn a,
.avada-dialog .submit {
  position: relative;
  overflow: hidden;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  z-index: 1;
}
.banner .btn1::after,
.banner .btn2::after,
.models .submit::after,
.custom .btn1::after,
.enclosures .btn1::after,
.enclosures .btn2::after,
.connect .submit::after,
.footer .top .btn a::after,
.avada-dialog .submit::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #dde2e4;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.banner .btn1 span,
.banner .btn2 span,
.models .submit span,
.custom .btn1 span,
.enclosures .btn1 span,
.enclosures .btn2 span,
.connect .submit span,
.footer .top .btn a span,
.avada-dialog .submit span {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.banner .btn1:hover::after,
.banner .btn2:hover::after,
.models .submit:hover::after,
.custom .btn1:hover::after,
.enclosures .btn1:hover::after,
.enclosures .btn2:hover::after,
.connect .submit:hover::after,
.footer .top .btn a:hover::after,
.avada-dialog .submit:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.banner .btn1:hover span,
.banner .btn2:hover span,
.models .submit:hover span,
.custom .btn1:hover span,
.enclosures .btn1:hover span,
.enclosures .btn2:hover span,
.connect .submit:hover span,
.footer .top .btn a:hover span,
.avada-dialog .submit:hover span {
  animation: scaleUp 0.5s ease-in-out;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.banner .btn1:hover span,
.models .submit:hover span,
.connect .submit:hover span,
.footer .top .btn a:hover span,
.avada-dialog .submit:hover span {
  color: #3c3c3c !important;
}
.banner .btn2:hover {
  background-color: #fff !important;
  border-color: transparent !important;
}
.banner .btn2:hover span {
  color: #183153 !important;
}
.enclosures .btn1:hover {
  background-color: #000 !important;
  border-color: transparent !important;
}
.enclosures .btn1:hover span {
  color: #3c3c3c !important;
}
.enclosures .btn2:hover {
  background-color: #e67e22 !important;
  border-color: transparent !important;
}
.enclosures .btn2:hover span {
  color: #3c3c3c !important;
}
.custom .btn1:hover {
  background-color: #fff !important;
  border-color: transparent !important;
}
.custom .btn1:hover span {
  color: #183153 !important;
}
@media screen and (max-width: 1600px) {
  .header .inner {
    top: 25%;
    width: 220px;
  }
  .banner .inner {
    gap: 30px;
  }
  .banner .inner .title p {
    font-size: 40px;
  }
  .banner .inner .text2 {
    gap: 30px;
  }
  .banner .inner .content .item .left span {
    font-size: 40px;
  }
  .models .inner .section1 .top .title {
    font-size: 40px;
  }
  .models .inner .section1 .top .title span {
    font-size: 50px;
  }
  .models .inner .section1 .top .desc {
    width: 85%;
  }
  .models .inner .section2 .models-img {
    width: 75%;
    top: 45%;
  }
  .benefits .inner .section1 .title {
    font-size: 60px;
  }
  .benefits .inner .section2 {
    height: 700px;
  }
  .benefits .inner .section2 .swiper1 .swiper-wrapper {
    bottom: -37%;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper {
    bottom: -47%;
  }
  .process .inner .title {
    font-size: 60px;
  }
  .custom .inner .title {
    font-size: 50px;
  }
  .custom .inner .title span {
    font-size: 60px;
  }
  .enclosures .inner .section1 .title p {
    font-size: 40px;
  }
  .factory .inner {
    padding: 70px 0 430px 0;
  }
  .factory .inner .content .title {
    font-size: 60px;
  }
  .footer .inner .top .text {
    margin-bottom: 50px;
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .header .inner {
    top: 20%;
    width: 200px;
  }
  .banner .inner {
    gap: 20px;
  }
  .banner .inner .title p {
    font-size: 40px;
  }
  .banner .inner .text1 {
    width: 100%;
  }
  .banner .inner .text1 p {
    font-size: 20px;
  }
  .banner .inner .text2 {
    width: 100%;
    gap: 20px;
  }
  .banner .inner .text2 p {
    font-size: 18px;
  }
  .banner .inner .content .item .left span {
    font-size: 40px;
  }
  .models .inner .section1 .top {
    gap: 30px;
  }
  .models .inner .section1 .top .title {
    font-size: 35px;
  }
  .models .inner .section1 .top .desc {
    width: 100%;
  }
  .banner .inner {
    width: 85%;
    left: 8%;
  }
  .models .inner {
    width: 85%;
    padding: 60px 0;
  }
  .models .inner .section1,
  .models .inner .section2 {
    width: 48%;
  }
  .models .inner .section1 .top {
    gap: 20px;
  }
  .models .inner .section1 .top .title {
    font-size: 35px;
    line-height: 40px;
  }
  .models .inner .section1 .top .title span {
    font-size: 45px;
  }
  .models .inner .section2 .models-img {
    width: 80%;
    top: 45%;
  }
  .custom .inner {
    width: 85%;
    padding: 100px 0;
  }
  .custom .inner .title {
    font-size: 45px;
  }
  .custom .inner .title span {
    font-size: 55px;
  }
  .enclosures .inner .section1 .title p {
    font-size: 35px;
  }
  .enclosures .inner .section1 {
    gap: 40px;
    margin-bottom: 40px;
  }
  .enclosures .inner .section1 .desc {
    width: 80%;
  }
  .enclosures .inner .section2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .enclosures .inner .section3 {
    gap: 60px;
  }
  .benefits .inner .section1 .title {
    font-size: 55px;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper {
    bottom: -39%;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide {
    width: 450px;
  }
  .process .inner .title {
    font-size: 55px;
  }
  .connect .inner {
    width: 85%;
    padding: 70px 0 70px 0;
  }
  .connect .inner .section2 .left {
    width: 70%;
  }
  .connect .inner .section2 .right {
    width: 27%;
  }
  .factory .inner {
    padding: 50px 0 350px 0;
  }
  .factory .inner .content .title {
    font-size: 50px;
  }
  .footer .inner .top .text {
    margin-bottom: 45px;
    font-size: 35px;
  }
  .footer .inner .bottom .item {
    min-width: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .header .inner {
    top: 20%;
    width: 180px;
  }
  .banner .inner .title p {
    font-size: 35px;
  }
  .banner .inner .text2 {
    display: none;
  }
  .banner .inner .content {
    flex-direction: column;
  }
  .banner .inner .content .item .left span:first-child {
    min-width: 70px;
  }
  .models .inner .section1 .top .title {
    font-size: 30px;
  }
  .models .inner .section1 .top .title span {
    font-size: 40px;
  }
  .models .inner .section1 .top .desc {
    font-size: 22px;
  }
  .custom .inner .title {
    font-size: 40px;
  }
  .custom .inner .title span {
    font-size: 50px;
  }
  .custom .inner .desc {
    font-size: 22px;
  }
  .enclosures .inner {
    width: 85%;
    padding: 60px 0;
  }
  .enclosures .inner .section1 .title p {
    font-size: 30px;
  }
  .enclosures .inner .section1 {
    gap: 30px;
    margin-bottom: 30px;
  }
  .enclosures .inner .section1 .desc {
    width: 100%;
    font-size: 22px;
  }
  .enclosures .inner .section3 {
    gap: 40px;
  }
  .enclosures .inner .section3 .btn1,
  .enclosures .inner .section3 .btn2 {
    padding: 16px 30px;
    font-size: 22px;
  }
  .benefits .inner {
    width: 85%;
    padding-bottom: 100px;
  }
  .benefits .inner .section1 .title {
    font-size: 50px;
  }
  .benefits .inner .section2 {
    height: 600px;
  }
  .benefits .inner .section2 .swiper1 .swiper-wrapper {
    bottom: -32%;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper {
    bottom: -38%;
  }
  .benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
    width: 55%;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide {
    padding: 20px;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide.next {
    transform: translateY(-140%) scale(0.6);
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide.prev {
    transform: translateY(37%) scale(0.3);
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .desc {
    font-size: 18px;
    line-height: 30px;
  }
  .benefits .inner .section2 > img {
    display: none;
  }
  .process .inner {
    padding: 60px 0 0 0;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide {
    width: 400px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide .section1 .title {
    font-size: 30px;
    line-height: normal;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide .img {
    width: 130px;
    height: 130px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide .img svg {
    width: 70px;
    height: 70px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .img {
    top: 14%;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .img {
    top: 12%;
  }
  .process .inner .title {
    width: 85%;
    font-size: 50px;
    margin-bottom: 100px;
  }
  .connect .inner .section1 {
    margin-bottom: 80px;
  }
  .connect .inner .section1 .item {
    gap: 10px;
  }
  .connect .inner .section1 .item p {
    font-size: 18px;
  }
  .connect .inner .section1 .item svg {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
  }
  .connect .inner .section1 .item:nth-child(3) svg {
    min-width: 27px;
    max-width: 27px;
    width: 27px;
  }
  .connect .inner .section1 .item:nth-child(4) svg {
    min-width: 35px;
    max-width: 35px;
    width: 35px;
    margin-left: -5px;
  }
  .factory .inner .content {
    width: 60%;
    gap: 20px;
  }
  .factory .inner .content .title {
    font-size: 40px;
  }
  .factory .inner {
    width: 85%;
    padding: 50px 0 330px 0;
  }
  .footer .inner {
    padding: 60px 0 25px 0;
  }
}
@media screen and (max-width: 1180px) {
  .banner .inner {
    top: 35%;
    gap: 10px;
  }
  .banner .inner .title p {
    font-size: 30px;
    line-height: normal;
  }
  .banner .inner .text1 p {
    font-size: 18px;
    line-height: normal;
  }
}
@media screen and (max-width: 1025px) {
  .header .inner {
    top: 20%;
    width: 160px;
  }
  .banner .inner {
    top: 45%;
  }
  .banner .inner .btn {
    gap: 40px;
  }
  .banner .inner .btn .btn1 {
    font-size: 18px;
  }
  .banner .inner .content {
    display: none;
  }
  .enclosures .inner .section2 {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .benefits .inner .section1 .title {
    font-size: 45px;
  }
  .benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
    width: 60%;
  }
  .process .inner .title {
    font-size: 45px;
  }
  .connect .inner .section1 .item p {
    font-size: 16px;
  }
  .footer .inner {
    gap: 10px;
  }
  .footer .inner .top .text {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .footer .inner .top .btn {
    gap: 100px;
  }
}
@media screen and (max-width: 900px) {
  .header .inner {
    top: 20%;
    width: 140px;
  }
  .banner .inner .title p {
    font-size: 25px;
    line-height: normal;
  }
  .banner .inner {
    width: 90%;
    left: 5%;
  }
  .models .inner {
    width: 90%;
    padding: 30px 0;
  }
  .models .inner .section1 {
    width: 100%;
  }
  .models .inner .section2 {
    display: none;
  }
  .models .inner .section1 .top .title {
    font-size: 25px;
  }
  .models .inner .section1 .top .title span {
    font-size: 30px;
  }
  .models .inner .section1 .top .desc {
    font-size: 18px;
  }
  .custom .inner {
    width: 90%;
    padding: 50px 0;
  }
  .custom .inner .title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .custom .inner .title span {
    font-size: 35px;
  }
  .custom .inner .desc {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .custom .inner .btn .btn1 {
    padding: 15px 20px;
    font-size: 20px;
  }
  .enclosures .inner {
    width: 90%;
    padding: 30px 0;
  }
  .enclosures .inner .section1 {
    gap: 10px;
    margin-bottom: 10px;
  }
  .enclosures .inner .section1 .title p {
    font-size: 25px;
  }
  .enclosures .inner .section1 .desc {
    font-size: 20px;
  }
  .enclosures .inner .section3 .btn1,
  .enclosures .inner .section3 .btn2 {
    font-size: 20px;
  }
  .benefits .inner {
    width: 90%;
    padding-bottom: 50px;
  }
  .benefits .inner .section1 .title {
    font-size: 30px;
  }
  .benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide {
    width: 65%;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper {
    bottom: -35%;
  }
  .process .inner {
    padding: 30px 0 0 0;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide {
    width: 350px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide .img {
    width: 80px;
    height: 80px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide .img svg {
    width: 45px;
    height: 45px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .img {
    top: 30%;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .img {
    top: 10%;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .section1 {
    height: 300px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .section1 {
    height: 400px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide .section1 .title {
    font-size: 20px;
    line-height: normal;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide .section2 .title {
    font-size: 20px;
    line-height: normal;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide .section2 .desc {
    font-size: 18px;
  }
  .process .inner .title {
    width: 90%;
    font-size: 30px;
    margin-bottom: 40px;
  }
  .connect .inner {
    width: 90%;
    padding: 30px 0;
  }
  .connect .inner .section1 .item p {
    font-size: 15px;
  }
  .connect .inner .section1 {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .connect .inner .section1 .item {
    width: 100%;
  }
  .connect .inner .section2 {
    padding-bottom: 60px;
  }
  .connect .inner .section2 .left {
    width: 100%;
  }
  .connect .inner .section2 .left .upload {
    gap: 15px;
  }
  .connect .inner .section2 .right {
    display: none;
  }
  .factory .inner {
    width: 90%;
    padding: 50px 0 190px 0;
  }
  .factory .inner .content {
    width: 80%;
    gap: 20px;
  }
  .factory .inner .content .title {
    font-size: 30px;
    line-height: normal;
  }
  .footer .inner {
    width: 90%;
    padding: 30px 0 25px 0;
  }
  .footer .inner .top .logo {
    margin-bottom: 0px;
  }
  .footer .inner .top .text {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .footer .inner .top .btn {
    gap: 20px;
  }
  .footer .inner .top .btn a {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .footer {
    position: relative;
    top: -60px;
  }
}
@media screen and (max-width: 821px) {
  .enclosures .inner .section2 {
    height: 730px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background-color: white;
    height: 50px;
  }
  .banner {
    width: 100%;
    margin-top: 0px;
    position: relative;
  }
  .banner .inner {
    top: 25%;
    gap: 10px;
  }
  .banner .inner .title p {
    font-size: 20px;
    line-height: normal;
  }
  .banner .inner .text1 p {
    font-size: 16px;
  }
  .banner .inner .btn .btn1,
  .banner .inner .btn .btn2 {
    padding: 10px 20px;
  }
  .models .inner .section1 {
    gap: 15px;
  }
  .models .inner .section1 .top {
    gap: 0px;
  }
  .models .inner .section1 .top .title {
    font-size: 20px;
    line-height: normal;
  }
  .models .inner .section1 .top .title span {
    font-size: 25px;
    line-height: normal;
  }
  .models .inner .section1 .top .desc {
    font-size: 16px;
  }
  .models .inner .section1 .bottom {
    gap: 20px;
  }
  .models .inner .section1 .bottom .submit {
    padding: 5px 20px;
  }
  .custom .inner .title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .custom .inner .title span {
    font-size: 25px;
    line-height: normal;
  }
  .custom .inner .desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .enclosures .inner .section1 {
    gap: 10px;
    margin-bottom: 15px;
  }
  .enclosures .inner .section1 .title p {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .enclosures .inner .section1 .desc {
    font-size: 18px;
  }
  .enclosures .inner .section3 .btn1,
  .enclosures .inner .section3 .btn2 {
    padding: 10px 20px;
    font-size: 18px;
  }
  .benefits .inner .section1 {
    margin-bottom: 30px;
  }
  .benefits .inner .section1 .title {
    font-size: 20px;
  }
  .benefits .inner .section2 {
    height: auto;
    flex-direction: column;
    gap: 15px;
  }
  .benefits .inner .section2 .swiper1 {
    width: 70%;
  }
  .benefits .inner .section2 .swiper1 .swiper-wrapper {
    top: 0;
    left: 0;
  }
  .benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.active {
    width: 100%;
    opacity: 1;
  }
  .benefits .inner .section2 .swiper2 {
    width: 100%;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper {
    bottom: -100%;
  }
  .benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.prev,
  .benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.prev2,
  .benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.next1,
  .benefits .inner .section2 .swiper1 .swiper-wrapper .swiper-slide.next2,
  .benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide.prev,
  .benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide.next {
    opacity: 0;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
  }
  .benefits .inner .section2 .swiper2 .swiper-wrapper .swiper-slide .desc {
    font-size: 16px;
    line-height: 25px;
  }
  .process > img {
    top: -5%;
  }
  .process .inner .swiper {
    width: 100%;
    height: 420px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .section1 {
    height: 250px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .section1 {
    height: 350px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide .section2 {
    padding: 20px;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .img {
    top: -12%;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
    margin-top: 45px;
  }
  .process .inner .title {
    font-size: 20px;
    line-height: normal;
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .img {
    top: 5%;
  }
  .connect .inner .section2 .left {
    flex-direction: column;
    gap: 15px;
  }
  .connect .inner .section2 .left .upload {
    width: 100%;
  }
  .connect .inner .section2 .left .upload .top .title {
    font-size: 24px;
  }
  .connect .inner .section2 .left .form_item {
    width: 100%;
    gap: 15px;
  }
  .connect .inner .section2 .left .submit {
    padding: 5px 20px;
    font-size: 20px;
  }
  .factory .inner {
    padding: 50px 0 140px 0;
  }
  .factory .inner .content {
    width: 100%;
    gap: 15px;
  }
  .factory .inner .content .title {
    font-size: 20px;
  }
  .footer .inner .top .btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .banner .inner {
    top: 22%;
    gap: 10px;
  }
  .banner .inner .btn {
    gap: 30px;
  }
  .banner .inner .btn .btn1,
  .banner .inner .btn .btn2 {
    font-size: 16px;
    padding: 10px 15px;
  }
  .enclosures .inner .section2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits .inner .section2 .swiper1 {
    width: 80%;
  }
  .factory .inner {
    padding: 50px 0 100px 0;
  }
}
@media screen and (max-width: 521px) {
  .banner .inner {
    top: 35%;
    gap: 10px;
  }
  .banner .inner .text1 {
    display: none;
  }
  .enclosures .inner .section3 {
    align-items: center;
    gap: 15px;
    flex-direction: column-reverse;
  }
  .benefits .inner .section2 .swiper1 {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .enclosures .inner .section2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits .inner .section2 .swiper1 {
    width: 100%;
  }
}
@media screen and (max-width: 431px) {
  .footer .inner .bottom {
    justify-content: center;
  }
  .connect .inner .section1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .process .inner .swiper .swiper-wrapper .swiper-slide {
    width: 280px;
  }
  .benefits .inner .section1 {
    flex-direction: column;
  }
  .benefits .inner .section1 .title {
    width: 100%;
  }
}
