.about-ind .main-center,
.news-ind .main-center {
  width: calc(100% - 5%);
  margin: 0 auto;
}

.about-ind .main-center,
.news-ind .main-center {
  padding-top: 160px;
}

.about-ind {
  background-image: url("/images/bg-about.png");
  background-size: cover;
}

.about-ind .content {
  display: flex;
}

.about-ind .row {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
}

.about-ind .content .text {
  /* flex: 1; */
  padding-right: 24%;
}

.about-ind .content .text p {
  line-height: 1.4;
  text-align: justify;
}

.about-ind .content .text .img {
  margin-top: 36px;
  /* background-color: #ebebeb; */
}

.des-text {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  line-height: 36px;
  margin: 6px 0;
}

.about-ind .content .text .more-btn {}



.about-ind .content .lab {
  flex-shrink: 0;
  /* 确保 .lab 不会被压缩 */


  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.about-ind .content .lab .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(16, 72, 84, 0.3);
}

.about-ind .content .lab .item:first-of-type {
  padding-top: 0;
}

.about-ind .content .lab .item p {
  position: relative;
  font-size: 1.8rem;
  vertical-align: top;
  color: #000000;
  /* 假设 @c1 的值为 #000000，，，，，凭证现真相形替换 */
}

.about-ind .content .lab .item p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.7rem;
  height: 1.2rem;
  background-image: url("/images/p2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

.about-ind .content .lab .item p span {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  /* 假设 @c1 的值为 #000000，，，，，凭证现真相形替换 */
  top: 0px;
  /* width: 127px; */
  /* height: 96px; */
  opacity: 1;
  /* display: flex; */

  display: inline-block;
  vertical-align: top;
  font-size: 4.5rem;
  margin-right: .3rem;



  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 96px;
  color: rgba(44, 44, 44, 1);
  text-align: center;
  vertical-align: top;

}

.about-ind .content .lab .item>span {
  font-size: 0.9rem;
  color: #6D6D6D;
}

.about-ind .content .lab .item .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  padding: 0.4rem;
}



.main-title h6 {

  /** 文本1 */
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 64px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: top;

}

.main-title p {
  /* font-size: 2rem; */
  color: #333;
  text-transform: uppercase;


  /** 文本1 */
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgba(0, 160, 150, 1);
  text-align: left;
  vertical-align: top;

}

/* video */
.videobox {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.videobox video {
  width: 100%;
  height: auto;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  /* 确保图标在视频上方 */
}

.play-icon img {
  width: 50px;
  /* 凭证需要调解图标巨细 */
  height: 50px;
}

/* news-item */
.items-center {
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.flex {
  display: flex;
}

.news-item {
  flex: 1;
  margin: 3vw 0;
}

.justify-between {
  justify-content: space-between;
}

/* news-ind */

.news-ind {
  background-image: url("/images/bg-news.png");
  background-size: cover;
}

.news-ind .main-content {
  display: flex;
  justify-content: space-between;
}

.news-content {
  flex: 1;
  padding: 0;
}

.news-content .bg-white {
  background-color: #fff;
  padding: 30px 20px;
}

.news-title-wrap {
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0px;
}

.news-title {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  /* font-size: 1.2vw; */
  font-size: 24px;

  font-weight: 700;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  line-height: 32px;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(51, 51, 51, 1);
}

.news-desc {
  /* height: 155px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  color: rgba(136, 136, 136, 1);
  font-size: 16px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  line-height: 30px;
  margin: 32px 0 1px 0;
  margin: 0;
}


.zoom-on-hover {
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 56%;
}

.zoom-on-hover img {
  transition: transform 0.3s ease;
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.zoom-on-hover img:hover {
  transform: scale(1.1);
}



/* case-ind*/
.case-ind .main-content {
  position: absolute;
  width: 50%;
  margin: 0 5%;
  z-index: 99;
  left: 0;
  top: 160px;
}

.case-ind .swiper-button-next,
.case-ind .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 0;
  position: absolute;
  top: 200px;
}

.case-ind .swiper-button-prev {
  left: auto;
  right: 94px;
}

.case-ind .swiper-button-next {
  right: 0px;
}

.case-ind .swiper-pagination-bullet {
  position: relative;
}

.case-ind .main-title h6,
.case-ind .main-title p {
  color: #fff;
}

.case-text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}


.case-ind .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.case-ind .swiper-slide {
  background-size: cover;
  background-position: center;
}

.case-ind .swiper-button-next,
.case-ind .swiper-button-prev {
  color: white;
  /* 箭头颜色 */
}

.case-ind .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;

  width: 90%;
}

.case-ind .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 5px;
  position: relative;
}

.case-ind .swiper-pagination-bullet img {
  width: 20px;
  height: 20px;
  display: block;
}

.default-img {
  border: 1.5px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
}

.hover-img {
  border: 1.5px solid rgba(0, 160, 150, 1);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.16);
}

.case-ind .swiper-pagination-bullet .hover-img {
  display: none;
}

.case-ind .swiper-pagination-bullet:hover .hover-img,
.case-ind .swiper-pagination-bullet.swiper-pagination-bullet-active .hover-img {
  display: block;
}

.case-ind .swiper-pagination-bullet:hover .default-img,
.case-ind .swiper-pagination-bullet.swiper-pagination-bullet-active .default-img {
  display: none;
}


.case-ind .swiper-pagination-bullet {
  width: 100%;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .99;
  height: 100%;
}

.case-ind .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
}

.case-ind .pagination-text {
  display: block;
  text-align: center;
  font-size: 12px;
  color: white;
  margin-top: 5px;
}

.case-ind .swiper-pagination-bullet {
  position: relative;
}

.pagination-text {
  /* position: relative;
  left: 10%;
  right: 0;
  z-index: 99;
  top: 10%; */
  text-align: left;
  font-size: 20px;
  line-height: 40px;
}

.case-ind .swiper-pagination-bullet img.icon-img {
  /* position: relative;
  top: 30%;
  left: 10%; */
  width: 24px;
  height: 24px;

}

.text-box {
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 99;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.text-box .icon-img {
  margin-right: 10px;
}

.text-box .pagination-text {
  font-size: 20px;
  color: white;
}

/* link-ind */
.link-ind .main-content {
  width: calc(100% - 5%);
  margin: 0 auto;
}
.link-ind {
background: #f0f8ff;
}
.link-ind .swiper-link {
background: #fff;
}

.link-ind .main-title p {

  /** 文本1 */
  /* font-size: 42px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 90px;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  vertical-align: top; */

}

.link-ind .swiper-container {
  width: 100%;
}

.link-ind .swiper-slide {
  width: 16.6667%;
  /* 修改为 16.6667% */
  height: 100%;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.link-ind .swiper-slide p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.link-ind .swiper-slide p img {
  margin: auto;
  display: block;
  font-size: 0px;
  /* max-width: 100%; */
  width: 90%;
  height: auto;
}

.link-ind .swiper-button-prev,
.link-ind .swiper-button-next {
  width: 40px;
  height: 40px;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  transform: translateY(-50%);
}

.link-ind .swiper-button-prev {
  left: 10px;
}

.link-ind .swiper-button-next {
  right: 10px;
}

.swiper-link {
  border-top: 1px solid #dedede;
}

/* product */

.z_tab_con {
  position: relative;
  height: 100%;
  width: 100%;
}

.product-ind .main-center {}

.z_pro_head {

  padding: 2vw 0 2vw 5%;
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  z-index: 2;


}

.z_pro_nav {
  position: absolute;
  left: 20%;
  top: 39%;
  z-index: 1;
  width: 100%;
  line-height: 60px;
  padding-right: 20%;
}

.overbox img {
  width: 100%;
}

.imgbox {
  margin-top: 0;
  height: auto;
}

.product-ind .swiper-wrapper {
  padding: 0;


}

.z_pro_swiper::before {
  content: "";
  display: block;
  width: 5.72916vw;
  height: 100%;
  background: url(/images/line.png) left bottom;
  background-size: cover;
  position: absolute;
  right: -5.42916vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}


.z_pro_nav a {
  display: inline-block;
  height: 46px;
  background: #FFFFFF;
  margin: 0 10px;
  width: auto;
  text-align: center;
  box-shadow: 0px 0px 24px 0px #D9D9D9;
  line-height: 46px;
  font-size: 16px;
  border-radius: 23px;
  padding: 0 15px;

}

.z_pro_nav a.active,
.z_pro_nav a:hover {
  background: #00A096;
  color: #fff;
}

.z_pro_nav2 a {
  margin-left: 0;
  margin-right: 20px;
}

.z_pro_swiper {
  width: 90.8%;
  position: relative;
  background: #fff;

  /* box-shadow: 0px 10px 60px 0px #D3DBE5; */
  height: 100%;
  /* height: 100vw; */
}

/* .z_pro_swiper::before {
  content: "";
  display: block;
  width: 5.72916vw;
  height: 100%;
  background: url(/images/line.png) no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  right: -5.42916vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
} */

.z_pro_swiper li a {
  display: flex;
  align-items: center;
  height: 50vw;
  padding-top: 10vw;
  transition: ease 2s;
}

.z_pro_swiper li .imgbox {
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20%;
}

.z_pro_swiper li .overbox {
  width: 18vw;
  height: 18vw;
  border-radius: 0;
  overflow: hidden;
  transition: ease 1s;
}

.z_pro_swiper li:hover .imgbg {
  transform: scale(1.1, 1.1);
}

.z_pro_swiper li:hover h3 {
  color: #00A096;
}

.z_pro_swiper li img {
  display: block;
  max-width: 60%;
  max-height: 70%;
}

.z_pro_swiper li h4 {
  color: #999999;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.z_pro_swiper li .infobox {
  width: 60%;
  padding: 0 8.3vw;
  padding-right: 4vw;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  transform: translate(-100%, 0%);
  opacity: 0;
  transition: ease 1.5s;
}

.z_pro_swiper li h3 {
  font-size: 1.875vw;
  font-weight: bold;
  line-height: 2.5vw;
}

.z_pro_swiper li h3 img {
  display: inline-block;
  height: 2vw;
  vertical-align: -0.3vw;
  margin-left: 5px;
}

.z_pro_swiper li .desc {
  font-size: 15px;
  color: #7D8288;
  line-height: 26px;
  margin: 2vw 0;
  margin-bottom: 4vw;
}

.csbar span,
.z_pro_list li .csbar span {
  display: inline-block;
  /* background: url(/img/gou.png) no-repeat left center; */
  padding-left: 20px;
  margin-right: 2vw;
  margin-bottom: 10px;
  font-weight: bold;
}

.z_pro_swiper li .z_more {
  position: absolute;
  left: 8.3vw;
  bottom: 0;
  z-index: 2;
}

.z_pro_swiper li.swiper-slide-active .infobox {
  transform: translate(0, 0%);
  opacity: 1;
}

.z_pro_swiper li.swiper-slide-active a {
  padding-left: 66%;
}

.z_pro_swiper li.swiper-slide-active .overbox {
  width: 25.52vw;
  height: 25.52vw;
}

.z_pro_swiper li.swiper-slide-active h4 {
  display: none;
}

.z_pro_swiper .next {
  width: 56px;
  height: 56px;
  background: #00A096;
  box-shadow: 0px 2px 40px 0px rgba(23, 75, 137, 0.3000);
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -26px;
  z-index: 3;
}

.imgbg {
  width: 100%;
  height: 100%;
  transition: ease 1s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imgbgs {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.z_flex {
  display: flex;
  align-items: center;
}



.product-phone {
  display: none;
}

.content-wrap-mobile {
  display: none;
}

.case-ind .main-center {
  position: relative;
}

@media screen and (max-width:1350px) {

  /* product */
  .z_tab_con {
    display: none;
  }

  .product-phone {
    display: block;
  }

  .product-phone .main-title {
    top: 200px;
  }

  .swiperproduct-phone {
    width: 100%;
    height: 100%;
  }

  .swiperproduct-phone .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .z_header_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .z_header_nav li {
    display: block;
    margin: 0;
    text-align: center;
    line-height: 60px;
  }

  .z_words {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    margin: 0;
  }

  .z_index_about {
    display: block
  }

  .z_index_about .fl_warp {
    width: 100%;
    padding: 40px 12px;
  }

  .z_index_tit {
    font-size: 22px;
    line-height: 24px;
  }

  .z_index_tit::before {
    width: 60px;
    height: 60px;
    left: -10px;
    top: -20px;
  }

  .z_index_about .bz {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0;
  }

  .z_index_about .desc {
    width: 100%;
  }

  .z_index_about .z_more {
    position: relative;
    margin-top: 30px;
  }

  .z_more .iconfont {
    width: 36px;
    height: 36px;
    line-height: 32px;
  }

  .z_about_num ul {
    display: block;
  }

  .z_about_num li {
    display: inline-block;
    width: 49%;
    max-width: 49%;
    margin-bottom: 15px;
  }

  .z_about_num h3 {
    font-size: 24px;
    line-height: normal;
  }

  .z_about_num .icon {
    height: 30px;
  }

  .z_about_num {
    margin-top: 40px;
  }

  .z_index_about .fr_warp {
    width: 100%;
    height: 60vw;
  }

  .z_index_about .fr_warp .play img {
    height: 50px;
    display: block;
  }

  .z_pro_head {
    position: relative;
    padding: 30px 0px;
    display: block;
    text-align: center;
    background: #fff;
  }

  .main-title {
    padding-top: 200px;
    padding-top: 160px;
    width: calc(100% - 5%);
    margin: 0 auto;
  }

  .z_pro_nav {

    position: relative;
    left: auto;
    top: auto;
    /* transform: translate(0, 0); */
    margin-top: 30px;
    text-align: left;
    white-space: wrap;
    overflow-x: visible;
    padding: 0 5px;
    height: auto;
  }

  .product-ind .swiper-wrapper {
    top: 0px;
  }

  .z_pro_nav a {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin: 0 2px;
    min-width: auto;
    font-size: 14px;
    margin-bottom: 0px;
    box-shadow: none;
    border: 1px solid #EEEEEE;
    margin-bottom: 12px;
  }

  .z_pro_swiper li a {
    height: auto;
    display: block;
    padding: 30px 0;
  }

  .z_pro_swiper li .infobox {
    width: 100%;
    padding: 0px 12px;
    margin-bottom: 20px;
    position: relative;
    transform: translate(0);
  }

  .z_pro_swiper li.swiper-slide-active a {
    padding: 30px 0;
  }

  .z_pro_swiper li .imgbox {
    width: 100%;
  }

  .z_pro_swiper li h3 {
    font-size: 18px;
  }

  .z_pro_swiper li h3 img {
    height: 20px;
  }

  .z_pro_swiper li .desc {
    font-size: 14px;
    -webkit-line-clamp: 2;
    margin: 20px 0;
  }

  .z_pro_swiper li .z_more {
    left: 12px;
    bottom: 30px;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }

  .z_pro_swiper li.swiper-slide-active .overbox,
  .z_pro_swiper li .overbox {
    width: 70vw;
    height: 70vw;
  }

  .z_pro_swiper {
    width: 100%;
    height: auto;
  }

  .z_pro_swiper .next {
    width: 40px;
    height: 40px;
    right: 10px;
  }

  .z_sc_bj {
    display: block;
    padding: 40px 12px;
    padding-bottom: 20px;
  }

  .z_sc_bj .fl_warp,
  .z_sc_bj .fr_warp {
    width: 100%;
  }

  .z_sc_bj .fl_warp .desc {
    margin: 20px 0;
    line-height: 24px;
  }

  .z_addre_tab {
    padding: 20px 0;
  }

  .z_addre_tab h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .z_dot {
    width: 4px;
    height: 4px;
  }

  .z_pro_swiper li h4 {
    display: none;
  }

  .z_pro_swiper li {
    padding-bottom: 30px;
  }

  .z_sc_bj .fr_warp {
    margin-top: 20px;
  }

  .link-ind .swiper-button-prev,
  .link-ind .swiper-button-next {
    width: 36px;
    height: 36px;
    /* top: 40px; */
  }

  /* mobile */
  .main-title {
    padding-top: 80px;
  }

  .content-wrap {
    display: none;
  }

  .content-wrap-mobile {
    display: block;
    padding-top: 95px;
  }

  .about-ind-mobile .main-center,
  .news-ind-mobile .main-center {
    padding-top: 0px;
  }

  .product-ind .main-center {
    position: relative;
  }

  .case-ind .main-title {

    padding-top: 0;
  }

  .news-ind .more-btn {

    min-width: 144px;
  }



}

@media screen and (max-width: 1200px) {
  /* about-ind */
    .main-title {
        padding-top: 40px;
    }
    .about-ind .content .lab .item {
      padding: 12px 0;
  }
    .about-ind .content .lab .item p span {
      font-size: 48px;
      line-height: 1.5;
  }
  /* case-ind */
  .case-ind .swiper-container {
    width: 100%;
    height: 50vh;
    position: relative;
}
.case-ind .main-content {
  top: 60px;
}
.case-ind .swiper-button-next, .case-ind .swiper-button-prev {
  top: 100px;
}
  
}

@media screen and (max-width: 768px) {

  /* about-ind */
  .about-ind .row {
    /* display: flex;
    align-items: end;
    height: 100%; */

    flex-direction: column;
    align-items: initial;
  }
  .about-ind .content .lab .item p span {
    font-size: 30px;
    line-height: 1.5;
}
  .about-ind .content .text {
    padding-right: 0%;
  }
  .about-ind .content .lab .item .i img{
    width: 100%;
}

.swiperproduct-phone .swiper-wrapper .infobox h3{
  font-size: 18px;
}


  /* news */
  .news-title {
    font-size: 16px;
    line-height: 24px;
  }

  .news-title-wrap {
    height: auto;
  }

  /* case */
  .case-ind swiper-pagination {
    width: 100%;
    flex-wrap: wrap;
  }

  .case-ind .swiper-pagination-bullet {
    width: 25%;
    margin-bottom: 10px;
  }

  .case-ind .swiper-pagination-bullet img.icon-img {
    display: none;
  }

  .case-ind .swiper-pagination {
    width: 100%;
    flex-wrap: wrap;
  }

  /* link */
  .link-ind .main-title p {

    /** 文本1 */
    /* font-size: 42px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 90px; */
    color: rgba(51, 51, 51, 1);
    /* text-align: left;
    vertical-align: top;  */
  
  }

  .link-ind .swiper-button-prev,
  .link-ind .swiper-button-next {
    width: 24px;
    height: 24px;
    top: 40px;
  }

  .link-ind .main-title p {
    font-size: 30px;
    line-height: 44px;
  }

  /* titlebox */
  .main-title p {
    font-size: 12px;
    line-height: 24px;
  }

  .main-title h6 {
    font-size: 30px;
    line-height: 44px;
  }

  /* product */
  .z_pro_head {
    position: relative;
    padding: 30px 0px;
    display: block;
    text-align: center;
    background: #fff;
  }

  .z_index_pro .z_pro_nav {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    margin-top: 30px;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 5px;
    height: 50px;
  }

  .z_pro_nav a {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin: 0 2px;
    min-width: auto;
    font-size: 14px;
    margin-bottom: 12px;
    box-shadow: none;
    border: 1px solid #EEEEEE;
  }

  .z_pro_swiper li a {
    height: auto;
    display: block;
    padding: 30px 0;
  }

  .z_pro_swiper li .infobox {
    width: 100%;
    padding: 0px 12px;
    margin-bottom: 20px;
    position: relative;
    transform: translate(0);
  }

  .z_pro_swiper li.swiper-slide-active a {
    padding: 30px 0;
  }

  .z_pro_swiper li .imgbox {
    width: 100%;
  }

  .z_pro_swiper li h3 {
    font-size: 18px;
  }

  .z_pro_swiper li h3 img {
    height: 20px;
  }

  .z_pro_swiper li .desc {
    font-size: 14px;
    -webkit-line-clamp: 2;
    margin: 20px 0;
  }

  .z_pro_swiper li .z_more {
    left: 12px;
    bottom: 30px;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }

  .z_pro_swiper li.swiper-slide-active .overbox,
  .z_pro_swiper li .overbox {
    width: 70vw;
    height: 70vw;
  }

  .z_pro_swiper {
    width: 100%;
    height: auto;
  }

  .z_pro_swiper .next {
    width: 40px;
    height: 40px;
    right: 10px;
  }

  .z_sc_bj {
    display: block;
    padding: 40px 12px;
    padding-bottom: 20px;
  }

  .z_sc_bj .fl_warp,
  .z_sc_bj .fr_warp {
    width: 100%;
  }

  .z_sc_bj .fl_warp .desc {
    margin: 20px 0;
    line-height: 24px;
  }

  .z_addre_tab {
    padding: 20px 0;
  }

  .z_addre_tab h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .z_dot {
    width: 4px;
    height: 4px;
  }

  .z_pro_swiper li h4 {
    display: none;
  }

  .z_pro_swiper li {
    padding-bottom: 30px;
  }

  /* mobile */
  .main-title {
    padding-top: 20px;
  }

  .product-ind .main-center {
    position: relative;
    width: auto;
    height: auto;
  }

  .case-ind .swiper-container {
    width: 100%;
    position: relative;
  }

  .case-ind .swiper-button-next,
  .case-ind .swiper-button-prev {
    width: 36px;
    height: 36px;

    top: 59px;
  }

  .case-ind .main-content {
    /* position: absolute;
  width: 50%;
  margin: 0 5%;
  z-index: 99;
  left: 0; */
    top: 0px;
  }

  .text-box .pagination-text {
    font-size: 14px;
  }
}<!--耗时1759712517.9975秒-->