/*
 * @Author:
 * @wx: Ccxl328
 * @LastEditTime: 2023-04-11 16:04:07
 */
section {
  margin-top: -1px;
}

.Banner-mySwiper .swiper-slide h4 {
  opacity: 0;
  transform: translateY(-60px);
}

.Banner-mySwiper .swiper-slide h1 {
  opacity: 0;
  transform: translateY(-60px);
}

.Banner-mySwiper .swiper-slide .video_btn {
  opacity: 0;
  transform: translateY(-60px);
}

.Banner-mySwiper .swiper-slide .video_btn svg {
  margin-bottom: 1px;
}

.Banner-mySwiper .swiper-slide-active h4 {
  transform: translateY(0) translateZ(0);
  opacity: 0.5;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Product-mySwiper .swiper-slide-duplicate-prev{
  opacity: 1 !important;
}

#bt {
  font-family: inherit;
  font-size: 20px;
  background: #ff4610;
  color: #fff;
  padding: 10px 22px;
  padding-left: 0.9em;
  display: flex
;
  align-items: center;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s;
  margin: 0 auto;
}
.Banner-mySwiper .swiper-slide-active h1 {
  transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity 0.6s linear 0.1s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.Banner-mySwiper .swiper-slide-active .video_btn {
  transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity 0.6s linear 0.3s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.navTitleMain {
  background-color: transparent;
  top: 0;
}

.dimBlack {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(29, 29, 31, 0.7);
}

/* .dimBlack .InquiryBtn{
  background-color: black;
}
.dimBlack .InquiryBtn span{
  color: #fff;
} */
.navbar-nav li {
  border-bottom: 0 !important;
}

/* 轮播遮罩 */
.Banner-shade {
  background-image: linear-gradient(180deg, #000000 0%, #00000000 100%);
}

/* 大轮播分页器 */
.Banner-mySwiper-pagination li {
  background: #ffffff4d;
}

.Banner-mySwiper-pagination li>div {
  background-color: hsla(0, 0%, 100%, 0.3);
  overflow: hidden;
  position: relative;
}

.Banner-mySwiper-pagination li .rail {
  background-color: hsla(0, 0%, 100%, 0.3) !important;
  left: -4px;
  width: 4px;
}

.Banner-mySwiper-pagination li .rail.pagination-active {
  background-color: #fff !important;
  height: 100%;
  -webkit-transition: width 5.5s ease-out;
  -moz-transition: width 5.5s ease-out;
  transition: width 5.5s ease-out;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
}

/* 大轮播图文字样式 */
.Banner-mySwiper .swiper-slide:nth-child(4) .Banner-text {
  /* color: #FF4610;
  margin-left: 32px; */
  /* display: none; */
}

.Banner-mySwiper .swiper-slide:nth-child(2) .Banner-text h1 {
  /* color: #FF4610;
  margin-left: 32px; */
  /* color: #000000; */
}

.Banner-mySwiper .swiper-slide:nth-child(2) .Banner-text h4 {
  /* opacity: 0.8; */
  /* color: #000000; */
}

/* 大轮播箭头 */
.Banner-swiper-button-prev,
.Banner-swiper-button-next {
  height: 96px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  transition: 0.3s all ease-in-out;
}

.Banner-swiper-button-next:hover,
.Banner-swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.Banner-swiper-button-prev {
  left: 0;
  background-image: url(../img/Banner/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.Banner-swiper-button-next {
  right: 0;
  background-image: url(../img/Banner/r.svg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* 优势描述 */
.superiority ul {
  box-shadow: 0 0 8px 0 #82889861;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(21px);
  -webkit-backdrop-filter: saturate(180%) blur(21px);
}

.superiority li h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 28px;
}

.superiority li:hover {
  background-color: #f6f7f8;
}

.superiority li:hover h3 {
  color: #ff4610;
}

/* 产品 */
#Product li.active {
  opacity: 1;
  font-weight: 500;
  color: #ff4610;
}

.after {
  background-color: #ff4610;
}

.Product-content-left {
  min-width: 288px;
}

.Product-content-left:hover .Product-content-left-bg1 {
  opacity: 0;
}

.Product-content-left:hover span {
  color: #ff4610;
}

.Product-content-right li:last-child {
  margin-right: 0;
}

.Product-content-right li a>div {
  background: #f6f7f8;
  position: relative;
}

.Product-content-right li a>div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(180deg,
      #000000 0%,
      #828898 77%,
      #828898 100%);
  transition: 0.3s all ease-in-out;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.Product-content-right hr {
  background-color: #bbbbbb;
  border-top: 0 !important;
  /* border: 1px solid #bbbbbb !important; */
}

.Product-content-right ul li a>div:hover::before {
  /* opacity: 1; */
}

.Product-content-right ul li a>div:hover img {
  opacity: 1;
}

.Product-content-right ul li a>div:hover h4 {
  /* color: #fff; */
}

.Product-content-right ul li a>div:hover hr {
  background-color: #f55c04;
}

.Product-mySwiper .swiper-slide li {
  /* width: 417px; */
  /* height: 290px; */
}

.Product-mySwiper .swiper-slide {
  /* height: calc((100% - 16px) / 2);
  background: #f6f7f8; */
  height: 100%;
}

/* .Product-mySwiper .swiper-slide-active,
.Product-mySwiper .swiper-slide-next,
.Product-mySwiper .swiper-slide-duplicate,
.Product-mySwiper .swiper-slide-duplicate-next {
  opacity: 1;
} */
.Product-mySwiper .swiper-slide-duplicate-prev {
  opacity: 0.5;
}

/* 行业 */
#Industry {
  background: #f6f7f8;
}

.Industry-nav p {
  color: #686d7a;
}

.Industry-content ul li.active {
  box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a,
    0 6px 30px 5px #0000000d;
}

.Industry-content ul li.active a>img {
  opacity: 1;
}

.Industry-content ul li.active a>div {
  filter: invert(100%);
}

.Industry-mySwiper .swiper-slide {
  height: 100%;
}

.Industry-mySwiper .swiper-slide li>div {
  background: #d8d8d8;
}

.swiper-slide-active {
  opacity: 1;
}

/* 客户案例 */
/* 轮播按钮 */
.Case-content {
  height: auto;
}

.Case-content .swiper-button-prev,
.Case-content .swiper-button-next {
  border: 1px solid #e0e2e4;
  padding: 14px;
  top: initial;
  bottom: -96px;
}

.Case-content .swiper-button-prev {
  right: initial;
  background-image: url(../img/Technology/left.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.Case-content .swiper-button-next {
  left: initial;
  /* background-image: url(../img/Technology/right.svg); */
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/Technology/left.svg) !important;
  transform: rotate(180deg);
}

.Case-content .swiper-slide:hover .case_details {
  color: #ff4610;
}

.Case-content .swiper-slide {
  transition: 0.3s;
  transform: scale(0.8);
}

.Case-content .swiper-slide.swiper-slide-active,
.Case-content .swiper-slide-duplicate-active {
  transform: scale(1);
  transition: 0.3s;
}

.Case-content .swiper-slide {
  width: 1152px;
  /* height: 500px; */
  padding: 0;
}

/* 黑科技 */
.Technology-content .swiper-slide {
  width: 352px;
  height: 252px;
  background: #d8d8d8;
  min-width: 352px;
}

.Technology-content .swiper-button-next,
.Technology-content .swiper-button-prev {
  width: 44px;
  height: 44px;
  border: 1px solid #e0e2e4;
  padding: 14px;
  border-radius: 50%;
  top: initial;
  bottom: -96px;
}

.Technology-content .swiper-button-prev {
  left: 0;
  background-image: url(../img/Technology/left.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.Technology-content .swiper-button-next {
  right: 0;
  /* background-image: url(../img/Technology/right.svg); */
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/Technology/left.svg) !important;
  transform: rotate(180deg);
}

.Technology-mySwiper .swiper-slide a>div {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
  backdrop-filter: blur(2.5px);
}

/* 合作客户 */
.Client-content li {}

.Client-content .swiper-wrapper {
  /* transition-timing-function: linear; */
}

/* 全球邦德 */
.Global-content {}

/* 栏目 */
#Column li {
  width: 256px;
  /* height: 360px; */
}

#Column hr {
  border-bottom: 2px solid #ff4610 !important;
}

#Column li:first-child .Column-shade {
  opacity: 0.3;
  background-image: linear-gradient(180deg, #000000 0%, #00000000 100%);
}

#Column li:last-child .Column-shade {
  opacity: 0.4;
  background-image: linear-gradient(180deg, #000000 0%, #00000000 60%);
}

#Column li:hover .span_box {
  bottom: 44px;
}

#Column li .span_box {
  bottom: -44px;
  left: 0;
}

#Column li span {
  line-height: normal;
}

#Column li:hover span {
  bottom: 44px;
}




/* 笔记本断点 xl*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {}

/* 大pad断点 lg*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #Column ul {
    width: 80%;
    margin: auto;
  }

  .superiority>.pr {
    width: 90% !important;
    margin: auto;
  }

  .superiority .w-384 {
    width: 100%;
  }

  .superiority .w-384 .swiper-slide h3 {
    font-size: 18px;
  }

  .superiority .w-384 .swiper-slide p {
    font-size: 14px;
  }

  .Product-content {
    padding-left: 32px;
  }

  .Product-content-right {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .Product-content-right::-webkit-scrollbar {
    height: 4px;
    border-radius: 8px;
  }

  /* 背景色 */
  .Product-content-right::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }

  /* 滑块颜色 */
  .Product-content-right::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
  }

  .Case-content>div {
    padding: 0 16px;
  }
}



/* 大pad断点 lg*/
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #Product {
    padding-top: 148px;
    padding-bottom: 68px;
  }

  .Product-nav {
    width: 896px;
    padding-bottom: 32px;
  }

  .Product-nav ul {
    padding: 0;
    width: 100%;
  }

  .Product-nav ul li {
    font-size: 18px;
    line-height: 26px;
    width: 180px;
    padding-bottom: 12px;
    font-family: PingFangSC-Regular, RedHatDisplay-Regular, Oswald-Regular, "Microsoft YaHei";
    font-weight: 400;
    color: var(---Color-Text-2)
  }

  #Product li.active {
    font-size: 18px;
    line-height: 26px;
    font-family: PingFangSC-Medium, RedHatDisplay-Medium, Oswald-Medium, "Microsoft YaHei";
    font-weight: 500;
    color: var(--Color-Brand-Normal);
  }

  .Product-nav ul .after {
    left: 355px;
    width: 178px;
    height: 2px;
  }

  .Product-content {
    width: 896px;
    margin: auto;
    padding: 0;
  }

  .Product-content-left {
    display: none;
  }

  .Product-content-right {
    height: 600px;
    padding: 0;
  }

  .Product-content-right .w-848 {
    width: 100%;
  }

  .Product-content-right .w-866 {
    width: 100%;
  }

  .Product-content-right .w-848 li {
    /* height: calc((600px - 16px) / 2); */
    border-radius: 8px;
    overflow: hidden;
  }

  .Product-content-right .w-848 li {
    /* margin-bottom: 0; */
  }

  .Product-content-right li.w-416.h-280 {
    width: 438px;
    height: 292px;
  }

  .Product-content-right ul li.w-416.h-280:nth-child(2n) {
    margin-right: 0;
  }
  .Automation-mySwiper  ul li.w-416.h-280:nth-child(2n) {
    margin-right: 16px;
  }

  #Industry {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .Industry-nav .pb-60 {
    padding-bottom: 32px;
  }

  .Industry-nav h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .Industry-nav p {
    font-size: 14px;
    line-height: 22px;
  }

  .Industry-content {
    width: 896px;
  }

  .Industry-content ul {
    margin: 0;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(206px, 1fr));
  }

  .Industry-content ul li {
    width: auto;
    margin: 0;
    height: 206px;
  }

  .Industry-content ul li a {}

  .Industry-content ul li img.w-64 {
    width: 82px;
    height: 82px;
  }

  .Industry-content ul li .pt-32 {
    padding-top: 40px;
  }

  .Industry-content ul li h5 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 14px;
  }

  #Case {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .Case-nav {
    padding-bottom: 32px;
  }

  .Case-nav h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .Case-nav p {
    font-size: 14px;
    line-height: 22px;
  }

  .Case-content {
    /* height: ; */
    height: 294px;
  }

  .Case-mySwiper .swiper-slide {
    width: 744px !important;
    height: 294px;
  }

  .Case-mySwiper .swiper-slide .w50 {
    width: 364px;
  }

  .Case-mySwiper .swiper-slide .Case-mySwiper_textBox {
    width: 380px;
    padding: 32px;
  }

  .Case-mySwiper_textBox img {
    margin-bottom: 24px;
  }

  .Case-mySwiper_textBox p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }

  #Technology {}

  .Technology-nav {
    padding-bottom: 32px;
  }

  .Technology-nav h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .Technology-nav p {
    font-size: 14px;
    line-height: 22px;
  }

  .Technology-content {
    width: 896px !important;
  }

  #Global {
    padding-top: 68px;
  }

  #Global .h-800 {
    height: 600px;
  }

  #Column {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #Column ul {
    width: 936px;
  }

  #Column ul li {
    width: 222px;
    height: 296px;
    margin-bottom: 0;
  }

  #Column ul li:last-child {
    margin-right: 0;
  }
}
/* 小pad断点  */
@media screen and (min-width: 768px) and (max-width: 1200px){
  .Banner-text{
    width:90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #Column ul {
    width: 80%;
    margin: auto;
  }

  .superiority>.pr {
    width: 90% !important;
    margin: auto;
  }

  .superiority .w-384 {
    width: 100%;
  }

  .superiority .w-384 .swiper-slide h3 {
    font-size: 16px;
  }

  .superiority .w-384 .swiper-slide p {
    font-size: 12px;
  }

  .superiority ul li {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* 产品 */
  #Product {}

  .Product-content {
    padding-left: 32px;
  }

  .Product-content-right {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .Product-content-right::-webkit-scrollbar {
    height: 4px;
    border-radius: 8px;
  }

  /* 背景色 */
  .Product-content-right::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }

  /* 滑块颜色 */
  .Product-content-right::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
  }

  .Case-content>div {
    padding: 0 16px;
  }
}

/* 小pad断点 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #Product {
    padding-top: 128px;
    padding-bottom: 48px;
  }

  .Product-nav {
    width: 680px;
    padding-bottom: 32px;
  }

  .Product-nav ul {
    padding: 0;
    width: 100%;
  }

  .Product-nav ul li {
    font-size: 14px;
    line-height: 22px;
    width: 136px;
    padding-bottom: 12px;
    font-family: PingFangSC-Regular, RedHatDisplay-Regular, Oswald-Regular, "Microsoft YaHei";
    font-weight: 400;
    color: var(---Color-Text-2)
  }

  #Product li.active {
    font-size: 14px;
    line-height: 22px;
    font-family: PingFangSC-Medium, RedHatDisplay-Medium, Oswald-Medium, "Microsoft YaHei";
    font-weight: 500;
    color: var(--Color-Brand-Normal);
  }

  .Product-nav ul .after {
    left: 272px;
    width: 136px;
    height: 2px;
  }

  .Product-content {
    width: 680px;
    margin: auto;
    padding: 0;
  }

  .Product-content-left {
    display: none;
  }

  .Product-content-right {
    height: 456px;
    padding: 0;
  }

  .Product-content-right .w-848 {
    width: 100%;
  }

  .Product-content-right .w-866 {
    width: 100%;
  }

  .Product-content-right .w-848 .h-280 {
    height: 220px;
    margin-bottom: 16px;
  }

  .Product-content-right .w-848 li {
    /* height: calc((600px - 16px) / 2); */
    border-radius: 8px;
    overflow: hidden;
  }

  .Product-content-right .w-848 li {
    margin-bottom: 0;
  }

  .Product-content-right li.w-416.h-280 {
    width: 332px;
    height: 220px;
  }

  .Product-content-right ul li.w-416.h-280:nth-child(2n) {
    margin-right: 0;
  }
  .Automation-mySwiper  ul li.w-416.h-280:nth-child(2n) {
    margin-right: 16px;
  }

  #Industry {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .Industry-nav .pb-60 {
    padding-bottom: 32px;
  }

  .Industry-nav h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .Industry-nav p {
    font-size: 14px;
    line-height: 22px;
  }

  .Industry-content {
    width: 680px;
  }

  .Industry-content ul {
    margin: 0;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
  }

  .Industry-content ul li {
    width: auto;
    margin: 0;
    height: 152px;
  }

  .Industry-content ul li a {}

  .Industry-content ul li img.w-64 {
    width: 60px;
    height: 60px;
  }

  .Industry-content ul li .pt-32 {
    padding-top: 30px;
  }

  .Industry-content ul li h5 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 18px;
  }

  .Technology-content .swiper-slide {
    width: 332px;
    height: 249px;
  }

  #Case {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .Case-nav {
    padding-bottom: 32px;
  }

  .Case-nav h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .Case-nav p {
    font-size: 14px;
    line-height: 22px;
  }

  .Case-content {
    /* height: ; */
    height: 294px;
  }

  .Case-mySwiper .swiper-slide {
    width: 680px !important;
    height: 294px;
  }

  .Case-mySwiper .swiper-slide .w50 {
    width: 328px;
  }

  .Case-mySwiper .swiper-slide .Case-mySwiper_textBox {
    width: 352px;
    padding: 32px;
  }

  .Case-mySwiper_textBox img {
    margin-bottom: 24px;
  }

  .Case-mySwiper_textBox p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  #Technology {}

  .Technology-nav {
    padding-bottom: 32px;
  }

  .Technology-nav h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .Technology-nav p {
    font-size: 14px;
    line-height: 22px;
  }

  .Technology-content {
    width: 680px !important;
  }

  #Global {
    padding-top: 48px;
  }

  #Global .h-800 {
    height: 600px;
  }

  #Column {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #Column ul {
    width: 680px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
  }

  #Column ul li {
    height: 437px;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}


.sharePhone{
  display: none;
}
/* 大屏幕移动端 sm*/
@media (min-width: 576px) and (max-width: 767px) {}

/* 移动端 */
@media (max-width: 767px) {
  .superiority li h3 {
    -webkit-line-clamp: 1;
  }
  .mr-16 {
    margin-right: 4.267vw;
  }
  .Banner-text{
    padding-left: 4.2vw;
    padding-right: 4.2vw;
  }
  .Banner-mySwiper .swiper-slide-active h4 {
    font-size: 3.733vw;
    font-size: 4.267vw;
  }

  .Banner-mySwiper .swiper-slide-active h1 {
    font-size: 8.533vw;
    line-height: normal;
    margin-bottom: 3.2vw;
  }

  .video_btn {
    height: 9.6vw;
    font-size: 4.533vw;
    width: fit-content;
    padding-left: 4.2vw;
    padding-right: 4.2vw;
  }

  .Banner-mySwiper .swiper-slide h1 {
    font-size: 7.4vw;
  }

  .Banner-mySwiper-pagination {
    bottom: 12vw;
  }

  .Banner-mySwiper-pagination li,
  .Banner-mySwiper-pagination li>div {
    width: 2.133vw;
    height: 2.133vw;
  }

  .Banner-mySwiper-pagination li .rail.pagination-active {
    background-color: #fff !important;
    -webkit-transition: width 0s ease-out;
    -moz-transition: width 0s ease-out;
    transition: width 0s ease-out;
  }

  /* .Banner-mySwiper .swiper-slide a {
    width: 105%;
  }
  .Banner-mySwiper .swiper-slide img {
    width: 105%;
  } */
  .Banner-text {
    top: 32vw;
  }

  #Banner {
    height: 160vw;
  }

  /* 优势描述 */
  .superiority {
    padding: 0 4.267vw;
    bottom: -6.4vw;
  }

  .superiority .w-1120 {
    width: 100%;
    height: 14.8vw;
  }

  .superiority .swiper-slide a h3 {
    font-size: 3.733vw;
    margin-bottom: 0;
    line-height: 120%;
    
  }


  /* 行业解决方案 */
  #Industry {
    padding: 15vw 4.267vw;
    overflow-x: hidden;
  }

  .Industry-nav {
    padding-bottom: 6.4vw;
  }

  .Industry-nav h2 {
    font-size: 5.867vw;
    line-height: 5.867vw;
    margin-bottom: 2.133vw;
  }

  .Industry-nav p {
    font-size: 3.2vw;
  }

  .Industry-content {
    width: 100%;
  }

  .Industry-content ul {
    margin-right: -16px;
  }

  .Industry-content li {
    width: 21.333vw;
    height: 21.333vw;
    margin-right: 2.133vw;
    margin-bottom: 2.133vw;
  }

  .Industry-content li:nth-child(4n) {
    /* margin-right: 0; */
  }

  .Industry-content li a>div {}

  .Industry-content li a>div img {
    width: 8.533vw;
    height: 8.533vw;
  }

  .Industry-content li a>div h5 {
    padding-top: 1.067vw;
    font-size: 3.2vw;
  }

  /* 客户案例 */
  #Case {
    padding: 8vw 4.267vw 0;
  }

  .Case-nav h2 {
    line-height: 5.867vw;
    font-size: 5.867vw;
    margin-bottom: 2.133vw;
  }

  .Case-nav p {
    font-size: 3.2vw;
    width: 90%;
    margin: auto;
  }

  .Case-nav {
    padding-bottom: 6.4vw;
  }

  .Case-content .swiper-slide {
    width: 100%;
  }

  .Case-content .swiper-slide .df {
    display: inline-block;
  }

  .Case-content .swiper-slide .df .w50 {
    width: 100%;
    height: auto;
  }

  .Case-mySwiper_textBox {
    padding: 10.133vw 7.667vw 6vw;
  }

  .Case-mySwiper_textBox img {
    width: 23.467vw;
    height: auto;
    margin-bottom: 4.8vw;
  }

  .Case-mySwiper_textBox p {
    font-size: 3.733vw;
    line-height: 7.467vw;
    margin-bottom: 5vw;
  }

  .Case-mySwiper .swiper-slide .w50 {
    width: 100%;
  }

  .Case-mySwiper_textBox .df-sb {}

  .Case-mySwiper_textBox .df-sb span {
    font-size: 3.2vw;
  }

  .Case-mySwiper_textBox .df-sb a {
    height: auto;
    font-size: 3.733vw;
  }

  .Case-content .swiper-button-prev,
  .Case-content .swiper-button-next {
    bottom: -17.067vw;
  }

  /* 更多合作客户 */
  #Client {
    padding-top: 33.067vw;
  }

  .Client-nav h2 {
    line-height: 5.867vw;
    font-size: 5.867vw;
    margin-bottom: 2.133vw;
  }

  .Client-nav p {
    font-size: 3.2vw;
    width: 80%;
    margin: auto;
  }

  .Client-nav {
    padding-bottom: 6.4vw;
  }

  .md_Client-content {
    padding: 0 4.26vw;
  }

  .md_Client-content>div {
    width: 22.133vw;
    height: 9.867vw;
    margin-right: 1.067vw;
    margin-bottom: 1.067vw;
  }

  .md_Client-content>div a {
    width: 100%;
    height: 100%;
  }

  /* .md_Client-content > div a img {
    width: 14.133vw;
    height: auto;
  } */
  .md_Client-content a:nth-child(4n) {
    margin-right: 0;
  }

  .Client-content {
    height: 53.333vw;
  }

  /* 黑科技 */
  #Technology {
    padding-top: 14.933vw;
    margin-top: 10vw;
  }

  .Technology-nav h2 {
    line-height: 5.867vw;
    font-size: 5.867vw;
    margin-bottom: 2.133vw;
  }

  .Technology-nav p {
    font-size: 3.2vw;
    width: 80%;
    margin: auto;
  }

  .Technology-nav {
    padding-bottom: 6.4vw;
  }

  .Technology-content .swiper-slide {
    transition: 0.3s;
    transform: scale(0.8);
  }

  .Technology-content .swiper-slide.swiper-slide-active,
  .Technology-content .swiper-slide-duplicate-active {
    transform: scale(1);
    transition: 0.3s;
  }

  .Technology-content .swiper-slide {
    width: 70.4vw;
    min-width: auto;
    height: 50.667vw;
  }

  .Technology-content .swiper-slide a {
    width: 70.4vw;
    height: 50.667vw;
  }

  .Technology-content {
    height: auto;
  }

  .Technology-content .swiper-button-next,
  .Technology-content .swiper-button-prev {
    bottom: -17.067vw;
  }

  #Technology {
    padding-bottom: 0;
  }

  .Technology_b_text {
    line-height: 12vw;
    height: 12vw;
    font-size: 4.2vw;
  }

  /* 全球邦德 */
  #Global {
    padding-top: 36.267vw;
  }

  .md_Global-nav h2 {
    line-height: 5.867vw;
    font-size: 5.867vw;
    margin-bottom: 2.133vw;
  }

  .md_Global-nav p {
    font-size: 3.2vw;
  }

  .md_Global-nav {
    padding-top: 8.4vw;
  }

  .md_Global-content {
    width: 100%;
    height: 66.667vw;
  }

  /* 了解更多 */
  #Column {
    padding-top: 14.933vw;
    padding-bottom: 0;
  }

  .md_Column-nav h2 {
    line-height: 5.867vw;
    font-size: 5.867vw;
    margin-bottom: 2.133vw;
  }

  .md_Column-nav {
    padding-bottom: 9.6vw;
  }

  #Column ul {
    justify-content: center;
  }

  #Column ul li {
    width: 44.8vw;
    margin-right: 2.133vw;
    margin-bottom: 2.133vw;
  }

  #Column ul li:nth-child(2n) {
    margin-right: 0;
  }

  #Column ul li .t-48 {
    top: 9.067vw;
  }

  #Column ul li h3 {
    font-size: 4.267vw;
    margin-bottom: 2.667vw;
  }

  #Column ul li hr {
    width: 9.067vw;
    height: 0.267vw;
  }

  #Column li .span_box {
    bottom: 5.333vw;
  }

  #Column li .span_box span {
    font-size: 3.733vw;
  }

  /* 移动端产品 */
  #md_Product {
    padding: 12.8vw 4.267vw 0;
  }

  .md_Product_nav {
    width: 100%;
  }

  .md_Product_nav ul {
    padding-bottom: 1.6vw;
  }

  .md_Product_nav ul li h5 {
    font-size: 4.733vw;
    white-space: nowrap;
    font-family: PingFangSC-Medium, sf-pro-text_medium, PingFang SC,
      "Microsoft YaHei";
    font-weight: 500;
  }

  .md_Product_nav ul li:nth-child(3) {
    /* margin-right: 0; */
  }

  .md_Product_nav ul li.active {
    font-size: 4.8vw;
    opacity: 1;
    font-weight: 500;
  }

  .md_Product_nav ul span.md_after {
    height: 2px;
    width: 14vw;
    margin: auto;
    display: block;
    margin-top: 3vw;
    border: none;
    border-color: #ff4610;
  }

  .md_Product_content {
    width: 100%;
    margin-top: 6.4vw;
    border-radius: 2.133vw;
  }

  .md_Product_content_Swiper {
    border-radius: 2.133vw;
    overflow: hidden;
  }

  .md_Product_content .swiper {
    width: 100%;
    height: 80vw;
  }

  .md_Product_content .swiper-wrapper {
    height: 61.867vw;
  }

  .md_Product_content .swiper-slide {
    border-radius: 2.133vw;
  }

  .md_Product_content .swiper-slide hr {
    width: 5.867vw;
    height: 1px;
    background-color: #979797;
  }

  .md_Product_content .swiper-pagination {
    bottom: 8vw !important;
  }

  .md_Product_content .swiper-pagination-bullet {
    width: 2.133vw !important;
    height: 2.133vw !important;
    background: none;
    border-radius: 50%;
    border: 0.267vw solid#000;
  }

  .md_Product-nav_li .swiper-pagination-bullet-active {
    background-color: #000 !important;
    border-radius: 50%;
  }

  .case_b_btn {
    left: 10.667vw;
    width: 100%;
    bottom: 9.6vw;
  }

  .case_b_btn a {
    width: auto;
  }

  .case_b_btn div {
    width: auto;
    height: auto;
    font-size: 3.2vw;
  }

  .scale-hv12-img:hover img {
    transform: scale(1);
  }
}

