* {
  -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 logomove {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@keyframes o-dot {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.05rem);
  }
}
.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: #eaf2fd;
}

.swiper-pagination-lock {
  display: none !important;
}

.wrap-s {
  width: 86%;
  max-width: 1440px;
  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%);
}

.c-label {
  position: relative;
  padding-bottom: 0.2rem;
}
.c-label .tit {
  font-size: 0.42rem;
  color: #111987;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.c-label p {
  font-size: 0.42rem;
  color: #0156ff;
  opacity: 0.1;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.c-label .icon {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.6rem 0 0 -0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
}

.zysection-scrollnav {
  position: fixed;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: none;
}
.zysection-scrollnav:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 2px;
  top: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.zysection-scrollnav a {
  position: relative;
  display: flex;
  margin-top: 0.24rem;
  padding-left: 0.24rem;
  cursor: pointer;
}
.zysection-scrollnav a:nth-of-type(1) {
  margin-top: 0;
}
.zysection-scrollnav a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b5c0d9;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  transition: opacity .3s ease;
}
.zysection-scrollnav a:after {
  content: '';
  width: 5px;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(180deg, #44c3fe, #0558c4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-scrollnav a span {
  font-size: max(12px, 0.14rem);
  color: #0e1c45;
  transition: color .3s ease;
}
.zysection-scrollnav a.active:before {
  opacity: 0;
}
.zysection-scrollnav a.active:after {
  opacity: 1;
}
.zysection-scrollnav a.active span {
  color: #214f8d;
}
@media (any-hover: hover) {
  .zysection-scrollnav a:hover span {
    color: #214f8d;
  }
}

.zysection-topnav {
  padding: 0 60px;
  margin-top: 0.3rem;
  position: sticky;
  top: 0;
  z-index: 5;
}
.zysection-topnav .block {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: max(24px, 0.6rem);
  height: 0.6rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zysection-topnav .img-box {
  width: 1.59rem;
}
.zysection-topnav .img-box img {
  display: block;
  width: 100%;
}
.zysection-topnav .link {
  display: flex;
  grid-gap: 0.3rem;
}
.zysection-topnav .link a {
  position: relative;
  cursor: pointer;
}
.zysection-topnav .link a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-topnav .link a span {
  font-size: max(12px, 0.14rem);
  line-height: 0.6rem;
  color: #fff;
}
.zysection-topnav .link a.active:after {
  opacity: 1;
}

.scroll-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #eaf2fd;
}

.zysection-s1 {
  margin-top: -0.9rem;
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
.zysection-s1 .video-box, .zysection-s1 .img-box, .zysection-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zysection-s1 .video-box {
  z-index: 1;
}
.zysection-s1 .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s1 .img-box {
  z-index: 2;
}
.zysection-s1 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s1 .txt-box {
  z-index: 3;
  display: flex;
  align-items: center;
}
.zysection-s1 .txt-box .wrap-s {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zysection-s1 .txt-box img {
  width: 8rem;
}
.zysection-s1 .txt-box .tit {
  font-size: 0.38rem;
  color: #fff;
  text-shadow: 0 0.05rem 0.05rem rgba(24, 90, 246, 0.4);
  margin-top: 0.4rem;
}
.zysection-s1 .txt-box p {
  font-size: max(16px, 0.24rem);
  color: #fff;
  text-shadow: 0 0.05rem 0.05rem rgba(24, 90, 246, 0.4);
  margin-top: 0.2rem;
}
.zysection-s1 .txt-box .btns {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.zysection-s1 .txt-box .btns a {
  padding: 0 0.3rem;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(125deg, #1184ef, #1857f6);
  transition: all .3s ease;
}
.zysection-s1 .txt-box .btns a span {
  font-size: max(13px, 0.14rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s1 .txt-box .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(24, 90, 246, 0.4);
  }
}

.zysection-s2 {
  padding: 1rem 0 0;
  background: url("../images/bg-1.png") center top no-repeat;
  background-size: 100% auto;
}
.zysection-s2 .c-label .tit {
  text-align: center;
}
.zysection-s2 .c-label p {
  text-align: center;
}
.zysection-s2 .items {
  position: relative;
}
.zysection-s2 .swiper {
  padding: 0.6rem 0;
}
.zysection-s2 .item {
  width: 20%;
  height: 4.05rem;
  position: relative;
  perspective: 600px;
  opacity: 0;
}
.zysection-s2 .item .box {
  position: absolute;
  top: 0;
  width: 7.2rem;
  height: 4.05rem;
  background-color: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
  transform: scale(0.6) rotateY(-15deg);
}
.zysection-s2 .item .box.trans {
  transition: transform .3s ease;
}
.zysection-s2 .item .box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -1px;
  background: url("../images/img-3.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.zysection-s2 .item .img-box {
  width: 100%;
  height: 100%;
  transition: opacity .3s ease;
}
.zysection-s2 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .zysection-s2 .item .img-box:hover img {
    transform: scale(1.05);
  }
}
.zysection-s2 .item .video-btn {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.45rem 0 0 -0.45rem;
  z-index: 3;
  cursor: pointer;
}
.zysection-s2 .item .video-btn:before, .zysection-s2 .item .video-btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.zysection-s2 .item .video-btn:before {
  background-image: url("../images/icon-2-1.png");
}
.zysection-s2 .item .video-btn:after {
  background-image: url("../images/icon-2-2.png");
}
@media screen and (min-width: 1025px) {
  .zysection-s2 .item.swiper-slide-active {
    opacity: 1;
    z-index: 4;
  }
  .zysection-s2 .item.swiper-slide-active .box {
    left: 50%;
    margin-left: -3.6rem;
    transform: scale(1) rotateY(0deg);
  }
  .zysection-s2 .item.swiper-slide-active .box:after {
    opacity: 1;
  }
  .zysection-s2 .item.swiper-slide-active .img-box {
    opacity: 1;
  }
  .zysection-s2 .item.prev {
    opacity: 1;
  }
  .zysection-s2 .item.prev .box {
    left: 0;
    transform-origin: left center;
  }
  .zysection-s2 .item.next {
    opacity: 1;
  }
  .zysection-s2 .item.next .box {
    right: 0;
    transform-origin: right center;
  }
  .zysection-s2 .item.prev-1 {
    z-index: 3;
  }
  .zysection-s2 .item.prev-1 .box {
    transform: scale(0.9) rotateY(15deg) translateX(-15%);
  }
  .zysection-s2 .item.prev-1 .img-box {
    opacity: 0.5;
  }
  .zysection-s2 .item.prev-2 {
    z-index: 2;
  }
  .zysection-s2 .item.prev-2 .box {
    transform: scale(0.7) rotateY(15deg) translateX(0%);
  }
  .zysection-s2 .item.prev-2 .img-box {
    opacity: 0.2;
  }
  .zysection-s2 .item.next-1 {
    z-index: 3;
  }
  .zysection-s2 .item.next-1 .box {
    transform: scale(0.9) rotateY(-15deg) translateX(15%);
  }
  .zysection-s2 .item.next-1 .img-box {
    opacity: 0.5;
  }
  .zysection-s2 .item.next-2 {
    z-index: 2;
  }
  .zysection-s2 .item.next-2 .box {
    transform: scale(0.7) rotateY(-15deg) translateX(0%);
  }
  .zysection-s2 .item.next-2 .img-box {
    opacity: 0.2;
  }
}
.zysection-s2 .button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: pointer;
}
.zysection-s2 .prevbtn {
  left: 0.6rem;
  background-image: url("../images/prev-1.png");
}
.zysection-s2 .nextbtn {
  right: 0.6rem;
  background-image: url("../images/next-1.png");
}
.zysection-s2 .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0.1rem;
  z-index: 2;
}
.zysection-s2 .pagination span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background-color: #0f1574;
  opacity: 0.2;
  transition: all .3s ease;
  cursor: pointer;
}
.zysection-s2 .pagination span.active {
  opacity: 1;
  width: 0.32rem;
}

.zysection-s3 {
  padding: 1.2rem 0 0;
}
.zysection-s3 .c-label .tit {
  text-align: center;
}
.zysection-s3 .c-label p {
  text-align: center;
}
.zysection-s3 .top-block {
  margin-top: 0.6rem;
}
.zysection-s3 .top-block .items {
  height: 4.52rem;
  display: grid;
  grid-gap: 0.1rem;
  grid-template-columns: repeat(4, calc((100% - 0.3rem) / 4));
  grid-template-rows: repeat(2, calc((100% - 0.1rem) / 2));
}
.zysection-s3 .top-block .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.zysection-s3 .top-block .item:nth-of-type(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.zysection-s3 .top-block .item:nth-of-type(1) .txt-box {
  padding: 0.4rem;
}
.zysection-s3 .top-block .item:nth-of-type(1) .tit {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}
.zysection-s3 .top-block .item:nth-of-type(1) p {
  font-size: max(14px, 0.18rem);
  color: #fff;
  margin-top: 0.1rem;
}
.zysection-s3 .top-block .item:nth-of-type(1) .video-btn:before {
  background-image: url("../images/icon-2-1.png");
}
.zysection-s3 .top-block .item:nth-of-type(1) .video-btn:after {
  background-image: url("../images/icon-2-2.png");
}
.zysection-s3 .top-block .item .box {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.zysection-s3 .top-block .item .img-box {
  height: 100%;
}
.zysection-s3 .top-block .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.zysection-s3 .top-block .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  z-index: 2;
}
.zysection-s3 .top-block .item .tit {
  font-size: max(16px, 0.24rem);
  color: #333333;
}
.zysection-s3 .top-block .item p {
  font-size: max(13px, 0.16rem);
  color: #333333;
  margin-top: 0.05rem;
}
.zysection-s3 .top-block .item .btns {
  margin-top: 0.2rem;
  display: flex;
}
.zysection-s3 .top-block .item .btns .inner-btn {
  padding: 0 0.3rem;
  height: max(30px, 0.4rem);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all .3s ease;
}
.zysection-s3 .top-block .item .btns .inner-btn span {
  font-size: max(13px, 0.14rem);
  color: #0053c2;
}
@media (any-hover: hover) {
  .zysection-s3 .top-block .item .btns .inner-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(24, 90, 246, 0.4);
  }
}
.zysection-s3 .top-block .item .s-btns {
  margin-top: 0.1rem;
  display: flex;
}
.zysection-s3 .top-block .item .s-btns .inner-btn {
  display: flex;
  align-items: center;
  grid-gap: 0.1rem;
}
.zysection-s3 .top-block .item .s-btns .inner-btn span {
  font-size: max(13px, 0.14rem);
  color: #333333;
  transition: color .3s ease;
}
.zysection-s3 .top-block .item .s-btns .inner-btn:after {
  content: '';
  width: 5px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-9-3.png");
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .zysection-s3 .top-block .item .s-btns .inner-btn:hover span {
    color: #0053c2;
  }
  .zysection-s3 .top-block .item .s-btns .inner-btn:hover:after {
    background-image: url("../images/icon-9-1.png");
    transform: translateX(3px);
  }
}
.zysection-s3 .top-block .item .video-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 3;
  cursor: pointer;
}
.zysection-s3 .top-block .item .video-btn:before, .zysection-s3 .top-block .item .video-btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.zysection-s3 .top-block .item .video-btn:before {
  background-image: url("../images/icon-2-3.png");
}
.zysection-s3 .top-block .item .video-btn:after {
  background-image: url("../images/icon-2-4.png");
}
@media (any-hover: hover) {
  .zysection-s3 .top-block .item:hover img {
    transform: scale(1.05);
  }
}
.zysection-s3 .bot-block {
  margin-top: 0.1rem;
  background-color: #fff;
  border-radius: 10px;
  height: max(50px, 0.7rem);
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}
.zysection-s3 .bot-block i {
  width: 0.22rem;
  height: 0.22rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
}
.zysection-s3 .bot-block .tips {
  width: 1.3rem;
  padding-left: 0.12rem;
  font-size: max(15px, 0.2rem);
  color: #333333;
  font-weight: bold;
  position: relative;
}
.zysection-s3 .bot-block .tips:after {
  content: '';
  width: 1px;
  height: 0.2rem;
  background-color: #0156ff;
  position: absolute;
  right: 0;
  top: calc(50% - 0.1rem);
}
.zysection-s3 .bot-block .items {
  width: calc(100% - 1.52rem - 24px);
  padding: 0 0.3rem;
}
.zysection-s3 .bot-block .swiper {
  height: max(36px, 0.5rem);
}
.zysection-s3 .bot-block .item .box {
  height: 100%;
  display: flex;
  align-items: center;
}
.zysection-s3 .bot-block .item .tit {
  font-size: max(14px, 0.18rem);
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .zysection-s3 .bot-block .item:hover .tit {
    color: #0156ff;
  }
}
.zysection-s3 .bot-block .btns {
  width: 24px;
  display: flex;
  justify-content: space-between;
}
.zysection-s3 .bot-block .button {
  width: 9px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  transition: opacity .3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .zysection-s3 .bot-block .button:hover {
    opacity: 1;
  }
}
.zysection-s3 .bot-block .prev {
  background-image: url("../images/prev.png");
}
.zysection-s3 .bot-block .next {
  opacity: 1;
  background-image: url("../images/next.png");
}

.zysection-s4 {
  padding: 1.2rem 0 0;
  position: relative;
}
.zysection-s4:before {
  content: '';
  width: 100%;
  height: 94.6875vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg-2.png");
  position: absolute;
  top: -32vw;
  left: 0;
  pointer-events: none;
}
.zysection-s4 .c-label .tit {
  text-align: center;
}
.zysection-s4 .c-label p {
  text-align: center;
}
.zysection-s4 .cont-block {
  margin-top: 0.6rem;
  position: relative;
}
.zysection-s4 .left-box {
  width: 65.27%;
}
.zysection-s4 .left-box .sw {
  display: flex;
  grid-gap: 0.2rem;
}
.zysection-s4 .left-box .item {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
}
.zysection-s4 .left-box .item .box {
  display: block;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.zysection-s4 .left-box .item .tips {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px;
  color: #fff;
  background-color: #0156ff;
  border-radius: 3px;
  z-index: 3;
}
.zysection-s4 .left-box .item .img-box {
  height: 2.6rem;
  overflow: hidden;
}
.zysection-s4 .left-box .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.zysection-s4 .left-box .item .txt-box {
  padding: 0.4rem 0.3rem 0.5rem;
}
.zysection-s4 .left-box .item .tit {
  font-size: max(16px, 0.22rem);
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zysection-s4 .left-box .item .info-box {
  margin-top: 0.2rem;
}
.zysection-s4 .left-box .item .info {
  display: flex;
  grid-gap: 0.1rem;
  align-items: center;
  margin-top: 0.1rem;
}
.zysection-s4 .left-box .item .info:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.zysection-s4 .left-box .item .info p {
  font-size: max(12px, 0.15rem);
  color: #7a8799;
}
.zysection-s4 .left-box .item .info.time:before {
  background-image: url("../images/icon-4-1.png");
}
.zysection-s4 .left-box .item .info.media:before {
  background-image: url("../images/icon-4-2.png");
}
@media (any-hover: hover) {
  .zysection-s4 .left-box .item:hover img {
    transform: scale(1.05);
  }
}
.zysection-s4 .left-box .pagination {
  margin-top: 0.2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0.1rem;
  z-index: 2;
  display: none;
}
.zysection-s4 .left-box .pagination span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background-color: #0f1574;
  opacity: 0.2;
  transition: all .3s ease;
  cursor: pointer;
}
.zysection-s4 .left-box .pagination span.active {
  opacity: 1;
  width: 0.32rem;
}
.zysection-s4 .right-box {
  width: calc(34.72% - 0.2rem);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff url("../images/img-7.jpg") center bottom no-repeat;
  background-size: 100% auto;
  border-radius: 10px;
  padding: 0.2rem 0.4rem;
}
.zysection-s4 .right-box .list {
  height: 100%;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  overflow: auto;
}
.zysection-s4 .right-box a {
  padding: 0.24rem 0;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.zysection-s4 .right-box a:nth-of-type(1) {
  border: none;
}
.zysection-s4 .right-box a .tit {
  font-size: max(15px, 0.2rem);
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.zysection-s4 .right-box a .info {
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
  grid-gap: 0.15rem;
}
.zysection-s4 .right-box a .info:before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4-1.png");
}
.zysection-s4 .right-box a .info span {
  font-size: max(12px, 0.15rem);
  color: #7a8799;
}
.zysection-s4 .right-box a .info i {
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
  .zysection-s4 .right-box a:hover .tit {
    color: #214f8d;
  }
}

.zysection-s5 {
  padding: 1.2rem 0 0;
  position: relative;
  overflow: hidden;
}
.zysection-s5 .c-label .tit {
  text-align: center;
}
.zysection-s5 .c-label p {
  text-align: center;
}
.zysection-s5 .items {
  margin-top: 0.6rem;
  white-space: nowrap;
  font-size: 0;
}
.zysection-s5 .block {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.1rem;
}
.zysection-s5 .flex {
  position: relative;
  width: 15.06rem;
  height: 6.8rem;
  display: flex;
  align-items: flex-start;
  grid-gap: 0.1rem;
}
.zysection-s5 .item {
  position: relative;
}
.zysection-s5 .item:nth-of-type(1) {
  width: 5.5rem;
  height: 6.8rem;
}
.zysection-s5 .item:nth-of-type(2) {
  width: 4.68rem;
  height: 4.7rem;
}
.zysection-s5 .item:nth-of-type(3) {
  width: 4.68rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  left: 5.6rem;
}
.zysection-s5 .item:nth-of-type(4) {
  width: 4.68rem;
  height: 2rem;
}
.zysection-s5 .item:nth-of-type(5) {
  width: 4.68rem;
  height: 4.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.zysection-s5 .item .img-box {
  border-radius: 0.15rem;
  height: 100%;
  overflow: hidden;
}
.zysection-s5 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.zysection-s5 .item .video-btn {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.45rem 0 0 -0.45rem;
  z-index: 3;
  cursor: pointer;
}
.zysection-s5 .item .video-btn:before, .zysection-s5 .item .video-btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.zysection-s5 .item .video-btn:before {
  background-image: url("../images/icon-2-1.png");
}
.zysection-s5 .item .video-btn:after {
  background-image: url("../images/icon-2-2.png");
}
@media (any-hover: hover) {
  .zysection-s5 .item:hover img {
    transform: scale(1.05);
  }
}

.zysection-s6 {
  padding: 1.6rem 0 0;
  overflow: hidden;
}
.zysection-s6 .wrap-s {
  display: flex;
  align-items: center;
}
.zysection-s6 .txt-box {
  width: calc(50% + 1rem);
  padding-right: 1rem;
}
.zysection-s6 .para {
  font-size: max(15px, 0.2rem);
  color: #7a8799;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.zysection-s6 .img-box {
  width: calc(50% - 1rem);
}
.zysection-s6 .img-box .bg {
  margin-right: calc(-50vw + 720px);
  height: 6.2rem;
  border-radius: 3.1rem 0 0 3.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-8.jpg");
  background-attachment: fixed;
}

.zysection-s7 {
  padding: 1rem 0 0;
}
.zysection-s7 .c-label .tit {
  text-align: center;
}
.zysection-s7 .c-label p {
  text-align: center;
}
.zysection-s7 .items {
  margin-top: 0.6rem;
}
.zysection-s7 .sw {
  display: flex;
  grid-gap: 0.1rem;
}
.zysection-s7 .item {
  width: calc((100% - 7.8rem - 0.3rem) / 3);
  height: 4.5rem;
  position: relative;
  transition: width .3s ease;
  overflow: hidden;
}
.zysection-s7 .item .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff url("../images/img-10.png") center top no-repeat;
  background-size: 100% auto;
  padding-top: 1.8rem;
  cursor: pointer;
}
.zysection-s7 .item .show i {
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.zysection-s7 .item .show .tit {
  font-size: max(16px, 0.24rem);
  color: #333333;
  text-align: center;
  margin-top: 0.2rem;
}
.zysection-s7 .item .hide {
  width: 7.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.zysection-s7 .item .hide .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.zysection-s7 .item .hide .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s7 .item .hide .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.6rem 0.6rem;
}
.zysection-s7 .item .hide i {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mask: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 60%);
}
.zysection-s7 .item .hide .tit {
  font-size: 0.32rem;
  color: #ffffff;
  font-weight: bold;
  margin-top: -0.3rem;
}
.zysection-s7 .item .hide p {
  font-size: max(14px, 0.18rem);
  color: #ffffff;
  margin-top: 0.1rem;
}
.zysection-s7 .item.active {
  width: 7.8rem !important;
}
.zysection-s7 .item.active .hide {
  opacity: 1;
  visibility: visible;
}
.zysection-s7 .pagination {
  margin-top: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0.1rem;
  z-index: 2;
  display: none;
}
.zysection-s7 .pagination span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background-color: #0f1574;
  opacity: 0.2;
  transition: all .3s ease;
  cursor: pointer;
}
.zysection-s7 .pagination span.active {
  opacity: 1;
  width: 0.32rem;
}

.zysection-s8 {
  padding: 1.2rem 0 0;
}
.zysection-s8 .c-label .tit {
  text-align: center;
}
.zysection-s8 .c-label p {
  text-align: center;
}
.zysection-s8 .tab-tit {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.zysection-s8 .tab-tit .block {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0.05rem 0.2rem;
  border-radius: max(25px, 0.31rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.zysection-s8 .tab-tit .item {
  display: flex;
  align-items: center;
  grid-gap: 0.1rem;
  padding: 0 0.3rem;
  height: max(36px, 0.48rem);
  border-radius: max(18px, 0.24rem);
  cursor: pointer;
  transition: all .3s ease;
}
.zysection-s8 .tab-tit .item:before {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6-1.png");
  transition: all .3s ease;
}
.zysection-s8 .tab-tit .item span {
  font-size: max(15px, 0.2rem);
  color: #041f78;
  transition: color .3s ease;
}
.zysection-s8 .tab-tit .item.active {
  background-color: #336fff;
}
.zysection-s8 .tab-tit .item.active:before {
  background-image: url("../images/icon-6-2.png");
}
.zysection-s8 .tab-tit .item.active span {
  color: #fff;
}
.zysection-s8 .tab-cont {
  margin-top: 0.5rem;
}
.zysection-s8 .tab-cont .child {
  display: none;
}
.zysection-s8 .tab-cont .child.active {
  display: block;
}
.zysection-s8 .tab-cont .block {
  margin-top: 0.12rem;
  border: 2px solid #fff;
  border-radius: 0.16rem;
  overflow: hidden;
}
.zysection-s8 .tab-cont .block:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s8 .tab-cont .block .show {
  height: max(60px, 0.8rem);
  padding: 0 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.zysection-s8 .tab-cont .block .show .tit {
  font-size: max(15px, 0.2rem);
  color: #0053c2;
}
.zysection-s8 .tab-cont .block .show .info-box {
  display: flex;
  grid-gap: 0.3rem;
  padding-right: 0.3rem;
}
.zysection-s8 .tab-cont .block .show .info {
  display: flex;
  align-items: center;
  grid-gap: 0.1rem;
}
.zysection-s8 .tab-cont .block .show .info:before {
  content: '';
  width: max(12px, 0.18rem);
  height: max(12px, 0.18rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.zysection-s8 .tab-cont .block .show .info span {
  font-size: max(14px, 0.18rem);
  color: #0053c2;
}
.zysection-s8 .tab-cont .block .show .info.addr:before {
  background-image: url("../images/icon-7-1.png");
}
.zysection-s8 .tab-cont .block .show .info.time:before {
  background-image: url("../images/icon-8-1.png");
}
.zysection-s8 .tab-cont .block .show:after {
  content: '';
  width: 0.1rem;
  height: 0.18rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-9-1.png");
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.09rem;
}
.zysection-s8 .tab-cont .block .hide {
  padding: 0.4rem;
  background: url("../images/img-12.png") center bottom no-repeat;
  background-size: 100% auto;
  display: none;
}
.zysection-s8 .tab-cont .block .mainblock {
  overflow: auto;
}
.zysection-s8 .tab-cont .block .txt {
  font-size: 12px;
  color: #333;
  margin: 10px;
  text-align: right;
  display: none;
}
.zysection-s8 .tab-cont .block .top-box {
  padding: 0 0.4rem;
  height: max(40px, 0.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-13.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.zysection-s8 .tab-cont .block .top-box span {
  font-size: max(15px, 0.2rem);
  color: #336fff;
  font-weight: bold;
}
.zysection-s8 .tab-cont .block .top-box span:nth-of-type(1) {
  width: 24%;
}
.zysection-s8 .tab-cont .block .top-box span:nth-of-type(2) {
  width: 44%;
}
.zysection-s8 .tab-cont .block .top-box span:nth-of-type(3) {
  width: 32%;
}
.zysection-s8 .tab-cont .block .bot-box {
  padding: 0 0.4rem;
}
.zysection-s8 .tab-cont .block .item {
  padding: 0.4rem 0;
  position: relative;
  display: flex;
  align-items: baseline;
}
.zysection-s8 .tab-cont .block .item:before {
  content: '';
  width: 1px;
  position: absolute;
  top: calc(0.6rem + 9px);
  left: calc(24% - 0.8rem - 4px);
  bottom: -0.34rem;
  background-color: #c2d6f2;
}
.zysection-s8 .tab-cont .block .item:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(24% - 0.1rem);
  background-color: #c2d6f2;
}
.zysection-s8 .tab-cont .block .item .tit {
  width: 24%;
  font-size: max(14px, 0.18rem);
  color: #0053c2;
  position: relative;
}
.zysection-s8 .tab-cont .block .item .tit:after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #4884d4;
  box-sizing: border-box;
  position: absolute;
  right: 0.8rem;
  top: 0.06rem;
}
.zysection-s8 .tab-cont .block .item .topic {
  width: 44%;
  font-size: max(14px, 0.18rem);
  color: #333333;
  font-weight: bold;
}
.zysection-s8 .tab-cont .block .item .topic p {
  margin-top: 0.2rem;
}
.zysection-s8 .tab-cont .block .item .topic p:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s8 .tab-cont .block .item .guest {
  width: 32%;
  font-size: max(14px, 0.18rem);
  color: #333333;
}
.zysection-s8 .tab-cont .block .item .guest p {
  margin-top: 0.2rem;
}
.zysection-s8 .tab-cont .block .item .guest p:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s8 .tab-cont .block .item .guest span {
  color: #b8b8b8;
}
.zysection-s8 .tab-cont .block .item:last-of-type:before, .zysection-s8 .tab-cont .block .item:last-of-type:after {
  display: none;
}
.zysection-s8 .tab-cont .block.active .show {
  background-color: #336fff;
}
.zysection-s8 .tab-cont .block.active .show .tit {
  color: #fff;
}
.zysection-s8 .tab-cont .block.active .show .info span {
  color: #fff;
}
.zysection-s8 .tab-cont .block.active .show .info.addr:before {
  background-image: url("../images/icon-7-2.png");
}
.zysection-s8 .tab-cont .block.active .show .info.time:before {
  background-image: url("../images/icon-8-2.png");
}
.zysection-s8 .tab-cont .block.active .show:after {
  background-image: url("../images/icon-9-2.png");
  transform: rotate(90deg);
}
.zysection-s8 .tab-cont .block.active .hide {
  display: block;
}
.zysection-s8 .tips {
  font-size: max(13px, 0.16rem);
  color: #0053c2;
  margin-top: 0.2rem;
  text-align: right;
}

.zysection-s9 {
  position: relative;
}
.zysection-s9:before {
  content: '';
  width: 100%;
  height: 28.75vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg-3.png");
  position: absolute;
  top: -20vw;
  left: 0;
  pointer-events: none;
}
.zysection-s9 .cont-block {
  padding: 1.4rem 0 0;
  overflow: hidden;
}
.zysection-s9 .block {
  height: 5rem;
  border-radius: 0 2.5rem 2.5rem 0;
  margin-left: calc(-50vw + 720px);
  padding-left: calc(50vw - 720px);
  background: #f2f7fe url("../images/img-14.png") left top no-repeat;
  background-size: auto 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 0.3rem rgba(3, 60, 228, 0.05);
  display: flex;
  align-items: center;
}
.zysection-s9 .tit {
  font-size: 0.36rem;
  color: #010101;
  font-weight: bold;
}
.zysection-s9 .stit {
  font-size: max(18px, 0.26rem);
  color: #010101;
  font-weight: bold;
  margin-top: 0.1rem;
}
.zysection-s9 .para {
  font-size: max(13px, 0.17rem);
  color: #7a8799;
  line-height: 1.6;
  margin-top: 0.15rem;
}
.zysection-s9 .btns {
  margin-top: 0.3rem;
  display: flex;
}
.zysection-s9 .btns a {
  padding: 0 0.3rem;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(125deg, #1184ef, #1857f6);
  transition: all .3s ease;
}
.zysection-s9 .btns a span {
  font-size: max(13px, 0.14rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s9 .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(24, 90, 246, 0.4);
  }
}
.zysection-s9 .pic-box {
  width: 5.06rem;
  position: absolute;
  right: 0.18rem;
  bottom: 0.18rem;
}
.zysection-s9 .pic-box img.bg {
  display: block;
  width: 100%;
}
.zysection-s9 .ewm-box {
  width: 1.76rem;
  position: absolute;
  top: 0.9rem;
  left: 0.76rem;
}
.zysection-s9 .ewm-box .box {
  width: 1.76rem;
}
.zysection-s9 .ewm-box .box:nth-of-type(2) {
  display: none;
}
.zysection-s9 .ewm-box img {
  display: block;
  width: 100%;
}
.zysection-s9 .ewm-box p {
  font-size: max(16px, 0.22rem);
  color: #000000;
  text-align: center;
  margin-top: 0.2rem;
}

.zysection-s10 {
  padding: 1.2rem 0 0;
}
.zysection-s10 .c-label .tit {
  text-align: center;
}
.zysection-s10 .c-label p {
  text-align: center;
}
.zysection-s10 .items {
  margin-top: 0.6rem;
  padding: 0 60px;
  position: relative;
}
.zysection-s10 .item {
  width: 20%;
}
.zysection-s10 .item .box {
  display: block;
  height: 100%;
}
.zysection-s10 .item .img-box {
  margin: 0 auto;
  width: 2.3rem;
  height: 2.87rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s10 .item img {
  max-width: 100%;
  max-height: 100%;
}
.zysection-s10 .item .txt-box {
  margin-top: 0.2rem;
}
.zysection-s10 .item .tit {
  font-size: max(18px, 0.26rem);
  color: #222222;
  text-align: center;
}
.zysection-s10 .item p {
  font-size: max(14px, 0.18rem);
  color: #666666;
  text-align: center;
  margin-top: 0.05rem;
}
.zysection-s10 .button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(35% - 20px);
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  z-index: 2;
  cursor: pointer;
}
.zysection-s10 .prevbtn {
  left: 0;
  background-image: url("../images/prev-1.png");
}
.zysection-s10 .nextbtn {
  right: 0;
  background-image: url("../images/next-1.png");
}
.zysection-s10 .pagination {
  margin-top: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0.1rem;
  z-index: 2;
}
.zysection-s10 .pagination span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background-color: #0f1574;
  opacity: 0.2;
  transition: all .3s ease;
  cursor: pointer;
}
.zysection-s10 .pagination span.active {
  opacity: 1;
  width: 0.32rem;
}

.zysection-s11 {
  padding: 1.4rem 0 0;
  position: relative;
}
.zysection-s11:before {
  content: '';
  width: 100%;
  height: 93.33vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg-4.png");
  position: absolute;
  top: -35vw;
  left: 0;
  pointer-events: none;
}
.zysection-s11 .c-label .tit {
  text-align: center;
}
.zysection-s11 .c-label p {
  text-align: center;
}
.zysection-s11 .cont-block {
  margin-top: 0.6rem;
  position: relative;
}
.zysection-s11 .pic-box {
  position: relative;
  border-radius: 0.3rem;
  border: 2px solid #fff;
  box-shadow: 0 0 0.3rem rgba(3, 60, 228, 0.05);
  overflow: hidden;
}
.zysection-s11 .pic-box .img-box img {
  display: block;
  width: 100%;
}
.zysection-s11 .pic-box .img-box img.m {
  display: none;
}
.zysection-s11 .pic-box .dot {
  position: absolute;
}
.zysection-s11 .pic-box .dot:before {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: o-dot 1s linear infinite;
}
.zysection-s11 .pic-box .dot span {
  position: absolute;
  bottom: calc(100% + 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  font-size: max(12px, 0.14rem);
  color: #fff;
  font-weight: bold;
  padding: 0.1rem 0.16rem;
  white-space: nowrap;
  border-radius: max(14px, 0.18rem);
}
.zysection-s11 .pic-box .dot:nth-of-type(1) {
  bottom: 52%;
  left: 19%;
}
.zysection-s11 .pic-box .dot:nth-of-type(1):before {
  width: 0.18rem;
  height: 0.32rem;
  background-image: url("../images/icon-10-1.png");
}
.zysection-s11 .pic-box .dot:nth-of-type(1) span {
  background-color: #f8cc2c;
}
.zysection-s11 .pic-box .dot:nth-of-type(2) {
  bottom: 42%;
  left: 28.5%;
}
.zysection-s11 .pic-box .dot:nth-of-type(2):before {
  width: 0.18rem;
  height: 0.32rem;
  background-image: url("../images/icon-10-2.png");
}
.zysection-s11 .pic-box .dot:nth-of-type(2) span {
  background-color: #36daad;
}
.zysection-s11 .pic-box .dot:nth-of-type(3) {
  bottom: 46%;
  left: 39%;
}
.zysection-s11 .pic-box .dot:nth-of-type(3):before {
  width: 0.33rem;
  height: 0.6rem;
  background-image: url("../images/icon-10-3.png");
}
.zysection-s11 .pic-box .dot:nth-of-type(3) span {
  background-color: #0f7ae1;
}
.zysection-s11 .txt-box {
  width: 5.44rem;
  height: 4.4rem;
  position: absolute;
  right: -0.5rem;
  top: calc(50% - 2.2rem);
  background: url("../images/img-19.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  padding: 0 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zysection-s11 .txt-box .tit {
  font-size: 0.42rem;
  color: #2b3f58;
  font-weight: bold;
}
.zysection-s11 .txt-box .box {
  margin-top: 0.3rem;
}
.zysection-s11 .txt-box .box span {
  display: block;
  font-size: max(15px, 0.22rem);
  color: #000000;
  font-weight: bold;
}
.zysection-s11 .txt-box .box p {
  display: block;
  font-size: max(15px, 0.22rem);
  color: #000000;
  margin-top: 0.1rem;
  font-weight: lighter;
}

.zysection-s12 {
  padding: 1.2rem 0 0;
  position: relative;
}
.zysection-s12:before {
  content: '';
  width: 100%;
  height: 35vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg-5.png");
  position: absolute;
  top: -15vw;
  left: 0;
  pointer-events: none;
}
.zysection-s12 .c-label .tit {
  text-align: center;
}
.zysection-s12 .c-label p {
  text-align: center;
}
.zysection-s12 .tab-tit {
  margin-top: 0.6rem;
}
.zysection-s12 .tab-tit .item {
  width: auto;
  height: max(50px, 0.7rem);
  padding: 0 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.zysection-s12 .tab-tit .item span {
  font-size: max(15px, 0.2rem);
  color: #333333;
  transition: color .3s ease;
}
.zysection-s12 .tab-tit .item:after {
  content: '';
  width: 100%;
  height: 0.04rem;
  background-color: #386bf3;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: all .3s ease;
}
.zysection-s12 .tab-tit .item.active span {
  color: #386bf3;
}
.zysection-s12 .tab-tit .item.active:after {
  opacity: 1;
  transform: scale(1);
}
.zysection-s12 .tab-cont {
  margin-top: 0.06rem;
}
.zysection-s12 .tab-cont .child {
  height: 7.7rem;
  position: relative;
  background-color: #0153c3;
  display: none;
}
.zysection-s12 .tab-cont .child.active {
  display: block;
}
.zysection-s12 .tab-cont .child.active .img-box, .zysection-s12 .tab-cont .child.active .tit, .zysection-s12 .tab-cont .child.active .para, .zysection-s12 .tab-cont .child.active .tips, .zysection-s12 .tab-cont .child.active .btns {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zysection-s12 .tab-cont .child.active .tit {
  animation-delay: .1s;
}
.zysection-s12 .tab-cont .child.active .para {
  animation-delay: .2s;
}
.zysection-s12 .tab-cont .child.active .tips {
  animation-delay: .3s;
}
.zysection-s12 .tab-cont .child.active .btns {
  animation-delay: .4s;
}
.zysection-s12 .tab-cont .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mask: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, #fff 60%);
  z-index: 1;
}
.zysection-s12 .tab-cont .txt-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.zysection-s12 .tab-cont .img-box, .zysection-s12 .tab-cont .tit, .zysection-s12 .tab-cont .para, .zysection-s12 .tab-cont .tips, .zysection-s12 .tab-cont .btns {
  opacity: 0;
}
.zysection-s12 .tab-cont .img-box {
  height: 0.7rem;
}
.zysection-s12 .tab-cont .img-box img {
  display: block;
  height: 100%;
}
.zysection-s12 .tab-cont .tit {
  font-size: 0.42rem;
  color: #fff;
  font-weight: bold;
  margin-top: -0.2rem;
}
.zysection-s12 .tab-cont .para {
  max-width: 8.6rem;
  font-size: max(14px, 0.18rem);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-align: justify;
  margin-top: 0.24rem;
}
.zysection-s12 .tab-cont .tips {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.1rem;
}
.zysection-s12 .tab-cont .tips span {
  line-height: max(26px, 0.38rem);
  padding: 0 0.24rem;
  border-radius: max(15px, 0.2rem);
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-size: max(13px, 0.16rem);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.zysection-s12 .tab-cont .btns {
  margin-top: 0.4rem;
  display: flex;
}
.zysection-s12 .tab-cont .btns a {
  padding: 0 0.3rem;
  height: max(30px, 0.4rem);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(125deg, #eef4fb, #91b5e5);
  transition: all .3s ease;
}
.zysection-s12 .tab-cont .btns a span {
  font-size: max(13px, 0.14rem);
  color: #0053c2;
}
@media (any-hover: hover) {
  .zysection-s12 .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(24, 90, 246, 0.4);
  }
}

.zysection-s13 {
  padding: 1.2rem 0 14.5vw;
  background: url("../images/bg-6.png") center bottom no-repeat;
  background-size: 100% auto;
}
.zysection-s13 .items {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.1rem;
}
.zysection-s13 .item {
  width: calc((100% - 0.7rem) / 8);
  height: max(60px, 0.8rem);
  border: 1px solid #fff;
  border-radius: 0.1rem;
  background-color: #f2f8ff;
  box-shadow: 0 0.1rem 0.3rem rgba(51, 112, 255, 0.1);
}
.zysection-s13 .item .box {
  display: block;
  height: 100%;
}
.zysection-s13 .item .img-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s13 .item img {
  max-width: 60%;
  max-height: 50%;
  mix-blend-mode: multiply;
}

@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-topnav {
    padding: 0 30px;
  }

  .zysection-scrollnav {
    left: 10px;
  }

  .zysection-s9 .txt-box {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1681px) {
  .zysection-s6 .img-box .bg {
    margin-right: -7vw;
  }

  .zysection-s9 .block {
    margin-left: -7vw;
    padding-left: 7vw;
  }
}
@media screen and (max-width: 1025px) {
  .zysection-scrollnav {
    display: none;
  }

  .zysection-topnav {
    display: none;
  }

  .zysection-s1 {
    margin-top: 0;
    height: 100vw;
  }

  .zysection-s2 .item {
    opacity: 1;
    height: 15vw;
  }

  .zysection-s2 .item .box {
    transform: none;
    width: 100%;
    height: 100%;
  }

  .zysection-s2 .button {
    display: none;
  }

  .zysection-s6 .img-box .bg {
    background-attachment: inherit;
  }

  .zysection-s7 .sw {
    grid-gap: 0;
  }

  .zysection-s7 .item {
    height: auto;
    transition: none;
  }

  .zysection-s7 .item .show {
    display: none;
  }

  .zysection-s7 .item .hide {
    position: relative;
    transition: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
    aspect-ratio: 780 / 450;
  }

  .zysection-s8 .tab-cont .block .txt {
    display: block;
  }

  .zysection-s8 .tab-cont .block .scroll {
    width: 800px;
  }

  .zysection-s9:before {
    top: -15vw;
    display: none;
  }

  .zysection-s9 .txt-box {
    padding-left: 0;
  }

  .zysection-s10 .items {
    padding: 0;
  }

  .zysection-s10 .item {
    width: 33.33%;
  }

  .zysection-s10 .button {
    display: none;
  }

  .zysection-s12:before {
    top: -10vw;
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .zysection-s3 .top-block .items {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .zysection-s3 .top-block .item {
    width: calc((100% - 0.1rem) / 2);
  }

  .zysection-s3 .top-block .item .img-box {
    height: auto;
    aspect-ratio: 353 / 221;
  }

  .zysection-s3 .top-block .item .btns {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
  }

  .zysection-s3 .top-block .item:nth-of-type(1) {
    width: 100%;
  }

  .zysection-s3 .top-block .item:nth-of-type(1) .video-btn {
    top: auto;
    right: auto;
    left: 0.2rem;
    bottom: 0.2rem;
  }

  .zysection-s4 .left-box {
    width: 100%;
  }

  .zysection-s4 .left-box .item .img-box {
    height: auto;
    aspect-ratio: 460 / 260;
  }

  .zysection-s4 .right-box {
    position: static;
    width: 100%;
    margin-top: 0.2rem;
  }

  .zysection-s9 .btns {
    display: none;
  }

  .zysection-s9 .pic-box {
    position: static;
    width: 100%;
    margin-top: 0.2rem;
  }

  .zysection-s9 .pic-box img.bg {
    display: none;
  }

  .zysection-s9 .ewm-box {
    position: static;
    width: 100%;
    display: flex;
    grid-gap: 20px;
  }

  .zysection-s9 .ewm-box .box:nth-of-type(2) {
    display: block;
  }

  .zysection-s9 .block {
    display: block;
    height: auto;
    margin-left: 0;
    padding: 30px;
    border-radius: 10px;
  }

  .zysection-s10 .item .img-box {
    width: 80%;
    height: auto;
    aspect-ratio: 253 / 320;
  }

  .zysection-s11 .pic-box .img-box img.pc {
    display: none;
  }

  .zysection-s11 .pic-box .img-box img.m {
    display: block;
  }

  .zysection-s11 .pic-box .dots {
    display: none;
  }

  .zysection-s11 .txt-box {
    position: static;
    width: 100%;
    height: auto;
    padding: 0.6rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 769px) {
  .zysection-s2 .item {
    height: 48vw;
  }
}
@media screen and (max-width: 640px) {
  .c-label .tit {
    font-size: 20px;
  }

  .c-label p {
    font-size: 20px;
  }

  .zysection-s1 .txt-box {
    padding-top: 3vw;
  }

  .zysection-s1 .txt-box img {
    width: 50vw;
  }

  .zysection-s1 .txt-box .tit {
    font-size: 18px;
    margin-top: 15px;
  }

  .zysection-s1 .txt-box p {
    font-size: 14px;
  }

  .zysection-s1 .txt-box .btns {
    margin-top: 20px;
  }

  .zysection-s3 .top-block .item .txt-box {
    padding: 10px;
  }

  .zysection-s3 .top-block .item .tit {
    font-size: 14px;
  }

  .zysection-s3 .top-block .item p {
    font-size: 12px;
  }

  .zysection-s3 .top-block .item .s-btns .inner-btn span {
    font-size: 12px;
  }

  .zysection-s4 .left-box .sw {
    grid-gap: 0;
  }

  .zysection-s4 .left-box .item {
    width: 100%;
  }

  .zysection-s4 .left-box .pagination {
    display: flex;
  }

  .zysection-s6 .wrap-s {
    display: block;
  }

  .zysection-s6 .txt-box {
    width: 100%;
    padding-right: 0;
  }

  .zysection-s6 .img-box {
    width: 100%;
    margin-top: 0.2rem;
  }

  .zysection-s6 .img-box .bg {
    margin-right: 0;
    border-radius: 10px;
    height: 55vw;
  }

  .zysection-s7 .item .hide .txt-box {
    padding: 0 20px 20px;
  }

  .zysection-s7 .item .hide i {
    width: 40px;
    height: 40px;
  }

  .zysection-s7 .item .hide .tit {
    font-size: 16px;
  }

  .zysection-s7 .pagination {
    display: flex;
  }

  .zysection-s8 .tab-cont .block .show {
    display: block;
    height: auto;
    padding: 0.2rem 0.4rem;
  }

  .zysection-s8 .tab-cont .block .show .info-box {
    margin-top: 5px;
  }

  .zysection-s9 .tit {
    font-size: 20px;
  }

  .zysection-s9 .stit {
    font-size: 16px;
  }

  .zysection-s9 .ewm-box p {
    font-size: 14px;
  }

  .zysection-s10 .item {
    width: 50%;
  }

  .zysection-s10 .item .tit {
    font-size: 16px;
  }

  .zysection-s11 .txt-box {
    padding: 20px;
  }

  .zysection-s11 .txt-box .tit {
    font-size: 18px;
  }

  .zysection-s11 .txt-box .box span {
    font-size: 14px;
  }

  .zysection-s11 .txt-box .box p {
    font-size: 14px;
  }

  .zysection-s12 .tab-cont .img-box {
    height: 30px;
  }

  .zysection-s12 .tab-cont .tit {
    font-size: 20px;
  }

  .zysection-s12 .tab-cont .child {
    height: 500px;
  }

  .zysection-s13 .item {
    width: calc((100% - 0.2rem) / 3);
  }
}

/*# sourceMappingURL=bundle.css.map */
