body {
  background: url(../img/index_bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
.con .section_tit {
  text-align: center;
}
.con .swiper {
  width: 100%;
  overflow: hidden;
}
.con .banner {
  position: relative;
}
.con .banner .swiper_banner .swiper-slide {
  width: 100%;
  height: 80vh;
  max-height: 1000px;
  overflow: hidden;
  background-color: #fff;
  color: #fff;
  position: relative;
}
.con .banner .swiper_banner .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.con .banner .toPage a img {
  filter: brightness(0) invert(1);
}
.con .banner .toPage a:hover {
  border-color: #fff;
}
.con .banner .toPage a:hover span {
  color: var(--textColor);
}
.con .banner .toPage a:hover img {
  filter: none;
}
.con .banner .toPage a:hover::before {
  background: #fff;
}
.con .banner .swiper_banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s linear;
}
.con .banner .swiper_banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con .banner .swiper_banner .info {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.con .banner .swiper_banner .info .banner_logo {
  width: 267px;
}
.con .banner .swiper_banner .info .tit {
  text-align: left;
  color: #ffffff;
  line-height: 1.2;
}
.con .banner .swiper_banner .swiper_footer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 2;
}
.con .banner .swiper_footer::after {
  content: "";
  top: calc(100% + 20px);
  width: 1px;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.con .banner .swiper_footer::before {
  content: "";
  top: calc(100% + 20px);
  width: 1px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  display: inline-block;
}
.con .banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 130px;
  text-align: center;
}
.con .banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  background: #ffffff;
  border-radius: 0;
  transition: all 0.4s linear;
}
.con .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.con .banner .news {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  backdrop-filter: blur(10px);
}
.con .banner .news .list {
  flex: 0 0 33.33%;
  transition: all 0.5s ease-in-out;
}
.con .banner .news .list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  height: 100px;
  position: relative;
}
.con .banner .news .list a::after {
  content: none;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}
.con .banner .news .list a p {
  width: 100%;
  text-align: center;
}
.con .banner .news .list:nth-child(3n) a:after {
  content: none !important;
}
.con .banner .news .list a .tit {
  color: #222;
  transition: all 0.2s linear;
  transform: translateY(10px);
}
.con .banner .news .list a .subTit {
  color: #777;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  transform: translateY(10px);
}
.con .banner .news .list:hover {
  background: #fff;
}
.con .banner .news .list:hover .tit {
  color: var(--textColor);
  transform: translateY(0);
}
.con .banner .news .list:hover .subTit {
  height: 20px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
    transform: rotate(0deg) translateY(0);
  }
  50% {
    background-position: 100% 50%;
    transform: rotate(120deg) translateY(50%);
  }
  100% {
    background-position: 0% 50%;
    transform: rotate(0deg) translateY(0%);
  }
}
.con .solution {
  position: relative;
  overflow: hidden;
}
.con .solution .left_bg {
  position: absolute;
  left: -100px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  background: linear-gradient(-45deg, #3bd0f0, #50f9cb, #68aafb, #a59af6);
  border-radius: 0% 70% 100% 50% / 0% 100% 100% 50%;
  filter: blur(100px);
  background-size: 500% 500%;
  animation: gradient 15s ease infinite;
}
.con .solution .right_bg {
  position: absolute;
  right: -50%;
  top: 0px;
  width: 50%;
  height: 80%;
  background: linear-gradient(-45deg, #b1f7d9, #acf2fa, #9dd1fb, #b9ffdf);
  border-radius: 0% 70% 100% 50% / 0% 100% 100% 50%;
  filter: blur(200px);
  background-size: 500% 500%;
  animation: gradient 20s ease infinite;
}
.con .solution .main_tab {
  justify-content: center;
}
.con .solution .main_tab p {
  color: #222;
  line-height: 1;
  padding-bottom: 4px;
  margin: 0 20px;
  cursor: pointer;
  transition: font-weight 0.3s ease;
}
.con .solution .main_tab p.act {
  border-bottom: 1px solid var(--textColor);
  color: var(--textColor);
  font-weight: 600;
}
.con .solution .main_list {
  height: 430px;
}
.con .solution .main_list > div {
  height: 100%;
}
.con .solution .main_list:not(:first-child) {
  display: none;
}
.con .solution .main_list .main_l {
  flex: 0 0 340px;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.con .solution .main_list .main_l .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.con .solution .main_list .main_l .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .solution .main_list .main_l .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 2;
  color: #fff;
}
.con .solution .main_list .main_l .info a {
  color: #fff;
}
.con .solution .main_list .main_l .info a:hover {
  color: #fff;
}
.con .solution .main_list .main_l .info a:hover::after {
  background: #fff;
}
.con .solution .main_list .main_l .info a:hover img {
  filter: brightness(0) invert(1) !important;
}
.con .solution .main_list .main_l .info a img {
  width: 14px;
  filter: brightness(0) invert(1);
}
.con .solution .main_list .main_l:hover .image img {
  transform: scale(1.05);
}
.con .solution .main_list .main_r {
  flex: 1;
  margin-left: 20px;
}
.con .solution .main_list .main_r .list {
  height: calc((100% - 20px)/2);
  flex: 0 0 calc((100% - 40px)/3);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}
.con .solution .main_list .main_r .list a {
  padding: 50px;
  display: block;
}
.con .solution .main_list .main_r .list img {
  height: 40px;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.con .solution .main_list .main_r .list .tit {
  color: #222;
  text-align: center;
  transition: all 0.2s linear;
}
.con .solution .main_list .main_r .list .subTit {
  text-align: center;
  color: #777;
}
.con .solution .main_list .main_r .list:nth-child(3n) {
  margin-right: 0;
}
.con .solution .main_list .main_r .list:nth-child(n+4) {
  margin-bottom: 0;
}
.con .solution .main_list .main_r .list:hover {
  box-shadow: -5px 0px 15px 5px rgba(0, 91, 254, 0.06);
  background: url(../img/solutionR_bg.jpg) no-repeat;
  background-size: cover;
  border-color: #fff;
}
.con .solution .main_list .main_r .list:hover .tit {
  color: var(--textColor);
}
.con .solution .main_list .main_r .list:hover img {
  transform: translateY(-2px);
}
.con .solution .toPage {
  margin: 0 5px;
}
.con .solution .toPage a {
  color: #222;
  border-color: #ccc;
}
.con .solution .toPage.act a {
  color: #fff;
  background: var(--textColor);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.15);
  border-color: var(--textColor);
}
.con .solution .toPage.act::before {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.2);
}
.con .solution .toPage.act img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.con .solution .toPage a img {
  filter: brightness(0.1);
}
.con .solution .toPage a:hover {
  color: #fff;
  border-color: var(--textColor);
}
.con .solution .toPage a:hover img {
  filter: brightness(0) invert(1);
}
.con .solutionOld {
  display: none;
}
.con .solutionOld .main {
  gap: 20px;
}
.con .solutionOld .info {
  border-bottom: 1px solid transparent;
}
.con .solutionOld .over_hi {
  height: 310px;
}
.con .solutionOld .list {
  border: 1px solid transparent;
}
.con .solutionOld .list a {
  display: block;
  padding: 20px;
  text-align: center;
}
.con .solutionOld .list img {
  height: 40px;
}
.con .solutionOld .list .subTit {
  font-size: 12xpx;
  color: #777777;
  line-height: 1;
}
.con .solutionOld .list:hover {
  background: #ffffff;
  border-color: var(--textColor);
  border-radius: 10px;
  box-shadow: -5px 0px 15px 5px undefined;
}
.con .solutionOld .main_l {
  padding: 40px 10px;
  flex: 0 0 330px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  transition: all 0.2s linear;
}
.con .solutionOld .main_l .info {
  border-color: rgba(0, 0, 0, 0.08);
  align-items: center;
}
.con .solutionOld .main_l .info > div {
  flex: 0 0 100%;
  text-align: center;
}
.con .solutionOld .main_l .info .subTit {
  margin-left: auto;
}
.con .solutionOld .main_l .list {
  flex: 0 0 50%;
}
.con .solutionOld .main_l .list:nth-child(n + 5) {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.1s;
}
.con .solutionOld .main_r {
  flex: 1;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: -5px 0px 15px 5px undefined;
  padding: 40px 60px;
  transition: all 0.2s linear;
}
.con .solutionOld .main_r .info {
  border-color: rgba(0, 0, 0, 0.08);
  align-items: center;
}
.con .solutionOld .main_r .info .subTit {
  margin-left: auto;
}
.con .solutionOld .main_r .list {
  flex: 0 0 25%;
}
@media screen and (min-width: 768px) {
  .con .solutionOld .main_l:hover {
    flex: 1;
    padding: 40px 60px;
  }
  .con .solutionOld .main_l:hover .info {
    border-color: rgba(0, 0, 0, 0.08);
    align-items: center;
  }
  .con .solutionOld .main_l:hover .info > div {
    flex: 0 0 auto;
  }
  .con .solutionOld .main_l:hover .info .subTit {
    margin-left: auto;
  }
  .con .solutionOld .main_l:hover ~ div {
    flex: 0 0 330px;
    padding: 40px 10px;
  }
  .con .solutionOld .main_l:hover ~ div .info {
    border-color: rgba(0, 0, 0, 0.08);
    align-items: center;
  }
  .con .solutionOld .main_l:hover ~ div .info > div {
    flex: 0 0 100%;
    text-align: center;
  }
  .con .solutionOld .main_l:hover ~ div .list {
    flex: 0 0 50%;
  }
  .con .solutionOld .main_l:hover ~ div .list:nth-child(n + 5) {
    display: none;
  }
  .con .solutionOld .main_l:hover .list {
    flex: 0 0 25%;
  }
  .con .solutionOld .main_l:hover .list:nth-child(n + 5) {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
  }
}
.con .solutionOld .toPage {
  margin: 0 5px;
}
.con .solutionOld .toPage a {
  color: #222;
  border-color: #ccc;
}
.con .solutionOld .toPage.act a {
  color: #fff;
  border-color: var(--textColor);
  background: var(--textColor);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.15);
}
.con .solutionOld .toPage.act::before {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.2);
}
.con .solutionOld .toPage.act img {
  opacity: 1;
  filter: brightness(1.1);
}
.con .solutionOld .toPage a img {
  filter: brightness(0.1);
}
.con .solutionOld .toPage a:hover {
  color: #fff;
}
.con .solutionOld .toPage a:hover img {
  filter: none;
}
.con .product {
  width: 100%;
  height: 90vh;
  max-height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #000;
}
.con .product::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.con .product .wrap {
  position: relative;
  z-index: 2;
}
.con .product .swiper_pro_tabBox {
  position: relative;
}
.con .product .swiper_pro_tab {
  max-width: 1300px;
  margin: auto;
}
.con .product .swiper_pro_tabBox .swiper-button-prev {
  left: 0;
}
.con .product .swiper_pro_tabBox .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}
.con .swiper_pro_tabBox .swiper-button-next {
  right: 0;
}
.con .product .swiper_pro_mes_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.con .product .swiper_pro_tabBox .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
}
.con .product .swiper_pro_mes_btn .prev img {
  transform: rotate(180deg);
}
.con .product .swiper_pro_mes_btn .next,
.con .product .swiper_pro_mes_btn .prev {
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  transition: all 0.2s linear;
  margin: 0;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
}
.con .product .swiper_pro_mes_btn .next img,
.con .product .swiper_pro_mes_btn .prev img {
  width: 16px;
}
.con .product .swiper_pro_mes_btn .next:hover,
.con .product .swiper_pro_mes_btn .prev:hover {
  background: var(--textColor);
  color: #ffff;
  border-color: var(--textColor);
}
.con .product .swiper_pro_mes_btn .swiper-button-next {
  margin-left: 10px;
}
.con .product .swiper_pro_mes_btn .swiper-button-next::after,
.con .product .swiper_pro_mes_btn .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}
.con .product .section_tit {
  color: #fff;
}
.con .product .swiper_pro_tab {
  padding-bottom: 1px;
}
.con .product .swiper_pro_tab .swiper-slide {
  width: auto;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
}
.con .product .swiper_pro_tab .swiper-slide-thumb-active {
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.con .product .swiper_pro_mes {
  color: #fff;
}
.con .product .swiper_pro_mes .image {
  height: 0;
  position: relative;
  padding-top: 56%;
}
.con .product .swiper_pro_mes .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}
.con .product .swiper_pro_mes .subTit {
  line-height: 2;
  max-width: 400px;
}
.con .product .swiper_pro_mes .toPage a {
  background-color: #fff;
  color: #222;
}
.con .product .swiper_pro_mes .toPage a img {
  filter: brightness(0.1);
}
.con .product .swiper_pro_mes .toPage a:hover {
  color: #fff;
}
.con .product .swiper_pro_mes .toPage a:hover img {
  filter: none;
}
.con .product > .toPage2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 2;
}
.con .product > .toPage2 a {
  color: #fff;
}
.con .product > .toPage2 a img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.con .product > .toPage2 a:hover {
  border-color: #fff;
}
.con .product > .toPage2 a:hover img {
  filter: brightness(0) invert(1);
}
.con .client .main {
  gap: 20px;
  overflow: hidden;
}
.con .client .main > div {
  flex: 1;
  max-width: calc((100% - 40px) / 3);
}
.con .client .main .list {
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.4s linear;
  overflow: hidden;
  /* height: 48%; */
}
.con .client .main .list > div {
  padding: 40px;
  width: 100%;
  height: 100%;
}
.con .client .main .list .btn {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s linear;
}
.con .client .main .list .toPage {
  margin: 0 5px;
}
.con .client .main .list .toPage a {
  color: #222;
  border-color: #ccc;
}
.con .client .main .list .toPage.act a {
  border-color: var(--textColor);
}
.con .client .main .list .toPage.act a img {
  filter: brightness(0) invert(1);
}
.con .client .main .list .toPage a img {
  filter: brightness(0.1);
}
.con .client .main .list .toPage a:hover {
  color: #fff;
}
.con .client .main .list .toPage a:hover img {
  filter: brightness(0) invert(1);
}
.con .client .main .list:last-child {
  margin-bottom: 0;
}
.con .client .main .list .tit p {
  transition: all 0.2s linear;
  line-height: 1;
}
.con .client .main .list .tit img {
  height: 30px;
  object-fit: contain;
  max-width: 100px;
}
.con .client .main .list .subTit {
  transition: all 0.2s linear;
}
.con .client .main .list .info {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  /* 用max-height代替height实现过渡 */
  /* 移除height: 0 !important，它会破坏过渡 */
  transition: all 0.4s linear;
}
.con .client .main .list .info .mes {
  line-height: 2;
  height: 4em;
  color: #777;
  transition: all 0.4s linear;
}
.con .client .main .list .info .image {
  height: 0;
  position: relative;
  background: #ffffff;
  padding-top: 56%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s linear;
  padding-top: 0;
}
.con .client .main .list .info .image video,
.con .client .main .list .info .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .client .main .list .video_play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.con .client .main .list .video_play img {
  width: 48px;
  cursor: pointer;
}
.con .client .main .list:hover > div {
  background: url(../img/client_bg.png) no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.con .client .main .list:hover {
  box-shadow: -5px 0px 15px 5px rgba(0, 91, 254, 0.06);
}
.con .client .main .list:hover .tit {
  color: var(--textColor);
}
.con .client .main .list:hover .btn {
  visibility: visible;
  opacity: 1;
}
.con .client .main .list:hover .subTit {
  color: var(--textColor);
}
.con .client .main .list.cur .info {
  /* visibility: visible;
  opacity: 1;
  height: auto !important;
  transition: all 0.4s linear; */
  visibility: visible;
  opacity: 1;
  /* height: auto; */
  max-height: 500px;
  transition: all 0.4s linear;
}
.con .client .main .list.cur .info .image {
  padding-top: 56%;
}
.con .client .main .list.noCur .info {
  /* visibility: hidden;
  opacity: 0;
  height: 0 !important;
  transition: all 0.4s linear; */
  visibility: hidden;
  opacity: 0;
  /* height: 0; */
  max-height: 0;
  /* 用max-height代替height实现过渡 */
  /* 移除height: 0 !important，它会破坏过渡 */
  transition: all 0.4s linear;
}
.con .client .main .list.noCur .info .image {
  padding-top: 0%;
}
.con .client .toPage2 a::after {
  background: var(--textColor);
}
.con .news .main_l {
  width: 50%;
}
.con .news .main_l .list {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.con .news .main_l .list .image {
  padding-top: 56%;
  height: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.con .news .main_l .list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s linear;
}
.con .news .main_l .list .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.con .news .main_l .list .info .tit {
  color: #fff;
  flex: 1;
  padding-right: 40px;
  transition: all 0.4s linear;
}
.con .news .main_l .list .info .tit:hover {
  text-decoration: underline;
}
.con .news .main_l .list .info .swiper-pagination {
  flex: 0 0 auto;
  position: static;
  width: auto;
  align-self: flex-end;
}
.con .news .main_l .list .info .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  background: #ffffff;
  border-radius: 0;
  margin: 0 0 0 20px;
}
.con .news .main_l .list .info .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.con .news .main_l .list:hover img {
  transform: scale(1.05);
}
.con .news .main_r {
  flex: 1;
  padding-left: 4%;
}
.con .news .main_r .list {
  padding: 36px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.con .news .main_r .list:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.con .news .main_r .list .tit p {
  flex: 1;
  color: #222;
  padding-right: 20px;
  transition: all 0.2s linear;
}
.con .news .main_r .list .tit p:hover {
  color: var(--textColor);
}
.con .news .main_r .list span {
  padding: 0 10px;
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 28px;
  vertical-align: middle;
  transition: all 0.2s linear;
  color: #777;
}
.con .news .main_r .list span:hover {
  border-color: var(--textColor);
  color: var(--textColor);
}
.con .news .main_r .list .time {
  color: #999999;
}
.con .news .news_footer {
  background: url(../img/news_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 80px 80px 0 80px;
  color: #fff;
  overflow: hidden;
}
.con .news .news_footer .info {
  flex: 1;
}
.con .news .news_footer .info .toPage a {
  background: #fff;
  color: #222;
}
.con .news .news_footer .image {
  flex: 1;
  text-align: center;
}
.con .news .toPage2 a::after {
  background: var(--textColor);
}
.con .about {
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
.con .about .main {
  overflow: hidden;
}
.con .about .main .main_l {
  width: 40%;
  padding-right: 20px;
}
.con .about .main .main_l .numBox .num {
  flex: 0 0 33%;
}
.con .about .main .main_l .numBox .num:nth-child(-n + 3) {
  margin: 0;
}
.con .about .main .main_l .numBox .tit {
  color: var(--textColor);
  font-weight: 400;
}
.con .about .main .main_l hr {
  height: 1px;
  opacity: 0.08;
  background: #000000;
  margin-bottom: 0;
}
.con .about .main .main_l .honor {
  text-align: center;
}
.con .about .main .main_l .honor .honor_list {
  margin-right: 20px;
  flex: 0 0 calc((100% - 20px) / 2);
  background: url(../img/about_honorBg.png) no-repeat;
  background-size: 100% 100%;
  padding: 18px 30px 0 30px;
}
.con .about .main .main_l .honor .honor_list:nth-child(2n) {
  margin-right: 0;
}
.con .about .main .main_l .honor .subTit {
  font-size: 12px;
  color: #777777;
}
.con .about .main .main_r {
  width: 60%;
}
.con .about .main .main_r .map_tab {
  justify-content: flex-end;
}
.con .about .main .main_r .map_tab .image {
  margin-left: 20px;
  width: 36px;
  height: 36px;
  filter: brightness(0);
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.2s linear;
}
.con .about .main .main_r .map_tab .act {
  filter: none;
  opacity: 1;
}
.con .about .main .main_r .box1 {
  overflow: hidden;
  width: 100%;
  height: 600px;
  position: relative;
}
.con .about .main .main_r #box_text {
  position: absolute;
  top: 0;
  left: 0;
}
.con .about .main .main_r #box_text .dh_ph {
  margin-top: 10px;
  color: #666666;
  display: flex;
  align-items: center;
}
.con .about .main .main_r #box_text .dz_ar {
  margin-top: 5px;
  color: #666666;
  display: flex;
  align-items: center;
}
.con .about .main .main_r #box_text .country-info {
  position: absolute;
  z-index: 4;
  left: -10px;
  top: -10px;
  color: #fff;
  padding: 2px 6px;
  background: var(--textColor);
  border-radius: 5px;
  box-shadow: 3px 10px 30px #ccc;
  width: max-content;
  cursor: pointer;
}
.con .about .main .main_r #box_text .country-info h3 {
  font-size: 12px;
}
.con .about .main .main_r #box_text img {
  margin-right: 4px;
}
.con .about .main .main_r #box_text .country-label {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #fff;
  color: #333;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
}
.con .about .main .main_r .map_list {
  width: 100%;
  position: relative;
  /* 过渡效果设置 */
  transition: all 0.5s ease;
  /* 初始状态 */
  opacity: 1;
  transform: scale(1);
}
.con .about .main .main_r .map_list.map2 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
.con .about .main .main_r .map_list.on {
  opacity: 0;
  transform: scale(0);
}
.con .about .main .main_r .map_list img {
  width: 100%;
}
.con .about .main .main_r .map_list .cityBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.con .about .main .main_r .map_list .cityBox .cityList {
  position: absolute;
  transition: all 0.2s linear;
  cursor: pointer;
}
.con .about .main .main_r .map_list .cityBox .cityList span {
  display: block;
  width: 10px;
  height: 10px;
  background: #005bfe;
  border-radius: 100%;
}
.con .about .main .main_r .map_list .cityBox .cityList p {
  position: absolute;
  left: 100%;
  bottom: 0;
  transform: translate(-5px, -5px);
  padding: 6px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  color: #222;
  width: max-content;
  box-shadow: -5px 0px 10px 5px rgba(0, 0, 0, 0.01);
}
.con .about .main .main_r .map_list .cityBox .cityList:hover {
  z-index: 2;
}
.con .about .main .main_r .map_list .cityBox .cityList:hover p {
  background: var(--textColor);
  color: #fff;
}
.con .about .main .main_r .map_list .cityBox .info_l p {
  left: auto;
  right: 100%;
  transform: translate(5px, -5px);
}
.con .about .main .main_r .map_list .cityBox .info_l_b p {
  top: 100%;
  bottom: auto;
  left: auto;
  right: 100%;
  transform: translate(5px, -5px);
}
#videoPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#videoPopup .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#videoPopup .videoCon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#videoPopup .videoCon #closeVideoBtn {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#videoPopup .videoCon #closeVideoBtn svg {
  transition: all 0.2s linear;
}
#videoPopup .videoCon #closeVideoBtn:hover svg {
  transform: rotate(90deg);
}
#videoPopup .videoCon .video-container {
  width: 100%;
}
#videoPopup .videoCon .video-container video {
  width: 100%;
}
.con .product .swiper_pro_mes .moShow {
  display: none !important;
}
@media only screen and (max-width: 1920px) {
  .con .news .main_r .list {
    padding: 1.8vw 0;
  }
  .con .solution .main_list .main_l .info {
    padding: 2vw;
  }
  .con .solution .main_list .main_r .list a {
    padding: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .con .solutionOld .over_hi {
    height: 280px;
  }
  .con .solution .main_list .main_l {
    flex: 0 0 300px;
  }
  .con .solution .main_list {
    height: 373px;
  }
}
@media only screen and (max-width: 1440px) {
  .con .solution .main_list .main_l {
    flex: 0 0 260px;
  }
  .con .solution .main_list {
    height: 324px;
  }
}
@media only screen and (max-width: 1366px) {
  .con .solutionOld .over_hi {
    height: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .con .news .main_l .list .image {
    border-radius: 0;
  }
  .con .solution .main_list .main_l .info .tit {
    font-size: 18px;
  }
  .con .solution .main_list .main_l .info p {
    text-align: left;
  }
  .con .solution .main_list > div {
    flex-wrap: nowrap;
  }
  .con .about .main .main_l .numBox {
    justify-content: center;
  }
  .con .about .main .main_r .map_list.on {
    height: 0;
    overflow: hidden;
  }
  .con .about .main .main_r .map_list.map2 {
    position: static;
  }
  .con .client .main .list .toPage {
    margin: 0 10px 0 0;
  }
  .con .solution .toPage {
    flex: 1;
    margin: 0 10px 0 0;
  }
  .con .product .swiper_pro_mes .moShow {
    display: block !important;
  }
  .con .product .swiper_pro_mes .toPage.moShow {
    display: inline-block !important;
  }
  .con .product .swiper_pro_mes .toPage.moShow a {
    border-color: var(--textColor);
    color: var(--textColor);
  }
  .con .product .swiper_pro_mes .toPage.moShow a img {
    filter: none;
    opacity: 1;
  }
  .con .product .swiper_pro_mes .toPage.moShow a:hover img {
    filter: brightness(0) invert(1);
  }
  .con .solution .toPage:last-child {
    margin: 0;
  }
  .con .banner .news .list a .tit {
    transform: translateY(0);
  }
  .con .solution .main {
    margin-top: 6vw;
  }
  .dis_flex {
    flex-wrap: wrap;
  }
  .con .solution .main_list .main_r .list .tit {
    font-size: 16px;
    line-height: 1.2;
  }
  .con .solution .main_list {
    height: auto;
  }
  .con .news .main_r .list span {
    height: 24px;
  }
  .con .solution .main_list .main_r .list img {
    height: 20px;
  }
  .con .solution .main_list .main_r .list .tit {
    margin-top: 4px;
  }
  .con .news .main_r .list .dis_ju_sp {
    margin-top: 10px;
  }
  .con .news .main_r .list .time {
    margin: 0;
  }
  .con .news .main_r .list .tit p {
    padding-right: 0;
  }
  .con .solution .main_list .main_l .image img {
    object-position: bottom right;
  }
  .con .solution .main_list .main_l .info {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
  .con .solution .main_list .main_r.moShow {
    margin: 10px 0 0 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .con .solution .main_list .main_r .list a {
    padding: 10px 0;
  }
  .con .solution .main_list .main_r .list {
    height: auto;
    flex: 0 0 100%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .con .solution .main_list .main_r:not(.moShow) .list:nth-child(2) {
    margin: 0;
  }
  .con .solution .main_list .main_r:not(.moShow) .list:nth-child(n+3) {
    display: none;
  }
  .con .solution .main_list .main_r.moShow .list {
    flex: 0 0 calc((100% - 10px)/2);
    margin: 0;
    padding: 17px 0;
  }
  .con .solution .main_list .main_r.moShow .list:nth-child(-n+2) {
    display: none;
  }
  .con .solution .main_list .main_r .list .subTit {
    display: none;
  }
  .con .solution .main_list .main_l {
    flex: 1;
    height: auto;
  }
  .con .solution .main_list .main_l .info {
    padding: 4vw;
  }
  .con .solution .main_list .main_r {
    flex: 1;
    margin-left: 10px;
  }
  .con .banner .swiper_banner .info .tit {
    text-align: center;
  }
  .con .section_tit {
    font-size: 24px !important;
  }
  .con .banner .swiper_banner .swiper-slide {
    height: 60vh;
  }
  .con .banner .swiper_banner .info {
    text-align: center;
  }
  .con .banner .swiper-pagination {
    bottom: 100px;
  }
  .con .banner .swiper_banner .info {
    top: 100px;
    transform: translateX(-50%);
  }
  .con .banner .news .list a::after {
    content: none;
  }
  /* 前隐藏了 */
  .con .banner .news .list a {
    padding: 5px;
    height: 60px;
  }
  .con .solutionOld .main_r {
    padding: 40px 10px;
  }
  .con .solutionOld .list a {
    padding: 10px;
  }
  .con .solutionOld .toPage {
    width: 50%;
  }
  .con .solutionOld .info {
    border: none;
  }
  .con .solutionOld .main .info > div {
    flex: 0 0 100%;
    text-align: center;
  }
  .con .solutionOld .list img {
    height: 30px;
  }
  .con .solutionOld .main_r .list {
    flex: 0 0 50%;
  }
  .con .solutionOld .over_hi {
    height: 180px;
  }
  .con .solutionOld .main .list {
    flex: 0 0 33%;
  }
  .con .solutionOld .main .list:nth-child(n + 5) {
    opacity: 1;
    visibility: visible;
  }
  .con .solutionOld .main .list:nth-child(n + 7) {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.1s;
  }
  .con .solutionOld .over_hi.on {
    height: auto;
  }
  .con .solutionOld .main .on .list:nth-child(n + 7) {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
  }
  .con .solutionOld .list .subTit {
    display: none;
  }
  .con .product {
    height: auto;
    background: #fff;
    padding-bottom: 10vw;
  }
  .con .product::before {
    content: none;
  }
  .con .product .section_tit {
    color: #222;
  }
  .con .product > .toPage2 {
    transform: none;
  }
  .con .news .main_r .list span {
    line-height: 24px;
  }
  .con .product .swiper_pro_tab .swiper-slide {
    color: #777;
    width: 33.33%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .con .product .swiper_pro_tab .swiper-slide:nth-child(n + 9) {
    display: none;
  }
  .con .product .swiper_pro_tab .swiper-wrapper {
    flex-wrap: wrap;
  }
  .con .product .onBtn {
    width: 33.33%;
    position: absolute;
    bottom: 12px;
    right: 0;
    z-index: 2;
    font-size: 16px;
  }
  .con .product .offBtn {
    width: 33.33%;
    position: absolute;
    bottom: 12px;
    right: 0;
    z-index: 2;
    font-size: 16px;
    display: none;
    color: #777;
  }
  .con .product > .toPage2 {
    position: static;
  }
  .con .product .swiper-pagination {
    position: static;
    margin-top: 6vw;
  }
  .con .product .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.1;
    background: #000;
    border-radius: 0;
    transition: all 0.4s linear;
  }
  .con .product .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--textColor);
  }
  .con .product .swiper_pro_mes {
    background: #f6f9fc;
    border-radius: 10px;
    margin-top: 6vw;
  }
  .con .product .swiper_pro_mes .toPage a {
    border-color: #777;
    color: #777;
    background: transparent;
  }
  .con .product .swiper_pro_mes .toPage a img {
    opacity: 0.8;
  }
  .con .product .swiper_pro_mes .swiper-slide .info {
    padding: 8vw 4vw;
    background: #f6f9fc;
  }
  .con .product .swiper_pro_mes .swiper-slide .info .tit {
    color: #222;
    font-size: 18px;
  }
  .con .about .main .main_l .fnt_30 {
    font-size: 18px;
    text-align: center;
  }
  .con .about .main .main_l .fnt_14 {
    text-align: center;
  }
  .con .about .main .main_l .numBox .num {
    text-align: center;
  }
  .con .about .main .main_l .numBox .tit {
    justify-content: center;
  }
  .con .product .swiper_pro_mes .swiper-slide .info .subTit {
    color: #777;
  }
  .con .product .swiper_pro_tab .swiper-slide-thumb-active span {
    border-bottom: 1px solid var(--textColor);
  }
  .con .product .swiper_pro_tab .swiper-slide-thumb-active {
    font-weight: 600;
    color: var(--textColor);
    border: none;
  }
  .con .product > .toPage2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .con .product > .toPage2 a {
    color: #222;
  }
  .con .product > .toPage2 a img {
    filter: brightness(0);
    opacity: 1;
  }
  .con .client .main .list .tit img {
    height: 20px;
  }
  .con .client .main .list > div {
    padding: 8vw 4vw;
  }
  .con .client .main .list.cur .info .image {
    margin-top: 10vw;
  }
  .con .client .main .list .btn {
    visibility: visible;
    opacity: 1;
  }
  .con .banner .news .list:hover {
    background: transparent;
  }
  .con .news .main_l .list .info {
    padding: 3vw 4vw 4vw 4vw;
    position: static;
    background-color: #fff;
    background-image: none;
  }
  .con .news .main_l .list .info .tit {
    color: #222;
    font-size: 16px;
  }
  .con .news .main_l .list .info .tit:hover {
    text-decoration: none;
    color: var(--textColor);
  }
  .con .news .main_r .list:first-child {
    border-top: none;
  }
  .con .news .news_footer {
    padding: 6vw;
    border-radius: 10px;
  }
  .con .news .main_l .list .info .tit {
    padding: 0;
  }
  .con .about .main .main_l {
    padding-right: 0px;
    width: 100%;
  }
  .con .news .main_r {
    padding: 0 4vw;
    border-radius: 10px;
    margin-top: 4vw;
    background: #fff;
  }
  .con .news .main_r .list .tit p {
    -webkit-line-clamp: 2;
  }
  .con .news .main_r .list {
    padding: 20px 0;
    border-top: none;
    border-color: rgba(0, 0, 0, 0.08);
  }
  .con .news .main_r .list:last-child {
    border: none;
  }
  .con .news .main_l .list {
    width: 80%;
  }
  .con .news .main_l .list .info .swiper-pagination {
    display: none;
  }
  .con .product .offBtn {
    position: static;
    margin-left: auto;
  }
  .con .about .main .main_l .honor .honor_list:nth-child(2n),
  .con .about .main .main_l .honor .honor_list {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    flex: 0 0 100%;
    max-width: 300px;
  }
  .con .product .swiper_pro_mes_btn {
    display: none;
  }
  .con .about .main .main_r .map_list .cityBox .cityList p {
    display: none;
  }
  .con .about .main .main_r .map_list .cityBox .cityList span {
    width: 6px;
    height: 6px;
    transform: translate(2px, 2px);
  }
  .con .about .main .main_r .map_tab {
    justify-content: center;
    margin-top: 4vw;
  }
  .con .about .main .main_r #box_text .country-label {
    display: none !important;
  }
  .con .about .main .main_r .map_tab .image:first-child {
    margin-left: 0;
  }
  .con .about .main .main_r {
    width: 100%;
  }
  .con .about .main .main_r #box {
    max-width: 80vw;
    height: 80vw;
    margin: 8vw auto 0 auto;
  }
  .con .news .main_l {
    width: 100%;
  }
  .con .news .news_footer {
    position: relative;
  }
  .con .about .main .main_r #box_text .country-info {
    display: none !important;
  }
  .con .news .news_footer .info {
    position: relative;
    z-index: 2;
    order: 2;
    margin-top: 4vw;
    flex: 0 0 100%;
    text-align: center;
  }
  .con .news .news_footer .info .subTit {
    text-align: center;
  }
  .con .news .news_footer .info .tit {
    font-size: 18px;
    text-align: center;
  }
  .con .news .news_footer .image {
    position: static;
    right: 0;
    height: 100%;
  }
  .con .news .news_footer .image img {
    max-height: 160px;
    height: 100%;
  }
  .con .client .main.pc {
    display: none;
  }
  .con .client .main {
    height: auto;
    max-height: none;
  }
  .con .client .main .swiper-slide {
    width: 80%;
  }
  .con .client .main > div {
    width: 100%;
    max-width: 100%;
  }
  .con .client .main .list .info {
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: 600px;
    transition: all 0.4s linear;
    overflow: hidden;
  }
  .con .client .main .list .info .image {
    padding-top: 56%;
  }
  .con .solutionOld .main_l {
    flex: 0 0 100%;
  }
  .dis_flex {
    flex-wrap: wrap;
  }
  .con .banner .news .list {
    flex: 0 0 100%;
  }
  .con .solutionOld .main {
    display: flex;
    flex-wrap: wrap;
  }
  .solutionOld {
    overflow: hidden;
  }
  .con .banner .news .list a .subTit {
    height: auto;
    opacity: 1;
    visibility: visible;
    position: static;
    transform: translateY(0px);
  }
  .con .product .offBtn {
    display: none;
  }
  .client {
    overflow: hidden;
  }
}
