.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
}
.header .header-content .header-content-left .logo_w {
  display: none;
}
.header .header-content .header-content-left .logo_g {
  display: block;
}
.header .header-content .header-content-right ul li > a {
  color: #fff;
}
.header .header-content .header-content-right ul li.on a::after {
  background: #fff;
}
.header.scroll,
.header:hover {
  background: #fff;
}
.header.scroll .header-content .header-content-left .logo_w,
.header:hover .header-content .header-content-left .logo_w {
  display: block;
}
.header.scroll .header-content .header-content-left .logo_g,
.header:hover .header-content .header-content-left .logo_g {
  display: none;
}
.header.scroll .header-content .header-content-right ul li > a,
.header:hover .header-content .header-content-right ul li > a {
  color: #000;
}
.header.scroll .header-content .header-content-right ul li.on a::after,
.header:hover .header-content .header-content-right ul li.on a::after {
  background: #0069D9;
}
.z_banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.z_banner .bd {
  width: 100%;
  height: 100%;
}
.z_banner .bd li {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.z_banner .bd li .img,
.z_banner .bd li .show {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.z_banner .bd li .img {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_banner .bd li .show {
  transform: scale(1.1);
  opacity: 0.8;
}
.z_banner .bd li.swiper-slide-active .show,
.z_banner .bd .zs_banner .bd li.swiper-slide-duplicate-active .show {
  transform: scale(1);
  opacity: 1;
}
.z_banner_text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.z_banner_text .h3 {
  font-size: 0.45rem;
  color: #fff;
  font-weight: bold;
  padding: 0.06rem 0;
}
.z_banner_text .h3 span {
  font-size: 0.45rem;
}
.z_banner_text .z_more {
  margin-top: 1.2rem;
}
.z_more {
  display: flex;
  align-items: center;
  color: #FEFEFE;
  z-index: 1;
}
.z_more .iconfont {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 1;
  text-align: center;
  line-height: 0.52rem;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  transition: ease 0.5s;
}
.z_more .cir {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  font-size: 0;
}
.z_more .cir::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #1D7DD6;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease 1s;
}
.z_more span {
  margin-left: 0.12rem;
}
.z_more:hover .cir::after {
  height: 100%;
}
.z_more2 {
  color: #1D7DD6;
}
.z_more2 .iconfont {
  border-color: #1D7DD6;
}
.z_more2:hover .iconfont {
  color: #FEFEFE;
}
.z_banner_bar {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 16.2rem;
  border-top: 1px solid rgba(239, 239, 239, 0.24);
  height: 0.93rem;
  justify-content: space-between;
  display: none;
}
.z_banner_hd li {
  display: inline-block;
  width: 0.09rem;
  height: 0.09rem;
  background: #FFFFFF;
  opacity: 0.35;
  border-radius: 50%;
  margin-right: 0.12rem;
  cursor: pointer;
  outline: none;
}
.z_banner_hd li.on {
  opacity: 1;
}
.z_index_about {
  display: flex;
}
.z_index_about .fl_warp {
  width: 13.35rem;
  background: url(../img/index/ab_bg.png) repeat;
  padding: 1.5rem 1.5rem 0.9rem;
  box-sizing: border-box;
}
.z_index_about .fr_warp {
  width: 5.85rem;
  position: relative;
  overflow: hidden;
}
.z_index_about .fr_warp .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  outline: none;
}
.z_index_about .fr_warp .play img {
  width: 0.68rem;
  height: 0.68rem;
}
.z_index_about .desc {
  line-height: 0.35rem;
  font-size: 0.18rem;
  color: #111;
}
.z_index_about .desc p {
  line-height: 0.35rem;
  font-size: 0.18rem;
  color: #111;
}
.z_index_about .conwarp {
  position: relative;
}
.z_index_about .conwarp .z_more {
  position: absolute;
  left: 0;
  bottom: 0;
}
.z_index_tit {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.z_index_tit .en {
  font-family: AsapCondensed;
  font-weight: bold;
  color: #004B9B;
  font-size: 0.43rem;
}
.z_index_tit .cn {
  font-weight: bold;
  font-size: 0.46rem;
  margin-bottom: 0.45rem;
}
.z_index_tit::before {
  content: "";
  display: block;
  width: 1.42rem;
  height: 1.51rem;
  background: url("../img/index/fz.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: -0.7rem;
  top: -0.23rem;
  animation: fzyd 20s infinite ease-in-out;
  z-index: -1;
}
.z_index_tit2::before {
  background: url("../img/index/fz2.png") no-repeat center;
  background-size: 100% auto;
  z-index: -1;
}
.z_about_num {
  margin-top: 0.4rem;
}
.z_about_num ul {
  display: flex;
  justify-content: space-between;
}
.z_about_num li {
  position: relative;
  z-index: 1;
  width: max-content;
  min-width: 2rem;
}
.z_about_num div .timer {
  font-size: 0.66rem;
  font-family: Impact, Impact;
  color: #004B9B;
}
.z_about_num div span:nth-child(2) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.26rem;
  height: 0.26rem;
  background: #004B9B;
  border-radius: 50%;
  color: #fff;
  font-size: 0.14rem;
  position: relative;
  bottom: 0.45rem;
}
.z_about_num h4 {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.z_about_num .pu_link {
  margin-top: 0.46rem;
}
@keyframes fzyd {
  0% {
    transform: scale(1, 1) rotate(0deg);
  }
  50% {
    transform: scale(0.6, 0.6) rotate(360deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
.z_index_pro {
  position: relative;
  overflow: hidden;
  min-height: 8rem;
}
.z_index_pro .z_pro_head {
  padding: 1rem 0 0 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.z_index_pro .z_pro_head .z_index_tit .cn {
  margin-bottom: 0;
}
.z_index_pro .z_pro_nav {
  position: absolute;
  left: 4.9rem;
  top: 1.37rem;
  z-index: 1;
}
.z_index_pro .z_pro_nav a {
  display: inline-block;
  height: 0.46rem;
  background: #FFFFFF;
  margin-right: 0.74rem;
  min-width: 1.53rem;
  text-align: center;
  box-shadow: 0px 0px 0.24rem 0px #D9D9D9;
  line-height: 0.46rem;
  font-size: 0.16rem;
  border-radius: 0.24rem;
  padding: 0 0.44rem;
  color: #000;
}
.z_index_pro .z_pro_nav a.active,
.z_index_pro .z_pro_nav a:hover {
  background: #006DD2;
  color: #fff;
}
.z_index_pro .z_pro_tabs {
  width: 11.85rem;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0.23rem;
  padding-right: 1rem;
}
.z_index_pro .z_pro_tabs::after {
  content: '';
  width: 100%;
  height: 0.01rem;
  background: #EEEEEE;
  position: absolute;
  left: 0;
  top: 0.01rem;
  z-index: -1;
}
.z_index_pro .z_pro_tabs a {
  padding: 0.24rem 0;
  margin: 0 0.44rem;
  color: #111111;
  font-size: 0.2rem;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.z_index_pro .z_pro_tabs a::after {
  content: '';
  width: 0;
  height: 0.03rem;
  position: absolute;
  left: 50%;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.z_index_pro .z_pro_tabs a.active,
.z_index_pro .z_pro_tabs a:hover {
  color: #115FA8;
}
.z_index_pro .z_pro_tabs a.active::after,
.z_index_pro .z_pro_tabs a:hover::after {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  background: #115FA8;
}
.z_pro_swiper {
  width: 13.35rem;
  position: relative ;
  background: #fff;
  box-shadow: 0px 10px 60px 0px #D3DBE5;
}
.z_pro_swiper::before {
  content: "";
  display: block;
  width: 1.14rem;
  height: 100%;
  background: url("../img/index/line.png") no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  right: -1.14rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.z_pro_swiper li a {
  display: flex;
  align-items: center;
  height: 8.8rem;
  padding-top: 2rem;
  transition: ease 2s;
  padding-left: 0.7rem;
}
.z_pro_swiper li .imgbox {
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_pro_swiper li .overbox {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
  transition: ease 1s;
}
.z_pro_swiper li h4 {
  color: #000;
  margin-top: 0.24rem;
  text-align: center;
}
.z_pro_swiper li:hover .imgbg {
  transform: scale(1.1, 1.1);
}
.z_pro_swiper li:hover h3 {
  color: #004B9B;
}
.z_pro_swiper li img {
  display: block;
  max-width: 60%;
  max-height: 70%;
}
.z_pro_swiper li .infobox {
  width: 4.83rem;
  margin-left: 1.95rem;
  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: 0.41rem;
  font-weight: bold;
  color: #004B9B;
}
.z_pro_swiper li .desc {
  font-size: 0.18rem;
  color: #5D5D5D;
  line-height: 0.3rem;
  max-height: 2.4rem;
  margin: 0.28rem 0 0.45rem;
}
.z_pro_swiper li .desc p {
  font-size: 0.18rem;
}
.z_pro_swiper li.swiper-slide-active .infobox {
  transform: translate(0, 0%);
  opacity: 1;
}
.z_pro_swiper li.swiper-slide-active a {
  padding-left: 7.54rem;
}
.z_pro_swiper li.swiper-slide-active a .overbox {
  width: 5rem;
  height: 5rem;
}
.z_pro_swiper li.swiper-slide-active a h4 {
  display: none;
}
.z_pro_swiper .next {
  width: 0.56rem;
  height: 0.56rem;
  background: #1D7DD6;
  box-shadow: 0px 2px 40px 0px rgba(23, 75, 137, 0.3);
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -0.26rem;
  z-index: 3;
}
.z_pro_swiper .prev {
  width: 0.56rem;
  height: 0.56rem;
  background: #1D7DD6;
  box-shadow: 0px 2px 40px 0px rgba(23, 75, 137, 0.3);
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  display: none;
}
.z_tab_child {
  display: none;
}
.z_tab_child.active {
  display: block;
}
.z_index_news {
  padding: 0 1.5rem 1.3rem;
  box-sizing: border-box;
  background: url("../img/index/news_bg.png") no-repeat #fff;
  background-size: cover ;
}
.z_index_news .z_cir_more {
  color: #000;
}
.z_index_news .z_swiper_btn .iconfont {
  width: 0.56rem;
  height: 0.56rem;
}
.z_news_heads {
  padding-top: 0.86rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.z_swiper_btn span {
  overflow: hidden;
  display: inline-block;
  transition: ease 1s;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-left: 0.1rem;
  color: #1D7DD6;
}
.z_swiper_btn .iconfont {
  border: 2px solid #DAE2EF;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 50%;
  transition: ease 1s;
}
.z_swiper_btn span::after {
  content: "";
  display: block;
  z-index: -1;
  width: 110%;
  height: 0;
  left: -5%;
  background: #1D7DD6;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease 1s;
}
.z_swiper_btn span:hover::after {
  height: 100%;
}
.z_swiper_btn span:hover .iconfont {
  color: #fff;
  border-color: #1D7DD6;
}
.z_news_swiper {
  overflow: hidden;
  position: relative;
}
.z_news_swiper::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #DCE3F0;
  transition: ease 1s;
  position: absolute;
  left: 0;
  top: 0px;
}
.z_news_swiper li {
  width: auto;
  margin-right: 0.38rem;
  position: relative;
  overflow: hidden;
}
.z_news_swiper li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #1D7DD6;
  transition: ease 1s;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
}
.z_news_swiper li .time {
  padding: 0.25rem 0 0.2rem;
  color: #000;
}
.z_news_swiper li .imgbox {
  border-radius: 0.12rem;
  position: relative;
  width: 3.86rem;
  min-height: 3.09rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.z_news_swiper li img {
  display: block;
  width: 100%;
  transition: ease 1s;
}
.z_news_swiper li:hover img {
  transform: scale(1.05, 1.05);
}
.z_news_swiper li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  padding: 0.34rem 0.2rem 0.2rem;
  box-sizing: border-box;
  transition: ease 1s;
  color: #fff;
}
.z_news_swiper li .conwarp {
  display: flex;
}
/* .z_news_swiper li.swiper-slide-active{ width: 40.36458vw;} */
.z_news_swiper li .infobox {
  width: 0;
  opacity: 0;
  transition: ease 1.4s;
  overflow: hidden;
  position: relative;
}
.z_news_swiper li .infobox .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.6rem;
  height: 100%;
}
.z_news_swiper li .slg {
  min-width: 1rem;
  padding: 0 0.18rem;
  height: 0.38rem;
  line-height: 0.38rem;
  color: #fff;
  background: #196CCF;
  border-radius: 4px;
  display: inline-block;
}
.z_news_swiper li .desc {
  color: #8A8A8A;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.25rem;
  max-height: 0.6rem;
}
.z_cir_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.77083vw;
  height: 6.77083vw;
  text-align: center;
  position: relative;
  border: 1px solid #D8DDE8;
  border-radius: 50%;
}
.z_cir_more::before {
  content: "";
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #196CCF;
  transition: ease 1s;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0, 0);
}
.z_cir_more .iconfont {
  display: inline-block;
  color: #196CCF;
}
.z_cir_more:hover::before {
  transform: scale(1, 1);
}
.z_cir_more:hover,
.z_cir_more:hover .iconfont {
  color: #fff;
}
.z_news_swiper li .z_cir_more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.96rem;
  height: 0.96rem;
}
.z_news_swiper li:hover .tit {
  color: #196CCF;
}
.z_news_swiper li.active .infobox {
  width: 3.6rem;
  height: auto;
  opacity: 1;
  margin-left: 0.3rem;
}
.z_news_swiper li.active::before {
  width: 19.27083vw;
}
.z_news_swiper li:last-child {
  margin-right: 0;
}
.z_index_case {
  background: url("../img/index/case_bg.png") no-repeat #D2E2F5;
  background-size: cover;
  padding: 1rem 0 1.34rem;
}
.z_index_case .case_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  margin-top: 0.7rem;
}
.z_index_case .case_list .case_item {
  background: #FFFFFF;
  overflow: hidden;
  transition: all 0.3s ease;
}
.z_index_case .case_list .case_item a {
  display: block;
  height: 100%;
}
.z_index_case .case_list .case_item .case_img {
  width: 100%;
  height: 3.56rem;
  overflow: hidden;
}
.z_index_case .case_list .case_item .case_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.z_index_case .case_list .case_item .case_title {
  padding: 0.48rem 0.3rem 0;
  font-size: 0.18rem;
  color: #111;
  line-height: 0.3rem;
  height: 1.26rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.z_index_case .case_list .case_item .case_title::after {
  content: '';
  width: 0.21rem;
  height: 0.04rem;
  background: #707070;
  transition: all 0.3s ease;
  position: absolute;
  left: 0.3rem;
  top: 0.33rem;
}
.z_index_case .case_list .case_item:hover .case_title::after {
  background: #0069D9;
}
.z_index_case .case_list .case_item:hover .case_img img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .z_index_case .case_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .z_index_case .case_list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .z_banner {
    height: 100vh;
  }
  .z_banner_text .z_more {
    display: none;
  }
  .z_banner_bar {
    width: 100%;
    justify-content: center;
    height: 40px;
    border: none;
  }
  .z_banner_bar .sb {
    display: none;
  }
  .z_banner_text {
    padding: 0 0.3rem;
    text-align: center;
    top: 30%;
  }
  .z_banner_text .h3 {
    font-size: 0.5rem;
    margin-bottom: 10px;
  }
  .z_banner_text .h3 span {
    font-size: 0.5rem;
  }
  .z_index_about {
    display: block;
  }
  .z_index_about .fl_warp {
    width: 100%;
    padding: 0.75rem 0.3rem;
  }
  .z_index_tit {
    line-height: 0.75rem;
  }
  .z_index_tit .en {
    font-size: 0.6rem;
  }
  .z_index_tit .cn {
    font-size: 0.65rem;
  }
  .z_index_tit::before {
    width: 2.54rem;
    height: 2.69rem;
    left: -1.1rem;
    top: -0.6rem;
  }
  .z_index_about .desc {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.5rem;
    -webkit-line-clamp: initial;
  }
  .z_index_about .desc p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .z_index_about .z_more {
    position: relative;
    margin-top: 30px;
  }
  .z_more .iconfont {
    width: 36px;
    height: 36px;
    line-height: 32px;
  }
  .z_about_num {
    margin-top: 0.6rem;
    padding-left: 0.3rem;
  }
  .z_about_num ul {
    display: block;
  }
  .z_about_num .pu_link {
    margin-top: 0;
  }
  .z_about_num li {
    display: inline-block;
    width: 49%;
    max-width: 49%;
    margin-bottom: 0.7rem;
  }
  .z_about_num li div .timer {
    font-size: 1rem;
  }
  .z_about_num li div span:nth-child(2) {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.22rem;
  }
  .z_about_num li h4 {
    font-size: 0.28rem;
    margin-top: 0;
  }
  .z_about_num li:nth-child(2n) {
    padding-left: 0.3rem;
  }
  .z_index_about .fr_warp {
    width: 100%;
    height: 60vw;
  }
  .z_index_about .fr_warp .play img {
    height: 0.8rem;
    width: 0.8rem;
    display: block;
  }
  .z_index_pro {
    min-height: min-content;
  }
  .z_index_pro .z_pro_head {
    position: relative;
    padding: 1rem 0.3rem 0;
    display: block;
    background: #fff;
  }
  .z_index_pro .z_pro_nav {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 0.6rem;
    display: none;
  }
  .z_index_pro .z_pro_nav a {
    height: 0.83rem;
    line-height: 0.83rem;
    font-size: 0.34rem;
    border-radius: 0.42rem;
  }
  .z_pro_swiper li a {
    height: auto;
    display: block;
    padding: 0.45rem 0;
  }
  .z_pro_swiper li .infobox {
    width: 100%;
    padding: 0px 0.3rem;
    margin-left: 0;
    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: 0.42rem;
  }
  .z_pro_swiper li h3 img {
    height: 20px;
  }
  .z_pro_swiper li h4 {
    display: none;
  }
  .z_pro_swiper li .desc {
    font-size: 0.28rem;
    line-height: 0.5rem;
    -webkit-line-clamp: initial;
    margin: 0.28rem 0 0.4rem;
  }
  .z_pro_swiper li .desc p {
    font-size: 0.28rem;
  }
  .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,
  .z_pro_swiper li.swiper-slide-active a .overbox {
    width: 5.5rem;
    height: 5.5rem;
  }
  .z_pro_swiper {
    width: 100%;
    height: auto;
  }
  .z_pro_swiper .next,
  .z_pro_swiper .prev {
    width: 0.7rem;
    height: 0.7rem;
    top: auto;
    bottom: 1.6rem;
  }
  .z_pro_swiper .next {
    right: 0.7rem;
  }
  .z_pro_swiper .prev {
    left: 0.7rem;
    display: flex;
  }
  .z_index_case {
    padding: 0.8rem 0;
    background: url("../img/index/case_bg_m.png") no-repeat #D2E2F5;
    background-size: cover;
  }
  .z_index_case .case_list {
    gap: 0.4rem;
  }
  .z_index_case .case_list .case_item .case_title {
    font-size: 0.34rem;
    line-height: 0.52rem;
    height: max-content;
    margin-bottom: 0.3rem;
    padding-top: 0.8rem;
  }
  .z_index_case .case_list .case_item .case_title::after {
    width: 0.38rem;
    top: 0.5rem;
  }
  .z_index_case .case_list .case_item .case_img {
    height: 6.4rem;
  }
  .z_index_news {
    padding: 0 0.3rem 1rem;
    background: url("../img/index/news_bg_m.png") no-repeat #fff;
    background-size: cover ;
  }
  .z_index_news .z_news_heads {
    padding: 0.6rem 0 0.2rem;
  }
  .z_index_news .z_news_heads .z_swiper_btn {
    display: none;
  }
  .z_index_news .swiper-wrapper {
    flex-direction: column;
  }
  .z_index_news .z_news_swiper::before {
    display: none;
  }
  .z_index_news .z_news_swiper li {
    margin-right: 0;
  }
  .z_index_news .z_news_swiper li::before {
    width: 100%;
    background: #DCE3F0;
  }
  .z_index_news .z_news_swiper li .time {
    padding: 0.3rem 0;
    font-size: 0.3rem;
  }
  .z_swiper_btn .iconfont,
  .z_honor_warp .iconfont {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .z_news_swiper li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .z_news_swiper li h3 {
    padding: 0.4rem 0.3rem;
    font-size: 0.3rem;
  }
  .z_news_swiper li .conwarp {
    flex-direction: column;
  }
  .z_news_swiper li .infobox {
    width: 100%;
    padding: 0.35rem 0 0;
    display: none;
  }
  .z_news_swiper li .infobox .con {
    position: relative;
    width: 100%;
  }
  .z_news_swiper li.active::before {
    background: #0069D9;
  }
  .z_news_swiper li.active .infobox {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .z_news_swiper li .slg {
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.32rem;
    font-size: 0.29rem;
    border-radius: 0;
  }
  .z_news_swiper li .desc {
    font-size: 0.28rem;
    line-height: 0.5rem;
    max-height: initial;
  }
  .z_news_swiper li .z_cir_more {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
  }
  .z_news_swiper li .z_cir_more .iconfont {
    font-size: 0.45rem;
  }
  .z_news_swiper li .z_cir_more h5 {
    font-size: 0.23rem;
  }
  .z_news_swiper li .imgbox {
    width: 100%;
  }
  .z_news_swiper li .time {
    margin-bottom: 0;
  }
  body {
    width: 7.5rem;
    overflow-x: hidden;
  }
  @keyframes circleProgress {
    0% {
      stroke-dashoffset: 75.4;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  .z_banner_hd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.72rem;
    width: 100%;
    left: 0;
  }
  .z_banner_hd .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
    margin-right: 0.15rem;
    position: relative;
    font-size: 0.2rem;
  }
  .z_banner_hd .swiper-pagination-bullet .quan {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .z_banner_hd .swiper-pagination-bullet .quan span {
    position: absolute;
    color: #fff;
    font-size: 0.2rem;
    z-index: 2;
    font-weight: bold;
  }
  .z_banner_hd .swiper-pagination-bullet .quan .jdt {
    position: relative;
    transform: rotate(-90deg);
  }
  .z_banner_hd .swiper-pagination-bullet .quan .jdt .jdt2 {
    stroke-dasharray: 75.4;
    stroke-dashoffset: 75.4;
    stroke-linecap: round;
    animation: circleProgress 5s linear 1;
    animation-fill-mode: forwards;
    transform-origin: center;
  }
  @keyframes jtd2 {
    0% {
      stroke-dasharray: 0 90;
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dasharray: 90 0;
      stroke-dashoffset: 0;
    }
  }
  .z_banner_hd .swiper-pagination-bullet .jdt2 {
    animation: jtd2 infinite 6s linear;
  }
  @keyframes circleProgressLoad_right {
    0% {
      transform: rotate(45deg);
    }
    50%,
    100% {
      transform: rotate(225deg);
    }
  }
  @keyframes circleProgressLoad_left {
    0%,
    50% {
      transform: rotate(45deg);
    }
    100% {
      transform: rotate(225deg);
    }
  }
  .z_banner_hd .swiper-pagination-bullet .jdt {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .z_banner_hd .swiper-pagination-bullet.on {
    opacity: 1;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    top: 0;
    background-color: transparent;
    color: #ffffff;
  }
  .z_banner_hd .swiper-pagination-bullet.on .jdt {
    opacity: 1;
    transform: rotate(-90deg);
  }
  .z_banner_hd .swiper-pagination-bullet.on .rightcircle {
    border-bottom: 2px solid #46C35A;
    border-left: 2px solid #46C35A;
    right: 0;
    animation: circleProgressLoad_right 4s linear infinite;
  }
  .z_banner_hd .swiper-pagination-bullet.on .leftcircle {
    border-top: 2px solid #46C35A;
    border-right: 2px solid #46C35A;
    left: 0;
    animation: circleProgressLoad_left 4s linear infinite;
  }
  .z_banner_hd .swiper-pagination-bullet.on .wrapper_con {
    display: block;
  }
}
