.wrap-s {
  width: 90%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.index-wrap {
  width: 90rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.c-bg-fixed, .index-s7 .bg-block .bg, .inner-s7 {
  background-attachment: fixed;
}

.c-content {
  padding-left: 15rem;
}

.inner-label {
  font-size: 3.75rem;
  color: #004098;
  font-family: 'HarmonyOS_Sans_SC_Bold';
}

.c-crumbs {
  position: relative;
  z-index: 3;
  padding: 0 3.75rem;
  display: flex;
  align-items: center;
  grid-gap: 45px;
  color: rgba(255, 255, 255, 0.5);
}
.c-crumbs a {
  position: relative;
}
.c-crumbs a:after {
  content: '';
  width: 5px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: calc(100% + 20px);
}
.c-crumbs a.home {
  width: 18px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.c-crumbs a.link {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
}
.c-crumbs a.link:hover{
   color:#fff;
}
.c-crumbs span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
}

.c-banner {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
.c-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.c-banner .img-box {
  position: relative;
  z-index: 1;
}
.c-banner .img-box img {
  display: block;
  width: 100%;
  height: 35vw;
  object-fit: cover;
}
.c-banner .txt-box {
  position: absolute;
  top: 12vw;
  left: 0;
  width: 100%;
  z-index: 3;
}
.c-banner .tit {
  font-size: 4.5rem;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  text-align: right;
}

.index-label {
  font-size: 3rem;
  color: #333333;
}

.index-s1 {
  position: relative;
}
.index-s1 .item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index-s1 .item .img-box {
  height: 100%;
  position: relative;
  z-index: 1;
}
.index-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 5s ease;
  will-change: transform;
}
.index-s1 .item .video-box-c {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}
.index-s1 .item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;  
}
.index-s1 .item.swiper-slide-active img {
  transform: scale(1);
}
.index-s1 .pagination {
  position: absolute;

  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 2;
}

.index-s1 .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  transition: opacity .3s ease;
}
.index-s1 .button .btn {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  transition: opacity .3s ease;
}
@media (any-hover: hover) {
  .index-s1 .button .btn:hover {
    opacity: 1;
  }
}
.index-s1 .button.show {
  opacity: 1;
}
.index-s1 .prev {
  left: 3.75rem;
}
.index-s1 .prev .btn {}
.index-s1 .next {
  right: 3.75rem;
}
.index-s1 .next .btn {}

.index-s2 {
  padding: 7.5rem 0;
  background-color: #f1f6fe;
}
.index-s2 .top-block {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.index-s2 .tab-tit {
  display: flex;
  grid-gap: 2.5rem;
}
.index-s2 .tab-tit span {
  font-size: max(16px, 1.25rem);
  color: #333333;
  transition: all .3s ease;
  cursor: pointer;
}
.index-s2 .tab-tit span.active {
  color: #8c1c40;
}
@media (any-hover: hover) {
  .index-s2 .tab-tit span:hover {
    color: #8c1c40;
  }
}
.index-s2 .bot-block {
  margin-top: 2.5rem;
}
.index-s2 .bot-block .child {
  display: none;
  overflow: hidden;
}
.index-s2 .bot-block .child.active {
  display: block;
}
.index-s2 .items {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 1.875rem rgba(0, 0, 0, 0.1);
  position: relative;
}
.index-s2 .pagination {
  position: absolute;
  width: calc(50% - 3.75rem);
  left: calc(50% + 3.75rem);
  bottom: 3.75rem;
  font-size: 0;
  z-index: 2;
}
.index-s2 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dbdde1;
  margin-left: 1rem;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s2 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s2 .pagination span.active {
  background-color: #8c1c40;
}
.index-s2 .item a {
  display: flex;
  align-items: flex-start;
}
.index-s2 .item .img-box {
  width: 50%;
  height: 27.5rem;
  overflow: hidden;
}
.index-s2 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: transform .5s ease;
}
.index-s2 .item .txt-box {
  width: 50%;
  padding: 5rem 3.75rem;
}
.index-s2 .item .date {
  font-size: max(14px, 1.25rem);
  color: #bfbfbf;
  font-family: 'Rajdhani-Regular';
  opacity: 0;
}
.index-s2 .item .tit {
  font-size: 2rem;
  color: #3e3a39;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
.index-s2 .item p {
  font-size: max(14px, 1.125rem);
  color: #3e3a39;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
.index-s2 .item.swiper-slide-active .date, .index-s2 .item.swiper-slide-active .tit, .index-s2 .item.swiper-slide-active p {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s2 .item.swiper-slide-active .tit {
  animation-delay: .1s;
}
.index-s2 .item.swiper-slide-active p {
  animation-delay: .2s;
}
.index-s2 .list-box {
  margin-top: 10px;
  display: flex;
  grid-gap: 10px;
}
.index-s2 .list {
  width: calc((100% - 30px) / 4);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
}
.index-s2 .list a {
  display: block;
  height: 100%;
  position: relative;
}
.index-s2 .list .show {
  position: relative;
  z-index: 1;
}
.index-s2 .list .show .img-box {
  height: 11.5rem;
  overflow: hidden;
}
.index-s2 .list .show img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s2 .list .show .txt-box {
  padding: 1.5rem 1.875rem;
}
.index-s2 .list .show .tit {
  font-size: max(16px, 1.25rem);
  line-height: 1.2;
  color: #3e3a39;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s2 .list .show .date {
  font-size: max(12px, 1rem);
  line-height: 20px;
  color: #bfbfbf;
  font-family: 'Rajdhani-Regular';
  margin-top: 0.625rem;
}
.index-s2 .list .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s2 .list .hide:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, transparent, #8c1c40);
  z-index: 2;
}
.index-s2 .list .hide .img-box {
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
  position: relative;
  z-index: 1;
}
.index-s2 .list .hide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s2 .list .hide .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3.75rem 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
}
.index-s2 .list .hide .tit {
  font-size: max(16px, 1.25rem);
  color: #3e3a39;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s2 .list .hide .date {
  font-size: max(12px, 1rem);
  color: #333333;
  font-family: 'Rajdhani-Regular';
  margin-top: 0.625rem;
}
.index-s2 .list .hide span {
  display: block;
  width: max(100px, 7.5rem);
  line-height: max(36px, 2.5rem);
  text-align: center;
  font-size: 14px;
  color: #333333;
  border: 1px solid #333333;
}
@media (any-hover: hover) {
  .index-s2 .list:hover .hide {
    opacity: 1;
  }
}
.index-s2 .items-1 {
  height: max(calc(42.625rem + 68.4px), calc(45.625rem + 30px));
  display: grid;
  grid-gap: 0.75rem;
  grid-template-columns: repeat(4, calc((100% - 2.25rem) / 4));
  grid-template-rows: repeat(2, calc((100% - 0.75rem) / 2));
}
.index-s2 .item-1:nth-of-type(1) {
  grid-area: 1 / 1 / 2 / 3;
}
.index-s2 .item-1:nth-of-type(1) .tit {
  font-size: 2rem;
}
.index-s2 .item-1:nth-of-type(1) p {
  -webkit-line-clamp: 2;
}
.index-s2 .item-1:nth-of-type(1) span.more {
  margin-top: 2.5rem;
}
.index-s2 .item-1 a {
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 3.75rem 2.5rem 0;
  border-radius: 8px;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  transition: background .3s ease;
}
.index-s2 .item-1 .date i, .index-s2 .item-1 .date span {
  display: block;
  line-height: 1;
}
.index-s2 .item-1 .date i {
  font-style: normal;
  font-size: 3.375rem;
  font-family: 'Rajdhani-Bold';
  color: #bfbfbf;
}
.index-s2 .item-1 .date span {
  font-size: max(14px, 1rem);
  font-family: 'Rajdhani-Bold';
  color: #bfbfbf;
}
.index-s2 .item-1 .tit {
  font-size: max(16px, 1.5rem);
  color: #3e3a39;
  line-height: 1.2;
  color: #3e3a39;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
  transition: color .3s ease;
}
.index-s2 .item-1 .tit2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.index-s2 .item-1 p {
  font-size: max(14px, 1.125rem);
  color: #3e3a39;
  font-family: 'HarmonyOS_Sans_SC_Light';
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
  transition: color .3s ease;
}
.index-s2 .item-1 span.more {
  display: block;
  width: max(100px, 7.5rem);
  line-height: max(36px, 2.5rem);
  text-align: center;
  font-size: 14px;
  color: #3e3a39;
  border: 1px solid #cccccc;
  margin-top: 1.5rem;
  transition: all .3s ease;
}
@media (any-hover) {
  .index-s2 .item-1:hover a {
    background-color: #8c1c40;
  }
  .index-s2 .item-1:hover .date span, .index-s2 .item-1:hover .date i {
    color: #f6be25;
  }
  .index-s2 .item-1:hover .tit {
    color: #fff;
  }
  .index-s2 .item-1:hover p {
    color: rgba(255, 255, 255, 0.8);
  }
  .index-s2 .item-1:hover span {
    border-color: #f6be25;
    color: #f6be25;
  }
}
.index-s2 .items-2 {
  height: max(calc(42.625rem + 68.4px), calc(45.625rem + 30px));
  display: grid;
  grid-gap: 0.75rem;
  grid-template-columns: repeat(4, calc((100% - 2.25rem) / 4));
  grid-template-rows: repeat(2, calc((100% - 0.75rem) / 2));
}
.index-s2 .item-2 a {
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 3.75rem 2.5rem 0;
  border-radius: 8px;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  transition: background .3s ease;
}
.index-s2 .item-2 .date i, .index-s2 .item-2 .date span {
  display: block;
  line-height: 1;
}
.index-s2 .item-2 .date i {
  font-style: normal;
  font-size: 3.375rem;
  font-family: 'Rajdhani-Bold';
  color: #bfbfbf;
}
.index-s2 .item-2 .date span {
  font-size: max(14px, 1rem);
  font-family: 'Rajdhani-Bold';
  color: #bfbfbf;
}
.index-s2 .item-2 .tit {
  font-size: max(16px, 1.5rem);
  color: #3e3a39;
  line-height: 1.2;
  color: #3e3a39;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
  transition: color .3s ease;
}
.index-s2 .item-2 span.more {
  display: block;
  width: max(100px, 7.5rem);
  line-height: max(36px, 2.5rem);
  text-align: center;
  font-size: 14px;
  color: #3e3a39;
  border: 1px solid #cccccc;
  margin-top: 1.5rem;
  transition: all .3s ease;
}
@media (any-hover) {
  .index-s2 .item-2:hover a {
    background-color: #8c1c40;
  }
  .index-s2 .item-2:hover .date span, .index-s2 .item-2:hover .date i {
    color: #f6be25;
  }
  .index-s2 .item-2:hover .tit {
    color: #fff;
  }
  .index-s2 .item-2:hover span {
    border-color: #f6be25;
    color: #f6be25;
  }
}
.index-s2 .btn {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  grid-gap: 10px;
}
.index-s2 .btn a {
  display: block;
  width: max(120px, 11.25rem);
  line-height: max(36px, 3rem);
  text-align: center;
  border: 1px solid #8c1c40;
  font-size: 14px;
  color: #8c1c40;
  transition: all .3s ease;
}
.index-s2 .btn a:nth-of-type(1) {
  background-color: #8c1c40;
  color: #fff;
}
@media (any-hover: hover) {
  .index-s2 .btn a:hover {
    background-color: #8c1c40;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(140, 28, 64, 0.3);
  }
}

.index-s3 {
  padding-top: 6.25rem;
  background-color: #fff;
  position: relative;
}
.index-s3:before {
  content: '';
  width: 100%;
  height: 36vw;
  position: absolute;
  top: -14.5vw;
  left: 0;
  background-size: 100% auto;
  pointer-events: none;
}
.index-s3 .tab-cont .child {
  display: none;
}
.index-s3 .tab-cont .child.active {
  display: block;
}
.index-s3 .tab-cont .child.active .date, .index-s3 .tab-cont .child.active .tit, .index-s3 .tab-cont .child.active p, .index-s3 .tab-cont .child.active .btn, .index-s3 .tab-cont .child.active .img-box {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .tab-cont .child.active .tit {
  animation-delay: .1s;
}
.index-s3 .tab-cont .child.active p {
  animation-delay: .2s;
}
.index-s3 .tab-cont .child.active .btn {
  animation-delay: .3s;
}
.index-s3 .tab-cont .flex {
  display: flex;
  align-items: flex-start;
}
.index-s3 .tab-cont .txt-box {
  margin-top: 2.5rem;
  padding: 1.5rem 12.5rem 1.5rem 2.5rem;
  width: calc(100% - 30rem);
  border-left: 1px solid #e5e5e5;
  position: relative;
  z-index: 2;
}
.index-s3 .tab-cont .txt-box:before {
  content: '';
  width: 1px;
  height: 7.5rem;
  background-color: #8c1c40;
  position: absolute;
  left: -1px;
  top: 3.75rem;
}
.index-s3 .tab-cont .date {
  font-size: max(14px, 1rem);
  color: #191919;
  font-family: 'Rajdhani-Regular';
  opacity: 0;
}
.index-s3 .tab-cont .tit {
  font-size: 2rem;
  color: #191919;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
.index-s3 .tab-cont p {
  font-size: max(14px, 1.125rem);
  color: #191919;
  line-height: 1.8;
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
.index-s3 .tab-cont .btn {
  margin-top: 6.25rem;
  opacity: 0;
  display: flex;
  grid-gap: 10px;
}
.index-s3 .tab-cont .btn a {
  display: block;
  width: max(120px, 11.25rem);
  line-height: max(36px, 3rem);
  text-align: center;
  border: 1px solid #8c1c40;
  font-size: 14px;
  color: #8c1c40;
  transition: all .3s ease;
}
.index-s3 .tab-cont .btn a:nth-of-type(1) {
  background-color: #8c1c40;
  color: #fff;
}
@media (any-hover: hover) {
  .index-s3 .tab-cont .btn a:hover {
    background-color: #8c1c40;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(140, 28, 64, 0.3);
  }
}
.index-s3 .tab-cont .img-box {
  width: 30rem;
  height: 40rem;
  position: relative;
  order: 2;
  perspective: 800px;
  opacity: 0;
}
.index-s3 .tab-cont .img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-size: auto 100%;
}
.index-s3 .tab-cont .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-style: preserve-3d;
  transform-origin: left center;
  transform: rotateY(15deg);
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
}
.index-s3 .bot-block {
  margin-top: 5rem;
  position: relative;
  background-color: #f5f5f5;
}
.index-s3 .bot-block .item {
  height: max(90px, 7.5rem);
  padding: 0 60px;
  display: flex;
  align-items: center;
  transition: background .3s ease;
  cursor: pointer;
}
.index-s3 .bot-block .item:before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #f6be25;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform .3s ease;
  will-change: transform;
  transform-origin: right top;
}
.index-s3 .bot-block .item:after {
  content: '';
  width: 1px;
  height: 3.75rem;
  background-color: #dcdcdc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.875rem;
  pointer-events: none;
  transition: opacity .3s ease;
}
.index-s3 .bot-block .item .tit {
  width: 100%;
  font-size: max(14px, 1rem);
  color: #191919;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.index-s3 .bot-block .item.active {
  background-color: #8c1c40;
}
.index-s3 .bot-block .item.active:before {
  transform: scaleX(1);
  transform-origin: left top;
}
.index-s3 .bot-block .item.active:after {
  opacity: 0;
}
.index-s3 .bot-block .item.active .tit {
  color: #f6be25;
}
.index-s3 .bot-block .button {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  cursor: pointer;
}
.index-s3 .bot-block .prev {
  left: 15px;
}
.index-s3 .bot-block .next {
  right: 15px;
}

.index-s4 .index-label {
  text-align: center;
  display: none;
}
.index-s4 .items {
  height: 50vw;
}
.index-s4 .sw {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(2, 50%);
}
.index-s4 .item {
  position: relative;
  background-color: #000;
}
@media screen and (min-width: 1025px) {
  .index-s4 .item:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .index-s4 .item:nth-of-type(6) {
    grid-area: 2 / 3 / 3 / 5;
  }
  .index-s4 .item:nth-of-type(1) .hide .tit, .index-s4 .item:nth-of-type(6) .hide .tit {
    font-size: 1.875rem;
  }
}
.index-s4 .item .status {
  display: none;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: max(90px, 7.5rem);
  line-height: max(30px, 2.5rem);
  text-align: center;
  border-radius: 5px;
  font-size: max(12px, 0.875rem);
  z-index: 3;
}
.index-s4 .zt1 .notstart{
  display: block;
}
.index-s4 .zt2 .ongoing{
  display: block;
}
.index-s4 .zt3 .ended{
  display: block;
}
.index-s4 .item .status.ongoing {
  background-color: rgba(255, 255, 255, 0.5);
  color: #8c1c40;
}
.index-s4 .item .status.notstart {
  background-color: #8c1c40;
  color: #f6be25;
}
.index-s4 .item .status.ended {
  background-color: rgba(83, 83, 83, 0.5);
  color: #fff;
}
.index-s4 .item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.5;
}
.index-s4 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.index-s4 .item .show {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 3rem 2.5rem;
  z-index: 1;
  transition: opacity .3s ease;
}
.index-s4 .item .show span {
  display: block;
  font-size: max(12px, 1.125rem);
  color: rgba(255, 255, 255, 0.5);
}
.index-s4 .item .show .tit {
  font-size: max(16px, 1.375rem);
  color: #fff;
  line-height: 1.5;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s4 .item .hide {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 3rem 2.5rem;
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s4 .item .hide .tit {
  font-size: max(16px, 1.375rem);
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s4 .item .hide .info {
  margin-top: 1rem;
  opacity: 0.8;
}
.index-s4 .item .hide p {
  font-size: max(12px, 1rem);
  color: #ffffff;
  position: relative;
  padding-left: 2rem;
  margin-top: .625rem;
}
.index-s4 .item .hide p:nth-of-type(1) {
  margin-top: 0;
}
.index-s4 .item .hide p:before {
  content: '';
  width: max(14px, 1.25rem);
  height: max(14px, 1.25rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}
.index-s4 .item .hide p.date:before {}
.index-s4 .item .hide p.addr:before {}
.index-s4 .item .hide p.speaker:before {}
.index-s4 .item .btn {
  margin-top: 1.5rem;
  display: flex;
  grid-gap: 10px;
}
.index-s4 .item .btn a {
  display: block;
  width: max(120px, 11.25rem);
  line-height: max(36px, 3rem);
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  transition: all .3s ease;
}
.index-s4 .item .btn a:nth-of-type(1) {
  border-color: #8c1c40;
  background-color: #8c1c40;
  color: #fff;
}
@media (any-hover: hover) {
  .index-s4 .item .btn a:hover {
    border-color: #8c1c40;
    background-color: #8c1c40;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(140, 28, 64, 0.3);
  }
}
@media (any-hover: hover) {
  .index-s4 .item:hover img {
    transform: scale(1.1);
  }
  .index-s4 .item:hover .show {
    opacity: 0;
  }
  .index-s4 .item:hover .hide {
    opacity: 1;
  }
}

.index-s5 {
  padding: 7.5rem 0 0;
}
.index-s5 .index-label {
  text-align: center;
}
.index-s5 .items {
  margin-top: 2.5rem;
  border-radius: 10px;
  overflow: hidden;
}
.index-s5 .sw {
  display: flex;
}
.index-s5 .btn {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  grid-gap: 10px;
}
.index-s5 .btn a {
  display: block;
  width: max(120px, 11.25rem);
  line-height: max(36px, 3rem);
  text-align: center;
  border: 1px solid #8c1c40;
  font-size: 14px;
  color: #8c1c40;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s5 .btn a:hover {
    background-color: #8c1c40;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(140, 28, 64, 0.3);
  }
}
@media screen and (min-width: 1025px) {
  .index-s5 .item {
    width: 10.625rem;
    height: 40rem;
    overflow: hidden;
    position: relative;
    transition: width .3s ease;
  }
  .index-s5 .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8c1c40;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 1;
  }
  .index-s5 .item a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .index-s5 .item .img-box {
    width: 58.125rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    z-index: 1;
    opacity: 0.1;
    transition: opacity .3s ease;
  }
  .index-s5 .item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
  }
  .index-s5 .item .show {
    width: 10.625rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 17.5rem;
    z-index: 2;
    transition: all .3s ease;
  }
  .index-s5 .item .show i {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .index-s5 .item .show .tit {
    padding: 0 1.25rem;
    margin-top: 1.25rem;
    font-size: max(14px, 1.125rem);
    color: #fff;
    text-align: center;
  }
  .index-s5 .item .hide {
    width: 58.125rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3.75rem;
    z-index: 3;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
  }
  .index-s5 .item .hide .tit {
    font-size: 2.25rem;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
  }
  .index-s5 .item .hide p {
    font-size: max(14px, 1.125rem);
    color: #fff;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-s5 .item .hide span {
    display: block;
    width: max(120px, 11.25rem);
    line-height: max(36px, 3rem);
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    margin-top: 1.25rem;
    transition: all .3s ease;
  }
}
@media screen and (min-width: 1025px) and (any-hover: hover) {
  .index-s5 .item .hide span:hover {
    border-color: #8c1c40;
    background-color: #8c1c40;
  }
}
@media screen and (min-width: 1025px) {
  .index-s5 .item:nth-of-type(2):before {
    opacity: 0.85;
  }
  .index-s5 .item:nth-of-type(3):before {
    opacity: 0.7;
  }
  .index-s5 .item:nth-of-type(4):before {
    opacity: 0.55;
  }
  .index-s5 .item.active {
    width: 58.125rem;
  }
  .index-s5 .item.active:before {
    opacity: 1;
  }
  .index-s5 .item.active .img-box {
    opacity: 1;
  }
  .index-s5 .item.active .show {
    opacity: 0;
    visibility: hidden;
  }
  .index-s5 .item.active .hide {
    opacity: 1;
    visibility: visible;
  }
}

.index-s6 {
  padding: 10rem 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-s6 .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-s6 .btns {
  display: flex;
  grid-gap: 1rem;
}
.index-s6 .button {
  width: max(40px, 3.125rem);
  height: max(40px, 3.125rem);
  border-radius: 50%;
  border: 1px solid #8c1c40;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 14px;
  transition: all .3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .index-s6 .button:hover {
    background-color: #8c1c40;
    box-shadow: 0 5px 10px rgba(140, 28, 64, 0.3);
  }
}
.index-s6 .prev {
}
@media (any-hover: hover) {
  .index-s6 .prev:hover {
  }
}
.index-s6 .next {
}
@media (any-hover: hover) {
  .index-s6 .next:hover {
  }
}
.index-s6 .items {
  margin-top: 2.5rem;
}
.index-s6 .swiper {
  margin: 0 calc(-50vw + 45rem);
  padding: 0 calc(50vw - 45rem);
}
.index-s6 .item {
  width: 21.375rem;
  margin-right: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.index-s6 .item:last-of-type {
  margin-right: 0;
}
.index-s6 .item a {
  display: block;
  position: relative;
}
.index-s6 .item a:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  z-index: 2;
  pointer-events: none;
  transition: opacity .3s ease;
}
.index-s6 .item a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s6 .item .img-box {
  height: 30rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-s6 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s6 .item .show {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem 2rem;
  z-index: 3;
  transition: all .3s ease;
}
.index-s6 .item .show .tit {
  font-size: 1.5rem;
  color: #fff;
}
.index-s6 .item .hide {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem 2rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.index-s6 .item .hide .tit {
  font-size: 1.5rem;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Bold';
}
.index-s6 .item .hide p {
  font-size: max(14px, 1rem);
  color: #fff;
  line-height: 1.5;
  font-family: 'HarmonyOS_Sans_SC_Light';
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s6 .item .hide span {
  display: block;
  width: max(120px, 11.25rem);
  line-height: max(36px, 3rem);
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  margin-top: 2rem;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s6 .item .hide span:hover {
    border-color: #8c1c40;
    background-color: #8c1c40;
  }
}
@media (any-hover: hover) {
  .index-s6 .item:hover a:before {
    opacity: 0;
  }
  .index-s6 .item:hover a:after {
    opacity: 1;
  }
  .index-s6 .item:hover .show {
    opacity: 0;
    visibility: hidden;
  }
  .index-s6 .item:hover .hide {
    opacity: 1;
    visibility: visible;
  }
}
.index-s6 .btn {
  margin-top: 2.5rem;
  display: flex;
  grid-gap: 10px;
}
.index-s6 .btn a {
  display: block;
  width: max(120px, 11.25rem);
  line-height: max(36px, 3rem);
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s6 .btn a:hover {
    border-color: #8c1c40;
    background-color: #8c1c40;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(140, 28, 64, 0.3);
  }
}

.index-s7 {
  height: 60rem;
  position: relative;
  z-index: 1;
}
.index-s7 .mask {
  position: absolute;
  bottom: calc(100% + 4.375rem);
  left: 0;
  width: 100%;
  height: 44vw;
  background-size: 100% auto;
  z-index: 2;
  pointer-events: none;
}
.index-s7 .mask:after {
  content: '';
  width: 100%;
  height: 35vw;
  position: absolute;
  top: 29.6vw;
  background-size: 100% auto;
}
.index-s7 .bg-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 15vw + 4.375rem);
  z-index: 1;
  pointer-events: none;
}
.index-s7 .bg-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 78, 89, 0.5);
  z-index: 2;
}
.index-s7 .bg-block:after {
  content: '';
  width: 100%;
  height: 17.9375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  z-index: 3;
}
.index-s7 .bg-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
}
.index-s7 .bg-block .bg.active {
  opacity: 1;
}
.index-s7 .video-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 15vw + 4.375rem);
  z-index: 1;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-s7 .video-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 78, 89, 0.5);
  z-index: 2;
}
.index-s7 .video-block:after {
  content: '';
  width: 100%;
  height: 17.9375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  z-index: 3;
}
.index-s7 .video-block video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.index-s7 .tab-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.index-s7 .tab-tit {
  position: absolute;
  width: 51rem;
  height: 51rem;
  top: 4.5rem;
  left: calc(100% - 15rem);
  z-index: 4;
}
.index-s7 .tab-tit img {
  display: block;
  width: 100%;
}
.index-s7 .tab-tit .items {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
}
.index-s7 .tab-tit .sw {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  grid-gap: 6.25rem;
}
.index-s7 .tab-tit .item {
  position: relative;
  padding-right: 3.125rem;
  cursor: pointer;
}
.index-s7 .tab-tit .item span {
  display: block;
  white-space: nowrap;
  font-size: max(14px, 1.25rem);
  color: #fff;
  transition: color .3s ease;
}
.index-s7 .tab-tit .item i {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-s7 .tab-tit .item i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(254, 198, 39, 0.1);
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s7 .tab-tit .item i:after {
  content: '';
  width: .625rem;
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
.index-s7 .tab-tit .item:nth-of-type(1) {
  transform: translateX(3.75rem);
}
.index-s7 .tab-tit .item:nth-of-type(2) {
  transform: translateX(1.25rem);
}
.index-s7 .tab-tit .item:nth-of-type(3) {
  transform: translateX(1.25rem);
}
.index-s7 .tab-tit .item:nth-of-type(4) {
  transform: translateX(3.75rem);
}
.index-s7 .tab-tit .item.active span {
  color: #fec627;
}
.index-s7 .tab-tit .item.active i:before {
  opacity: 1;
}
.index-s7 .tab-tit .item.active i:after {
  background-color: #fec627;
}
.index-s7 .tab-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-s7 .tab-cont .index-wrap {
  height: 100%;
}
.index-s7 .tab-cont .child {
  height: 100%;
  display: none;
}
.index-s7 .tab-cont .child.active {
  display: block;
}
.index-s7 .tab-cont .child.active i, .index-s7 .tab-cont .child.active .tit, .index-s7 .tab-cont .child.active p, .index-s7 .tab-cont .child.active .btns {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s7 .tab-cont .child.active .tit {
  animation-delay: .1s;
}
.index-s7 .tab-cont .child.active p {
  animation-delay: .2s;
}
.index-s7 .tab-cont .child.active .btns {
  animation-delay: .3s;
}
.index-s7 .tab-cont .flex {
  width: max(400px, 33.75rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-s7 .tab-cont i, .index-s7 .tab-cont .tit, .index-s7 .tab-cont p, .index-s7 .tab-cont .btns {
  opacity: 0;
}
.index-s7 .tab-cont i {
  display: block;
  width: max(40px, 3.75rem);
  height: max(40px, 3.75rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1.875rem;
}
.index-s7 .tab-cont .tit {
  font-size: 2.5rem;
  color: #fff;
}
.index-s7 .tab-cont p {
  font-size: max(14px, 1.125rem);
  color: #fff;
  line-height: 1.8;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s7 .tab-cont .btns {
  margin-top: 3.75rem;
}
.index-s7 .tab-cont a {
  display: block;
  width: max(120px, 11.25rem);
  line-height: max(36px, 3rem);
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s7 .tab-cont a:hover {
    border-color: #8c1c40;
    background-color: #8c1c40;
  }
}

.index-s8 {
  padding: 6.25rem 0 12.5rem;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-s8 .top-block img {
  display: block;
  width: 21.8125rem;
  margin: 0 auto;
}
.index-s8 .bot-block {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  padding: 0 5.625rem;
  justify-content: space-between;
  align-items: flex-start;
}
.index-s8 .item {
  position: relative;
  padding-top: max(120px, 11.25rem);
  animation: o-ani5-1 2s linear infinite;
}
.index-s8 .item:after {
  content: '';
  display: block;
  width: 8.3125rem;
  height: 4.75rem;
  margin: 5px auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s ease;
}
.index-s8 .item .box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max(120px, 11.25rem);
  height: max(120px, 11.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-s8 .item .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px dashed #8c1c40;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s8 .item .icon {
  width: 10rem;
  height: 4.625rem;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s8 .item span {
  font-size: 3rem;
  color: #004098;
  font-family: 'Rajdhani-Bold';
  line-height: 4.375rem;
  line-height: 1;
  margin-top: 1rem;
  transition: color .3s ease;
}
.index-s8 .item p {
  font-size: max(14px, 1.25rem);
  color: #004098;
  text-align: center;
  transition: all .3s ease;
}
.index-s8 .item:nth-of-type(1) {
  margin-top: 2rem;
  animation-delay: .2s;
}
.index-s8 .item:nth-of-type(2) {
  margin-top: 7.5rem;
  animation-delay: .5s;
}
.index-s8 .item:nth-of-type(4) {
  margin-top: 12.5rem;
  animation-delay: .6s;
}
.index-s8 .item:nth-of-type(5) {
  margin-top: 7.5rem;
  animation-delay: .3s;
}
.index-s8 .item:nth-of-type(6) {
  margin-top: 16rem;
  animation-delay: .7s;
}
.index-s8 .item:nth-of-type(7) {
  margin-top: 10rem;
  animation-delay: .3s;
}
.index-s8 .item:nth-of-type(8) {
  margin-top: 8rem;
  animation-delay: .4s;
}
@media (any-hover: hover) {
  .index-s8 .item:hover {
    animation-play-state: paused;
  }
  .index-s8 .item:hover:after {
    opacity: 0;
  }
  .index-s8 .item:hover .box:before {
    opacity: 1;
  }
  .index-s8 .item:hover .icon {
    opacity: 1;
  }
  .index-s8 .item:hover span {
    color: #8c1c40;
  }
  .index-s8 .item:hover p {
    color: #8c1c40;
    transform: translateY(1rem);
  }
}
.index-s8 canvas.line {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.index-s9 {
  padding: 3.75rem 0 24px;
  background-color: #023e9b;
  position: relative;
  z-index: 2;
}
.index-s9 .mask {
  position: absolute;
  left: 0;
  top: -15vw;
  width: 100%;
  height: calc(100% + 15vw);
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}
.index-s9 .index-label {
  text-align: center;
  color: #fff;
}
.index-s9 .items {
  margin-top: 3.75rem;
  position: relative;
}
.index-s9 .item {
  width: 50.75rem;
  height: 28.75rem;
}
.index-s9 .item .box {
  height: 100%;
}
.index-s9 .item .box.trans {
  transition: transform .3s ease;
}
.index-s9 .item a {
  display: block;
  height: 100%;
  position: relative;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}
.index-s9 .item a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s9 .item .img-box {
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0.6;
  transition: opacity .3s ease;
}
.index-s9 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s9 .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2.5rem 2.5rem;
  z-index: 3;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s9 .item .tit {
  text-align: center;
  font-size: max(14px, 1.125rem);
  color: #fff;
}
.index-s9 .item.swiper-slide-active a:after {
  opacity: 1;
}
.index-s9 .item.swiper-slide-active .img-box {
  opacity: 1;
}
.index-s9 .item.swiper-slide-active .txt-box {
  opacity: 1;
}
.index-s9 .button {
  width: 18px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}
.index-s9 .prev {
  left: 13.75rem;
}
.index-s9 .next {
  right: 13.75rem;
}
.index-s9 .share-box {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
  grid-gap: 1.25rem;
}
.index-s9 .share {
  position: relative;
}
.index-s9 .share .icon {
  position: relative;
  width: 5rem;
  height: 5rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s9 .share i {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s ease;
}
.index-s9 .share i.i-hide {
  opacity: 0;
}
.index-s9 .share .hide {
  position: absolute;
  width: max(120px, 11.25rem);
  top: 100%;
  padding-top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.index-s9 .share .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -10px;
}
.index-s9 .share .img-box {
  background-color: #fff;
}
.index-s9 .share .img-box img {
  display: block;
  width: 100%;
}
.index-s9 .share:hover .icon {
  border-color: #fff;
  background-color: #7e052d;
}
.index-s9 .share:hover i.i-show {
  opacity: 0;
}
.index-s9 .share:hover i.i-hide {
  opacity: 1;
}
.index-s9 .share:hover .hide {
  display: block;
}

.inner-page {
  position: relative;
  z-index: 2;
  margin-top: -15vw;
  padding-top: 21.875vw;
}
.inner-page:before {
  content: '';
  width: 100%;
  height: 35vw;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.inner-page:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
}
.inner-page.bg-1 {
  min-height: 90vw;
}
.inner-page.bg-1:after {
  height: 55vw;
  background-size: 100% auto;
}
.inner-page.bg-2 {
  min-height: 72vw;
}
.inner-page.bg-2:after {
  height: 37vw;
  background-size: 100% auto;
}
.inner-page.bg-3 {
  min-height: 60.5vw;
}
.inner-page.bg-3:after {
  height: 25.5vw;
  background-size: 100% auto;
}
.inner-page .sticky-nav {
  position: absolute;
  top: 12vw;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.inner-page .sticky-nav .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  max-height: 100%;
  background-size: 100% 100%;
  padding: 3rem;
  display: flex;
  align-items: center;
}
.inner-page .sticky-nav .sticky:before {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  left: 3rem;
  top: 1.5rem;
  bottom: 1.5rem;
  background-color: #e5e5e5;
  z-index: 1;
  display: none;
}
.inner-page .sticky-nav .block {
  width: 100%;
  border-left: 1px solid #e5e5e5;
}
.inner-page .sticky-nav .box {
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
}
.inner-page .sticky-nav .box:nth-of-type(1) {
  margin-top: 0;
}
.inner-page .sticky-nav .box .tit {
  position: relative;
  display: inline-block;
  padding: 0 5rem 0 2.5rem;
}
.inner-page .sticky-nav .box .tit:before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 5px solid rgba(140, 28, 64, 0.2);
  background-color: #8c1c40;
  background-clip: content-box;
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -11px;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-page .sticky-nav .box .tit a {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #333333;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .inner-page .sticky-nav .box .tit a:hover {
    color: #8c1c40;
  }
}
.inner-page .sticky-nav .box .tit i {
  width: 14px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -4px;
  cursor: pointer;
}
.inner-page .sticky-nav .box .s-link {
  margin-top: 1.5rem;
  padding: 1.5rem 0 0 3.75rem;
  border-top: 1px solid #e6e6e6;
  display: none;
}
.inner-page .sticky-nav .box .s-link a {
  display: block;
  font-size: max(13px, 1rem);
  color: #808080;
  margin-top: 0.625rem;
  transition: color .3s ease;
}
.inner-page .sticky-nav .box .s-link a:nth-of-type(1) {
  margin-top: 0;
}
.inner-page .sticky-nav .box .s-link a.active {
  color: #8c1c40;
}
@media (any-hover: hover) {
  .inner-page .sticky-nav .box .s-link a:hover {
    color: #8c1c40;
  }
}
.inner-page .sticky-nav .box.active .tit:before {
  opacity: 1;
}
.inner-page .sticky-nav .box.active .s-link {
  display: block;
}

.inner-s1 {
  padding-bottom: 9rem;
}
.inner-s1 .items {
  margin-top: 2rem;
  display: flex;
  grid-gap: 1.5rem;
}
.inner-s1 .item {
  width: calc((100% - 1.5rem) / 2);
}
.inner-s1 .item img {
  display: block;
  width: 100%;
}

.inner-s2 {
  padding-bottom: 9rem;
  position: relative;
  z-index: 1;
}
.inner-s2 .tab-tit {
  margin-top: 2rem;
  background-color: #004098;
  display: flex;
  padding: 0.625rem .625rem 0;
}
.inner-s2 .tab-tit span {
  padding: .625rem 3.75rem 1.25rem;
  font-size: 2rem;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Light';
  cursor: pointer;
  transition: all .3s ease;
}
.inner-s2 .tab-tit span.active {
  background-color: #fff;
  color: #004098;
}
.inner-s2 .tab-cont {
  margin-top: 3.75rem;
  position: relative;
}
.inner-s2 .tab-cont:before {
  content: '';
  width: 100%;
  height: 52.25rem;
  position: absolute;
  bottom: -22rem;
  left: 0;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}
.inner-s2 .tab-cont .child {
  position: relative;
  z-index: 2;
  display: none;
}
.inner-s2 .tab-cont .child.active {
  display: block;
}
.inner-s2 .tab-cont .flex {
  display: flex;
  align-items: center;
}
.inner-s2 .tab-cont .img-box {
  width: 30rem;
  height: 30rem;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.inner-s2 .tab-cont .img-box img {
  width: auto;
  max-width: 62.5%;
  max-height: 80%;
}
.inner-s2 .tab-cont .txt-box {
  width: calc(100% - 30rem);
  padding-left: 3.75rem;
}
.inner-s2 .tab-cont .para {
  font-size: max(14px, 1.125rem);
  color: #191919;
  line-height: 1.8;
  font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s2 .tab-cont .para p {
  margin-top: 2rem;
  font-size: max(14px, 1.125rem) !important;
  color: #191919;
  line-height: 1.8 !important;
  font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s2 .tab-cont .para p:nth-of-type(1) {
  margin-top: 0;
}

.inner-s3 {
  padding-bottom: 9rem;
  position: relative;
  z-index: 2;
}
.inner-s3 .items {
  margin-top: 2rem;
}
.inner-s3 .item {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 2.5rem;
}
.inner-s3 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s3 .item .img-box {
  width: 20rem;
  height: 11.25rem;
  overflow: hidden;
}
.inner-s3 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s3 .item .tit {
  width: calc(100% - 31.25rem);
  padding: 0 3.75rem;
  font-size: 2rem;
  color: #191919;
  font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s3 .item a {
  width: 11.25rem;
  line-height: max(40px, 3.375rem);
  background-color: #004098;
  font-size: max(14px, 1.125rem);
  color: #fff;
  text-align: center;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s3 .item a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.3);
  }
}

.inner-s4 {
  padding-bottom: 9rem;
}
.inner-s4 .block {
  display: flex;
  grid-gap: 2.5rem;
  padding: 1.5rem 2.25rem;
  border: 2px solid transparent;
}
.inner-s4 .block:nth-of-type(odd) {
  border-color: #fff;
  background-color: #e5ecf4;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
}
.inner-s4 .item {
  width: calc((100% - 2.5rem) / 2);
  display: flex;
  align-items: baseline;
}
.inner-s4 .item .tit {
  width: 20rem;
  font-size: max(16px, 1.5rem);
  color: #004098;
}
.inner-s4 .item .list {
  width: calc(100% - 20rem);
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 1.5rem;
  grid-column-gap: calc((100% - 13.5rem) / 2);
}
.inner-s4 .item .list a {
  font-size: max(16px, 1.5rem);
  color: #191919;
  width: 4.5rem;
  text-align-last: justify;
  white-space: nowrap;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .inner-s4 .item .list a:hover {
    color: #004098;
  }
}

.inner-s5 {
  padding-bottom: 9rem;
}
.inner-s5 .block {
  max-width: 980px;
  margin: 0 auto;
}
.inner-s5 .tit {
  font-size: 3rem;
  color: #191919;
  text-align: center;
}
.inner-s5 .tit:after {
  content: '';
  display: block;
  width: 3.75rem;
  height: 4px;
  background-color: #004098;
  display: block;
  margin: 1.5rem auto 0;
}
.inner-s5 .img-box {
  margin: 2.5rem auto 0;
  width: max(240px, 22.5rem);
}
.inner-s5 .img-box img {
  display: block;
  width: 100%;
}
.inner-s5 .para {
  margin-top: 3.125rem;
  font-size: max(14px, 1.25rem);
  color: #191919;
  line-height: 1.5;
}

.inner-s6 {
  padding-bottom: 7.5rem;
  overflow: hidden;
}
.inner-s6 .c-content {
  position: relative;
}
.inner-s6 .c-content:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 15rem;
  right: 0;
  bottom: -9.375rem;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}
.inner-s6 .tit {
  font-size: 2rem;
  color: #191919;
  font-family: 'HarmonyOS_Sans_SC_Bold';
}
.inner-s6 .info-box {
  margin: 2rem 0 3.125rem;
  position: relative;
  padding-left: 1.875rem;
}
.inner-s6 .info-box:before {
  content: '';
  width: 2rem;
  position: absolute;
  top: 4.375rem;
  bottom: 4.375rem;
  left: 0;
  background-color: #8c1c40;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.inner-s6 .info-box .img-box {
  width: 60rem;
  height: 33.75rem;
  overflow: hidden;
}
.inner-s6 .info-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s6 .info-box .txt-box {
  width: 45rem;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 3.75rem 0 3.75rem 3.75rem;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
}
.inner-s6 .para {
  font-size: max(14px, 1.125rem);
  color: #191919;
  line-height: 1.8;
  font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s6 .para p {
  margin-top: 2rem;
  text-indent: 2em;
}
.inner-s6 .para p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s6 .data-box {
  margin: 3.75rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-column-gap: calc((100% - 45rem) / 3);
  grid-row-gap: 5rem;
}
.inner-s6 .data {
  width: 11.25rem;
}
.inner-s6 .data span {
  font-size: 3.75rem;
  color: #8c1c40;
  font-family: 'Rajdhani-Bold';
}
.inner-s6 .data p {
  font-size: max(14px, 1.125rem);
  color: #191919;
  font-family: 'HarmonyOS_Sans_SC_Light';
  position: relative;
  padding-top: 1rem;
}
.inner-s6 .data p:before {
  content: '';
  width: 3.75rem;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-s7 {
  padding: 10rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-s7 .tit {
  font-size: 2rem;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Bold';
}
.inner-s7 .para {
  font-size: max(14px, 1.125rem);
  color: #fff;
  line-height: 1.8;
  font-family: 'HarmonyOS_Sans_SC_Light';
  margin-top: 1.5rem;
}
.inner-s7 .para p {
  margin-top: 2rem;
  text-indent: 2em;
}
.inner-s7 .para p:nth-of-type(1) {
  margin-top: 0;
}

.inner-s8 {
  padding: 7.5rem 0 20rem;
}
.inner-s8 .para {
  font-size: max(14px, 1.125rem);
  color: #191919;
  line-height: 1.8;
  font-family: 'HarmonyOS_Sans_SC_Light';
}
.inner-s8 .para p {
  margin-top: 2rem;
  text-indent: 2em;
}
.inner-s8 .para p:nth-of-type(1) {
  margin-top: 0;
}

@media screen and (max-width: 1681px) {
  html {
    font-size: 15px;
  }

  .inner-page .sticky-nav .sticky {
    padding: 3rem 1.5rem;
  }

  .inner-page .sticky-nav .sticky:before {
    left: 1.5rem;
  }

  .inner-page .sticky-nav .box .tit {
    padding: 0 5rem 0 1.5rem;
  }

  .inner-page .sticky-nav .box .s-link {
    padding: 1.5rem 0 0 2rem;
  }
}
@media screen and (max-width: 1540px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .mid-block .nav-box {
    grid-gap: 3rem;
  }

  .inner-s4 .item .list {
    grid-column-gap: calc((100% - 9rem) / 1);
  }
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 10px;
  }

  .header {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  }

  .header .top-block {
    display: none;
  }

  .header .bot-block {
    height: 100%;
    padding: 0 5%;
  }




  .mNavBtn {
    display: block;
    width: 20px;
    height: 16px;
    right: 5%;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #ccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }
  .mNavBtn.active span {
    background-color: #ccc;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }

  .head-null {
    height: 60px;
  }

  .fixed-search .tit {
    font-size: 3rem;
  }

  .fixed-search input {
    font-size: 16px;
  }

  .fixed-search .close {
    top: 2rem;
    right: 2rem;
  }

  .footer .top-block {
    padding: 3rem 0;
  }

  .footer .mid-block {
    display: none;
  }

  .c-crumbs {
    font-size: 12px;
    padding: 0 5vw;
    grid-gap: 14px;
    overflow: hidden;
  }

  .c-crumbs a.link,
  .c-crumbs span {
    font-size: 10px;
    line-height: 40px;
    white-space: nowrap;
  }

  .c-crumbs span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .c-crumbs a.link {
    color: rgba(255, 255, 255, 0.8);
  }

  .c-crumbs a:after {
    opacity: 0.8;
    left: calc(100% + 5px);
  }

  .c-crumbs a.home {
    opacity: 0.8;
    flex: none;
    width: 14px;
    height: 14px;
  }

  .c-banner {
    margin-top: -40px;
  }

  .c-banner .img-box img {
    height: 50vw;
  }

  .c-banner .txt-box {
    top: 18vw;
  }



  .inner-page .sticky-nav {
    display: none;
  }

  .c-content {
    padding-left: 0;
  }

  .inner-s6 .c-content:before {
    left: 0;
    bottom: -7.5rem;
  }

  .inner-s6 .info-box .txt-box {
    padding: 2rem 0 2rem 2rem;
  }

  .c-bg-fixed, .index-s7 .bg-block .bg, .inner-s7 {
    background-attachment: inherit;
  }

  .inner-s7 {
    padding: 7.5rem 0;
  }

  .inner-s8 {
    padding: 7.5rem 0;
  }

  .inner-s5 {
    padding-bottom: 7.5rem;
  }

  .inner-s2 .tab-cont .flex {
    align-items: flex-start;
  }

  .inner-s2 .tab-cont .img-box {
    width: 20vw;
    height: 20vw;
  }

  .inner-s2 .tab-cont .txt-box {
    width: calc(100% - 20vw);
  }

  .inner-s1 {
    padding-bottom: 7.5rem;
  }

  .inner-s2 {
    padding-bottom: 7.5rem;
  }

  .inner-s3 {
    padding-bottom: 7.5rem;
  }

  .inner-s2 .tab-cont:before {
    display: none;
  }

  .inner-s3 .item .tit {
    padding: 0 2rem;
  }

  .inner-s4 .item {
    width: 100%;
    display: block;
    margin-top: 2.5rem;
  }
  .inner-s4 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .inner-s4 .item .tit {
    width: 100%;
    padding: 1rem;
    border-color: #fff;
    background-color: #e5ecf4;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 64, 152, 0.1);
  }

  .inner-s4 .item .list {
    width: 100%;
    padding: 1rem;
    grid-column-gap: 2rem;
  }

  .inner-s4 .item .list a {
    width: 50px;
  }

  .index-wrap {
    width: 90%;
  }

  .index-s1 .item {
    height: 53vw;
  }

  .index-s1 .btns {
    display: none;
  }

  .index-s2 .item .img-box {
    height: max(200px, 27vw);
  }

  .index-s2 .item .txt-box {
    padding: 2rem 3.75rem;
  }

  .index-s2 .pagination {
    bottom: 1.5rem;
  }

  .index-s2 .items-1 {
    height: auto;
  }

  .index-s2 .item-1 a {
    padding: 3.75rem 2.5rem;
  }

  .index-s2 .items-2 {
    height: auto;
  }

  .index-s2 .item-2 a {
    padding: 3.75rem 2.5rem;
  }

  .index-s3 {
    padding: 6.25rem 0;
  }

  .index-s3 .bot-block {
    display: none;
  }

  .index-s3 .tab-cont {
    padding-bottom: 2rem;
  }

  .index-s3 .tab-cont .child {
    display: block;
  }
  .index-s3 .tab-cont .child.swiper-slide-active .date, .index-s3 .tab-cont .child.swiper-slide-active .tit, .index-s3 .tab-cont .child.swiper-slide-active p, .index-s3 .tab-cont .child.swiper-slide-active .btn, .index-s3 .tab-cont .child.swiper-slide-active .img-box {
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .index-s3 .tab-cont .child.swiper-slide-active .tit {
    animation-delay: .1s;
  }
  .index-s3 .tab-cont .child.swiper-slide-active p {
    animation-delay: .2s;
  }
  .index-s3 .tab-cont .child.swiper-slide-active .btn {
    animation-delay: .3s;
  }

  .index-s3 .tab-cont .flex {
    align-items: center;
  }

  .index-s3 .tab-cont .txt-box {
    width: calc(100% - 20rem);
  }

  .index-s3 .tab-cont .img-box {
    width: 20rem;
    height: 26.66rem;
  }

  .index-s3 .pagination {
    text-align: center;
    font-size: 0;
  }
  .index-s3 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: #ccc;
  }
  .index-s3 .pagination span:nth-of-type(1) {
    margin-left: 0;
  }
  .index-s3 .pagination span.active {
    background-color: #8c1c40;
  }

  .index-s4 {
    padding: 0 5vw;
  }

  .index-s4 .index-label {
    display: block;
  }

  .index-s4 .items {
    height: auto;
    margin-top: 2.5rem;
  }

  .index-s4 .sw {
    display: flex;
  }

  .index-s4 .item {
    border-radius: 10px;
    overflow: hidden;
  }

  .index-s4 .item .img-box {
    height: 40vw;
  }

  .index-s4 .item .show {
    display: none;
  }

  .index-s4 .item .hide {
    opacity: 1;
  }

  .index-s4 .pagination {
    text-align: center;
    margin-top: 2rem;
    font-size: 0;
  }
  .index-s4 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: #ccc;
  }
  .index-s4 .pagination span:nth-of-type(1) {
    margin-left: 0;
  }
  .index-s4 .pagination span.active {
    background-color: #8c1c40;
  }

  .index-s5 .items {
    border: 0;
    padding-bottom: 2rem;
  }

  .index-s5 .item a {
    display: block;
  }
  .index-s5 .item .img-box {
    height: 30vw;
    border-radius: 10px;
    overflow: hidden;
  }
  .index-s5 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-s5 .item .show {
    display: none;
  }
  .index-s5 .item .hide {
    margin-top: 2rem;
  }
  .index-s5 .item .hide i {
    display: none;
  }
  .index-s5 .item .hide .tit {
    font-size: 2rem;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #333;
  }
  .index-s5 .item .hide p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 1rem;
    display: none;
  }
  .index-s5 .item .hide span {
    display: block;
    width: max(120px, 11.25rem);
    line-height: max(36px, 3rem);
    text-align: center;
    border: 1px solid #8c1c40;
    font-size: 14px;
    color: #8c1c40;
    margin-top: 1.25rem;
    display: none;
  }

  .index-s5 .pagination {
    text-align: center;
    font-size: 0;
  }
  .index-s5 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: #ccc;
  }
  .index-s5 .pagination span:nth-of-type(1) {
    margin-left: 0;
  }
  .index-s5 .pagination span.active {
    background-color: #8c1c40;
  }

  .index-s6 .swiper {
    margin: 0 -5vw;
    padding: 0 5vw;
  }

  .index-s8 .bot-block {
    flex-wrap: wrap;
    padding: 5.625rem;
    grid-row-gap: 2rem;
  }

  .index-s8 .item {
    animation: none;
    padding-top: 0;
    margin-top: 0 !important;
    width: 25%;
  }

  .index-s8 .item .box {
    position: relative;
    left: auto;
    transform: none;
    margin: 0 auto;
  }

  .index-s8 .item .box:before {
    opacity: 1;
  }

  .index-s8 .item .icon {
    opacity: 1;
  }

  .index-s8 .item span {
    color: #8c1c40;
  }

  .index-s8 .item p {
    color: #8c1c40;
    margin-top: 2rem;
  }

  .index-s8 .item:after {
    display: none;
  }

  .index-s8 canvas.line {
    display: none;
  }

  .index-s9 .button {
    display: none;
  }

  .index-s9 .pagination {
    text-align: center;
    margin-top: 2rem;
    font-size: 0;
  }
  .index-s9 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: #fff;
    opacity: 0.3;
  }
  .index-s9 .pagination span:nth-of-type(1) {
    margin-left: 0;
  }
  .index-s9 .pagination span.active {
    opacity: 1;
  }

  .index-s7 .video-block:after {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .footer .top-block {
    display: block;
  }

  .footer .top-block .img-box {
    margin: 0 auto;
  }

  .footer .top-block .link {
    width: 100%;
    margin-top: 2rem;
    justify-content: center;
  }

  .footer .bot-block {
    padding: 2rem 0;
    display: block;
  }

  .footer .bot-block .copyright {
    text-align: center;
  }

  .footer .bot-block .link {
    margin-top: 1rem;
    justify-content: center;
  }

  .inner-s6 .info-box .img-box {
    width: 100%;
    height: 50vw;
  }

  .inner-s6 .info-box {
    padding-left: 0;
  }

  .inner-s6 .info-box:before {
    width: 1.2rem;
    display: none;
  }

  .inner-s6 .info-box .txt-box {
    position: static;
    transform: none;
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }

  .inner-s2 .tab-tit span {
    padding: .625rem 2rem 1.25rem;
  }

  .index-s2 .list-box {
    flex-wrap: wrap;
  }

  .index-s2 .list {
    width: calc(50% - 5px);
  }

  .index-s2 .list .show .img-box {
    height: 23vw;
  }

  .index-s2 .list .hide {
    display: none;
  }

  .index-s2 .items-1 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
  }

  .index-s2 .item-1 {
    width: calc((100% - 1rem) / 2);
  }

  .index-s2 .item-1:nth-of-type(1) .tit {
    font-size: 16px;
  }

  .index-s2 .item-1:nth-of-type(1) span.more {
    margin-top: 1.5rem;
  }

  .index-s2 .item-1:nth-of-type(1) p {
    -webkit-line-clamp: 3;
  }

  .index-s2 .items-2 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
  }

  .index-s2 .item-2 {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 640px) {
  .c-banner .tit {
    font-size: 2.4rem;
  }

  .inner-s6{
    padding-bottom: 5rem;
  }

  .inner-s6 .data-box {
    grid-column-gap: calc((100% - 240px) / 1);
    grid-row-gap: 2rem;
    margin: 2rem 0;
  }

  .inner-s6 .data {
    width: 120px;
  }

  .inner-s7{
    padding: 5rem 0;
  }

  .inner-s4{
    padding-bottom: 5rem;
  }

  .inner-s1{
    padding-bottom: 5rem;
  }

  .index-s1 .pagination {
    bottom: 1rem;
    transform-origin: center bottom;
    transform: scale(0.6);
  }

  

}