* {
  -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;
}
.c-title .zh {
  font-size: 3.25rem;
  font-weight: 600;
  margin-top: -1rem;
  display: inline-block;
}
.c-title:after {
  content: '';
  width: 100%;
  height: 5.9375rem;
  max-height: 95px;
  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(-90deg, #ff7f01, #8f3adf, #0113ff);
  -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:after {
  background-image: url("../images/img-1-2.png");
  transform: translateX(-44%);
  mask: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, #ffffff 55%);
}

.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: 490px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 100px 20px 50px;
  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: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 3;
}
.vote-pop .img-box {
  width: 200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
}
.vote-pop .img-box img {
  display: block;
  width: 100%;
}
.vote-pop p {
  margin-top: 30px;
  font-size: max(20px, 1.625rem);
  text-align: center;
  color: #5c75a6;
}

.zydssection-s1 {
  height: calc(100vh - 106px);
  position: relative;
  overflow: hidden;
  background-color: #d5e7fb;
}
.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;
  align-items: center;
}
.zydssection-s1 .txt-box .img-box {
  width: 37.5rem;
}
.zydssection-s1 .txt-box .img-box img {
  display: block;
  width: 100%;
}
.zydssection-s1 .txt-box .label {
  font-size: 3.125rem;
  color: #282828;
  margin-top: 1.25rem;
}
.zydssection-s1 .txt-box .tips {
  font-size: max(15px, 1.375rem);
  color: #282828;
  margin-top: 1.25rem;
}
.zydssection-s1 .txt-box .link {
  margin-top: 3.75rem;
  display: flex;
  gap: 1.25rem;
}
.zydssection-s1 .txt-box .link a {
  width: max(120px, 11.25rem);
  height: max(40px, 3.125rem);
  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(97, 135, 195, 0.5);
  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, #9a6ffd, #5f84f5);
  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(13px, 1rem);
  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 .pic-box {
  width: 53.81rem;
  position: absolute;
  left: 57vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.zydssection-s1 .pic-box img {
  display: block;
  width: 100%;
  animation: o-updown-1 2s linear infinite;
}
.zydssection-s1 .m-img {
  position: relative;
  display: none;
}
.zydssection-s1 .m-img img {
  display: block;
  width: 100%;
}
.zydssection-s1 .m-img .m-txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: calc(5vw + 60px);
  z-index: 2;
}
.zydssection-s1 .m-img .m-txt-box .img-box {
  width: 56%;
  max-width: 400px;
  margin: 0 auto;
}
.zydssection-s1 .m-img .m-txt-box .img-box img {
  display: block;
  width: 100%;
}
.zydssection-s1 .m-img .m-txt-box .label {
  font-size: 20px;
  color: #282828;
  margin-top: 1.25rem;
  text-align: center;
}
.zydssection-s1 .m-img .m-txt-box .tips {
  font-size: max(15px, 1.375rem);
  color: #282828;
  margin-top: 1.25rem;
  text-align: center;
}
.zydssection-s1 .m-img .m-txt-box .link {
  margin-top: 20px;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
.zydssection-s1 .m-img .m-txt-box .link a {
  width: max(120px, 11.25rem);
  height: max(40px, 3.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .3s ease;
}
.zydssection-s1 .m-img .m-txt-box .link a:before {
  content: '';
  box-sizing: border-box;
  background-color: rgba(97, 135, 195, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity .3s ease;
}
.zydssection-s1 .m-img .m-txt-box .link a:after {
  content: '';
  background-image: linear-gradient(125deg, #9a6ffd, #5f84f5);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity .3s ease;
}
.zydssection-s1 .m-img .m-txt-box .link a span {
  position: relative;
  z-index: 2;
  font-size: max(13px, 1rem);
  color: #fff;
}
.zydssection-s1 .m-img .m-txt-box .link a:nth-of-type(1):before {
  opacity: 0;
}
.zydssection-s1 .m-img .m-txt-box .link a:nth-of-type(1):after {
  opacity: 1;
}
.zydssection-s1 .m-img .m-txt-box .link a:nth-of-type(2):before {
  opacity: 1;
}
.zydssection-s1 .m-img .m-txt-box .link a:nth-of-type(2):after {
  opacity: 0;
}
@media (any-hover: hover) {
  .zydssection-s1 .m-img .m-txt-box .link a:hover {
    transform: translateY(-3px);
  }
  .zydssection-s1 .m-img .m-txt-box .link a:hover:before {
    opacity: 0;
  }
  .zydssection-s1 .m-img .m-txt-box .link a:hover:after {
    opacity: 1;
  }
}

.zydssection-s2 {
  padding: 7.5rem 0;
  background-color: #ebf3fa;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-5.jpg");
  background-position: center bottom;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}
.zydssection-s2 .para {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.875rem;
  color: #5f84f5;
}
.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(110deg, #9a6ffd, #5f84f5);
  cursor: pointer;
}

.zydssection-s3 {
  padding: 7.5rem 0;
  background-color: #ebf3fa;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-5.jpg");
  background-position: center bottom;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}
.zydssection-s3 .tab-tit .swiper {
  padding: 1.5rem 0 3.125rem;
}
.zydssection-s3 .tab-tit .swiper-wrapper {
  justify-content: center;
}
.zydssection-s3 .tab-tit .item {
  width: auto;
  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, #0113ff, #8f3adf, #ff7f01);
  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;
  padding: 0 1.5rem;
  color: #6187c3;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 47, 201, 0.2) inset;
  border-radius: 10px;
}
.zydssection-s3 .tab-tit .item.active:before {
  opacity: 1;
}
.zydssection-s3 .tab-tit .item.active span {
  color: transparent;
  background-image: linear-gradient(60deg, #0113ff, #8f3adf, #ff7f01);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (any-hover: hover) {
  .zydssection-s3 .tab-tit .item:hover:before {
    opacity: 1;
  }
}
.zydssection-s3 .tab-cont .child {
  display: none;
}
.zydssection-s3 .tab-cont .child.active {
  display: block;
}
.zydssection-s3 .tab-cont .para {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #5f84f5;
}
.zydssection-s3 .tab-cont a.btn {
  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(110deg, #9a6ffd, #5f84f5);
  cursor: pointer;
}
.zydssection-s3 .s-tab-tit .swiper {
  padding: 0 0 3.125rem;
}
.zydssection-s3 .s-tab-tit .swiper-wrapper {
  justify-content: center;
}
.zydssection-s3 .s-tab-tit .item {
  margin-right: 10px;
  width: auto;
  position: relative;
  background-color: #f5f8ff;
  box-shadow: 0 4px 6px rgba(0, 25, 65, 0.1);
  border-radius: 10px;
  cursor: pointer;
}
.zydssection-s3 .s-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, #0113ff, #8f3adf, #ff7f01);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .3s ease;
}
.zydssection-s3 .s-tab-tit .item span {
  display: block;
  position: relative;
  font-size: max(12px, 1rem);
  line-height: 3.125rem;
  padding: 0 1.5rem;
  color: #6187c3;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 47, 201, 0.2) inset;
  border-radius: 10px;
}
.zydssection-s3 .s-tab-tit .item.active:before {
  opacity: 1;
}
.zydssection-s3 .s-tab-tit .item.active span {
  color: transparent;
  background-image: linear-gradient(60deg, #0113ff, #8f3adf, #ff7f01);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (any-hover: hover) {
  .zydssection-s3 .s-tab-tit .item:hover:before {
    opacity: 1;
  }
}
.zydssection-s3 .s-tab-cont .s-child {
  display: none;
}
.zydssection-s3 .s-tab-cont .s-child.active {
  display: block;
}
.zydssection-s3 .s-tab-cont .vote-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.zydssection-s3 .s-tab-cont .vote-box span {
  font-size: 1.125rem;
  color: #14456e;
  font-weight: 600;
}
.zydssection-s3 .s-tab-cont .vote-box .btn {
  position: relative;
  cursor: pointer;
}
.zydssection-s3 .s-tab-cont .vote-box .btn: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, #0113ff, #8f3adf, #ff7f01);
  box-sizing: border-box;
}
.zydssection-s3 .s-tab-cont .vote-box .btn i {
  display: block;
  position: relative;
  font-size: max(12px, 1rem);
  font-style: normal;
  line-height: 3.125rem;
  padding: 0 1.5rem;
  color: transparent;
  background-image: linear-gradient(60deg, #0113ff, #8f3adf, #ff7f01);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 47, 201, 0.2) inset;
  border-radius: 10px;
}
.zydssection-s3 .s-tab-cont .items {
  margin-top: 2.5rem;
}
.zydssection-s3 .s-tab-cont .sw {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 1.5rem;
}
.zydssection-s3 .s-tab-cont .item {
  width: calc((100% - 7.5rem) / 6);
  background-image: linear-gradient(45deg, #ffffff, 80%, #edf4fc);
  padding: 0 1.25rem 3.125rem;
  border-radius: 10px;
}
.zydssection-s3 .s-tab-cont .item .s-logo {
  height: 7.5rem;
  text-align: center;
}
.zydssection-s3 .s-tab-cont .item .s-logo img {
  width: auto;
  max-height: 50%;
  max-width: 90%;
  mix-blend-mode: darken;
}
.zydssection-s3 .s-tab-cont .item .tit {
  width: 100%;
  font-size: 1.125rem;
  color: #14456e;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.zydssection-s3 .s-tab-cont .item.nologo {
  padding: 3.125rem 1.25rem;
  display: flex;
  align-items: center;
}
.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-color: #ebf3fa;
  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: 3.5rem;
}
.zydssection-s4 .contblock .label {
  font-size: 2.25rem;
  text-align: center;
  color: #15466f;
  font-weight: 600;
}
.zydssection-s4 .tab-tit .swiper {
  padding: 2.5rem 0 3.125rem;
}
.zydssection-s4 .tab-tit .swiper-wrapper {
  justify-content: center;
}
.zydssection-s4 .tab-tit .item {
  width: auto;
  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, #0113ff, #8f3adf, #ff7f01);
  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;
  padding: 0 1.5rem;
  color: #6187c3;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 47, 201, 0.2) inset;
  border-radius: 10px;
}
.zydssection-s4 .tab-tit .item.active:before {
  opacity: 1;
}
.zydssection-s4 .tab-tit .item.active span {
  color: transparent;
  background-image: linear-gradient(60deg, #0113ff, #8f3adf, #ff7f01);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (any-hover: hover) {
  .zydssection-s4 .tab-tit .item:hover:before {
    opacity: 1;
  }
}
.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, #abc5f3, rgba(255, 255, 255, 0));
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.zydssection-s4 .contblock-sbox .s-block-box {
  background-image: linear-gradient(180deg, #ecf4fb, 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(183, 214, 247, 0.3), 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;
}
.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: 1rem;
  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: 40rem;
  position: absolute;
  right: -2.5rem;
  top: 50%;
}
.zydssection-s5 .right-box img {
  display: block;
  width: 100%;
  transform: translateY(-40%);
}

.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;
  height: auto;
  margin-left: 1.5rem;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  background-image: linear-gradient(45deg, #f1f5fb, #fff, #fff, #f1f5fb);
  box-shadow: 0 4px 6px rgba(55, 107, 188, 0.1);
}
.zydssection-s6 .item span {
  display: inline-block;
  font-size: 4.5rem;
  line-height: 1;
  color: transparent;
  background-image: linear-gradient(125deg, #ff7f01, #8f3adf, #0113ff);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 600;
}
.zydssection-s6 .item span:before {
  content: '';
  width: 1.875rem;
  height: 6px;
  display: block;
  background-color: rgba(210, 96, 105, 0.3);
  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;
  position: relative;
}
.zydssection-s6 .item .tit:before {
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #ff7f01, #8f3adf, #0113ff);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.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: #8cbbfe;
  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;
  background-image: linear-gradient(125deg, #9a6ffd, #5f84f5);
}
.zydssection-s7 .item:nth-of-type(1) {
  margin-top: 0;
}
.zydssection-s7 .item:nth-of-type(1) .box {
  background-image: linear-gradient(180deg, #f3fbff, #79baff);
}
.zydssection-s7 .item:nth-of-type(1) .right-box:before {
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, 80%, #8cbbfe);
}
.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, #9be3fa);
}
.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(3) .box {
  background-image: linear-gradient(180deg, #f3fbff, #a5b8e6);
}
.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(4) .box {
  background-image: linear-gradient(180deg, #f3fbff, #ca9cf9);
}
.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(5) .box {
  background-image: linear-gradient(180deg, #f3fbff, #ffcaae);
}
.zydssection-s7 .item:nth-of-type(5) .right-box:before {
  background-color: transparent;
  background-image: linear-gradient(180deg, #8cbbfe, 10%, transparent);
}
.zydssection-s7 .item:nth-of-type(5) .right-box:after {
  background-image: url("../images/icon-4-5.png");
  animation-delay: .4s;
}

.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-image: linear-gradient(90deg, #9a6ffd, #5f84f5);
}
.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;
  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: 1.5rem;
}
.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: #1c1dfc;
}
.zydssection-s10 .table-1 thead tr {
  position: relative;
  z-index: 2;
}
.zydssection-s10 .table-1 thead tr th {
  position: relative;
  font-weight: 600;
  font-size: 1rem;
}
.zydssection-s10 .table-1 thead tr 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: 15px 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: 30rem;
}
.zydssection-s10 .table-1 tbody td.color-1 {
  color: #14456e;
}
.zydssection-s10 .table-1 tbody td:last-of-type {
  border: none;
}

.zydssection-s11 {
  padding: 7.5rem 0;
  background: #ecf5fa url("../images/img-2.png") center bottom no-repeat;
  background-size: 100% auto;
}
.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);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  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;
  display: flex;
  justify-content: center;
}
.zydssection-s11 .item .tit span {
  color: transparent;
  background-image: linear-gradient(90deg, #9a6ffd, #5f84f5);
  background-clip: text;
  -webkit-background-clip: text;
  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 {
  text-align: center;
}
.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: inline-block;
  text-align: center;
  font-size: 1.5rem;
  color: transparent;
  background-image: linear-gradient(90deg, #9a6ffd, #5f84f5);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 1rem;
}
.zydssection-s11 .item .num {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 2.5rem;
}
.zydssection-s11 .item .num span {
  font-size: 2.5rem;
  font-weight: bold;
  color: transparent;
  background-image: linear-gradient(90deg, #9a6ffd, #5f84f5);
  background-clip: text;
  -webkit-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;
  color: transparent;
  background-image: linear-gradient(90deg, #9a6ffd, #5f84f5);
  background-clip: text;
  -webkit-background-clip: text;
  text-align: left;
}
.zydssection-s11 .item p {
  font-size: 1.125rem;
  text-align: center;
  color: transparent;
  background-image: linear-gradient(90deg, #9a6ffd, #5f84f5);
  background-clip: text;
  -webkit-background-clip: text;
  margin-top: 1.25rem;
}
.zydssection-s11 .item .tips {
  font-size: 1.375rem;
  line-height: 1.5;
  color: transparent;
  background-image: linear-gradient(90deg, #9a6ffd, #5f84f5);
  background-clip: text;
  -webkit-background-clip: text;
  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: 5.625rem 0;
  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(16, 77, 165, 0.6);
  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(53, 53, 53, 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(90deg, #9a6ffd, #5f84f5);
  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(90deg, #9a6ffd, #5f84f5);
  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: 5.625rem 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.875rem;
  color: #0c36ad;
}
.zydssection-s14 p {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #0c36ad;
  margin-top: 0.5rem;
}
.zydssection-s14 span {
  margin: 1.875rem 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(-90deg, #ff7f01, #8f3adf, #0113ff);
  cursor: pointer;
}

@media screen and (max-width: 2000px) {
  .zydssection-s1 .txt-box .img {
    width: 60rem;
  }

  .zydssection-s1 .pic-box {
    width: 43rem;
  }
}
@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 .s-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 .s-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 .s-tab-cont .item .tit {
    line-height: 20px;
  }

  .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;
    width: auto;
    padding: 0 10px;
  }

  .zydssection-s12 .left-box .item span {
    font-size: 12px;
  }

  .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 .txt-box,
  .zydssection-s1 .pic-box {
    display: none;
  }

  .zydssection-s1 .m-img {
    display: block;
  }

  .zydssection-s2 {
    padding: 4rem 0;
  }

  .zydssection-s2 .para {
    font-size: 16px;
  }

  .zydssection-s3 {
    padding: 4rem 0;
  }

  .zydssection-s3 .tab-tit .swiper {
    padding: 1.5rem 0;
  }

  .zydssection-s3 .tab-cont .sw {
    flex-wrap: nowrap;
    margin: 0;
    gap: 0;
  }

  .zydssection-s3 .tab-cont .para {
    font-size: 16px;
  }

  .zydssection-s3 .pagination {
    display: block;
  }

  .zydssection-s3 .pagination span {
    width: 5px;
    height: 5px;
    margin-left: 5px;
  }

  .zydssection-s3 .s-tab-tit .swiper-wrapper {
    justify-content: flex-start;
  }

  .zydssection-s3 .s-tab-cont .item {
    margin: 0;
    padding: 30px;
  }

  .zydssection-s3 .s-tab-cont .item .s-logo img {
    max-width: 60%;
  }

  .zydssection-s3 .s-tab-cont .item .tit {
    height: auto;
    text-align: center;
  }

  .zydssection-s4 {
    padding: 4rem 0;
  }

  .zydssection-s4 .tab-tit .swiper-wrapper {
    justify-content: flex-start;
  }

  .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: -15vw;
    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 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 .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;
  }
}
@media screen and (max-width: 640px) {
  .zydssection-s1 .m-img .m-txt-box {
    padding-top: calc(10vw + 60px);
  }

  .zydssection-s1 .m-img .m-txt-box .label {
    font-size: 16px;
  }

  .zydssection-s1 .m-img .m-txt-box .tips {
    font-size: 13px;
    margin-top: 5px;
  }

  .zydssection-s1 .m-img .m-txt-box .link {
    margin-top: 10px;
  }

  .zydssection-s1 .m-img .m-txt-box .link a {
    height: 36px;
  }
}

/*# sourceMappingURL=bundle.css.map */
