@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "har-m";
  src: url("../font/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "har-b";
  src: url("../font/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
}
.font-m {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'har-m', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'har-b', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
}
.x-ai10 {
  padding: 0.5rem 0 1.15rem 0;
}
@media (max-width: 767px) {
  .x-ai10 {
    padding: 0.8rem 0 1.2rem;
  }
}
.x-ai10 .container10 .x-title {
  text-align: center;
  color: #252b3a;
}
.x-ai10 .container10 ul li {
  display: flex;
  justify-content: flex-start;
  padding: 0.35rem 0;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
.x-ai10 .container10 ul li.on i img:nth-child(1) {
  opacity: 0;
}
.x-ai10 .container10 ul li.on i img:nth-child(2) {
  opacity: 1;
}
.x-ai10 .container10 ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-ai10 .container10 ul li i {
    margin-top: 0.06rem;
  }
}
@media (max-width: 767px) {
  .x-ai10 .container10 ul li i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-ai10 .container10 ul li i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s ease-in-out;
}
.x-ai10 .container10 ul li i img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.x-ai10 .container10 ul li .x-text {
  width: calc(100% - 0.24rem);
  padding-left: 0.24rem;
}
.x-ai10 .container10 ul li .x-text .x-tit {
  color: #252b3a;
}
.x-ai10 .container10 ul li .x-text .x-p {
  color: #252b3a;
  margin-top: 0.2rem;
  display: none;
  cursor: initial;
}
#hi-img-pop .hi-close {
  display: none;
}
.lg-backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
}
#lg-share {
  display: none !important;
}
#lg-download {
  display: none !important;
}
.z-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.z-banner .bgimg {
  width: 100%;
}
@media (max-width: 991px) {
  .z-banner .bgimg {
    height: 10rem;
  }
}
.z-banner .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .z-banner .bgimg img.pc-img {
    display: none;
  }
}
.z-banner .bgimg img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .z-banner .bgimg img.mb-img {
    display: block;
  }
}
.z-banner .container10 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
@media (max-width: 767px) {
  .z-banner .container10 {
    top: 26%;
  }
}
.z-banner .container10 .cn1 {
  color: #252b3a;
  line-height: 1.3125em;
}
.z-banner .container10 .cn2 {
  color: #252b3a;
  line-height: 1.20833333em;
}
.z-banner .container10 .cn3 {
  margin: 0.2rem 0 0.5rem;
  color: #252b3a;
  opacity: 0.8;
  line-height: 1.55555556em;
}
.zpublicbtn::before {
  background-image: linear-gradient(90deg, #115af7 0%, #1084fb 50%, #0fabfe 100%) !important;
}
.zpublicbtn i {
  overflow: initial !important;
}
.public-cn1 {
  text-align: center;
  color: #252b3a;
  line-height: 1.27777778em;
}
.z-ipobox1 {
  padding: 0.8rem 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .z-ipobox1 {
    padding: 1.2rem 0 0;
  }
}
.z-ipobox1 .container10 .box {
  margin-top: 0.75rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .z-ipobox1 .container10 .box {
    padding: 0;
  }
}
.z-ipobox1 .container10 .box .box2 {
  width: 23.75%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .z-ipobox1 .container10 .box .box2 {
    width: 48%;
    margin-bottom: 0.5rem;
  }
  .z-ipobox1 .container10 .box .box2 .cn8 {
    transform: translateY(0) !important;
  }
  .z-ipobox1 .container10 .box .box2 .cn4 {
    display: none;
  }
}
@media (max-width: 767px) {
  .z-ipobox1 .container10 .box .box2 {
    width: 100%;
  }
}
.z-ipobox1 .container10 .box .box2:nth-child(odd) .cn8 {
  transform: translateY(0.3rem);
}
.z-ipobox1 .container10 .box .box2:nth-child(odd) .cn4 {
  transform: translate(-50%, 0.3rem);
}
.z-ipobox1 .container10 .box .box2:nth-child(2) .cn4 {
  bottom: -1.2rem;
}
@media (max-width: 1260px) {
  .z-ipobox1 .container10 .box .box2:nth-child(2) .cn4 {
    bottom: -1.3rem;
  }
}
.z-ipobox1 .container10 .box .box2:nth-child(3) .cn4 {
  bottom: -1.55rem;
}
.z-ipobox1 .container10 .box .box2:nth-child(4) .cn4 {
  bottom: -1.3rem;
}
@media (max-width: 1260px) {
  .z-ipobox1 .container10 .box .box2:nth-child(4) .cn4 {
    bottom: -1.4rem;
  }
}
.z-ipobox1 .container10 .box .box2 .cn1 {
  color: #252b3a;
  line-height: 1.33333333em;
  position: relative;
}
@media (max-width: 1260px) {
  .z-ipobox1 .container10 .box .box2 .cn1 {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
  .z-ipobox1 .container10 .box .box2 .cn1 {
    font-size: 0.34rem;
  }
}
.z-ipobox1 .container10 .box .box2 .cn2 {
  position: relative;
  margin: 0.2rem 0;
  width: 0.25rem;
  height: 0.05rem;
  border-radius: 0.03rem;
  background-image: linear-gradient(270deg, #897ff7 0%, #416aef 100%);
}
.z-ipobox1 .container10 .box .box2 .cn3 {
  position: relative;
  color: #575d6c;
  line-height: 1.5em;
}
.z-ipobox1 .container10 .box .box2 .cn40 {
  position: absolute;
  right: 0.45rem;
  top: 0.35rem;
  width: 0.7rem;
}
.z-ipobox1 .container10 .box .box2 .cn40 img {
  width: 100%;
}
.z-ipobox1 .container10 .box .box2 .cn8 {
  position: relative;
  z-index: 3;
  box-shadow: 0px 14px 32px 0px #e8edff;
  background-color: #Fff;
  border-radius: 0.2rem;
  padding: 0.45rem 0.35rem;
}
.z-ipobox1 .container10 .box .box2 .cn4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.6rem;
}
.z-ipobox1 .container10 .box .box2 .cn4 .cn5 {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #Fff;
  position: relative;
}
.z-ipobox1 .container10 .box .box2 .cn4 .cn5 .cn6 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #5769f7;
}
.z-ipobox1 .container10 .box .box2 .cn4 .cn7 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.04rem;
  height: 1.19rem;
  bottom: 100%;
}
.z-ipobox1 .container10 .box .box2 .cn4 .cn7 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.z-ipobox1 .container10 .box .bgimg {
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 1920px;
}
@media (max-width: 991px) {
  .z-ipobox1 .container10 .box .bgimg {
    display: none;
  }
}
.z-ipobox2 {
  padding-top: 0.8rem;
  position: relative;
  padding-bottom: 2.45rem;
}
@media (max-width: 991px) {
  .z-ipobox2 {
    padding: 1.2rem 0;
    overflow: hidden;
  }
}
.z-ipobox2 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.z-ipobox2 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.z-ipobox2 .container10 {
  position: relative;
  z-index: 2;
}
.z-ipobox2 .container10 .box {
  display: flex;
  margin-top: 0.85rem;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box {
    margin-top: 0;
  }
}
.z-ipobox2 .container10 .box2 {
  width: 30.34722222%;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box2 {
    display: none;
  }
}
.z-ipobox2 .container10 .box3 {
  width: 39.30555556%;
  position: relative;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 {
    width: 100%;
  }
}
.z-ipobox2 .container10 .box3 .img {
  width: 84.80565371%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .img {
    display: none;
  }
}
.z-ipobox2 .container10 .box3 .img5 {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  width: 53.8869258%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .img5 {
    display: none;
  }
}
.z-ipobox2 .container10 .box3 .img5::before {
  padding-top: 95.08196721%;
}
.z-ipobox2 .container10 .box3 .img3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31.97879859%;
  margin: 0 auto;
  animation: myrotate 2s infinite linear ;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .img3 {
    display: none;
  }
}
.z-ipobox2 .container10 .box3 .img3::before {
  padding-top: 100%;
}
.z-ipobox2 .container10 .box3 .img4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22.08480565%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .img4 {
    display: none;
  }
}
.z-ipobox2 .container10 .box3 .img4::before {
  padding-top: 100%;
}
.z-ipobox2 .container10 .box3 .img {
  width: 84.80565371%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .img {
    display: none;
  }
}
.z-ipobox2 .container10 .box3 .box3a {
  overflow: initial;
  position: absolute;
  left: 9%;
  top: 9%;
  width: 17.66784452%;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c1d1f5;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .box3a::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .box3a {
    margin-top: 0.5rem;
    position: relative;
    left: initial !important;
    top: initial !important;
    right: initial !important;
    bottom: inherit !important;
    width: 100%;
    background-color: transparent;
    border-radius: initial;
    border: 0;
  }
}
.z-ipobox2 .container10 .box3 .box3a .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .box3a .img2 {
    position: relative;
    left: 0;
    top: 0;
    transform: initial;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #c1d1f5;
  }
  .z-ipobox2 .container10 .box3 .box3a .img2 img {
    max-width: 50%;
  }
}
.z-ipobox2 .container10 .box3 .box3a .img2 img {
  width: 100%;
}
.z-ipobox2 .container10 .box3 .box3a.box3b {
  bottom: initial;
  left: initial;
  top: 9%;
  right: 9%;
}
.z-ipobox2 .container10 .box3 .box3a.box3c {
  left: 9%;
  bottom: 9%;
  top: initial;
}
.z-ipobox2 .container10 .box3 .box3a.box3d {
  left: initial;
  right: 9%;
  bottom: 9%;
  top: initial;
}
.z-ipobox2 .container10 .box3 .box3a:nth-child(even) .box3a1 {
  right: 0;
  left: 140%;
}
.z-ipobox2 .container10 .box3 .box3a:nth-child(even) .box3a1 .cn1 {
  text-align: left;
}
.z-ipobox2 .container10 .box3 .box3a .box3a1 {
  position: absolute;
  right: 140%;
  top: 0;
  width: 419%;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .box3a .box3a1 {
    position: relative;
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    margin-top: 0.3rem;
  }
}
.z-ipobox2 .container10 .box3 .box3a .box3a1 .cn1 {
  color: #252b3a;
  line-height: 1.41666667em;
  text-align: right;
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .box3a .box3a1 .cn1 {
    text-align: left;
  }
}
.z-ipobox2 .container10 .box3 .box3a .box3a1 .cn2 {
  margin-top: 0.2rem;
  color: #575d6c;
  line-height: 1.625em;
  text-align: justify;
}
@media (max-width: 1260px) {
  .z-ipobox2 .container10 .box3 .box3a .box3a1 .cn2 {
    line-height: 1.3em;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .z-ipobox2 .container10 .box3 .box3a .box3a1 .cn2 {
    text-align: left;
    font-size: 0.28rem;
  }
}
.z-ipobox2 .img20 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .z-ipobox2 .img20 {
    display: none;
  }
}
.z-ipobox2 .img20 .img21 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%；;
}
.z-ipobox2 .img20 .img22 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.47rem;
  height: 0.47rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eef1fe;
  border-radius: 50%;
}
.z-ipobox2 .img20 .img22 img {
  width: 0.16rem;
}
@keyframes myrotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.z-ipobox3 {
  padding: 1rem 0 0;
}
@media (max-width: 991px) {
  .z-ipobox3 {
    padding: 1.2rem 0 0;
  }
}
.z-ipobox3 .img {
  margin-top: 0.65rem;
  width: 100%;
}
.z-ipobox3 .img img {
  width: 100%;
}
.z-ipobox3 .img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .z-ipobox3 .img img {
    display: none;
  }
  .z-ipobox3 .img img:nth-child(2) {
    display: block;
  }
}
.z-ipobox4 .z-ipobox4a {
  padding: 1rem 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a {
    padding: 1.2rem 0;
  }
}
.z-ipobox4 .z-ipobox4a .container10 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.z-ipobox4 .z-ipobox4a .container10 .left {
  width: 43.75%;
  padding-right: 0.4rem;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a .container10 .left {
    width: 100%;
    padding-right: 0;
  }
}
.z-ipobox4 .z-ipobox4a .container10 .left .cn1 {
  color: #252b3a;
  line-height: 1.3125em;
}
@media (max-width: 767px) {
  .z-ipobox4 .z-ipobox4a .container10 .left .cn1 {
    text-align: left;
  }
}
.z-ipobox4 .z-ipobox4a .container10 .left .cn2 {
  color: #575d6c;
  line-height: 1.5em;
  margin: 0.2rem 0 0.3rem;
}
.z-ipobox4 .z-ipobox4a .container10 .left .cn3 .cn4 {
  display: flex;
}
.z-ipobox4 .z-ipobox4a .container10 .left .cn3 .cn4 .cn5 {
  flex-shrink: 0;
  margin-right: 0.1rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a .container10 .left .cn3 .cn4 .cn5 {
    height: 0.5rem;
  }
}
.z-ipobox4 .z-ipobox4a .container10 .left .cn3 .cn4 .cn5 img {
  height: 0.13rem;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a .container10 .left .cn3 .cn4 .cn5 img {
    height: 0.26rem;
  }
}
.z-ipobox4 .z-ipobox4a .container10 .left .cn3 .cn4 .cn6 {
  color: #252b3a;
  line-height: 0.32rem;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a .container10 .left .cn3 .cn4 .cn6 {
    line-height: 0.5rem;
  }
}
.z-ipobox4 .z-ipobox4a .container10 .left .zpublicbtn {
  margin-top: 0.5rem;
}
.z-ipobox4 .z-ipobox4a .container10 .right {
  width: 56.25%;
  position: relative;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a .container10 .right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.z-ipobox4 .z-ipobox4a .container10 .right .img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.4s;
  width: 100%;
  transform: translateX(0.3rem);
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a .container10 .right .img {
    transform: translateX(0);
  }
}
.z-ipobox4 .z-ipobox4a .container10 .right .img::before {
  padding-top: 70.98765432%;
}
@media (max-width: 767px) {
  .z-ipobox4 .z-ipobox4a .container10 .right .img {
    height: auto;
  }
  .z-ipobox4 .z-ipobox4a .container10 .right .img:before {
    padding-top: 0!important;
  }
  .z-ipobox4 .z-ipobox4a .container10 .right .img img {
    position: relative;
    object-fit: contain;
  }
}
.z-ipobox4 .z-ipobox4a .container10 .right .on {
  visibility: inherit;
  position: relative;
  opacity: 1;
}
.z-ipobox4 .z-ipobox4a:nth-child(even) {
  background-color: #f1f4fa;
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 {
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a:nth-child(even) .container10 {
    flex-direction: column;
  }
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left {
  width: 43.19444444%;
  padding: 0 0.4rem;
  padding-top: 0.25rem;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left {
    width: 100%;
    padding: 0;
  }
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn7 {
  position: relative;
  padding-left: 0.3rem;
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn7::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dce0e6;
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn7 em {
  position: absolute;
  left: 0;
  width: 2px;
  background-color: #0084f6;
  top: 0;
  transition: all 0.5s;
  height: 0;
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn8 {
  transition: all 0.5s;
  height: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn8 {
    height: 0.5rem;
  }
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn8:last-child {
  margin-bottom: 0;
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn8 .cn9 {
  line-height: 0.3rem;
  color: #252b3a;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn8 .cn9 {
    line-height: 0.5rem;
    font-size: 0.34rem;
  }
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn8 .cn10 {
  color: #575d6c;
  line-height: 1.5em;
  margin: 0.05rem 0 0.1rem;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn8 .cn10 {
    margin: 0.2rem 0 0.2rem;
  }
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .left .cn8.on .cn9 {
  color: #0084f6;
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .right {
  width: 56.80555556%;
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .right {
    width: 100%;
  }
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .right .img {
  transform: translateX(-0.1rem);
}
@media (max-width: 991px) {
  .z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .right .img {
    transform: translateX(0);
  }
}
.z-ipobox4 .z-ipobox4a:nth-child(even) .container10 .right .img::before {
  padding-top: 60.8801956%;
}
.z-ipobox4 .z-ipobox4a:nth-child(3) .container10 .right .img::before {
  padding-top: 59.5410628%;
}
.z-ipobox4 .z-ipobox4a:nth-child(3) .container10 .right .img img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .z-ipobox4.pc-z-ipobox4 {
    display: none;
  }
}
.z-ipobox4.mb-z-ipobox4 {
  display: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .z-ipobox4.mb-z-ipobox4 {
    display: block;
  }
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide .z-ipobox4a {
  padding: 0;
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide .z-ipobox4a .container10 {
  width: 100%;
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide .z-ipobox4a .container10 .right {
  margin-bottom: 0.6rem;
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 {
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 {
    flex-direction: column;
  }
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left {
  width: 43.19444444%;
  padding: 0 0.4rem;
  padding-top: 0.25rem;
}
@media (max-width: 991px) {
  .z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left {
    width: 100%;
    padding: 0;
  }
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn7 {
  position: relative;
  padding-left: 0.3rem;
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn7::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dce0e6;
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn7 em {
  position: absolute;
  left: 0;
  width: 2px;
  background-color: #0084f6;
  top: 0;
  transition: all 0.5s;
  height: 0;
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn8 {
  transition: all 0.5s;
  height: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn8 {
    height: 0.5rem;
  }
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn8:last-child {
  margin-bottom: 0;
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn8 .cn9 {
  line-height: 0.3rem;
  color: #252b3a;
}
@media (max-width: 991px) {
  .z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn8 .cn9 {
    line-height: 0.5rem;
    font-size: 0.34rem;
  }
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn8 .cn10 {
  color: #575d6c;
  line-height: 1.5em;
  margin: 0.05rem 0 0.1rem;
}
@media (max-width: 991px) {
  .z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn8 .cn10 {
    margin: 0.2rem 0 0.2rem;
  }
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .left .cn8.on .cn9 {
  color: #0084f6;
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .right {
  width: 56.80555556%;
}
@media (max-width: 991px) {
  .z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .right {
    width: 100%;
  }
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .right .img {
  transform: translateX(-0.1rem);
}
@media (max-width: 991px) {
  .z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .right .img {
    transform: translateX(0);
  }
}
.z-ipobox4.mb-z-ipobox4 .swiper-wrapper .swiper-slide:nth-child(2) .z-ipobox4a .container10 .right .img::before {
  padding-top: 60.8801956%;
}
.qqbox {
  margin-top: 0.3rem;
  padding: 0 5% 1.2rem;
  display: none;
}
@media (max-width: 991px) {
  .qqbox {
    display: block;
  }
}
.qqbox .mb-z-ipobox4a1 {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dce0e6;
}
.qqbox .mb-z-ipobox4a1::before {
  content: "";
  position: absolute;
}
.qqbox .swiper-slide .cn1 {
  display: block;
  text-align: center;
  line-height: 1rem;
  color: #252b3a;
  position: relative;
  padding-bottom: 4px;
  transition: all 0.5s;
}
.qqbox .swiper-slide .cn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  height: 4px;
  background-color: #0084f6;
}
.qqbox .swiper-slide.swiper-slide-thumb-active .cn1 {
  color: #0084f6;
}
.qqbox .swiper-slide.swiper-slide-thumb-active .cn1::before {
  opacity: 1;
}
.index-yiwen {
  background-color: #f5fcff;
}
.index-yiwen .container10 {
  position: relative;
}
.index-yiwen .container10 .img {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 44.86%;
}
.index-yiwen .container10 .img img {
  width: 100%;
}
.index-yiwen .info {
  padding: 0.6rem 0 0.5rem;
}
.index-yiwen .info h2 {
  color: #2183e9;
  margin-bottom: 25px;
}
.index-yiwen .info p {
  max-width: 48.87556%;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.index-yiwen .jd-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.index-yiwen .jd-info .qrc {
  width: 104px;
  margin-right: 19px;
}
.index-yiwen .jd-info .qrc img {
  width: 100%;
}
.index-yiwen .jd-info .txt {
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .index-yiwen .container10 .img {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .index-yiwen .info p {
    max-width: 100%;
  }
  .index-yiwen .container10 .img {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .index-yiwen .info h2 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .index-yiwen .info h2 span {
    display: block;
  }
  .index-yiwen .jd-info {
    justify-content: flex-start;
  }
  .index-yiwen .container10 .img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .index-yiwen .container10 .img {
    width: 100%;
  }
}
