.home_banner {
  position: relative;
  overflow: hidden;
  background-color: #00253a;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .title,
.home_banner .home_banner_swiper .swiper-slide-active .head p,
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s 0.6s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head p {
  transition: all 0.5s 0.7s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  transition: all 0.5s 0.8s;
}
.home_banner .flex {
  min-height: 68.3rem;
  padding: 6rem 0 8rem;
}
.home_banner .head {
  flex: 1;
  max-width: 62.6rem;
  padding-bottom: 2.8%;
}
.home_banner .head .title {
  font-size: 5.4rem;
  line-height: 1.12963;
  font-weight: 800;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.3s 0.5s;
}
.home_banner .head p {
  max-width: 48.2rem;
  margin-top: 1.4rem;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.3s 0.6s;
}
.home_banner .head .more {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.3s 0.7s;
}
.home_banner .head .btn {
  margin-top: 2.7rem;
}
.home_banner .btns {
  width: 98%;
  max-width: 178.7rem;
  position: absolute;
  left: 50%;
  top: 42.8%;
  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.4rem;
  height: 2.4rem;
  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_banner div.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  gap: 0.7rem;
  bottom: 4.1rem;
  left: unset;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  flex: 1;
  width: auto;
  height: 3px;
  background: rgba(255, 255, 255, 0.37);
  opacity: 0.6;
  margin: 0;
  transition: all 0.4s;
  max-width: 4.3rem;
  border-radius: 10px;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-color: #fff;
  border-radius: 10px;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  max-width: 7.2rem;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: width 5s linear;
}
.home_video {
  padding: 3.7rem 0 2.2rem;
}
.home_video .desc {
  color: #232323;
}
.home_video .desc strong {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
}
.home_video .desc p {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  opacity: 0.85;
}
.home_video .desc p::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 2.3rem;
  background-color: #232323;
  opacity: 0.23;
  margin: 0 3.4rem 0 3rem;
  vertical-align: bottom;
}
.home_video .btn_i {
  font-size: 1.7rem;
  font-weight: 600;
}
.home_video .btn_i::after {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../img/nav-r.svg");
}
.home_video .video {
  margin-top: 6.2rem;
  padding-bottom: 52.65625%;
}
.home_factory {
  padding: 2.2rem 0 6.9rem;
}
.home_factory .head {
  gap: 2.3rem 3rem;
}
.home_factory h2 {
  max-width: 59.5rem;
}
.home_factory p {
  order: 3;
  max-width: 109.3rem;
}
.home_factory .btn {
  margin-top: 1.3rem;
}
.home_factory .items {
  position: relative;
  padding-bottom: 33.125%;
  margin-top: 8.5rem;
}
.home_factory .items > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  gap: 1.4rem;
}
.home_factory .item {
  flex: 1;
  position: relative;
  transition: flex 0.5s;
}
.home_factory .item:hover img {
  transform: scale(1.02);
}
.home_factory .item .img.img_cv {
  width: 100%;
  height: 100%;
  border-radius: 1.4rem;
}
.home_factory .item .img.img_cv::after {
  position: absolute;
  width: 100%;
  height: 31%;
  left: 0;
  bottom: 0;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to top, #0f65b2 9.2%, transparent);
  transition: all 0.3s;
}
.home_factory .item .img_ct {
  position: absolute;
  width: 60.82%;
  --h: 100%;
  bottom: 18.4%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
}
.home_factory .item .title {
  font-size: 2.4rem;
  line-height: 1.3333;
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 6.7%;
  left: 0;
  right: 0;
  padding: 0 3.2rem;
}
.home_factory .active {
  flex: 2.5956181;
}
.home_factory .active .img.img_ct {
  opacity: 1;
}
.home_factory .active .img.img_cv::after {
  opacity: 0;
}
.home_applications {
  padding: 4.3rem 0 4.5rem;
}
.home_applications p {
  margin-top: 1.7rem;
}
.home_applications .nav {
  max-width: 121.8rem;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin: 3.5rem auto 0;
}
.home_applications .nav .btn_prev,
.home_applications .nav .btn_next {
  width: 5.2rem;
}
.home_applications .nav .swiper-button-disabled {
  border-color: #c6d2e0;
}
.home_applications .home_applications_nav_swiper {
  flex: 1;
  overflow: hidden;
  max-width: 107.8rem;
  border-radius: 100px;
}
.home_applications .home_applications_nav_swiper .swiper-slide {
  cursor: pointer;
  width: auto;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #383845;
  border: 1px solid #c6d2e0;
  line-height: 5rem;
  white-space: nowrap;
  padding: 0 3.45rem;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.home_applications .home_applications_nav_swiper .swiper-slide.active {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.home_applications .boxes {
  margin-top: 4.3rem;
}
.home_applications .boxes .swiper_box {
  display: none;
}
.home_applications .boxes .swiper_box.active {
  display: block;
}
.home_applications .lt {
  width: 49.21875%;
}
.home_applications .info {
  flex: 1;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.77778;
  max-width: 56.4rem;
  padding-bottom: 1.5%;
}
.home_applications .info h3 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 3.3rem;
}
.home_applications .info h3:first-of-type {
  margin-top: 0;
}
.home_applications .info ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.3rem;
  gap: 0.4rem 2rem;
  max-width: 53.8rem;
}
.home_applications .info ul li {
  position: relative;
  padding-left: 1.7rem;
}
.home_applications .info ul li::before {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: 0;
  top: 1.4rem;
  content: '';
  background-color: var(--secondary);
  border-radius: 50%;
}
.home_applications .info p {
  color: var(--text);
  margin-top: 0.8rem;
}
.home_applications .info .btn {
  margin-top: 4.1rem;
}
.home_applications .home_applications_img_swiper {
  overflow: hidden;
  border-radius: 2.2rem;
}
.home_applications .home_applications_img_swiper .img {
  padding-bottom: 70.3175%;
}
.home_applications .home_applications_img_swiper .img:hover img {
  transform: scale(1.02);
}
.home_applications div.swiper-pagination.swiper-pagination-bullets {
  position: static;
  display: flex;
  gap: 1.9rem;
  justify-content: center;
  margin-top: 3.1rem;
}
.home_applications div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  flex: 1;
  max-width: 11rem;
  width: auto;
  height: 3px;
  background: #dfe5ea;
  opacity: 1;
  margin: 0;
  border-radius: 10px;
}
.home_applications div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: var(--secondary);
  border-radius: 10px;
}
.home_applications div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: width 5s linear;
}
.home_advantages {
  padding: 4.3rem 0 5.6rem;
}
.home_advantages p {
  margin-top: 1.9rem;
}
.home_advantages .list {
  margin-top: 3.6rem;
}
.home_advantages .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
  gap: 3.7rem 3.125%;
}
.home_advantages .item {
  display: block;
  height: 100%;
}
.home_advantages .item:hover img {
  transform: scale(1.02);
}
.home_advantages .item .img {
  border-radius: 1.6rem;
  padding-bottom: 45%;
}
.home_advantages .item .info {
  margin-top: 2.6rem;
}
.home_advantages .item .info h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.home_advantages .item .info p {
  font-size: 1.8rem;
  line-height: 1.44444;
  color: var(--text);
  margin-top: 1.1rem;
}
.home_solutions {
  padding: 4.6rem 0 6.4rem;
}
.home_solutions .head {
  max-width: 73.1rem;
  margin: 0 auto;
}
.home_solutions .main {
  margin-top: 3.3rem;
}
.home_solutions .main .flex + .flex {
  margin-top: 7.3rem;
}
.home_solutions .img {
  border-radius: 2.2rem;
  width: 48.984375%;
  --h: 70.17544%;
}
.home_solutions .img:hover img {
  transform: scale(1.02);
}
.home_solutions .info {
  flex: 1;
  width: 100%;
  max-width: 55.4rem;
  font-size: 1.8rem;
  line-height: 1.77778;
  color: var(--text);
}
.home_solutions .info h3 {
  font-size: 3.022rem;
  line-height: 1.411648;
  font-weight: 700;
  color: var(--title);
}
.home_solutions .info p {
  max-width: 49.6rem;
  margin-top: 1.2rem;
}
.home_solutions .info ul {
  margin-top: 3rem;
}
.home_solutions .info ul li {
  position: relative;
  padding-left: 4.3rem;
}
.home_solutions .info ul li::before {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url("../img/gou-full.svg") no-repeat center / contain;
  left: 0;
  top: 0.6rem;
  content: '';
}
.home_solutions .info .col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 2rem;
  color: var(--title);
  margin-top: 2.6rem;
  max-width: 53rem;
}
.home_solutions .info .col-2 li {
  padding-left: 1.7rem;
}
.home_solutions .info .col-2 li::before {
  width: 0.6rem;
  height: 0.6rem;
  top: 1.4rem;
  background: var(--secondary);
  border-radius: 50%;
}
.home_solutions .info .btn {
  margin-top: 4rem;
  min-width: 21.9rem;
}
.home_solutions .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6rem;
  margin-top: 4.5rem;
}
.home_schedule {
  padding: 4.4rem 0 3.8rem;
}
.home_schedule .home_schedule_swiper {
  margin-top: 1.7rem;
  padding-bottom: 1rem;
}
.home_schedule .home_schedule_swiper .swiper-slide {
  max-width: 407px;
}
.home_schedule .home_schedule_swiper .active .item::before {
  opacity: 1;
}
.home_schedule .home_schedule_swiper .active .item .info h3::after {
  width: 69.97%;
}
.home_schedule .home_schedule_swiper .active .item .btn {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.home_schedule .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
  --radius: 3rem;
  border-radius: var(--radius);
  border: 1px solid #c4c9ce;
  background-color: #fff;
  padding: 8.63% 9.86% 7.15%;
}
.home_schedule .item::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--radius);
  border: 2px solid var(--primary);
  box-shadow: var(--shadow);
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.home_schedule .item .img {
  padding-bottom: 58.824%;
}
.home_schedule .item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 3.4rem;
}
.home_schedule .item .info .syedittext {
  flex: 1;
}
.home_schedule .item .info h3 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.4rem;
}
.home_schedule .item .info h3::after {
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -1px;
  content: '';
  background-color: var(--secondary);
  transition: all 0.3s;
}
.home_schedule .item .info ul {
  font-size: 1.8rem;
  font-weight: 500;
  color: #606060;
  margin-top: 2.1rem;
}
.home_schedule .item .info ul li + li {
  margin-top: 1.1rem;
}
.home_schedule .item .info ul li {
  position: relative;
  padding-left: 3.4rem;
}
.home_schedule .item .info ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 1.9rem;
  height: 1.9rem;
  background: no-repeat center left / contain;
}
.home_schedule .item .info ul .date::before {
  background-image: url("../img/icon-calendar.svg");
}
.home_schedule .item .info ul .country::before {
  background-image: url("../img/icon-locate.svg");
}
.home_schedule .item .info ul .locate::before {
  background-image: url("../img/icon-tag.svg");
}
.home_schedule .item .info .btn {
  margin-top: 2.3rem;
  line-height: 5.4rem;
}
.home_industry {
  padding: 4.6rem 0 4.4rem;
}
.home_industry p {
  margin-top: 2rem;
}
.home_industry .list {
  margin-top: 3.4rem;
}
.home_industry .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
  gap: 2.4rem 1.25%;
}
.home_industry .list .active .item > img {
  opacity: 1;
}
.home_industry .list .active .img::after {
  opacity: 0;
}
.home_industry .list .active .info,
.home_industry .list .active .icon {
  transform: translateY(0);
}
.home_industry .list .active .syedittext .desc {
  opacity: 1;
}
.home_industry .list .active i {
  opacity: 1;
}
.home_industry .item {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  --h: 13.5rem;
  border-radius: 1.7rem;
  padding: 10.06% 9.42% 6.49%;
}
.home_industry .item:hover img {
  transform: scale(1.02);
}
.home_industry .item > img {
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
  display: block;
  object-fit: cover;
}
.home_industry .item .img,
.home_industry .item > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_industry .item .img::after {
  position: absolute;
  width: 100%;
  height: 39.5%;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, #0a162d 7.1%, transparent);
  pointer-events: none;
  transition: all 0.3s;
}
.home_industry .item .info {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
  transform: translateY(calc(100% - (var(--h) + 5.4rem + 2.8rem)));
}
.home_industry .item .icon {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transform: translateY(0.6rem);
  transition: all 0.4s;
}
.home_industry .item .icon img {
  transform: scale(0.654);
}
.home_industry .item .syedittext {
  flex: 1;
  color: #fff;
  margin-top: 2.4rem;
}
.home_industry .item .syedittext .title {
  font-size: 2rem;
  line-height: 1.3;
  max-width: 17.5rem;
  font-weight: 600;
  letter-spacing: 0.012rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_industry .item .syedittext .desc {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.7rem;
  transition: all 0.3s;
  opacity: 0;
  font-weight: 300;
  letter-spacing: 0.012rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_industry .item i {
  display: block;
  width: 4.2rem;
  margin-left: auto;
  border-radius: 50%;
  background-color: var(--secondary);
  margin-top: 2.2rem;
  transition: all 0.3s;
  opacity: 0;
}
.home_industry .item i::after {
  display: block;
  padding-bottom: 100%;
  background: url("../img/arrow-r.svg") no-repeat center / 38.1%;
  content: '';
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.home_industry .item i:hover::after {
  transform: rotate(-45deg);
}
.home_resource {
  padding: 4.4rem 0 6.3rem;
}
.home_resource .nav {
  max-width: 100%;
  margin-top: 0.3rem;
}
.home_resource .nav .nav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.home_resource .nav .nav_item {
  display: block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  border: 1px solid #c6d2e0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #383845;
  line-height: 5rem;
  padding: 0 3.3rem;
}
.home_resource .nav .nav_item.active,
.home_resource .nav .nav_item:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.home_resource .home_resource_swiper {
  margin-top: 2.6rem;
  padding-bottom: 1rem;
  display: none;
}
.home_resource .home_resource_swiper.active {
  display: block;
}
.home_resource .home_resource_swiper .swiper-slide {
  max-width: 406px;
}
.home_resource .swiper_con {
  margin-top: 0.7rem;
}
.resource_list .active a::after {
  opacity: 1;
}
.resource_list a {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #c4c9ce;
  background-color: #fff;
  border-radius: var(--radius);
  --radius: 3rem;
}
.resource_list a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: var(--radius);
  border: 2px solid var(--primary);
  box-shadow: var(--shadow);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.resource_list a:hover img {
  transform: scale(1.02);
}
.resource_list .img {
  border-radius: var(--radius);
  padding-bottom: 74.5049505%;
}
.resource_list .info {
  position: relative;
  z-index: 2;
  flex: 1;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  margin-top: -5.6rem;
  padding: 8.91% 9.9% 7.92%;
}
.resource_list .mates {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  color: rgba(63, 63, 63, 0.85);
  gap: 0.5rem;
}
.resource_list .mates .cat {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
}
.resource_list .title {
  font-size: 2.2rem;
  line-height: 1.27272727;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1.2rem;
}
.resource_list .desc {
  font-size: 1.8rem;
  line-height: 1.4444;
  color: var(--text);
  margin-top: 1.8rem;
  hyphens: auto;
  margin-bottom: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.resource_list .btn_i {
  margin-top: 3.8rem;
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_banner .head .title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .home_banner_swiper .swiper-slide::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: var(--title);
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
  .home_banner .flex {
    min-height: auto;
    padding: 50px 0 70px;
  }
  .home_banner .head {
    padding: 0;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.3;
  }
  .home_banner .head p {
    margin-top: 12px;
  }
  .home_banner .head .btn {
    margin-top: 20px;
  }
  .home_banner .btns {
    display: none;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets {
    gap: 5px;
    bottom: 20px;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    max-width: 35px;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    max-width: 50px;
  }
  .home_video {
    padding: 30px 0;
  }
  .home_video .desc strong {
    font-size: 16px;
  }
  .home_video .desc p {
    font-size: 14px;
  }
  .home_video .desc p::before {
    display: none;
  }
  .home_video .btn_i {
    font-size: 14px;
  }
  .home_video .btn_i::after {
    width: 12px;
    height: 12px;
  }
  .home_video .video {
    margin-top: 30px;
  }
  .home_factory {
    padding: 30px 0 50px;
  }
  .home_factory .head {
    display: block;
  }
  .home_factory .head.flex .btn {
    margin-top: 20px;
  }
  .home_factory .items {
    margin-top: 30px;
    min-height: 240px;
  }
  .home_factory .items > div {
    width: calc(100% + 40px);
    padding: 20px 20px 0;
    margin: 0 -20px;
    overflow-x: auto;
  }
  .home_factory .items > div::-webkit-scrollbar {
    display: none;
  }
  .home_factory .item {
    flex: 1 0 300px;
  }
  .home_factory .item .img.img_cv {
    border-radius: 10px;
  }
  .home_factory .item .img.img_ct {
    bottom: unset;
    top: -20px;
  }
  .home_factory .item .title {
    font-size: 18px;
    padding: 0 20px;
  }
  .home_applications {
    padding: 50px 0;
  }
  .home_applications .nav {
    margin-top: 20px;
  }
  .home_applications .nav .btn_prev,
  .home_applications .nav .btn_next {
    width: 40px;
  }
  .home_applications .home_applications_nav_swiper .swiper-slide {
    font-size: 14px;
    line-height: 38px;
    padding: 0 20px;
  }
  .home_applications .boxes {
    margin-top: 30px;
  }
  .home_applications .info {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
  }
  .home_applications .info h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .home_applications .info ul {
    margin-top: 12px;
    gap: 5px 10px;
  }
  .home_applications .info ul li {
    padding-left: 16px;
  }
  .home_applications .info ul li::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
  .home_applications .info p {
    margin-top: 10px;
  }
  .home_applications .info .btn {
    margin-top: 20px;
  }
  .home_applications .home_applications_img_swiper {
    border-radius: 10px;
  }
  .home_applications div.swiper-pagination.swiper-pagination-bullets {
    gap: 10px;
  }
  .home_applications div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    max-width: 80px;
  }
  .home_advantages {
    padding: 50px 0;
  }
  .home_advantages .list {
    margin-top: 30px;
  }
  .home_advantages .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
    gap: 30px 20px;
  }
  .home_advantages .item .img {
    border-radius: 10px;
  }
  .home_advantages .item .info {
    margin-top: 10px;
  }
  .home_advantages .item .info h3 {
    font-size: 18px;
  }
  .home_advantages .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_solutions {
    padding: 50px 0;
  }
  .home_solutions .main {
    margin-top: 30px;
  }
  .home_solutions .main .flex + .flex {
    margin-top: 30px;
  }
  .home_solutions .img {
    border-radius: 10px;
  }
  .home_solutions .info {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_solutions .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_solutions .info p {
    margin-top: 10px;
  }
  .home_solutions .info ul {
    margin-top: 10px;
  }
  .home_solutions .info ul li {
    padding-left: 25px;
  }
  .home_solutions .info ul li::before {
    width: 14px;
    height: 16px;
    top: 4px;
  }
  .home_solutions .info .col-2 {
    gap: 5px 16px;
    margin-top: 10px;
  }
  .home_solutions .info .col-2 li {
    padding-left: 16px;
  }
  .home_solutions .info .col-2 li::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
  .home_solutions .info .btn {
    margin-top: 20px;
    min-width: 120px;
  }
  .home_solutions .btns {
    margin-top: 40px;
    gap: 20px;
  }
  .home_schedule {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_schedule .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .home_schedule .home_schedule_swiper {
    padding-bottom: 0;
    margin-top: 30px;
  }
  .home_schedule .home_schedule_swiper .swiper-slide {
    max-width: 282px;
  }
  .home_schedule .item {
    padding: 20px;
    --radius: 10px;
  }
  .home_schedule .item .info {
    margin-top: 10px;
  }
  .home_schedule .item .info h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .home_schedule .item .info ul {
    font-size: 14px;
    margin-top: 12px;
  }
  .home_schedule .item .info ul li + li {
    margin-top: 10px;
  }
  .home_schedule .item .info ul li {
    padding-left: 25px;
  }
  .home_schedule .item .info ul li::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  .home_schedule .item .info .btn {
    margin-top: 20px;
    line-height: 40px;
  }
  .home_schedule .swiper_btns {
    display: none;
  }
  .home_industry {
    padding: 50px 0;
  }
  .home_industry .list {
    margin-top: 30px;
  }
  .home_industry .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
    gap: 20px;
  }
  .home_industry .item {
    border-radius: 10px;
    padding: 20px;
  }
  .home_industry .item .img::after {
    height: 100%;
    background-color: #0a162d;
    opacity: 0.5;
  }
  .home_industry .item .info {
    transform: translateY(0);
  }
  .home_industry .item .info .icon {
    width: 50px;
    height: 50px;
    transform: translateY(0);
  }
  .home_industry .item .info .syedittext {
    margin-top: 20px;
  }
  .home_industry .item .info .syedittext .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .home_industry .item .info .syedittext .desc {
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
    opacity: 1;
  }
  .home_industry .item .info i {
    width: 40px;
    opacity: 1;
    margin-top: 20px;
  }
  .home_resource {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_resource .nav {
    margin: 0;
  }
  .home_resource .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 14px;
  }
  .home_resource .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_resource .nav .nav_item {
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
    white-space: nowrap;
  }
  .home_resource .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .home_resource .home_resource_swiper {
    margin-top: 30px;
  }
  .home_resource .home_resource_swiper .swiper-slide {
    max-width: 282px;
  }
  .home_resource .swiper_con {
    margin-top: 30px;
  }
  .resource_list a {
    --radius: 10px;
  }
  .resource_list .info {
    padding: 20px;
    margin-top: -15px;
  }
  .resource_list .mates {
    font-size: 14px;
    gap: 4px;
  }
  .resource_list .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .resource_list .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .resource_list .btn_i {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home_applications {
    overflow: hidden;
  }
  .home_applications .nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
  }
  .home_applications .home_applications_nav_swiper {
    flex: unset;
    width: 100%;
    overflow: unset;
    order: -1;
  }
  .home_applications .lt {
    width: 100%;
  }
  .home_solutions .img {
    width: 100%;
  }
}
