.home .animation-effect {
  /* 动效 */
  transform: translateY(100%);
  opacity: 0;
  animation-name: bannerTxtAnimation;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#footer .footer-top {
  display: none!important;
}
@keyframes bannerTxtAnimation {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  50% {
    transform: translateY(50%);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.home .modal-open {
  padding-right: 0px !important;
}
.home .circular-progress-svg {
  transform: rotate(-90deg);
}

.home .circular-progress-background,
.home .circular-progress-bar {
  transition: stroke-dashoffset 1s linear;
}

.home {
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

.home .text {
  color: var(--theme-color);
  background-color: var(--background-color);
}
.home .custom-carousel {
  position: relative; 
  max-height: 1080px; 
}
.swiper {
  --swiper-pagination-color: #21A13B;
  --swiper-pagination-bullet-inactive-color: #D8D8D8;
  --swiper-pagination-bottom: 56px;
}
.swiper {
  width: 100%;
  height: 100vh;
}
.swiper .swiper-wrapper .swiper-slide {
  font-size: 24px;
  font-family: MiSansVF_Bold;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* 使轮播项高度为视口高度 */
}

.home .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 1080px;
  object-fit: cover;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D8D8D8;
  margin: 0 10px;
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s;
}
.swiper .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  background-color: #21A13B !important;
}
.home .custom-carousel .carousel-center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  text-shadow: 0px 0px 16px rgba(0,0,0,0.3);
}

.home .custom-carousel .carousel-center-box .carousel-title {
  font-family: MiSansVF_Bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 80px;
  letter-spacing: 2px;
  text-align: center;
  font-style: normal;
  margin-bottom: 64px;
}

.home .custom-carousel .carousel-center-box .carousel-btn {
  z-index: 3;
  padding: 14px 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);;
  border-radius: 25px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  background-color: transparent;
  /* 设置背景颜色为透明 */
}
.home .custom-carousel .carousel-center-box .carousel-btn:hover {
  background: #fff;
  color: #000;
}
.home .custom-carousel .carousel-center-box .carousel-btn .hover-btn {
  display: none;
}
.home .custom-carousel .carousel-center-box .carousel-btn:hover .hover-btn {
  display: inline-block !important;
}
.home .custom-carousel .carousel-center-box .carousel-btn:hover .default-play-btn {
  display: none;
}
.home .custom-carousel .carousel-btn-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 8px;
}
.home .custom-carousel .carousel-btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .custom-carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 1080px;
}

.home .custom-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin: 0 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.home .custom-carousel .carousel-indicators li.active {
  background-color: #21A13B;
}

.home .custom-carousel .carousel-control-prev,
.home .custom-carousel .carousel-control-next {
  width: 80px;
  height: 80px;
  padding: 27px;
  top: 50%;
  color: #FFFFFF;
  font-size: 26px;
  transform: translateY(-50%);
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  border: 0;
  z-index: 20;
}

.home .custom-carousel .carousel-control-prev {
  left: 4.2%;
}

.home .custom-carousel .carousel-control-next {
  right: 4.2%;
}

.home .earth-box {
  width: 100%;
  height: 1080px;
  /* background: url('/assets/img/home/home_bg_2.jpg') no-repeat center center; */
}

.home .earth {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.home .earth .earth-title {
  font-family: MiSansVF_Bold;
  font-size: 44px;
  color: #ffffff;
  line-height: 58px;
  font-style: normal;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 40px;
}

.home .earth .earth-desc {
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  margin-bottom: 32px;
}

.home .earth .num-groups {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.home .earth .num-groups .num-item {
  text-align: center;
  width: 25%;
}

.home .earth .num-groups .num-item .num-item-num {
  font-size: 44px;
  color: #ffffff;
  line-height: 58px;
  font-style: normal;
  font-family: MiSansVF_Bold;
  margin-bottom: 6px;
}

.home .earth .num-groups .num-item .num-item-desc {
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  font-style: normal;
}

.home .earth .earth-more {
  width: 174px;
  height: 54px;
  background: #21A13B;
  border-radius: 8px;
  font-family: MiSansVF_Semibold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
  display: block;
  line-height: 54px;
}

.home .solutions_box {
  text-align: center;
  margin-bottom: 144px;
}

.solutions_box .solutions-title {
  font-family: MiSansVF_Bold;
  font-size: 44px;
  color: #333333;
  line-height: 58px;
  font-style: normal;
  margin-top: 88px;
  margin-bottom: 48px;
}

.home .solutions_box .systems-box {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.default-solutions-box {
  display: block;
}
.home .solutions_box .show-375 {
  display: none;
}
.home .solutions_box .systems-box .systems-box-item {
  flex: 0 0 auto;
  height: 720px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  justify-content: flex-end;
}

.home .solutions_box .systems-box .systems-box-item:first-child {
  width: 462px;
  flex-direction: row;
  background: none;
  justify-content: center;
  margin-right: 0px;
}
.home .solutions_box .systems-box .right-content {
  /* width: calc((100% - 542px) / 3); */
  flex: 1;
  margin-right: 30px;
}
.systems-box-item-content {
  width: 100%;
  height: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 31%, #000000 100%);
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  justify-content: flex-end;
}
.systems-box-item-375 {
  width: 100%;
  height: 492px;
  display: flex;
  overflow-x: auto;
  padding-left: 16px;
}
.systems-box-item-375::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
/* 隐藏 Firefox 的滚动条 */
.systems-box-item-375 {
  scrollbar-width: none; /* 隐藏滚动条 */
}
/* .solutions .systems-box .right-content:last-child {
  margin-right: 0;
} */
.home .solutions_box .systems-box .systems-box-item .systems-box-item-title {
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 44px;
  text-align: left;
  font-style: normal;
  margin-bottom: 16px;
}

.home .solutions_box .systems-box .systems-box-item .systems-box-item-desc {
  font-family: MiSansVF;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin-bottom: 40px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home .solutions_box .systems-box .systems-box-item .systems-box-item-btn {
  width: 165px;
  height: 54px;
  text-align: center;
  font-family: MiSansVF;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  font-style: normal;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 72px;
  display: block;
  line-height: 54px;
}

.home .solutions_box .systems-box .systems-box-item .systems-box-item-btn:hover {
  background: #21A13B;
  color: #FFFFFF;
}

.home .solutions_box .systems-box .systems-box-item .line {
  width: 1px;
  height: auto;
  transform: translateX(40px);
  border-left: 1px dashed #D8D8D8;
}

.home .solutions_box .systems-box .systems-box-item .line-img-group {
  min-width: 296px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}

.home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .line-img-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .circular-progress-svg {
  position: absolute;
  left: -40px;
  top: -28px;
}
.home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .img-active {
  margin-right: 24px;
  color: #21A13B;
}

.home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .line-img {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
}
.home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item:last-child  .line-img {
  margin-right: 1px;
}
.home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .line-img-desc {
  font-family: MiSansVF_Bold;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  font-style: normal;
}
.home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .line-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .superfive {
  width: 100%;
  height: auto;
  margin-bottom: 88px;
  padding: 160px 0px 200px 160px;
  height: 800px;
}

.home .superfive .superfive-title {
  font-family: MiSansVF_Bold;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 58px;
  text-align: left;
  font-style: normal;
  margin-bottom: 24px;
}

.home .superfive .superfive-desc {
  width: 54.5%;
  font-family: MiSansVF;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  margin-bottom: 40px;
  background-color: rgb(50 50 50 / 15%);
    border-radius: 8px;
    padding-left: 10px;
}

.home .superfive .superfive-btn {
  width: 165px;
  height: 54px;
  text-align: center;
  font-family: MiSansVF;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  font-style: normal;
  border: 1px solid #6D777D;
  background: transparent;
  border-radius: 8px;
  margin-bottom: 200px;
  display: block;
  line-height: 54px;
}

.home .superfive .superfive-btn:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #333333;
}

.home .superfive .super-group {
  display: flex;
}

.home .superfive .super-group .super-group-item {
  max-width: 240px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 48px 0px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  margin-right: 24px;
}

.home .superfive .super-group .super-group-item .super-group-item-img {
  width: 92px;
  height: 92px;
}

.home .superfive .super-group .super-group-item .super-group-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .superfive .super-group .super-group-item .super-group-item-desc {
  width: 147px;
  font-family: MiSansVF;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  font-style: normal;
  margin-bottom: 26px;
}

.home .news {
  margin-bottom: 104px;
}

.news .news-title {
  font-size: 44px;
  color: #333333;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  font-family: MiSansVF_Bold;
  margin-top: 88px;
  margin-bottom: 48px;
}

.home .news .public-tabs {
  margin-bottom: 40px;
  border-bottom: 1px solid #E8E8E8;
}

.home .news .public-tabs .tabs-list {
  max-width: 272px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.home .first_tab {
  margin-right: 64px;
}

.home .news .public-tabs .tabs-list .tabs-li {
  font-family: MiSansVF_Semibold;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  padding: 19px 0;
  cursor: pointer;
}

.home .news .public-tabs .tabs-list .tabs-li:hover {
  color: #21A13B;
}

.home .news .public-tabs .tabs-list .tab-active {
  color: #21A13B;
  border-bottom: 2px solid #21A13B;
}


.home .news-carousel {
  margin-bottom: 48px;
  overflow: hidden;
}

.home .news-carousel .news-list-box {
  width: 100%;
  display: flex;
  transition: transform 0.5s ease;
}

.home .news-carousel .news-list-box .news-content {
  margin-bottom: 56px;
  width: auto;
  margin-right: 30px;
  box-sizing: border-box;
  display: block;
}

.home .news-carousel .news-list-box .news-content .news-img {
  width: 380px;
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
}

.home .news-carousel .news-list-box .news-content .news-img:hover {
  cursor: pointer;
}

.home .news-carousel .news-list-box .news-content .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.home .news-carousel .news-list-box .news-content .news-txt {
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

.home .news-carousel .news-list-box .news-content .news-txt .news-tag {
  padding: 4px 8px;
  background: #E8F5EB;
  font-family: MiSansVF;
  font-size: 14px;
  color: #21A13B;
  line-height: 20px;
  font-style: normal;
  border-radius: 4px;
  display: inline-block;
}

.home .news-carousel .news-list-box .news-content .news-txt .news-name {
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 使用弹性盒子模型 */
  -webkit-line-clamp: 2;
  /* 限制行数，例如3行 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  margin-top: 8px;
  font-family: MiSansVF_Semibold;
}

.home .news-carousel .news-list-box .news-content .news-txt .news-date {
  font-size: 16px;
  color: #999;
  margin-top: 8px;
  line-height: 22px;
  font-family: MiSansVF;
}

.home .news-carousel .news-list-box .news-content:hover .news-img .img {
  transform: scale(1.1);
}

.home .news-controls {
  display: flex;
  justify-content: center;
}

.home .news-controls img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .news-controls .prev {
  margin-right: 40px;
}

.home .news-controls .prev,
.next {
  color: #000;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  padding: 13px;
  display: flex;
  cursor: pointer;
  background: #fff;
  font-size: 20px!important;
}

.home .news-controls button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.home .news-info-container {
  text-align: center;
}

.home .news-info-container .news-btn {
  width: 165px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #21A13B;
  font-family: MiSansVF;
  font-size: 16px;
  color: #21A13B;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  display: inline-block;
  line-height: 50px;
}
.home .news-info-container .news-btn:hover {
  background: #21A13B;
  color: #fff;
}
/* 展会信息 */
.home .expo {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: MiSansVF_Semibold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  margin-bottom: 48px;
}

.home .expo .expo-item {
  height: 390px;
  display: flex;
  justify-content: flex-end;
  border-radius: 16px;
}

.home .expo .expo-item .expo-date {
  margin-top: 44px;
  text-align: right;
}

.home .expo .expo-item .expo-date .year {
  font-size: 16px;
}

.home .expo .expo-item .expo-date .day {
  white-space: nowrap;
  font-size: 20px;
}

.home .expo .expo-item .line-icon {
  width: 56px;
  height: 28px;
  margin-top: 44px;
  margin-left: 12px;
  margin-right: -42px;
  z-index: 2;
}

.home .expo .expo-item .line {
  width: 1px;
  height: 100%;

  background: #E8E8E8;
  z-index: 1;
}

.home .expo .expo-item .expo-right {
  padding-left: 42px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.home .expo .expo-item:last-child .expo-right {
  padding-bottom: 0px;
}

.home .expo .expo-item:last-child .expo-right {
  margin-bottom: 0px;
}

.home .expo .expo-item .expo-right .expo-right-content {
  background: #F7F8F9;
  padding: 40px 32px;
  text-align: left;
  border-radius: 16px 0px 0px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .expo .expo-item .expo-right .expo-right-content .right-content-title {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  margin-bottom: 16px;
   font-family: MiSansVF_Bold;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.home .expo .expo-item .expo-right .expo-right-content .right-content-tag {
  background: #EDB321;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  max-width: 106px;
}
.home .expo .expo-item .expo-right .expo-right-content .green {
  background: #21A13B;
}

.home .expo .expo-item .expo-right .expo-right-content .grey {
  background: #C1C1C1;
}
.home .expo .expo-item .expo-right .expo-right-content .content-icon-box {
  line-height: 26px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.home .expo .expo-item .expo-right .expo-right-content .right-content-icon-ads {
  line-height: 20px;
  display: flex;
  align-items: center;
}
.home .expo .expo-item .expo-right .expo-right-content .right-content-address {
  font-family: MiSansVF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 20px;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .expo .expo-item .expo-right .expo-right-content .right-content-icon {
  display: inline-block;
  margin-right: 8px;
}

.home .expo .expo-item .expo-right .expo-right-img {
  width: 560px;
  height: 100%;
  border-radius: 0px 16px 16px 0px;
  overflow: hidden;
}
.home .expo .expo-item .expo-right .expo-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .home .expo .expo-item .expo-right .expo-right-content .content-icon-box { 
    margin-top: 16px;
    align-items: normal;
  }
  .home .expo .expo-item .expo-right .expo-right-content .right-content-icon-ads {
    margin-top: 10px;
    align-items: normal;
  }
}
@media screen and (max-width: 1500px) {
  .home .custom-carousel .carousel-center-box .carousel-title {
    font-size: 46px;
    line-height: 70px;
    margin-bottom: 54px;
  }

  .home .earth .earth-title {
    padding-top: 60px;
    font-size: 42px;
    margin-bottom: 30px;
  }
  .home .earth .earth-desc {
    margin-bottom: 22px;
  }
  .home .expo {
    width: 92%;
  }

  .home .custom-carousel {
    height: 768px; 
  }
  .swiper {
    height: 768px;
  }
  .swiper .swiper-wrapper .swiper-slide {
    height: 768px;
  }
  .home .swiper .swiper-wrapper .swiper-slide img {
    height: 768px;
  }
  .home .custom-carousel .carousel-inner .carousel-item {
    height: 768px;
  }
  .home .earth-box {
    height: auto;
    padding-bottom: 40px;
  }
  .home .earth .num-groups {
    margin-bottom: 10px;
  }
  .home .earth .num-groups .num-item .num-item-num {
    font-size: 40px;
  }
  .home .solutions_box .systems-box .systems-box-item:first-child {
    width: 380px;
  }
  .home .solutions_box .systems-box .systems-box-item {
    height: 346px;
  }
  .home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item {
    margin-bottom: 24px;
  }
  .systems-box-item-title-max-width {
    max-width: 200px;
  }
  .home .solutions_box .systems-box .systems-box-item .systems-box-item-title {
    font-size: 24px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .home .solutions_box .solutions-title {
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .home .solutions_box {
    margin-bottom: 60px;
  }
  .home .superfive {
    margin-bottom: 0px;
    padding-bottom: 60px;
    padding-top: 90px;
  }
  .home .news {
    margin-bottom: 60px;
  }

  .home .superfive .superfive-title {
    font-size: 40px;
  }

  .home .superfive .superfive-desc {
    font-size: 16px;
  }

  .home .superfive .super-group {
    flex-wrap: wrap;
  }
  .home .custom-carousel .carousel-control-prev {
    left: 7.2%;
  }
  
  .home .custom-carousel .carousel-control-next {
    right: 7.2%;
  }
  .home .superfive .super-group .super-group-item {
    margin-bottom: 24px;
  }

  .home .superfive .superfive-btn {
    margin-bottom: 40px;
  }

  .home .news .news-title {
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .home .expo .expo-item .expo-right .expo-right-content .right-content-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1210px) {

  .home .earth .earth-title {
    font-size: 38px;
    padding-top: 40px;
    margin-bottom: 30px;
  }

  .home .earth .earth-desc {
    margin-bottom: 24px;
  }

  .home .expo .expo-item {
    width: 100%;
    height: auto;
  }

  .home .expo .expo-item .expo-right {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .home .earth .num-groups .num-item .num-item-num {
    font-size: 36px;
  }

  .home .earth .num-groups {
    margin-bottom: 30px;
  }

  .home .earth .earth-more {
    width: 130px;
    height: 40px;
    line-height: 40px;
  }

  .home .expo .expo-item .expo-right .expo-right-content {
    border-radius: 0;
  }

  .home .expo .expo-item .expo-right .expo-right-img {
    width: 100%;
    height: 360px;
    border-radius: 0;
  }

  .home .expo .expo-item .expo-right .expo-right-content .content-icon-box {
    margin-top: 16px;
  }
  .home .expo .expo-item .expo-right .expo-right-content .right-content-address {
    max-width: 100%;
  }
  .home .expo .expo-item .line {
    height: auto;
  }

  .home .solutions_box .solutions-title {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .home .solutions_box .systems-box {
    flex-wrap: wrap;
  }

  .home .solutions_box .systems-box .systems-box-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .solutions_box .systems-box .right-content {
    flex: none;
  }
  .home .solutions_box .systems-box .systems-box-item:first-child {
    width: 100%;
  }
  .home .solutions_box .systems-box .systems-box-item {
    margin-right: 0px;
  }
  .home .solutions_box {
    margin-bottom: 20px;
  }

  

  .home .solutions_box .systems-box .systems-box-item .systems-box-item-desc {
    font-size: 16px;
  }

  .home .solutions_box .systems-box .systems-box-item .systems-box-item-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .home .superfive {
    margin-bottom: 40px;
    padding: 100px 0px 100px 100px;
  }

  .home .superfive .superfive-title {
    font-size: 36px;
  }

  .home .superfive .superfive-desc {
    font-size: 14px;
  }

  .home .superfive .superfive-btn {
    width: 138px;
    height: 44px;
    line-height: 40px;
    font-size: 14px;
    border-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0px;
  }

  .home .news {
    margin-bottom: 40px;
  }

  .home .news .news-title {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .home .news .public-tabs {
    margin-bottom: 30px;
  }

  .home .news-carousel .news-list-box .news-content .news-txt .news-name {
    font-size: 16px;
  }

  .home .news-carousel .news-list-box .news-content .news-txt .news-date {
    font-size: 14px;
  }

  .home .news-info-container .news-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .home .expo .expo-item .expo-right .expo-right-content .right-content-title {
    font-size: 18px;
    width: 100%;
  }

  .home .expo .expo-item .expo-right .expo-right-content .right-content-icon-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .home .custom-carousel .carousel-center-box .carousel-title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 44px;
  }

  .home .earth .earth-title {
    font-size: 32px;
    line-height: 42px;
    padding-top: 40px;
    margin-bottom: 16px;
  }

  .home .earth .earth-desc {
    font-size: 14px;
    line-height: 24px;
  }

  .home .earth .num-groups .num-item {
    width: 50%;
    margin-bottom: 20px;
  }

  .home .earth .num-groups .num-item .num-item-num {
    font-size: 32px;
  }

  .home .earth .earth-more {
    font-size: 14px;
  }

  .home .solutions_box .solutions-title {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .home .solutions_box .systems-box .systems-box-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .solutions_box .systems-box .systems-box-item:first-child {
    width: 100%;
  }

  .home .solutions_box .systems-box .systems-box-item:nth-child(2n + 1) {
    margin: 0px;
    margin-bottom: 20px;
  }

  .home .solutions_box .systems-box .systems-box-item .systems-box-item-btn {
    font-size: 14px;
  }

  .home .superfive {
    max-height: 960px;
    padding: 20px 0px 0px 50px;
    height: 690px;
  }
  .home .superfive .superfive-desc{
    background-color:unset;
    padding-left:0;
  }
  .home .superfive .superfive-title {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .home .superfive .superfive-desc {
    width: 100%;
    margin-bottom: 16px;
  }

  .home .superfive .superfive-btn {
    margin-bottom: 16px;
  }

  .home .news .public-tabs {
    margin-bottom: 24px;
  }

  .home .news .news-title {
    font-size: 32px;
  }

  .home .expo .expo-item .expo-right .expo-right-content .right-content-title {
    width: 400px;
    font-size: 16px;
  }

  .home .expo .expo-item .expo-right .expo-right-content {
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .home .custom-carousel {
    height: 667px; 
  }
  .swiper {
    height: 667px;
  }
  .swiper .swiper-wrapper .swiper-slide {
    height: 667px;
  }
  .home .swiper .swiper-wrapper .swiper-slide img {
    height: 667px;
  }
  .home .custom-carousel .carousel-inner .carousel-item {
    height: 667px;
  }
  .home .custom-carousel .carousel-center-box {
    max-width: 100%;
  }
  .home .custom-carousel .carousel-control-prev {
    width: 40px;
    height: 40px;
    padding: 14px;
    font-size: 14px;
  }
  .home .custom-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    padding: 14px;
    font-size: 14px;
  }
  .home .earth .earth-title {
    font-size: 30px;
  }
  .home .earth .num-groups .num-item .num-item-num {
    font-size: 28px;
  }

  .home .superfive {
    max-height: 960px;
    height: 630px;
    padding: 16px 16px 120px;
  }
  .home .superfive .superfive-desc{
    background-color:unset;
    padding-left:0;
  }
  .home .superfive .superfive-title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .home .superfive .superfive-desc {
    margin-bottom: 24px;
    line-height: 24px;
  }
  .systems-box-item-content { 
    padding: 0 16px;
  }
  .home .superfive .superfive-btn {
    margin-bottom: 0px;
  }
  .home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item { 
    /* justify-content: center; */
  }
  .home .superfive .super-group .super-group-item {
    width: calc((100% - 24px) / 2);
    max-width: none;
  }

  .home .superfive .super-group .super-group-item:nth-child(2n) {
    margin-right: 0px;
  }
  .home .expo .expo-item .expo-right .expo-right-content .right-content-title {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .home .solutions_box .default-solutions-box {
    display: none;
  }
  .home .solutions_box .show-375 {
    display: block;
    padding-top: 28px;
  }
  .home .custom-carousel .carousel-center-box .carousel-title {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .home .custom-carousel .carousel-control-prev {
    display: none!important;
  }
  .home .custom-carousel .carousel-control-next {
    display: none!important;
  }
  .home .custom-carousel .carousel-center-box {
    width: 92%;
  }
  .home .custom-carousel .carousel-center-box .carousel-btn {
    font-size: 14px;
    padding: 12px 28px;
    line-height: 20px;
    font-family: MiSansVF_Medium;
  }
  .home .custom-carousel .carousel-btn-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
  .swiper {
    --swiper-pagination-bottom: 24px;
  }
  .home .earth-box {
    height: auto;
    padding-bottom: 64px;
  }
  .home .earth {
    padding: 0 16px;
  }
  .home .earth .earth-desc {
    margin-bottom: 16px;
  }
  .home .earth .num-groups .num-item {
    margin-bottom: 20px;
  }
  .home .earth .num-groups .num-item .num-item-num {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 42px;
  }
  .home .earth .num-groups .num-item .num-item-desc {
    font-size: 14px;
  }
  .home .earth .num-groups {
    margin-bottom: 24px;
  }
  .home .earth .earth-more {
    height: 44px;
    line-height: 44px;
  }
  .home .solutions_box {
    margin-bottom: 48px;
  }
  .home .solutions_box .solutions-title {
    margin-top: 40px;
    margin-bottom: 28px;
    line-height: 42px;
  }
  .home .solutions_box .systems-box .systems-box-item {
    height: 492px;
  }
  .home .solutions_box .systems-box .systems-box-item .line {
    display: none;
  }
  .home .solutions_box .systems-box .systems-box-item .line-img-group {
    flex-direction: row;
    justify-content: flex-start;
  }
  .home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item {
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 16px;
  }
  .home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .line-img {
    font-size: 32px;
  }
  .home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .line-img-desc {
    font-size: 14px;
    line-height: 19px;
  }
  .home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .line-img-box {
    width: 32px;
    height: 32px;
    margin-bottom: 28px;
  }
  .home .solutions_box .systems-box .systems-box-item .line-img-group .line-img-item .img-active {
    margin-right: 0;
  }
  .home .solutions_box .systems-box .systems-box-item:first-child {
    height: 110px;
    justify-content: flex-start;
    border-radius: 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .home .solutions_box .systems-box .systems-box-item-375 .systems-box-item {
    width: 312px;
    display: flex;
    border-radius: 16px;
    flex-direction: column;
    margin-right: 12px;
    /* padding: 16px; */
    margin-bottom: 20px;
  }
  .home .solutions_box .systems-box .systems-box-item-375 .systems-box-item .systems-box-item-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .home .solutions_box .systems-box .systems-box-item-375 .systems-box-item .systems-box-item-btn {
    width: 138px;
    height: 44px;
    margin-bottom: 24px;
  }
  .home .solutions_box .systems-box .systems-box-item-375 .systems-box-item:nth-child(2n + 1) {
    margin-bottom: 0px;
  }
  .home .solutions_box .systems-box .systems-box-item-375 .systems-box-item:first-child {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .home .news .news-title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 42px;
  }
  .home .news-carousel .news-list-box .news-content .news-img {
    width: 312px;
    height: 230px;
  }
  .home .news-carousel .news-list-box .news-content .news-txt .news-tag {
    font-size: 12px;
    line-height: 16px;
  }
  .home .news-carousel .news-list-box .news-content .news-txt {
    margin-top: 12px;
  }
  .home .news-carousel .news-list-box .news-content .news-txt .news-name {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }
  .home .news-carousel .news-list-box .news-content .news-txt .news-date {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .home .news-carousel .news-list-box .news-content {
    margin-bottom: 32px;
    margin-right: 8px;
  }
  .home .news-info-container {
    padding-left: 16px;
  }
  .home .news-carousel {
    margin-bottom: 40px;
  }
  .home .news {
    margin-bottom: 48px;
  }
}