* {
  -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: #e3f0fc;
}

.swiper-pagination-lock {
  display: none !important;
}

.swiper-button-disabled {
  display: none !important;
}

.wrap-s {
  width: 80%;
  max-width: 13.6rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.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%);
}

.index-label .label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.index-label .label:before, .index-label .label:after {
  content: '';
  width: 1.32rem;
  height: 0.66rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
}
.index-label .label:after {
  transform: rotateY(180deg);
}
.index-label .label span {
  font-size: 0.42rem;
  color: #0066ff;
  font-weight: bold;
}
.index-label .en {
  font-size: max(13px, 0.16rem);
  color: #1351b3;
  text-align: center;
  font-weight: lighter;
}

.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-color: #e3f0fc;
  background-size: 100% auto;
  padding-bottom: 1.4rem;
}

.zysection-s1 {
  position: relative;
  height: 100vh;
  background-color: #003cd4;
  overflow: hidden;
  z-index: 3;
}
.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, .zysection-s1 .pic-block .img-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s1 .pic-block .img-box:nth-of-type(1) {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.zysection-s1 .pic-block .img-box:nth-of-type(2) {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.zysection-s1 .pic-block .img-box:nth-of-type(2) img {
  opacity: 0;
  animation: o-opacity 2.1s linear infinite;
}
.zysection-s1 .pic-block .img-box:nth-of-type(2) img:nth-of-type(2) {
  animation-delay: .7s;
}
.zysection-s1 .pic-block .img-box:nth-of-type(2) img:nth-of-type(3) {
  animation-delay: 1.4s;
}
.zysection-s1 .txt-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.zysection-s1 .txt-block .wrap-s {
  max-width: 1500px;
}
.zysection-s1 .txt-block .inner {
  width: 6.56rem;
}
.zysection-s1 .txt-block .img-box img {
  display: block;
  width: 100%;
}
.zysection-s1 .txt-block .btns {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.zysection-s1 .txt-block .btns a {
  border-radius: 6px;
  width: max(120px, 1.8rem);
  height: max(40px, 0.5rem);
  background-image: linear-gradient(90deg, #0359f2, #0089fe);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s1 .txt-block .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s1 .txt-block .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 94, 244, 0.3);
  }
}

.zysection-s2 {
  padding: 1.4rem 0 0;
  position: relative;
}
.zysection-s2:before {
  content: '';
  width: 100%;
  height: 82.65vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-5.png");
  position: absolute;
  top: -22.4vw;
  left: 0;
}
.zysection-s2 .bot-block {
  margin-top: 0.4rem;
}
.zysection-s2 .items {
  position: relative;
}
.zysection-s2 .item {
  width: 8rem;
  aspect-ratio: 2 / 1;
  border: 1px solid #fff;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform .5s ease;
}
.zysection-s2 .item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zysection-s2 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s2 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.7rem;
}
.zysection-s2 .item .stit {
  font-size: max(13px, 0.16rem);
  color: rgba(255, 255, 255, 0.8);
}
.zysection-s2 .item .topic {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}
.zysection-s2 .item .info {
  margin-top: 0.2rem;
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}
.zysection-s2 .item .info span {
  font-size: max(16px, 0.24rem);
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.zysection-s2 .item .info p {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
.zysection-s2 .item .btns {
  margin-top: 0.45rem;
  display: flex;
}
.zysection-s2 .item .btns a {
  position: relative;
  width: max(100px, 1.4rem);
  height: max(36px, 0.4rem);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease;
}
.zysection-s2 .item .btns a:before {
  content: '';
  background-image: linear-gradient(90deg, #035ef4, #048cff);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.zysection-s2 .item .btns a span {
  font-size: max(13px, 0.16rem);
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  .zysection-s2 .item .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 94, 244, 0.3);
    border-color: transparent;
  }
  .zysection-s2 .item .btns a:hover:before {
    opacity: 1;
  }
}
.zysection-s2 .item.swiper-slide-active {
  transform: scale(1);
}
.zysection-s2 .button {
  width: 12px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 11px);
  z-index: 2;
  cursor: pointer;
}
.zysection-s2 .prev {
  background-image: url("../images/left.png");
  right: calc(50% + 4.3rem);
}
.zysection-s2 .next {
  background-image: url("../images/right.png");
  left: calc(50% + 4.3rem);
}

.zysection-s3 {
  padding: 1.4rem 0 0;
}
.zysection-s3 .mid-block {
  margin-top: 0.6rem;
}
.zysection-s3 .mid-block .sw {
  display: flex;
  gap: 0.3rem;
}
.zysection-s3 .mid-block .item {
  width: calc((100% - 0.3rem) / 2);
  height: auto;
}
.zysection-s3 .mid-block .item a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  cursor: pointer;
}
.zysection-s3 .mid-block .item a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #1351b3);
  z-index: 2;
}
.zysection-s3 .mid-block .item a.video-btn:before {
  content: '';
  width: 0.74rem;
  height: 0.74rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
  position: absolute;
  top: calc(40% - 0.37rem);
  left: calc(50% - 0.37rem);
  z-index: 4;
}
.zysection-s3 .mid-block .item .img-box {
  aspect-ratio: 665 / 376;
  position: relative;
  z-index: 1;
}
.zysection-s3 .mid-block .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.zysection-s3 .mid-block .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.36rem;
  z-index: 3;
}
.zysection-s3 .mid-block .item .tit {
  font-size: max(14px, 0.18rem);
  color: #fff;
  font-weight: bold;
}
.zysection-s3 .mid-block .item p {
  font-size: max(12px, 0.14rem);
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.15rem;
}
@media (any-hover: hover) {
  .zysection-s3 .mid-block .item:hover img {
    transform: scale(1.1);
  }
}
.zysection-s3 .bot-block {
  margin-top: 0.3rem;
}
.zysection-s3 .bot-block .items {
  position: relative;
}
.zysection-s3 .bot-block .item {
  width: calc((100% - 0.6rem) / 3);
  height: auto;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 0.3rem;
}
.zysection-s3 .bot-block .item:last-of-type {
  margin-right: 0;
}
.zysection-s3 .bot-block .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #035ef4, #048cff);
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s3 .bot-block .item a {
  display: block;
  height: 100%;
  padding: 0.4rem;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.zysection-s3 .bot-block .item a.video-btn:before {
  content: '';
  width: 0.36rem;
  height: 0.36rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
  position: absolute;
  right: 0.4rem;
  bottom: 0.3rem;
  z-index: 4;
  transition: all .3s ease;
}
.zysection-s3 .bot-block .item .tit {
  font-size: max(14px, 0.18rem);
  color: #091221;
  transition: color .3s ease;
}
.zysection-s3 .bot-block .item p {
  font-size: max(12px, 0.14rem);
  color: #656c74;
  margin-top: 0.15rem;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .zysection-s3 .bot-block .item:hover:before {
    opacity: 1;
  }
  .zysection-s3 .bot-block .item:hover a:before {
    background-image: url("../images/icon-2.png");
  }
  .zysection-s3 .bot-block .item:hover .tit {
    color: #fff;
  }
  .zysection-s3 .bot-block .item:hover p {
    color: rgba(255, 255, 255, 0.8);
  }
}
.zysection-s3 .bot-block .button {
  width: 12px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 11px);
  z-index: 2;
  cursor: pointer;
}
.zysection-s3 .bot-block .prev {
  background-image: url("../images/left.png");
  left: -40px;
}
.zysection-s3 .bot-block .next {
  background-image: url("../images/right.png");
  right: -40px;
}

.zysection-s4 {
  margin-top: 1.4rem;
  padding: 1.4rem 0 0;
  position: relative;
}
.zysection-s4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-8.png");
}
.zysection-s4 .tab-wrap {
  margin-top: 1.3rem;
  padding: 0.5rem 0.5rem 0.8rem;
  border-radius: 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-9.jpg");
  position: relative;
}
.zysection-s4 .tab-tit {
  width: 4.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.2rem;
}
.zysection-s4 .tab-tit .item {
  height: 1.17rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zysection-s4 .tab-tit .item:before {
  content: '';
  width: 4.61rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/img-10.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.zysection-s4 .tab-tit .item span {
  font-size: max(18px, 0.24rem);
  color: #fff;
  transform: scale(0.75);
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.zysection-s4 .tab-tit .item.active:before {
  opacity: 1;
}
.zysection-s4 .tab-tit .item.active span {
  transform: scale(1);
  color: #0066ff;
}
.zysection-s4 .tab-cont {
  width: calc(100% - 5.8rem);
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  padding: 0.5rem 0.4rem 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.zysection-s4 .tab-cont .child {
  display: none;
}
.zysection-s4 .tab-cont .child.active {
  display: block;
}
.zysection-s4 .tab-cont .child.active .tit, .zysection-s4 .tab-cont .child.active .img-box {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zysection-s4 .tab-cont .child.active .img-box {
  animation-delay: .1s;
}
.zysection-s4 .tab-cont .tit {
  font-size: max(20px, 0.3rem);
  color: #091221;
  font-weight: bold;
  opacity: 0;
}
.zysection-s4 .tab-cont .img-box {
  margin-top: 0.5rem;
  aspect-ratio: 700 / 340;
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0;
}
.zysection-s4 .tab-cont .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zysection-s5 {
  padding: 1.4rem 0 0;
  overflow: hidden;
}
.zysection-s5 .bot-block {
  margin-top: 0.4rem;
  display: flex;
}
.zysection-s5 .items {
  padding: 0 0.07rem;
  display: grid;
  grid-gap: 0.14rem;
  grid-template-columns: repeat(6, calc((99vw - 0.7rem) / 6));
  grid-template-rows: repeat(2, calc((100vw - 0.7rem) / 6));
  animation: logomove 30s linear infinite;
}
.zysection-s5 .item {
  border-radius: 0.2rem;
  overflow: hidden;
}
.zysection-s5 .item:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.zysection-s5 .item:nth-of-type(4) {
  grid-column: 5/7;
  grid-row: 1/2;
}
.zysection-s5 .item:nth-of-type(7) {
  grid-column: 3/5;
  grid-row: 2/3;
}
.zysection-s5 .item:nth-of-type(2) {
  background-color: #4a3eec;
}
.zysection-s5 .item:nth-of-type(5) {
  background-color: #5bd1fb;
}
.zysection-s5 .item:nth-of-type(8) {
  background-color: #3571ff;
}
.zysection-s5 .item .img-box {
  width: 100%;
  height: 100%;
}
.zysection-s5 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.zysection-s5 .item .txt-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s5 .item .txt-box span {
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
}

.zysection-s6 {
  padding: 1.4rem 0 12vw;
  background: url("../images/img-13.png") center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
.zysection-s6 .para {
  width: 10.8rem;
  margin: 0.5rem auto 0;
  font-size: max(14px, 0.18rem);
  color: #656c74;
  line-height: 2;
  text-align: center;
}

.zysection-s7 {
  padding: 1.4rem 0 13vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-14.jpg");
  background-attachment: fixed;
}
.zysection-s7 .para {
  margin-top: 0.5rem;
  font-size: max(14px, 0.18rem);
  color: #091221;
  text-align: center;
  line-height: 2;
}
.zysection-s7 .para span {
  color: #0066ff;
  font-weight: bold;
}
.zysection-s7 .tips-box {
  margin-top: 0.3rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.1rem;
  padding: 0.2rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zysection-s7 .tips-box i {
  width: 1px;
  height: 0.2rem;
  background-color: #0066ff;
  opacity: 0.2;
}
.zysection-s7 .tips-box .tip {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.zysection-s7 .tips-box .tip .icon {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s7 .tips-box .tip .icon img {
  max-width: 100%;
  max-height: 100%;
}
.zysection-s7 .tips-box .tip span {
  max-width: calc(100% - 0.4rem);
  font-size: max(12px, 0.18rem);
  color: #0066ff;
  white-space: nowrap;
}
.zysection-s7 .items {
  margin-top: 0.4rem;
}
.zysection-s7 .items .sw {
  display: flex;
  gap: 0.24rem;
}
.zysection-s7 .items .item {
  width: calc((100% - 0.48rem) / 3);
  height: auto;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0.4rem;
}
.zysection-s7 .items .item .tit {
  font-size: 0.3rem;
  color: #091221;
  text-align: center;
}
.zysection-s7 .items .item .tips {
  margin-top: 0.1rem;
  font-size: max(14px, 0.18rem);
  color: #656c74;
  text-align: center;
}
.zysection-s7 .items .item .logo-box {
  margin-top: 0.2rem;
}
.zysection-s7 .items .item .logo-box .img-box {
  margin-top: 0.14rem;
  border-radius: 6px;
  background-color: #fff;
  height: max(60px, 0.72rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s7 .items .item .logo-box .img-box:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s7 .items .item .logo-box .img-box img {
  max-width: 50%;
  max-height: 60%;
}
.zysection-s7 .items .item .single-box {
  margin-top: 0.2rem;
}
.zysection-s7 .items .item .single-box .single {
  margin-top: 0.14rem;
  border-radius: max(35px, 0.43rem) 6px 6px max(35px, 0.43rem);
  background-color: #fff;
  height: max(70px, 0.86rem);
  display: flex;
  align-items: center;
}
.zysection-s7 .items .item .single-box .single:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s7 .items .item .single-box .single .head-img {
  width: max(70px, 0.86rem);
  height: max(70px, 0.86rem);
}
.zysection-s7 .items .item .single-box .single .head-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zysection-s7 .items .item .single-box .single .head-txt {
  padding: 0 0.2rem;
  width: max(calc(100% - 70px), calc(100% - 0.86rem));
}
.zysection-s7 .items .item .single-box .single span {
  font-size: max(15px, 0.2rem);
  color: #0066ff;
}
.zysection-s7 .items .item .single-box .single p {
  font-size: max(13px, 0.16rem);
  color: #656c74;
  margin-top: 0.05rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zysection-s7 .items .item .txt-box {
  margin-top: 0.2rem;
}
.zysection-s7 .items .item .txt-box .txt {
  margin-top: 0.14rem;
  border-radius: 6px;
  background-color: #fff;
  height: max(70px, 0.86rem);
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}
.zysection-s7 .items .item .txt-box .txt:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s7 .items .item .txt-box .txt span {
  width: 0.4rem;
  font-size: max(18px, 0.24rem);
  transform: skewX(-8deg);
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(90deg, #0659e1, #0681e1);
  -webkit-background-clip: text;
  background-clip: text;
}
.zysection-s7 .items .item .txt-box .txt p {
  font-size: max(14px, 0.18rem);
  color: #2e2e2e;
  width: calc(100% - 0.4rem);
  padding-left: 5px;
}

.zysection-s8 {
  padding: 1.4rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-17.jpg");
  background-attachment: fixed;
}
.zysection-s8 .index-label .label:before, .zysection-s8 .index-label .label:after {
  background-image: url("../images/icon-1-1.png");
}
.zysection-s8 .index-label .label span {
  color: #fff;
}
.zysection-s8 .index-label .en {
  color: #fff;
}
.zysection-s8 .items {
  margin-top: 0.5rem;
}
.zysection-s8 .items .sw {
  display: flex;
  gap: 0.2rem;
}
.zysection-s8 .item {
  width: calc((100% - 0.6rem) / 4);
  background-color: #cceeff;
  border-radius: 0.2rem;
  padding: 2rem 0.4rem 0.4rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.zysection-s8 .item:nth-of-type(1) {
  background-image: url("../images/img-18-1.png");
}
.zysection-s8 .item:nth-of-type(2) {
  background-image: url("../images/img-18-2.png");
}
.zysection-s8 .item:nth-of-type(3) {
  background-image: url("../images/img-18-3.png");
}
.zysection-s8 .item:nth-of-type(4) {
  background-image: url("../images/img-18-4.png");
}
.zysection-s8 .item .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s8 .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.zysection-s8 .item .tit {
  font-size: max(18px, 0.24rem);
  color: #0066ff;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}
.zysection-s8 .item p {
  font-size: max(14px, 0.18rem);
  color: #656c74;
  text-align: center;
  line-height: 1.78;
  margin-top: 0.2rem;
}
@media (any-hover: hover) {
  .zysection-s8 .item:hover .icon {
    transform: rotateY(360deg);
    transition: transform 0.6s ease;
  }
}

.zysection-s9 {
  padding: 1.4rem 0 0;
  position: relative;
}
.zysection-s9:before {
  content: '';
  width: 100%;
  height: 77vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-19.png");
  position: absolute;
  top: 0;
  left: 0;
}
.zysection-s9 .items {
  margin-top: 0.4rem;
  position: relative;
}
.zysection-s9 .item {
  width: calc((100% - 0.48rem) / 3);
  margin-right: 0.24rem;
  position: relative;
}
.zysection-s9 .item:last-of-type {
  margin-right: 0;
}
.zysection-s9 .item .img-box {
  width: 3.28rem;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: flex-end;
}
.zysection-s9 .item .img-box img {
  display: block;
  width: 100%;
}
.zysection-s9 .item .txt-box {
  position: absolute;
  right: 0;
  left: calc(50% + 0.3rem);
  top: 60%;
  transform: translateY(-50%);
  border-radius: 0.2rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0.2rem;
  z-index: 2;
}
.zysection-s9 .item .tit {
  display: inline-block;
  padding-bottom: 0.2rem;
  position: relative;
  min-width: 0.8rem;
  font-size: max(18px, 0.24rem);
  color: #1351b3;
}
.zysection-s9 .item .tit:before {
  content: '';
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #035ef4, #048bff);
  position: absolute;
  bottom: 0;
  left: 0;
}
.zysection-s9 .item p {
  font-size: max(12px, 0.16rem);
  color: #656c74;
  line-height: 1.5;
  height: max(40px, 0.48rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.1rem;
}
.zysection-s9 .button {
  width: 12px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(60% - 11px);
  z-index: 2;
  cursor: pointer;
}
.zysection-s9 .prev {
  background-image: url("../images/left.png");
  left: -40px;
}
.zysection-s9 .next {
  background-image: url("../images/right.png");
  right: -40px;
}
.zysection-s9 .pagination {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 0.16rem;
}
.zysection-s9 .pagination span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: width .3s ease;
}
.zysection-s9 .pagination span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #035ef4, #048bff);
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s9 .pagination span.active {
  width: 0.4rem;
}
.zysection-s9 .pagination span.active:before {
  opacity: 1;
}

.zysection-s10 {
  padding: 1.4rem 0 0;
}
.zysection-s10 .tab-tit {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.zysection-s10 .tab-tit .item {
  width: max(120px, 1.6rem);
  height: max(36px, 0.4rem);
  border-radius: max(18px, 0.2rem);
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.zysection-s10 .tab-tit .item:before {
  content: '';
  background-image: linear-gradient(90deg, #035ef4, #048cff);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 1;
}
.zysection-s10 .tab-tit .item span {
  font-size: max(13px, 0.16rem);
  color: #091221;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.zysection-s10 .tab-tit .item.active:before {
  opacity: 1;
}
.zysection-s10 .tab-tit .item.active span {
  color: #fff;
}
.zysection-s10 .tab-cont {
  margin-top: 0.5rem;
}
.zysection-s10 .tab-cont .child {
  display: none;
}
.zysection-s10 .tab-cont .child.active {
  display: block;
}
.zysection-s10 .tab-cont .schild {
  display: none;
}
.zysection-s10 .tab-cont .schild.active {
  display: block;
}
.zysection-s10 .tab-cont .flex {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
.zysection-s10 .tab-cont .date-box {
  width: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.zysection-s10 .tab-cont .date-box .date {
  width: 100%;
  position: relative;
  height: 1rem;
  border-radius: 0.2rem;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.zysection-s10 .tab-cont .date-box .date:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #035ef4, #048cff);
  opacity: 0;
  z-index: 1;
}
.zysection-s10 .tab-cont .date-box .date .tit {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  position: relative;
  z-index: 2;
}
.zysection-s10 .tab-cont .date-box .date .tit:before {
  content: '';
  width: 0.22rem;
  height: 0.22rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-7-1.png");
  transition: all .3s ease;
}
.zysection-s10 .tab-cont .date-box .date span {
  font-size: max(15px, 0.2rem);
  color: #091221;
  transition: color .3s ease;
}
.zysection-s10 .tab-cont .date-box .date.active:before {
  opacity: 1;
}
.zysection-s10 .tab-cont .date-box .date.active .tit:before {
  background-image: url("../images/icon-7-2.png");
}
.zysection-s10 .tab-cont .date-box .date.active span {
  color: #fff;
}
.zysection-s10 .tab-cont .main-box {
  width: calc(100% - 3rem);
}
.zysection-s10 .tab-cont .item {
  position: relative;
  margin-top: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.zysection-s10 .tab-cont .item:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s10 .tab-cont .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-24.jpg");
  transition: opacity .3s ease;
  z-index: 1;
}
.zysection-s10 .tab-cont .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-25.jpg");
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 1;
}
.zysection-s10 .tab-cont .item .show {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.4rem;
  gap: 0.4rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.zysection-s10 .tab-cont .item .show span {
  font-size: max(16px, 0.2rem);
  color: #0066ff;
  font-weight: bold;
  transition: all .3s ease;
}
.zysection-s10 .tab-cont .item .show p {
  padding-left: 0.4rem;
  font-size: max(13px, 0.16rem);
  color: #656c74;
  border-left: 1px solid rgba(19, 81, 179, 0.3);
  transition: all .3s ease;
}
.zysection-s10 .tab-cont .item .show:after {
  content: '';
  width: 0.1rem;
  height: 0.18rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-8-1.png");
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -0.09rem;
}
.zysection-s10 .tab-cont .item .hide {
  padding: 0 0.4rem 0.4rem;
  position: relative;
  z-index: 2;
  display: none;
}
.zysection-s10 .tab-cont .item .inner {
  margin-top: 0.4rem;
}
.zysection-s10 .tab-cont .item .inner:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s10 .tab-cont .item .label {
  font-size: max(14px, 0.18rem);
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.zysection-s10 .tab-cont .item .boxes {
  margin-top: 0.2rem;
  padding: 0.3rem 0.4rem;
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.zysection-s10 .tab-cont .item .box {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.zysection-s10 .tab-cont .item .box:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.zysection-s10 .tab-cont .item .topic-box {
  width: 45%;
}
.zysection-s10 .tab-cont .item .topic-box .tit {
  font-size: max(14px, 0.18rem);
  color: #ffffff;
}
.zysection-s10 .tab-cont .item .topic-box p {
  font-size: max(12px, 0.14rem);
  color: #fff;
  margin-top: 0.1rem;
}
.zysection-s10 .tab-cont .item .speaker-box {
  width: 55%;
}
.zysection-s10 .tab-cont .item .speakerinner {
  margin-top: 0.1rem;
  display: flex;
  gap: 0.2rem;
  align-items: baseline;
}
.zysection-s10 .tab-cont .item .speakerinner:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s10 .tab-cont .item .speakerinner span {
  font-size: max(15px, 0.2rem);
  color: #fff;
  white-space: nowrap;
}
.zysection-s10 .tab-cont .item .speakerinner p {
  font-size: max(13px, 0.16rem);
  color: #fff;
}
.zysection-s10 .tab-cont .item.active:before {
  opacity: 0;
}
.zysection-s10 .tab-cont .item.active:after {
  opacity: 1;
}
.zysection-s10 .tab-cont .item.active .show span {
  color: #fff;
}
.zysection-s10 .tab-cont .item.active .show p {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.3);
}
.zysection-s10 .tab-cont .item.active .show:after {
  transform: rotate(90deg);
  background-image: url("../images/icon-8-2.png");
}
.zysection-s10 .tab-cont .item.active .hide {
  display: block;
}

.zysection-s11 {
  padding: 1.4rem 0 0;
}
.zysection-s11 .inner {
  padding: 0.9rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-4.jpg");
}
.zysection-s11 .wrap-s {
  display: flex;
  align-items: center;
}
.zysection-s11 .txt-box {
  width: 9.5rem;
  padding-right: 3rem;
}
.zysection-s11 .label {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
}
.zysection-s11 p {
  font-size: max(13px, 0.16rem);
  color: #fff;
  line-height: 1.78;
  margin-top: 0.25rem;
}
.zysection-s11 .img-box {
  width: max(180px, 2.42rem);
}
.zysection-s11 .img-box img {
  display: block;
  width: 100%;
}

.zysection-s12 {
  padding: 1.4rem 0 0;
  position: relative;
}
.zysection-s12:before {
  content: '';
  width: 100%;
  height: 80vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-22.jpg");
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.zysection-s12 .bot-block {
  margin-top: 0.5rem;
  position: relative;
}
.zysection-s12 .img-box {
  width: calc(50% + 2.4rem);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 0.4rem 0 0 0.4rem;
}
.zysection-s12 .img-box img {
  display: block;
  width: 100%;
}
.zysection-s12 .txt-box {
  min-height: 30vw;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.zysection-s12 .txt-box:before {
  content: '';
  width: calc(50% + 1.2rem);
  height: 100%;
  border-radius: 0 0.4rem 0.4rem 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.zysection-s12 .txt-box .inner {
  width: calc(50% + 1.2rem);
  padding-right: 2rem;
}
.zysection-s12 .txt-box .tit {
  font-size: 0.3rem;
  color: #091221;
  font-weight: bold;
}
.zysection-s12 .txt-box .boxes {
  margin-top: 0.4rem;
}
.zysection-s12 .txt-box .box {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(0, 102, 255, 0.2);
}
.zysection-s12 .txt-box .box:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.zysection-s12 .txt-box .box:nth-of-type(1) .stit:before {
  background-image: url("../images/icon-6-1.png");
}
.zysection-s12 .txt-box .box:nth-of-type(2) .stit:before {
  background-image: url("../images/icon-6-2.png");
}
.zysection-s12 .txt-box .stit {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.zysection-s12 .txt-box .stit:before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.zysection-s12 .txt-box .stit span {
  font-size: max(18px, 0.24rem);
  color: #1351b3;
}
.zysection-s12 .txt-box .para {
  margin-top: 0.2rem;
  font-size: max(13px, 0.16rem);
  line-height: 1.5;
  color: #656c74;
}
.zysection-s12 .txt-box .para p {
  margin-top: 0.15rem;
}
.zysection-s12 .txt-box .para p:nth-of-type(1) {
  margin-top: 0;
}

.zysection-s13 {
  padding: 1.4rem 0 0;
}
.zysection-s13 .bot-block {
  margin-top: 0.5rem;
}
.zysection-s13 .items {
  position: relative;
}
.zysection-s13 .item {
  width: 80%;
  max-width: 13.6rem;
  border-radius: 0.2rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.zysection-s13 .item .img-box {
  aspect-ratio: 1440 / 600;
  overflow: hidden;
}
.zysection-s13 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s13 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.zysection-s13 .item .inner {
  width: 10rem;
  max-width: 900px;
  padding: 0 1.2rem;
}
.zysection-s13 .item .tit {
  font-size: 0.3rem;
  color: #091221;
}
.zysection-s13 .item .stit {
  margin-top: 0.15rem;
  display: flex;
}
.zysection-s13 .item .stit span {
  font-size: max(14px, 0.18rem);
  color: #1351b3;
}
.zysection-s13 .item .para {
  font-size: max(13px, 0.16rem);
  color: #656c74;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.zysection-s13 .item .tips {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.zysection-s13 .item .tips span {
  padding: 0 0.12rem;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: max(12px, 0.14rem);
  line-height: 1.7;
  color: #1351b3;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.zysection-s13 .item .btns {
  margin-top: 0.3rem;
  display: flex;
  gap: 0.1rem;
}
.zysection-s13 .item .btns a {
  position: relative;
  width: max(100px, 1.4rem);
  height: max(36px, 0.4rem);
  border: 1px solid transparent;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease;
}
.zysection-s13 .item .btns a:before {
  content: '';
  background-image: linear-gradient(90deg, #035ef4, #048cff);
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  transition: all .3s ease;
  z-index: 1;
}
.zysection-s13 .item .btns a span {
  font-size: max(13px, 0.16rem);
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.zysection-s13 .item .btns a:nth-of-type(1) span {
  color: #ffffff;
}
.zysection-s13 .item .btns a:nth-of-type(2) {
  border-color: #035ef4;
}
.zysection-s13 .item .btns a:nth-of-type(2):before {
  opacity: 0;
}
.zysection-s13 .item .btns a:nth-of-type(2) span {
  color: #1351b3;
}
@media (any-hover: hover) {
  .zysection-s13 .item .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(3, 94, 244, 0.3);
  }
  .zysection-s13 .item .btns a:hover:before {
    opacity: 1;
  }
  .zysection-s13 .item .btns a:hover span {
    color: #fff;
  }
}
.zysection-s13 .button {
  width: 12px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 11px);
  z-index: 2;
  cursor: pointer;
}
.zysection-s13 .prev {
  background-image: url("../images/left.png");
  right: calc(50% + 7.1rem);
}
.zysection-s13 .next {
  background-image: url("../images/right.png");
  left: calc(50% + 7.1rem);
}

.zysection-s14 {
  padding: 1.4rem 0 0;
}
.zysection-s14 .items {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem;
}
.zysection-s14 .item {
  width: calc((100% - 0.8rem) / 6);
  height: max(60px, 0.9rem);
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s14 .item img {
  max-width: 70%;
  max-height: 60%;
}

@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: 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 .txt-block {
    align-items: flex-start;
    padding-top: 10vw;
  }

  .zysection-s1 .txt-block .inner {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }

  .zysection-s1 .txt-block .btns {
    margin-top: 20px;
  }

  .zysection-s2 .bot-block {
    width: 86%;
    margin: 0.4rem auto 0;
  }

  .zysection-s2 .item {
    width: 100%;
  }

  .zysection-s2 .button {
    display: none;
  }

  .zysection-s2 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .zysection-s2 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: width .3s ease;
  }
  .zysection-s2 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #035ef4, #048bff);
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s2 .pagination span.active {
    width: 12px;
  }
  .zysection-s2 .pagination span.active:before {
    opacity: 1;
  }

  .zysection-s3 .mid-block .sw {
    gap: 0;
  }

  .zysection-s3 .mid-block .item {
    margin-right: 0.3rem;
  }
  .zysection-s3 .mid-block .item:last-of-type {
    margin-right: 0;
  }

  .zysection-s3 .mid-block .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .zysection-s3 .mid-block .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: width .3s ease;
  }
  .zysection-s3 .mid-block .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #035ef4, #048bff);
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s3 .mid-block .pagination span.active {
    width: 12px;
  }
  .zysection-s3 .mid-block .pagination span.active:before {
    opacity: 1;
  }

  .zysection-s3 .bot-block .item {
    width: calc((100% - 0.3rem) / 2);
  }

  .zysection-s3 .bot-block .button {
    display: none;
  }

  .zysection-s3 .bot-block .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .zysection-s3 .bot-block .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: width .3s ease;
  }
  .zysection-s3 .bot-block .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #035ef4, #048bff);
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s3 .bot-block .pagination span.active {
    width: 12px;
  }
  .zysection-s3 .bot-block .pagination span.active:before {
    opacity: 1;
  }

  .zysection-s4 .tab-wrap {
    margin-top: 0.4rem;
  }

  .zysection-s4 .tab-tit {
    width: 100%;
  }

  .zysection-s4 .tab-tit .item {
    width: auto;
    min-width: 33.33%;
    height: 50px;
    border-radius: 0.2rem;
    padding: 0 15px;
  }

  .zysection-s4 .tab-tit .item:before {
    display: none;
  }

  .zysection-s4 .tab-tit .item.active {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .zysection-s4 .tab-cont {
    width: 100%;
    position: static;
    margin-top: 20px;
  }

  .zysection-s5 .items {
    grid-template-columns: repeat(6, calc((900px - 1.4rem) / 6));
    grid-template-rows: repeat(2, calc((900px - 1.4rem) / 6));
  }

  .zysection-s6 .para {
    width: 100%;
  }

  .zysection-s7 {
    background-attachment: inherit;
    padding: 1.4rem 0 20vw;
  }

  .zysection-s7 .tips-box {
    flex-wrap: wrap;
    gap: 15px;
  }

  .zysection-s7 .tips-box .tip {
    width: 100%;
  }

  .zysection-s7 .tips-box i {
    display: none;
  }

  .zysection-s7 .items .sw {
    gap: 0;
  }

  .zysection-s7 .items .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .zysection-s7 .items .item:last-of-type {
    margin-right: 0;
  }

  .zysection-s7 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .zysection-s7 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: width .3s ease;
  }
  .zysection-s7 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #035ef4, #048bff);
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s7 .pagination span.active {
    width: 12px;
  }
  .zysection-s7 .pagination span.active:before {
    opacity: 1;
  }

  .zysection-s8 .items .sw {
    gap: 0;
  }

  .zysection-s8 .item {
    width: calc((100% - 40px) / 3);
    height: auto;
    margin-right: 20px;
  }
  .zysection-s8 .item:last-of-type {
    margin-right: 0;
  }

  .zysection-s8 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .zysection-s8 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: width .3s ease;
  }
  .zysection-s8 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #035ef4, #048bff);
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s8 .pagination span.active {
    width: 12px;
  }
  .zysection-s8 .pagination span.active:before {
    opacity: 1;
  }

  .zysection-s9 .item {
    width: calc((100% - 0.24rem) / 2);
  }

  .zysection-s9 .item .img-box {
    width: 70%;
  }

  .zysection-s9 .button {
    display: none;
  }

  .zysection-s9 .pagination {
    margin-top: 20px;
    gap: 5px;
  }
  .zysection-s9 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .zysection-s9 .pagination span.active {
    width: 12px;
  }

  .zysection-s10 .tab-cont .flex {
    display: block;
  }

  .zysection-s10 .tab-cont .date-box {
    width: 100%;
    justify-content: center;
  }

  .zysection-s10 .tab-cont .date-box .date {
    width: calc((100% - 0.2rem) / 2);
  }

  .zysection-s10 .tab-cont .main-box {
    width: 100%;
    margin-top: 20px;
  }

  .zysection-s10 .tab-cont .item .hide {
    overflow: auto;
  }

  .zysection-s10 .tab-cont .item .inner {
    min-width: 700px;
  }

  .zysection-s12 .bot-block {
    width: 86%;
    margin: 0.4rem auto 0;
  }

  .zysection-s12 .img-box {
    position: static;
    transform: none;
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }

  .zysection-s12 .txt-box {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 20px 20px;
  }

  .zysection-s12 .txt-box .wrap-s {
    width: 100%;
  }

  .zysection-s12 .txt-box .inner {
    width: 100%;
    padding: 0.4rem;
  }

  .zysection-s12 .txt-box:before {
    display: none;
  }

  .zysection-s13 .bot-block {
    width: 86%;
    margin: 0.4rem auto 0;
  }

  .zysection-s13 .item {
    width: 100%;
  }

  .zysection-s13 .item {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
  }

  .zysection-s13 .item .txt-box {
    position: static;
    height: auto;
    display: block;
  }

  .zysection-s13 .item .inner {
    width: 100%;
    padding: 0.4rem;
  }

  .zysection-s13 .button {
    display: none;
  }

  .zysection-s13 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .zysection-s13 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: width .3s ease;
  }
  .zysection-s13 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #035ef4, #048bff);
    opacity: 0;
    transition: opacity .3s ease;
  }
  .zysection-s13 .pagination span.active {
    width: 12px;
  }
  .zysection-s13 .pagination span.active:before {
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .zysection-s8 .item {
    width: calc((100% - 40px) / 2);
  }

  .zysection-s11 .wrap-s {
    display: block;
  }

  .zysection-s11 .txt-box {
    width: 100%;
    padding-right: 0;
  }

  .zysection-s11 .img-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .scroll-main {
    padding: 0 0 60px;
  }

  .index-label .label span {
    font-size: 20px;
  }

  .index-label .en {
    font-size: 10px;
  }

  .index-label .label:before, .index-label .label:after {
    width: 50px;
    height: 30px;
  }

  .zysection-s2 {
    padding: 60px 0 0;
  }

  .zysection-s2 .item .txt-box {
    padding: 0 20px;
  }

  .zysection-s2 .item .topic {
    font-size: 16px;
  }

  .zysection-s2 .item .info span {
    font-size: 14px;
  }

  .zysection-s2 .item .info p {
    font-size: 12px;
  }

  .zysection-s2 .item .btns {
    margin-top: 15px;
  }

  .zysection-s3 {
    padding: 60px 0 0;
  }

  .zysection-s3 .mid-block .item {
    width: 100%;
  }

  .zysection-s3 .mid-block .item .txt-box {
    padding: 15px;
  }

  .zysection-s3 .bot-block .item {
    width: 100%;
  }

  .zysection-s4 {
    margin-top: 60px;
    padding: 60px 0 0;
  }

  .zysection-s4 .tab-wrap {
    padding: 15px;
  }

  .zysection-s4 .tab-tit .item {
    height: 40px;
  }

  .zysection-s4 .tab-tit .item span {
    font-size: 14px;
    transform: none;
  }

  .zysection-s4 .tab-cont {
    margin-top: 10px;
    padding: 20px 15px;
  }

  .zysection-s4 .tab-cont .tit {
    font-size: 16px;
  }

  .zysection-s4 .tab-cont .img-box {
    margin-top: 10px;
  }

  .zysection-s5 {
    padding: 60px 0 0;
  }

  .zysection-s5 .item .txt-box span {
    font-size: 16px;
  }

  .zysection-s6 {
    padding: 60px 0 20vw;
  }

  .zysection-s6 .para {
    margin-top: 20px;
  }

  .zysection-s7 {
    padding: 60px 0 20vw;
  }

  .zysection-s7 .items .item {
    width: 100%;
  }

  .zysection-s7 .para {
    margin-top: 20px;
  }

  .zysection-s7 .tips-box {
    padding: 15px;
  }

  .zysection-s7 .items .item {
    padding: 15px;
  }

  .zysection-s7 .items .item .tit {
    font-size: 16px;
    font-weight: bold;
  }

  .zysection-s8 {
    padding: 60px 0;
  }

  .zysection-s8 .item {
    width: 100%;
  }

  .zysection-s9 {
    padding: 60px 0 0;
  }

  .zysection-s9 .item {
    width: 100%;
  }

  .zysection-s10 {
    padding: 60px 0 0;
  }

  .zysection-s10 .tab-cont {
    margin-top: 20px;
  }

  .zysection-s10 .tab-cont .date-box .date {
    height: 40px;
  }

  .zysection-s10 .tab-cont .item .show {
    flex-wrap: wrap;
    gap: 10px;
  }

  .zysection-s10 .tab-cont .item .show span {
    width: 100%;
  }

  .zysection-s10 .tab-cont .item .show p {
    padding-left: 0;
    border: none;
  }

  .zysection-s11 .inner {
    padding: 60px 0;
  }

  .zysection-s11 .label {
    font-size: 20px;
  }

  .zysection-s12 {
    padding: 60px 0 0;
  }

  .zysection-s12 .txt-box .tit {
    font-size: 16px;
  }

  .zysection-s12 .txt-box .stit span {
    font-size: 16px;
  }

  .zysection-s13 {
    padding: 60px 0 0;
  }

  .zysection-s13 .item .tit {
    font-size: 16px;
    font-weight: bold;
  }

  .zysection-s14 {
    padding: 60px 0 0;
  }

  .zysection-s14 .items {
    margin-top: 20px;
  }

  .zysection-s14 .item {
    width: calc((100% - 0.32rem) / 3);
    height: 50px;
  }
}

/*# sourceMappingURL=bundle.css.map */
