* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  font-size: 100px;
}

html, body, div, p, strong, span, a, b, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, del, img, i, em, select, button, textarea, input {
  margin: 0;
  padding: 0;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background: #fff;
  font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  position: relative;
  min-height: 100%;
}

a, img, button, input, textarea, select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="text"], input[type="hidden"], input[type="password"], input[type="submit"], button, textarea, select {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: none;
}

.clear {
  clear: both;
}

.hidden {
  overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.cell-box {
  font-size: 0;
}

.cell-box:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.cell-box .cell {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

/*scroll*/
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-opacity {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.6);
  }
}
@keyframes logomove {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@keyframes o-bounce {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  will-change: left, transform;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

body {
  background-color: #ecf6ff;
}

.swiper-pagination-lock {
  display: none !important;
}

.wrap-s {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.index-label {
  position: relative;
  padding-top: 0.6rem;
  text-align: center;
}
.index-label .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.78rem;
  height: 0.78rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
}
.index-label .txt-box {
  display: inline-block;
  position: relative;
  padding: 0 1.5rem;
}
.index-label .label {
  font-size: 0.48rem;
  color: #222a64;
  font-weight: bold;
  text-align: center;
}
.index-label .en {
  font-size: max(15px, 0.2rem);
  color: #222a64;
  opacity: 0.5;
  text-transform: uppercase;
  text-align: center;
}
.index-label .line {
  width: 0.92rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 0.3rem);
}
.index-label .line i {
  width: 0.08rem;
  border-radius: 0.04rem;
  animation: wave 1.5s ease-in-out infinite;
}
.index-label .line i:nth-of-type(1) {
  animation-delay: 0.1s;
}
.index-label .line i:nth-of-type(2) {
  animation-delay: 0.3s;
}
.index-label .line i:nth-of-type(3) {
  animation-delay: 0.5s;
}
.index-label .line i:nth-of-type(4) {
  animation-delay: 0.2s;
}
.index-label .line i:nth-of-type(5) {
  animation-delay: 0.4s;
}
.index-label .line i:nth-of-type(6) {
  animation-delay: 0.6s;
}
.index-label .line i:nth-of-type(7) {
  animation-delay: 0.3s;
}
.index-label .line-left {
  left: 0;
}
.index-label .line-left i:nth-of-type(1) {
  height: 0.2rem;
  background-color: #d4e6fc;
}
.index-label .line-left i:nth-of-type(2) {
  height: 0.5rem;
  background-color: #bdd7f9;
}
.index-label .line-left i:nth-of-type(3) {
  height: 0.2rem;
  background-color: #a6c7f5;
}
.index-label .line-left i:nth-of-type(4) {
  height: 0.3rem;
  background-color: #8fb8f2;
}
.index-label .line-left i:nth-of-type(5) {
  height: 0.6rem;
  background-color: #77a8ef;
}
.index-label .line-left i:nth-of-type(6) {
  height: 0.4rem;
  background-color: #699fed;
}
.index-label .line-left i:nth-of-type(7) {
  height: 0.2rem;
  background-color: #508eea;
}
.index-label .line-right {
  right: 0;
}
.index-label .line-right i:nth-of-type(1) {
  height: 0.2rem;
  background-color: #508eea;
}
.index-label .line-right i:nth-of-type(2) {
  height: 0.4rem;
  background-color: #699fed;
}
.index-label .line-right i:nth-of-type(3) {
  height: 0.6rem;
  background-color: #77a8ef;
}
.index-label .line-right i:nth-of-type(4) {
  height: 0.3rem;
  background-color: #8fb8f2;
}
.index-label .line-right i:nth-of-type(5) {
  height: 0.2rem;
  background-color: #a6c7f5;
}
.index-label .line-right i:nth-of-type(6) {
  height: 0.5rem;
  background-color: #bdd7f9;
}
.index-label .line-right i:nth-of-type(7) {
  height: 0.2rem;
  background-color: #d4e6fc;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close-1.svg") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
@media (any-hover: hover) {
  .video-pop .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zysection-scrollnav {
  position: fixed;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.15rem;
  background-color: rgba(238, 246, 255, 0.9);
  border: 1px solid #fff;
  border-radius: 0.2rem;
  z-index: 5;
  display: none;
}
.zysection-scrollnav a {
  position: relative;
  display: flex;
  cursor: pointer;
}
.zysection-scrollnav a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(3, 91, 223, 0.1), rgba(0, 0, 0, 0));
  border-radius: 10px;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-scrollnav a:after {
  content: '';
  width: 3px;
  height: 12px;
  background-color: #035bdf;
  position: absolute;
  left: -1px;
  top: calc(50% - 10px);
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-scrollnav a span {
  font-size: max(12px, 0.14rem);
  line-height: max(26px, 0.3rem);
  padding: 0 0.14rem;
  color: #29323c;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.zysection-scrollnav a.active:before {
  opacity: 1;
}
.zysection-scrollnav a.active:after {
  opacity: 1;
}
.zysection-scrollnav a.active span {
  color: #035bdf;
}
@media (any-hover: hover) {
  .zysection-scrollnav a:not(.active):hover span {
    color: #2571f4;
  }
}

.scroll-main {
  position: relative;
  z-index: 2;
  background: #ecf6ff url("../images/img-22.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 1.2rem;
}

.zysection-s1 {
  position: relative;
  height: 100vh;
  background-image: linear-gradient(180deg, #ffffff 30%, #81c9e8);
  overflow: hidden;
}
.zysection-s1 .pic-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.zysection-s1 .pic-block .img-box {
  position: absolute;
}
.zysection-s1 .pic-block .img-box img {
  display: block;
  width: 100%;
}
.zysection-s1 .pic-block .img-box:nth-of-type(1) {
  width: 100%;
  left: 0;
  bottom: 21.35vw;
  z-index: 1;
}
.zysection-s1 .pic-block .img-box:nth-of-type(2) {
  width: 82.86%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.zysection-s1 .pic-block .img-box:nth-of-type(2) img {
  animation: o-opacity 2s linear infinite;
}
.zysection-s1 .pic-block .img-box:nth-of-type(2) img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 1s;
  opacity: 0;
}
.zysection-s1 .pic-block .img-box:nth-of-type(3) {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.zysection-s1 .pic-block .img-box:nth-of-type(4) {
  width: 100%;
  left: 0;
  bottom: 6.25vw;
  z-index: 3;
}
.zysection-s1 .pic-block .img-box:nth-of-type(5) {
  width: 1.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 11.35vw;
  transform: translateX(-0.1rem);
  z-index: 4;
}
.zysection-s1 .pic-block .img-box:nth-of-type(5) img {
  animation: o-bounce 2s linear infinite;
}
.zysection-s1 .txt-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: calc(50vh - 2.2rem);
  z-index: 2;
}
.zysection-s1 .txt-block .top-box {
  width: 9.37rem;
  margin: 0 auto;
}
.zysection-s1 .txt-block .top-box img {
  width: 100%;
}
.zysection-s1 .txt-block .top-box img.pc {
  display: block;
}
.zysection-s1 .txt-block .top-box img.m {
  display: none;
}
.zysection-s1 .txt-block .typing-box {
  margin: 0.6rem auto 0;
  width: max(560px, 7.2rem);
  height: max(60px, 0.8rem);
  border-radius: max(30px, 0.4rem);
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
}
.zysection-s1 .txt-block .typing-box .inputs {
  position: absolute;
  left: 0.4rem;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: max(18px, 0.24rem);
}
.zysection-s1 .txt-block .typing-box .btns {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
}
.zysection-s1 .txt-block .typing-box .btns a {
  display: flex;
  width: max(120px, 1.5rem);
  height: 100%;
  border-radius: max(24px, 0.3rem);
  background-color: #035bdf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s1 .txt-block .typing-box .btns a span {
  font-size: max(14px, 0.18rem);
  color: #fff;
  font-weight: bold;
}
@media (any-hover: hover) {
  .zysection-s1 .txt-block .typing-box .btns a:hover {
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}
.zysection-s1 .info-block {
  height: max(40px, 0.52rem);
  padding: 0 0.5rem;
  position: absolute;
  bottom: 0.4rem;
  left: 0.6rem;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: max(20px, 0.26rem);
  display: flex;
  align-items: center;
  gap: 0.2rem;
  z-index: 3;
}
.zysection-s1 .info-block span {
  font-size: max(15px, 0.2rem);
  color: #fff;
}
.zysection-s1 .info-block i {
  width: 2px;
  height: 0.16rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.zysection-s1 .share-block {
  height: max(40px, 0.52rem);
  padding: 0 0.3rem;
  position: absolute;
  bottom: 0.4rem;
  right: 0.6rem;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: max(20px, 0.26rem);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  z-index: 3;
}
.zysection-s1 .share-block .box {
  position: relative;
}
.zysection-s1 .share-block .box .show {
  position: relative;
  display: block;
  width: max(20px, 0.3rem);
  height: max(16px, 0.24rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.zysection-s1 .share-block .box .show.gzh {
  background-image: url("../images/icon-8.svg");
}
.zysection-s1 .share-block .box .show.gzh:after {
  content: '';
  width: 2px;
  height: 0.16rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -0.2rem;
  top: calc(50% - 0.08rem);
}
.zysection-s1 .share-block .box .show.qyh {
  background-image: url("../images/icon-9.svg");
}
.zysection-s1 .share-block .box .hide {
  position: absolute;
  bottom: 100%;
  padding-bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
}
.zysection-s1 .share-block .box .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 21px;
}
.zysection-s1 .share-block .box .hide .ewm {
  background-color: #fff;
  border-radius: 0.2rem;
  width: max(120px, 1.8rem);
  padding: 0.1rem 0.1rem 0.2rem;
}
.zysection-s1 .share-block .box .hide .img {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.zysection-s1 .share-block .box .hide .img img {
  display: block;
  width: 100%;
}
.zysection-s1 .share-block .box .hide .txt {
  margin-top: 0.1rem;
}
.zysection-s1 .share-block .box .hide .tit {
  font-size: max(13px, 0.16rem);
  color: #282828;
  font-weight: bold;
  text-align: center;
}
.zysection-s1 .share-block .box .hide p {
  font-size: max(12px, 0.14rem);
  color: #808080;
  text-align: center;
  margin-top: 0.08rem;
}
.zysection-s1 .share-block .box:hover .hide {
  opacity: 1;
}

.zysection-s2 {
  padding: 0 0 1.2rem;
}
.zysection-s2 .cont-block {
  margin-top: 0.4rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-23.jpg");
  border-radius: 0.2rem;
  border: 1px solid #fff;
  padding: 0 1.4rem;
}
.zysection-s2 .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.7rem 0 0.7rem 0.6rem;
}
.zysection-s2 .item .left-box {
  width: 2.97rem;
  position: relative;
  opacity: 0;
}
.zysection-s2 .item .left-box .img-box img {
  display: block;
  width: 100%;
}
.zysection-s2 .item .left-box .tit {
  font-size: max(18px, 0.24rem);
  color: #fff;
  line-height: max(30px, 0.4rem);
  font-weight: bold;
  padding: 0 0.24rem;
  text-align: right;
  position: absolute;
  bottom: max(24px, 0.3rem);
  right: 0.54rem;
  left: -0.54rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #035bdf, #035bdf);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zysection-s2 .item .left-box p {
  font-size: max(14px, 0.18rem);
  color: #fff;
  line-height: max(24px, 0.3rem);
  position: absolute;
  left: 0.54rem;
  right: -0.54rem;
  bottom: 0;
  padding: 0 0.24rem;
  background-image: linear-gradient(90deg, #52c2b4, #52c2b4, rgba(255, 255, 255, 0));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zysection-s2 .item .right-box {
  width: calc(50% + 0.76rem);
  padding-left: 1.7rem;
  position: relative;
}
.zysection-s2 .item .right-box:before {
  content: '';
  width: 0.75rem;
  height: 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/img-25.png");
  position: absolute;
  top: 0;
  left: 0;
}
.zysection-s2 .item .right-box .tit {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}
.zysection-s2 .item .right-box p {
  font-size: max(14px, 0.18rem);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zysection-s2 .item .right-box .btns {
  margin-top: 0.6rem;
}
.zysection-s2 .item .right-box .btns .inner {
  display: flex;
  width: max(120px, 1.5rem);
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  cursor: pointer;
}
.zysection-s2 .item .right-box .btns .inner span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s2 .item .right-box .btns .inner:hover {
    transform: translateY(-3px);
    background-color: #035bdf;
    border-color: #035bdf;
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}
.zysection-s2 .item .right-box:before, .zysection-s2 .item .right-box .tit, .zysection-s2 .item .right-box p, .zysection-s2 .item .right-box .btns {
  opacity: 0;
}
.zysection-s2 .item.swiper-slide-active .left-box {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zysection-s2 .item.swiper-slide-active .right-box:before, .zysection-s2 .item.swiper-slide-active .right-box .tit, .zysection-s2 .item.swiper-slide-active .right-box p, .zysection-s2 .item.swiper-slide-active .right-box .btns {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zysection-s2 .item.swiper-slide-active .right-box .tit {
  animation-delay: .1s;
}
.zysection-s2 .item.swiper-slide-active .right-box p {
  animation-delay: .2s;
}
.zysection-s2 .item.swiper-slide-active .right-box .btns {
  animation-delay: .3s;
}
.zysection-s2 .button {
  width: max(40px, 0.6rem);
  height: max(40px, 0.6rem);
  background-color: rgba(255, 255, 255, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
  cursor: pointer;
  z-index: 2;
}
.zysection-s2 .prev {
  left: 0.3rem;
  background-image: url("../images/left.png");
}
.zysection-s2 .next {
  right: 0.3rem;
  background-image: url("../images/right.png");
}

.zysection-s3 {
  padding: 0 0 1.2rem;
}
.zysection-s3 .mid-block {
  position: relative;
}
.zysection-s3 .mid-block .pic-box {
  aspect-ratio: 1920 / 634;
}
.zysection-s3 .mid-block .pic-box img {
  display: block;
  width: 100%;
}
.zysection-s3 .mid-block .wrap-s {
  position: absolute;
  bottom: 11.45vw;
  left: 0;
  right: 0;
}
.zysection-s3 .mid-block .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.zysection-s3 .mid-block .tit {
  width: 5.2rem;
  font-size: 0.4rem;
  color: #29323c;
  font-weight: bold;
  text-align: center;
}
.zysection-s3 .mid-block .para-box {
  width: 4.3rem;
}
.zysection-s3 .mid-block .stit {
  font-size: max(18px, 0.24rem);
  color: #29323c;
  font-weight: bold;
}
.zysection-s3 .mid-block .para {
  font-size: max(14px, 0.18rem);
  color: #29323c;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.zysection-s3 .mid-block .btns {
  margin-top: 0.3rem;
}
.zysection-s3 .mid-block .btns a {
  display: flex;
  width: max(120px, 1.5rem);
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  background-color: #035bdf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s3 .mid-block .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s3 .mid-block .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}
.zysection-s3 .mid-block .img-box {
  position: absolute;
  width: 3.95rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -0.8rem;
}
.zysection-s3 .mid-block .img-box img {
  display: block;
  width: 100%;
  animation: o-bounce 2s linear infinite;
}
.zysection-s3 .bot-block {
  margin-top: -0.8rem;
}
.zysection-s3 .bot-block .items {
  position: relative;
}
.zysection-s3 .bot-block .swiper {
  padding: 0.8rem 0;
}
.zysection-s3 .bot-block .item {
  width: 12rem;
  height: 4.8rem;
  position: relative;
  border-radius: 0.2rem;
  margin-right: 0.6rem;
  transition: box-shadow .3s ease;
}
.zysection-s3 .bot-block .item .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid #fff;
  z-index: 1;
}
.zysection-s3 .bot-block .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity .3s ease;
}
.zysection-s3 .bot-block .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
}
.zysection-s3 .bot-block .item .btns-box {
  width: 50%;
  display: flex;
  justify-content: center;
}
.zysection-s3 .bot-block .item .btns-box .btn {
  width: 0.9rem;
  height: 0.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
  cursor: pointer;
}
.zysection-s3 .bot-block .item .txt-inner {
  width: 50%;
  padding-right: 0.6rem;
}
.zysection-s3 .bot-block .item .stit {
  display: flex;
}
.zysection-s3 .bot-block .item .stit span {
  font-size: max(15px, 0.2rem);
  color: #fff;
  line-height: 2;
  padding: 0 1rem 0 0.2rem;
  background-image: linear-gradient(90deg, #52c2b4, #56c3b6, rgba(0, 0, 0, 0));
}
.zysection-s3 .bot-block .item .tit {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0.1rem;
}
.zysection-s3 .bot-block .item .btns {
  margin-top: 0.6rem;
  display: flex;
  gap: 0.1rem;
}
.zysection-s3 .bot-block .item .btns a {
  display: flex;
  padding: 0 0.4rem;
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s3 .bot-block .item .btns a:nth-of-type(1) {
  background-color: #035bdf;
}
.zysection-s3 .bot-block .item .btns a:nth-of-type(1) span {
  color: #ffffff;
}
.zysection-s3 .bot-block .item .btns a:nth-of-type(2) {
  border: 0.02rem solid #fff;
}
.zysection-s3 .bot-block .item .btns a:nth-of-type(2) span {
  color: #ffffff;
}
.zysection-s3 .bot-block .item .btns a span {
  font-size: max(13px, 0.16rem);
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .zysection-s3 .bot-block .item .btns a:hover {
    background-color: #035bdf;
    border-color: #035bdf;
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}
.zysection-s3 .bot-block .item.swiper-slide-active {
  box-shadow: 0 0.2rem 0.6rem rgba(3, 91, 223, 0.3);
}
.zysection-s3 .bot-block .item.swiper-slide-active .img-box img {
  opacity: 0.6;
}
.zysection-s3 .bot-block .pagination {
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  z-index: 2;
}
.zysection-s3 .bot-block .pagination span {
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
  cursor: pointer;
}
.zysection-s3 .bot-block .pagination span:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 0.04rem solid #0f65ff;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s3 .bot-block .pagination span:after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: calc(50% - 0.04rem);
  left: calc(50% - 0.04rem);
  border-radius: 50%;
  background-color: #0f65ff;
  transition: opacity .3s ease;
}
.zysection-s3 .bot-block .pagination span.active:before {
  opacity: 1;
}
.zysection-s3 .bot-block .pagination span.active:after {
  opacity: 0;
}

.zysection-s4 {
  padding: 0 0 1.2rem;
  overflow: hidden;
}
.zysection-s4 .top-block {
  position: relative;
  z-index: 3;
}
.zysection-s4 .bot-block {
  margin-top: 1rem;
  position: relative;
  z-index: 3;
}
.zysection-s4 .main-block {
  width: 7.42rem;
  height: 8.01rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.zysection-s4 .main-block:before, .zysection-s4 .main-block:after {
  content: '';
  width: 0.22rem;
  height: 0.22rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -0.11rem 0 0 -0.11rem;
  position: absolute;
  z-index: 2;
}
.zysection-s4 .main-block:before {
  background-image: url("../images/img-42-1.png");
  top: 4rem;
  left: 1.23rem;
}
.zysection-s4 .main-block:after {
  background-image: url("../images/img-42-2.png");
  top: 2.8rem;
  left: 6.08rem;
}
.zysection-s4 .main-block .pic-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.zysection-s4 .main-block .pic-box img {
  display: block;
  width: 100%;
}
.zysection-s4 .main-block .dot {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  margin: -0.12rem 0 0 -0.12rem;
  z-index: 3;
  cursor: pointer;
}
.zysection-s4 .main-block .dot:before {
  content: '';
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  box-sizing: border-box;
  border: 0.04rem solid #035bdf;
  background-color: #fff;
  border-radius: 50%;
}
.zysection-s4 .main-block .dot .txt {
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 0.1rem;
  transform: translateX(-50%);
}
.zysection-s4 .main-block .dot .tit {
  font-size: max(14px, 0.18rem);
  color: #29323c;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.zysection-s4 .main-block .dot p {
  font-size: max(12px, 0.14rem);
  color: #29323c;
  opacity: 0.5;
  text-align: center;
  white-space: nowrap;
}
.zysection-s4 .main-block .dot:nth-of-type(1) {
  top: 0;
  left: 50%;
}
.zysection-s4 .main-block .dot:nth-of-type(2) {
  top: 2.2rem;
  left: 0.18rem;
}
.zysection-s4 .main-block .dot:nth-of-type(3) {
  top: 2.2rem;
  left: calc(100% - 0.18rem);
}
.zysection-s4 .main-block .dot:nth-of-type(4) {
  top: calc(100% - 2.2rem);
  left: 0.18rem;
}
.zysection-s4 .main-block .dot:nth-of-type(5) {
  top: calc(100% - 2.2rem);
  left: calc(100% - 0.18rem);
}
.zysection-s4 .main-block .dot:nth-of-type(6) {
  top: 100%;
  left: 50%;
}
.zysection-s4 .main-block .tab-cont {
  position: absolute;
  top: 2.8rem;
  left: 1.2rem;
  right: 1.2rem;
  z-index: 2;
}
.zysection-s4 .main-block .tab-cont .child {
  display: none;
}
.zysection-s4 .main-block .tab-cont .child.active {
  display: block;
}
.zysection-s4 .main-block .tab-cont .child.active .img-box, .zysection-s4 .main-block .tab-cont .child.active .tit, .zysection-s4 .main-block .tab-cont .child.active p, .zysection-s4 .main-block .tab-cont .child.active .btns {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zysection-s4 .main-block .tab-cont .child.active .tit {
  animation-delay: .1s;
}
.zysection-s4 .main-block .tab-cont .child.active p {
  animation-delay: .2s;
}
.zysection-s4 .main-block .tab-cont .child.active .btns {
  animation-delay: .3s;
}
.zysection-s4 .main-block .tab-cont .img-box, .zysection-s4 .main-block .tab-cont .tit, .zysection-s4 .main-block .tab-cont p, .zysection-s4 .main-block .tab-cont .btns {
  opacity: 0;
}
.zysection-s4 .main-block .tab-cont .top-box {
  height: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zysection-s4 .main-block .tab-cont .img-box {
  width: max(120px, 1.6rem);
  height: max(30px, 0.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s4 .main-block .tab-cont .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.zysection-s4 .main-block .tab-cont .tit {
  font-size: max(15px, 0.2rem);
  color: #fff;
  margin-top: 0.3rem;
}
.zysection-s4 .main-block .tab-cont p {
  margin-top: 0.4rem;
  font-size: max(18px, 0.24rem);
  color: #29323c;
  font-weight: bold;
  text-align: center;
}
.zysection-s4 .main-block .tab-cont .btns {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.zysection-s4 .main-block .tab-cont .btns a {
  display: flex;
  width: max(120px, 1.5rem);
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  background-color: #035bdf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s4 .main-block .tab-cont .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s4 .main-block .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}
.zysection-s4 .move-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.zysection-s4 .move-block .img-box {
  position: absolute;
}
.zysection-s4 .move-block .img-box img {
  display: block;
  width: 100%;
}
.zysection-s4 .move-block .img-box:nth-of-type(1) {
  width: 2.63rem;
  top: 3rem;
  right: calc(50% + 4rem);
}
.zysection-s4 .move-block .img-box:nth-of-type(2) {
  width: 2.63rem;
  top: 1.4rem;
  left: calc(50% + 6.7rem);
}
.zysection-s4 .move-block .img-box:nth-of-type(3) {
  width: 2.44rem;
  top: 0.2rem;
  right: calc(50% + 4.7rem);
}
.zysection-s4 .move-block .img-box:nth-of-type(4) {
  width: 2.44rem;
  top: 3.8rem;
  left: calc(50% + 4.6rem);
}
.zysection-s4 .move-block .img-box:nth-of-type(5) {
  width: 2.1rem;
  top: 1.7rem;
  right: calc(50% + 7.2rem);
}
.zysection-s4 .move-block .img-box:nth-of-type(6) {
  width: 2.1rem;
  top: 0.2rem;
  left: calc(50% + 4.1rem);
}
.zysection-s4 .move-block .img-box:nth-of-type(7) {
  width: 0.52rem;
  top: 2.88rem;
  right: calc(50% + 6.5rem);
}
.zysection-s4 .move-block .img-box:nth-of-type(8) {
  width: 0.52rem;
  top: 2.88rem;
  left: calc(50% + 5.8rem);
}
.zysection-s4 .m-block {
  width: 86%;
  margin: 0.4rem auto 0;
  display: none;
}
.zysection-s4 .m-block .item {
  width: calc((100% - 20px) / 2);
  height: auto;
  margin-right: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  overflow: hidden;
}
.zysection-s4 .m-block .item:last-of-type {
  margin-right: 0;
}
.zysection-s4 .m-block .item .img-box {
  height: 120px;
  background-color: #035bdf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s4 .m-block .item .img-box img {
  max-width: 140px;
  max-height: 30px;
}
.zysection-s4 .m-block .item .txt-box {
  padding: 0.4rem;
}
.zysection-s4 .m-block .item .tit {
  font-size: 18px;
  font-weight: bold;
  color: #29323c;
  text-align: center;
}
.zysection-s4 .m-block .item p {
  font-size: 14px;
  color: #29323c;
  line-height: 1.7;
  margin-top: 20px;
  text-align: center;
}
.zysection-s4 .m-block .item .btns {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.zysection-s4 .m-block .item .btns a {
  display: flex;
  width: max(120px, 1.5rem);
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  background-color: #035bdf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s4 .m-block .item .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s4 .m-block .item .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}
.zysection-s4 .m-block .pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 5px;
  z-index: 2;
}
.zysection-s4 .m-block .pagination span {
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
  cursor: pointer;
}
.zysection-s4 .m-block .pagination span:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 0.04rem solid #0f65ff;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s4 .m-block .pagination span:after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: calc(50% - 0.04rem);
  left: calc(50% - 0.04rem);
  border-radius: 50%;
  background-color: #0f65ff;
  transition: opacity .3s ease;
}
.zysection-s4 .m-block .pagination span.active:before {
  opacity: 1;
}
.zysection-s4 .m-block .pagination span.active:after {
  opacity: 0;
}

.zysection-s5 {
  padding: 0 0 1.2rem;
  position: relative;
}
.zysection-s5:before {
  content: '';
  width: 100%;
  height: 52.39vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-26.png");
  position: absolute;
  left: 0;
  top: -2.3rem;
}
.zysection-s5 .cont-block {
  margin-top: 0.4rem;
  position: relative;
}
.zysection-s5 .left-box {
  width: 66.11%;
}
.zysection-s5 .left-box .sw {
  display: flex;
  grid-gap: 0.24rem;
}
.zysection-s5 .left-box .item {
  width: calc((100% - 0.24rem) / 2);
  height: auto;
}
.zysection-s5 .left-box .item .box {
  display: block;
  height: 100%;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.1rem;
}
.zysection-s5 .left-box .item .img-box {
  aspect-ratio: 464 / 261;
  overflow: hidden;
}
.zysection-s5 .left-box .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.zysection-s5 .left-box .item .txt-box {
  padding: 0.4rem 0.4rem 0;
}
.zysection-s5 .left-box .item .tit {
  font-size: max(18px, 0.24rem);
  color: #29323c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zysection-s5 .left-box .item p {
  font-size: max(12px, 0.14rem);
  color: #29323c;
  line-height: 1.5;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zysection-s5 .left-box .item .date {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.zysection-s5 .left-box .item .date:before {
  content: '';
  width: max(12px, 0.14rem);
  height: max(12px, 0.14rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4.svg");
}
.zysection-s5 .left-box .item .date span {
  font-size: max(12px, 0.14rem);
  color: #035bdf;
}
@media (any-hover: hover) {
  .zysection-s5 .left-box .item:hover img {
    transform: scale(1.05);
  }
}
.zysection-s5 .right-box {
  width: calc(33.89% - 0.2rem);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 0.2rem;
  padding: 0.24rem 0.4rem;
}
.zysection-s5 .right-box .list {
  height: 100%;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  overflow: auto;
}
.zysection-s5 .right-box a {
  padding: 0.2rem 0;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.zysection-s5 .right-box a:nth-of-type(1) {
  border: none;
}
.zysection-s5 .right-box a .tit {
  font-size: max(14px, 0.18rem);
  color: #29323c;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.zysection-s5 .right-box a .date {
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.zysection-s5 .right-box a .date:before {
  content: '';
  width: max(12px, 0.14rem);
  height: max(12px, 0.14rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4.svg");
}
.zysection-s5 .right-box a .date span {
  font-size: max(12px, 0.14rem);
  color: #035bdf;
}
@media (any-hover: hover) {
  .zysection-s5 .right-box a:hover .tit {
    color: #035bdf;
  }
}

.zysection-s6 {
  padding: 0 0 1.2rem;
  overflow: hidden;
}
.zysection-s6 .bot-block {
  margin-top: 0.4rem;
  display: flex;
}
.zysection-s6 .items {
  padding: 0 0.1rem;
  display: grid;
  grid-gap: 0.2rem;
  grid-template-columns: repeat(8, calc((99vw - 1.4rem) / 8));
  grid-template-rows: repeat(3, calc((100vw - 1.4rem) / 8));
  animation: logomove 30s linear infinite;
}
.zysection-s6 .item {
  border-radius: 0.2rem;
  overflow: hidden;
}
.zysection-s6 .item:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.zysection-s6 .item:nth-of-type(5) {
  grid-column: 6/8;
  grid-row: 1/3;
}
.zysection-s6 .item:nth-of-type(8) {
  grid-column: 4/6;
  grid-row: 2/4;
}
.zysection-s6 .item:nth-of-type(2) {
  background-color: #626cff;
}
.zysection-s6 .item:nth-of-type(4) {
  background-color: #acd1fe;
}
.zysection-s6 .item:nth-of-type(9) {
  background-color: #83d6cc;
}
.zysection-s6 .item:nth-of-type(11) {
  background-color: #cc91ff;
}
.zysection-s6 .item:nth-of-type(13) {
  background-color: #fcc2a8;
}
.zysection-s6 .item .img-box {
  width: 100%;
  height: 100%;
}
.zysection-s6 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.zysection-s6 .item .txt-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s6 .item .txt-box span {
  font-size: max(18px, 0.24rem);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.zysection-s7 {
  padding: 0 0 1.2rem;
}
.zysection-s7 .inner {
  margin-top: 0.4rem;
  border: 1px solid #fff;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.zysection-s7 .top-box {
  padding: 0.2rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zysection-s7 .top-box .txt-box {
  display: flex;
  align-items: center;
}
.zysection-s7 .top-box .tit {
  font-size: max(20px, 0.32rem);
  color: #29323c;
  font-weight: bold;
}
.zysection-s7 .top-box .tips {
  font-size: max(12px, 0.14rem);
  color: #29323c;
  padding-left: 0.3rem;
}
.zysection-s7 .top-box .stit {
  margin-left: 0.3rem;
  padding-left: 0.3rem;
  border-left: 1px solid rgba(41, 50, 60, 0.3);
  font-size: max(15px, 0.2rem);
  color: #29323c;
  font-weight: bold;
}
.zysection-s7 .top-box .btns a {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.zysection-s7 .top-box .btns a:before {
  content: '';
  width: 0.26rem;
  height: 0.26rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.svg");
}
.zysection-s7 .top-box .btns a span {
  font-size: max(15px, 0.2rem);
  color: #035bdf;
  font-weight: bold;
}
.zysection-s7 .bot-box {
  position: relative;
}
.zysection-s7 .bot-box .img-box {
  aspect-ratio: 1440 / 480;
  border-radius: 0.2rem;
  overflow: hidden;
}
.zysection-s7 .bot-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s7 .bot-box .btns {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: calc(50% - 0.45rem);
  left: calc(50% - 0.45rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
  z-index: 2;
  cursor: pointer;
}

.zysection-s8 {
  padding: 0 0 1.2rem;
  background-image: linear-gradient(180deg, #ecf6ff, #d4eaf9, #ecf6ff);
}
.zysection-s8 .top-block {
  padding: 1rem 0 3.8rem;
  background: url("../images/img-15.png") center bottom no-repeat;
  background-size: 92.98% auto;
}
.zysection-s8 .top-block .inner {
  position: relative;
}
.zysection-s8 .top-block .para {
  font-size: max(18px, 0.24rem);
  color: #29323c;
  text-align: center;
  line-height: 1.67;
}
.zysection-s8 .top-block .data-box {
  width: 3.6rem;
  height: 5rem;
  position: absolute;
  top: calc(50% - 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.zysection-s8 .top-block .data-left {
  left: 0;
}
.zysection-s8 .top-block .data-right {
  right: 0;
  text-align: right;
}
.zysection-s8 .top-block .data-right .num {
  justify-content: flex-end;
}
.zysection-s8 .top-block .data .num {
  display: flex;
  align-items: center;
}
.zysection-s8 .top-block .data .num span {
  font-size: 0.8rem;
  color: #035bdf;
  font-weight: bold;
}
.zysection-s8 .top-block .data .num i {
  font-size: 0.4rem;
  color: #035bdf;
  font-weight: bold;
  font-style: normal;
}
.zysection-s8 .top-block .data p {
  font-size: max(13px, 0.16rem);
  color: #29323c;
  line-height: 1.5;
}
.zysection-s8 .bot-block {
  padding-top: max(25px, 0.3rem);
  position: relative;
}
.zysection-s8 .bot-block .label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.zysection-s8 .bot-block .label span {
  padding: 0 0.55rem;
  font-size: max(18px, 0.24rem);
  color: #fff;
  line-height: max(46px, 0.56rem);
  padding-bottom: max(4px, 0.04rem);
  height: max(50px, 0.6rem);
  border-radius: 0.1rem;
  background-color: #035bdf;
}
.zysection-s8 .bot-block .inner {
  background-image: linear-gradient(180deg, #c9e3fe, #ffffff);
  border: 1px solid #fff;
  border-radius: 0.2rem;
  padding: max(25px, 0.3rem) 1.2rem;
}
.zysection-s8 .bot-block .block {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(3, 91, 223, 0.2);
}
.zysection-s8 .bot-block .block:nth-of-type(1) .items {
  animation: logomove 30s linear infinite;
}
.zysection-s8 .bot-block .block:nth-of-type(2) .items, .zysection-s8 .bot-block .block:nth-of-type(3) .items {
  justify-content: center;
}
.zysection-s8 .bot-block .block:last-of-type {
  border: none;
}
.zysection-s8 .bot-block .block .tit {
  font-size: max(16px, 0.2rem);
  text-align: center;
  color: #29323c;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.zysection-s8 .bot-block .scroll {
  display: flex;
  overflow: hidden;
}
.zysection-s8 .bot-block .items {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.zysection-s8 .bot-block .item {
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s8 .bot-block .item img {
  max-width: max(120px, 1.6rem);
  max-height: max(20px, 0.36rem);
  mix-blend-mode: darken;
}

.zysection-s9 {
  padding: 0 0 1.2rem;
  position: relative;
}
.zysection-s9:before {
  content: '';
  width: 100%;
  height: 52.7vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-14.png");
  position: absolute;
  top: 2.4rem;
  left: 0;
}
.zysection-s9 .items {
  margin-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.zysection-s9 .sw {
  display: flex;
  gap: 0.4rem;
}
.zysection-s9 .item {
  width: calc((100% - 1.2rem) / 4);
  height: auto;
  position: relative;
}
.zysection-s9 .item .img-box {
  aspect-ratio: 330 / 400;
}
.zysection-s9 .item .img-box img {
  display: block;
  width: 100%;
}
.zysection-s9 .item .txt-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.3rem;
  padding: 0 0.8rem 0 0.6rem;
}
.zysection-s9 .item .tit {
  font-size: max(20px, 0.32rem);
  color: #fff;
}
.zysection-s9 .item .para {
  font-size: max(13px, 0.16rem);
  color: #fff;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.zysection-s9 .item:nth-of-type(even) {
  transform: translateY(0.6rem);
}

.zysection-s10 {
  padding: 0 0 1.2rem;
}
.zysection-s10 .tab-tit {
  margin-top: 0.6rem;
}
.zysection-s10 .tab-tit .sw {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
}
.zysection-s10 .tab-tit .item {
  height: max(50px, 0.6rem);
  border-radius: max(25px, 0.6rem);
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.zysection-s10 .tab-tit .item:before, .zysection-s10 .tab-tit .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: max(25px, 0.6rem);
  z-index: 1;
  transition: opacity .3s ease;
}
.zysection-s10 .tab-tit .item:before {
  border: 1px solid #ffffff;
  background-image: linear-gradient(180deg, #c9e3fe, #e5f2ff);
}
.zysection-s10 .tab-tit .item:after {
  background-color: #035bdf;
  opacity: 0;
}
.zysection-s10 .tab-tit .item span {
  font-size: max(18px, 0.24rem);
  color: #29323c;
  padding-bottom: 0.04rem;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.zysection-s10 .tab-tit .item.active:before {
  opacity: 0;
}
.zysection-s10 .tab-tit .item.active:after {
  opacity: 1;
}
.zysection-s10 .tab-tit .item.active span {
  color: #fff;
}
.zysection-s10 .tab-cont {
  margin-top: 0.6rem;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  background-image: linear-gradient(180deg, #deeefe, #f6fbff);
  padding: 0.6rem;
}
.zysection-s10 .tab-cont .child {
  margin-right: -0.3rem;
  padding-right: 0.3rem;
  display: none;
}
.zysection-s10 .tab-cont .child.active {
  display: block;
}
.zysection-s10 .tab-cont .block {
  margin-top: 0.6rem;
}
.zysection-s10 .tab-cont .block:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s10 .tab-cont .block .label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.zysection-s10 .tab-cont .block .label:before {
  content: '';
  width: 0.48rem;
  height: 0.48rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-5.png");
  position: absolute;
  left: 0;
  top: calc(50% - 0.24rem);
}
.zysection-s10 .tab-cont .block .label span {
  padding: 0.12rem 0.3rem;
  font-size: max(18px, 0.24rem);
  color: #29323c;
  position: relative;
  z-index: 2;
}
.zysection-s10 .tab-cont .block .label:after {
  content: '';
  width: 0.1rem;
  height: 0.18rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-10-1.png");
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.09rem;
}
.zysection-s10 .tab-cont .block .table-block {
  padding-top: 0.3rem;
  display: none;
}
.zysection-s10 .tab-cont .block .mainblock {
  overflow: auto;
}
.zysection-s10 .tab-cont .block .top-box {
  background-image: linear-gradient(90deg, #095fe0, #75befd);
  border-radius: max(18px, 0.2rem);
  padding: 0 0.4rem;
  display: flex;
}
.zysection-s10 .tab-cont .block .top-box span {
  font-size: max(12px, 0.14rem);
  color: #fff;
  line-height: max(36px, 0.4rem);
}
.zysection-s10 .tab-cont .block .top-box span:nth-of-type(1) {
  width: 2.7rem;
}
.zysection-s10 .tab-cont .block .top-box span:nth-of-type(2) {
  width: 6rem;
}
.zysection-s10 .tab-cont .block .top-box span:nth-of-type(3) {
  width: calc(100% - 8.7rem);
}
.zysection-s10 .tab-cont .block .item {
  padding: 0.3rem 0.4rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(3, 91, 223, 0.2);
}
.zysection-s10 .tab-cont .block .item .tit {
  width: 2.7rem;
  font-size: max(14px, 0.18rem);
  color: #29323c;
  font-weight: bold;
}
.zysection-s10 .tab-cont .block .item .inner {
  width: calc(100% - 2.7rem);
}
.zysection-s10 .tab-cont .block .item .box {
  display: flex;
  align-items: flex-start;
  margin-top: 0.2rem;
}
.zysection-s10 .tab-cont .block .item .box:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s10 .tab-cont .block .item .topic {
  width: 6rem;
  font-size: max(14px, 0.18rem);
  color: #29323c;
}
.zysection-s10 .tab-cont .block .item .speaker {
  width: calc(100% - 6rem);
  padding-left: 0.3rem;
  position: relative;
}
.zysection-s10 .tab-cont .block .item .speaker:before {
  content: '';
  width: max(16px, 0.2rem);
  height: max(16px, 0.2rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6.svg");
  position: absolute;
  left: 0;
  top: 0;
}
.zysection-s10 .tab-cont .block .item .speaker span {
  display: block;
  font-size: max(14px, 0.18rem);
  color: #29323c;
}
.zysection-s10 .tab-cont .block .item .speaker p {
  font-size: max(12px, 0.14rem);
  color: #29323c;
  margin-top: 0.05rem;
}
.zysection-s10 .tab-cont .block.active .label:after {
  transform: rotate(90deg);
}
.zysection-s10 .tab-cont .block.active .table-block {
  display: block;
}

.zysection-s11 {
  padding: 0 0 1.2rem;
}
.zysection-s11 .inner {
  padding: 1rem 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-6.jpg");
  border-radius: 0.2rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zysection-s11 .txt-box {
  width: max(460px, 6rem);
}
.zysection-s11 .txt-box .label {
  font-size: max(24px, 0.32rem);
  color: #29323c;
  font-weight: bold;
}
.zysection-s11 .txt-box .para {
  font-size: max(14px, 0.18rem);
  color: #29323c;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.zysection-s11 .txt-box .btns {
  margin-top: 0.34rem;
}
.zysection-s11 .txt-box .btns a {
  display: flex;
  width: max(120px, 1.5rem);
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  background-color: #035bdf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s11 .txt-box .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s11 .txt-box .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}
.zysection-s11 .ewm-box {
  width: max(140px, 1.6rem);
  border: 2px solid #626cff;
  background-color: rgba(98, 108, 255, 0.2);
  border-radius: 0.1rem;
  padding: 0.16rem;
}
.zysection-s11 .ewm-box .img-box {
  padding: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-8.png");
}
.zysection-s11 .ewm-box .img-box img {
  display: block;
  width: 100%;
}

.zysection-s12 {
  padding: 0 0 1.2rem;
}
.zysection-s12 .items {
  margin-top: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  overflow: hidden;
}
.zysection-s12 .items .sw {
  display: flex;
}
.zysection-s12 .item {
  width: calc((100% - 3rem) / 6);
  height: 4rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  transition: width .3s ease;
}
.zysection-s12 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-9.jpg");
  z-index: 1;
}
.zysection-s12 .item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/img-12.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 3;
  transition: opacity .3s ease;
}
@media screen and (min-width: 1025px) {
  .zysection-s12 .item .img-box {
    width: 3rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.5rem;
    padding-top: 0.3rem;
    z-index: 2;
  }
}
.zysection-s12 .item img {
  display: block;
  width: 100%;
}
.zysection-s12 .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem 0.4rem 0.3rem;
  z-index: 4;
}
.zysection-s12 .item .txt-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/img-11.png") center bottom no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.zysection-s12 .item .tit {
  font-size: max(18px, 0.24rem);
  color: #fff;
  position: relative;
  z-index: 2;
}
.zysection-s12 .item p {
  font-size: max(12px, 0.14rem);
  color: #fff;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  opacity: 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .zysection-s12 .item.active {
    width: 3rem;
  }
  .zysection-s12 .item.active:after {
    opacity: 0;
  }
  .zysection-s12 .item.active .txt-box:before {
    opacity: 1;
  }
  .zysection-s12 .item.active p {
    display: block;
    animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

.zysection-s13 {
  padding: 0 0 1.2rem;
  position: relative;
}
.zysection-s13:before {
  content: '';
  width: 100%;
  height: 52.39vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-26.png");
  position: absolute;
  left: 0;
  top: 4rem;
}
.zysection-s13 .top-block {
  margin-top: 0.4rem;
}
.zysection-s13 .top-block .items {
  border-radius: 0.2rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.zysection-s13 .top-block .sw {
  position: relative;
  height: 4.8rem;
}
.zysection-s13 .top-block .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}
.zysection-s13 .top-block .item:nth-of-type(1) {
  text-align: left;
  clip-path: polygon(0 0, calc(50% + 1rem) 0, calc(50% - 1rem) 100%, 0 100%);
}
.zysection-s13 .top-block .item:nth-of-type(1).open {
  clip-path: polygon(0 0, calc(50% + 2rem) 0, 50% 100%, 0 100%);
}
.zysection-s13 .top-block .item:nth-of-type(1).colspan {
  clip-path: polygon(0 0, 50% 0, calc(50% - 2rem) 100%, 0 100%);
}
.zysection-s13 .top-block .item:nth-of-type(2) {
  text-align: right;
  clip-path: polygon(calc(50% + 1rem) 0, 100% 0, 100% 100%, calc(50% - 1rem) 100%);
}
.zysection-s13 .top-block .item:nth-of-type(2).open {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, calc(50% - 2rem) 100%);
}
.zysection-s13 .top-block .item:nth-of-type(2).colspan {
  clip-path: polygon(calc(50% + 2rem) 0, 100% 0, 100% 100%, 50% 100%);
}
.zysection-s13 .top-block .item .img-box {
  display: inline-block;
  width: 10rem;
  height: 100%;
}
.zysection-s13 .top-block .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s13 .top-block .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 0.4rem 0.4rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.zysection-s13 .top-block .item .tit {
  font-size: max(18px, 0.24rem);
  color: #fff;
}
.zysection-s13 .bot-block {
  margin-top: 0.3rem;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  position: relative;
}
.zysection-s13 .bot-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #c9e3fe, #fff);
  border-radius: 0.2rem;
  opacity: 0.8;
  z-index: 1;
}
.zysection-s13 .bot-block .inner {
  padding: 0.9rem 0.6rem 0.6rem;
  position: relative;
  z-index: 2;
}
.zysection-s13 .bot-block .label {
  position: absolute;
  top: 0.2rem;
  left: -0.1rem;
  padding: 0 1.2rem 0 0.2rem;
  font-size: max(12px, 0.14rem);
  color: #fff;
  line-height: max(26px, 0.32rem);
  border-radius: max(13px, 0.16rem) 0 0 max(13px, 0.16rem);
  background-image: linear-gradient(90deg, #075ee0, #4487e9, rgba(255, 255, 255, 0));
}
.zysection-s13 .bot-block .items {
  display: flex;
  gap: 0.2rem;
}
.zysection-s13 .bot-block .item {
  width: calc((100% - 0.2rem) / 2);
}
.zysection-s13 .bot-block .item .tit {
  font-size: max(15px, 0.2rem);
  color: #29323c;
  font-weight: bold;
  padding-left: 0.15rem;
  border-left: 0.04rem solid #075ee0;
}
.zysection-s13 .bot-block .item .para {
  margin-top: 0.15rem;
  font-size: max(12px, 0.14rem);
  color: #29323c;
  line-height: 1.7;
}

.zysection-s14 {
  padding: 0 0 1.2rem;
  position: relative;
}
.zysection-s14 .tab-wrap {
  margin-top: 0.4rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.zysection-s14 .tab-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.zysection-s14 .tab-tit .line {
  width: 100%;
  height: 0.24rem;
  position: absolute;
  left: 0;
  bottom: 0.56rem;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
}
.zysection-s14 .tab-tit .line span {
  background-color: #035bdf;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 0.24rem;
  border-radius: 0 0.12rem 0.12rem 0;
  transition: width .3s ease;
}
.zysection-s14 .tab-tit .sw {
  display: flex;
  justify-content: space-between;
}
.zysection-s14 .tab-tit .item {
  width: 0.4rem;
  height: 0.8rem;
  padding-bottom: 0.56rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zysection-s14 .tab-tit .item:before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.1rem solid #fff;
  background-color: #035bdf;
  position: absolute;
  top: -0.18rem;
  left: calc(50% - 0.3rem);
  pointer-events: none;
  transform: scale(0);
  z-index: 2;
  transition: transform .3s ease;
}
.zysection-s14 .tab-tit .item i {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.02rem solid #035bdf;
  background-color: #fff;
}
.zysection-s14 .tab-tit .item span {
  width: 60px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  font-size: max(15px, 0.2rem);
  color: #29323c;
  text-align: center;
  transform-origin: center bottom;
  transform: scale(0.8);
  transition: all .3s ease;
}
.zysection-s14 .tab-tit .item.active:before {
  transform: scale(1);
}
.zysection-s14 .tab-tit .item.active span {
  transform: scale(1);
  color: #035bdf;
  font-weight: bold;
}
.zysection-s14 .tab-cont .child {
  display: none;
}
.zysection-s14 .tab-cont .child.active {
  display: block;
}
.zysection-s14 .tab-cont .child.active .year, .zysection-s14 .tab-cont .child.active .txt, .zysection-s14 .tab-cont .child.active .logobox, .zysection-s14 .tab-cont .child.active .btns {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zysection-s14 .tab-cont .child.active .txt {
  animation-delay: .1s;
}
.zysection-s14 .tab-cont .child.active .logobox {
  animation-delay: .2s;
}
.zysection-s14 .tab-cont .child.active .btns {
  animation-delay: .3s;
}
.zysection-s14 .tab-cont .inner {
  display: flex;
  align-items: center;
}
.zysection-s14 .tab-cont .year {
  order: 2;
  width: 50%;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: right;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
}
.zysection-s14 .tab-cont .txt-box {
  width: 50%;
  padding-right: 0.4rem;
}
.zysection-s14 .tab-cont .txt {
  padding-left: 0.3rem;
  border-left: 0.08rem solid #035bdf;
  opacity: 0;
}
.zysection-s14 .tab-cont .txt .tit {
  font-size: 0.32rem;
  color: #29323c;
  font-weight: bold;
}
.zysection-s14 .tab-cont .txt p {
  font-size: max(14px, 0.18rem);
  color: #29323c;
  margin-top: 0.1rem;
  margin-right: -1rem;
}
.zysection-s14 .tab-cont .logobox {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  height: max(240px, 3.2rem);
  opacity: 0;
}
.zysection-s14 .tab-cont .box {
  width: calc((100% - 0.3rem) / 4);
}
.zysection-s14 .tab-cont .box .img-box {
  height: max(50px, 0.8rem);
  background-color: #f4faff;
  border: 1px solid #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s14 .tab-cont .box .img-box img {
  max-width: 80%;
  max-height: 60%;
  mix-blend-mode: darken;
}
.zysection-s14 .tab-cont .box p {
  margin-top: 0.1rem;
  font-size: max(10px, 0.12rem);
  color: #29323c;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zysection-s14 .tab-cont .btns {
  opacity: 0;
}
.zysection-s14 .tab-cont .btns a {
  display: flex;
  width: max(120px, 1.5rem);
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  background-color: #035bdf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s14 .tab-cont .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s14 .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}

.zysection-s15 {
  padding: 0 0 1.2rem;
  height: 400vh;
}
.zysection-s15 .wrap-s {
  position: sticky;
  top: 1rem;
}
.zysection-s15 .cont-block {
  margin-top: 0.4rem;
  position: relative;
}
.zysection-s15 .dot-block {
  position: absolute;
  left: calc(100% + 0.4rem);
  top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.zysection-s15 .dot-block .dot {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  cursor: pointer;
}
.zysection-s15 .dot-block .dot i {
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
}
.zysection-s15 .dot-block .dot i:before {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-7-1.png");
  position: absolute;
  top: calc(50% - 0.06rem);
  left: calc(50% - 0.06rem);
  transition: opacity .3s ease;
}
.zysection-s15 .dot-block .dot i:after {
  content: '';
  width: 0.24rem;
  height: 0.24rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-7-2.png");
  position: absolute;
  top: calc(50% - 0.12rem);
  left: calc(50% - 0.12rem);
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s15 .dot-block .dot span {
  font-size: max(10px, 0.12rem);
  color: #132630;
  padding-bottom: 2px;
  white-space: nowrap;
  transition: color .3s ease;
}
.zysection-s15 .dot-block .dot.active i:before {
  opacity: 0;
}
.zysection-s15 .dot-block .dot.active i:after {
  opacity: 1;
}
.zysection-s15 .dot-block .dot.active span {
  color: #035bdf;
}
.zysection-s15 .sw {
  height: 100%;
  position: relative;
}
.zysection-s15 .item {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.2rem;
  border: 1px solid #fff;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.zysection-s15 .item:nth-of-type(1) {
  position: relative;
  top: auto !important;
  opacity: 1 !important;
  z-index: 1;
}
.zysection-s15 .item:nth-of-type(2) {
  z-index: 2;
}
.zysection-s15 .item:nth-of-type(3) {
  z-index: 3;
}
.zysection-s15 .item:nth-of-type(4) {
  z-index: 4;
}
.zysection-s15 .item:nth-of-type(5) {
  z-index: 5;
}
.zysection-s15 .item .img-box {
  aspect-ratio: 1440 / 600;
  overflow: hidden;
}
.zysection-s15 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s15 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.zysection-s15 .item .inner {
  width: 10.5rem;
  max-width: 900px;
  padding: 0 1.2rem;
}
.zysection-s15 .item .tit {
  font-size: 0.4rem;
  color: #29323c;
  font-weight: bold;
}
.zysection-s15 .item .stit {
  margin-top: 0.05rem;
  display: flex;
}
.zysection-s15 .item .stit span {
  font-size: max(15px, 0.2rem);
  color: #fff;
  font-weight: bold;
  line-height: 2;
  padding: 0 1rem 0 0.2rem;
  background-image: linear-gradient(90deg, #52c2b4, #56c3b6, rgba(0, 0, 0, 0));
}
.zysection-s15 .item .para {
  font-size: max(14px, 0.18rem);
  color: #29323c;
  line-height: 1.7;
  margin-top: 0.2rem;
}
.zysection-s15 .item .tips {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.zysection-s15 .item .tips span {
  min-width: 1.4rem;
  padding: 0.12rem 0.2rem;
  border: 1px solid #99c0f5;
  border-radius: 5px;
  font-size: max(12px, 0.14rem);
  color: #035bdf;
  text-align: center;
  background-color: #d4e8fe;
}
.zysection-s15 .item .btns {
  margin-top: 0.3rem;
  display: flex;
  gap: 0.1rem;
}
.zysection-s15 .item .btns a {
  display: flex;
  width: max(120px, 1.5rem);
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s15 .item .btns a:nth-of-type(1) {
  background-color: #035bdf;
}
.zysection-s15 .item .btns a:nth-of-type(1) span {
  color: #fff;
}
.zysection-s15 .item .btns a:nth-of-type(2) {
  border: 0.02rem solid #72a5ef;
}
.zysection-s15 .item .btns a:nth-of-type(2) span {
  color: #035bdf;
}
.zysection-s15 .item .btns a span {
  font-size: max(13px, 0.16rem);
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .zysection-s15 .item .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
    background-color: #035bdf;
    border-color: transparent;
  }
  .zysection-s15 .item .btns a:hover span {
    color: #fff;
  }
}

.zysection-s16 {
  padding: 0 0 1.2rem;
}
.zysection-s16 .bot-block {
  margin-top: 0.4rem;
  position: relative;
}
.zysection-s16 .pic-box {
  width: calc(50% + 4.8rem);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.zysection-s16 .pic-box .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transform: skewX(-10deg);
  transform-origin: top right;
  border-radius: 0 0.2rem 0.2rem 0;
  overflow: hidden;
}
.zysection-s16 .pic-box .img-box.active {
  display: block;
}
.zysection-s16 .pic-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  transform: skewX(10deg);
  transform-origin: top right;
}
.zysection-s16 .tab-wrap {
  padding: 1.2rem 0;
  position: relative;
  z-index: 2;
}
.zysection-s16 .tab-wrap .wrap-s {
  display: flex;
}
.zysection-s16 .tab-tit {
  width: 3.6rem;
  padding: 0 0.8rem 0.8rem 0;
}
.zysection-s16 .tab-tit .sw {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.zysection-s16 .tab-tit .item {
  padding: 0.12rem 0.3rem;
  position: relative;
  cursor: pointer;
}
.zysection-s16 .tab-tit .item:before {
  content: '';
  width: 0.04rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s16 .tab-tit .item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s16 .tab-tit .item span {
  font-size: max(12px, 0.14rem);
  color: #fff;
  position: relative;
  z-index: 3;
}
.zysection-s16 .tab-tit .item.active:before {
  opacity: 1;
}
.zysection-s16 .tab-tit .item.active:after {
  opacity: 1;
}
.zysection-s16 .tab-cont {
  width: calc(100% - 3.6rem);
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.2rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 0.2rem 0.6rem rgba(3, 91, 223, 0.1);
  padding: 0.6rem 1.2rem;
}
.zysection-s16 .tab-cont .child {
  display: none;
}
.zysection-s16 .tab-cont .child.active {
  display: block;
}
.zysection-s16 .tab-cont .child.active .tit, .zysection-s16 .tab-cont .child.active .para, .zysection-s16 .tab-cont .child.active .box {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zysection-s16 .tab-cont .child.active .para {
  animation-delay: .1s;
}
.zysection-s16 .tab-cont .child.active .tips-box {
  animation-delay: .2s;
}
.zysection-s16 .tab-cont .child.active .logo-box {
  animation-delay: .3s;
}
.zysection-s16 .tab-cont .tit, .zysection-s16 .tab-cont .para, .zysection-s16 .tab-cont .box {
  opacity: 0;
}
.zysection-s16 .tab-cont .tit {
  font-size: max(20px, 0.32rem);
  color: #29323c;
  font-weight: bold;
}
.zysection-s16 .tab-cont .para {
  font-size: max(14px, 0.18rem);
  color: #29323c;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.zysection-s16 .tab-cont .box {
  margin-top: 0.3rem;
}
.zysection-s16 .tab-cont .stit {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.zysection-s16 .tab-cont .stit:before {
  content: '';
  width: 0.04rem;
  height: 0.2rem;
  background-color: #035bdf;
}
.zysection-s16 .tab-cont .stit span {
  font-size: max(14px, 0.18rem);
  color: #29323c;
  font-weight: bold;
}
.zysection-s16 .tab-cont .tips {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.zysection-s16 .tab-cont .tips span {
  padding: 0.12rem 0.2rem;
  border: 1px solid #99c0f5;
  border-radius: 5px;
  font-size: max(12px, 0.14rem);
  color: #035bdf;
  text-align: center;
  background-color: #e6f0fd;
}
.zysection-s16 .tab-cont .logo-box {
  display: none;
}
.zysection-s16 .tab-cont .logoitems {
  margin-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.6rem;
}
.zysection-s16 .tab-cont .logoitem img {
  max-width: max(120px, 1.6rem);
  max-height: max(24px, 0.3rem);
}
.zysection-s16 .btns {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  gap: 0.1rem;
}
.zysection-s16 .btns a {
  display: flex;
  width: max(120px, 1.5rem);
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s16 .btns a:nth-of-type(1) {
  background-color: #ffffff;
}
.zysection-s16 .btns a:nth-of-type(1) span {
  color: #035bdf;
}
.zysection-s16 .btns a:nth-of-type(2) {
  border: 0.02rem solid rgba(255, 255, 255, 0.5);
}
.zysection-s16 .btns a:nth-of-type(2) span {
  color: #ffffff;
}
.zysection-s16 .btns a span {
  font-size: max(13px, 0.16rem);
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .zysection-s16 .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}

.zysection-s17 {
  padding: 0 0 1.5rem;
}
.zysection-s17.style-1 {
  position: relative;
}
.zysection-s17.style-1:before {
  content: '';
  width: 100%;
  height: 52.1875vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-3.png");
  position: absolute;
  top: 0;
  left: 0;
}
.zysection-s17 .items {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.12rem;
}
.zysection-s17 .item {
  width: calc((100% - 0.6rem) / 6);
  height: max(70px, 0.9rem);
  border-radius: 0.1rem;
  background-color: #f5faff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s17 .item img {
  max-width: 70%;
  max-height: 60%;
  mix-blend-mode: darken;
}

.zysection-s18 {
  padding: 1rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-1.jpg");
  overflow: hidden;
}
.zysection-s18 .txt-box {
  width: 60%;
}
.zysection-s18 .txt-box .label {
  font-size: max(24px, 0.32rem);
  color: #29323c;
  font-weight: bold;
}
.zysection-s18 .txt-box .para {
  font-size: max(14px, 0.18rem);
  color: #29323c;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.zysection-s18 .txt-box .btns {
  margin-top: 0.34rem;
}
.zysection-s18 .txt-box .btns a {
  display: flex;
  width: max(120px, 1.5rem);
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  background-color: #035bdf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s18 .txt-box .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s18 .txt-box .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 91, 223, 0.3);
  }
}
.zysection-s18 .img-box {
  width: 7.78rem;
  position: absolute;
  right: -0.6rem;
  bottom: -1rem;
}
.zysection-s18 .img-box img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1900px) {
  html {
    font-size: 99px;
  }
}
@media only screen and (max-width: 1880px) {
  html {
    font-size: 98px;
  }
}
@media only screen and (max-width: 1860px) {
  html {
    font-size: 97px;
  }
}
@media only screen and (max-width: 1840px) {
  html {
    font-size: 96px;
  }
}
@media only screen and (max-width: 1820px) {
  html {
    font-size: 95px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 94px;
  }
}
@media only screen and (max-width: 1780px) {
  html {
    font-size: 93px;
  }
}
@media only screen and (max-width: 1760px) {
  html {
    font-size: 92px;
  }
}
@media only screen and (max-width: 1740px) {
  html {
    font-size: 91px;
  }
}
@media only screen and (max-width: 1720px) {
  html {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 89px;
  }
}
@media only screen and (max-width: 1681px) {
  html {
    font-size: 88px;
  }
}
@media only screen and (max-width: 1660px) {
  html {
    font-size: 87px;
  }
}
@media only screen and (max-width: 1640px) {
  html {
    font-size: 86px;
  }
}
@media only screen and (max-width: 1620px) {
  html {
    font-size: 85px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 84px;
  }
}
@media only screen and (max-width: 1580px) {
  html {
    font-size: 83px;
  }
}
@media only screen and (max-width: 1560px) {
  html {
    font-size: 82px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 81px;
  }
}
@media only screen and (max-width: 1520px) {
  html {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1500px) {
  html {
    font-size: 79px;
  }
}
@media only screen and (max-width: 1480px) {
  html {
    font-size: 78px;
  }
}
@media only screen and (max-width: 1460px) {
  html {
    font-size: 77px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1420px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 74px;
  }
}
@media only screen and (max-width: 1380px) {
  html {
    font-size: 73px;
  }
}
@media only screen and (max-width: 1361px) {
  html {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1340px) {
  html {
    font-size: 71px;
  }
}
@media only screen and (max-width: 1320px) {
  html {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 69px;
  }
}
@media only screen and (max-width: 1281px) {
  html {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1260px) {
  html {
    font-size: 67px;
  }
}
@media only screen and (max-width: 1240px) {
  html {
    font-size: 66px;
  }
}
@media only screen and (max-width: 1220px) {
  html {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1180px) {
  html {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1160px) {
  html {
    font-size: 61px;
  }
}
@media only screen and (max-width: 1140px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1799px) {
  .zysection-s15 .dot-block {
    left: calc(100% + 0.2rem);
  }
}
@media screen and (max-width: 1560px) {
  .zysection-s15 .dot-block {
    left: calc(100% + 10px);
  }

  .zysection-s15 .dot-block .dot {
    gap: 2px;
  }
}
@media screen and (max-width: 1025px) {
  .wrap-s {
    width: 86%;
  }

  .zysection-s1 {
    height: 100vw;
    background: url("../images/banner-img-m.jpg") center bottom no-repeat;
    background-size: 100% auto;
  }

  .zysection-s1 .pic-block {
    display: none;
  }

  .zysection-s1 .txt-block .top-box {
    width: 100%;
    max-width: 600px;
  }

  .zysection-s1 .info-block {
    display: none;
  }

  .zysection-s1 .share-block {
    display: none;
  }

  .zysection-s1 .txt-block {
    padding-top: 10vw;
  }

  .zysection-s1 .txt-block .top-box img.pc {
    display: none;
  }

  .zysection-s1 .txt-block .top-box img.m {
    display: block;
  }

  .zysection-s2 .cont-block {
    padding: 0;
  }

  .zysection-s2 .item {
    padding: 0.7rem;
    display: block;
  }

  .zysection-s2 .item .left-box {
    margin-left: 1.7rem;
  }

  .zysection-s2 .item .right-box {
    width: 100%;
    margin-top: 0.4rem;
  }

  .zysection-s2 .button {
    display: none;
  }

  .zysection-s2 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    z-index: 2;
  }
  .zysection-s2 .pagination span {
    width: 0.24rem;
    height: 0.24rem;
    position: relative;
    cursor: pointer;
  }
  .zysection-s2 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 0.04rem solid #0f65ff;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s2 .pagination span:after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    top: calc(50% - 0.04rem);
    left: calc(50% - 0.04rem);
    border-radius: 50%;
    background-color: #0f65ff;
    transition: opacity .3s ease;
  }
  .zysection-s2 .pagination span.active:before {
    opacity: 1;
  }
  .zysection-s2 .pagination span.active:after {
    opacity: 0;
  }

  .zysection-s3 .mid-block {
    margin-top: 0.4rem;
    padding-bottom: 6vw;
  }

  .zysection-s3 .mid-block .wrap-s {
    position: relative;
    bottom: auto;
  }

  .zysection-s3 .mid-block .inner {
    display: block;
  }

  .zysection-s3 .mid-block .tit {
    width: 100%;
  }

  .zysection-s3 .mid-block .tit br {
    display: none;
  }

  .zysection-s3 .mid-block .para-box {
    width: 100%;
    max-width: 420px;
    margin: 0.2rem auto 0;
  }

  .zysection-s3 .mid-block .img-box {
    position: static;
  }

  .zysection-s3 .mid-block .pic-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .zysection-s3 .bot-block .items {
    width: 86%;
    margin: 0 auto;
  }

  .zysection-s3 .bot-block .item {
    width: 100%;
    margin-right: 0;
    box-shadow: none !important;
  }

  .zysection-s3 .bot-block .item .btns-box {
    width: 30%;
  }

  .zysection-s3 .bot-block .item .txt-inner {
    width: 70%;
  }

  .zysection-s3 .bot-block .pagination {
    gap: 5px;
  }

  .zysection-s4 .bot-block {
    display: none;
  }

  .zysection-s4 .m-block {
    display: block;
  }

  .zysection-s5 .left-box {
    width: 100%;
  }

  .zysection-s5 .right-box {
    width: 100%;
    position: static;
    margin-top: 0.24rem;
  }

  .zysection-s6 .items {
    grid-template-columns: repeat(8, calc((900px - 1.4rem) / 8));
    grid-template-rows: repeat(3, calc((900px - 1.4rem) / 8));
  }

  .zysection-s7 .top-box {
    display: block;
    position: relative;
  }

  .zysection-s7 .top-box .txt-box {
    display: block;
  }

  .zysection-s7 .top-box .tips {
    margin-top: 10px;
    padding-left: 0;
  }

  .zysection-s7 .top-box .tips br {
    display: none;
  }

  .zysection-s7 .top-box .stit {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    border: none;
  }

  .zysection-s7 .top-box .btns {
    position: absolute;
    right: 0.4rem;
    bottom: 0.2rem;
  }

  .zysection-s8 .top-block .data-box {
    position: static;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
  }

  .zysection-s8 .top-block .data {
    width: 30%;
  }

  .zysection-s8 .top-block .data-left {
    margin-top: 40px;
  }

  .zysection-s8 .top-block .data-right {
    text-align: left;
    margin-top: 40px;
  }

  .zysection-s8 .top-block .data-right .num {
    justify-content: flex-start;
  }

  .zysection-s8 .top-block .data-right .data {
    width: 45%;
  }

  .zysection-s8 .bot-block .scroll {
    display: block;
  }

  .zysection-s8 .bot-block .items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .zysection-s8 .bot-block .block:nth-of-type(1) .items {
    animation: none;
  }

  .zysection-s8 .bot-block .block:nth-of-type(1) .items:nth-of-type(2) {
    display: none;
  }

  .zysection-s8 .bot-block .item {
    margin-right: 0;
  }

  .zysection-s9 .items {
    padding-bottom: 0;
  }

  .zysection-s9 .sw {
    gap: 0;
  }

  .zysection-s9 .item:nth-of-type(even) {
    transform: none;
  }

  .zysection-s9 .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .zysection-s9 .item:last-of-type {
    margin-right: 0;
  }

  .zysection-s9 .item .txt-box {
    top: 55%;
  }

  .zysection-s9 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    z-index: 2;
  }
  .zysection-s9 .pagination span {
    width: 0.24rem;
    height: 0.24rem;
    position: relative;
    cursor: pointer;
  }
  .zysection-s9 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 0.04rem solid #0f65ff;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s9 .pagination span:after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    top: calc(50% - 0.04rem);
    left: calc(50% - 0.04rem);
    border-radius: 50%;
    background-color: #0f65ff;
    transition: opacity .3s ease;
  }
  .zysection-s9 .pagination span.active:before {
    opacity: 1;
  }
  .zysection-s9 .pagination span.active:after {
    opacity: 0;
  }

  .zysection-s10 .tab-cont .block .label span {
    font-size: 16px;
    font-weight: bold;
  }

  .zysection-s10 .tab-cont .block .scroll {
    min-width: 760px;
  }

  .zysection-s11 .inner {
    display: block;
  }

  .zysection-s11 .txt-box {
    width: 100%;
  }

  .zysection-s11 .ewm-box {
    margin-top: 20px;
  }

  .zysection-s12 .items {
    border: none;
    border-radius: 0;
  }

  .zysection-s12 .item {
    transition: none;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
    overflow: hidden;
  }

  .zysection-s12 .item .img-box {
    position: relative;
    z-index: 2;
    padding-top: 20px;
  }

  .zysection-s12 .item p {
    opacity: 1;
    display: block;
  }

  .zysection-s12 .item:after {
    display: none;
  }

  .zysection-s12 .item .txt-box:before {
    opacity: 1;
  }

  .zysection-s12 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    z-index: 2;
  }
  .zysection-s12 .pagination span {
    width: 0.24rem;
    height: 0.24rem;
    position: relative;
    cursor: pointer;
  }
  .zysection-s12 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 0.04rem solid #0f65ff;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s12 .pagination span:after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    top: calc(50% - 0.04rem);
    left: calc(50% - 0.04rem);
    border-radius: 50%;
    background-color: #0f65ff;
    transition: opacity .3s ease;
  }
  .zysection-s12 .pagination span.active:before {
    opacity: 1;
  }
  .zysection-s12 .pagination span.active:after {
    opacity: 0;
  }

  .zysection-s13 .top-block .sw {
    height: 100%;
  }

  .zysection-s13 .top-block .item {
    clip-path: none !important;
    position: relative;
    transition: none;
  }

  .zysection-s13 .top-block .item .img-box {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
  }

  .zysection-s13 .top-block .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    z-index: 2;
  }
  .zysection-s13 .top-block .pagination span {
    width: 0.24rem;
    height: 0.24rem;
    position: relative;
    cursor: pointer;
  }
  .zysection-s13 .top-block .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 0.04rem solid #0f65ff;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s13 .top-block .pagination span:after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    top: calc(50% - 0.04rem);
    left: calc(50% - 0.04rem);
    border-radius: 50%;
    background-color: #0f65ff;
    transition: opacity .3s ease;
  }
  .zysection-s13 .top-block .pagination span.active:before {
    opacity: 1;
  }
  .zysection-s13 .top-block .pagination span.active:after {
    opacity: 0;
  }

  .zysection-s13 .bot-block .items {
    flex-wrap: wrap;
  }

  .zysection-s13 .bot-block .item {
    width: 100%;
  }

  .zysection-s14 .tab-wrap {
    padding-bottom: 0;
  }

  .zysection-s14 .tab-tit {
    position: static;
  }

  .zysection-s14 .tab-tit .line {
    display: none;
  }

  .zysection-s14 .tab-tit .sw {
    justify-content: flex-start;
  }

  .zysection-s14 .tab-tit .item {
    width: 80px;
    height: auto;
    padding-bottom: 24px;
  }

  .zysection-s14 .tab-tit .item:before {
    display: none;
  }

  .zysection-s14 .tab-tit .item span {
    font-size: 16px;
    font-weight: bold;
  }

  .zysection-s14 .tab-cont .inner {
    display: block;
  }

  .zysection-s14 .tab-cont .year {
    width: 100%;
    text-align: center;
  }

  .zysection-s14 .tab-cont .txt-box {
    width: 100%;
    padding-right: 0;
  }

  .zysection-s14 .tab-cont .logobox {
    height: auto;
  }

  .zysection-s14 .tab-cont .box {
    width: calc((100% - 0.6rem) / 7);
  }

  .zysection-s14 .tab-cont .btns {
    margin-top: 0.3rem;
  }

  .zysection-s15 {
    height: auto;
  }

  .zysection-s15 .dot-block {
    display: none;
  }

  .zysection-s15 .item {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    margin-right: 20px;
  }
  .zysection-s15 .item:last-of-type {
    margin-right: 0;
  }

  .zysection-s15 .item .txt-box {
    position: static;
    height: auto;
    display: block;
  }

  .zysection-s15 .item .inner {
    width: 100%;
    padding: 0.4rem;
  }

  .zysection-s15 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    z-index: 2;
  }
  .zysection-s15 .pagination span {
    width: 0.24rem;
    height: 0.24rem;
    position: relative;
    cursor: pointer;
  }
  .zysection-s15 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 0.04rem solid #0f65ff;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s15 .pagination span:after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    top: calc(50% - 0.04rem);
    left: calc(50% - 0.04rem);
    border-radius: 50%;
    background-color: #0f65ff;
    transition: opacity .3s ease;
  }
  .zysection-s15 .pagination span.active:before {
    opacity: 1;
  }
  .zysection-s15 .pagination span.active:after {
    opacity: 0;
  }

  .zysection-s16 .pic-box {
    width: 100%;
  }

  .zysection-s16 .pic-box .img-box {
    transform: none;
    border-radius: 0;
  }

  .zysection-s16 .pic-box .img-box img {
    transform: none;
  }

  .zysection-s16 .tab-wrap .wrap-s {
    display: block;
  }

  .zysection-s16 .tab-tit {
    width: 100%;
    padding: 0;
  }

  .zysection-s16 .tab-tit .sw {
    border: none;
  }

  .zysection-s16 .tab-tit .item {
    width: auto;
    padding: 8px 15px;
  }

  .zysection-s16 .tab-tit .item:before {
    width: 100%;
    left: 0;
    height: 1px;
  }

  .zysection-s16 .tab-tit .item:after {
    display: none;
  }

  .zysection-s16 .tab-tit .item.active {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .zysection-s16 .tab-cont {
    width: 100%;
    margin-top: 0.4rem;
  }

  .zysection-s16 .btns {
    position: static;
    margin-top: 0.4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .zysection-s9 .item {
    width: calc((100% - 20px) / 2);
  }

  .zysection-s10 .tab-tit .item span {
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) {
  .index-label {
    padding-top: 30px;
  }

  .index-label .icon {
    width: 30px;
    height: 30px;
  }

  .index-label .en {
    font-size: 10px;
  }

  .index-label .label {
    font-size: 20px;
  }

  .index-label .txt-box {
    padding: 0 80px;
  }

  .zysection-s1 .txt-block .top-box {
    width: 90%;
  }

  .zysection-s1 .txt-block .typing-box {
    width: 100%;
    height: 40px;
    margin: 20px auto 0;
  }

  .zysection-s1 .txt-block .typing-box .inputs {
    font-size: 12px;
    left: 10px;
  }

  .zysection-s1 .txt-block .typing-box .btns a {
    width: 80px;
  }

  .zysection-s1 .txt-block .typing-box .btns {
    top: 2px;
    right: 2px;
    bottom: 2px;
  }

  .zysection-s1 .txt-block .typing-box .btns a span {
    font-size: 12px;
  }

  .scroll-main {
    padding-top: 60px;
  }

  .zysection-s2 {
    padding: 0 0 60px;
  }

  .zysection-s2 .item {
    padding: 20px;
  }

  .zysection-s2 .item .left-box {
    margin: 0 auto;
  }

  .zysection-s2 .item .right-box:before {
    display: none;
  }

  .zysection-s2 .item .right-box {
    padding-left: 0;
    margin-top: 20px;
  }

  .zysection-s2 .item .right-box .tit {
    font-size: 16px;
    text-align: center;
  }

  .zysection-s2 .item .right-box .btns {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .zysection-s3 {
    padding: 0 0 60px;
  }

  .zysection-s3 .mid-block .tit {
    font-size: 16px;
    text-align: left;
  }

  .zysection-s3 .mid-block .stit {
    font-size: 14px;
  }

  .zysection-s3 .bot-block .item {
    height: auto;
  }

  .zysection-s3 .bot-block .item .txt-box {
    position: relative;
    padding: 40px 20px;
    display: block;
  }

  .zysection-s3 .bot-block .item .btns-box {
    width: 100%;
    justify-content: flex-start;
  }

  .zysection-s3 .bot-block .item .txt-inner {
    width: 100%;
    margin-top: 20px;
  }

  .zysection-s3 .bot-block .item .stit span {
    font-size: 14px;
  }

  .zysection-s3 .bot-block .item .tit {
    font-size: 16px;
  }

  .zysection-s3 .bot-block .item .btns {
    margin-top: 20px;
  }

  .zysection-s3 .bot-block .item .btns a {
    padding: 0 15px;
  }

  .zysection-s4 {
    padding: 0 0 60px;
  }

  .zysection-s4 .m-block .item {
    width: 100%;
  }

  .zysection-s5 {
    padding: 0 0 60px;
  }

  .zysection-s5 .left-box .item {
    width: 100%;
  }

  .zysection-s5 .left-box .item .tit {
    font-size: 16px;
  }

  .zysection-s5 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    z-index: 2;
  }
  .zysection-s5 .pagination span {
    width: 0.24rem;
    height: 0.24rem;
    position: relative;
    cursor: pointer;
  }
  .zysection-s5 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 0.04rem solid #0f65ff;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s5 .pagination span:after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    top: calc(50% - 0.04rem);
    left: calc(50% - 0.04rem);
    border-radius: 50%;
    background-color: #0f65ff;
    transition: opacity .3s ease;
  }
  .zysection-s5 .pagination span.active:before {
    opacity: 1;
  }
  .zysection-s5 .pagination span.active:after {
    opacity: 0;
  }

  .zysection-s5 .right-box {
    padding: 10px 20px;
  }

  .zysection-s6 {
    padding: 0 0 60px;
  }

  .zysection-s6 .item .txt-box span {
    font-size: 14px;
  }

  .zysection-s7 {
    padding: 0 0 60px;
  }

  .zysection-s7 .top-box {
    padding: 20px;
  }

  .zysection-s7 .top-box .tit {
    font-size: 16px;
  }

  .zysection-s7 .bot-box .img-box {
    aspect-ratio: 4 / 3;
  }

  .zysection-s8 {
    padding: 0 0 60px;
  }

  .zysection-s8 .top-block {
    padding: 20px 0 30vw;
  }

  .zysection-s8 .top-block .para {
    font-size: 14px;
  }

  .zysection-s8 .top-block .data .num span {
    font-size: 30px;
  }

  .zysection-s8 .top-block .data p {
    font-size: 10px;
  }

  .zysection-s8 .bot-block .label span {
    font-size: 16px;
  }

  .zysection-s8 .bot-block .inner {
    padding: 25px;
  }

  .zysection-s9 {
    padding: 0 0 60px;
  }

  .zysection-s9 .item {
    width: 100%;
  }

  .zysection-s10 {
    padding: 0 0 60px;
  }

  .zysection-s10 .tab-tit .sw {
    gap: 5px;
  }

  .zysection-s10 .tab-tit .item {
    padding: 0 10px;
    height: 40px;
  }

  .zysection-s10 .tab-cont {
    margin-top: 20px;
    padding: 20px;
  }

  .zysection-s10 .tab-cont .block .label span {
    padding: 5px 30px 5px 15px;
    font-size: 14px;
  }

  .zysection-s10 .tab-cont .block .table-block {
    padding-top: 10px;
  }

  .zysection-s11 {
    padding: 0 0 60px;
  }

  .zysection-s11 .inner {
    padding: 24px;
  }

  .zysection-s11 .txt-box .label {
    font-size: 16px;
  }

  .zysection-s12 {
    padding: 0 0 60px;
  }

  .zysection-s13 {
    padding: 0 0 60px;
  }

  .zysection-s13 .bot-block .inner {
    padding: 60px 20px 20px;
  }

  .zysection-s13 .top-block .item .tit {
    font-size: 16px;
  }

  .zysection-s14 {
    padding: 0 0 60px;
  }

  .zysection-s14 .tab-cont .year {
    font-size: 100px;
  }

  .zysection-s14 .tab-cont .txt .tit {
    font-size: 16px;
  }

  .zysection-s14 .tab-cont .box {
    width: calc((100% - 0.2rem) / 3);
  }

  .zysection-s15 {
    padding: 0 0 60px;
  }

  .zysection-s15 .item .tit {
    font-size: 16px;
  }

  .zysection-s15 .item .stit span {
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 60px 5px 10px;
  }

  .zysection-s16 {
    padding: 0 0 60px;
  }

  .zysection-s16 .tab-wrap {
    padding: 30px 0;
  }

  .zysection-s16 .tab-cont {
    padding: 20px;
  }

  .zysection-s16 .tab-cont .tit {
    font-size: 16px;
  }

  .zysection-s17 {
    padding: 0 0 60px;
  }

  .zysection-s17 .item {
    width: calc((100% - 0.24rem) / 3);
    height: 50px;
  }

  .zysection-s18 {
    padding: 60px 0;
  }

  .zysection-s18 .txt-box {
    width: 100%;
  }

  .zysection-s18 .img-box {
    width: 100%;
    position: static;
  }

  .zysection-s18 .txt-box .label {
    font-size: 20px;
  }

  .zysection-s14 .tab-cont .txt p {
    margin-right: 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
