* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  font-size: 100px;
}

html, body, div, p, strong, span, a, b, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, del, img, i, em, select, button, textarea, input {
  margin: 0;
  padding: 0;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background: #fff;
  font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  position: relative;
  min-height: 100%;
}

a, img, button, input, textarea, select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="text"], input[type="hidden"], input[type="password"], input[type="submit"], button, textarea, select {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: none;
}

.clear {
  clear: both;
}

.hidden {
  overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.cell-box {
  font-size: 0;
}

.cell-box:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.cell-box .cell {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

/*scroll*/
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes logomove {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@keyframes o-dot {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.05rem);
  }
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  will-change: left, transform;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

body {
  background-color: #eaf2fd;
}

.swiper-pagination-lock {
  display: none !important;
}

.wrap-s {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close-1.svg") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
@media (any-hover: hover) {
  .video-pop .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-label {
  position: relative;
  z-index: 2;
}
.c-label .tit {
  font-size: 0.36rem;
  color: #065aff;
  font-weight: bold;
  text-align: center;
}
.c-label p {
  font-size: max(10px, 0.14rem);
  color: #222222;
  opacity: 0.5;
  font-weight: bold;
  text-align: center;
  margin-top: 0.1rem;
}

.fixed-popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
}
.fixed-popups .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}
.fixed-popups .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.fixed-popups .block {
  width: max(800px, 11.8rem);
  background-color: #fff;
  border-radius: 0.16rem;
  border: 2px solid #fff;
  overflow: hidden;
  pointer-events: auto;
  display: none;
  overflow: auto;
}
.fixed-popups .scroll {
  min-width: 700px;
}
.fixed-popups .top-block {
  background-color: #336fff;
  padding: 0.24rem 0;
  display: flex;
}
.fixed-popups .top-block span {
  font-size: max(15px, 0.2rem);
  color: #fff;
  font-weight: bold;
}
.fixed-popups .top-block span:nth-of-type(1) {
  width: max(100px, 1.4rem);
  text-align: center;
}
.fixed-popups .top-block span:nth-of-type(2) {
  width: max(200px, 2.8rem);
  padding-left: 0.3rem;
}
.fixed-popups .top-block span:nth-of-type(3) {
  padding-left: 0.3rem;
}
.fixed-popups .bot-block {
  overflow: auto;
  max-height: calc(80vh - 0.6rem);
}
.fixed-popups .bot-block .flex {
  display: flex;
}
.fixed-popups .bot-block .title {
  width: max(100px, 1.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  border-right: 1px solid #e7e7e7;
}
.fixed-popups .bot-block .title span {
  font-size: max(14px, 0.18rem);
  color: #0053c2;
  text-align: center;
}
.fixed-popups .bot-block .cont {
  flex: 1;
}
.fixed-popups .bot-block .list {
  display: flex;
  border-top: 1px solid #e7e7e7;
}
.fixed-popups .bot-block .list:nth-of-type(1) {
  border: none;
}
.fixed-popups .bot-block .lbox, .fixed-popups .bot-block .rbox {
  padding: 0.2rem 0.3rem;
  display: flex;
  align-items: center;
}
.fixed-popups .bot-block .lbox {
  width: max(200px, 2.8rem);
  border-right: 1px solid #e7e7e7;
}
.fixed-popups .bot-block .rbox {
  flex: 1;
}
.fixed-popups .bot-block p {
  font-size: max(12px, 0.14rem);
  color: #333333;
  line-height: 1.5;
}

.zysection-scrollnav {
  position: fixed;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: none;
}
.zysection-scrollnav a {
  position: relative;
  display: flex;
  margin-top: 0.1rem;
  padding-left: 0.24rem;
  cursor: pointer;
}
.zysection-scrollnav a:nth-of-type(1) {
  margin-top: 0;
}
.zysection-scrollnav a:before {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: calc(50% - 0.05rem);
  transition: all .3s ease;
}
.zysection-scrollnav a span {
  font-size: max(10px, 0.12rem);
  line-height: 24px;
  border-radius: 12px;
  padding: 0 0.1rem;
  color: #333333;
  transition: all .3s ease;
}
.zysection-scrollnav a.active:before {
  background-color: #2571f4;
  border-color: #2571f4;
}
.zysection-scrollnav a.active span {
  background-color: #2571f4;
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-scrollnav a:not(.active):hover span {
    color: #2571f4;
  }
}

.zysection-topnav {
  padding: 0 60px;
  margin-top: 0.3rem;
  position: sticky;
  top: 0;
  z-index: 5;
}
.zysection-topnav .block {
  background-color: rgba(11, 26, 105, 0.3);
  border-radius: max(24px, 0.6rem);
  height: 0.6rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zysection-topnav .img-box {
  width: 1.89rem;
}
.zysection-topnav .img-box img {
  display: block;
  width: 100%;
}
.zysection-topnav .link {
  display: flex;
  grid-gap: 0.3rem;
}
.zysection-topnav .link a {
  position: relative;
  cursor: pointer;
}
.zysection-topnav .link a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-topnav .link a span {
  font-size: max(12px, 0.14rem);
  line-height: 0.6rem;
  color: #fff;
}
.zysection-topnav .link a.active:after {
  opacity: 1;
}

.scroll-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #cbe5ff;
}

.zysection-s1 {
  margin-top: -0.9rem;
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
.zysection-s1 .video-box, .zysection-s1 .img-box, .zysection-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zysection-s1 .img-box {
  display: none;
  z-index: 1;
}
.zysection-s1 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s1 .video-box {
  z-index: 2;
}
.zysection-s1 .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s1 .txt-box {
  z-index: 3;
  display: flex;
  align-items: center;
}
.zysection-s1 .txt-box .block {
  width: 100%;
  padding: 0 10vw;
  position: relative;
}
.zysection-s1 .txt-box .txt {
  display: flex;
  flex-direction: column;
}
.zysection-s1 .txt-box .pic {
  width: 50%;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
}
.zysection-s1 .txt-box .pic img {
  display: block;
  width: 100%;
}
.zysection-s1 .txt-box .label {
  font-size: 0.48rem;
  color: #fff;
  font-weight: bold;
}
.zysection-s1 .txt-box .tit {
  font-size: max(16px, 0.22rem);
  color: #fff;
  font-weight: bold;
  margin-top: 0.15rem;
}
.zysection-s1 .txt-box p {
  font-size: max(15px, 0.2rem);
  color: #fff;
  margin-top: 0.5rem;
}
.zysection-s1 .txt-box .logobox {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px;
}
.zysection-s1 .txt-box .logobox .img {
  width: max(80px, 1.5rem);
  height: max(48px, 0.7rem);
  background-color: #f1f7ff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s1 .txt-box .logobox .img img {
  max-width: 70%;
  max-height: 50%;
  mix-blend-mode: multiply;
}
.zysection-s1 .txt-box .btns {
  margin-top: 0.5rem;
  display: flex;
}
.zysection-s1 .txt-box .btns a {
  width: 2rem;
  height: max(40px, 0.48rem);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all .3s ease;
}
.zysection-s1 .txt-box .btns a span {
  font-size: max(13px, 0.14rem);
  color: #065aff;
}
@media (any-hover: hover) {
  .zysection-s1 .txt-box .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(69, 128, 248, 0.3);
  }
}

.zysection-s2 {
  padding: 1.5rem 0;
}
.zysection-s2 .cont-block {
  margin-top: 1rem;
  position: relative;
}
.zysection-s2 .para {
  margin-left: calc(50% + 0.8rem);
  font-size: max(14px, 0.18rem);
  color: #333333;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.zysection-s2 .para p {
  text-indent: 2em;
}
.zysection-s2 .img-box {
  width: 62.3%;
  max-width: 896px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  z-index: 1;
}
.zysection-s2 .img-box img {
  display: block;
  width: 100%;
}

.zysection-s3 {
  padding: 1rem 0 0;
  position: relative;
}
.zysection-s3:before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: 3.7vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-26.png");
  background-size: 100% 100%;
}
.zysection-s3:after {
  content: '';
  width: 100%;
  height: 61.04vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-30.png");
  background-size: 100% 100%;
  pointer-events: none;
  position: absolute;
  top: 6.77vw;
  left: 0;
}
.zysection-s3 .form {
  max-width: 450px;
  width: 100%;
  height: 45px;
  margin: 0.3rem auto 0;
  border: 2px solid #90b8fa;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.zysection-s3 .form input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: max(13px, 0.16rem);
  color: #000;
  background-color: transparent;
}
.zysection-s3 .form button {
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #065aff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-2.png");
  cursor: pointer;
}
.zysection-s3 .city-tit {
  margin-top: 0.6rem;
}
.zysection-s3 .city-tit .label {
  font-size: max(15px, 0.2rem);
  color: #000;
  font-weight: bold;
  padding: 0 0.15rem;
}
.zysection-s3 .city-tit .list {
  margin-top: 0.2rem;
  padding: 0 0.15rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.15rem;
}
.zysection-s3 .city-tit .list span {
  width: max(20px, 0.28rem);
  height: max(20px, 0.28rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(13px, 0.16rem);
  color: #000000;
  cursor: pointer;
}
.zysection-s3 .city-tit .list span:nth-of-type(1) {
  width: auto;
  padding: 0 10px;
}
.zysection-s3 .city-tit .list span.null {
  opacity: 0.3;
  pointer-events: none;
}
.zysection-s3 .city-tit .list span.active {
  background-color: #065aff;
  color: #fff;
}
.zysection-s3 .city-cont {
  margin-top: 0.2rem;
  border-top: 1px solid #dae8fe;
  border-bottom: 1px solid #dae8fe;
}
.zysection-s3 .city-cont .child {
  padding: 15px 0;
  display: none;
}
.zysection-s3 .city-cont .child.active {
  display: block;
}
.zysection-s3 .city-cont .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: 10px;
  max-height: max(58px, calc(10px + 0.64rem));
  overflow: hidden;
}
.zysection-s3 .city-cont .list.hauto {
  max-height: none;
}
.zysection-s3 .city-cont .list span {
  padding: 0 10px;
  font-size: max(13px, 0.16rem);
  line-height: max(24px, 0.32rem);
  color: #000000;
  cursor: pointer;
}
.zysection-s3 .city-cont .list span.active {
  color: #fff;
  background-color: #065aff;
}
.zysection-s3 .city-cont .loadmorecity {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dae8fe;
  display: flex;
  justify-content: center;
}
.zysection-s3 .city-cont .loadmorecity span {
  font-size: max(13px, 0.16rem);
  border: 1px solid #065aff;
  color: #065aff;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .zysection-s3 .city-cont .loadmorecity span:hover {
    background-color: #065aff;
    color: #fff;
  }
}
.zysection-s3 .items {
  margin-top: 0.4rem;
  position: relative;
}
.zysection-s3 .toptips {
  text-align: center;
  font-size: max(13px, 0.16rem);
  color: #000;
}
.zysection-s3 .item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  background-color: #fff;
  border-radius: 0.15rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.zysection-s3 .item .img-box {
  position: relative;
  aspect-ratio: 467 / 280;
  overflow: hidden;
  z-index: 1;
}
.zysection-s3 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.zysection-s3 .item .tips {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: max(10px, 0.12rem);
  line-height: 24px;
  padding: 0 14px;
  color: #fff;
  background-color: #0156ff;
  border-radius: 3px;
  z-index: 22;
}
.zysection-s3 .item .video-btn {
  width: 33px;
  height: 33px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 2;
  transition: opacity .3s ease;
}
@media (any-hover: hover) {
  .zysection-s3 .item .video-btn:hover {
    opacity: 1;
  }
}
.zysection-s3 .item .txt-box {
  padding: 0.3rem 0.3rem calc(30px + 0.6rem);
  background: url("../images/img-28.png") center top no-repeat;
  background-size: 100% auto;
}
.zysection-s3 .item .tit {
  font-size: max(16px, 0.22rem);
  color: #000;
}
.zysection-s3 .item .date {
  display: flex;
  align-items: center;
  grid-gap: 0.1rem;
  margin-top: 0.2rem;
}
.zysection-s3 .item .date:before {
  content: '';
  width: 16px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4.png");
  opacity: 0.5;
}
.zysection-s3 .item .date span {
  font-size: 12px;
  color: #666;
  padding-bottom: 2px;
}
.zysection-s3 .item .addr {
  display: flex;
  align-items: center;
  grid-gap: 0.1rem;
  margin-top: 0.1rem;
}
.zysection-s3 .item .addr:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-5.svg");
  opacity: 0.5;
}
.zysection-s3 .item .addr span {
  font-size: 12px;
  color: #666;
  padding-bottom: 2px;
}
.zysection-s3 .item .ope {
  position: absolute;
  bottom: 0.3rem;
  left: 0.3rem;
  right: 0.3rem;
  display: flex;
  grid-gap: 4px;
}
.zysection-s3 .item .ope a {
  width: calc(50% - 2px);
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}
.zysection-s3 .item .ope a:nth-of-type(1) {
  border-color: #065aff;
  background-color: #065aff;
  color: #fff;
}
.zysection-s3 .item .ope a:nth-of-type(2) {
  border-color: #eaeaea;
  background-color: #fff;
  color: #666;
}
@media (any-hover: hover) {
  .zysection-s3 .item:hover .img-box img {
    transform: scale(1.1);
  }
}
.zysection-s3 .button {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  top: calc(45% - 0.24rem);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}
.zysection-s3 .prevbtn {
  left: -1.2rem;
  background-image: url("../images/prev.png");
}
.zysection-s3 .nextbtn {
  right: -1.2rem;
  background-image: url("../images/next.png");
}
.zysection-s3 .pagination {
  margin-top: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0.1rem;
  z-index: 2;
  color: #065aff;
  font-size: max(12px, 0.16rem);
}

.zysection-s4 {
  padding: 1.2rem 0 0;
}
.zysection-s4 .items {
  margin-top: 1.2rem;
}
.zysection-s4 .sw {
  display: flex;
  grid-gap: 0.2rem;
}
.zysection-s4 .item {
  width: calc((100% - 0.6rem) / 4);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: all .3s ease;
}
.zysection-s4 .item:nth-of-type(odd) {
  transform: translateY(-0.6rem);
}
.zysection-s4 .item .img-box img {
  display: block;
  width: 100%;
}
.zysection-s4 .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.3rem 0.3rem;
}
.zysection-s4 .item .txt-box:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-5.png");
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 1;
}
.zysection-s4 .item .box {
  position: relative;
  z-index: 2;
}
.zysection-s4 .item .tit {
  font-size: max(16px, 0.22rem);
  color: #3878f8;
  text-align: center;
  font-weight: bold;
}
.zysection-s4 .item p {
  font-size: max(12px, 0.15rem);
  color: #fff;
  line-height: 1.5;
  margin-top: 0.1rem;
  opacity: 0;
  display: none;
}
@media (any-hover: hover) {
  .zysection-s4 .item:hover {
    box-shadow: 0 0 0.2rem rgba(69, 128, 248, 0.3);
  }
  .zysection-s4 .item:hover .txt-box:before {
    opacity: 1;
  }
  .zysection-s4 .item:hover .tit {
    color: #fff;
  }
  .zysection-s4 .item:hover p {
    display: block;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

.zysection-s5 {
  position: relative;
  padding: 1.6rem 0 0;
}
.zysection-s5:before {
  content: '';
  width: 36.14vw;
  height: 90vw;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-17.png");
  background-size: 100% 100%;
}
.zysection-s5 .cont-block {
  position: relative;
  margin-top: 0.3rem;
  display: flex;
  align-items: flex-start;
  grid-gap: 0.2rem;
}
.zysection-s5 .block-1 {
  width: calc(100% - calc((100% - 0.6rem) / 4) - 0.2rem);
  height: 4.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-14.jpg");
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.2rem;
}
.zysection-s5 .block-1 .stit {
  font-size: max(12px, 0.14rem);
  color: #065aff;
  font-weight: bold;
}
.zysection-s5 .block-1 .tit {
  font-size: max(18px, 0.24rem);
  color: #065aff;
  font-weight: bold;
  margin-top: 0.2rem;
}
.zysection-s5 .block-1 .para {
  max-width: 6.5rem;
  margin-top: 0.2rem;
  font-size: max(13px, 0.14rem);
  color: #333333;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zysection-s5 .block-1 .tips {
  max-width: 6.8rem;
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.1rem;
}
.zysection-s5 .block-1 .tips span {
  font-size: max(12px, 0.14rem);
  color: #277fff;
  padding: 0.05rem 0.2rem;
  border: 1px solid rgba(6, 90, 255, 0.2);
  border-radius: 5px;
}
.zysection-s5 .block-1 .btns {
  margin-top: 0.3rem;
  display: flex;
}
.zysection-s5 .block-1 .btns a {
  width: 2rem;
  height: max(40px, 0.48rem);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #065aff;
  transition: all .3s ease;
}
.zysection-s5 .block-1 .btns a span {
  font-size: max(13px, 0.14rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s5 .block-1 .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(69, 128, 248, 0.3);
  }
}
.zysection-s5 .block-2 {
  width: calc((100% - 0.6rem) / 4);
  height: 6.45rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-15.jpg");
  padding: 0.6rem 0.4rem 0;
  border-radius: 0.2rem;
}
.zysection-s5 .block-2 .stit {
  font-size: max(12px, 0.14rem);
  color: #065aff;
  font-weight: bold;
}
.zysection-s5 .block-2 .tit {
  font-size: max(18px, 0.24rem);
  color: #065aff;
  font-weight: bold;
  margin-top: 0.2rem;
}
.zysection-s5 .block-2 .para {
  margin-top: 0.2rem;
  font-size: max(13px, 0.14rem);
  color: #333333;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zysection-s5 .block-2 .tips {
  margin-top: 0.2rem;
  flex-wrap: wrap;
  grid-gap: 0.05rem;
  display: none;
  opacity: 0;
}
.zysection-s5 .block-2 .tips span {
  font-size: max(12px, 0.14rem);
  color: #277fff;
  padding: 0.05rem 0.1rem;
  border: 1px solid rgba(6, 90, 255, 0.2);
  border-radius: 5px;
}
.zysection-s5 .block-2 .btns {
  margin-top: 0.2rem;
  display: flex;
}
.zysection-s5 .block-2 .btns a {
  width: 100px;
  height: 28px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #065aff;
  transition: all .3s ease;
}
.zysection-s5 .block-2 .btns a span {
  font-size: max(10px, 0.12rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s5 .block-2 .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(69, 128, 248, 0.3);
  }
}
@media (any-hover: hover) {
  .zysection-s5 .block-2:hover .tips {
    display: flex;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}
.zysection-s5 .block-3 {
  width: calc(100% - calc((100% - 0.6rem) / 4) - 0.2rem);
  position: absolute;
  left: 0;
  bottom: 0;
}
.zysection-s5 .block-3 .sw {
  display: flex;
  grid-gap: 0.12rem;
}
.zysection-s5 .block-3 .item {
  width: calc((100% - 0.24rem) / 3);
  height: 1.85rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-16.jpg");
  border-radius: 0.2rem;
}
.zysection-s5 .block-3 .item:nth-of-type(1) {
  display: none;
}
.zysection-s5 .block-3 .item .box {
  display: block;
  height: 100%;
  position: relative;
}
.zysection-s5 .block-3 .item .show {
  padding: 0.24rem 0.3rem 0;
  transition: opacity .3s ease;
}
.zysection-s5 .block-3 .item .show .tips {
  display: none;
}
.zysection-s5 .block-3 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.3rem 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s5 .block-3 .item .stit {
  font-size: max(12px, 0.14rem);
  color: #065aff;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.zysection-s5 .block-3 .item .tit {
  font-size: max(13px, 0.16rem);
  color: #010101;
  line-height: 1.5;
  height: max(40px, 0.48rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zysection-s5 .block-3 .item .tips {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.05rem;
}
.zysection-s5 .block-3 .item .tips span {
  font-size: max(12px, 0.14rem);
  color: #277fff;
  padding: 0.05rem 0.1rem;
  border: 1px solid rgba(6, 90, 255, 0.2);
  border-radius: 5px;
}
.zysection-s5 .block-3 .item .btns {
  margin-top: 0.1rem;
  display: flex;
}
.zysection-s5 .block-3 .item .btns .inner {
  width: 100px;
  height: 28px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #065aff;
}
.zysection-s5 .block-3 .item .btns .inner span {
  font-size: max(10px, 0.12rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s5 .block-3 .item:hover .show {
    opacity: 0;
  }
  .zysection-s5 .block-3 .item:hover .hide {
    opacity: 1;
  }
}

.zysection-s6 {
  padding: 1.3rem 0 0;
  position: relative;
}
.zysection-s6:after {
  content: '';
  width: 100%;
  height: 61.04vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-30.png");
  background-size: 100% 100%;
  pointer-events: none;
  position: absolute;
  top: -10vw;
  left: 0;
}
.zysection-s6 .cont-block {
  margin-top: 0.4rem;
  height: max(400px, 6.04rem);
  display: flex;
  background-color: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}
.zysection-s6 .tab-tit {
  width: 2.17rem;
  height: 100%;
  border-right: 1px solid #f4f5f6;
}
.zysection-s6 .tab-tit .sw {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.zysection-s6 .tab-tit .item {
  width: 100%;
  height: 25%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zysection-s6 .tab-tit .item:before {
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-19.jpg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s6 .tab-tit .item:after {
  content: '';
  width: 0.03rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #38bcfb, #347bf4);
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s6 .tab-tit .item span {
  font-size: max(14px, 0.18rem);
  color: #010101;
  position: relative;
  z-index: 3;
}
.zysection-s6 .tab-tit .item.active:before {
  opacity: 1;
}
.zysection-s6 .tab-tit .item.active:after {
  opacity: 1;
}
.zysection-s6 .tab-tit .item.active span {
  color: #2571f4;
  font-weight: bold;
}
.zysection-s6 .tab-cont {
  width: calc(100% - 2.17rem);
  height: 100%;
}
.zysection-s6 .tab-cont .child {
  height: 100%;
  position: relative;
  display: none;
}
.zysection-s6 .tab-cont .child.active {
  display: block;
}
.zysection-s6 .tab-cont .child.active .tit, .zysection-s6 .tab-cont .child.active .para, .zysection-s6 .tab-cont .child.active .tips, .zysection-s6 .tab-cont .child.active .link, .zysection-s6 .tab-cont .child.active .btns {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.zysection-s6 .tab-cont .child.active .para {
  animation-delay: .1s;
}
.zysection-s6 .tab-cont .child.active .tips, .zysection-s6 .tab-cont .child.active .link {
  animation-delay: 0.2s;
}
.zysection-s6 .tab-cont .child.active .btns {
  animation-delay: 0.3s;
}
.zysection-s6 .tab-cont .tit, .zysection-s6 .tab-cont .para, .zysection-s6 .tab-cont .tips, .zysection-s6 .tab-cont .link, .zysection-s6 .tab-cont .btns {
  opacity: 0;
}
.zysection-s6 .tab-cont .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.zysection-s6 .tab-cont .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s6 .tab-cont .txt-box {
  height: 100%;
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.zysection-s6 .tab-cont .tit {
  font-size: max(18px, 0.24rem);
  color: #065aff;
  font-weight: bold;
}
.zysection-s6 .tab-cont .para {
  max-width: 7.2rem;
  font-size: max(13px, 0.16rem);
  color: #000000;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.zysection-s6 .tab-cont .tips {
  margin-top: 0.3rem;
  font-size: max(14px, 0.17rem);
  color: #000000;
}
.zysection-s6 .tab-cont .link {
  max-width: max(480px, 6rem);
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 0.1rem;
}
.zysection-s6 .tab-cont .link a {
  width: max(240px, 3rem);
  font-size: max(12px, 0.14rem);
  color: #277fff;
  transition: all .3s ease;
}
.zysection-s6 .tab-cont .link a.max {
  width: 100%;
}
.zysection-s6 .tab-cont .btns {
  margin-top: 0.3rem;
  display: flex;
}
.zysection-s6 .tab-cont .btns a {
  width: 2rem;
  height: max(40px, 0.48rem);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #065aff;
  transition: all .3s ease;
}
.zysection-s6 .tab-cont .btns a span {
  font-size: max(13px, 0.14rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s6 .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(69, 128, 248, 0.3);
  }
}

.zysection-s7 {
  padding: 1.3rem 0 0;
}
.zysection-s7 .items {
  margin-top: 0.4rem;
  position: relative;
}
.zysection-s7 .items:before {
  content: '';
  width: calc(100% + 1.6rem);
  height: 86%;
  position: absolute;
  top: 7%;
  left: -0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-21.png");
  background-size: 100% 100%;
  z-index: 1;
}
.zysection-s7 .swiper {
  z-index: 2;
}
.zysection-s7 .item {
  height: max(400px, 5.24rem);
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.zysection-s7 .item .img-box {
  height: 100%;
}
.zysection-s7 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zysection-s7 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zysection-s7 .item .tit {
  font-size: 0.32rem;
  color: #fff;
}
.zysection-s7 .item p {
  max-width: 60%;
  font-size: max(13px, 0.16rem);
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.zysection-s7 .item .btns {
  margin-top: 0.5rem;
  display: flex;
}
.zysection-s7 .item .btns a {
  width: 2rem;
  height: max(40px, 0.48rem);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all .3s ease;
}
.zysection-s7 .item .btns a span {
  font-size: max(13px, 0.14rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s7 .item .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(69, 128, 248, 0.3);
  }
}
.zysection-s7 .button {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  top: calc(45% - 0.24rem);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}
.zysection-s7 .prevbtn {
  left: -1.2rem;
  background-image: url("../images/prev.png");
}
.zysection-s7 .nextbtn {
  right: -1.2rem;
  background-image: url("../images/next.png");
}
.zysection-s7 .pagination {
  margin-top: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0.1rem;
  z-index: 2;
}
.zysection-s7 .pagination span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background-color: #065aff;
  opacity: 0.2;
  transition: all .3s ease;
  cursor: pointer;
}
.zysection-s7 .pagination span.active {
  opacity: 1;
  width: 0.32rem;
}

.zysection-s8 {
  padding: 1.3rem 0 0;
  overflow: hidden;
}
.zysection-s8 .items {
  position: relative;
  margin-top: -2vw;
}
.zysection-s8 .swiper {
  padding-top: 4vw;
}
.zysection-s8 .item {
  width: 25%;
  border-radius: 0.15rem;
  padding: 0.3rem 0.3rem 0;
  pointer-events: none;
  transition: all .3s ease;
}
.zysection-s8 .item .img-box {
  position: relative;
  aspect-ratio: 5 / 3;
  overflow: hidden;
}
.zysection-s8 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: transform .5s ease;
}
.zysection-s8 .item .txt-box {
  height: 1.4rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s8 .item .tit {
  width: 100%;
  font-size: max(16px, 0.24rem);
  color: #000000;
  text-align: center;
}
.zysection-s8 .item.swiper-slide-active {
  pointer-events: auto;
  background-color: rgba(1, 86, 255, 0.05);
  cursor: pointer;
}
.zysection-s8 .item.swiper-slide-active .txt-box {
  opacity: 1;
}
@media (any-hover: hover) {
  .zysection-s8 .item.swiper-slide-active:hover img {
    transform: scale(1.1);
  }
}
.zysection-s8 .buttons {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  grid-gap: 0.2rem;
}
.zysection-s8 .button {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}
.zysection-s8 .prevbtn {
  background-image: url("../images/prev.png");
}
.zysection-s8 .nextbtn {
  background-image: url("../images/next.png");
}

.zysection-s9 {
  padding: 1.3rem 0 0;
  position: relative;
}
.zysection-s9:after {
  content: '';
  width: 100%;
  height: 61.04vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-30.png");
  background-size: 100% 100%;
  pointer-events: none;
  position: absolute;
  top: -10vw;
  left: 0;
}
.zysection-s9 .cont-block {
  margin-top: 0.4rem;
  position: relative;
}
.zysection-s9 .cont-block .singlebox {
  position: relative;
  grid-column: 1/3;
  grid-row: 1/3;
  background-color: #fff;
  border-radius: 0.2rem;
}
.zysection-s9 .cont-block .single {
  height: 100%;
}
.zysection-s9 .cont-block .single a {
  display: block;
  height: 100%;
  padding: 0.1rem 0.1rem 0;
  position: relative;
  padding-bottom: 1.2rem;
}
.zysection-s9 .cont-block .single .img-box {
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.zysection-s9 .cont-block .single img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.zysection-s9 .cont-block .single .txt-box {
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 0.1rem;
  padding: 0 0.2rem;
}
.zysection-s9 .cont-block .single .tit {
  font-size: max(16px, 0.22rem);
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.zysection-s9 .cont-block .single .info {
  font-size: max(12px, 0.14rem);
  color: #222222;
  opacity: 0.5;
}
@media (any-hover: hover) {
  .zysection-s9 .cont-block .single:hover img {
    transform: scale(1.05);
  }
  .zysection-s9 .cont-block .single:hover .tit {
    color: #065aff;
  }
}
.zysection-s9 .cont-block .item {
  position: relative;
  border-radius: 0.2rem;
  background-color: #fff;
  overflow: hidden;
}
.zysection-s9 .cont-block .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-24.jpg");
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s9 .cont-block .item a {
  display: block;
  position: relative;
  padding: 0.8rem 0.3rem 0;
  height: 100%;
  z-index: 2;
}
.zysection-s9 .cont-block .item .tips {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: max(10px, 0.12rem);
  line-height: 24px;
  padding: 0 14px;
  color: #0156ff;
  background-color: #e5eeff;
  border-radius: 3px;
}
.zysection-s9 .cont-block .item .tit {
  font-size: max(14px, 0.18rem);
  color: #222222;
  line-height: 1.5;
  height: max(63px, 0.81rem);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .3s ease;
}
.zysection-s9 .cont-block .item .info {
  font-size: max(12px, 0.14rem);
  color: #222222;
  opacity: 0.5;
  margin-top: 0.1rem;
}
@media (any-hover: hover) {
  .zysection-s9 .cont-block .item:hover:before {
    opacity: 1;
  }
  .zysection-s9 .cont-block .item:hover .tit {
    color: #065aff;
  }
}
.zysection-s9 .block {
  height: 5.24rem;
  display: grid;
  grid-gap: 0.2rem;
  grid-template-rows: repeat(2, calc((100% - 0.2rem) / 2));
  grid-template-columns: repeat(4, calc((100% - 0.6rem) / 4));
}
.zysection-s9 .button {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  top: calc(45% - 0.24rem);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}
.zysection-s9 .prevbtn {
  left: -1.2rem;
  background-image: url("../images/prev.png");
}
.zysection-s9 .nextbtn {
  right: -1.2rem;
  background-image: url("../images/next.png");
}
.zysection-s9 .pagination-1 {
  margin-top: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0.1rem;
  z-index: 2;
}
.zysection-s9 .pagination-1 span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background-color: #065aff;
  opacity: 0.2;
  transition: all .3s ease;
  cursor: pointer;
}
.zysection-s9 .pagination-1 span.active {
  opacity: 1;
  width: 0.32rem;
}
.zysection-s9 .m-block {
  display: none;
  margin-top: 0.4rem;
}
.zysection-s9 .m-block .singlebox {
  position: relative;
  background-color: #fff;
  border-radius: 0.2rem;
}
.zysection-s9 .m-block .single a {
  display: block;
  height: 100%;
  padding: 10px;
  position: relative;
}
.zysection-s9 .m-block .single .img-box {
  height: 46vw;
  border-radius: 0.2rem;
  overflow: hidden;
}
.zysection-s9 .m-block .single img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.zysection-s9 .m-block .single .txt-box {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 0.1rem;
  padding: 0 0.2rem;
}
.zysection-s9 .m-block .single .tit {
  font-size: max(16px, 0.22rem);
  color: #222222;
}
.zysection-s9 .m-block .single .info {
  font-size: max(12px, 0.14rem);
  color: #222222;
  opacity: 0.5;
}
.zysection-s9 .m-block .m-items {
  margin-top: 30px;
}
.zysection-s9 .m-block .m-items .pagination-4 {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0.1rem;
  z-index: 2;
}
.zysection-s9 .m-block .m-items .pagination-4 span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background-color: #065aff;
  opacity: 0.2;
  transition: all .3s ease;
  cursor: pointer;
}
.zysection-s9 .m-block .m-items .pagination-4 span.active {
  opacity: 1;
  width: 0.32rem;
}
.zysection-s9 .m-block .item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  border-radius: 0.2rem;
  background-color: #fff;
  overflow: hidden;
}
.zysection-s9 .m-block .item:last-of-type {
  margin-right: 0;
}
.zysection-s9 .m-block .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-24.jpg");
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s9 .m-block .item a {
  display: block;
  position: relative;
  padding: 50px 20px;
  height: 100%;
  z-index: 2;
}
.zysection-s9 .m-block .item .tips {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: max(10px, 0.12rem);
  line-height: 24px;
  padding: 0 14px;
  color: #0156ff;
  background-color: #e5eeff;
  border-radius: 3px;
}
.zysection-s9 .m-block .item .tit {
  font-size: max(15px, 0.22rem);
  color: #222222;
  line-height: 1.5;
}
.zysection-s9 .m-block .item .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: max(12px, 0.14rem);
  color: #222222;
  opacity: 0.5;
  margin-top: 0.1rem;
}

.zysection-s10 {
  padding: 1.3rem 0 0;
}
.zysection-s10 .items {
  margin-top: 0.4rem;
  position: relative;
}
.zysection-s10 .item {
  width: calc((100% - 0.4rem) / 3);
  height: auto;
  margin-right: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.zysection-s10 .item:last-of-type {
  margin-right: 0;
}
.zysection-s10 .item .box {
  display: block;
  height: 100%;
}
.zysection-s10 .item .year {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: max(10px, 0.12rem);
  color: #0156ff;
  border-radius: 3px;
  background-color: #fff;
  line-height: 2;
  padding: 0 0.16rem;
  z-index: 2;
}
.zysection-s10 .item .img-box {
  height: 3.74rem;
}
.zysection-s10 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.zysection-s10 .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0.5rem 0.4rem;
  transition: all .3s ease;
}
.zysection-s10 .item .txt-box:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: -1.2rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/img-13.png");
  background-size: 100% 100%;
  z-index: 1;
}
.zysection-s10 .item .tit {
  font-size: max(16px, 0.2rem);
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.zysection-s10 .item .btns {
  position: absolute;
  left: 0.5rem;
  bottom: .4rem;
  display: flex;
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.zysection-s10 .item .btns .inner {
  width: max(120px, 1.4rem);
  height: max(36px, 0.4rem);
  border-radius: 5px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.zysection-s10 .item .btns .inner span {
  font-size: max(13px, 0.14rem);
  color: #fff;
}
@media (any-hover: hover) {
  .zysection-s10 .item .btns .inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(69, 128, 248, 0.3);
  }
}
@media (any-hover: hover) {
  .zysection-s10 .item:hover .img-box img {
    transform: scale(1.1);
  }
  .zysection-s10 .item:hover .txt-box {
    padding-bottom: max(calc(36px + 0.6rem), 1rem);
  }
  .zysection-s10 .item:hover .btns {
    opacity: 1;
  }
}
.zysection-s10 .button {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  top: calc(45% - 0.24rem);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}
.zysection-s10 .prevbtn {
  left: -1.2rem;
  background-image: url("../images/prev.png");
}
.zysection-s10 .nextbtn {
  right: -1.2rem;
  background-image: url("../images/next.png");
}
.zysection-s10 .pagination {
  margin-top: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0.1rem;
  z-index: 2;
}
.zysection-s10 .pagination span {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.06rem;
  background-color: #065aff;
  opacity: 0.2;
  transition: all .3s ease;
  cursor: pointer;
}
.zysection-s10 .pagination span.active {
  opacity: 1;
  width: 0.32rem;
}

.zysection-s11 {
  padding: 1.7rem 0 0;
}
.zysection-s11 .c-label .tit {
  text-align: left;
}
.zysection-s11 .c-label p {
  text-align: left;
}
.zysection-s11 .block {
  margin-top: 0.8rem;
}
.zysection-s11 .block:nth-of-type(1) {
  margin-top: 0;
}
.zysection-s11 .items {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.15rem;
}
.zysection-s11 .item {
  width: calc((100% - 0.9rem) / 7);
  height: max(66px, 0.86rem);
  border: 1px solid #fff;
  border-radius: 0.1rem;
  background-color: #f2f8ff;
  box-shadow: 0 0.1rem 0.3rem rgba(51, 112, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s11 .item img {
  max-width: 60%;
  max-height: 50%;
  mix-blend-mode: multiply;
}

.zysection-s12 {
  padding: 1.6rem 0 8.33vw;
  background: url("../images/img-6.png") center bottom no-repeat;
  background-size: 100% auto;
}
.zysection-s12 .block {
  margin-top: 0.4rem;
  height: 3.35rem;
  border-radius: 0.2rem;
  background: #f5f9fe url("../images/img-7.png") left top no-repeat;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 10px rgba(2, 94, 255, 0.1);
  padding-left: 0.8rem;
}
.zysection-s12 .txt-box .tit {
  font-size: 0.32rem;
  color: #065aff;
  font-weight: bold;
}
.zysection-s12 .txt-box .para {
  font-size: max(13px, 0.17rem);
  color: #37528b;
  line-height: 2;
  margin-top: 0.15rem;
}
.zysection-s12 .pic-box {
  width: 2.87rem;
  position: absolute;
  right: 1.3rem;
  bottom: 0;
}
.zysection-s12 .pic-box img.bg {
  display: block;
  width: 100%;
}
.zysection-s12 .ewm-box {
  width: 1.24rem;
  position: absolute;
  top: 0.9rem;
  left: 0.62rem;
}
.zysection-s12 .ewm-box .box {
  width: 1.24rem;
}
.zysection-s12 .ewm-box .box:nth-of-type(2) {
  display: none;
}
.zysection-s12 .ewm-box img {
  display: block;
  width: 100%;
}
.zysection-s12 .ewm-box p {
  font-size: max(13px, 0.16rem);
  color: #000000;
  text-align: center;
}
.zysection-s12 .tips-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.zysection-s12 .tips-box .tip {
  position: absolute;
  background-color: #e6f2fe;
  display: flex;
  align-items: center;
  padding: 0.12rem 0.24rem;
  grid-gap: 0.1rem;
  border-radius: 0.1rem;
}
.zysection-s12 .tips-box .tip .icon {
  width: 0.2rem;
  height: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zysection-s12 .tips-box .tip .icon img {
  max-width: 100%;
  max-height: 100%;
}
.zysection-s12 .tips-box .tip span {
  font-size: max(8px, 0.12rem);
  color: #7a8799;
}
.zysection-s12 .tips-box .tip:nth-of-type(1) {
  top: 1.2rem;
  left: -1.14rem;
}
.zysection-s12 .tips-box .tip:nth-of-type(2) {
  right: 0;
  top: 0.3rem;
  flex-direction: column;
  padding: 0.2rem 0.1rem;
}
.zysection-s12 .tips-box .tip:nth-of-type(2) .icon {
  width: 0.3rem;
  height: 0.3rem;
}
.zysection-s12 .tips-box .tip:nth-of-type(3) {
  right: -0.55rem;
  bottom: 1.3rem;
}

@media only screen and (max-width: 1900px) {
  html {
    font-size: 99px;
  }
}
@media only screen and (max-width: 1880px) {
  html {
    font-size: 98px;
  }
}
@media only screen and (max-width: 1860px) {
  html {
    font-size: 97px;
  }
}
@media only screen and (max-width: 1840px) {
  html {
    font-size: 96px;
  }
}
@media only screen and (max-width: 1820px) {
  html {
    font-size: 95px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 94px;
  }
}
@media only screen and (max-width: 1780px) {
  html {
    font-size: 93px;
  }
}
@media only screen and (max-width: 1760px) {
  html {
    font-size: 92px;
  }
}
@media only screen and (max-width: 1740px) {
  html {
    font-size: 91px;
  }
}
@media only screen and (max-width: 1720px) {
  html {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 89px;
  }
}
@media only screen and (max-width: 1681px) {
  html {
    font-size: 88px;
  }
}
@media only screen and (max-width: 1660px) {
  html {
    font-size: 87px;
  }
}
@media only screen and (max-width: 1640px) {
  html {
    font-size: 86px;
  }
}
@media only screen and (max-width: 1620px) {
  html {
    font-size: 85px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 84px;
  }
}
@media only screen and (max-width: 1580px) {
  html {
    font-size: 83px;
  }
}
@media only screen and (max-width: 1560px) {
  html {
    font-size: 82px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 81px;
  }
}
@media only screen and (max-width: 1520px) {
  html {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1500px) {
  html {
    font-size: 79px;
  }
}
@media only screen and (max-width: 1480px) {
  html {
    font-size: 78px;
  }
}
@media only screen and (max-width: 1460px) {
  html {
    font-size: 77px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1420px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 74px;
  }
}
@media only screen and (max-width: 1380px) {
  html {
    font-size: 73px;
  }
}
@media only screen and (max-width: 1361px) {
  html {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1340px) {
  html {
    font-size: 71px;
  }
}
@media only screen and (max-width: 1320px) {
  html {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 69px;
  }
}
@media only screen and (max-width: 1281px) {
  html {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1260px) {
  html {
    font-size: 67px;
  }
}
@media only screen and (max-width: 1240px) {
  html {
    font-size: 66px;
  }
}
@media only screen and (max-width: 1220px) {
  html {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1180px) {
  html {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1160px) {
  html {
    font-size: 61px;
  }
}
@media only screen and (max-width: 1140px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 2000px) {
  .zysection-s3 .prevbtn {
    left: -0.7rem;
  }

  .zysection-s3 .nextbtn {
    right: -0.7rem;
  }

  .zysection-s7 .prevbtn {
    left: -0.7rem;
  }

  .zysection-s7 .nextbtn {
    right: -0.7rem;
  }

  .zysection-s9 .prevbtn {
    left: -0.7rem;
  }

  .zysection-s9 .nextbtn {
    right: -0.7rem;
  }

  .zysection-s10 .prevbtn {
    left: -0.7rem;
  }

  .zysection-s10 .nextbtn {
    right: -0.7rem;
  }
}
@media screen and (max-width: 1799px) {
  .zysection-topnav {
    padding: 0 30px;
  }

  .zysection-scrollnav {
    left: 10px;
  }
}
@media screen and (max-width: 1367px) {
  .zysection-s5 .block-2 {
    height: 6.8rem;
  }

  .zysection-s5 .block-3 .item {
    height: 2.2rem;
  }
}
@media screen and (max-width: 1025px) {
  .wrap-s {
    width: 86%;
  }

  .fixed-popups .block {
    width: 86%;
  }

  .zysection-scrollnav {
    display: none;
  }

  .zysection-topnav {
    display: none;
  }

  .zysection-s1 {
    margin-top: 0;
    height: 100vw;
  }

  .zysection-s1 .img-box {
    display: block;
  }

  .zysection-s1 .video-box {
    display: none;
  }

  .zysection-s1 .txt-box .block {
    padding: 0 7vw;
  }

  .zysection-s1 .txt-box .pic {
    display: none;
  }

  .zysection-s3 .item {
    width: calc((100% - 20px) / 2);
  }

  .zysection-s3 .button {
    display: none;
  }

  .zysection-s4 .items {
    margin-top: 0.4rem;
  }

  .zysection-s4 .sw {
    grid-gap: 0;
  }

  .zysection-s4 .item {
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0.2rem;
    transition: none;
  }
  .zysection-s4 .item:last-of-type {
    margin-right: 0;
  }

  .zysection-s4 .item:nth-of-type(odd) {
    transform: none;
  }

  .zysection-s4 .item p {
    opacity: 1;
    display: block;
  }

  .zysection-s4 .item .tit {
    color: #fff;
  }

  .zysection-s4 .item .txt-box:before {
    height: 24vw;
    opacity: 1;
  }

  .zysection-s4 .pagination {
    margin-top: 0.4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 0.1rem;
    z-index: 2;
  }
  .zysection-s4 .pagination span {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.06rem;
    background-color: #065aff;
    opacity: 0.2;
    transition: all .3s ease;
    cursor: pointer;
  }
  .zysection-s4 .pagination span.active {
    opacity: 1;
    width: 0.32rem;
  }

  .zysection-s5 .cont-block {
    display: block;
  }

  .zysection-s5 .block-1 {
    width: 100%;
    height: auto;
    padding: 0.4rem;
  }

  .zysection-s5 .block-1 .para {
    -webkit-line-clamp: 10;
  }

  .zysection-s5 .block-1 .para {
    -webkit-line-clamp: 10;
  }

  .zysection-s5 .block-2 {
    width: 100%;
    height: auto;
    padding: 0.4rem;
    margin-top: 20px;
    display: none;
  }

  .zysection-s5 .block-2 .tit br {
    display: none;
  }

  .zysection-s5 .block-2 .tips {
    display: flex;
    opacity: 1;
  }

  .zysection-s5 .block-3 {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .zysection-s5 .block-3 .sw {
    grid-gap: 0;
  }

  .zysection-s5 .block-3 .item {
    height: auto;
    width: calc((100% - 0.2rem) / 2);
    margin-right: 0.2rem;
  }
  .zysection-s5 .block-3 .item:last-of-type {
    margin-right: 0;
  }

  .zysection-s5 .block-3 .item:nth-of-type(1) {
    display: block;
  }

  .zysection-s5 .block-3 .item .show .tips {
    display: flex;
  }

  .zysection-s5 .block-3 .item .show {
    padding: 0.24rem;
  }

  .zysection-s5 .block-3 .item .tit {
    height: auto;
    -webkit-line-clamp: 10;
  }

  .zysection-s5 .block-3 .item .show .tips {
    margin-top: 15px;
  }

  .zysection-s5 .block-3 .item .btns {
    margin-top: 15px;
  }

  .zysection-s5 .block-3 .item .hide {
    display: none;
  }

  .zysection-s5 .block-3 .pagination {
    margin-top: 0.4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 0.1rem;
    z-index: 2;
  }
  .zysection-s5 .block-3 .pagination span {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.06rem;
    background-color: #065aff;
    opacity: 0.2;
    transition: all .3s ease;
    cursor: pointer;
  }
  .zysection-s5 .block-3 .pagination span.active {
    opacity: 1;
    width: 0.32rem;
  }

  .zysection-s6 .cont-block {
    display: block;
    height: auto;
    border-radius: 0;
  }

  .zysection-s6 .tab-tit {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #f4f5f6;
  }

  .zysection-s6 .tab-tit .sw {
    flex-direction: row;
  }

  .zysection-s6 .tab-tit .item {
    width: auto;
    padding: 0 20px;
    min-width: 25%;
    height: max(40px, 6vw);
  }

  .zysection-s6 .tab-tit .item:after {
    width: 100%;
    height: 2px;
  }

  .zysection-s6 .tab-cont {
    width: 100%;
  }

  .zysection-s6 .tab-cont .txt-box {
    padding: 0.4rem;
  }

  .zysection-s7 .items:before {
    display: none;
  }

  .zysection-s7 .item {
    height: auto;
  }

  .zysection-s7 .item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }

  .zysection-s7 .item .txt-box {
    position: relative;
    padding: 1rem 0.6rem;
    z-index: 2;
  }

  .zysection-s7 .button {
    display: none;
  }

  .zysection-s8 {
    margin: 0 7%;
  }

  .zysection-s8 .item {
    pointer-events: auto;
    background-color: rgba(1, 86, 255, 0.05);
    transition: none;
  }

  .zysection-s8 .item .txt-box {
    height: auto;
    padding: 15px 0;
  }

  .zysection-s8 .item .txt-box {
    opacity: 1;
  }

  .zysection-s8 .buttons {
    display: none;
  }

  .zysection-s8 .pagination {
    margin-top: 0.4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 0.1rem;
    z-index: 2;
  }
  .zysection-s8 .pagination span {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.06rem;
    background-color: #065aff;
    opacity: 0.2;
    transition: all .3s ease;
    cursor: pointer;
  }
  .zysection-s8 .pagination span.active {
    opacity: 1;
    width: 0.32rem;
  }

  .zysection-s9 .cont-block {
    display: none;
  }

  .zysection-s9 .m-block {
    display: block;
  }

  .zysection-s10 .item {
    width: calc((100% - 0.2rem) / 2);
  }

  .zysection-s10 .item .img-box {
    height: 33vw;
  }

  .zysection-s10 .item .btns {
    opacity: 1;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 10px;
  }

  .zysection-s10 .button {
    display: none;
  }

  .zysection-s12 .block {
    display: block;
    height: auto;
    margin-left: 0;
    padding: 30px;
    border-radius: 10px;
  }

  .zysection-s12 .pic-box {
    width: 100%;
    position: static;
    margin-top: 15px;
  }

  .zysection-s12 .pic-box img.bg {
    display: none;
  }

  .zysection-s12 .ewm-box {
    position: static;
    width: 100%;
    display: flex;
    grid-gap: 20px;
  }

  .zysection-s12 .ewm-box .box {
    width: 100px;
  }

  .zysection-s12 .ewm-box .box:nth-of-type(2) {
    display: block;
  }

  .zysection-s12 .ewm-box p {
    margin-top: 10px;
  }

  .zysection-s12 .tips-box {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .zysection-s2 {
    padding: 1.5rem 0 0;
    overflow: hidden;
  }

  .zysection-s2 .cont-block {
    margin-top: 0.4rem;
  }

  .zysection-s2 .para {
    margin-left: 0;
  }

  .zysection-s2 .img-box {
    width: 100%;
    position: static;
    transform: none;
    margin-top: -24vw;
  }

  .zysection-s2 .img-box img {
    width: 130%;
  }
}
@media screen and (max-width: 640px) {
  .c-label .tit {
    font-size: 20px;
  }

  .zysection-s1 .txt-box .label {
    font-size: 20px;
  }

  .zysection-s1 .txt-box .tit {
    font-size: 16px;
    margin-top: 10px;
  }

  .zysection-s1 .txt-box p {
    font-size: 14px;
    margin-top: 20px;
  }

  .zysection-s1 .txt-box .btns {
    margin-top: 20px;
  }

  .zysection-s1 .txt-box .btns a {
    width: 100px;
    height: 30px;
  }

  .zysection-s1 .txt-box .btns a span {
    font-size: 12px;
  }

  .zysection-s2 {
    padding: 1rem 0 0;
  }

  .zysection-s3 {
    padding: 1rem 0 0;
  }

  .zysection-s3:before {
    top: 0;
  }

  .zysection-s3 .item {
    width: 100%;
  }

  .zysection-s4 {
    padding: 1rem 0 0;
  }

  .zysection-s4 .item {
    width: 100%;
  }

  .zysection-s4 .item .txt-box:before {
    height: 50vw;
  }

  .zysection-s5 {
    padding: 1rem 0 0;
  }

  .zysection-s5 .block-1 {
    padding: 20px;
  }

  .zysection-s5 .block-1 .tit {
    font-size: 18px;
  }

  .zysection-s5 .block-1 .para {
    font-size: 12px;
  }

  .zysection-s5 .block-1 .btns a {
    width: 100px;
    height: 30px;
  }

  .zysection-s5 .block-1 .btns a span {
    font-size: 12px;
  }

  .zysection-s5 .block-2 {
    padding: 20px;
  }

  .zysection-s5 .block-2 .tit {
    font-size: 18px;
  }

  .zysection-s5 .block-2 .para {
    font-size: 12px;
  }

  .zysection-s5 .block-2 .btns a {
    width: 100px;
    height: 30px;
  }

  .zysection-s5 .block-2 .btns a span {
    font-size: 12px;
  }

  .zysection-s5 .block-3 .item {
    width: 100%;
  }

  .zysection-s5 .block-3 .item .tit {
    font-size: 16px;
  }

  .zysection-s5 .block-3 .item .btns .inner {
    width: 100px;
    height: 30px;
  }

  .zysection-s5 .block-3 .item .btns .inner span {
    font-size: 12px;
  }

  .zysection-s6 {
    padding: 1rem 0 0;
  }

  .zysection-s6 .tab-cont .txt-box {
    padding: 20px;
  }

  .zysection-s6 .tab-cont .tit {
    font-size: 18px;
  }

  .zysection-s6 .tab-cont .btns a {
    width: 100px;
    height: 30px;
  }

  .zysection-s6 .tab-cont .btns a span {
    font-size: 12px;
  }

  .zysection-s7 {
    padding: 1rem 0 0;
  }

  .zysection-s7 .item img {
    width: 140%;
    margin-left: -40%;
  }

  .zysection-s7 .item .txt-box {
    padding: 40px 20px;
    background-color: rgba(6, 90, 255, 0.6);
  }

  .zysection-s7 .item .tit {
    font-size: 18px;
  }

  .zysection-s7 .item p {
    max-width: 100%;
  }

  .zysection-s7 .item .btns a {
    width: 100px;
    height: 30px;
  }

  .zysection-s7 .item .btns a span {
    font-size: 12px;
  }

  .zysection-s8 {
    padding: 1rem 0 0;
  }

  .zysection-s9 {
    padding: 1rem 0 0;
  }

  .zysection-s9 .m-block .item {
    height: auto;
  }

  .zysection-s10 {
    padding: 1rem 0 0;
  }

  .zysection-s10 .item {
    width: 100%;
  }

  .zysection-s10 .item .img-box {
    height: 68vw;
  }

  .zysection-s10 .item .btns .inner {
    width: 100px;
    height: 30px;
  }

  .zysection-s10 .item .btns .inner span {
    font-size: 12px;
  }

  .zysection-s11 {
    padding: 1rem 0 0;
  }

  .zysection-s11 .block {
    margin-top: 30px;
  }

  .zysection-s11 .item {
    width: calc((100% - 0.3rem) / 3);
    height: 60px;
  }

  .zysection-s11 .items {
    margin-top: 10px;
  }

  .zysection-s12 {
    padding: 1rem 0;
  }

  .zysection-s12 .block {
    padding: 20px;
  }

  .zysection-s12 .txt-box .tit {
    font-size: 18px;
  }

  .zysection-s12 .ewm-box {
    justify-content: center;
  }
}

/*# sourceMappingURL=bundle.css.map */
