/*
 * @Author:
 * @wx: Ccxl328
 * @LastEditTime: 2023-04-11 16:04:07
 */
section {
  margin-top: -1px;
}
#Banner{
  height: 100%;
  min-height: 640px;
  max-height: 800px;
}
.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);
}
.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;
}

/* 轮播遮罩 */
.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:hover {
  background-color: #f6f7f8;
}
.superiority li:hover h3 {
  color: #ff4610;
}
/* 产品 */
#Product li.active {
  opacity: 1;
  font-size: 32px;
  font-weight: 500;
  font-family: PingFangSC-Medium;
}
.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: 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 a.active {
  box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a,
    0 6px 30px 5px #0000000d;
}
.Industry-content ul li a.active > img {
  opacity: 1;
}
.Industry-content ul li a.active > 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/左.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.Case-content .swiper-button-next {
  left: initial;
  /* background-image: url(../img/Technology/右.svg); */
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/Technology/左.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;
}

/* 黑科技 */
.Technology-content .swiper-slide {
  width: 368px;
  height: 264px;
  background: #d8d8d8;
  min-width: 368px;
}
.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/左.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.Technology-content .swiper-button-next {
  right: 0;
  /* background-image: url(../img/Technology/右.svg); */
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/Technology/左.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: 272px;
  /* 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;
}

/* tip */
.universal-product-tip {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
  transition: 0.5s all;
}
.universal-product-tip .universal-product-tip-bg {
  width: 100%;
  height: 48px;
  background-color: #fbfafc;
  position: absolute;
  top: 0;
  left: 0;
}
.universal-product-tip .universal-product-tip-container {
  position: absolute;
  top: -48px;
  left: 0;
  /* min-width: 1230px; */
  width: 100%;
  height: 48px;
  background-color: #ff4610;
  color: #000000;
  will-change: transform;
  text-rendering: optimizelegibility;
  animation-name: initial;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  z-index: 99999999999;
  transition: 1.5s all ease;
}
.universal-product-tip .universal-product-tip-container.down {
  top: 0px;
}
.universal-product-tip .universal-product-tip-container.bg {
  background-color: #fbfafc;
}
.universal-product-tip
  .universal-product-tip-container.bg
  .universal-product-tip-title {
  color: #000;
}
.universal-product-tip
  .universal-product-tip-container.bg
  .universal-product-tip-link {
  color: #5a00ff;
}
.universal-product-tip.close {
  height: 0;
}
.universal-product-tip.close .universal-product-tip-bg {
  top: -48px;
  transition: 0.5s all;
}
.universal-product-tip.close .universal-product-tip-container {
  top: -48px;
  transition: 0.5s all;
}
.universal-product-tip .universal-product-tip-wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.universal-product-tip
  .universal-product-tip-container-light
  .universal-product-tip-title {
  /* color: #000000; */
}
.universal-product-tip .universal-product-tip-title {
  font-size: 14px;
  letter-spacing: -0.28px;
  text-align: center;
  line-height: 20px;
  margin-right: 8px;
  color: #ffffff;
  transition: none;
  transition: 0.5s all ease;
  font-family: PingFangSC, "Microsoft YaHei", "Helvetica Neue",
    "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}
.universal-product-tip
  .universal-product-tip-container-light
  .universal-product-tip-link {
  color: #ffffff;
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMTR2MTRIMHoiLz48cGF0aCBpZD0iYiIgZD0iTTAgMGgxNHYxNEgweiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxnIGZpbGw9IiMwMDcwRDUiPjxwYXRoIGQ9Ik01LjM0MiAxMS4zNzVhLjg3Ny44NzcgMCAwIDEgMC0xLjIzOUw4LjQ3MyA3bC0zLjEzLTMuMTM2YS44NzcuODc3IDAgMCAxIDAtMS4yMzlMOS40IDYuNjljLjE3MS4xNzEuMTcxLjQ0OSAwIC42MmwtNC4wNTkgNC4wNjV6Ii8+PC9nPjwvZz48L3N2Zz4=); */
}
.universal-product-tip .universal-product-tip-link {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.28px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  transition: 0.5s all ease;
  background-position: right center;
  padding-right: 16px;
  font-family: PingFangSC, "Microsoft YaHei", "Helvetica Neue",
    "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
  /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+4pqZ77iP5Zu+5qCHLWljb248L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij48L3JlY3Q+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij48L3JlY3Q+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLimpnvuI/lm77moIctaWNvbiI+CiAgICAgICAgICAgIDxnIGlkPSLlrrnlmagtY29udGFpbmVyIj4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPHVzZSBpZD0i5aGr5YWFLWZpbGxlZCIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRkZGRkZGIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPGcgaWQ9IuaPj+i+uS1ib3JkZXIiPjwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0i5Zu+5qCHLWljb24iIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuMzQyMTM4MTksMTEuMzc1IEM1LjAwMDUzNzI3LDExLjAzMjg3NjcgNS4wMDA1MzcyNywxMC40NzgxODUyIDUuMzQyMTM4MTksMTAuMTM2MDYxOSBMOC40NzM0MTE3Nyw3IEw1LjM0MjEzODE5LDMuODYzOTM4MDUgQzUuMDAwNTM3MjcsMy41MjE4MTQ3NiA1LjAwMDUzNzI3LDIuOTY3MTIzMyA1LjM0MjEzODE5LDIuNjI1IEw5LjQwMTE5NjUzLDYuNjkwMjY1NDkgQzkuNTcxOTk2OTksNi44NjEzMjcxMyA5LjU3MTk5Njk5LDcuMTM4NjcyODcgOS40MDExOTY1Myw3LjMwOTczNDUxIEw1LjM0MjEzODE5LDExLjM3NSBaIiBpZD0i6Lev5b6EIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==); */
  transition: none;
}
.universal-product-tip .universal-product-tip-container-in .close-icon {
  opacity: 1;
}
.universal-product-tip .close-icon {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right center;
  padding-right: 16px;
  opacity: 0;
  cursor: pointer;
  will-change: opacity;
  transition: opacity 1s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+4pqZ77iP5Zu+5qCHLWljb24tY2xvc2U8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48L3JlY3Q+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48L3JlY3Q+CiAgICAgICAgPHBhdGggZD0iTTgsNy4yOTMwMDE0OSBMMTMuMDg2MDAzLDIuMjA2OTk4NTEgQzEzLjQ3NjQ2NzUsMS44MTY1MzQwMSAxNC4xMDk1MzU1LDEuODE2NTM0MDEgMTQuNSwyLjIwNjk5ODUxIEw4LjcwNjk5ODUxLDggTDEzLjc5MzAwMTUsMTMuMDg2MDAzIEMxNC4xODM0NjYsMTMuNDc2NDY3NSAxNC4xODM0NjYsMTQuMTA5NTM1NSAxMy43OTMwMDE1LDE0LjUgTDgsOC43MDY5OTg1MSBMMi45MTM5OTcwMiwxMy43OTMwMDE1IEMyLjUyMzUzMjUyLDE0LjE4MzQ2NiAxLjg5MDQ2NDQ5LDE0LjE4MzQ2NiAxLjUsMTMuNzkzMDAxNSBMNy4yOTMwMDE0OSw4IEwyLjIwNjk5ODUxLDIuOTEzOTk3MDIgQzEuODE2NTM0MDEsMi41MjM1MzI1MiAxLjgxNjUzNDAxLDEuODkwNDY0NDkgMi4yMDY5OTg1MSwxLjUgTDgsNy4yOTMwMDE0OSBaIiBpZD0icGF0aC01Ij48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0i6aG16Z2iLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLimpnvuI/lm77moIctaWNvbi1jbG9zZSI+CiAgICAgICAgICAgIDxnIGlkPSLlrrnlmagtY29udGFpbmVyIj4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPHVzZSBpZD0i5aGr5YWFLWZpbGxlZCIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRkZGRkZGIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPGcgaWQ9IuaPj+i+uS1ib3JkZXIiPjwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8ZyBpZD0i5oyJ6ZKuLWJ1dHRvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4yODU3MTQsIDIuMjg1NzE0KSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0i4pqZ77iP5a655ZmoLWNvbnRhaW5lciI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuNzE0Mjg1NzEsMCBDOC44NzAxOTg1NywtNS43OTczMTc4N2UtMTYgMTEuNDI4NTcxNCwyLjU1ODM3Mjg2IDExLjQyODU3MTQsNS43MTQyODU3MSBDMTEuNDI4NTcxNCw4Ljg3MDE5ODU3IDguODcwMTk4NTcsMTEuNDI4NTcxNCA1LjcxNDI4NTcxLDExLjQyODU3MTQgQzIuNTU4MzcyODYsMTEuNDI4NTcxNCAzLjg2NDg3ODU4ZS0xNiw4Ljg3MDE5ODU3IDAsNS43MTQyODU3MSBDLTMuODY0ODc4NThlLTE2LDIuNTU4MzcyODYgMi41NTgzNzI4Niw1Ljc5NzMxNzg3ZS0xNiA1LjcxNDI4NTcxLDAgWiIgaWQ9IuWhq+WFhS1maWxsZWQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS43MTQyODU3MSwwIEM4Ljg3MDE5ODU3LC01Ljc5NzMxNzg3ZS0xNiAxMS40Mjg1NzE0LDIuNTU4MzcyODYgMTEuNDI4NTcxNCw1LjcxNDI4NTcxIEMxMS40Mjg1NzE0LDguODcwMTk4NTcgOC44NzAxOTg1NywxMS40Mjg1NzE0IDUuNzE0Mjg1NzEsMTEuNDI4NTcxNCBDMi41NTgzNzI4NiwxMS40Mjg1NzE0IDMuODY0ODc4NThlLTE2LDguODcwMTk4NTcgMCw1LjcxNDI4NTcxIEMtMy44NjQ4Nzg1OGUtMTYsMi41NTgzNzI4NiAyLjU1ODM3Mjg2LDUuNzk3MzE3ODdlLTE2IDUuNzE0Mjg1NzEsMCBaIiBpZD0i5o+P6L65LWJvcmRlciI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPGcgaWQ9Iue8lue7hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMjg1NzE0LCAtMi4yODU3MTQpIj4KICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuODUiIGZpbGw9IiMwMDAwMDAiIHhsaW5rOmhyZWY9IiNwYXRoLTUiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
body .universal-product-tip-container-header-placeholder {
  transition: all 0.5s ease;
  height: 0;
}

/* 笔记本断点 xl*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .Banner-text{
    top: 88px;
  }
  .Banner-text h1{
    margin-bottom: 4px;
  }
}
/* 大pad断点 lg*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .Banner-text{
    top: 88px;
  }
  .Banner-text h1{
    margin-bottom: 4px;
  }
  #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;
  }
  .universal-product-tip .universal-product-tip-wrapper {
    width: 80%;
  }
}
/* 小pad断点  */
@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;
  }
  .universal-product-tip .universal-product-tip-wrapper {
    width: 80%;
  }
}
/* 大屏幕移动端 sm*/
@media (min-width: 576px) and (max-width: 767px) {
}
/* 移动端 */
@media (max-width: 767px) {
  .mr-16 {
    margin-right: 4.267vw;
  }
  .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: 10.667vw;
    margin-bottom: 3.2vw;
  }
  .video_btn {
    width: 31.2vw;
    height: 9.6vw;
    font-size: 4.533vw;
  }
  .Banner-mySwiper .swiper-slide h1 {
    font-size: 8.8vw;
  }
  .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-1152 {
    width: 100%;
    height: 12.8vw;
  }
  .superiority .swiper-slide a h3 {
    font-size: 3.733vw;
    margin-bottom: 0;
  }

  /* 行业解决方案 */
  #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{
    margin-right: 2.133vw;
    margin-bottom: 2.133vw;
    padding: 0;
  }
  .Industry-content li a{
    width: 21.333vw;
    height: 21.333vw;
    margin: 0;
    padding: 0;
  }
  .Industry-content li:nth-child(4n) {
    /* margin-right: 0; */
  }
  .Industry-content li a > div {
    padding-top: 4.267vw;
  }
  .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;
  }
  .Case-nav {
    padding-bottom: 6.4vw;
  }
  .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_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;
  }
  .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;
  }
  .Technology-nav h2 {
    line-height: 5.867vw;
    font-size: 5.867vw;
    margin-bottom: 2.133vw;
  }
  .Technology-nav p {
    font-size: 3.2vw;
  }
  .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_Welding_content_Swiper{
    /* height: 100% !important; */
    /* margin-bottom: 10vw; */
  }
  .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);
  }

  .universal-product-tip .universal-product-tip-wrapper {
    width: 100%;
  }
  .universal-product-tip
    .universal-product-tip-container-light
    .universal-product-tip-title {
    font-size: 3.2vw;
  }
  .universal-product-tip
    .universal-product-tip-container-light
    .universal-product-tip-link {
    font-size: 3.2vw;
  }
}


/* 大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;
  }

  #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;
    padding: 0;
  }
  .Industry-content ul li a{
    width: auto;
    height: 206px;
  }
  .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{
    padding-top: 68px;
  }
  .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: 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;
  }

  #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;
    padding: 0;
  }
  .Industry-content ul li a{
    height: 152px;
    width: auto;
  }
  .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{
    padding-top: 48px;
  }
  .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%;
  }
}
