* {
  -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: 16px;
}

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-updown {
  0% {
    transform: translateY(0);
  }
  90%,100% {
    transform: translateY(50%);
  }
}
@keyframes o-updown-1 {
  0%,95%,100% {
    transform: translateY(0);
  }
  45%,50% {
    transform: translateY(-5%);
  }
}
.wrap-s {
  width: 86%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.c-bg-fixed, .zydssection-s5, .zydssection-s12 .bg-block .bg {
  background-attachment: fixed;
}

.c-title {
  position: relative;
  padding-bottom: 5rem;
}
.c-title .en {
  font-size: 2.25rem;
  font-weight: 600;
}
.c-title .zh {
  font-size: 3rem;
  font-weight: 600;
  margin-top: -1rem;
  display: inline-block;
}
.c-title:after {
  content: '';
  width: 100%;
  height: 6rem;
  max-height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-title.t-color .en {
  color: #5c75a6;
  opacity: 0.2;
}
.c-title.t-color .zh {
  color: transparent;
  background-image: linear-gradient(60deg, #913bff, #1c76fe);
  -webkit-background-clip: text;
  background-clip: text;
}
.c-title.t-color:after {
  background-image: url("../images/img-1-1.png");
}
.c-title.t-white .en {
  color: #ffffff;
  opacity: 0.1;
}
.c-title.t-white .zh {
  color: #ffffff;
}
.c-title.t-white:after {
  background-image: url("../images/img-1-2.png");
}
.c-title.t-center {
  text-align: center;
}
.c-title.t-left {
  overflow: hidden;
}
.c-title.t-left:after {
  background-image: url("../images/img-1-2.png");
  transform: translateX(-32%);
}

.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%);
}

.vote-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.vote-pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.vote-pop .main {
  width: 90%;
  max-width: 56.25rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-16.jpg");
  border-radius: 10px;
}
.vote-pop .close {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close.png");
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
  z-index: 3;
}
.vote-pop .top-box {
  height: 10rem;
  position: relative;
}
.vote-pop .top-box .txt-box {
  height: 100%;
  border-bottom: 1px solid rgba(20, 69, 110, 0.1);
  padding-left: 3.125rem;
}
.vote-pop .top-box .txt-box img {
  max-width: 12.5rem;
  max-height: 5rem;
  mix-blend-mode: darken;
}
.vote-pop .top-box .txt-box .tit {
  font-size: 1.5rem;
  color: #14456e;
  font-weight: 600;
  margin-top: 1rem;
}
.vote-pop .bot-box {
  padding: 3.125rem 0 3.75rem 3.125rem;
  display: flex;
  align-items: center;
}
.vote-pop .bot-box .left-box {
  width: calc(100% - 15rem);
}
.vote-pop .bot-box .left-box .tit {
  font-size: 1.5rem;
  color: #14456e;
  font-weight: 600;
}
.vote-pop .bot-box .left-box .para {
  font-size: 1rem;
  color: #5c75a6;
  line-height: 1.6;
  margin-top: 1.25rem;
}
.vote-pop .bot-box .right-box {
  width: 15rem;
  text-align: center;
}
.vote-pop .bot-box .right-box img {
  display: block;
  width: 8.75rem;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.vote-pop .bot-box .right-box p {
  font-size: 1rem;
  color: #5c75a6;
  margin-top: 1rem;
}
.vote-pop .bot-box .right-box a {
  margin: 0 auto;
  width: 140px;
  line-height: 40px;
  background-image: linear-gradient(90deg, #40a5ff, 60%, #286ed8);
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: none;
}

.zydssection-s1 {
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
  background-color: #011b80;
}
.zydssection-s1 .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.zydssection-s1 .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 90%;
}
.zydssection-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.zydssection-s1 .txt-box .label {
  width: 47.8125rem;
  margin: 0 auto;
}
.zydssection-s1 .txt-box .label img {
  display: block;
  width: 100%;
}
.zydssection-s1 .txt-box .tips {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
}
.zydssection-s1 .txt-box .tips span {
  font-size: max(13px, 1rem);
  line-height: 19px;
  color: #fff;
  font-weight: 500;
}
.zydssection-s1 .txt-box .tips img {
  width: max(80px, 6.4375rem);
}
.zydssection-s1 .txt-box .tips p {
  width: 100%;
  font-size: max(11px, 0.8125rem);
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}
.zydssection-s1 .txt-box .link {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.zydssection-s1 .txt-box .link a {
  width: max(100px, 8.75rem);
  height: max(36px, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .3s ease;
}
.zydssection-s1 .txt-box .link a:before {
  content: '';
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity .3s ease;
}
.zydssection-s1 .txt-box .link a:after {
  content: '';
  background-image: linear-gradient(125deg, #6187c3, #82a3cc);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity .3s ease;
}
.zydssection-s1 .txt-box .link a span {
  position: relative;
  z-index: 2;
  font-size: max(12px, 0.875rem);
  color: #fff;
}
.zydssection-s1 .txt-box .link a:nth-of-type(1):before {
  opacity: 0;
}
.zydssection-s1 .txt-box .link a:nth-of-type(1):after {
  opacity: 1;
}
.zydssection-s1 .txt-box .link a:nth-of-type(2):before {
  opacity: 1;
}
.zydssection-s1 .txt-box .link a:nth-of-type(2):after {
  opacity: 0;
}
@media (any-hover: hover) {
  .zydssection-s1 .txt-box .link a:hover {
    transform: translateY(-3px);
  }
  .zydssection-s1 .txt-box .link a:hover:before {
    opacity: 0;
  }
  .zydssection-s1 .txt-box .link a:hover:after {
    opacity: 1;
  }
}
.zydssection-s1 .txt-box .img {
  width: 79.75rem;
  margin: -10rem auto 0;
  position: relative;
  pointer-events: none;
}
.zydssection-s1 .txt-box .img img {
  display: block;
  width: 100%;
}
.zydssection-s1 .txt-box .img img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: o-updown-1 2s linear infinite;
  z-index: 2;
}
.zydssection-s1 .m-img {
  position: relative;
  display: none;
}
.zydssection-s1 .m-img img {
  display: block;
  width: 100%;
}
.zydssection-s1 .m-img .img-2 {
  width: 69.86%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 19%;
  z-index: 2;
}
.zydssection-s1 .m-img .link {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 49%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.zydssection-s1 .m-img .link a {
  width: max(100px, 8.75rem);
  height: max(32px, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .3s ease;
}
.zydssection-s1 .m-img .link a:before {
  content: '';
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity .3s ease;
}
.zydssection-s1 .m-img .link a:after {
  content: '';
  background-image: linear-gradient(125deg, #6187c3, #82a3cc);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity .3s ease;
}
.zydssection-s1 .m-img .link a span {
  position: relative;
  z-index: 2;
  font-size: max(12px, 0.875rem);
  color: #fff;
}
.zydssection-s1 .m-img .link a:nth-of-type(1):before {
  opacity: 0;
}
.zydssection-s1 .m-img .link a:nth-of-type(1):after {
  opacity: 1;
}
.zydssection-s1 .m-img .link a:nth-of-type(2):before {
  opacity: 1;
}
.zydssection-s1 .m-img .link a:nth-of-type(2):after {
  opacity: 0;
}

.zydssection-s2 {
  padding: 7.5rem 0;
  background-image: linear-gradient(45deg, #e3f4fd, #d2e8fc, #dfe1f3);
  position: relative;
  overflow: hidden;
}
.zydssection-s2 .para {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 2.25rem;
  color: #5c75a6;
}
.zydssection-s2 span {
  margin: 2.5rem auto 0;
  display: block;
  width: 11.25rem;
  font-size: 1rem;
  line-height: 3.125;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-image: linear-gradient(60deg, #913bff, #1c76fe);
  cursor: pointer;
}

.zydssection-s3 {
  padding: 7.5rem 0;
  background-image: linear-gradient(45deg, #c2ddfc, #c2ddfc, #dfd1e9);
  position: relative;
  overflow: hidden;
}
.zydssection-s3 .tab-tit .swiper {
  padding: 1.5rem 0 3.125rem;
}
.zydssection-s3 .tab-tit .item {
  position: relative;
  position: relative;
  background-color: #f5f8ff;
  box-shadow: 0 4px 6px rgba(0, 25, 65, 0.1);
  border-radius: 10px;
  cursor: pointer;
}
.zydssection-s3 .tab-tit .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(60deg, #913bff, #1c76fe);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .3s ease;
}
.zydssection-s3 .tab-tit .item span {
  display: block;
  position: relative;
  font-size: max(12px, 1rem);
  line-height: 3.125rem;
  color: #6187c3;
  text-align: center;
  border-radius: 10px;
  transition: color .3s ease;
}
.zydssection-s3 .tab-tit .item.active:before {
  opacity: 1;
}
.zydssection-s3 .tab-tit .item.active span {
  color: #1863bd;
}
@media (any-hover: hover) {
  .zydssection-s3 .tab-tit .item:hover:before {
    opacity: 1;
  }
  .zydssection-s3 .tab-tit .item:hover span {
    color: #1863bd;
  }
}
.zydssection-s3 .tab-cont .child {
  display: none;
}
.zydssection-s3 .tab-cont .child.active {
  display: block;
}
.zydssection-s3 .tab-cont .sw {
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem -1.25rem 0 0;
}
.zydssection-s3 .tab-cont .item {
  width: calc(16.66% - 1.25rem);
  margin: 1.25rem 1.25rem 0 0;
  background-image: linear-gradient(45deg, #ffffff, 80%, #edf4fc);
  padding: 0 1.25rem 1.875rem;
  border-radius: 10px;
}
.zydssection-s3 .tab-cont .item .s-logo {
  height: 7.5rem;
  text-align: center;
}
.zydssection-s3 .tab-cont .item .s-logo img {
  width: auto;
  max-height: 70%;
  max-width: 100%;
  mix-blend-mode: darken;
}
.zydssection-s3 .tab-cont .item .tit {
  height: 78px;
  font-size: 1.125rem;
  line-height: 26px;
  color: #14456e;
  font-weight: 600;
  border-bottom: 1px solid #d7e1ec;
}
.zydssection-s3 .tab-cont .item .para {
  display: none;
}
.zydssection-s3 .tab-cont .item .ewm {
  display: none;
}
.zydssection-s3 .tab-cont .item span {
  margin-top: 1.5rem;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 3.125;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-image: linear-gradient(125deg, #6187c3, 60%, #82a3cc);
  cursor: pointer;
}
@media (any-hover: hover) {
  .zydssection-s3 .tab-cont .item span:hover {
    background-image: linear-gradient(125deg, #913bff, #1c76fe);
  }
}
.zydssection-s3 .pagination {
  font-size: 0;
  margin-top: 2.5rem;
  text-align: center;
  display: none;
}
.zydssection-s3 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 1rem;
  cursor: pointer;
}
.zydssection-s3 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.zydssection-s3 .pagination span.active {
  background-color: #6187c3;
}

.zydssection-s4 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-5.jpg");
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.zydssection-s4 .contblock {
  margin-top: 1.5rem;
}
.zydssection-s4 .contblock .label {
  font-size: 2.25rem;
  text-align: center;
  color: #276cc1;
  font-weight: 600;
}
.zydssection-s4 .tab-tit .swiper {
  padding: 2.5rem 0 3.125rem;
}
.zydssection-s4 .tab-tit .item {
  position: relative;
  position: relative;
  background-color: #f5f8ff;
  box-shadow: 0 4px 6px rgba(0, 25, 65, 0.1);
  border-radius: 10px;
  cursor: pointer;
}
.zydssection-s4 .tab-tit .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(60deg, #913bff, #1c76fe);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .3s ease;
}
.zydssection-s4 .tab-tit .item span {
  display: block;
  position: relative;
  font-size: max(12px, 1rem);
  line-height: 3.125rem;
  color: #6187c3;
  text-align: center;
  border-radius: 10px;
  transition: color .3s ease;
}
.zydssection-s4 .tab-tit .item.active:before {
  opacity: 1;
}
.zydssection-s4 .tab-tit .item.active span {
  color: #14456e;
}
@media (any-hover: hover) {
  .zydssection-s4 .tab-tit .item:hover:before {
    opacity: 1;
  }
  .zydssection-s4 .tab-tit .item:hover span {
    color: #14456e;
  }
}
.zydssection-s4 .tab-cont .child {
  display: none;
}
.zydssection-s4 .tab-cont .child.active {
  display: block;
}
.zydssection-s4 .contblock-sbox {
  position: relative;
}
.zydssection-s4 .contblock-sbox .s-block {
  position: relative;
  background-image: linear-gradient(180deg, #b7d6f7, rgba(255, 255, 255, 0));
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.zydssection-s4 .contblock-sbox .s-block-box {
  background-image: linear-gradient(180deg, #e3f4fd, rgba(255, 255, 255, 0));
  border-top: 1px solid transparent;
}
.zydssection-s4 .contblock-sbox .tit {
  position: relative;
  margin-top: -1.25rem;
}
.zydssection-s4 .contblock-sbox .tit img {
  display: block;
  width: 96%;
  max-width: 509px;
  margin: 0 auto;
}
.zydssection-s4 .contblock-sbox .s-tit {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.zydssection-s4 .contblock-sbox .s-tit i {
  display: inline-block;
  vertical-align: middle;
  width: 4.5rem;
  height: 4.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/img-10.png");
  transform: translateY(-1rem);
}
.zydssection-s4 .contblock-sbox .s-tit span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 5px;
}
.zydssection-s4 .contblock-sbox .cont {
  display: flex;
}
.zydssection-s4 .contblock-sbox .cont-item {
  flex: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  border-radius: 10px;
}
.zydssection-s4 .contblock-sbox .cont-item .s-logo {
  text-align: center;
}
.zydssection-s4 .contblock-sbox .cont-item .s-logo img {
  width: auto;
  mix-blend-mode: darken;
}
.zydssection-s4 .contblock-sbox .cont-item span {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: #14456e;
  font-weight: 600;
}
.zydssection-s4 .contblock-sbox .c-block {
  position: relative;
  z-index: 2;
}
.zydssection-s4 .block-1 .c-block, .zydssection-s4 .block-2 .c-block {
  width: 38%;
  margin: 0 auto;
}
.zydssection-s4 .block-1 .c-block .cont, .zydssection-s4 .block-2 .c-block .cont {
  padding: 1.875rem 4.375rem 0;
}
.zydssection-s4 .block-1 .c-block .cont-item, .zydssection-s4 .block-2 .c-block .cont-item {
  padding: 2rem;
}
.zydssection-s4 .block-1 .c-block .cont-item .s-logo, .zydssection-s4 .block-2 .c-block .cont-item .s-logo {
  height: 5rem;
}
.zydssection-s4 .block-1 .c-block .cont-item .s-logo img, .zydssection-s4 .block-2 .c-block .cont-item .s-logo img {
  max-width: 60%;
  max-height: 90%;
}
.zydssection-s4 .block-1 .c-block .cont-item span, .zydssection-s4 .block-2 .c-block .cont-item span {
  margin-top: 1rem;
}
.zydssection-s4 .block-1 .l-block, .zydssection-s4 .block-1 .r-block, .zydssection-s4 .block-2 .l-block, .zydssection-s4 .block-2 .r-block {
  position: absolute;
  width: calc(31% + 1.25rem);
  z-index: 1;
}
.zydssection-s4 .block-1 .l-block, .zydssection-s4 .block-2 .l-block {
  left: 0;
  top: 3.125rem;
}
.zydssection-s4 .block-1 .r-block, .zydssection-s4 .block-2 .r-block {
  right: 0;
  top: 5rem;
}
.zydssection-s4 .block-1 {
  margin-top: 3.75rem;
}
.zydssection-s4 .block-1 .l-block .cont, .zydssection-s4 .block-1 .r-block .cont {
  padding: 1.25rem 10px 0;
}
.zydssection-s4 .block-1 .l-block .cont-item, .zydssection-s4 .block-1 .r-block .cont-item {
  padding: 1rem;
  margin-left: 10px;
}
.zydssection-s4 .block-1 .l-block .cont-item:nth-of-type(1), .zydssection-s4 .block-1 .r-block .cont-item:nth-of-type(1) {
  margin-left: 0;
}
.zydssection-s4 .block-1 .l-block .cont-item .s-logo, .zydssection-s4 .block-1 .r-block .cont-item .s-logo {
  height: 3.125rem;
}
.zydssection-s4 .block-1 .l-block .cont-item .s-logo img, .zydssection-s4 .block-1 .r-block .cont-item .s-logo img {
  max-width: 90%;
  max-height: 80%;
}
.zydssection-s4 .block-1 .l-block .cont-item .s-logo span, .zydssection-s4 .block-1 .r-block .cont-item .s-logo span {
  margin-top: 5px;
}
.zydssection-s4 .block-2 .l-block .cont, .zydssection-s4 .block-2 .r-block .cont {
  padding: 1.875rem 3.75rem 0;
}
.zydssection-s4 .block-2 .l-block .cont-item, .zydssection-s4 .block-2 .r-block .cont-item {
  padding: 1rem;
}
.zydssection-s4 .block-2 .l-block .cont-item .s-logo, .zydssection-s4 .block-2 .r-block .cont-item .s-logo {
  height: 5.625rem;
}
.zydssection-s4 .block-2 .l-block .cont-item .s-logo img, .zydssection-s4 .block-2 .r-block .cont-item .s-logo img {
  max-width: 70%;
  max-height: 80%;
}
.zydssection-s4 .block-3 {
  margin-top: 3.75rem;
}
.zydssection-s4 .block-3 .c-block {
  width: 100%;
}
.zydssection-s4 .block-3 .c-block .cont {
  padding: 1.875rem 4.375rem 0;
  justify-content: center;
}
.zydssection-s4 .block-3 .c-block .cont-item {
  max-width: 20rem;
  padding: 2rem;
  margin-left: 1.875rem;
}
.zydssection-s4 .block-3 .c-block .cont-item:nth-of-type(1) {
  margin-left: 0;
}
.zydssection-s4 .block-3 .c-block .cont-item .s-logo {
  height: 5rem;
}
.zydssection-s4 .block-3 .c-block .cont-item .s-logo img {
  max-width: 60%;
  max-height: 90%;
}
.zydssection-s4 .block-3 .c-block .cont-item span {
  margin-top: 1rem;
}

.zydssection-s5 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-8.jpg");
  position: relative;
  overflow: hidden;
}
.zydssection-s5:before {
  content: '';
  width: 46%;
  height: 14.375rem;
  position: absolute;
  left: 54%;
  bottom: 0;
  background: url("../images/img-9.png") left bottom no-repeat;
  background-size: auto 100%;
}
.zydssection-s5 .cont {
  position: relative;
  margin-top: 1.5rem;
  padding-right: 40rem;
}
.zydssection-s5 .para {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}
.zydssection-s5 .data {
  margin-top: 2.5rem;
  font-size: 0;
}
.zydssection-s5 .s-data {
  display: inline-block;
  vertical-align: top;
  margin-left: 4.375rem;
}
.zydssection-s5 .s-data .num span {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}
.zydssection-s5 .s-data .num em {
  font-size: 1.5rem;
  color: #fff;
  font-style: normal;
}
.zydssection-s5 .s-data p {
  font-size: 1rem;
  color: #fff;
  margin-top: 1rem;
}
.zydssection-s5 .s-data:nth-of-type(1) {
  margin-left: 0;
}
.zydssection-s5 .right-box {
  width: 29.1875rem;
  position: absolute;
  right: -2.5rem;
  top: 50%;
}
.zydssection-s5 .right-box img {
  display: block;
  width: 100%;
  transform: translateY(-50%);
}

.zydssection-s6 {
  padding: 7.5rem 0 0;
  position: relative;
}
.zydssection-s6 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/img-1.jpg") center top no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.zydssection-s6 .items {
  margin-top: 1.5rem;
}
.zydssection-s6 .items .sw {
  display: flex;
}
.zydssection-s6 .item {
  flex: 1;
  margin-left: 1.5rem;
  border: 3px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 6px rgba(55, 107, 188, 0.1);
}
.zydssection-s6 .item span {
  font-size: 4.5rem;
  line-height: 1;
  color: #5c75a6;
  font-weight: 600;
}
.zydssection-s6 .item span:before {
  content: '';
  width: 1.875rem;
  height: 6px;
  display: block;
  background-color: #5c75a6;
  margin-left: 5px;
  margin-bottom: 5px;
}
.zydssection-s6 .item .tit {
  font-size: 1.5rem;
  color: #14456e;
  font-weight: 600;
  margin-top: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid #dde2f0;
}
.zydssection-s6 .item p {
  font-size: 1.125rem;
  color: #5c75a6;
  line-height: 1.5;
  margin-top: 1rem;
}
.zydssection-s6 .item:nth-of-type(1) {
  margin-left: 0;
}
.zydssection-s6 .pagination {
  font-size: 0;
  margin-top: 2.5rem;
  text-align: center;
  display: none;
}
.zydssection-s6 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 1rem;
  cursor: pointer;
}
.zydssection-s6 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.zydssection-s6 .pagination span.active {
  background-color: #6187c3;
}

.zydssection-s7 {
  padding: 7.5rem 0 0;
  position: relative;
  z-index: 2;
}
.zydssection-s7 .cont {
  margin-top: 1.5rem;
}
.zydssection-s7 .item {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 9px;
  margin-top: 10px;
}
.zydssection-s7 .item .box {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-radius: 10px;
}
.zydssection-s7 .item .left-box {
  width: 18.75rem;
  text-align: center;
}
.zydssection-s7 .item .left-box span {
  display: block;
  font-size: 1.5rem;
  color: #5c75a6;
}
.zydssection-s7 .item .left-box p {
  font-size: 1.125rem;
  color: #5c75a6;
  margin-top: 10px;
}
.zydssection-s7 .item .right-box {
  width: calc(100% - 18.75rem);
  padding: 0 15rem 0 4.375rem;
  position: relative;
}
.zydssection-s7 .item .right-box:before {
  content: '';
  width: 1px;
  height: calc(100% + 4rem + 30px);
  background-color: #6187c3;
  position: absolute;
  top: calc(-2rem - 20px);
  left: 0;
  z-index: 1;
}
.zydssection-s7 .item .right-box:after {
  content: '';
  width: 22px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -16px 0 0 -11px;
  animation: o-updown 1s linear infinite;
  z-index: 2;
}
.zydssection-s7 .item .right-box .tit {
  font-size: 1.75rem;
  color: #14456e;
  font-weight: 600;
}
.zydssection-s7 .item .right-box p {
  font-size: max(13px, 1rem);
  color: #5c75a6;
  margin-top: 1rem;
}
.zydssection-s7 .item .link {
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.zydssection-s7 .item .link span, .zydssection-s7 .item .link a {
  width: 11.25rem;
  font-size: 1rem;
  line-height: 3.125;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.zydssection-s7 .item:nth-of-type(1) {
  margin-top: 0;
}
.zydssection-s7 .item:nth-of-type(1) .box {
  background-image: linear-gradient(180deg, #f3fbff, #bad8f7);
}
.zydssection-s7 .item:nth-of-type(1) .right-box:before {
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, 80%, #6187c3);
}
.zydssection-s7 .item:nth-of-type(1) .right-box:after {
  background-image: url("../images/icon-4-1.png");
}
.zydssection-s7 .item:nth-of-type(2) .box {
  background-image: linear-gradient(180deg, #f3fbff, #c5edf9);
}
.zydssection-s7 .item:nth-of-type(2) .right-box:after {
  background-image: url("../images/icon-4-2.png");
  animation-delay: .1s;
}
.zydssection-s7 .item:nth-of-type(2) .link a {
  background-image: linear-gradient(125deg, #237a93, #5aaec9);
}
.zydssection-s7 .item:nth-of-type(3) .box {
  background-image: linear-gradient(180deg, #f3fbff, #f6e3cf);
}
.zydssection-s7 .item:nth-of-type(3) .right-box:after {
  background-image: url("../images/icon-4-3.png");
  animation-delay: .2s;
}
.zydssection-s7 .item:nth-of-type(3) .link a {
  background-image: linear-gradient(125deg, #b87739, #f39e4d);
}
.zydssection-s7 .item:nth-of-type(4) .box {
  background-image: linear-gradient(180deg, #f3fbff, #d5ddfe);
}
.zydssection-s7 .item:nth-of-type(4) .right-box:after {
  background-image: url("../images/icon-4-4.png");
  animation-delay: .3s;
}
.zydssection-s7 .item:nth-of-type(4) .link a {
  background-image: linear-gradient(125deg, #596cbe, #98a8ef);
}
.zydssection-s7 .item:nth-of-type(5) .box {
  background-image: linear-gradient(180deg, #f3fbff, #ead2db);
}
.zydssection-s7 .item:nth-of-type(5) .right-box:before {
  background-color: transparent;
  background-image: linear-gradient(180deg, #6187c3, 10%, transparent);
}
.zydssection-s7 .item:nth-of-type(5) .right-box:after {
  background-image: url("../images/icon-4-5.png");
  animation-delay: .4s;
}
.zydssection-s7 .item:nth-of-type(5) .link a {
  background-image: linear-gradient(125deg, #bf6b8d, #e1adc1);
}

.zydssection-s9 {
  padding: 7.5rem 0;
  position: relative;
  z-index: 2;
}
.zydssection-s9 .items {
  position: relative;
  margin-top: 1.5rem;
}
.zydssection-s9 .item {
  position: relative;
  font-size: 0;
}
.zydssection-s9 .item .img-box {
  position: relative;
  width: calc((100% - 2rem) / 3);
  height: 16.5rem;
  margin-top: 1rem;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
}
.zydssection-s9 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: transform .5s ease;
}
.zydssection-s9 .item .img-box span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  font-size: max(13px, 1rem);
  color: #fff;
  font-weight: bold;
  padding: 0 1.25rem;
  line-height: max(30px, 2.5rem);
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
  z-index: 2;
}
.zydssection-s9 .item .img-box:nth-of-type(3) {
  width: calc(((100% - 2rem) / 3) * 2 + 1rem);
  height: calc(34rem);
  position: absolute;
  top: 0;
  right: 0;
}
.zydssection-s9 .item .img-box:nth-of-type(4), .zydssection-s9 .item .img-box:nth-of-type(5), .zydssection-s9 .item .img-box:nth-of-type(6) {
  display: inline-block;
  vertical-align: top;
}
.zydssection-s9 .item .img-box:nth-of-type(5), .zydssection-s9 .item .img-box:nth-of-type(6) {
  margin-left: 1rem;
}
.zydssection-s9 .item .img-box:nth-of-type(1), .zydssection-s9 .item .img-box:nth-of-type(3) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .zydssection-s9 .item .img-box:hover img {
    transform: scale(1.05);
  }
}
.zydssection-s9 .item.swiper-slide-active .img-box {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zydssection-s9 .item.swiper-slide-active .img-box:nth-of-type(2) {
  animation-delay: .1s;
}
.zydssection-s9 .item.swiper-slide-active .img-box:nth-of-type(3) {
  animation-delay: .2s;
}
.zydssection-s9 .item.swiper-slide-active .img-box:nth-of-type(4) {
  animation-delay: .3s;
}
.zydssection-s9 .item.swiper-slide-active .img-box:nth-of-type(5) {
  animation-delay: .4s;
}
.zydssection-s9 .item.swiper-slide-active .img-box:nth-of-type(6) {
  animation-delay: .5s;
}
.zydssection-s9 .pagination {
  font-size: 0;
  margin-top: 2.5rem;
  text-align: center;
}
.zydssection-s9 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 1rem;
  cursor: pointer;
}
.zydssection-s9 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.zydssection-s9 .pagination span.active {
  background-color: #0776fb;
}
.zydssection-s9 .button {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .zydssection-s9 .button:hover {
    background-color: #fff;
  }
}
.zydssection-s9 .prev {
  left: -5rem;
  background-image: url("../images/prev-1.png");
}
.zydssection-s9 .next {
  right: -5rem;
  background-image: url("../images/next-1.png");
}

.zydssection-s10 {
  padding: 7.5rem 0 0;
  background-color: #fff;
}
.zydssection-s10 .tab-tit {
  margin-top: 1.5rem;
  font-size: 0;
  text-align: center;
}
.zydssection-s10 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  width: 11.25rem;
  position: relative;
  background-color: #f5f8ff;
  box-shadow: 0 4px 6px rgba(0, 25, 65, 0.1);
  border-radius: 10px;
  cursor: pointer;
}
.zydssection-s10 .tab-tit span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(60deg, #913bff, #1c76fe);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .3s ease;
}
.zydssection-s10 .tab-tit span i {
  display: block;
  font-style: normal;
  position: relative;
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #6187c3;
  border-radius: 10px;
  transition: color .3s ease;
}
.zydssection-s10 .tab-tit span:nth-of-type(2) {
  margin-left: 3.75rem;
}
.zydssection-s10 .tab-tit span.active:before {
  opacity: 1;
}
.zydssection-s10 .tab-tit span.active i {
  color: #1863bd;
}
@media (any-hover: hover) {
  .zydssection-s10 .tab-tit span:hover:before {
    opacity: 1;
  }
  .zydssection-s10 .tab-tit span:hover i {
    color: #1863bd;
  }
}
.zydssection-s10 .tab-cont {
  margin-top: 3.125rem;
}
.zydssection-s10 .child {
  display: none;
  overflow: auto;
}
.zydssection-s10 .child.active {
  display: block;
}
.zydssection-s10 .table-1 {
  min-width: 720px;
}
.zydssection-s10 .table-1 table {
  width: 100%;
}
.zydssection-s10 .table-1 thead {
  padding: 0 2.5rem;
  background-color: #3174da;
}
.zydssection-s10 .table-1 thead tr {
  position: relative;
  z-index: 2;
}
.zydssection-s10 .table-1 thead tr:nth-of-type(1) th {
  height: 5rem;
  font-size: max(12px, 1rem);
}
.zydssection-s10 .table-1 thead tr:nth-of-type(2) th {
  position: relative;
  height: 3.75rem;
  font-weight: 600;
  font-size: 1.125rem;
}
.zydssection-s10 .table-1 thead tr:nth-of-type(2) th:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.zydssection-s10 .table-1 thead th {
  font-weight: normal;
  color: #fff;
  padding: 5px;
}
.zydssection-s10 .table-1 tbody tr {
  border-bottom: 1px solid #dde3f0;
}
.zydssection-s10 .table-1 tbody td {
  border-right: 1px solid #dde3f0;
  font-size: 1rem;
  line-height: 1.5;
  color: #14456e;
  padding: 1rem;
}
.zydssection-s10 .table-1 tbody td.width-1 {
  width: 10rem;
}
.zydssection-s10 .table-1 tbody td.width-2 {
  width: 20rem;
}
.zydssection-s10 .table-1 tbody td.color-1 {
  color: #5c75a6;
}
.zydssection-s10 .table-1 tbody td:last-of-type {
  border: none;
}

.zydssection-s11 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-2.png");
  background-size: 100% 100%;
}
.zydssection-s11 .items {
  margin-top: 1.5rem;
}
.zydssection-s11 .sw {
  display: flex;
  gap: 2.5rem;
}
.zydssection-s11 .item {
  width: calc(50% - 1.25rem);
  background-image: linear-gradient(180deg, #f7faff, #ebf4fa);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 0 0 3.75rem;
}
.zydssection-s11 .item .label {
  font-size: 1.5rem;
  line-height: 3.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-3.png");
  background-size: auto 100%;
  margin-top: -2px;
}
.zydssection-s11 .item .tit {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  text-align: center;
  color: #3476da;
  font-weight: 600;
}
.zydssection-s11 .item .icon-box {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.zydssection-s11 .item .icon-box em {
  content: '';
  width: 6.25rem;
  height: 7.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-3.png");
  background-size: auto 2.5rem;
}
.zydssection-s11 .item .icon i {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #e4f4fd;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 3.125rem;
}
.zydssection-s11 .item .icon span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #3476da;
  margin-top: 1rem;
}
.zydssection-s11 .item .num {
  text-align: center;
  font-size: 1.25rem;
  color: #3476da;
  margin-top: 2.5rem;
}
.zydssection-s11 .item .num span {
  font-size: 2.5rem;
  color: transparent;
  background-image: linear-gradient(90deg, #286ed8, #40a5ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 0.625rem;
}
.zydssection-s11 .item .num em {
  display: inline-block;
  width: 3.75rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-3.png");
  background-size: auto 100%;
}
.zydssection-s11 .item .num i {
  display: inline-block;
  font-style: normal;
  font-size: 1.125rem;
  text-align: left;
}
.zydssection-s11 .item p {
  font-size: 1.125rem;
  text-align: center;
  color: #3476da;
  margin-top: 1.25rem;
}
.zydssection-s11 .item .tips {
  font-size: 1.375rem;
  line-height: 1.5;
  color: #3476da;
  text-align: center;
  margin-top: 1.25rem;
}
.zydssection-s11 .item .tips span {
  font-weight: 600;
}
.zydssection-s11 .pagination {
  font-size: 0;
  margin-top: 2.5rem;
  text-align: center;
  display: none;
}
.zydssection-s11 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 1rem;
  cursor: pointer;
}
.zydssection-s11 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.zydssection-s11 .pagination span.active {
  background-color: #6187c3;
}

.zydssection-s12 {
  padding: 7.5rem 0 3.75rem;
  position: relative;
  overflow: hidden;
}
.zydssection-s12 .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.zydssection-s12 .bg-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.zydssection-s12 .bg-block .bg.active {
  opacity: 1;
}
.zydssection-s12 .cont {
  margin-top: 1.5rem;
  background-color: rgba(59, 133, 240, 0.22);
  border-radius: 10px 10px 0 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  overflow: hidden;
  display: flex;
}
.zydssection-s12 .left-box {
  width: 240px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1.25rem 0;
}
.zydssection-s12 .left-box .swiper {
  padding: 1.25rem 1.875rem;
  height: calc(470px + 2.5rem);
}
.zydssection-s12 .left-box .swiper-slide {
  height: auto;
}
.zydssection-s12 .left-box .swiper-scrollbar-drag {
  background-color: #6187c3;
}
.zydssection-s12 .left-box .item {
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.zydssection-s12 .left-box .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(125deg, #913bff, #1c76fe);
  border-radius: 10px;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.zydssection-s12 .left-box .item span {
  display: block;
  text-align: center;
  font-size: max(13px, 1rem);
  line-height: 50px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.zydssection-s12 .left-box .item:nth-of-type(1) {
  margin-top: 0;
}
.zydssection-s12 .left-box .item.active:before {
  opacity: 1;
}
.zydssection-s12 .center-box {
  width: calc(100% - 240px);
  padding: 5rem 4.375rem 0;
}
.zydssection-s12 .center-box .child {
  position: relative;
  display: none;
}
.zydssection-s12 .center-box .child.active {
  display: block;
}
.zydssection-s12 .center-box .child.active a.video-btn, .zydssection-s12 .center-box .child.active .tit, .zydssection-s12 .center-box .child.active .para, .zydssection-s12 .center-box .child.active .tips, .zydssection-s12 .center-box .child.active .link {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zydssection-s12 .center-box .child.active .para {
  animation-delay: .1s;
}
.zydssection-s12 .center-box .child.active .tips {
  animation-delay: .2s;
}
.zydssection-s12 .center-box .child.active .link {
  animation-delay: .3s;
}
.zydssection-s12 .center-box a.video-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-5.png");
  opacity: 0;
  z-index: 2;
}
.zydssection-s12 .center-box .tit {
  font-size: 1.5rem;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
}
.zydssection-s12 .center-box .para {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75rem;
  height: 8.75rem;
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
.zydssection-s12 .center-box .tips {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
  opacity: 0;
}
.zydssection-s12 .center-box .tips i {
  width: 75px;
  line-height: 36px;
  white-space: nowrap;
  font-size: 1.125rem;
  color: #fff;
  font-style: normal;
}
.zydssection-s12 .center-box .label {
  font-size: 0;
  max-width: calc(100% - 75px);
}
.zydssection-s12 .center-box .label span {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.625rem;
  margin-bottom: 0.625rem;
  line-height: 34px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  font-size: 1rem;
  color: #fff;
  padding: 0 1.5rem;
}
.zydssection-s12 .center-box .link {
  margin-top: 1.25rem;
  padding-top: 1.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0;
  opacity: 0;
}
.zydssection-s12 .center-box .link span, .zydssection-s12 .center-box .link a {
  display: inline-block;
  vertical-align: top;
}
.zydssection-s12 .center-box .link span {
  width: 11.25rem;
  font-size: 1rem;
  line-height: 3.125;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-image: linear-gradient(125deg, #913bff, #1c76fe);
  cursor: pointer;
}
.zydssection-s12 .center-box .link a {
  width: 11.25rem;
  font-size: 1rem;
  line-height: 3.125;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin: -2px 0 0 1.5rem;
  cursor: pointer;
}

.zydssection-s14 {
  padding: 5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/n-img-1.jpg");
}
.zydssection-s14 .tit {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}
.zydssection-s14 p {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1.25rem;
}
.zydssection-s14 span {
  margin: 2.5rem auto 0;
  display: block;
  width: 11.25rem;
  font-size: 1rem;
  line-height: 3.125;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-image: linear-gradient(125deg, #913bff, #1c76fe);
  cursor: pointer;
}

@media screen and (max-width: 2000px) {
  .zydssection-s1 .txt-box .label {
    width: 36rem;
  }

  .zydssection-s1 .txt-box .img {
    width: 60rem;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }

  .zydssection-s12 .left-box {
    width: 200px;
  }

  .zydssection-s12 .right-box {
    width: 240px;
  }

  .zydssection-s12 .center-box {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1681px) {
  html {
    font-size: 14px;
  }

  .zydssection-s9 .item .img-box {
    height: 16vw;
  }

  .zydssection-s9 .item .img-box:nth-of-type(3) {
    height: calc(32vw + 1rem);
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }

  .vote-pop .bot-box .left-box .para {
    font-size: 14px;
  }

  .zydssection-s5 .s-data p {
    font-size: 14px;
  }

  .zydssection-s8 .item .date {
    font-size: 14px;
  }

  .zydssection-s8 .item p {
    font-size: 14px;
  }

  .zydssection-s12 .center-box .para {
    font-size: 14px;
  }

  .zydssection-s12 .left-box .item span {
    line-height: 40px;
  }

  .zydssection-s12 .left-box .swiper {
    height: calc(390px + 2.5rem);
  }

  .zydssection-s12 .right-box .logo-item {
    height: 50px;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }

  .zydssection-s3 .tab-tit .item span {
    line-height: 40px;
  }

  .zydssection-s3 .tab-cont .item .tit {
    font-size: 14px;
  }

  .zydssection-s4 .tab-tit .item span {
    line-height: 40px;
  }

  .zydssection-s4 .contblock-sbox .cont-item span {
    font-size: 14px;
  }

  .zydssection-s5 .para {
    font-size: 14px;
  }

  .zydssection-s6 .item p {
    font-size: 14px;
  }

  .zydssection-s7 .item .left-box p {
    font-size: 14px;
  }

  .zydssection-s9 .button {
    width: 40px;
    height: 40px;
  }

  .zydssection-s10 .tab-tit span i {
    font-size: 14px;
    line-height: 40px;
  }

  .zydssection-s10 .table-1 thead tr:nth-of-type(1) th {
    font-size: 14px;
  }

  .zydssection-s12 .center-box .tips i {
    font-size: 14px;
  }

  .zydssection-s13 .item .para {
    font-size: 14px;
    height: 76px;
  }

  .zydssection-s13 .item .tips .cell-box {
    height: 40px;
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 10px;
  }

  .c-title .en {
    font-size: 2rem;
  }

  .c-title .zh {
    font-size: 2.4rem;
  }

  .zydssection-s14 .tit {
    font-size: 16px;
  }

  .zydssection-s13 .item .tips span {
    font-size: 12px;
  }

  .zydssection-s14 span {
    font-size: 12px;
  }

  .zydssection-s13 .item a {
    font-size: 12px;
  }

  .zydssection-s13 .item .s-tips span {
    font-size: 13px;
  }

  .zydssection-s12 .right-box .tit {
    font-size: 16px;
  }

  .zydssection-s12 .center-box .link a {
    font-size: 12px;
  }

  .zydssection-s12 .center-box .link span {
    font-size: 12px;
  }

  .zydssection-s12 .center-box .label span {
    font-size: 12px;
  }

  .zydssection-s12 .center-box .tit {
    font-size: 16px;
  }

  .zydssection-s11 .item .icon i {
    width: 80px;
    height: 80px;
  }

  .zydssection-s11 .item .icon span {
    font-size: 16px;
  }

  .zydssection-s11 .item p {
    font-size: 12px;
  }

  .zydssection-s11 .item .tips {
    font-size: 16px;
  }

  .zydssection-s11 .item .label {
    font-size: 16px;
    line-height: 40px;
  }

  .zydssection-s10 .table-1 thead tr:nth-of-type(2) th {
    font-size: 12px;
  }

  .zydssection-s10 .table-1 tbody td {
    font-size: 12px;
  }

  .zydssection-s10 .tab-tit span {
    width: 120px;
  }

  .zydssection-s8 .item span {
    font-size: 12px;
  }

  .zydssection-s8 .item .tit {
    font-size: 16px;
  }

  .zydssection-s7 .item .link span,
  .zydssection-s7 .item .link a {
    font-size: 12px;
  }

  .zydssection-s7 .item .right-box p {
    font-size: 14px;
  }

  .zydssection-s7 .item .right-box .tit {
    font-size: 18px;
  }

  .zydssection-s7 .item .left-box span {
    font-size: 16px;
  }

  .zydssection-s6 .item .tit {
    font-size: 16px;
  }

  .zydssection-s5 .s-data .num span {
    font-size: 2.4rem;
  }

  .zydssection-s5 .s-data {
    margin-left: 2.5rem;
    max-width: 30%;
  }

  .vote-pop .top-box .txt-box .tit {
    font-size: 16px;
  }

  .vote-pop .bot-box .left-box .tit {
    font-size: 16px;
  }

  .vote-pop .bot-box .right-box p {
    font-size: 12px;
  }

  .zydssection-s2 span {
    font-size: 12px;
  }

  .zydssection-s3 .tab-cont .item span {
    font-size: 12px;
  }

  .zydssection-s4 .contblock-sbox .s-tit span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1025px) {
  .wrap-s {
    width: 90%;
  }

  .c-bg-fixed, .zydssection-s5, .zydssection-s12 .bg-block .bg {
    background-attachment: inherit;
  }

  .zydssection-s1 {
    height: 60vw;
  }

  .zydssection-s3 .tab-cont .item .tit {
    line-height: 20px;
  }

  .zydssection-s3 .tab-cont .item .tit {
    height: 60px;
  }

  .zydssection-s8 .button {
    display: none;
  }

  .zydssection-s8 .pagination {
    display: block;
  }

  .zydssection-s9 .button {
    display: none;
  }

  .zydssection-s8 .pagination span,
  .zydssection-s9 .pagination span {
    width: 12px;
    height: 5px;
    margin-left: 5px;
  }

  .zydssection-s12 .cont {
    display: block;
  }

  .zydssection-s12 .left-box {
    width: 100%;
  }

  .zydssection-s12 .left-box .swiper {
    padding: 2rem;
    height: auto;
  }

  .zydssection-s12 .left-box .item {
    margin-top: 0;
  }

  .zydssection-s12 .center-box {
    width: 100%;
    height: auto;
    padding: 2rem;
  }

  .zydssection-s12 .right-box {
    width: 100%;
    padding: 2rem;
  }

  .zydssection-s12 .right-box .tit {
    text-align: left;
  }

  .zydssection-s12 .right-box .logo-item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 20px) / 3);
    margin: 10px 0 0 10px;
  }
  .zydssection-s12 .right-box .logo-item:nth-of-type(1), .zydssection-s12 .right-box .logo-item:nth-of-type(2), .zydssection-s12 .right-box .logo-item:nth-of-type(3) {
    margin-top: 0;
  }
  .zydssection-s12 .right-box .logo-item:nth-of-type(3n-2) {
    margin-left: 0;
  }

  .vote-pop .bot-box .right-box img {
    display: none;
  }

  .vote-pop .bot-box .right-box p {
    display: none;
  }

  .vote-pop .bot-box .right-box a {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .c-title:after {
    height: 4rem;
  }

  .zydssection-s1 {
    height: auto;
  }

  .zydssection-s1 .video-box,
  .zydssection-s1 .pic-box,
  .zydssection-s1 .range-img {
    display: none;
  }

  .zydssection-s1 .m-img {
    display: block;
  }

  .zydssection-s2 {
    padding: 4rem 0;
  }

  .zydssection-s2 .para {
    font-size: 20px;
  }

  .zydssection-s3 {
    padding: 4rem 0;
  }

  .zydssection-s4 {
    padding: 4rem 0;
  }

  .zydssection-s3 .tab-tit .swiper {
    padding: 1.5rem 0;
  }

  .zydssection-s3 .tab-cont .sw {
    flex-wrap: nowrap;
    margin: 0;
  }

  .zydssection-s3 .pagination {
    display: block;
  }

  .zydssection-s3 .pagination span {
    width: 12px;
    height: 5px;
    margin-left: 5px;
  }

  .zydssection-s3 .tab-cont .item {
    margin: 0;
  }

  .zydssection-s3 .tab-cont .item .s-logo img {
    max-width: 60%;
  }

  .zydssection-s3 .tab-cont .item .tit {
    height: auto;
    padding-bottom: 1.5rem;
    text-align: center;
  }

  .zydssection-s3 .tab-cont .item span {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .zydssection-s4 .contblock-sbox .s-block {
    margin-top: 2rem;
  }
  .zydssection-s4 .contblock-sbox .s-block:nth-of-type(1) {
    margin-top: 0;
  }

  .zydssection-s4 .contblock-sbox .cont-item span {
    margin-top: 1rem;
  }

  .zydssection-s4 .block-1 .c-block, .zydssection-s4 .block-2 .c-block {
    width: 100%;
  }

  .zydssection-s4 .block-1 .l-block, .zydssection-s4 .block-1 .r-block, .zydssection-s4 .block-2 .l-block, .zydssection-s4 .block-2 .r-block {
    position: static;
    width: 100%;
  }

  .zydssection-s4 .block-1 .l-block .cont-item .s-logo, .zydssection-s4 .block-1 .r-block .cont-item .s-logo {
    height: 4rem;
  }

  .zydssection-s4 .block-1 .l-block .cont-item .s-logo img, .zydssection-s4 .block-1 .r-block .cont-item .s-logo img {
    max-height: 100%;
  }

  .zydssection-s4 .block-3 .c-block .cont {
    padding: 1.875rem 1rem 0;
  }

  .zydssection-s4 .block-3 .c-block .cont-item {
    max-width: none;
    padding: 1rem;
  }

  .zydssection-s4 .block-3 .c-block .cont-item {
    margin-left: 1rem;
  }

  .zydssection-s4 .block-3 .c-block .cont-item .s-logo {
    height: 4rem;
  }

  .zydssection-s4 .block-3 .c-block .cont-item .s-logo img {
    max-width: 100%;
    max-height: 100%;
  }

  .zydssection-s5 {
    padding: 4rem 0 10rem;
    background-position: center top;
    background-size: auto 150%;
  }

  .zydssection-s5 .cont {
    padding-right: 0;
  }

  .zydssection-s5 .right-box {
    width: 40vw;
    top: auto;
    bottom: -24vw;
    right: 0;
  }

  .zydssection-s5 .right-box img {
    transform: none;
  }

  .zydssection-s5 .s-data {
    width: 50%;
    max-width: 50%;
    margin-left: 0;
  }
  .zydssection-s5 .s-data:nth-of-type(3) {
    margin-top: 2rem;
  }

  .zydssection-s5:before {
    width: 70%;
    left: 30%;
    height: 20vw;
  }

  .zydssection-s6 {
    padding: 4rem 0 0;
  }

  .zydssection-s6 .bg {
    background-size: 100% 150%;
  }

  .zydssection-s6 .item {
    flex: none;
    margin: 0;
    height: auto;
  }

  .zydssection-s6 .pagination {
    display: block;
  }

  .zydssection-s6 .pagination span {
    width: 12px;
    height: 5px;
    margin-left: 5px;
  }

  .zydssection-s6:before {
    left: 1rem;
    bottom: 1rem;
  }

  .zydssection-s7 {
    padding: 4rem 0 0;
  }

  .zydssection-s7 .item .box {
    display: block;
    position: relative;
  }

  .zydssection-s7 .item .left-box {
    width: 100%;
    text-align: left;
    padding: 0 2rem 0 3rem;
  }

  .zydssection-s7 .item .right-box {
    width: 100%;
    padding: 0 2rem 0 3rem;
    margin-top: 2rem;
    position: static;
  }

  .zydssection-s7 .item .left-box span {
    font-size: 14px;
  }

  .zydssection-s7 .item .left-box p {
    font-size: 12px;
  }

  .zydssection-s7 .item .right-box:before {
    left: 1.5rem;
    height: calc(100% + 30px);
    top: -10px;
  }

  .zydssection-s7 .item .right-box:after {
    width: 11px;
    height: 16px;
    margin: -8px 0 0 -5px;
    left: 1.5rem;
  }

  .zydssection-s7 .item .link {
    position: static;
    margin-top: 10px;
  }

  .zydssection-s8 {
    padding: 4rem 0;
  }

  .zydssection-s8 .item {
    border: 2px solid #8a9db7;
    border-radius: 10px;
    background-color: rgba(114, 151, 198, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .zydssection-s8 .item:before {
    display: none;
  }

  .zydssection-s8 .item span {
    opacity: 1;
  }

  .zydssection-s9 {
    padding: 4rem 0;
  }

  .zydssection-s10 {
    padding: 4rem 0 0;
  }

  .zydssection-s10 .tab-tit span:nth-of-type(2) {
    margin-left: 2rem;
  }

  .zydssection-s10 .table-1 thead {
    background-color: #6187c3;
  }

  .zydssection-s10 .table-1 thead:before {
    display: none;
  }

  .zydssection-s10 .table-1 thead tr:nth-of-type(1) th {
    font-size: 12px;
  }

  .zydssection-s11 {
    padding: 4rem 0;
  }

  .zydssection-s11 .sw {
    gap: 0;
  }

  .zydssection-s11 .item {
    height: auto;
    padding: 0 10px 20px;
  }

  .zydssection-s11 .item .icon i {
    width: 60px;
    height: 60px;
    background-size: auto 20px;
  }

  .zydssection-s11 .item .icon-box em {
    width: 40px;
    height: 60px;
    background-size: auto 15px;
  }

  .zydssection-s11 .item .icon span {
    font-size: 14px;
  }

  .zydssection-s11 .item .num span {
    font-size: 16px;
    margin-right: 5px;
  }

  .zydssection-s11 .item .num i {
    font-size: 10px;
  }

  .zydssection-s11 .item .num em {
    width: 20px;
    height: 10px;
  }

  .zydssection-s11 .item .tips {
    font-size: 14px;
  }

  .zydssection-s11 .pagination {
    display: block;
  }

  .zydssection-s11 .pagination span {
    width: 12px;
    height: 5px;
    margin-left: 5px;
  }

  .zydssection-s12 {
    padding: 4rem 0;
  }

  .zydssection-s12 .left-box .item {
    width: auto;
    padding: 0 10px;
  }

  .zydssection-s12 .left-box .item span {
    font-size: 12px;
  }

  .zydssection-s12 .center-box .tips {
    display: block;
  }

  .zydssection-s12 .center-box .tips i {
    width: 100%;
    line-height: 1.2;
  }

  .zydssection-s12 .center-box .label {
    max-width: 100%;
  }

  .zydssection-s12 .center-box .label span {
    margin: 1rem 1rem 0 0;
  }

  .zydssection-s12 .center-box .link {
    margin-top: 2.5rem;
  }

  .zydssection-s12 .right-box .logo-item {
    opacity: 1;
  }

  .zydssection-s13 {
    padding: 4rem 0;
  }

  .zydssection-s13 .items {
    margin-top: 2rem;
    display: block;
  }

  .zydssection-s13 .item {
    margin: 2rem 0 0;
  }

  .zydssection-s13 .item:nth-of-type(2) .s-tips span:nth-of-type(1),
  .zydssection-s13 .item:nth-of-type(2) .s-tips span:nth-of-type(3) {
    width: 40% !important;
  }

  .zydssection-s13 .item:nth-of-type(2) .s-tips span:nth-of-type(2),
  .zydssection-s13 .item:nth-of-type(2) .s-tips span:nth-of-type(4) {
    width: 60% !important;
  }

  .zydssection-s13 .items {
    margin-top: 2rem;
  }

  .zydssection-s13 .item {
    margin: 0;
    height: auto;
    flex: none;
  }

  .zydssection-s13 .pagination {
    display: block;
  }

  .zydssection-s13 .pagination span {
    width: 12px;
    height: 5px;
    margin-left: 5px;
  }

  .vote-pop .top-box {
    height: auto;
    padding-top: 6rem;
  }

  .vote-pop .top-box:before {
    height: 6rem;
    width: 17rem;
    background-size: auto 100%;
  }

  .vote-pop .top-box .img-box {
    width: 15rem;
    bottom: auto;
    top: -5rem;
    padding: 0;
    text-align: center;
  }

  .vote-pop .top-box .txt-box {
    margin-left: 0;
    padding: 1rem 2rem;
  }

  .vote-pop .bot-box {
    padding: 2rem;
    display: block;
  }

  .vote-pop .bot-box .left-box {
    width: 100%;
  }

  .vote-pop .bot-box .right-box {
    margin: 2rem auto 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
