.home_banner {
  max-width: 256rem;
  margin: 0 auto;
  padding: 99px 0 5rem;
}
.home_banner::before,
.home_banner::after {
  position: absolute;
  width: 53.021%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to right, #020919 -13.67%, transparent);
}
.home_banner::after {
  width: 100%;
  height: 108px;
  background-image: linear-gradient(to bottom, #010b1e -9.26%, transparent);
  opacity: 0.61;
}
.home_banner .flex {
  min-height: 64.9rem;
  padding: 5rem 0;
}
.home_banner .head {
  width: 54.03%;
  max-width: 70rem;
  padding-bottom: 2.9%;
}
.home_banner .head strong {
  display: block;
  font-size: 3.4rem;
  margin-top: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
}
.home_banner p {
  max-width: 58.8rem;
  margin-top: 1.5rem;
}
.home_banner .btn {
  margin-top: 3.1rem;
  gap: 1.1rem;
}
.home_banner .certifications ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4.7rem;
}
.home_banner .certifications .img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 12.9rem;
  height: 6.8rem;
}
.home_banner .certifications .img img {
  height: 100%;
  width: auto;
}
.home_nums {
  position: relative;
  border-bottom: 1px solid var(--border);
  padding: 3.5rem 0 4.7rem;
}
.home_nums::after {
  position: absolute;
  width: 27.2rem;
  height: calc(200% + 2px);
  right: 0;
  bottom: -1px;
  content: '';
  background-image: var(--bg_linear);
  clip-path: var(--pl);
  z-index: 2;
}
.home_nums .nums {
  position: relative;
  z-index: 2;
}
.home_nums .nums ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.home_nums .nums li {
  flex: 1;
}
.home_nums .nums strong {
  font-size: 5.102rem;
  font-weight: 600;
  color: var(--primary);
}
.home_nums .nums strong i {
  font-size: 0.882em;
  margin-left: -0.044em;
}
.home_nums .nums p {
  font-size: 1.8rem;
  color: var(--text);
  margin-top: 0.6rem;
}
.home_about {
  padding: 11.5rem 0 15.8rem;
}
.home_about .head {
  width: 45.41666667%;
}
.home_about .head h2 span {
  display: block;
  margin-top: 0.7rem;
  color: #9d9da8;
}
.home_about .img {
  padding-bottom: 73.54740061%;
  margin-top: 5.3rem;
}
.home_about .img::before,
.home_about .img::after {
  position: absolute;
  width: 54.43425076%;
  height: 100%;
  content: '';
  right: 0;
  top: 0;
  background-color: var(--bg);
  clip-path: var(--pl);
  z-index: -1;
}
.home_about .img::before {
  right: unset;
  left: -6.88073394%;
}
.home_about .img img {
  filter: drop-shadow(var(--shadow));
}
.home_about .rt {
  flex: 1;
  width: 100%;
  max-width: 61.3rem;
  padding-top: 6.4%;
}
.home_about .rt .desc {
  font-size: 1.7rem;
  line-height: 3rem;
  color: var(--text);
  hyphens: auto;
  letter-spacing: -0.005rem;
}
.home_about .rt .btn_i {
  margin-top: 2.2rem;
}
.home_about .features {
  margin-top: 7.7rem;
}
.home_about .features li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding: 3.2rem 0;
}
.home_about .features strong {
  font-size: 4.2rem;
  font-weight: 600;
  color: var(--primary);
}
.home_about .features p {
  font-size: 1.8rem;
  color: var(--text);
  margin-bottom: 0.8rem;
  letter-spacing: -0.002rem;
}
.home_core {
  position: relative;
  overflow: hidden;
  max-width: 256rem;
  margin: 0 auto;
  --deg: 5.3rem;
  padding: 11.7rem 0 7.5rem;
}
.home_core::before {
  position: absolute;
  width: 100%;
  height: 48.9rem;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-color: var(--bg);
  clip-path: polygon(var(--deg) 0, 100% 0, 100% 100%, 0 100%, 0 var(--deg));
}
.home_core .home_core_swiper {
  margin-top: 3.9rem;
}
.home_core .home_core_swiper .swiper-slide {
  max-width: 38.7rem;
}
.home_core .home_core_swiper .active .item .btn_s {
  background-color: var(--primary);
}
.home_core .home_core_swiper .active .item .btn_s::after {
  background-image: url("../img/arrow-w.svg");
}
.home_core .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e6e8ef;
}
.home_core .item:hover img {
  transform: scale(1.03);
}
.home_core .item .img {
  padding-bottom: 67.87564767%;
  margin-right: -1px;
}
.home_core .item .info {
  position: relative;
  flex: 1;
  padding: 6.7532468% 8.3116883% 7.012987%;
}
.home_core .item .info::after {
  position: absolute;
  width: 28.05194805%;
  padding-bottom: 37.4025974%;
  right: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to bottom, var(--primary) 0 50%, var(--bg) 50% 100%);
  clip-path: var(--pl);
  transform: translateY(-50%);
}
.home_core .item .info .title {
  font-size: 2.6rem;
  line-height: 1.38461538;
  font-weight: 600;
  max-width: 18.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_core .item .info .desc {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: var(--text);
  hyphens: auto;
  max-width: 32rem;
  margin-top: 2.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: -0.005rem;
}
.home_core .item .btn_s {
  margin-left: auto;
  margin-right: -1px;
  margin-bottom: -1px;
}
.home_engineering {
  padding: 7.4rem 0 14rem;
}
.home_engineering h2 {
  max-width: 59.3rem;
}
.home_engineering .main {
  margin-top: 6.5rem;
}
.home_engineering .main .lt {
  flex: 1;
  width: 100%;
  max-width: 35.8rem;
}
.home_engineering .main .rt {
  width: 71.31944444%;
}
.home_engineering .nav .nav_item {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 600;
  color: #686868;
  border-bottom: 1px solid var(--border);
  padding: 2.52rem 0 2.55rem;
}
.home_engineering .nav .nav_item::after {
  position: absolute;
  width: 0;
  height: 2px;
  content: '';
  background-color: var(--secondary);
  left: 0;
  bottom: -1px;
}
.home_engineering .nav .nav_item.active {
  color: var(--title);
}
.home_engineering .nav .nav_item.active::after {
  width: 100%;
  transition: width 5s linear;
}
.home_engineering .home_engineering_swiper {
  overflow: hidden;
}
.home_engineering .home_engineering_swiper .flex {
  height: 100%;
}
.home_engineering .home_engineering_swiper .img {
  display: block;
  width: 72.24926972%;
  --h: 73.58490566%;
}
.home_engineering .home_engineering_swiper .info {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  max-width: 37.5rem;
  margin-left: -8.66601753%;
  padding-top: 4.57644%;
}
.home_engineering .home_engineering_swiper .info::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -16.8%;
  content: '';
  z-index: -1;
  pointer-events: none;
  background-color: #fff;
}
.home_engineering .home_engineering_swiper .info .title {
  font-size: 2.6rem;
  line-height: 1.38461538;
  font-weight: 600;
  max-width: 25.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_engineering .home_engineering_swiper .info .desc {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  hyphens: auto;
  border-top: 1px solid var(--border);
  margin-top: 2.5rem;
  padding-top: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: -0.005rem;
}
.home_engineering .home_engineering_swiper .info .btn_i {
  margin-top: 3.4rem;
  font-weight: 600;
}
.home_prototype {
  background-color: var(--bg);
  padding: 10.5rem 0 8.9rem;
}
.home_prototype h2 {
  max-width: 68rem;
}
.home_prototype .flex {
  margin-top: 5.6rem;
}
.home_prototype .flex .image {
  width: 38.19444444%;
  margin-left: 8.68055556%;
}
.home_prototype .flex .card {
  flex: 1;
  width: 100%;
  max-width: 56.6rem;
  background-color: #fff;
}
.home_prototype .home_prototype_swiper {
  overflow: hidden;
  filter: drop-shadow(var(--shadow));
}
.home_prototype .home_prototype_swiper .img {
  display: block;
  padding-bottom: 100%;
}
.home_prototype .items {
  min-height: 55.9rem;
  padding: 1.590106% 6.0070671% 1.4134276% 8.6572438%;
}
.home_prototype .items .item {
  position: relative;
  border-bottom: 1px solid rgba(209, 209, 209, 0.47);
  transition: margin-bottom 0.3s;
}
.home_prototype .items .item.active {
  margin-bottom: 0.5rem;
}
.home_prototype .items .item.active .title {
  font-size: 2.4rem;
  opacity: 1;
}
.home_prototype .items .item.active::after {
  width: 100%;
  transition: width 5s linear;
}
.home_prototype .items .item::after {
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -1px;
  content: '';
  background-color: var(--secondary);
}
.home_prototype .items .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.home_prototype .items .item:last-child::after {
  display: none;
}
.home_prototype .items .title {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.2rem;
  font-weight: 600;
  color: #232323;
  opacity: 0.67;
  padding: 2.4rem 0 3.4rem;
}
.home_prototype .items .box {
  display: none;
  margin-top: -0.7rem;
  padding-bottom: 2.6rem;
}
.home_prototype .items .box p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  hyphens: auto;
  max-width: 47.7rem;
  letter-spacing: -0.005rem;
}
.home_prototype .items .box .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  color: #232323;
  gap: 1rem;
  margin-top: 2.2rem;
}
.home_prototype .items .box .link .btn_s {
  width: 5.4rem;
}
.home_solutions {
  padding: 14.7rem 0 7.2rem;
}
.home_solutions .head h2 {
  max-width: 51.6rem;
}
.home_solutions .head p {
  line-height: 2.8rem;
  max-width: 58.2rem;
  margin-top: 2.8rem;
}
.home_solutions .grid {
  display: grid;
  grid-template-columns: 28rem 1fr;
  background-color: var(--bg);
  gap: 2rem;
  margin-top: 5.3rem;
}
.home_solutions .grid > div {
  position: static;
}
.home_solutions .grid > div:has(.home_solutions_swiper) {
  overflow: hidden;
}
.home_solutions .nav {
  border-right: 1px solid #d9dde2;
}
.home_solutions .nav .nav_item {
  position: relative;
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  line-height: 1.35;
  color: #596075;
  font-weight: 500;
  gap: 2.2rem;
  padding: 1.4rem 2.1rem 1.6rem;
  min-height: 9.2rem;
  --w: 5.5rem;
}
.home_solutions .nav .nav_item::before,
.home_solutions .nav .nav_item::after {
  position: absolute;
  width: var(--w);
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(48, 90, 209, 0.28);
  content: '';
  clip-path: var(--pl);
  transition: all 0.3s;
  opacity: 0;
}
.home_solutions .nav .nav_item::after {
  background-color: var(--secondary);
}
.home_solutions .nav .nav_item.active {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
}
.home_solutions .nav .nav_item.active .icon {
  filter: contrast(0) brightness(2);
}
.home_solutions .nav .nav_item.active::before,
.home_solutions .nav .nav_item.active::after {
  opacity: 1;
}
.home_solutions .nav .nav_item.active::after {
  transform: translateX(50%);
}
.home_solutions .nav .icon {
  padding-bottom: 100%;
  transition: all 0.3s;
  margin-bottom: 0.4rem;
}
.home_solutions .home_solutions_swiper {
  height: 100%;
  overflow: hidden;
  padding: 2.6315789% 5.877193%;
}
.home_solutions .home_solutions_swiper .flex {
  height: 100%;
}
.home_solutions .home_solutions_swiper .img {
  width: 50.44865404%;
  --h: 77.27272727%;
}
.home_solutions .home_solutions_swiper .info {
  flex: 1;
  width: 100%;
  max-width: 42.8rem;
  padding-top: 1.2%;
}
.home_solutions .home_solutions_swiper .info .title {
  font-size: 3.2rem;
  font-weight: 600;
}
.home_solutions .home_solutions_swiper .info .desc {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  hyphens: auto;
  margin-top: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: -0.005rem;
}
.home_solutions .home_solutions_swiper .info .btn_i {
  margin-top: 3.7rem;
  font-weight: 600;
}
.home_advantages {
  padding: 7.3rem 0 8.2rem;
}
.home_advantages .home_advantages_nav_swiper {
  padding-top: 1px;
  overflow: hidden;
  margin-top: 4.9rem;
}
.home_advantages .home_advantages_nav_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  border-top: 1px solid #d9dde2;
  font-size: 2rem;
  font-weight: 500;
  color: #596075;
  transition: font-weight 0.3s, color 0.3s;
  padding: 1.6rem 0;
}
.home_advantages .home_advantages_nav_swiper .swiper-slide::after {
  position: absolute;
  width: 0;
  height: 2px;
  content: '';
  background-color: var(--secondary);
  top: -1px;
  left: 0;
}
.home_advantages .home_advantages_nav_swiper .swiper-slide-thumb-active {
  color: var(--title);
  font-weight: 600;
}
.home_advantages .home_advantages_nav_swiper .swiper-slide-thumb-active::after {
  width: 100%;
  transition: width 5s linear;
}
.home_advantages .home_advantages_swiper {
  overflow: hidden;
  margin-top: 3.1rem;
}
.home_advantages .home_advantages_swiper .flex {
  height: 100%;
}
.home_advantages .home_advantages_swiper .image {
  position: relative;
  width: 56.04166667%;
  padding-bottom: 2.43055556%;
}
.home_advantages .home_advantages_swiper .image .img {
  padding-bottom: 60.22304833%;
}
.home_advantages .home_advantages_swiper .ad_lis {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  min-width: 77.69516729%;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  padding: 3.3rem 0;
}
.home_advantages .home_advantages_swiper .ad_lis ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 5.2%;
}
.home_advantages .home_advantages_swiper .ad_lis li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.55555556;
  font-weight: 600;
  gap: 1.9rem;
  padding-right: 1rem;
}
.home_advantages .home_advantages_swiper .ad_lis span {
  max-width: 18.1rem;
}
.home_advantages .home_advantages_swiper .ad_lis .icon {
  width: 5.8rem;
  height: 5.8rem;
  border: 2px solid rgba(89, 96, 117, 0.2);
}
.home_advantages .home_advantages_swiper .ad_lis .icon img {
  transform: scale(0.74074074);
}
.home_advantages .home_advantages_swiper .info {
  flex: 1;
  width: 100%;
  max-width: 50.2rem;
  padding-bottom: 2.5%;
}
.home_advantages .home_advantages_swiper .info h3 {
  font-size: 3.2rem;
  line-height: 1.34375;
  font-weight: 600;
  max-width: 40rem;
}
.home_advantages .home_advantages_swiper .info p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  hyphens: auto;
  max-width: 47.7rem;
  margin-top: 2.3rem;
  letter-spacing: -0.005rem;
}
.home_advantages .home_advantages_swiper .info p + p {
  margin-top: 2.8rem;
}
.home_advantages .home_advantages_swiper .info .btn_i {
  margin-top: 5.5rem;
}
.home_quote {
  padding: 8.3rem 0 8.8rem;
}
.home_quote .head {
  flex: 1;
  width: 100%;
  max-width: 64.5rem;
}
.home_quote .head h3 {
  font-size: 2.6rem;
  line-height: 1.42307692;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  gap: 2.3rem;
  margin-top: 5rem;
  max-width: 60.5rem;
}
.home_quote .head h3::before {
  display: inline-block;
  flex-shrink: 0;
  width: 2.9231em;
  content: '';
  height: 2px;
  background-color: var(--primary);
  margin-top: 0.65385em;
}
.home_quote .head p {
  line-height: 2.8rem;
}
.home_quote p {
  margin-top: 2.5rem;
}
.home_quote p + p {
  margin-top: 2.8rem;
}
.home_quote .btn_i {
  margin-top: 5.8rem;
}
.home_quote .image {
  width: 47.84722222%;
  margin-top: 1.12%;
}
.home_quote .image::before {
  display: block;
  width: 7.25689405%;
  padding-bottom: 7.25689405%;
  content: '';
  margin-left: auto;
  background-color: var(--primary);
}
.home_quote .image .img {
  width: 92.74310595%;
  --h: 69.32707355%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_nums::after {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_nums .nums strong {
    font-size: 4rem;
  }
  .home_solutions .head p {
    margin: 0;
  }
  .home_solutions .nav .nav_item {
    --w: 4rem;
    min-height: unset;
    font-size: 1.8rem;
  }
  .home_solutions .home_solutions_swiper .info .title {
    font-size: 2.5rem;
  }
  .home_advantages .home_advantages_swiper .info h3 {
    font-size: 2.5rem;
  }
  .home_quote .head h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_banner .head strong {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .home_banner {
    padding: 64px 0 40px;
  }
  .home_banner::before {
    width: 100%;
    background: #020919;
    opacity: 0.5;
  }
  .home_banner .flex {
    min-height: unset;
    padding: 40px 0;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .head strong {
    font-size: 18px;
    letter-spacing: unset;
    margin-top: 12px;
  }
  .home_banner .certifications ul {
    gap: 20px;
  }
  .home_banner .certifications .img {
    height: 40px;
    max-width: 76px;
  }
  .home_nums {
    padding: 30px 0;
  }
  .home_nums::after {
    display: none;
  }
  .home_nums .nums ul {
    gap: 20px;
  }
  .home_nums .nums strong {
    font-size: 24px;
  }
  .home_nums .nums p {
    font-size: 14px;
    margin-top: 5px;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .head h2 span {
    display: unset;
    margin-top: 0;
  }
  .home_about .img {
    margin-top: 30px;
  }
  .home_about .rt {
    padding: 0;
  }
  .home_about .rt .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .home_about .rt .btn_i {
    margin-top: 20px;
  }
  .home_about .features {
    margin-top: 20px;
  }
  .home_about .features li {
    padding: 14px 0;
  }
  .home_about .features strong {
    font-size: 20px;
  }
  .home_about .features p {
    font-size: 14px;
    letter-spacing: unset;
    margin-bottom: 0;
  }
  .home_core {
    padding: 50px 0;
    background-color: var(--bg);
  }
  .home_core::before {
    display: none;
  }
  .home_core .home_core_swiper {
    margin-top: 30px;
  }
  .home_core .home_core_swiper .swiper-slide {
    max-width: 300px;
  }
  .home_core .item .info {
    padding: 20px;
  }
  .home_core .item .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_core .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .home_engineering {
    padding: 50px 0;
  }
  .home_engineering .main {
    margin-top: 30px;
    gap: 30px;
  }
  .home_engineering .main .lt {
    max-width: unset;
  }
  .home_engineering .main .rt {
    width: 100%;
  }
  .home_engineering .nav .nav_list {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
  }
  .home_engineering .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_engineering .nav .nav_item {
    font-size: 14px;
    white-space: nowrap;
    padding: 14px 0;
  }
  .home_engineering .home_engineering_swiper .img {
    width: 60%;
  }
  .home_engineering .home_engineering_swiper .info {
    margin: 0;
    padding-top: 20px;
    max-width: unset;
  }
  .home_engineering .home_engineering_swiper .info .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_engineering .home_engineering_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
    padding-top: 10px;
  }
  .home_engineering .home_engineering_swiper .info .btn_i {
    margin-top: 20px;
  }
  .home_prototype {
    padding: 50px 0;
  }
  .home_prototype .flex {
    margin-top: 30px;
  }
  .home_prototype .flex .image {
    margin-left: 0;
  }
  .home_prototype .items {
    min-height: unset;
    padding: 20px;
  }
  .home_prototype .items .item.active {
    margin-bottom: 0;
  }
  .home_prototype .items .item.active .title {
    font-size: 18px;
  }
  .home_prototype .items .title {
    font-size: 18px;
    padding: 14px 0;
  }
  .home_prototype .items .box {
    margin: 0;
    padding-bottom: 20px;
  }
  .home_prototype .items .box p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .home_prototype .items .box .link {
    font-size: 14px;
    margin-top: 20px;
  }
  .home_prototype .items .box .link .btn_s {
    width: 40px;
  }
  .home_solutions {
    padding: 50px 0;
  }
  .home_solutions .head {
    display: block;
  }
  .home_solutions .head p {
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_solutions .grid {
    margin-top: 30px;
    display: block;
  }
  .home_solutions .nav {
    border-right: none;
    border-bottom: 1px solid #d9dde2;
  }
  .home_solutions .nav .nav_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
  }
  .home_solutions .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_solutions .nav .nav_item {
    --w: 30px;
    font-size: 14px;
    line-height: normal;
    padding: 10px 20px;
    gap: 10px;
    min-height: unset;
    grid-template-columns: 30px 1fr;
    white-space: nowrap;
  }
  .home_solutions .nav .nav_item .icon {
    margin: 0;
  }
  .home_solutions .home_solutions_swiper {
    padding: 30px 20px;
  }
  .home_solutions .home_solutions_swiper .info {
    padding: 0;
  }
  .home_solutions .home_solutions_swiper .info .title {
    font-size: 18px;
  }
  .home_solutions .home_solutions_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .home_solutions .home_solutions_swiper .info .btn_i {
    margin-top: 20px;
  }
  .home_advantages {
    padding: 50px 0;
  }
  .home_advantages .home_advantages_nav_swiper {
    margin-top: 20px;
  }
  .home_advantages .home_advantages_nav_swiper .swiper-slide {
    font-size: 14px;
    padding: 10px 0;
  }
  .home_advantages .home_advantages_swiper {
    margin-top: 30px;
  }
  .home_advantages .home_advantages_swiper .ad_lis {
    padding: 14px 0;
  }
  .home_advantages .home_advantages_swiper .ad_lis ul {
    gap: 20px;
  }
  .home_advantages .home_advantages_swiper .ad_lis li {
    font-size: 14px;
    line-height: 1.5;
    gap: 12px;
  }
  .home_advantages .home_advantages_swiper .ad_lis .icon {
    width: 40px;
    height: 40px;
  }
  .home_advantages .home_advantages_swiper .info {
    padding: 0;
  }
  .home_advantages .home_advantages_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_advantages .home_advantages_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .home_advantages .home_advantages_swiper .info p + p {
    margin-top: 10px;
  }
  .home_advantages .home_advantages_swiper .info .btn_i {
    margin-top: 20px;
  }
  .home_quote {
    padding: 50px 0;
  }
  .home_quote .head h3 {
    font-size: 16px;
    line-height: 1.5;
    gap: 16px;
    margin-top: 12px;
  }
  .home_quote .head p {
    line-height: 1.5;
  }
  .home_quote .image {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .head {
    width: 100%;
  }
  .home_nums .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home_about .head {
    width: 100%;
  }
  .home_engineering .home_engineering_swiper .img {
    width: 100%;
  }
  .home_engineering .home_engineering_swiper .info {
    padding: 0;
  }
  .home_engineering .home_engineering_swiper .info::before {
    display: none;
  }
  .home_prototype .flex .image {
    width: 100%;
  }
  .home_solutions .home_solutions_swiper .img {
    width: 100%;
    order: -1;
  }
  .home_advantages .home_advantages_swiper .image {
    width: 100%;
  }
  .home_quote .image {
    width: 100%;
    order: -1;
  }
}
