.home_banner {
  position: relative;
  overflow: hidden;
}
.home_banner .video {
  padding-bottom: 49.11458333%;
}
.home_banner .video .btn_play {
  top: 49.9%;
}
.home_banner .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.home_banner .wrap .content {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.home_banner .head {
  flex: 1;
  padding: 10.28571429% 0;
}
.home_banner .head h1 {
  font-size: 7rem;
  line-height: 1.02857143;
}
.home_banner p {
  font-size: 2.4rem;
  margin-top: 1.2rem;
}
.home_banner .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4.3rem;
}
.home_banner .btn {
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
  gap: 2.1rem;
  min-width: 27.4rem;
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
  background-size: 150%;
  padding: 0 2.75rem;
}
.home_banner .btn::after {
  width: 1rem;
  height: 1rem;
}
.home_banner .btn_line {
  display: inline-block;
  padding: 0 2.75rem;
  letter-spacing: 0.03rem;
}
.home_banner .btn_line::after {
  display: none;
}
.home_about {
  padding: 11.6rem 0 9.5rem;
}
.home_about .lt {
  flex: 1;
  width: 100%;
  max-width: 71.6rem;
  padding-top: 1.54285714%;
}
.home_about h2 {
  max-width: 61rem;
}
.home_about p {
  font-size: 2rem;
  line-height: 3rem;
  max-width: 70.6rem;
  margin-top: 3.7rem;
}
.home_about .nums {
  margin-top: 6.3rem;
}
.home_about .nums li:first-child p {
  letter-spacing: -0.025rem;
}
.home_about .nums ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.home_about .nums strong {
  font-size: 5rem;
  line-height: 1;
  white-space: nowrap;
  color: #000;
}
.home_about .nums p {
  font-weight: 600;
  max-width: 20rem;
  margin-top: 1.9rem;
}
.home_about .btn {
  margin-top: 5.2rem;
}
.home_about .img {
  width: 47.28571429%;
  --h: 93.95770393%;
}
.home_about .img:hover img {
  transform: scale(1.02);
}
.home_factory {
  position: relative;
}
.home_factory .bg {
  height: auto;
}
.home_factory .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.home_factory .wrap .content {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.home_factory .head {
  flex: 1;
  padding: 7.07142857% 0;
}
.home_factory .head h2 {
  text-transform: uppercase;
  font-size: 4.8rem;
}
.home_factory .subtitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.7rem;
}
.home_factory p {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 94.9rem;
  margin: 1.8rem auto 0;
}
.home_factory .icon {
  width: 10.8rem;
  height: auto;
  margin: 4.5rem auto 0;
}
.home_products {
  padding: 11rem 0 10.2rem;
}
.home_products p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  max-width: 66.1rem;
  margin: 0.8rem auto 0;
}
.home_products .list {
  margin-top: 6rem;
}
.home_products .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(45rem, 100%), 1fr));
  gap: 7.8rem 1.1608154%;
}
.home_products p.center:has(.btn) {
  max-width: unset;
  margin-top: 6.7rem;
}
.home_products p.center:has(.btn) .btn {
  gap: 1.5rem;
  letter-spacing: 0.03rem;
  padding: 0 2.4rem;
}
.home_solutions {
  position: relative;
  overflow: hidden;
  max-width: 256rem;
  margin: 0 auto;
  background-color: var(--title);
}
.home_solutions > div:not(.swiper_box) {
  position: static;
}
.home_solutions .home_solutions_swiper .swiper-slide {
  position: relative;
}
.home_solutions .home_solutions_swiper .swiper-slide .head .title,
.home_solutions .home_solutions_swiper .swiper-slide .head .desc,
.home_solutions .home_solutions_swiper .swiper-slide .head .more {
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.8s 0.7s;
}
.home_solutions .home_solutions_swiper .swiper-slide .head .desc {
  transition: all 0.8s 0.8s;
}
.home_solutions .home_solutions_swiper .swiper-slide .head .more {
  transition: all 0.8s 0.9s;
}
.home_solutions .home_solutions_swiper .swiper-slide-active .head .title,
.home_solutions .home_solutions_swiper .swiper-slide-active .head .desc,
.home_solutions .home_solutions_swiper .swiper-slide-active .head .more {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s 0.6s;
}
.home_solutions .home_solutions_swiper .swiper-slide-active .head .desc {
  transition: all 0.5s 0.7s;
}
.home_solutions .home_solutions_swiper .swiper-slide-active .head .more {
  transition: all 0.5s 0.8s;
}
.home_solutions .home_solutions_swiper .img {
  padding-bottom: 43.75%;
}
.home_solutions .home_solutions_swiper .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home_solutions .home_solutions_swiper .wrap .content {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 14.7%;
}
.home_solutions .home_solutions_swiper .head {
  flex: 1;
  max-width: 63.9rem;
}
.home_solutions .home_solutions_swiper .head .title {
  font-size: 4.8rem;
  line-height: 1.1875;
  font-weight: 700;
  max-width: 51rem;
}
.home_solutions .home_solutions_swiper .head .desc {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2.3rem;
}
.home_solutions .home_solutions_swiper .head .btn_line {
  min-width: 25.4rem;
  margin-top: 5.2rem;
}
.home_solutions .swiper_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9.2857143%;
  z-index: 2;
}
.home_solutions .swiper_box .large_content {
  display: flex;
  gap: 1rem;
}
.home_solutions .swiper_box .swiper_prev,
.home_solutions .swiper_box .swiper_next {
  display: block;
  width: 4.4rem;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
  background-color: var(--primary);
}
.home_solutions .swiper_box .swiper_prev::after,
.home_solutions .swiper_box .swiper_next::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/arrow.png") no-repeat center / 27.2727%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.home_solutions .swiper_box .swiper_prev:hover,
.home_solutions .swiper_box .swiper_next:hover {
  background-color: var(--title);
}
.home_solutions .swiper_box .swiper_next::after {
  transform: rotate(180deg);
}
.home_solutions .swiper_box .swiper-button-disabled {
  pointer-events: none;
  background-color: var(--primary);
}
.home_solutions .home_solutions_nav_swiper {
  flex: 1;
  overflow: hidden;
}
.home_solutions .home_solutions_nav_swiper .swiper-slide {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  align-items: center;
  background-color: #f7f7f7;
  gap: 2.1rem;
  padding: 1.628468% 0.6031363% 1.628468% 2.1712907%;
}
.home_solutions .home_solutions_nav_swiper .swiper-slide::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s;
  background-image: linear-gradient(to right, var(--primary) -10%, var(--secondary) 71.3%);
  opacity: 0;
}
.home_solutions .home_solutions_nav_swiper .icon {
  padding-bottom: 100%;
  transition: all 0.3s;
}
.home_solutions .home_solutions_nav_swiper .title {
  font-size: 2rem;
  color: var(--title);
  font-weight: 700;
  transition: all 0.3s;
  align-self: end;
  margin-bottom: 1px;
  letter-spacing: 0.02rem;
}
.home_solutions .home_solutions_nav_swiper .swiper-slide-thumb-active::before {
  opacity: 1;
}
.home_solutions .home_solutions_nav_swiper .swiper-slide-thumb-active .icon {
  filter: contrast(0) brightness(2);
}
.home_solutions .home_solutions_nav_swiper .swiper-slide-thumb-active .title {
  color: #fff;
}
.home_advantages {
  background-color: #eff1f7;
  padding: 8.8rem 0 12.7rem;
  border-top: 0.3rem solid #fff;
}
.home_advantages > img {
  opacity: 0.09;
}
.home_advantages .head p {
  font-weight: 700;
}
.home_advantages p {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 0.3rem;
}
.home_advantages .items {
  margin-top: 2.9rem;
}
.home_advantages .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 2rem 1.7rem;
}
.home_advantages .item {
  display: block;
  height: 100%;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  padding: 13.18681319% 10.98901099% 11.42857143%;
}
.home_advantages .item h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--title);
}
.home_advantages .item h3::after {
  display: block;
  content: '';
  width: 4.6rem;
  height: 0.5rem;
  border: 1px solid #f8f8f8;
  background-image: linear-gradient(to right, var(--primary) 76.61%, #f8f8f8 76.61%, #f8f8f8 calc(76.61% + 1px), #fff calc(76.61% + 1px), #fff calc(76.61% + 2px), var(--primary) calc(76.61% + 2px));
  margin-top: 1.4rem;
}
.home_advantages .item p {
  margin-top: 2.7rem;
  max-width: 35.2rem;
}
.home_partners {
  padding: 12.1rem 0 5.8rem;
}
.home_partners p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-top: 0.3rem;
}
.home_partners .home_partners_swiper {
  overflow: hidden;
  max-width: 176.2rem;
  margin: 6.1rem auto 0;
}
.home_partners .home_partners_swiper .swiper-slide {
  margin-bottom: 2px;
  max-width: 629px;
}
.home_partners .home_partners_swiper .img {
  background-color: #fefefe;
  border: 1px solid #e4e6e9;
  --h: 55.82822086%;
}
.home_cases {
  padding: 5.8rem 0 7.2rem;
}
.home_cases p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.7rem;
}
.home_cases .swiper_box {
  margin-top: 5.4rem;
}
.home_cases .home_cases_swiper {
  overflow: hidden;
}
.home_cases .home_cases_swiper .swiper-slide {
  position: relative;
  flex: 0 0 24.94337486%;
  transition: flex 0.5s;
  margin-right: 0.73612684%;
  max-width: 860px;
  padding-top: 29.8414496%;
}
.home_cases .home_cases_swiper .swiper-slide:last-child {
  margin-right: 0;
}
.home_cases .home_cases_swiper .swiper-slide.active {
  flex: 0 0 48.6409966%;
}
.home_cases .home_cases_swiper .img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.home_cases .home_cases_swiper .img:hover img {
  transform: scale(1.02);
}
.home_cases .home_cases_swiper .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--title);
  text-align: center;
  margin-top: 3.4rem;
}
.home_cases .swiper_btns.middle {
  top: 46.8%;
}
.home_world {
  padding: 7.2rem 0 17.1rem;
}
.home_world > img {
  height: auto;
  object-fit: contain;
  top: unset;
  bottom: 0;
}
.home_world p {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  max-width: 57.7rem;
  margin: 1.1rem auto 0;
}
.home_world .image {
  position: relative;
  margin-top: 4.4rem;
  padding-bottom: 41.67610419%;
}
.home_world .image > .syeditorlist {
  position: absolute;
  left: 0;
  top: 0;
}
.home_world .image .syeditorlist {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1.6rem 1.7rem;
}
.home_world .image .syeditorlist div {
  flex: 1;
}
.home_world .image .syeditorlist .syeditorlist {
  flex-direction: column;
}
.home_world .image .img {
  border-radius: 1rem;
}
.home_world .image .img:hover img {
  transform: scale(1.02);
}
.home_blog {
  padding: 10.9rem 0 11.2rem;
}
.home_blog p {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 57.3rem;
  margin: 0.3rem auto 0;
}
.home_blog .home_blog_swiper {
  overflow: hidden;
  margin-top: 3.9rem;
}
.home_blog .home_blog_swiper .swiper-slide {
  max-width: 425px;
}
.home_blog .swiper_btns.middle {
  max-width: unset;
}
.blog_list .info {
  padding: 8.254717% 7.0754717% 7.7830189% 10.1415094%;
}
.blog_list .date {
  font-size: 2rem;
  line-height: 1.55;
}
.blog_list .title {
  margin-top: 1.1rem;
}
.blog_list .desc {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  -webkit-line-clamp: 2;
  margin-top: 2.6rem;
  max-width: unset;
}
.blog_list .btn_i {
  font-size: 2.4rem;
  margin-top: 3.5rem;
}
.blog_list .btn_i::after {
  margin-bottom: 0.7rem;
}
.home_contact {
  padding: 9.6rem 0 9.1rem;
}
.home_contact .lt {
  flex: 1;
  width: 100%;
  max-width: 61.8rem;
  margin-left: -0.6rem;
  padding-bottom: 2.2%;
}
.home_contact .head h2 {
  font-size: 6rem;
  line-height: 1;
}
.home_contact p {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 2.2rem;
}
.home_contact .connect {
  margin-top: 2.4rem;
}
.home_contact .connect ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 1.1rem;
}
.home_contact .connect li {
  border-radius: 1rem;
  background-color: #fff;
  padding: 2.4rem 3.3rem 3rem;
}
.home_contact .connect li::before {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  content: '';
  background: no-repeat left bottom / contain;
  flex-shrink: 0;
  margin-bottom: 1.4rem;
}
.home_contact .connect li .label {
  font-weight: 700;
  margin-bottom: 1px;
}
.home_contact .connect li a,
.home_contact .connect li p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
.home_contact .connect li a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.home_contact .connect li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.home_contact .connect li p {
  color: #00040a;
  margin-top: 0.9rem;
  max-width: 45.2rem;
}
.home_contact .connect .locate {
  grid-column: -1/1;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding-top: 3rem;
  padding-left: 2.2rem;
  padding-bottom: 4.6rem;
}
.home_contact .connect .locate::before {
  margin-bottom: 0;
}
.home_contact .connect .phone::before {
  background-image: url("../img/icon-phone.png");
  background-size: 92.86%;
}
.home_contact .connect .email::before {
  background-image: url("../img/icon-email.png");
}
.home_contact .connect .locate::before {
  background-image: url("../img/icon-locate.png");
  background-size: 64.29%;
}
.home_contact .quote_form {
  width: 52.64285714%;
  margin-right: -1.3rem;
}
.home_contact .quote_form form {
  background-color: #fff;
  border-radius: 3rem;
  padding: 4.8846676% 3.6635007% 10.4477612% 4.4776119%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_solutions .home_solutions_nav_swiper .title {
    align-self: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_banner .head {
    padding: 5rem 0;
  }
  .home_banner .head h1 {
    font-size: 6rem;
  }
  .home_about .nums strong {
    font-size: 4rem;
  }
  .home_factory .head {
    padding: 4rem 0;
  }
  .home_factory .head h2 {
    font-size: 4rem;
  }
  .home_cases .home_cases_swiper .title {
    font-size: 2rem;
  }
  .home_contact .head h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_banner .head h1 {
    font-size: 5rem;
  }
  .home_factory p {
    font-size: 1.8rem;
    line-height: normal;
  }
  .home_factory .icon {
    width: 7rem;
    margin-top: 2rem;
  }
  .home_solutions .home_solutions_swiper .head .title {
    font-size: 4rem;
  }
  .home_solutions .home_solutions_swiper .head .btn_line {
    margin-top: 2rem;
  }
  .home_contact .head h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .head {
    padding: 40px 0;
  }
  .home_banner .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .home_banner .btns {
    margin-top: 20px;
    gap: 10px;
  }
  .home_banner .btns .btn,
  .home_banner .btns .btn_line {
    margin: 0;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .lt {
    padding: 0;
  }
  .home_about .nums {
    margin-top: 30px;
  }
  .home_about .nums li:first-child p {
    letter-spacing: unset;
  }
  .home_about .nums ul {
    gap: 30px 20px;
  }
  .home_about .nums li {
    flex: 1;
  }
  .home_about .nums strong {
    font-size: 26px;
  }
  .home_about .nums p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_about .btn {
    margin-top: 20px;
  }
  .home_factory .head {
    padding: 30px 0;
  }
  .home_factory .head h2 {
    font-size: 22px;
  }
  .home_factory .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .home_factory .icon {
    width: 50px;
    margin-top: 20px;
  }
  .home_products {
    padding: 50px 0;
  }
  .home_products .list {
    margin-top: 30px;
  }
  .home_products .list ul {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .home_products p.center:has(.btn) {
    margin-top: 40px;
  }
  .home_products p.center:has(.btn) .btn {
    letter-spacing: unset;
    gap: 8px;
    padding: 0 20px;
  }
  .home_solutions .home_solutions_swiper .wrap .content {
    align-items: center;
    padding-bottom: 0;
  }
  .home_solutions .home_solutions_swiper .head .title {
    font-size: 20px;
  }
  .home_solutions .home_solutions_swiper .head .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_solutions .home_solutions_swiper .head .btn_line {
    min-width: unset;
    margin-top: 20px;
  }
  .home_solutions .swiper_box {
    position: static;
    bottom: 20px;
    padding: 20px 0;
  }
  .home_solutions .swiper_box .swiper_prev,
  .home_solutions .swiper_box .swiper_next {
    width: 40px;
  }
  .home_solutions .home_solutions_nav_swiper .swiper-slide {
    grid-template-columns: 40px 1fr;
    padding: 10px;
    gap: 10px;
  }
  .home_solutions .home_solutions_nav_swiper .title {
    font-size: 14px;
    margin: 0;
    letter-spacing: unset;
    align-self: center;
  }
  .home_advantages {
    padding: 50px 0;
    border-top: none;
  }
  .home_advantages .items {
    margin-top: 30px;
  }
  .home_advantages .items ul {
    display: flex;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    overflow-x: auto;
    gap: 16px;
  }
  .home_advantages .items ul::-webkit-scrollbar {
    display: none;
  }
  .home_advantages .items ul li {
    flex: 1 0 250px;
  }
  .home_advantages .item {
    padding: 20px;
  }
  .home_advantages .item h3 {
    font-size: 18px;
  }
  .home_advantages .item h3::after {
    width: 40px;
    height: 4px;
    margin-top: 10px;
  }
  .home_advantages .item p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_partners {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_partners .home_partners_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .home_partners .home_partners_swiper .swiper-slide {
    margin-bottom: 0;
    max-width: 160px;
  }
  .home_cases {
    padding: 50px 0;
  }
  .home_cases .swiper_box {
    margin-top: 30px;
  }
  .home_cases .home_cases_swiper .title {
    font-size: 18px;
    margin-top: 20px;
  }
  .home_world {
    padding: 50px 0;
  }
  .home_world .image {
    margin-top: 30px;
  }
  .home_world .image .syeditorlist {
    gap: 10px;
  }
  .home_world .image .img {
    border-radius: 5px;
  }
  .home_blog {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_blog .home_blog_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .home_blog .home_blog_swiper .swiper-slide {
    max-width: 282px;
  }
  .home_blog .swiper_btns.middle {
    display: none;
  }
  .home_blog .blog_list .info {
    padding: 20px;
  }
  .home_contact {
    padding: 50px 0;
  }
  .home_contact .lt {
    margin: 0;
    padding: 0;
  }
  .home_contact .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .home_contact .connect {
    margin-top: 30px;
  }
  .home_contact .connect ul {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .home_contact .connect li {
    padding: 20px;
  }
  .home_contact .connect li::before {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  .home_contact .connect li .label {
    margin-bottom: 0;
  }
  .home_contact .connect li a {
    font-size: 16px;
    line-height: 1.5;
  }
  .home_contact .connect li p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  .home_contact .connect .locate {
    padding: 20px;
    gap: 5px;
  }
  .home_contact .quote_form {
    margin: 0;
    width: 55%;
  }
  .home_contact .quote_form form {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .home_contact .quote_form form .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .wrap {
    position: static;
    background-color: var(--title);
  }
  .home_banner .wrap .btns {
    display: grid;
  }
  .home_about .img {
    width: 100%;
    order: -1;
  }
  .home_about .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home_factory .wrap {
    position: static;
  }
  .home_factory .wrap .head {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .home_products .list ul {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    display: flex;
    overflow-x: auto;
  }
  .home_products .list ul::-webkit-scrollbar {
    display: none;
  }
  .home_products .list ul li {
    flex: 0 0 280px;
  }
  .home_solutions .home_solutions_swiper .wrap {
    position: static;
    padding: 30px 0;
    overflow: hidden;
  }
  .home_cases {
    overflow: hidden;
  }
  .home_cases .home_cases_swiper {
    overflow: unset;
  }
  .home_cases .home_cases_swiper .swiper-slide {
    flex: 1 0 250px;
    max-width: 250px;
    padding: 0;
    margin-right: 16px;
  }
  .home_cases .home_cases_swiper .swiper-slide .img {
    position: relative;
    padding-bottom: 119.72789116%;
  }
  .home_cases .home_cases_swiper .swiper-slide.active {
    flex: 1 0 250px;
  }
  .home_world .box {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
  }
  .home_world .box::-webkit-scrollbar {
    display: none;
  }
  .home_world .box .image {
    min-width: 600px;
    padding: 0;
  }
  .home_world .box .image::after {
    padding-bottom: 41.67610419%;
    display: block;
    content: '';
  }
  .home_contact .quote_form {
    width: 100%;
  }
}
