.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  height: fit-content;
}

.scroll-btn {
  width: 92%;
  color: #231815;
  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
  border: none;
}

.dropdown-toggle::after {
  display: none !important;
}
.modal.show .modal-dialog {
  margin: 0 auto !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.modal-header {
  padding: 0 !important;
}
.bannerInfo-traffic {
  position: relative;
  height: 100vh;
  margin-top: 4.375vw;
  /* overflow: hidden; */
}
.text-sticky {
  position: sticky;
  top: 6.0417vw;
  height: 100vh;
}
.video-button {
  color: #231815;
  text-align: center;
  width: fit-content;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  padding: 0.4167vw 0.4167vw 0.4167vw 1.25vw;
  display: flex;
  align-items: center;
  border-radius: 1.25vw;
  border: 0.0521vw solid #231815;
  margin-top: 2.0833vw;
  cursor: pointer;
}
.video-button:hover{
  color: #fff;
} 
.video-button:hover .video-mark{
  color: #fff !important;
}
.video-mark {
  font-size: 1.25vw !important;
  border-radius: 2.6042vw;
  margin-left: 0.4167vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #80a171;
  cursor: pointer;
}
.bannerInfo-traffic .banner-title {
  font-family: Montserrat;
  font-size: 4.1667vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-align: left;
  padding-top: 4.1667vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #231815;
  margin-bottom: 1.25vw;
}

.bannerInfo-traffic .banner-subtitle {
  font-family: Montserrat;
  font-size: 1.25vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;

  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #231815;
  margin-bottom: 2.0833vw;
}

.bannerInfo-traffic .banner-desc {
  width: 45.2%;
  max-width: 33.9583vw;
  font-family: Montserrat;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 150%;

  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #231815;
}

/* .bannerInfo-traffic #banner-img {
  max-width: 1440px;
  height: fit-content;
  position: absolute;
  left: 52%;
  bottom: 0;
  padding-top: 116px;
  object-fit: cover;
  transition: all 1s ease;
  transform-origin: bottom left;
} */
.expanding-image-box {
  position: absolute;
  /* bottom: 0; */
  right: 0;
  width: 100%;
  height: 100%;
  top: 0vw;
  height: 100% !important;
  bottom: auto;
  transform: scale(1);
  pointer-events: none;
  z-index: 1000;
}

#expanding-image {
  width: 49.2%;
  max-width: 49.1667vw;
  height: 27.6042vw;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
  transition: width 1s ease-in-out, height 1s ease-in-out, top 1s ease-in-out,
    max-width 1s ease-in-out;
  /* transform-origin: bottom right; */
}

#expanding-image.expanded {
  width: 100%;
  height: 100%;
  max-width: 100%;
  /* transform: scale(1); */
}
.expanding-image-box {
}
.traffic.container {
  padding: 0;
  margin-bottom: 2.0833vw;
  margin-top: 1.25vw;
}

.traffic .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
/* .crumbs p {
  font-family: "Montserrat-SemiBold" !important;
}
.crumbs span:hover {
  font-family: "Montserrat-SemiBold" !important;
} */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">" !important;
}

.breadcrumb-item + .breadcrumb-item {
  font-weight: 400;
  line-height: 150%;
  font-size: 0.8333vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-family: Montserrat, Montserrat;
}

.traffic .breadcrumb .breadcrumb-item a {
  line-height: 150%;

  color: #9fa0a0;
}

.traffic .breadcrumb .breadcrumb-item a.active {
  color: #231815;
}

.sticky-box {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1004;
  border-bottom: 0.0521vw solid rgba(0, 0, 0, 0.1);
}

.sticky-box .traffic-title {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #000000;
  line-height: 150%;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* margin-top: 16px !important; */
  margin-bottom: 1.0417vw !important;
}

.sticky-box .tabs {
  display: flex;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  margin-bottom: 0 !important;
  transition: all 0.5s ease-in-out;
}

.sticky-box .tabs .tabs-item {
  margin-right: 2.0833vw;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.7292vw;
  color: #231815;
  line-height: 1.1458vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  word-break: keep-all;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 0.0521vw solid transparent;
  transition: all 0.5s ease-in-out;
  /* Assuming .transition is for transition effect */
}

.sticky-box .tabs .tabs-item a {
  position: relative; /* 为伪元素提供定位上下文 */
  padding-bottom: 0.8333vw;
  margin-bottom: -0.0521vw;
  /* transition: color 0.3s ease; */
}
.sticky-box .tabs .tabs-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* 初始宽度为0 */
  height: 0.0521vw;
  background: #729b5f;
  transition: width 0.4s ease; /* 动画过渡效果 */
}
.sticky-box .tabs .tabs-item a.active::after,
.sticky-box .tabs .tabs-item a:hover::after {
  width: 100%; /* 激活时宽度变为100% */
}
.sticky-box .tabs .tabs-item a.active {
  color: #80a171;
  font-weight: 600;
}
.sticky-box .tabs .tabs-item a:hover {
  color: #80a171;
  /* font-weight: 600; */
  font-weight: 600;
}
.solution {
  padding-bottom: 6.25vw;
}

.solution .solution-title {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 4.1667vw 0 1.25vw;
}

.solution .solution-desc {
  max-width: 61.4583vw;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;
  text-align: center;
  font-style: normal;
  text-transform: none;

  margin: 0 auto 2.0833vw;
}

.solution .solution-imgArr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* flex-wrap: wrap; */
}

.solution .solution-imgArr .solution-border {
  max-width: 13.2291vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed green;
  flex-direction: column;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  /* margin-bottom: 120px; */
}
.solution .solution-imgArr .solution-border img {
  width: 4.5833vw;
}
.solution .solution-imgArr .solution-border svg {
  width: 4.5833vw;
  height: 4.5833vw;
}
.solution-text {
  width: 9.0625vw;
  height: 2.1875vw;
  margin-top: 1.25vw;
  font-size: 0.7291vw;
  text-align: center;
   overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: break-spaces;
}
.solution .solution-imgArr .solution-border:last-child {
  margin-right: 0;
}

.industry {
  margin-bottom: 6.25vw;
  position: relative;
  overflow: hidden;
}

.industry .industry-title {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;

  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 0 2.0833vw;
}

.industry .industry-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  overflow-x: hidden;
  transition: transform 0.3s ease;
}

.industry-item {
  cursor: pointer;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;

  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 0.8333vw 2.0833vw;
  background: #fff;
  text-wrap: nowrap;
  /* transition: all 0.5s ease; */
}

.industry-item.active {
  background: #fafafa;
  color: #729b5f;
  font-weight: 600;
}
.industry-item:hover {
  color: #729b5f;
  font-weight: 600;
}
.industry .industry-desc {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;

  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 0 2.0833vw;
}
.swiperIndustry {
  position: relative;
}
.slide-industry {
  width: fit-content;
  margin-bottom: 0 !important;
}

.industry .industry-contet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafafa;
  padding: 2.0833vw;
}
.industry-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industry .industry-contet .iconfont {
  font-size: 2.0833vw;
  color: #231815;
  font-weight: 600;
}
.tab-content {
  padding-bottom: 6.25vw;
}

.tab-content .content {
  width: 100%;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tab-content .content.active {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

.industry .industry-contet img {
  width: 100%;
  height: 25.5208vw;
  object-fit: cover;
}

.industry .industry-contet .industry-img-title {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #231815;
  line-height: 150%;

  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 2.0833vw 0 0.8333vw;
}

.industry .industry-contet .industry-img-desc {
  font-weight: 400;
  max-width: 100%;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.scenarios,
.case {
  padding-bottom: 6.25vw;
  /* overflow: hidden; */
}

.scenarios .scenarios-title,
.case .case-title {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 0 1.25vw;
}

.scenarios .scenarios-desc {
  max-width: 81.944%;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 0 0 2.0833vw;
  margin: 0 auto;
}

.scenarios .swiper-container .swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
}
.case-two{
margin-top: 0.4688vw !important;
}
.slide-img-scenarios {
  margin-bottom: 0.9375vw;
  height:20.5208vw;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.case .swiper-container .swiper .swiper-wrapper .swiper-slide .slide-img-case {
  width: 15.625vw;
  height: 20.8333vw;
  object-fit: cover;
  /* background-position: center; */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
}
.swiper-container {
  position: relative;
}

.swiper-backface-hidden .swiper-slide {
  margin-bottom: 3.8021vw;
  margin-left: 0 !important;
  /* margin-right: 0 !important; */
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.swiper-backface-hidden .swiper-slide .slide-content {
  display: flex;
  justify-content: space-between;
}

.swiper-backface-hidden .swiper-slide .slide-content .swiper-btn {
  width: 2.0833vw;
  height: 2.0833vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.0833vw;
  transition: all 0.5s ease;
}

.swiper-backface-hidden .swiper-slide .slide-content .swiper-btn .iconfont {
  /* color: #729b5f; */
  font-size: 1.0417vw;
}

.swiper-backface-hidden .swiper-slide:hover .slide-content .swiper-btn {
  background-color: #729b5f;
  /* font-size: 20px; */
  color: #fff;
}

.swiper-backface-hidden
  .swiper-slide:hover
  .slide-content
  .swiper-btn
  .iconfont {
  /* color: #729b5f; */
  font-size: 1.0417vw;
  color: #fff;
}

.swiper-backface-hidden .swiper-slide:hover .slide-content .swiper-sildetitle {
  color: #729b5f;
}

/* .swiper-backface-hidden
  .swiper-slide:hover
  .slide-content
  .swiper-btn
  .icon-default {
  display: none;
}
.swiper-backface-hidden
  .swiper-slide:hover
  .slide-content
  .swiper-btn
  .icon-hover {
  display: block;
}
.swiper-backface-hidden .swiper-slide .slide-content .swiper-btn .icon-default {
  display: block;
  transition: all 3s ease;
}
.swiper-backface-hidden .swiper-slide .slide-content .swiper-btn .icon-hover {
  display: none;
  transition: all 3s ease;
} */
.swiper-backface-hidden .swiper-slide .slide-content .swiper-sildetitle {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #231815;
  line-height: 150%;

  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all 0.5s ease-in-out;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  position: absolute;
  bottom: -0.2083vw !important;
  top: auto !important;
  width: 32%;
  max-width: 33.4896vw;
}

.swiper-pagination-progressbar {
  background-color: #f6f6f6;
  height: 2px;
border-radius: 2px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 2px;
border-radius: 2px;

  background: #80a171;
  /* bottom: 10px !important; */
  /* top: auto !important; */
}

.swiper-button-prev {
  top: auto !important;
  right: 4.375vw !important;
  left: auto !important;
}

.swiper-button-next {
  top: auto !important;
  right: 0 !important;
  left: auto !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.3333vw !important;
  height: 3.3333vw !important;
  background: #fafafa;
  border-radius: 1.5625vw;
  bottom: -1.5625vw !important;
  opacity: 1 !important;
  color: #231815 !important;
  font-weight: bold;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 32% !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  color: #9fa0a0 !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.7365vw !important;
}

.swiper-slide.slide-case {
  width: calc(50%);
  max-width: 36.4583vw;
  display: flex;
  padding: 1.25vw 1.25vw 1.25vw 2.0833vw;
  background: #fafafa;
  border-radius: 0vw 0vw 0vw 0vw;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  margin-bottom: 3.6979vw;
}

.swiper-slide.slide-case:hover {
  background: #729b5f;
}

.swiper-slide .slide-img-case {
  width: 50%;
}

.swiper-slide .slide-content-case {
  width: calc(50% - 2.0833vw);
  margin-right: 2.0833vw;
  position: relative;
}

.swiper-slide .slide-content-case .case-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.0833vw;
  font-weight: 400;
  font-size: 0.7292vw;
  color: #231815;
  line-height: 150%;
  margin-top: 0.8333vw;

  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all 0.5s ease-in-out;
}

.swiper-slide:hover .slide-content-case .case-top {
  color: #ffffff;
}

.swiper-slide .case-desc {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  color: #000000;
  transition: all 0.5s ease-in-out;

  line-height: 150%;

  text-align: left;
  font-style: normal;
  text-transform: none;
}
.case-target {
  width: 100%;
  display: flex;
  position: relative;
}
.swiper-slide--single{
width: 100% !important;
background-color: #FAFAFA;
padding: 2.0833vw;
margin-bottom: 0 !important;
}
.swiper-slide--single .slide-img-scenarios {
  margin-bottom: 0.8333vw;
}
.swiper-slide.slide-case:hover .case-desc {
  color: #ffffff;
}

.swiper-slide .swiper-btn-case {
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-slide .swiper-btn-case .iconfont {
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.6667vw;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  /* color: #fff; */
}

.swiper-slide:hover
  .case-target
  .slide-content-case
  .swiper-btn-case
  .iconfont {
  background-color: #fff !important;
}

.case {
  padding-bottom: 6.25vw !important;
}

.case .swipers-case {
  overflow: visible;
}

.case-content {
  width: 100%;
  overflow: hidden;
}

.case .case-btn,
.download-box .case-btn {
  max-width: 7.9687vw;
  margin: 0 auto;
  border: 0.0521vw solid #d9d9d9;
  border-radius: 2.6042vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5937vw;
}
.download-box {
  background: #fafafa;
  margin-bottom: 4.1667vw !important;
}

.case .case-btn span,
.download-box .case-btn span {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;

  font-style: normal;
  text-transform: none;
  padding: 0.5729vw 0;
  transition: all 0.4s ease;
}

.case .case-btn img,
.download-box .case-btn img {
  max-width: 1.6667vw;
  margin-right: 0.4167vw;
  opacity: 1;
}

.case .case-btn img,
.download-box .case-btn img {
  transition: all 0.4s ease-in-out;
  font-size: 1.6667vw;
}

.case .case-btn .iconfont,
.download-box .case-btn .iconfont {
  font-size: 1.25vw;
  margin-left: 0.4167vw;
  margin-right: -1.0417vw;
  opacity: 0;
  color: #000000;
  transition: all 0.4s ease-in-out;
  line-height: 1;
}

.case .case-btn:hover span,
.download-box .case-btn:hover span {
  transform: translateX(-1.0417vw);
}

.case .case-btn:hover img,
.download-box .case-btn:hover img {
  transform: translateX(-1.0417vw);
  opacity: 0;
}

.case .case-btn:hover .iconfont,
.download-box .case-btn:hover .iconfont {
  opacity: 1;
  transform: translateX(-1.0417vw);
}

.download-box .case-btn {
  margin-top: 2.0833vw;
  margin-bottom: 4.6875vw;
}

.applications {
  padding-bottom: 6.25vw;
}

.applications .scenarios-title {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;

  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 2.0833vw;
}

.applications .applications-box {
  position: relative;
  display: flex;
}

.applications .applications-box .box-left {
  margin-right: 4.6875vw;
}
.goto-mark {
  font-size: 1.6667vw !important;
  color: #231815;
  font-weight: 600;
}
.goto-mark .iconfont {
  font-size: 1.6667vw !important;
}

.applications
  .applications-box
  .box-right
  .applications-ul
  .applications-li
  .left-item {
  width: 50%;
  max-width: 37.5vw;
  position: absolute;
  /* top: -150%; */
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.applications
  .applications-box
  .box-right
  .applications-ul
  .applications-li.active
  .left-item {
  opacity: 1;
}
.applications .applications-box a:hover .item-content .goto-mark {
  color: #80a171;
}
.applications
  .applications-box
  .left-item.active
  + a
  .item-content
  .goto-mark
  .iconfont {
  color: #80a171;
}
.applications .applications-box .left-item span {
  display: block;
  max-width: 100%;
  margin-top: 1.25vw;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-family: Montserrat, Montserrat;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* word-break: break-all; */
  
}
.applications .applications-box .box-right img {
  width: 100%;
  height: 13.5417vw;
  object-fit: cover;
}

.applications .applications-box .box-left span {
  padding-top: 2.0833vw;
  margin-right: 3.6458vw;
  font-weight: 400;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;

  text-align: left;
  font-style: normal;
  text-transform: none;
  display: inline-block;
}

.applications .applications-box .box-right {
  width: 100%;
  display: flex;
  /* justify-content: flex-end; */
  z-index: 19;
}

.applications .applications-box .box-right ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.applications .applications-box .box-right li {
  height: 4.1667vw;

  width: 100%;
  display: flex;
  font-family: "Montserrat-SemiBold" !important;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* position: relative; */
  position: static;
}

.applications .applications-box .box-right li a,
.applications .applications-box .box-right li .special-item {
  width: 54.4%;
  position: absolute;
  right: -10%;
  z-index: 99;
  cursor: pointer;
}

.noJump {
  cursor: auto !important;
  pointer-events: none;
}
.applications .applications-box .box-right li:nth-child(1) a .item-content {
  padding-top: 0;
}
.applications .applications-box .box-right li a .item-content div {
  max-width: 100%;
  max-height: 3.2292vw;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.applications .applications-box .box-right li a .item-content,
.applications .applications-box .box-right li .special-item .item-content {
  height: fit-content;
  width: 82%;
  max-width: 33.3333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.0521vw solid #9fa0a0;
  padding: 1.25vw 0;
}

.applications .applications-box .box-right li.active a {
  color: #729b5f;
}

.applications .applications-box .box-right li:hover a {
  color: #729b5f;
}

.applications .applications-box .box-right li a img,
.applications .applications-box .box-right li .special-item img {
  max-width: 1.25vw;
  transition: all 0.3s ease-in-out;
}

.applications .applications-box .box-right li a .icon-hover,
.applications .applications-box .box-right li .special-item .icon-hover {
  display: none;
}

.applications .applications-box .box-right li:hover .icon-hover {
  display: block;
}

.traffic-bottom {
  width: 100%;
  background: #fafafa;
}

.traffic-bottom .bottom-content {
  display: flex;
  justify-content: space-around;
  padding: 4.1667vw 0 3.125vw;
}

.traffic-bottom .bottom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.traffic-bottom .bottom-box .iconfont {
  font-size: 4.1667vw;
  color: #86898c;
}

.traffic-bottom .bottom-box .box-title {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 2.0833vw;
  color: #000000;
  line-height: 150%;

  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 2.9167vw 0 1.25vw;
}

.traffic-bottom .bottom-box .box-href {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;

  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.traffic-bottom .bottom-box .box-href .iconfont {
  font-size: 0.7292vw;
  color: #000000;
}

.traffic-bottom .bottom-box:hover .box-href .iconfont {
  color: #729b5f;
}

.traffic-bottom .bottom-box:hover .box-href {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.8333vw;
  color: #729b5f;
  line-height: 150%;

  text-align: center;
  font-style: normal;
  text-transform: none;
}
.download-box {
  max-width: 75vw;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
  padding-top: 0 !important;
}

.download-box-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.0833vw;
}
.swiper-pagination-lock {
  display: block !important;
}
.container .view-more .iconfont {
  background-color: #80a171;
}
.download-box .download-box-top .download-box-title {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.125vw;
  color: #231815;
  line-height: 150%;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0;
}

.download-box .download-box-top .download-box-learnall {
  font-family: Montserrat, Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.8333vw;
  color: #231815;
  line-height: 150%;

  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.download-box .download-box-top .download-box-learnall .iconfont {
  margin-left: 0.2604vw;
  font-size: 0.5208vw;
}
.download-box .download-box-content .download-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8333vw;
  /* transition: all 0.3s ease; */
}
.download-box .download-box-content .download-list .download-item {
  flex: 0 0 calc((100% - 1.25vw) / 2);
  max-height: 5.2083vw;
  background: #fafafa;
  padding: 0.7813vw 1.3542vw 0.7813vw 1.0417vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9fa0a0;
  transition: background 1s ease-in-out;
  margin-right: 1.25vw;
  margin-bottom: 1.25vw;
}
.download-box
  .download-box-content
  .download-list
  .download-item:nth-child(2n) {
  margin-right: 0;
}
.download-box .download-box-content .download-list .download-item a {
  color: #9fa0a0;
}
.download-box .download-box-content .download-list .download-item:hover {
  background: #729b5f;
  color: #ffffff !important;
  cursor: pointer;
}
.download-box .download-box-content .download-list .download-item:hover a {
  color: #ffffff !important;
  cursor: pointer;
}

.download-box
  .download-box-content
  .download-list
  .download-item:hover
  .down-icon {
  color: #ffffff !important;
}

.download-box .download-box-content .download-list .download-item:hover .desc {
  color: #ffffff !important;
}

.download-box
  .download-box-content
  .download-list
  .download-item
  .download-item-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.download-box
  .download-box-content
  .download-list
  .download-item
  .download-item-left
  .date {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.7292vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  line-height: 150%;
}

.download-box
  .download-box-content
  .download-list
  .download-item
  .download-item-left
  .line {
  width: 0.0521vw;
  height: 3.6458vw;
  background: #eaeaea;
  margin-left: 1.0417vw;
  margin-right: 0.7813vw;
}

.download-box
  .download-box-content
  .download-list
  .download-item
  .download-item-left
  .pdf-icon {
  font-size: 2.0833vw;
  line-height: 150%;
}

.download-box
  .download-box-content
  .download-list
  .download-item
  .download-item-left
  .desc {
  word-wrap: break-word;
  /* 允许内容换行 */
  max-width: 19.0625vw;
  height: 2.0833vw;
  display: -webkit-box;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.7292vw;
  color: #000000;
  line-height: 150%;

  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
  margin-left: 1.5625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.download-box .download-box-content .download-list .download-item .down-icon {
  font-size: 1.25vw;
  line-height: 150%;
  cursor: pointer;
}
.view-more {
  width: fit-content !important;
}
.scroll-container {
  width: 100%;
  position: absolute;
  bottom: 1.0417vw;
}

.icon-lianxi_h {
  display: none;
}

.contact:hover .icon-lianxi_n {
  display: none;
}

.contact:hover .icon-lianxi_h {
  font-size: 1.25vw !important;
  display: block;
}

.sticky-container {
  width: 92% !important;
  max-width: 75vw;
  margin: 0 auto;
}
.download-box .more {
  width: 8.0208vw;
  white-space: nowrap;
  border-radius: 1.25vw;
  border: 0.0521vw solid #231815;
  color: #231815;
  text-align: center;
  margin: 2.0833vw auto 0;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  padding: 0.4167vw 0.4167vw 0.4167vw 1.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.0833vw;
}
.download-box .more .iconfont {
  background: #729b5f;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-left: 0.4167vw;
  font-size: 1.25vw;
}
.download-box .more:hover {
  background-color: #729b5f !important;
  color: #fff !important;
  border-color: #729b5f;
  cursor: pointer;
}
.download-box .more:hover .iconfont {
  background-color: #fff !important;
  color: #729b5f;
}
.download .download-box-top {
  width: fit-content;
  display: flex;
  border: none;
  padding-bottom: 0.8333vw;
  margin: 0 auto;
}
.container .view-more:hover {
  border-color: #729b5f;
  background-color: #729b5f;
  color: #fff;
}
.container .view-more:hover .iconfont {
  background-color: #fff !important;
  color: #729b5f;
}
.download-box-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.modal-header button {
  padding: 0 !important;
  top: 0.7292vw !important;
  right: -1.25vw !important;
}
.industry-next,
.industry-prev {
  top: auto !important;
  bottom: 0 !important;
  border-radius: 0;
}
.industry-prev {
  left: 0 !important;
  right: auto !important;
}
.industry-next {
  background: linear-gradient(
    270deg,
    #fafafa 60.49%,
    rgba(250, 250, 250, 0) 190%
  );
}
.industry-prev {
  background: linear-gradient(
    270deg,
    rgba(250, 250, 250, 0) 0%,
    #fafafa 30.49%
  );
}
.industry-prev.swiper-button-disabled,
.industry-next.swiper-button-disabled {
  opacity: 0 !important;
}
 .solution .solution-imgArr .solution-border {
   max-height: 254px;
    max-width: 254px;
}
@media screen and (max-width: 1440px) {
    .solution .solution-imgArr .solution-border {
    /* max-width: 16.6667vw; */
    /* margin-bottom: 20px; */
  }
  .solution .solution-imgArr .solution-border svg {
    width: 6.111vw;
    height: 6.111vw;
  }
  /* .container{
    padding-left: 12.5% !important;
    padding-right: 12.5% !important;
  } */
  .crumbs {
    padding-top: 1.6667vw;
  }
  .download-box {
    width: 92%;
    margin: 0 auto;
  }
  .bannerInfo-traffic {
    height: calc(100vh - 7.5694vw);
  }
  .text-sticky {
    height: calc(100vh - 7.5694vw);
  }

  .banner-subtitle {
    max-width: 48%;
    font-size: 1.25vw;
    line-height: 150%;
  }

  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .desc {
    width: 58%;
    max-width: 16.0417vw;
    text-wrap: wrap;
    margin: 0 1.6667vw;
  }
  .download-box .download-box-content .download-list .download-item {
    max-width: 36.6667vw;
    width: calc((100% - 1.6667vw) / 2) !important;
    padding: 1.1111vw 1.6667vw;
  }
  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .line {
    margin: 0 1.6667vw;
  }
  .expanding-image-box {
    /* height: 424px; */
    /* position: absolute; */
    /* z-index: 1;
    height: fit-content; */
  }
  .solution .solution-imgArr .solution-border {
    /* padding: 3.6111vw 5.2777vw; */
    font-size: 0.9772vw;
  }
.solution-text{
          max-width: 9.514vw;
  font-size: 0.97772vw;
}
  #expanding-image {
    width: 44.5%;
    max-width: 44.4444vw;
    height: 20.8333vw;
    /* position: relative; */
    /* width: 100%; */
    /* height:424px; */
  }
  /* .industry .industry-contet .industry-img-desc {
    max-width: 61.1111vw;
  } */
  .speed .tab-pane .tab-pane-box .tab-pane-right {
    max-width: 50%;
  }

  .download-box-top {
    padding-top: 1.3889vw;
  }

  .slide-img-scenarios {
    margin-bottom: 1.25vw;
    height: 20.2778vw !important;
  }
  .applications
    .applications-box
    .box-right
    .applications-ul
    .applications-li
    .left-item {
    width: 48.2%;
    max-width: 36.1111vw;
  }
  .applications .applications-box .box-right img {
    height: 12.9861vw;
  }
  .swiper-backface-hidden .swiper-slide.slide-case {
    width: 64.8% !important;
  }
  .sticky-container {
    max-width: 75vw;
  }
  .banner-title {
    padding-top: 6.9444vw;
  }
  .bannerInfo-traffic .banner-title {
    margin-bottom: 1.6667vw;
    font-size: 5.5556vw;
    padding-top: 5.5556vw;
  }
  .video-button {
    padding-left: 1.1111vw;
    padding-right: 1.1111vw;
  }
 
  .bannerInfo-traffic .banner-desc {
    width: 60.6%;
    max-width: 43.75vw;
    font-size: 1.25vw;
    line-height: 150%;
  }

  .bannerInfo-traffic .banner-subtitle {
    width: 100%;
    max-width: fit-content;
    font-size: 1.6667vw;
    line-height: 1.9444vw;
  }

  .traffic-bottom .bottom-box .iconfont {
    font-size: 3.3333vw;
  }

  .solution {
    padding-bottom: 8.3333vw;
  }

  .applications .applications-box .box-right li {
    font-size: 1.6667vw;
  }

  .traffic-bottom .bottom-content {
    padding: 1.3889vw 0 2.7778vw;
  }

  .traffic-bottom .bottom-box .box-title {
    margin-top: 0.6944vw;
    margin-bottom: 0.6944vw;
  }

  .speed .tab-pane .tab-pane-box .tab-pane-right {
    max-width: 50%;
  }
  .industry .industry-contet img {
    height: 25vw;
  }
  .bannerInfo-traffic #banner-img {
    max-width: 80%;
  }
  /* .scenarios-title{
    margin-bottom: 56px;
  } */
  .applications .applications-box .box-right li a,
  .applications .applications-box .box-right li .special-item {
    /* width: 52.2%; */
  }
  .download-box .download-box-content .download-list {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .download-box .download-box-content .download-list {
    grid-template-columns: 1fr;
    /* 两列布局 */
    gap: 1.25vw;
    /* 中间间隔 */
    margin-top: 1.25vw;
  }
}

@media screen and (max-width: 992px) {


  .scenarios,
  .case,
  .applications,
  .tab-content,
  .solutio {
    padding-bottom: 2.7083vw;
  }
}

@media (max-width: 768px) {
  body {
    height: fit-content;
  }
  .scroll-btn {
    font-size: 4.2667vw;
  }
  .modal.show .modal-dialog {
    margin: 0 auto !important;
    height: 100% !important;
  }
  .modal-header {
    padding: 0 !important;
  }
  .bannerInfo-traffic {
    height: 100vh;
  }
  .text-sticky {
    height: 100vh;
  }
  .video-button {
    font-size: 4.2667vw;
    padding: 2.1333vw 2.1333vw 2.1333vw 6.4vw;
    border-radius: 6.4vw;
  }
  .video-mark {
    font-size: 6.4vw !important;
    border-radius: 13.3333vw;
  }
  .bannerInfo-traffic .banner-title {
    font-size: 21.3333vw;
  }
  .bannerInfo-traffic .banner-subtitle {
    font-size: 6.4vw;
  }
  .bannerInfo-traffic .banner-desc {
    font-size: 6.4vw;
  } /* .bannerInfo-traffic #banner-img{;
  height: fit-content;}*/
  .expanding-image-box {
    height: 100%;
    height: 100% !important;
  }
  #expanding-image {
    height: 141.3333vw;
  }
  #expanding-image.expanded {
    height: 100%;
  }
  .traffic.container {
    padding: 0;
  }
  .traffic .breadcrumb {
    padding: 0;
  }
  .breadcrumb-item + .breadcrumb-item {
    font-size: 4.2667vw;
  }
  .sticky-box .traffic-title {
    font-size: 6.4vw;
  }
  .sticky-box .tabs .tabs-item {
    font-size: 3.7333vw;
  }
  .sticky-box .tabs .tabs-item a::after {
    height: 0.2667vw;
  }
  .solution .solution-title {
    font-size: 16vw;
    margin: 21.3333vw 0 6.4vw;
  }
  .solution .solution-desc {
    font-size: 4.2667vw;

    margin: 0 auto 10.6667vw;
  }
  .industry .industry-title {
    font-size: 16vw;
    margin: 0 0 10.6667vw;
  }
  .industry-item {
    font-size: 4.2667vw;
    padding: 4.2667vw 10.6667vw;
  }
  .industry .industry-desc {
    font-size: 4.2667vw;
    margin: 0 0 10.6667vw;
  }
  .industry .industry-contet {
    padding: 10.6667vw;
  }
  .industry .industry-contet .iconfont {
    font-size: 10.6667vw;
  }
  .industry .industry-contet img {
    height: 130.6667vw;
  }
  .industry .industry-contet .industry-img-title {
    font-size: 6.4vw;
    margin: 10.6667vw 0 4.2667vw;
  }
  .industry .industry-contet .industry-img-desc {
    font-size: 4.2667vw;
  }
  .scenarios .scenarios-title,
  .case .case-title {
    font-size: 16vw;
    margin: 0 0 6.4vw;
  }
  .scenarios .scenarios-desc {
    font-size: 4.2666vw;
    padding: 0 0 10.6667vw;
    margin: 0 auto;
  }
  .slide-img-scenarios {
    height: 105.0667vw;
  }
  .case
    .swiper-container
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-img-case {
    height: 106.6667vw;
  }
  .swiper-backface-hidden .swiper-slide .slide-content .swiper-btn {
    height: 10.6667vw;
    border-radius: 10.6667vw;
  }
  .swiper-backface-hidden .swiper-slide .slide-content .swiper-btn .iconfont {
    font-size: 5.3333vw;
  }
  .swiper-backface-hidden .swiper-slide:hover .slide-content .swiper-btn {
    font-size: 5.3333vw;
  }
  .swiper-backface-hidden
    .swiper-slide:hover
    .slide-content
    .swiper-btn
    .iconfont {
    font-size: 5.3333vw;
  }
  */ .swiper-backface-hidden .swiper-slide .slide-content .swiper-sildetitle {
    font-size: 6.4vw;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 17.0667vw !important;
    border-radius: 8vw;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 3.7707vw !important;
  }
  .swiper-backface-hidden .swiper-slide.slide-case {
    padding: 6.4vw 6.4vw 6.4vw 10.6667vw;
    border-radius: 0vw 0vw 0vw 0vw;
  }
  .swiper-backface-hidden .swiper-slide .slide-content-case .case-top {
    font-size: 3.7333vw;
  }
  .swiper-backface-hidden .swiper-slide .case-desc {
    font-size: 6.4vw;
  }
  .swiper-backface-hidden .swiper-slide .swiper-btn-case .iconfont {
    border-radius: 50%;
    font-size: 8.5333vw;
  }
  .case .case-btn,
  .download-box .case-btn {
    margin: 0 auto;
    border-radius: 13.3333vw;
  }
  .case .case-btn span,
  .download-box .case-btn span {
    font-size: 4.2667vw;
    padding: 2.9333vw 0;
  }
  .case .case-btn .iconfont,
  .download-box .case-btn .iconfont {
    font-size: 6.4vw;
  }
  .applications .scenarios-title {
    font-size: 16vw;
  }
  .goto-mark {
    font-size: 8.5333vw !important;
  }
  .goto-mark .iconfont {
    font-size: 8.5333vw !important;
  }
  .applications .applications-box .left-item span {
    font-size: 4.2667vw;
  }
  .applications .applications-box .box-right img {
    height: 69.3333vw;
  }
  .applications .applications-box .box-left span {
    font-size: 4.2667vw;
  }
  .applications .applications-box .box-right li {
    font-size: 6.4vw;
  }
  .applications .applications-box .box-right li:nth-child(1) {
    height: 14.6667vw;
  }
  .traffic-bottom .bottom-content {
    padding: 21.3333vw 0 16vw;
  }
  .traffic-bottom .bottom-box .iconfont {
    font-size: 21.3333vw;
  }
  .traffic-bottom .bottom-box .box-title {
    font-size: 10.6667vw;
    margin: 14.9333vw 0 6.4vw;
  }
  .traffic-bottom .bottom-box .box-href {
    font-size: 4.2667vw;
  }
  .traffic-bottom .bottom-box .box-href .iconfont {
    font-size: 3.7333vw;
  }
  .traffic-bottom .bottom-box:hover .box-href {
    font-size: 4.2667vw;
  }
  .download-box .download-box-top .download-box-title {
    font-size: 16vw;
    margin: 0;
  }
  .download-box .download-box-top .download-box-learnall {
    font-size: 4.2667vw;
  }
  .download-box .download-box-top .download-box-learnall .iconfont {
    font-size: 2.6667vw;
  }
  .download-box .download-box-content .download-list {
    height: auto;
  }
  .download-box .download-box-content .download-list .download-item {
    padding: 4vw 6.9333vw 4vw 5.3333vw;
  }
  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .date {
    font-size: 3.7333vw;
  }
  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .line {
    height: 18.6667vw;
  }
  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .pdf-icon {
    font-size: 10.6667vw;
  }
  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .desc {
    height: 10.6667vw;
    font-size: 3.7333vw;
    margin: 0;
  }
  .download-box .download-box-content .download-list .download-item .down-icon {
    font-size: 6.4vw;
  }
  .contact:hover .icon-lianxi_h {
    font-size: 6.4vw !important;
  }
  .sticky-container {
    margin: 0 auto;
  }
  .download-box .more {
    border-radius: 6.4vw;
    margin: 10.6667vw auto 0;
    font-size: 4.2667vw;
    padding: 2.1333vw 2.1333vw 2.1333vw 6.4vw;
  }
  .download-box .more .iconfont {
    border-radius: 50%;
    font-size: 6.4vw;
  }
  .download .download-box-top {
    margin: 0 auto;
  }
  .modal-header button {
    padding: 0 !important;
  }
  .industry-next,
  .industry-prev {
    border-radius: 0;
  }
  .banner-subtitle {
    font-size: 6.4vw;
  }
  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .desc {
    margin: 0 6.4vw;
  }
  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .line {
    margin: 0 6.4vw;
  }
  .expanding-image-box {
    height: 100%;
    height: 100% !important;
  }
}
