@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-upfade-top-1 {
  0% {
    opacity: 0;
    transform: translateY(0.2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drop-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(3px);
  }
}
@keyframes opacity-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: fixed;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100vh;
  background-color: #6bbac4;
  padding: 0.7rem 0.3rem 0;
  z-index: 9;
}
.header .logo {
  display: block;
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .ope {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
.header .ope .form {
  width: 100%;
  height: max(40px, 0.48rem);
  border-radius: max(20px, 0.24rem);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.header .ope .form input {
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  font-size: max(13px, 0.16rem);
  color: #333;
  background-color: transparent;
}
.header .ope .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: max(40px, 0.48rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-image: url("../images/search-1.svg");
  background-size: auto max(20px, 0.26rem);
  cursor: pointer;
}
.header .ope a.lang {
  width: 0.5rem;
  font-size: max(16px, 0.2rem);
  color: #fff;
  text-align: right;
  display: none;
}
.header ul {
  margin-top: 0.6rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header li {
  position: relative;
  display: block;
  margin-top: 0.2rem;
}
.header li:nth-of-type(1) {
  margin-top: 0;
}
.header li a.single {
  display: inline-block;
  font-size: max(16px, 0.2rem);
  color: #fff;
}
.header li .subnav {
  padding-left: 0.4rem;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.header li .subnav:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0.34rem;
  top: calc(50% - 0.04rem);
  border-top: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
  border-right: 0.08rem solid #fff;
  z-index: 1;
}
.header li .subnav .box {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.15rem 0.5rem 0.15rem 0.2rem;
  position: relative;
  z-index: 2;
}
.header li .subnav .box a {
  display: flex;
  align-items: center;
  grid-gap: 0.1rem;
  margin-top: 0.1rem;
}
.header li .subnav .box a:nth-of-type(1) {
  margin-top: 0;
}
.header li .subnav .box a:before {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-color: #6bbac4;
}
.header li .subnav .box a span {
  white-space: nowrap;
  font-size: max(13px, 0.16rem);
  color: #808080;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .header li .subnav .box a:hover span {
    color: #6bbac4;
  }
}
@media (any-hover: hover) {
  .header li:hover .subnav {
    opacity: 1;
    visibility: visible;
  }
}
.header .share-box {
  position: absolute;
  bottom: 0.3rem;
}
.header .share-box .tit {
  font-size: max(16px, 0.2rem);
  color: #ffffff;
}
.header .share-box .share {
  margin-top: 0.2rem;
  display: flex;
  grid-gap: 0.2rem;
}
.header .share-box .share .box {
  position: relative;
}
.header .share-box .share .box .show {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .header .share-box .share .box .show:hover {
    background-color: #6bbac4;
  }
}
.header .share-box .share .box .show.wx {
  background-image: url("../images/share-1-1.svg");
}
.header .share-box .share .box .show.wb {
  background-image: url("../images/share-2-1.svg");
}
.header .share-box .share .box .show.dy {
  background-image: url("../images/share-3-1.svg");
}
.header .share-box .share .box .show.xhs {
  background-image: url("../images/share-4-1.svg");
}
.header .share-box .share .box .hide {
  position: absolute;
  bottom: 100%;
  padding-bottom: 20px;
  left: calc(50% - 50px);
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
}
.header .share-box .share .box .hide:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header .share-box .share .box .hide .img-box {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.header .share-box .share .box .hide .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.header .share-box .share .box:hover .hide {
  opacity: 1;
}

.m-header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0 7vw;
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #6bbac4;
}
.m-header .logo {
  width: 80px;
}
.m-header .logo img {
  display: block;
  width: 100%;
}
.m-header ul {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  padding: 70px 30px;
  text-align: left;
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: auto;
}
.m-header ul.active {
  left: 0;
}
.m-header li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.m-header li a.single {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  position: relative;
  z-index: 2;
}
.m-header li i {
  width: 100%;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-image: url("../images/icon-1-1.svg");
  background-size: auto 10px;
  z-index: 1;
}
.m-header li .subnav {
  padding: 10px 20px;
  border-top: 1px solid #e6e6e6;
  display: none;
}
.m-header li .subnav a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #20252b;
}
.m-header .ope {
  margin-right: 40px;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.m-header .search-btn {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/search-3.svg");
}
.m-header .lang {
  font-size: 16px;
  color: #fff;
}
.m-header .mNavBtn {
  display: block;
  width: 20px;
  height: 16px;
  right: 8%;
  top: 22px;
  position: fixed;
  cursor: pointer;
  z-index: 4;
}
.m-header .mNavBtn span {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-header .mNavBtn span.line1 {
  top: 0;
}
.m-header .mNavBtn span.line2 {
  top: 7px;
}
.m-header .mNavBtn span.line3 {
  bottom: 0;
}
.m-header .mNavBtn.active span {
  background-color: #000;
}
.m-header .mNavBtn.active .line2 {
  display: none;
}
.m-header .mNavBtn.active .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.m-header .mNavBtn.active .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  transition-delay: .3s;
}
.fixed-search.active {
  opacity: 1;
  transition-delay: 0s;
  pointer-events: auto;
}
.fixed-search.active .main {
  transform: translateX(0);
  transition-delay: .3s;
}
.fixed-search .main {
  transform: translateY(-101%);
  transition: transform .5s ease;
  z-index: 2;
}
.fixed-search .top-box {
  height: 1rem;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-search .top-box .close {
  position: absolute;
  right: max(40px, 0.6em);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/close.svg");
  background-size: auto 12px;
  cursor: pointer;
}
.fixed-search .form {
  max-width: 1020px;
  margin: 0 auto;
  width: 86%;
  position: relative;
  height: 36px;
  padding-left: 44px;
}
.fixed-search .form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../images/search-2.svg") left center no-repeat;
  background-size: auto 18px;
  border-right: 1px solid #e6e6e6;
}
.fixed-search .form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: transparent;
  font-size: max(13px, 0.16rem);
  color: #808080;
}
.fixed-search .form input::-webkit-input-placeholder {
  color: #808080;
}
.fixed-search .form input:-moz-placeholder {
  color: #808080;
}
.fixed-search .form input::-moz-placeholder {
  color: #808080;
}
.fixed-search .form input:-ms-input-placeholder {
  color: #808080;
}
.fixed-search .bot-box {
  background-color: #f5f5f5;
  padding: 0.4rem 0 0.6rem;
}
.fixed-search .block {
  max-width: max(500px, 7.2rem);
  width: 86%;
  margin: 0 auto;
}
.fixed-search .tit {
  font-size: max(13px, 0.16rem);
  color: #20252b;
}
.fixed-search .link {
  margin-top: 0.2rem;
}
.fixed-search .link a {
  display: block;
  padding: 0 0.4rem;
  border-radius: 5px;
  position: relative;
  transition: all .3s ease;
}
.fixed-search .link a span {
  display: block;
  font-size: max(16px, 0.2rem);
  line-height: max(40px, 0.6rem);
  color: #808080;
  transition: color .3s ease;
}
.fixed-search .link a:after {
  content: '';
  width: 8px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1-1.svg");
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -7px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .fixed-search .link a:hover {
    background-color: #fff;
  }
  .fixed-search .link a:hover span {
    color: #6bbac4;
  }
  .fixed-search .link a:hover:after {
    background-image: url("../images/icon-1-2.svg");
  }
}

.footer {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .cont-block {
  width: 86%;
  max-width: 1280px;
  margin: 0 auto;
}
.footer .top-block {
  padding: 0.6rem 0;
  display: flex;
  align-items: flex-start;
  grid-gap: 0.8rem;
  justify-content: space-between;
}
.footer .top-block .box {
  width: 45%;
}
.footer .top-block .box .tit {
  font-size: max(18px, 0.24rem);
  color: #666666;
}
.footer .top-block .para {
  margin-top: 0.2rem;
  font-size: max(14px, 0.18rem);
  color: #666666;
}
.footer .top-block .para p {
  margin-top: 0.1rem;
}
.footer .top-block .para p:nth-of-type(1) {
  margin-top: 0;
}
.footer .top-block .link {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 0.1rem;
  width: 2.6rem;
}
.footer .top-block .link .inner {
  width: 50%;
}
.footer .top-block .link .inner a {
  font-size: max(14px, 0.18rem);
  color: #666666;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .footer .top-block .link .inner a:hover {
    color: #6bbac4;
  }
}
.footer .bot-block {
  padding: 0.2rem 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .bot-block .copyright {
  font-size: max(13px, 0.16rem);
  color: #666666;
  line-height: 1.5;
}
.footer .bot-block .link {
  display: flex;
  grid-gap: 16px;
}
.footer .bot-block .link a {
  position: relative;
  font-size: max(13px, 0.16rem);
  color: #666666;
  line-height: 1.5;
  transition: color .3s ease;
}
.footer .bot-block .link a:after {
  content: '|';
  font-size: max(13px, 0.16rem);
  color: #666666;
  line-height: 1.5;
  width: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
}
.footer .bot-block .link a:last-of-type:after {
  display: none;
}
@media (any-hover: hover) {
  .footer .bot-block .link a:hover {
    color: #6bbac4;
  }
}

.wrap-s {
  width: 86%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  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: 86vh;
  max-width: 86%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-banner .img-box {
  overflow: hidden;
  border-radius: 0.3rem;
  aspect-ratio: 1310 / 480;
}
.c-banner .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner .tit-box {
  width: 2.55rem;
  font-size: max(24px, 0.3rem);
  line-height: max(44px, 0.6rem);
  color: #fff;
  text-align: center;
  border-radius: 0.1rem;
  background-color: #6bbac4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.c-banner .video-btn {
  width: max(40px, 0.6rem);
  height: max(40px, 0.6rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.c-pages {
  margin-top: 0.2rem;
}
.c-pages ul {
  display: flex;
  justify-content: flex-end;
  grid-gap: 0.15rem;
}
.c-pages ul li {
  position: relative;
}
.c-pages ul li a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: max(12px, 0.14rem);
  border: 1px solid #6bbac4;
  color: #6bbac4;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  transition: all .3s ease;
}
.c-pages ul li.prev a, .c-pages ul li.next a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-image: url("../images/news/icon-2-1.svg");
}
@media (any-hover: hover) {
  .c-pages ul li.prev:hover a, .c-pages ul li.next:hover a {
    background-image: url("../images/news/icon-2-2.svg");
  }
}
.c-pages ul li.prev {
  transform: rotateY(180deg);
}
.c-pages ul li.active a {
  color: #fff;
  background-color: #6bbac4;
}
@media (any-hover: hover) {
  .c-pages ul li:hover a {
    color: #fff;
    background-color: #6bbac4;
  }
}

.index-page {
  padding-right: 3.98rem;
}

.inner-page {
  padding: 0.8rem 3.98rem 0 0;
}

.c-label {
  font-size: 0.48rem;
  color: #6bbac4;
}

.c-contblock {
  margin-top: 0.3rem;
}

.index-s1 {
  height: 100vh !important;
  position: relative;
}
.index-s1 .item {
  height: 100vh;
}
.index-s1 .item a {
  display: block;
  height: 100%;
}
.index-s1 .item .img-box {
  height: 100%;
}
.index-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .pagination {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  display: flex;
  justify-content: center;
  grid-gap: 0.3rem;
  z-index: 2;
}
.index-s1 .pagination span {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
  transition: opacity .3s ease;
  cursor: pointer;
}
.index-s1 .pagination span.active {
  opacity: 1;
}
.index-s1 .down-btn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.index-s1 .down-btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-1.svg");
  background-size: auto 0.28rem;
  animation: drop-1 1.5s linear infinite;
}

.index-s2 {
  height: 100vh !important;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-1.jpg");
}
.index-s2 .cont-block {
  width: 8.4rem;
  height: 8.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-s2 .label {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2.svg");
  align-items: center;
  justify-content: center;
  z-index: 2;
  display: none;
  opacity: 0;
}
.index-s2 .label span {
  font-size: 0.36rem;
  color: #fff;
}
.index-s2 .items {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.2rem;
}
.index-s2 .item {
  width: 4.1rem;
  height: 4.1rem;
  display: none;
  opacity: 0;
}
.index-s2 .item .box {
  height: 100%;
  display: block;
  position: relative;
}
.index-s2 .item .img-box {
  height: 100%;
}
.index-s2 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-s2 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-gap: 0.2rem;
  z-index: 2;
}
.index-s2 .item .icon {
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-s2 .item .icon img {
  display: block;
  height: 100%;
}
.index-s2 .item .tit {
  font-size: 0.3rem;
  color: #4d4d4d;
}
.index-s2 .item:nth-of-type(1) .txt-box {
  padding: 0.2rem 0 0 0.5rem;
}
.index-s2 .item:nth-of-type(2) .txt-box {
  padding: 0.2rem 0.5rem 0 0;
}
.index-s2 .item:nth-of-type(3) {
  order: 2;
}
.index-s2 .item:nth-of-type(3) .txt-box {
  padding: 0 0.5rem 0.5rem 0;
}
.index-s2 .item:nth-of-type(4) .txt-box {
  padding: 0 0 0.5rem 0.5rem;
}
.index-s2 .item.active .icon {
  transform: rotateY(360deg);
  transition: transform .6s ease;
}
.index-s2 .down-btn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.index-s2 .down-btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-1.svg");
  background-size: auto 0.28rem;
  animation: drop-1 1.5s linear infinite;
}
.index-s2.active .label {
  display: flex;
  animation: opacity-1 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s2.active .item {
  display: block;
  animation: opacity-1 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s2.active .item:nth-of-type(1) {
  animation-delay: .2s;
}
.index-s2.active .item:nth-of-type(2) {
  animation-delay: .4s;
}
.index-s2.active .item:nth-of-type(3) {
  animation-delay: .6s;
}
.index-s2.active .item:nth-of-type(4) {
  animation-delay: .8s;
}

.index-s3 {
  height: 100vh !important;
  position: relative;
  display: flex;
  align-items: center;
}
.index-s3 .cont-block {
  width: 86%;
  max-width: 1280px;
  margin: 0 auto;
}
.index-s3 .label {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0.2rem;
  display: none;
  opacity: 0;
}
.index-s3 .label .icon {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #6bbac4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 0.5rem;
}
.index-s3 .label .icon.news {
  background-image: url("../images/index/icon-5.svg");
}
.index-s3 .label .icon.point {
  background-image: url("../images/index/icon-6.svg");
}
.index-s3 .label span {
  font-size: 0.48rem;
  color: #666666;
}
.index-s3 .top-block .items {
  margin-top: 0.4rem;
  display: none;
  opacity: 0;
}
.index-s3 .top-block .sw {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.12rem;
}
.index-s3 .top-block .item {
  width: calc((100% - 0.12rem) / 2);
  border-radius: 0.1rem;
  overflow: hidden;
}
.index-s3 .top-block .item a {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}
.index-s3 .top-block .item .img-box {
  width: 1.4rem;
  height: 1rem;
  overflow: hidden;
}
.index-s3 .top-block .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: transform .5s ease;
}
.index-s3 .top-block .item .txt-box {
  width: calc(100% - 1.4rem);
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-s3 .top-block .item .tit {
  width: calc(100% - 1.2rem);
  font-size: max(14px, 0.18rem);
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.index-s3 .top-block .item .date {
  width: 1rem;
  padding-left: 0.2rem;
  border-left: 1px solid #6bbac4;
}
.index-s3 .top-block .item .date i {
  display: block;
  font-style: normal;
  font-size: 0.4rem;
  line-height: 1;
  color: #6bbac4;
}
.index-s3 .top-block .item .date span {
  display: block;
  font-size: max(12px, 0.16rem);
  line-height: 1;
  color: #6bbac4;
}
@media (any-hover: hover) {
  .index-s3 .top-block .item:hover .img-box img {
    transform: scale(1.1);
  }
  .index-s3 .top-block .item:hover .tit {
    color: #6bbac4;
  }
}
.index-s3 .top-block .btns {
  margin-top: 0.3rem;
  justify-content: flex-end;
  display: none;
  opacity: 0;
}
.index-s3 .top-block .btns a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.index-s3 .top-block .btns a span {
  font-size: max(14px, 0.18rem);
  color: #666666;
  transition: color .3s ease;
}
.index-s3 .top-block .btns a:after {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #6bbac4;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-8.svg");
  background-size: auto 0.1rem;
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .index-s3 .top-block .btns a:hover span {
    color: #6bbac4;
  }
  .index-s3 .top-block .btns a:hover:after {
    transform: translateX(3px);
  }
}
.index-s3 .bot-block {
  margin-top: 0.5rem;
}
.index-s3 .bot-block .items {
  margin-top: 0.3rem;
  padding: 0.24rem 0;
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  display: none;
  opacity: 0;
}
.index-s3 .bot-block .sw {
  display: flex;
  justify-content: space-around;
}
.index-s3 .bot-block .item {
  position: relative;
  padding-bottom: 0.4rem;
}
.index-s3 .bot-block .item .icon {
  width: 1rem;
  margin: 0 auto;
}
.index-s3 .bot-block .item .icon img {
  display: block;
  width: 100%;
}
.index-s3 .bot-block .item span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: max(14px, 0.18rem);
  color: #666666;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .index-s3 .bot-block .item:hover .icon {
    transform: rotateY(360deg);
    transition: transform .6s ease;
  }
  .index-s3 .bot-block .item:hover span {
    color: #6bbac4;
  }
}
.index-s3.active .label,
.index-s3.active .top-block .btns {
  display: flex;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3.active .top-block .items,
.index-s3.active .bot-block .items {
  display: block;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3.active .top-block .items,
.index-s3.active .top-block .btns {
  animation-delay: .2s;
}
.index-s3.active .bot-block .label {
  animation-delay: .4s;
}
.index-s3.active .bot-block .items {
  animation-delay: .6s;
}

.inner-s1 {
  padding: 0.6rem 0 0;
}
.inner-s1 .para {
  font-size: max(16px, 0.24rem);
  color: #1a1a1a;
  line-height: 2;
  text-align: justify;
}

.inner-s2 {
  padding: 1.2rem 0 0.6rem;
}
.inner-s2 .items {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.6rem;
}
.inner-s2 .item {
  display: block;
  width: calc((100% - 1.2rem) / 4);
  background-color: #f5f5f5;
  border-bottom: 1px solid #6bbac4;
}
.inner-s2 .item .img-box {
  aspect-ratio: 218 / 326;
  overflow: hidden;
}
.inner-s2 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s2 .item .txt-box {
  padding: 0.2rem;
}
.inner-s2 .item .tit {
  font-size: max(16px, 0.24rem);
  color: #1a1a1a;
}
.inner-s2 .item .para {
  font-size: max(14px, 0.18rem);
  color: #1a1a1a;
  line-height: 1.3;
  margin-top: 0.15rem;
}

.inner-s3 .block {
  padding: 0.6rem 0;
  border-top: 1px solid #6bbac4;
  display: flex;
  align-items: flex-start;
}
.inner-s3 .block:nth-of-type(1) {
  border: none;
}
.inner-s3 .block .left-box {
  width: 2.8rem;
  background-color: #f5f5f5;
  padding: 0.3rem 0.1rem;
  border-radius: 0.1rem;
}
.inner-s3 .block .left-box .img-box {
  width: 1rem;
  margin: 0 auto;
}
.inner-s3 .block .left-box img {
  display: block;
  width: 100%;
}
.inner-s3 .block .left-box span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.3rem;
  text-align: center;
  color: #6bbac4;
}
.inner-s3 .block .right-box {
  width: calc(100% - 2.8rem);
  padding-left: 0.6rem;
}
.inner-s3 .block .right-box .para {
  font-size: max(14px, 0.2rem);
  color: #1a1a1a;
  line-height: 2;
}
.inner-s3 .block .right-box .para img {
  max-width: 100%;
  height: auto !important;
}

.inner-s4 {
  padding: 0.6rem 0;
}
.inner-s4 .item {
  margin-top: 10px;
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  padding: 0.24rem 0.2rem 0.24rem 0.35rem;
  display: flex;
  justify-content: space-between;
  transition: all .3s ease;
}
.inner-s4 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s4 .item .view {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  grid-gap: 0.15rem;
}
.inner-s4 .item .view:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/information/icon-1.png");
}
.inner-s4 .item .view span {
  font-size: 0.24rem;
  color: #1a1a1a;
  width: calc(100% - 0.55rem);
}
.inner-s4 .item .download {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 0.2rem;
}
.inner-s4 .item .download span {
  font-size: 0.24rem;
  color: #999999;
}
.inner-s4 .item .download:after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/information/icon-2.svg");
}
@media (any-hover: hover) {
  .inner-s4 .item:hover {
    background-color: #fff;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  }
}

.inner-s5 {
  padding: 0.6rem 0;
}
.inner-s5 .item {
  margin-top: 0.3rem;
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  overflow: hidden;
}
.inner-s5 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s5 .item a {
  display: flex;
  align-items: center;
}
.inner-s5 .item .img-box {
  width: 3.8rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.inner-s5 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.inner-s5 .item .txt-box {
  width: calc(100% - 3.8rem);
  padding: 0 0.4rem;
}
.inner-s5 .item .tit {
  font-size: max(16px, 0.24rem);
  color: #1a1a1a;
  transition: color .3s ease;
}
.inner-s5 .item p {
  font-size: max(14px, 0.18rem);
  color: #666666;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.15rem;
}
.inner-s5 .item .date {
  font-size: max(14px, 0.18rem);
  color: #6bbac4;
  text-align: right;
  margin-top: 0.2rem;
}
@media (any-hover: hover) {
  .inner-s5 .item:hover img {
    transform: scale(1.1);
  }
  .inner-s5 .item:hover .tit {
    color: #6bbac4;
  }
}

.inner-s6 {
  padding: 0.6rem 0;
}
.inner-s6 .top-block {
  position: relative;
}
.inner-s6 .top-block:before {
  content: '';
  width: 100%;
  aspect-ratio: 1310 / 99;
  position: absolute;
  bottom: 0.74rem;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/fund/img-1.png");
  pointer-events: none;
}
.inner-s6 .top-block .icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.46rem;
  margin: 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/fund/icon-1.svg");
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.inner-s6 .top-block .icon span {
  font-size: 0.32rem;
  color: #fff;
}
.inner-s6 .top-block .items {
  display: flex;
  padding: 0 20px;
  grid-gap: 10px;
}
.inner-s6 .top-block .item {
  width: calc((100% - 30px) / 4);
  display: flex;
  flex-direction: column;
  grid-gap: 0.4rem;
  cursor: pointer;
}
.inner-s6 .top-block .item .img-box {
  aspect-ratio: 310 / 210;
  overflow: hidden;
  background-color: #404040;
}
.inner-s6 .top-block .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity .3s ease;
}
.inner-s6 .top-block .item span {
  font-size: 0.28rem;
  width: 2rem;
  line-height: 0.54rem;
  color: #fff;
  text-align: center;
  background-color: #cccccc;
  transition: all .3s ease;
}
.inner-s6 .top-block .item:nth-of-type(1) .img-box, .inner-s6 .top-block .item:nth-of-type(2) .img-box {
  border-radius: 0 0.8rem 0 0.8rem;
}
.inner-s6 .top-block .item:nth-of-type(1) span, .inner-s6 .top-block .item:nth-of-type(2) span {
  border-radius: 0 0.6rem 0 0.6rem;
}
.inner-s6 .top-block .item:nth-of-type(3) .img-box, .inner-s6 .top-block .item:nth-of-type(4) .img-box {
  border-radius: 0.8rem 0 0.8rem 0;
}
.inner-s6 .top-block .item:nth-of-type(3) span, .inner-s6 .top-block .item:nth-of-type(4) span {
  border-radius: 0.6rem 0 0.6rem 0;
}
.inner-s6 .top-block .item:nth-of-type(1), .inner-s6 .top-block .item:nth-of-type(3) {
  align-items: flex-end;
}
.inner-s6 .top-block .item:nth-of-type(2), .inner-s6 .top-block .item:nth-of-type(4) {
  align-items: flex-start;
}
.inner-s6 .top-block .item.active .img-box img {
  opacity: 1;
}
.inner-s6 .top-block .item.active span {
  background-color: #6bbac4;
}
@media (any-hover: hover) {
  .inner-s6 .top-block .item:hover .img-box img {
    opacity: 1;
  }
}
.inner-s6 .bot-block {
  margin-top: 0.6rem;
  position: relative;
}
.inner-s6 .bot-block .para {
  font-size: 0.24rem;
  color: #1a1a1a;
  line-height: 2;
}
.inner-s6 .bot-block .para img {
  max-width: 100%;
  height: auto !important;
  border-radius: 0.2rem;
}
.inner-s6 .bot-block .para p.special {
  position: relative;
  padding: 0 2.2rem;
}
.inner-s6 .bot-block .para p.special:before {
  content: '';
  width: 0.47rem;
  height: 0.47rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/fund/icon-2.png");
  position: absolute;
  top: 0;
  left: 0;
}

.inner-s7 {
  padding: 0 0 0.6rem;
}
.inner-s7 .top-block .tit {
  font-size: 0.48rem;
  color: #1a1a1a;
}
.inner-s7 .top-block .date {
  font-size: max(14px, 0.2rem);
  color: #6bbac4;
  margin-top: 0.2rem;
}
.inner-s7 .top-block .date:before {
  content: '';
  width: max(12px, 0.18rem);
  height: max(12px, 0.18rem);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-3.png");
  background-size: auto 99%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.1rem 0 0;
}
.inner-s7 .mid-block {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 0.04rem solid #6bbac4;
}
.inner-s7 .mid-block .para {
  font-size: max(14px, 0.18rem);
  color: #666;
  line-height: 2;
}
.inner-s7 .mid-block .para img {
  max-width: 100%;
  height: auto !important;
}
.inner-s7 .bot-block {
  margin-top: 0.2rem;
}
.inner-s7 .bot-block .share {
  position: relative;
  padding: 0.4rem 0;
  text-align: center;
  font-size: 0;
}
.inner-s7 .bot-block .share:before {
  content: '';
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.02rem);
  background-color: #6bbac4;
  z-index: 1;
}
.inner-s7 .bot-block .share .box {
  padding: 0 0.4rem;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.inner-s7 .bot-block .share a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  border: 1px solid #eaeced;
  border-radius: 3px;
  margin-left: 10px;
  overflow: hidden;
}
.inner-s7 .bot-block .share a:nth-of-type(1) {
  margin-left: 0;
}
.inner-s7 .bot-block .share a:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #6bbac4;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s7 .bot-block .share a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  transition: all .3s ease;
}
.inner-s7 .bot-block .share a.wechat:after {
  background-image: url("../images/news/share-1.png");
}
@media (any-hover: hover) {
  .inner-s7 .bot-block .share a.wechat:hover:after {
    background-image: url("../images/news/share-1-1.png");
  }
}
.inner-s7 .bot-block .share a.weibo:after {
  background-image: url("../images/news/share-2.png");
}
@media (any-hover: hover) {
  .inner-s7 .bot-block .share a.weibo:hover:after {
    background-image: url("../images/news/share-2-1.png");
  }
}
.inner-s7 .bot-block .share a.qq:after {
  background-image: url("../images/news/share-3.png");
}
@media (any-hover: hover) {
  .inner-s7 .bot-block .share a.qq:hover:after {
    background-image: url("../images/news/share-3-1.png");
  }
}
@media (any-hover: hover) {
  .inner-s7 .bot-block .share a:hover:before {
    opacity: 1;
  }
}
.inner-s7 .bot-block .page {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.inner-s7 .bot-block .page a {
  width: max(120px, 1.8rem);
  line-height: 0.48rem;
  font-size: max(14px, 0.18rem);
  color: #6bbac4;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s7 .bot-block .page a:hover {
    background-color: #6bbac4;
    color: #fff;
  }
}

.inner-s8 {
  padding: 0 0 0.6rem;
}
.inner-s8 .block {
  margin-top: 0.6rem;
}
.inner-s8 .block .tit {
  font-size: max(18px, 0.24rem);
  color: #1a1a1a;
}
.inner-s8 .block .link {
  margin-top: 0.2rem;
  font-size: 0;
}
.inner-s8 .block .link a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  margin: 0 10px 10px 0;
}
.inner-s8 .block .link a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #6bbac4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s8 .block .link a span {
  display: block;
  font-size: max(14px, 0.18rem);
  color: #1a1a1a;
  padding: 0.15rem 0.3rem 0.15rem 0.15rem;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.inner-s8 .block .link a span:after {
  content: '';
  width: 5px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/right-1.svg");
  position: absolute;
  right: 0.15rem;
  top: 50%;
  margin-top: -5px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s8 .block .link a:hover:before {
    opacity: 1;
  }
  .inner-s8 .block .link a:hover span {
    color: #fff;
    border-color: transparent;
  }
  .inner-s8 .block .link a:hover span:after {
    background-image: url("../images/right-2.svg");
  }
}

.inner-s9 {
  padding: 0 0 0.6rem;
}
.inner-s9 .label {
  font-size: max(24px, 0.3rem);
  color: #1a1a1a;
}
.inner-s9 .form {
  margin-top: 0.4rem;
  border: 1px solid #e6e6e6;
  height: max(50px, 0.6rem);
  position: relative;
}
.inner-s9 .form input {
  width: 100%;
  height: 100%;
  padding: 0 0.24rem;
  color: #333;
  background-color: transparent;
  font-size: max(13px, 0.16rem);
  color: #1a1a1a;
}
.inner-s9 .form button {
  width: max(50px, 0.6rem);
  height: max(50px, 0.6rem);
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/search-1.svg");
  background-size: auto 20px;
  cursor: pointer;
}
.inner-s9 .item {
  position: relative;
  border-bottom: 0.04rem solid #f2f2f2;
}
.inner-s9 .item:after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #6bbac4;
  z-index: 2;
  transform-origin: left center;
  transform: scaleX(0);
}
.inner-s9 .item a {
  display: block;
  padding: 0.3rem 0;
}
.inner-s9 .item .tit {
  font-size: max(14px, 0.18rem);
  color: #1a1a1a;
}
.inner-s9 .item .tit b {
  display: inline-block;
  font-weight: normal;
  font-size: max(14px, 0.18rem);
  color: #6bbac4;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 3px;
  background-color: #eaf4f5;
}
.inner-s9 .item .date {
  font-size: max(13px, 0.16rem);
  color: #808080;
  margin-top: 0.2rem;
}
.inner-s9 .item .date:before {
  content: '';
  width: max(12px, 0.18rem);
  height: max(12px, 0.18rem);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-3.svg");
  background-size: auto 99%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.1rem 0 0;
}
@media (any-hover: hover) {
  .inner-s9 .item:hover:after {
    transform: scaleX(1);
    transition: transform .5s ease;
  }
}

.inner-s10 {
  padding: 0.6rem 0;
}
.inner-s10 .item {
  margin-top: 5px;
}
.inner-s10 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s10 .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.inner-s10 .item .tit {
  width: calc(100% - 120px);
  font-size: max(16px, 0.24rem);
  color: #1a1a1a;
  transition: color .3s ease;
}
.inner-s10 .item .date {
  width: 120px;
  font-size: max(14px, 0.18rem);
  color: #6bbac4;
  text-align: right;
}
@media (any-hover: hover) {
  .inner-s10 .item:hover .tit {
    color: #6bbac4;
  }
}

.inner-s11 {
  padding: 0.6rem 0;
}
.inner-s11 .items {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 0.3rem) / 2));
  grid-gap: 0.3rem;
}
.inner-s11 .item {
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  overflow: hidden;
}
.inner-s11 .item a {
  display: block;
  height: 100%;
}
.inner-s11 .item .img-box {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.inner-s11 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.inner-s11 .item .txt-box {
  padding: 0.4rem;
}
.inner-s11 .item .tit {
  font-size: max(16px, 0.24rem);
  color: #1a1a1a;
  height: max(38.4px, 0.576rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.inner-s11 .item p {
  font-size: max(14px, 0.18rem);
  color: #666666;
  line-height: 1.5;
  height: max(84px, 1.08rem);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.15rem;
}
.inner-s11 .item .info {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s11 .item .date {
  font-size: max(14px, 0.18rem);
  color: #6bbac4;
}
.inner-s11 .item .more {
  font-size: max(14px, 0.18rem);
  color: #6bbac4;
}
@media (any-hover: hover) {
  .inner-s11 .item:hover img {
    transform: scale(1.1);
  }
  .inner-s11 .item:hover .tit {
    color: #6bbac4;
  }
}

.inner-s12 {
  padding: 0.6rem 0;
}
.inner-s12 .para {
  font-size: max(16px, 0.24rem);
  color: #1a1a1a;
  line-height: 2;
  text-align: justify;
}
.inner-s12 .items {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 0.3rem) / 2));
  grid-gap: 0.3rem;
}
.inner-s12 .item {
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: all .3s ease;
}
.inner-s12 .item a {
  display: block;
  height: 100%;
  padding-bottom: 0.8rem;
  position: relative;
}
.inner-s12 .item .tit {
  height: 1rem;
  padding: 0 0.6rem;
  background-color: #6bbac4;
  display: flex;
  align-items: center;
}
.inner-s12 .item .tit span {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
}
.inner-s12 .item .inner {
  display: flex;
  padding: 0.4rem 0.4rem 0;
}
.inner-s12 .item .icon {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}
.inner-s12 .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.inner-s12 .item p {
  width: calc(100% - 1.2rem);
  padding-left: 0.4rem;
  font-size: max(16px, 0.24rem);
  line-height: 1.5;
  color: #1a1a1a;
}
.inner-s12 .item .more {
  font-size: max(14px, 0.18rem);
  color: #6bbac4;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}
@media (any-hover: hover) {
  .inner-s12 .item:hover {
    transform: translateY(-0.05rem);
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  }
}

.inner-s13 {
  padding: 0.6rem 0;
}
.inner-s13 .label {
  font-size: 0.48rem;
  color: #3e3a39;
  padding-top: 0.3rem;
}
.inner-s13 .para {
  margin-top: 0.4rem;
  font-size: max(16px, 0.24rem);
  color: #1a1a1a;
  line-height: 2;
  text-align: justify;
}
.inner-s13 .para p.special {
  font-weight: bold;
}
.inner-s13 .para p.special span {
  display: inline-block;
  vertical-align: middle;
  margin: -0.06rem 0.1rem 0 0;
  font-size: max(12px, 0.16rem);
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #6bbac4;
}

@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: 1920px) {
  .index-s3 .label .icon {
    width: 0.8rem;
    height: 0.8rem;
    background-size: auto 0.4rem;
  }

  .index-s3 .label span {
    font-size: 0.36rem;
  }

  .index-s3 .top-block .items {
    margin-top: 0.2rem;
  }

  .index-s3 .bot-block {
    margin-top: 0.2rem;
  }

  .index-s3 .bot-block .items {
    margin-top: 0.2rem;
    padding: 0.2rem 0;
  }

  .index-s3 .bot-block .item .icon {
    width: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    display: none;
  }

  .m-header {
    display: flex;
  }

  .inner-page {
    padding: 120px 0 0;
  }

  .index-page {
    padding: 60px 0 0;
  }

  .index-s1 {
    height: 60vw !important;
  }

  .index-s1 .item {
    height: 60vw;
  }

  .index-s1 .down-btn {
    display: none;
  }

  .swiper-page > .swiper-wrapper {
    display: block;
  }

  .index-s2 {
    height: auto !important;
    padding: 1.2rem 0;
  }

  .index-s2 .cont-block {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    width: 86vw;
    height: 86vw;
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto;
  }

  .index-s2 .label {
    display: flex;
    opacity: 1;
    width: 25%;
    height: 25%;
  }

  .index-s2 .items {
    grid-gap: 10px;
  }

  .index-s2 .item {
    width: calc((100% - 10px) / 2);
    height: calc((100% - 10px) / 2);
  }

  .index-s2 .down-btn {
    display: none;
  }

  .index-s3 {
    height: auto !important;
    padding: 1.2rem 0;
  }

  .index-s3 .label {
    display: flex;
    opacity: 1;
  }

  .index-s3 .top-block .items {
    display: block;
    opacity: 1;
  }

  .index-s3 .top-block .btns {
    display: flex;
    opacity: 1;
  }

  .index-s3 .bot-block .items {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 1025px) {
  .fixed-search .top-box .close {
    right: 4vw;
  }

  .footer .top-block {
    display: block;
  }

  .footer .top-block .box {
    width: 100%;
    margin-top: 40px;
  }
  .footer .top-block .box:nth-of-type(1) {
    margin-top: 0;
  }

  .footer .top-block .link {
    width: 100%;
    grid-gap: 20px;
  }

  .footer .top-block .link .inner {
    width: auto;
  }

  .footer .bot-block {
    display: block;
  }

  .footer .bot-block .link {
    margin-top: 20px;
  }

  .wrap-s.flex {
    display: block;
  }

  .c-label {
    width: 100%;
  }

  .c-contblock {
    width: 100%;
    margin-top: 15px;
  }

  .c-pages ul {
    justify-content: center;
  }

  .inner-s6 .top-block:before {
    display: none;
  }

  .inner-s6 .top-block .icon {
    display: none;
  }

  .inner-s6 .top-block .item .img-box {
    display: none;
  }

  .inner-s6 .top-block .items {
    padding: 0;
  }

  .inner-s6 .top-block .item span {
    width: 100%;
    border-radius: 5px !important;
    line-height: 36px;
  }

  .inner-s6 .bot-block .para p.special {
    padding: 0;
  }

  .inner-s6 .bot-block .para p.special:before {
    display: none;
  }

  .inner-s12 .item .tit {
    padding: 0 20px;
  }

  .inner-s12 .item .info {
    padding: 5px 20px 20px;
  }

  .index-s3 .top-block .sw {
    grid-gap: 0;
  }

  .index-s3 .top-block .item .date {
    display: none;
  }

  .index-s3 .top-block .item .tit {
    width: 100%;
  }

  .index-s3 .pagination {
    margin-top: 20px;
    justify-content: center;
    grid-gap: 10px;
    display: flex;
  }
  .index-s3 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6bbac4;
    cursor: pointer;
    opacity: 0.3;
    transition: all .3s ease;
  }
  .index-s3 .pagination span.active {
    opacity: 1;
  }

  .index-s3 .bot-block .items {
    padding: 15px 0;
  }

  .index-s3 .bot-block .item {
    padding-bottom: 0;
  }

  .index-s3 .bot-block .item span {
    display: block;
    width: 100%;
    white-space: normal;
    text-align: center;
    position: static;
    margin: 10px auto 0;
    transform: none;
  }
}
@media screen and (max-width: 900px) {
  .inner-s3 .block {
    display: block;
  }

  .inner-s3 .block .left-box {
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 15px;
  }

  .inner-s3 .block .left-box .img-box {
    margin: 0;
  }

  .inner-s3 .block .left-box span {
    margin-top: 0;
  }

  .inner-s3 .block .right-box {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .c-banner .tit-box {
    font-size: 20px;
  }

  .c-banner .img-box {
    border-radius: 10px;
  }

  .c-label {
    font-size: 20px;
  }

  .inner-s1 {
    padding: 40px 0 0;
  }

  .inner-s1 .para {
    font-size: 14px;
  }

  .inner-s2 {
    padding: 40px 0;
  }

  .inner-s2 .items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .inner-s2 .item {
    width: calc((100% - 20px) / 2);
  }

  .inner-s3 .block {
    padding: 40px 0;
  }

  .inner-s4 .item {
    padding: 15px;
  }

  .inner-s4 .item .view {
    width: calc(100% - 100px);
  }

  .inner-s4 .item .view span {
    font-size: 14px;
  }

  .inner-s4 .item .download {
    width: 100px;
  }

  .inner-s4 .item .download span {
    font-size: 14px;
  }

  .inner-s5 {
    padding: 40px 0;
  }

  .inner-s5 .item a {
    display: block;
  }

  .inner-s5 .item .img-box {
    width: 100%;
  }

  .inner-s5 .item .txt-box {
    width: 100%;
    padding: 20px;
  }

  .inner-s5 .item .date {
    text-align: left;
  }

  .inner-s6 {
    padding: 40px 0;
  }

  .inner-s6 .top-block .item span {
    font-size: 14px;
  }

  .inner-s6 .bot-block {
    margin-top: 20px;
  }

  .inner-s6 .bot-block .para {
    font-size: 14px;
  }

  .inner-s7 .top-block .tit {
    font-size: 20px;
  }

  .inner-s8 .block {
    margin-top: 40px;
  }

  .inner-s9 {
    padding: 0 0 40px;
  }

  .inner-s9 .label {
    font-size: 20px;
  }

  .inner-s10 {
    padding: 40px 0;
  }

  .inner-s10 .item a {
    display: block;
    padding: 20px;
  }

  .inner-s10 .item .tit {
    width: 100%;
  }

  .inner-s10 .item .date {
    width: 100%;
    text-align: left;
    margin-top: 12px;
  }

  .inner-s11 {
    padding: 40px 0;
  }

  .inner-s11 .items {
    grid-template-columns: repeat(1, 100%);
  }

  .inner-s11 .item .txt-box {
    padding: 20px;
  }

  .inner-s11 .item .tit {
    height: auto;
  }

  .inner-s11 .item p {
    height: auto;
  }

  .inner-s11 .item .info {
    margin-top: 20px;
  }

  .inner-s12 {
    padding: 40px 0;
  }

  .inner-s12 .para {
    font-size: 14px;
  }

  .inner-s12 .items {
    grid-template-columns: repeat(1, 100%);
  }

  .inner-s12 .item .tit span {
    font-size: 20px;
  }

  .inner-s12 .item p {
    font-size: 14px;
  }

  .inner-s13 {
    padding: 40px 0;
  }

  .inner-s13 .label {
    font-size: 20px;
    padding-top: 0;
  }

  .inner-s13 .para {
    font-size: 14px;
  }

  .index-s1 .pagination {
    grid-gap: 10px;
    bottom: 10px;
  }

  .index-s1 .pagination span {
    width: 6px;
    height: 6px;
  }

  .index-s2 .item .icon {
    height: 40px;
  }

  .index-s2 .item .tit {
    font-size: 14px;
  }

  .index-s2 .label span {
    font-size: 16px;
  }

  .index-s3 {
    padding: 40px 0;
  }

  .index-s3 .label span {
    font-size: 20px;
  }

  .index-s3 .bot-block .item span {
    max-width: 90px;
  }
}

/*# sourceMappingURL=bundle.css.map */
