body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

body,
html {
  position: relative;
  height: 100%;
}

.left-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 20;
  background: #0f569b;
  width: 1.2rem;
  color: #fff;
  overflow: hidden;
  padding: 0.8rem 0;
  display: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.left-nav:before {
  content: '';
  position: absolute;
  width: 1px;
  top: 0.8rem;
  bottom: 0.8rem;
  background: rgba(255, 255, 255, 0.4);
  left: 50%;
  z-index: 0;
  pointer-events: none;
  /* opacity: 0; */
}

.left-nav:after {
  content: '';
  position: absolute;
  width: 0.45rem;
  height: 0.46rem;
  bottom: 0.8rem;
  background: url(../images/zflight.png) no-repeat center;
  background-size: 100% 100%;
  left: 50%;
  z-index: 0;
  pointer-events: none;
  margin-left: -0.22rem;
  opacity: 0;
}

.left-nav .hisyear {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem; */
  color: rgba(255, 255, 255, 0.4);
  user-select: none;
}

.left-nav .hisyear span {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #0f569b;
  padding: 0.1rem 0;
  z-index: 2;
}

.left-nav .hisyear-top {
  /* position: absolute; */
  /* left: 0;
  right: 0;
  top: 1rem; */
  color: rgba(255, 255, 255, 0.4);
  user-select: none;
}

.left-nav .hisyear-top span {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #0f569b;
  padding: 0.1rem 0;
  /* padding-top: 0.5rem; */
  z-index: 2;
}

.left-nav .tip {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.18rem;
  text-align: center;
  background: #0f569b;
  padding-top: 0.1rem;
  z-index: 2;
}

.left-nav .tip img {
  width: 0.11rem;
  margin-top: 0.1rem;
  animation: up 1.5s infinite;
}

.left-nav .tip.block {
  opacity: 0;
  visibility: hidden;
}

.left-nav .dot-nav {
  position: relative;
  z-index: 3;
  /* margin: 0.5rem 0; */
  margin-top: 0.2rem;
}

.left-nav .dot-nav li {
   
  text-align: center;
  padding: 0;
  cursor: pointer;
  transform: scale(0.7);
  transition: 0.3s;
  margin-bottom: 0.2rem;
}

.left-nav .dot-nav li:before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/dot.png) #19316f no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
  opacity: 0.5;
  display: none;
}

.left-nav .dot-nav li span {
  display: none;
  position: relative;
  user-select: none;
}

.left-nav .dot-nav li span:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 1);
  top: 0;
  left: 50%;
  display: none;
}

.left-nav .dot-nav li span img {
  display: block;
  margin: 0 auto 0.1rem;
  user-select: none;
}

.left-nav .dot-nav li:nth-child(2) span img {
  height: 0.23rem;
}

.left-nav .dot-nav li:nth-child(3) span img {
  height: 0.32rem;
}

.left-nav .dot-nav li:nth-child(4) span img {
  height: 0.29rem;
}

.left-nav .dot-nav li:nth-child(5) span img {
  height: 0.38rem;
}

.left-nav .dot-nav li:nth-child(6) span img {
  height: 0.41rem;
}

.left-nav .dot-nav li:nth-child(7) span img {
  height: 0.39rem;
}

.left-nav .dot-nav li span {
  display: block;
  background: #0f569b;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.left-nav .dot-nav li span:before {
  height: 0.5rem;
  transition: 0.3s 0.2s;
}

.left-nav .dot-nav li.on:before {
  opacity: 1;
}

.left-nav .dot-nav li.on {
  transform: scale(1);
}

.left-nav .dot-nav li:nth-child(1) {
  display: none;
}

.left-nav.last:after {
  opacity: 1;
}

.left-nav.sp {
  background: #980b0f;
}

.left-nav.sp .menuBtn,
.left-nav.sp .dot-nav li:before,
.left-nav.sp .dot-nav li.on span,
.left-nav.sp .hisyear span,
.left-nav.sp .hisyear-top span,
.left-nav.sp .tip {
  background-color: #980b0f;
}

.left-nav.sp .dot-nav li span {
  background-color: #980b0f;
}

.defalut {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #eee;
  overflow: hidden;
}

.defalut video {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  pointer-events: none;
}

.defalut #jump {
  position: absolute;
  z-index: 5;
  display: block;
  cursor: pointer;
  width: 1rem;
  height: 0.5rem;
  bottom: 0.3rem;
  background: #ffffff75;
  border-radius: 0.5rem;
}

.xqdt {
  padding: 3.2em 0;
}

.banner {
  position: relative;
  width: 100%;
}

.banner .swiper-slide .sc {
  -webkit-transition: 8s 1s linear;
  -webkit-transform: scale(1);
}

.banner .swiper-slide-active .sc {
  -webkit-transform: scale(1.1);
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .swiper-slide a {
  display: block;
  position: relative;
}

/*.banner .swiper-slide a:after{content:'';position:absolute;left:0;bottom:0;right:0;height:2rem;background:url(../images/blackms.png) no-repeat top center;background-size:101% 100%;z-index:2;opacity: .4;}*/
.banner .item .imgBox .img {
  padding-bottom: 0;
  height: 100vh;
  min-height: 6rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .swiDots {
  position: absolute;
  bottom: 0.5rem;
  left: auto;
  z-index: 5;
  right: 0.6rem;
  width: auto;
  text-align: center;
  z-index: 10;
  display: flex;
  align-items: center;
  display: none;
}

.banner .swiDots span {
  background: transparent;
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0;
  position: relative;
  border-radius: 0;
  position: relative;
  color: #fff;
  display: block;
  padding: 0 0.2rem;
  font-size: 16px;
}

.banner .swiDots span i {
  opacity: 0;
  display: block;
  transform: scale(0);
  transition: 0.3s;
}

.banner .swiDots span em {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -3px;
  transition: 0.3s;
}

.banner .swiDots span.active em {
  opacity: 0;
  transform: scale(0);
}

.banner .swiDots span.active i {
  opacity: 1;
  transform: scale(1);
}

.slide-video .a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: calc(100vh - 1rem);
  width: 100%;
}

.slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mouseTop {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  padding-bottom: 0.32rem;
  cursor: pointer;
}

.mouseTop span {
  display: block;
}

.mouseTop span {
  font-weight: 100;
  margin-bottom: 8px;
  font-size: 0.16rem;
}

.mouseTop img {
  height: 0.16rem;
  animation: up 2s infinite;
}

.mouseTop i {
  margin-top: 8px;
}

@media (min-width: 1279px) {
  .banner .swiDots {
    padding-right: 96px;
  }

  .banner .swiDots:after {
    position: absolute;
    width: 96px;
    height: 21px;
    background: url() no-repeat center;
    background-size: 100% 100%;
    content: '';
    right: 0;
    top: 5px;
  }

  .banner .swiDots span:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background: #fff;
    width: 100%;
    left: 0;
  }

  .banner .swiDots span:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background: #fff;
    width: 0.2rem;
    right: 0;
  }

  .banner .swiDots span.active:before {
    width: 0.15rem;
  }

  .banner .swiDots span.active:after {
    width: 0.15rem;
  }

  .banner .swiDots span:nth-child(1):before {
    display: none;
  }

  .banner .swiDots span:nth-child(1):after {
    width: 50%;
  }

  .banner .swiDots span:nth-child(1).active:after {
    width: 0.15rem;
  }
}

@media (max-width: 1300px) {
  .banner .swiDots:after {
    top: 4px;
  }
}

@media (max-width: 1024px) {
  .banner .swiper-slide a:after {
    height: 1.2rem;
  }

  .banner .item .imgBox .img {
    height: 50vw;
    min-height: inherit;
  }

  .banner .swiDots {
    bottom: 0.3rem;
  }

  .banner .swiDots span {
    font-size: 0.18rem;
    padding: 0 0.1rem;
  }

  .banner .swiper-slide .txt {
    padding: 0 0 0.3rem 0.4rem;
    color: #fff;
    font-size: 0.26rem;
  }
}

@media (max-width: 640px) {
  .banner .swiper-slide a:after {
    height: 1rem;
  }

  .banner .swiper-slide .txt {
    padding: 0 5% 0.45rem;
    color: #fff;
    font-size: 0.2rem;
    width: 100%;
    text-align: center;
    max-width: inherit;
  }

  .banner .swiDots {
    bottom: 0.15rem;
    justify-content: center;
  }

  .banner .item .imgBox .img {
    height: 55vw;
  }

  .xqzb img {
    width: 150px !important;
    height: auto !important;
  }
}

:root {
  --width: calc((100vw - 13.6rem) / 2);
}

.ani1 {
  animation: up linear 1.5s infinite;
}

.ani2 {
  animation: up linear 1.8s infinite;
}

.ani3 {
  animation: up linear 2.2s infinite;
}

.ani4 {
  animation: up linear 1.4s infinite;
}

.ani5 {
  animation: up linear 1.6s infinite;
}

.ani1s {
  animation: ups linear 2s infinite;
  opacity: 0.5;
}

.ani2s {
  animation: ups linear 1.8s infinite;
}

.ani3s {
  animation: ups linear 2.2s infinite;
}

.ani4s {
  animation: ups linear 1.4s infinite;
  opacity: 0.8;
}

.ani5s {
  animation: ups linear 1.6s infinite;
}

.ani6s {
  animation: ups linear 2.6s infinite;
}

.section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  width: 100%;
  padding-left: 1.2rem;
}

.section.homea {
  padding-left: 0;
}

.section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.section .bg img,
.section .bgs img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
  pointer-events: none;
  user-select: none;
}

.section .bg img.sp {
  height: auto;
  top: auto;
  object-fit: inherit;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.intit a span {
  position: absolute;
  color: #eacfb1;
  right: 0;
  bottom: -0.05rem;
  z-index: 3;
  white-space: nowrap;
}

.intit img {
  height: 1rem;
  user-select: none;
}

.homeb .intit {
  margin-bottom: 0.4rem;
  text-align: center;
}

.homeb .wp {
  max-width: 16rem;
}

.homeb .left {
  width: 51.5%;
  position: relative;
  top: -0.5rem;
}

.homeb .right {
  width: 46%;
  background: rgba(255, 255, 255, 0.1);

  border-radius: 16px;
  height: 100%;
}

.homeb .left .swiper-slide a {
  display: flex;
  background: #ebcfb1;
}

.homeb .left .img {
  height: 4.5rem;
  width: 55%;
}

/* 
.homeb .left .swiper-slide .img {
  height: 5rem;
  width: 60%
} */

.homeb .left .txt {
  width: 45%;
  padding: 0.5rem 0.4rem;

  background-image: url('../images/75-bg.png');
  background-repeat: no-repeat;
  background-position: 100% 80%;
  background-size: 90% 56%;
}

.homeb .left .txt time {
  color: #ae2c32;
}

.homeb .left .txt time span {
  font-size: 0.3rem;
  display: block;
  line-height: 1em;
  position: relative;
}

.homeb .left .txt time em:before {
  content: '';
  width: 1px;
  height: 0.4rem;
  background: #ae2c32;
  position: absolute;
  transform: rotate(36deg);
  left: 0;
  bottom: 0.05rem;
}

.homeb .left .txt time em {
  margin-left: 0.35rem;
  position: relative;
}

.homeb .left .txt h4 {
  font-size: 0.2rem;
  line-height: 1.4em;
  font-weight: normal;
  margin-top: 0.18rem;
}

.homeb .left .swiper-slide {
  border-radius: 16px;
}

.homeb .left .txt p {
  line-height: 1.6em;
  color: rgba(51, 51, 51, 0.6);
  margin-top: 0.18rem;
}

.homeb .left .swiBtn {
  margin: 0.4rem auto 0;
  width: 1.5rem;
  display: flex;
  justify-content: space-between;
  /* display: none; */
}

.homeb .left .swiBtn a {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: url(../images/arrbg.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 0.6rem;
  color: #f2debe;
  font-size: 0.24rem;
}

.homeb .right ul {
  padding: 0 0.35rem;
}

/* li + li {
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
} */
li + li {
  position: relative;
}

li + li::before {
  content: '';
  position: absolute;
  top: -0.5px; /* 调整位置 */
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.7) 0.03rem,
    transparent 0.03rem,
    transparent 0.06rem
  );
}

.homeb .right ul li a {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
}

.homeb .right ul li time {
  color: #eacfb1;
  width: 1rem;
}

.homec ul li time span,
.homeb .right ul li time span {
  font-size: 0.3rem;
  display: block;
  line-height: 1em;
  position: relative;
}

.homec ul li time em:before,
.homeb .right ul li time em:before {
  content: '';
  width: 1px;
  height: 0.4rem;
  background: #eacfb1;
  position: absolute;
  transform: rotate(36deg);
  left: 0;
  bottom: 0.05rem;
}

.homeb .right ul li time em {
  margin-left: 0.35rem;
  position: relative;
}

.homeb .right ul li .txt {
  width: calc(100% - 1rem);
}

.homeb .right ul li .txt h4 {
  font-size: 0.2rem;
  line-height: 1.4em;
  font-weight: normal;
  color: #fff;
  line-height: 1.4em;
}

.homeb .right ul li .txt p {
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.18rem;
}

.homeb .right ul li:hover .txt h4 {
  color: #eacfb1;
}

.homeb .right ul li:hover .txt p {
  opacity: 0.6;
  color: #eacfb1;
}

.homeb .right .wp-r {
  width: 100%;
  height: 0.3rem;
}

.homec .intit {
  margin-bottom: 0.55rem;
  text-align: right;
}

.homec .wp {
  max-width: 13.6rem;
}

.homec .hd {
  margin-bottom: 0.4rem;
}

.homec .hd ul li {
  color: #fff;
  font-size: 0.3rem;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-left: 0.35rem;
}

.homec .hd ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.12rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/dotb.png) no-repeat center;
  background-size: 100% 100%;
}

.homec .hd ul li + li {
  margin-left: 1.2rem;
}

.homec .hd ul li + li:after {
  content: '';
  position: absolute;
  right: 100%;
  border-top: 1px dashed rgba(255, 255, 255, 0.6);
  width: 1rem;
  top: 50%;
}

.homec .hd ul li.on {
  color: #eacfb1;
  padding-left: 0.5rem;
}

.homec .hd ul li.on:before {
  background: url(../images/dotbon.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
}

.homec .bd {
  /* width: calc(100% + calc((100vw - 13.6rem) / 2)) */
}

.homec .bd .tabCon {
  position: relative;
  margin-top: 1.2rem;
}

.homec .bd .tabCon:after {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.16rem;
  background: url(../images/barr.png) no-repeat center;
  background-size: 100% 100%;
  top: 1.25rem;
  right: 0;
  transform: rotate(-90deg) translateX(50%) translateY(100%);
}

.homec .bd .tabCon:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 1.25rem;
  left: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.homec .bd ul li {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  position: relative;
}

.homec .bd ul li:before {
  content: '';
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/dotb1.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homec .bd ul .on:before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/dotb1on.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homec .bd ul {
  height: 4.95rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.homec .bd ul li + li {
  /* margin-top: .25rem */
}

.homec .bd ul li .time {
  width: 1.9rem;
  color: #eacfb1;
  font-size: 0.26rem;
  
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.homec .bd ul .time .time-640 {
  display: none;
}
.homec .bd ul .on .time .geo {
  font-size: 0.5rem !important;
}

.homec .bd ul li .time .sys {
  padding-left: 0.4rem;
  position: relative;
}

.homec .bd ul li .time .geo {
  font-size: 0.38rem;
}

.homec .bd ul li .time .sys::before {
  left: 0.32rem;
}

.homec .bd ul li .txt {
  width: 2.5rem;
  height: 1.6rem;
  border-radius: 0.16rem;
  overflow: hidden;
}

.homec .bd ul li .txt a {
  display: block;
  background: url(../images/listbbg.png) no-repeat left center;
  background-size: auto 100%;
  padding: 0.2rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.homec .bd ul li .txt h4 {
  font-size: 0.2rem;
  color: #fff;
  font-weight: 400;
}

.homec .bd ul li .txt p {
  margin-top: 0.15rem;
  line-height: 1.6em;
  color: #90030b;
  height: 0.5rem;
  overflow: hidden;
}

.homec .bd ul li + li .txt p {
  display: none;
}

.homec .bd ul li.on .txt h4 {
  color: #90030b;
  font-weight: 700;
  overflow: hidden;
}

.homec .bd ul li.on .time:after {
  width: 0.27rem;
  height: 0.23rem;
  background: url(../images/dotb1on.png) no-repeat center;
  background-size: 100% 100%;
  right: -0.03rem;
}

.homec .bd ul li.on .txt a {
  /* background: url(../images/listbbgon.png) no-repeat left center; */
  /* background-size: 100% 100%; */
  background: linear-gradient(180deg, #f7c0a5 0%, #db7565 100%);
  color: #a31011;
}

.homed {
  padding-bottom: 0.5rem;
}

.homed .wp {
  max-width: 16rem;
}

.homed .intit {
  margin-bottom: 0.25rem;
  text-align: right;
}

.homed .flex .left {
  background: url('../images/bookbg.png') no-repeat;
  background-size: 100% 100%;
  width: 9rem;
  height: 6.6rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem 0.4rem;
  /* overflow: hidden; */
}

.homed .flex .left #flipbook {
  width: 100%;
  height: 100%;
}
.homed .flex .left #flipbook .page {
  width: 100%;
  height: 100%;
}
.homed .flex .left #flipbook .page .left-one {
  width: 100%;
  height: 100%;
  padding-left: 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('../images/left-page.png');
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /* background-image: url('https://sysu100.sysu.edu.cn/images/page_p.png'); */
}
.homed .flex .left #flipbook .page[ignore='1'] {
  width: 50%;
}
.homed .flex .left #flipbook .page .left-two {
  width: 100%;
  height: 100%;
  /* padding-left: 0.5rem; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('../images/right-page.png');
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.homed .flex .left #flipbook .page .left-one .left-title {
  width: 100%;

  font-weight: 800;
  font-size: 0.6rem;
  color: #991010;
  font-style: normal;
  border-bottom: 1px solid #991010;
  padding-bottom: 0.28rem;
  position: relative;
}

/* .homed .flex .left #flipbook .page .left-one,
.homed .flex .left #flipbook .page .left-two {
  flex: 1;
  box-sizing: border-box;
  flex-shrink: 0;
} */

/* .homed .flex .left #flipbook .page .left-title {

  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 800;
  font-size: 0.6rem;
  color: #991010;
  font-style: normal;
  border-bottom: 1px solid #991010;
  padding-bottom: 0.28rem;
  position: relative;
} */

.homed .flex .left #flipbook .page .left-title::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #991010;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 999px;
  transform: translate(-100%, 50%);
}

.homed .flex .left #flipbook .page .left-img-content {
  margin-top: 0.48rem;
  padding: 0.1rem;
  background-color: #fff;
  width: calc(100% - 0.35rem);
}

.homed .flex .left #flipbook .page .left-two h2 {
  padding-left: 0.35rem;
  margin-bottom: 0.32rem;
  line-height: 0.44rem;
  letter-spacing: 0.02rem;
}

.homed .flex .left #flipbook .page .left-two .desc {
  padding-left: 0.35rem;
  line-height: 0.3rem;
  letter-spacing: 0.05em;
  
  font-weight: normal;
  font-size: 0.18rem;
  color: #333333;
  text-align: left;
  min-height: 2rem;
}

.homed .flex .right {
  width: calc(100% - 9rem - 0.32rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.homed .flex .right .load-more {
  margin-top: 0.3rem;
}

.homed .flex .right ul {
  width: 100%;
  /* padding-left: 0.3rem; */
}

.homed .flex .right ul li {
  cursor: pointer;
  padding: 0.2rem 0;
  
  font-weight: normal;
  font-size: 0.22rem;
  color: #e1d4a4;
  text-align: left;
  font-style: normal;
  border-top: 1px solid rgba(225, 212, 164, 0.15);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 0.3rem;
  position: relative;
}

.homed .flex .right ul li::before {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e1d4a4;
  position: absolute;
  border-radius: 999px;
  left: 0.04rem;
}

.homed .flex .right ul li:hover, .homed .flex .right ul li.active {
  background: linear-gradient(90deg, #a41214 0%, rgba(165, 19, 20, 0.3) 100%);
  box-shadow: 0px 6px 19px 0px rgba(22, 47, 72, 0.16);
  border-radius: 10px 0px 0px 10px;
  color: #fed35d;
}

.homed .ani-year {
}

.homed .ani-year li {
  position: absolute;
}

.homed .ani-year li img {
  width: 100%;
}

.homed .ani-year li:nth-child(1) {
  width: 1.44rem;
  top: 27.5%;
  left: 10.5%;
}

.homed .ani-year li:nth-child(2) {
  width: 1.07rem;
  top: 28.5%;
  left: 24.5%;
}

.homed .ani-year li:nth-child(3) {
  width: 0.79rem;
  top: 25.5%;
  left: 72.5%;
}

.homed .ani-year li:nth-child(4) {
  width: 1.02rem;
  top: 24.5%;
  left: 88.5%;
}

.homed .ani-year li:nth-child(5) {
  width: 0.72rem;
  top: 36.5%;
  left: 84.5%;
}

.homed .ani-year li:nth-child(6) {
  width: 0.96rem;
  top: 80.5%;
  left: 28.5%;
}

.homed .ani-year li:nth-child(7) {
  width: 1.09rem;
  top: 73.5%;
  left: 78.5%;
}

.homed .slide-d .item {
  border: 0.1rem solid #e7ddb9;
}

.homed .slide-d .item a {
  display: block;
  position: relative;
}

.homed .slide-d .item .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 0 0.25rem 0.2rem;
}

.homed .slide-d .item .txt h4 {
  font-size: 0.2rem;
}

.homed .slide-d .item .txt p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6em;
  margin-top: 0.1rem;
}

.homed .slide-d .item .img {
  height: 4rem;
  background: #19316f;
}

.homed .slide-d .item .img img {
  opacity: 0.6;
}

.homed .slide-d .item .img:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  z-index: 2;
  pointer-events: none;
  background: url(../images/cmask.png) repeat-x top center;
  background-size: auto 100%;
  opacity: 0;
  transition: 0.3s;
}

.homed .slide-d .swiper-slide .box {
  transform: scale(0.5);
  transition: 0.5s;
  position: relative;
}

.homed .slide-d .swiper-slide .box .year {
  font-size: 0.3rem;
  color: #f5daaf;
  margin-bottom: 0.15rem;
  opacity: 0;
  visibility: hidden;
}

.homed .slide-d .swiper-slide .box .year span {
  font-size: 0.6rem;
  margin-right: 0.1rem;
  display: inline-block;
  line-height: 1em;
}

.homed .slide-d .swiper-slide-prev .box {
  transform-origin: 90% center;
}

.homed .slide-d .swiper-slide-next .box {
  transform-origin: 10% center;
}

.homed .slide-d .swiper-slide-active .box {
  transform: scale(1);
  padding-left: 0.5rem;
}

.homed .slide-d .swiper-slide-active .box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 0.35rem;
  height: 100%;
  background: url(../images/linec.png) no-repeat left top;
  background-size: 100% auto;
}

.homed .slide-d .swiper-slide-active .item .txt {
  opacity: 1;
  visibility: visible;
}

.homed .slide-d .swiper-slide-active .item .img:after {
  opacity: 1;
}

.homed .slide-d .swiper-slide-active .item .img img {
  opacity: 1;
}

.homed .slide-d .swiper-slide-active .box .year {
  opacity: 1;
  visibility: visible;
}

.homed .swiBtn {
  margin: 0.2rem auto 0;
  width: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.homed .swiBtn a {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: url(../images/arrbg.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 0.6rem;
  color: #f2debe;
  font-size: 0.24rem;
}

.homed .swiBtn a:hover {
  animation: beat 0.5s 1;
}

.homeb .swiBtn a:hover {
  animation: beat 0.5s 1;
}

.homed .bgs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4.8rem;
  overflow: hidden;
}

.homed .bgs img {
  width: 100vw;
  height: 5.5rem;
  z-index: 0;
  pointer-events: none;
  max-width: inherit;
}

.homed.active .bgs {
  width: 100vw;
  transition: 2s 0.3s linear;
}

.homee .intit {
  text-align: right;
  margin-bottom: 0.5rem;
}

.homee .intit img {
  height: 1.43rem;
}

.homee .box {
  max-width: 12.4rem;
  margin: 0 auto 1rem;
  width: 90%;
}

.homee .box .imgs {
  width: 47.5%;
  position: relative;
}

.homee .box .imgs ul {
  height: 4.15rem;
  background: #e8debb;
  position: relative;
  z-index: 3;
}

.homee .box .imgs:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/175.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 0;
  transform: rotate(5deg);
}

.homee .box .txts {
  width: 40%;
}

.homee .box .imgs ul li {
  transition: 0.5s;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

.homee .box .imgs ul li + li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homee .box .imgs ul li.prev {
  transform: rotate(45deg);
  transform-origin: right bottom;
  opacity: 0;
  visibility: hidden;
}

.homee .box .imgs ul li.on {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
  transition: opacity 0.3s;
}

.homee .box .imgs .img {
  height: 4.15rem;
  border: 0.1rem solid #e8debb;
}

.homee .box .txts ul li + li {
  display: none;
}

.homee .box .txts ul li .h4 {
  color: #eacfb0;
}

.homee .box .txts ul li .h4:after {
  content: '';
  height: 0.3rem;
  display: block;
  background: url(../images/lined.png) no-repeat left center;
  background-size: auto 100%;
  margin-top: 0.15rem;
}

.homee .box .txts ul li .h4 span {
  font-size: 0.5rem;
}

.homee .box .txts ul li .h4 em {
  font-size: 1rem;
}

.homee .box .txts ul li .desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8em;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  max-height: 1.88rem;
  overflow: auto;
  padding-right: 0.1rem;
  text-align: justify;
}

.homee .slide-yearp {
  position: relative;
  padding: 0 11.1111%;
}

.homee .slide-yearp .lines {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 11.1111%;
  height: 0.5rem;
  align-items: flex-end;
}

.homee .slide-yearp .linel {
  left: 0;
  top: 0;
}

.homee .slide-yearp .liner {
  right: 0;
  top: 0;
}

.homee .slide-yearp .lines span {
  display: block;
  width: 1px;
  height: 0.08rem;
  background: #df686c;
}

.homee .slide-yearp .lines span:last-child {
  opacity: 0;
}

.homee .slide-yearp .lines span:nth-child(10) {
  height: 0.18rem;
}

.homee .slide-year .line {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 0.5rem;
}

.homee .slide-year .line span {
  display: block;
  width: 1px;
  height: 0.08rem;
  background: #df686c;
  transition: 0.5s;
}

.homee .slide-year .line span:nth-child(1) {
  height: 0.18rem;
}

.homee .slide-year .line span:nth-child(10) {
  height: 0.18rem;
}

.homee .slide-year .line span:last-child {
  opacity: 0;
}

.homee .slide-year .swiper-slide {
  text-align: center;
  padding-bottom: 0.3rem;
}

.homee .slide-year .swiper-slide span.geo {
  font-size: 0.2rem;
  color: #eacfb0;
  display: block;
  margin-top: 0.2rem;
  transition: 0.3s;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(17),
.slide-year .swiper-slide-active .line span:nth-child(3) {
  height: 0.15rem;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(16),
.slide-year .swiper-slide-active .line span:nth-child(4) {
  height: 0.2rem;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(15),
.slide-year .swiper-slide-active .line span:nth-child(5) {
  height: 0.25rem;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(14),
.slide-year .swiper-slide-active .line span:nth-child(6) {
  height: 0.3rem;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(13),
.slide-year .swiper-slide-active .line span:nth-child(7) {
  height: 0.35rem;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(12),
.slide-year .swiper-slide-active .line span:nth-child(8) {
  height: 0.4rem;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(11),
.slide-year .swiper-slide-active .line span:nth-child(9) {
  height: 0.45rem;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(10) {
  height: 0.5rem;
  position: relative;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(10):after {
  content: '';
  position: absolute;
  top: 100%;
  width: 1px;
  left: 0;
  height: 0.3rem;
  background: #df686c;
  z-index: 0;
}

.homee .slide-year .swiper-slide-active .line span:nth-child(10):before {
  content: '';
  position: absolute;
  width: 0.45rem;
  height: 0.46rem;
  top: calc(100% + 0.1rem);
  background: url(../images/zflight.png) no-repeat center;
  background-size: 100% 100%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  margin-left: -0.22rem;
}

.homee .slide-year .swiper-slide-active span.geo {
  transform: translateY(0.25rem);
}

.homef {
  padding-bottom: 1rem;
}

.homef .rotateCirp {
  position: absolute;
  width: 14.4rem;
  height: 14.4rem;
  left: -9.5rem;
  top: 50%;
  margin-top: -7.2rem;
  z-index: 5;
}

.homef .rotateCirp .txtbg {
  position: absolute;
  left: 96.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 2.8rem;
  pointer-events: none;
}

.homef .rotateCirp .txtbg img {
  height: 6.32rem;
  width: 2.8rem;
  user-select: none;
}

.homef .rotateCir {
  transition: 0.8s;
  width: 100%;
  height: 100%;
  padding: 0.16rem;
}

.homef .rotateCir img {
  user-select: none;
  width: 100%;
}

.homef .rotateCir #cirsvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.homef .rotateCir #cirsvg .cls-3 {
  opacity: 0.2;
}

.homef .rotateCir #cirsvg .cls-3 .cls-1 {
  fill: #fff;
}

.homef .rotateCir #cirsvg #sq path {
  fill: rgba(72, 116, 203, 0.6);
  transition: 0.3s;
  cursor: pointer;
}

.homef .rotateCir #cirsvg #sq path.on {
  fill: rgba(0, 0, 0, 0);
}

.homef .ico-nav {
  position: absolute;
  left: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.homef .ico-nav li {
  cursor: pointer;
  padding: 0.2rem 0;
}

.homef .ico-nav li .icoCo {
  width: 0.5rem;
  height: 0.5rem;
}

.homef .ico-nav li:nth-child(3) {
  margin-left: 0.5rem;
}

.homef .ico-nav li:nth-child(2),
.homef .ico-nav li:nth-child(4) {
  margin-left: 0.3rem;
}

.homef .intit {
  text-align: right;
  margin-bottom: 0.65rem;
}

.homef .intit img {
  height: 1.38rem;
}

.homef .wp {
}

.homef .tab-f {
  width: 8.6rem;
}

.homef .slide-f-1 .img {
  height: 4rem;
}

.homef .slide-f-1.video .swiper-slide-active a:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url(../images/play2x.png) no-repeat center;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  z-index: 2;
}

.homef .slide-f-1 a {
  display: block;
  position: relative;
}

.homef .slide-f-1 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: -1px;
  z-index: 4;
  background: url(../images/15471x.png) no-repeat right center;
  background-size: auto 100%;
  padding: 0.15rem 0.2rem;
  text-align: right;
  color: #fff;
  font-size: 0.2rem;
}

.homef .slide-f-1 .txt h4 {
  font-weight: normal;
}

.homef .descs {
  position: absolute;
  left: 18.5%;
  color: #fff;
  top: 60%;
  transform: translateY(-50%);
  width: 2.8rem;
}

.homef .descs .txt + .txt {
  display: none;
}

.homef .descs h4 {
  font-size: 0.32rem;
  margin-bottom: 0.15rem;
}

.homef .descs .intro {
  text-align: justify;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.7);
}

.homef .swiBtn a.prev {
  left: 0.3rem;
}

.homef .swiBtn a.next {
  right: 0.3rem;
}

.homef .swiBtn a {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 0.58rem;
  color: #f2debe;
  font-size: 0.24rem;
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  z-index: 3;
}

.homef .swiBtn a:hover {
  animation: beat 0.5s 1;
}

.homeg .intit {
  margin-top: 0.8rem;
}
.zfjz .intit {
  margin-top: 0.2rem;
}
/* 
.homeg .intit img {
  height: 1.35rem;
} */

.intit a {
  display: inline-block;
  position: relative;
  padding-right: 0.7rem;
}
.intit1 a {
  padding-top: 0.7rem;
}
/* .homeg .intit6 {
  margin-top: -2.2rem;
} */

.homeg .page-btn {
  position: absolute;
  top: 50%;
  width: 0.84rem;
  height: 2.98rem;
  margin-top: -1.49rem;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}

.homeg .page-btn img {
  width: 100%;
}

.homeg .next {
  right: 0;
}

.homeg .prev {
  left: 1.2rem;
  display: none;
}

.homeg .txt-list .zfBtn {
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  user-select: none;
}

.homeg .txt-list .zfBtn img {
  width: 100%;
}

.homeg .txt-list .box {
  margin-top: 0.4rem;
}

.homeg .txt-list .box .bgs {
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.homeg .txt-list .wp {
  padding-bottom: 1.5rem;
}

.homeg .flex {
  position: relative;
}

.homeg .flex .zfBtn {
  position: absolute;
  z-index: 2;
  /* bottom: 0.3rem; */
  bottom: -0.3rem;
}

.homeg .intit {
  margin-bottom: 0.6rem;
}

.zfjz .intit {
  margin-bottom: 0.2rem;
}

.homeg .flex .tab-g,
.homeg .flex .right-page {
  flex: 1;
  /* height: 40vh; */
  padding-top: 0.5rem;
  position: relative;
  border-top: 1px dashed rgb(234, 207, 177, 0.3);
  margin-right: 0.5rem;
}

.homeg .flex .tab-g {
}

.homeg .flex .right-page::before,
.homeg .flex .tab-g::before {
  content: '送祝福';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  color: #ebcfb1;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  padding: 0 0.2rem 0 0.5rem;
}

.homeg .flex .second-logo {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 3px;
}

.homeg .flex .tab-g::before {
  content: '送祝福';
  background-color: #a61516;
}

.homeg .flex .right-page::before {
  content: '捐赠榜·云祝福';
  background-color: #a70c0e;
}

.homeg .flex .tab-g .box {
  height: 40vh;
}

.homeg .flex .right-page {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  width: 100%;
}

.homeg .flex .right-page .right-page-item {
  width: calc(50% - 0.15rem);
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
      height: 40%;
}

.homeg .flex .right-page .right-img-content {
  width: 100%;
  height: calc(100% - 0.45rem);
  background: #e7ddb9;
  padding: 0.1rem;
  border-radius: 8px;
}

.homeg .flex .right-page .right-img-content img {
  width: 100%;
  height: 100%;
}

.homeg .flex .right-page .ellislise {
  width: 100%;
  height: 0.45rem;
  text-align: left;
  
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homeg .txt-list .box .zf-list li {
  background: linear-gradient(180deg, #d84a40 0%, rgba(180, 42, 32, 0.48) 97%);
  border: 1px solid #f5daaf;
  border-radius: 1rem;
  padding: 0.15rem 0.3rem 0.15rem 0.45rem;
  color: #fff;
  position: absolute;
  max-width: 4rem;
  cursor: pointer;
  user-select: none;
  z-index: 2;
}

.homeg .txt-list .box .zf-list li:before {
  content: '';
  position: absolute;
  width: 0.45rem;
  height: 0.46rem;
  top: 50%;
  background: url(../images/zflight.png) no-repeat center;
  background-size: 100% 100%;
  left: 0;
  z-index: 1;
  pointer-events: none;
  margin-top: -0.23rem;
}

.homeg .txt-list .box .zf-list .zf-img {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.homeg .txt-list .box .zf-list li:nth-child(1) {
  left: 9%;
  top: 0;
}

.homeg .txt-list .box .zf-list li:nth-child(2) {
  left: -6%;
  top: 26%;
}

.homeg .txt-list .box .zf-list li:nth-child(3) {
  left: 43%;
  top: 26%;
}

.homeg .txt-list .box .zf-list li:nth-child(4) {
  left: -5%;
  top: 41%;
}

.homeg .txt-list .box .zf-list li:nth-child(5) {
  left: 35%;
  top: 55%;
}

.homeg .txt-list .box .zf-list li:nth-child(6) {
  left: -1%;
  top: 81%;
}

.homeg .txt-list .box .zf-list li:nth-child(7) {
  left: 65%;
  top: 75%;
}

.homeg .txt-list .box .zf-list li:nth-child(8) {
  left: 28%;
  top: 15%;
}

.homeg .txt-list .box .zf-list li:nth-child(9) {
  left: 16%;
  top: 68%;
}

.homeg .txt-list .box .zf-list li:nth-child(10) {
  left: 3%;
  top: 80%;
}

.homeg .txt-list .box .zf-list li:nth-child(11) {
  left: 35%;
  top: 85%;
}

.homeg .txt-list .box .zf-list li:nth-child(12) {
  left: 60%;
  top: 85%;
}

.homeg .txt-list .box .zf-list li:nth-child(13) {
  left: 38%;
  top: 55%;
}

.homeg .txt-list .box .zf-list li:nth-child(14) {
  left: 45%;
  top: 90%;
}

.homeg .txt-list .box .zf-list li:nth-child(15) {
  left: 70%;
  top: 100%;
}

.homeg .txt-list .box .zf-list li span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block\0;
  transition: 0.3s;
}

.homeg .txt-list .box .zf-list li:hover {
  animation-play-state: paused !important;
  opacity: 1;
  z-index: 10;
}

.homeg .txt-list .box .zf-list li:hover span {
  transform: scale(1.1);
}

@media (min-width: 1930px) {
  .homeg .txt-list .box .zf-list li {
    border: 2px solid #f5daaf;
  }
}

@media (min-width: 1201px) {
  /* .homeg .flex .zfBtn {
    bottom: -1.4rem;
  } */
}

@media screen and (min-width: 1025px) {
  /* .homeg .flex .zfBtn {
    bottom: -1.7rem;
  } */
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 0.65rem !important;
  }

  body,
  html {
    position: relative;
    height: auto;
    overflow-x: hidden;
  }

  .section {
    padding-left: 0;
  }

  .mouseTop {
    display: none !important;
  }

  /*.banner .swiDots{display: flex;left: .6rem;justify-content: center}*/

  .homeb {
    padding: 0.8rem 0;
  }

  .homec {
    padding: 0.8rem 0;
  }

  .homed {
    padding: 0.8rem 0;
  }

  .homee {
    padding: 0.8rem 0;
  }

  .homef {
    padding: 0.8rem 0;
  }

  .homeg {
    padding: 0.8rem 0;
  }

  .homeb .left {
    width: 100%;
    top: 0;
  }

  .homeb .right {
    width: 100%;

    margin-top: -0.2rem;
    /* margin-top: 0.3rem; */
  }

  .homed .intit {
    margin-bottom: 0.45rem;
  }

  .homed .bgs {
    width: 100vw;
  }

  .homee .slide-yearp .lines {
    display: none;
  }

  .homee .slide-yearp {
    padding: 0;
  }

  .homee .box .txts ul li .h4 span {
    font-size: 0.3rem;
  }

  .homee .box .txts ul li .h4 em {
    font-size: 0.7rem;
  }

  .homee .box .imgs {
    width: 50%;
  }

  .homef .rotateCirp {
    display: none;
  }

  .homef .ico-nav {
    left: auto;
    right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0.8rem;
    transform: translateY(0);
  }

  .homef .ico-nav li {
    padding: 0 0.2rem;
  }

  .homef .ico-nav li:nth-child(3) {
    margin-left: 0;
  }

  .homef .ico-nav li:nth-child(2),
  .homef .ico-nav li:nth-child(4) {
    margin-left: 0;
  }

  .homef .descs {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .homef .tab-f {
    width: 100%;
  }

  .homeg .txt-list .box {
  }

  .homeg .txt-list .box .zf-list {
    text-align: center;
  }

  .homeg .txt-list .box .zf-list li {
    position: static;
    display: inline-block;
    margin: 0.2rem 0.15rem 0;
  }

  .homeg .txt-list .box .bgs {
    display: none;
  }

  .homeg .txt-list .zfBtn {
    position: relative;
    margin: 0 auto;
  }

  .homeg .txt-list .wp {
    padding-bottom: 0;
  }

  .homeg .prev {
    left: 0;
  }

  .intit img {
    height: 1rem;
  }

  .homeg .intit img,
  .homef .intit img,
  .homee .intit img {
    height: 1rem;
  }

  .homef .intit,
  .homee .intit {
    text-align: center;
  }

  .homee .box .imgs .img,
  .homee .box .imgs ul {
    height: 3.55rem;
  }

  .homef .slide-f-1 .img,
  .homeg .video-list .img {
    height: 40vw;
  }

  .homeg .page-btn {
    display: none;
  }

  .homeg .tab-g > .swiper-wrapper {
    display: block;
  }

  .homeg .video-list {
    margin-top: 0.5rem;
  }

  .homec .bd {
    margin-top: -0.2rem;
    /* width: calc(100% + 5vw) */
  }

  .homec .bd ul li .txt a {
    /* padding-right: 5vw */
  }

  .homec .bd .tabCon {
    position: relative;
    margin-top: 0;
  }

  .homec .bd ul li .txt {
    width: 1.6rem;
  }
}

@media screen and (max-width: 900px) {
    .defalut{
        background:#000;
    }
  .defalut video{
      object-fit: contain;
  }
  .homeb .left .txt p {
    overflow: hidden;
  }
  .homed .flex .left #flipbook .page .left-two h2 {
    line-height: 0.2rem;
        margin-bottom: 0.2rem;
  }
  .homeg .txt-list .box {
    margin-top: 0;
  }

  .homeg .flex .right-page {
    margin-top: 5rem;
    margin-right: 0;
  }
  .homed .flex .left #flipbook .page .left-one .left-title {
    font-size: 0.2rem;
  }
  .homed .flex .left #flipbook .page .left-one {
    padding-left: 0;
  }
  .homeg .intit6 {
    margin-top: -0.2rem;
  }
  .fp-section {
    padding: 0.6rem 0.2rem !important;
  }
  .homea {
    padding: 0 !important;
  }
  .homec .bd ul .time .time-640 {
    display: block;
  }
  .homec .bd ul .on .time .geo,
  .homec .bd ul .on .time .sys,
  .homec .bd ul li .time .geo,
  .homec .bd ul li .time .sys {
    display: none;
  }

  .homeg .flex .zfBtn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.6rem;
  }

  .homee .box .imgs {
    width: 100%;
  }

  .homeb .right {
    width: 100%;
    margin-top: -0.2rem;
  }

  .homee .box .txts {
    width: 100%;
    margin-top: 0.3rem;
  }

  .homee .box .imgs .img,
  .homee .box .imgs ul {
    height: 50vw;
  }

  .homef .slide-f-1 .img,
  .homeg .video-list .img,
  .homed .slide-d .item .img {
    height: 50vw;
  }

  .homec .bd .tabCon ul {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .homec .bd .tabCon::after,
  .homec .bd .tabCon::before {
    display: none;
  }

  .homec .bd ul li {
    padding-top: 0.5rem;
  }

  .homec .bd ul li::before {
    display: none;
  }

  .homec .bd ul li .txt {
    width: 100%;
    height: 1rem;
  }

  .homec .bd ul li + li {
    margin-top: 0.2rem;
  }

  .homed .flex .right {
    width: 100%;
    margin-top: 0.45rem;
  }

  .homed .flex .left {
    height: 4rem;
    padding: 0.3rem 0.4rem;
       /*padding: 0.4rem 0.5rem;*/
  }
.homed .flex .left #flipbook .page .left-two{
    padding: 0.13rem 0;
    box-sizing: border-box;
}
  .homed .flex .left .left-title {
    font-size: 0.4rem;
  }

  .homed .flex .left .left-two h2 {
    width: 100%;
    letter-spacing: 0;
    line-height: 0.26rem;
    font-size: 0.16rem;
  }

  .homed .flex .left .left-two .desc {
    line-height: 0.24rem;
  }
}

@media screen and (max-width: 750px) {
  .homeg .txt-list .box .zf-list {
    /* max-height: 80vw; */
    height: 100%;
    overflow: auto;
    padding-right: 0.15rem;
  }
  .homec .bd ul .time .time-640 {
    display: block;
  }
  .homec .bd ul .on .time .geo,
  .homec .bd ul .on .time .sys,
  .homec .bd ul li .time .geo,
  .homec .bd ul li .time .sys {
    display: none;
  }
  .homeg .flex .right-page {
    margin-top: 1.8rem;
    padding-bottom: 0rem;
  }
  .homeg .flex .zfBtn {
    bottom: 6.4rem;
  }

  .aniIco {
    width: 1.7rem;
  }
}

@media screen and (max-width: 640px) {
  .homeb {
    padding: 0.6rem 0;
  }

  .homec {
    padding: 0.6rem 0;
  }

  .homed {
    padding: 0.6rem 0;
  }

  .homee {
    padding: 0.6rem 0;
  }

  .homef {
    padding: 0.6rem 0;
  }

  .homeg {
    padding: 0.6rem 0;
  }

  .homef .slide-f-1 .img,
  .homeg .video-list .img,
  .homed .slide-d .item .img,
  .homee .box .imgs .img,
  .homee .box .imgs ul {
    height: 55vw;
  }

  .intit a {
    padding-right: 0;
  }
  .homeb .intit1 {
    margin-bottom: 0;
  }
  .intit1 a {
    padding-top: 0;
  }

  .homeb .left {
    padding-bottom: 0;
  }
  .homeb .left .swiBtn {
    width: 2rem;
  }
  .homeg .swiBtn {
    width: 1.5rem;
    margin: 0.3rem auto 0;
    display: none;
    justify-content: space-between;
  }

  .homeg .swiBtn a.prevs {
    position: static;
    margin-top: 0;
  }

  .homeg .swiBtn a.nexts {
    position: static;
    margin-top: 0;
  }

  .homed .slide-d .item .img {
    height: 50vw;
  }

  .homed .slide-d .swiper-slide .box .year span {
    font-size: 0.5rem;
  }

  .homee .box {
    margin-bottom: 0.6rem;
  }

  .homef .swiBtn {
    width: 1.5rem;
    margin: 0.3rem auto 0;
    display: flex;
    justify-content: space-between;
  }

  .homef .swiBtn a.prev {
    position: static;
    margin-top: 0;
  }

  .homef .swiBtn a.next {
    position: static;
    margin-top: 0;
  }

  .homeg .video-list .swiper-slide-active a:before,
  .homef .slide-f-1 .swiper-slide-active a:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
  }

  .homeg .slide-letterv {
    padding-bottom: 0.1rem;
  }

  .homeg .slide-f-1 {
    padding-bottom: 0.1rem;
  }

  .intit img {
    height: auto;
  }

  .homef .intit img,
  .homee .intit img {
    height: auto;
  }

  /* .homeg .intit img {
    height: 0.8rem;
  } */

  .homeb .intit img {
    /* height: 0.7rem; */
  }

  .intit a span {
    bottom: 0.25rem;
  }

  .homef .ico-nav {
    top: 1.7rem;
    left: 0.3rem;
    right: 0.3rem;
  }

  .homef .intit {
    margin-bottom: 1.2rem;
  }

  .homec .bd ul li {
    flex-wrap: wrap;
  }

  .homec .bd ul li .time {
    width: 100%;
    margin-bottom: 0.1rem;
  }

  .homec .bd ul li .txt {
    width: 100%;
    padding-left: 0;
  }

  .homec .bd .tabCon:before,
  .homec .bd .tabCon:after,
  .homec .bd ul li .time:after {
    display: none;
  }

  .homec .bd ul {
    max-height: 100vw;
  }

  .homec .hd ul li + li {
    margin-left: 0;
  }

  .homec .hd ul li + li:after {
    display: none;
  }

  .homec .hd ul li {
    padding-left: 0;
    font-size: 0.26rem;
    margin: 0 4vw;
  }

  .homec .hd ul li.on {
    padding-left: 0.5rem;
  }

  .homec .hd ul li:before {
    display: none;
  }

  .homec .hd ul li.on:before {
    display: block;
  }

  .homeb .right ul li .txt p {
    display: none;
  }

  .homec .bd ul .time .time-640 {
    display: block;
  }
  .homec .bd ul .on .time .geo,
  .homec .bd ul .on .time .sys {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .homec .bd ul .time .time-640 {
    display: block;
  }
  .homec .bd ul .on .time .geo,
  .homec .bd ul .on .time .sys,
  .homec .bd ul li .time .geo,
  .homec .bd ul li .time .sys {
    display: none;
  }
  .homee .slide-year .swiper-slide span.geo {
    font-size: 0.24rem;
  }

  .homed .slide-d .item .txt p {
    display: none;
  }

  .homeb .left .swiper-slide a {
    flex-wrap: wrap;
  }

  .homeb .left .img {
    width: 100%;
    order: 1;
    height: 67vw;
  }

  .homeb .left .txt {
    width: 100%;
    order: 2;
    padding: 0.2rem 0.3rem 0.4rem;
    height: 3.5rem;
  }

  .homec .bd ul li .txt h4 {
    font-weight: 400;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制为2行 */
    -webkit-box-orient: vertical;
  }

  .homec .bd ul li .time {
    font-size: 0.22rem;
  }

  .homec .bd ul li .txt a {
    background: url(../images/listbbgon.png) no-repeat left center;
    background-size: auto 100%;
  }

  .homec .bd ul li .txt p {
    display: none !important;
  }

  .homec .bd ul li .txt h4 {
    color: #90030b;
  }
}

@media screen and (max-width: 480px) {
  .homec .bd ul .time .time-640 {
    display: block;
  }
  .homec .bd ul .on .time .geo,
  .homec .bd ul .on .time .sys,
  .homec .bd ul li .time .geo,
  .homec .bd ul li .time .sys {
    display: none;
  }
  .homef .ico-nav li {
    padding: 0 0.15rem;
  }

  .homec .hd ul li {
    font-size: 5.2vw;
    margin: 0 4vw;
  }
}

@media (max-width: 360px) {
}

@media (max-width: 1024px) {
  .loader .imglogo {
    top: 35%;
    width: 4.5rem;
    height: 0.67rem;
    margin-left: -2.25rem;
  }

  .loader .imglogo .mask img {
    width: 4.5rem;
    height: 0.67rem;
  }

  .fp-section {
    min-height: inherit !important;
    height: auto !important;
  }

  .zfjz .intit {
    margin-bottom: 0.5rem;
  }

  .homeg .flex .tab-g {
    margin: 0;
  }
}

.homeg.block [data-aos^='fade'][data-aos^='fade'] {
  opacity: 1;
  transform: translateZ(0);
}

/*0528*/
.countTime {
  position: absolute;
  left: 15%;
  bottom: 14%;
  width: 3.9rem;
  height: 3.9rem;
  z-index: 5;
  pointer-events: none;
  user-select: none;
}

.countTime img {
  pointer-events: none;
  user-select: none;
  width: 100%;
}

.countTime .cir {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: roted 60s linear infinite;
  display: block;
}

.countTime .days {
  display: block;
  background: url(../images/djsbg.png) repeat-x left center;
  background-size: auto 100%;
  -webkit-background-clip: text;
  color: transparent;
  background: transparent\0;
  color: #fcd1a2\0;
}

.countTime span.akz {
  position: absolute;
  left: 34%;
  top: 40%;
  z-index: 3;
  display: flex;
  align-items: center;
}

.countTime span.akz i {
  display: inline-block;
  background: url(../images/djsbg.png) repeat-x left center;
  background-size: auto 100%;
  -webkit-background-clip: text;
  color: transparent;
  background: transparent\0;
  color: #fcd1a2\0;
}

.countTime span.akz {
  color: #fcd1a2;
  font-size: 0.28rem;
}

.countTime span.akz em {
  font-size: 0.65rem;
  display: block;
  line-height: 1em;
  position: relative;
  margin-right: 0.1rem;
}

.countTime span.akz:after {
  content: '';
  position: absolute;
  top: 84%;
  left: 35%;
  transform: translateX(-50%);
  width: 1.4rem;
  height: 0.4rem;
  background: url(../images/dtbg.png) no-repeat top center;
  background-size: 100% 100%;
  z-index: 0;
  pointer-events: none;
  display: none;
}

.countTime span.time {
  position: absolute;
  color: #fcd1a2;
  font-size: 0.28rem;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: url(../images/djsbg.png) repeat-x left center;
  background-size: auto 100%;
  -webkit-background-clip: text;
  color: transparent;
  background: transparent\0;
  color: #fcd1a2\0;
}

@media (mmin-width: 1025px) {
  /*   .countTime .days{-webkit-box-reflect: below -.21rem linear-gradient(transparent,transparent 50%,rgba(255,255,255,.8));}*/
}

@media (max-width: 1024px) {
  .countTime {
    width: 24vw;
    height: 24vw;
    left: 12%;
    bottom: 0.4rem;
  }
  #pagination .prev,
  #pagination .next {
    padding: 0;
  }

  #pagination .prev-icon,
  #pagination .next-icon {
    padding: 0.11rem 0.14rem !important;
  }

  .countTime span.akz {
    font-size: 2vw;
  }

  .countTime span.akz em {
    font-size: 4.5vw;
  }

  .countTime span.time {
    font-size: 1.8vw;
  }

  .countTime span.akz em {
    margin-right: 0.5vw;
  }

  .countTime span.akz:after {
    width: 10vw;
    height: 4vw;
  }
}

@media (max-width: 640px) {
  .countTime {
    width: 28vw;
    height: 28vw;
    left: 8%;
    bottom: 0.2rem;
  }

  .countTime span.akz {
    font-size: 2.4vw;
    top: 40%;
  }

  .countTime span.akz em {
    font-size: 5.5vw;
  }

  .countTime span.time {
    font-size: 2.4vw;
    top: 65%;
  }

  .countTime span.akz em {
    margin-right: 0.5vw;
  }

  .countTime span.akz:after {
    width: 10vw;
    height: 4vw;
  }
}

.homef .model-d ul .lgfb {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.18rem 0.3rem;
  position: relative;
}

@media (min-width: 641px) {
  .homef .model-d ul .lgfb:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .homef .model-d ul .lgfb:nth-child(2n):after {
    display: none;
  }

  .homef .model-d ul .lgfb:nth-last-child(1) {
    border-bottom: 0;
  }

  .homef .model-d ul .lgfb:nth-last-child(2) {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .homef .model-d ul .lgfb:nth-last-child(1):after {
    display: none;
  }

  .homef .model-d ul .lgfb:nth-last-child(2):after {
    display: none;
  }

  .homef .model-d ul .lgfb:nth-last-child(3):after {
    display: none;
  }
}

.homef .model-e .videoBox {
  height: 4.4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 7rem;
  position: relative;
}

.homef .model-e .videoBox video {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.homef .model-e .videoBox .ctrl-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  cursor: pointer;
}

.homef .model-d .swiDots {
  text-align: center;
  margin-top: 0.2rem;
}

.homef .model-d .swiDots span {
  width: 12px;
  height: 12px;
  margin: 0 0.06rem;
}

.homef .model-d .swiDots span.active {
  opacity: 1;
}

.homef .model-d ul {
  display: flex;
  flex-wrap: wrap;
}

.homef .model-d ul li {
  width: 33.33%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.18rem 0.3rem;
  position: relative;
}

.homef .model-d ul li:after {
  content: '';
  width: 0.23rem;
  height: 0.23rem;
  /* background: url(../images/13521x.png) no-repeat center; */
  background-size: 100% 100%;
  right: -0.12rem;
  bottom: -0.12rem;
  position: absolute;
  pointer-events: none;
}

.homef .model-d ul li .num {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}

.homef .model-d ul li .num span {
  color: #eacfb1;
  font-size: 0.5rem;
  margin-right: 0.1rem;
   
}

@media (min-width: 641px) {
  .homef .model-d ul li:nth-child(3n) {
    border-right: 0;
  }

  .homef .model-d ul li:nth-child(3n):after {
    display: none;
  }

  .homef .model-d ul li:nth-last-child(1) {
    border-bottom: 0;
  }

  .homef .model-d ul li:nth-last-child(2) {
    border-bottom: 0;
  }

  .homef .model-d ul li:nth-last-child(3) {
    border-bottom: 0;
  }

  .homef .model-d ul li:nth-last-child(1):after {
    display: none;
  }

  .homef .model-d ul li:nth-last-child(2):after {
    display: none;
  }

  .homef .model-d ul li:nth-last-child(3):after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .homef .model-e .videoBox {
    height: 40vw;
  }
}

@media (max-width: 900px) {
  .homef .model-e .videoBox {
    height: 55vw;
  }
}

@media (max-width: 640px) {
  .homef .model-d ul li {
    width: 50%;
  }

  .homef .model-d ul li .num span {
    font-size: 0.4rem;
  }

  .homef .model-d ul li:nth-child(2n) {
    border-right: 0;
  }

  .homef .model-d ul li:nth-child(2n):after {
    display: none;
  }
}

/*脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮ッ兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮澝兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮γ兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮�*/
.zfPop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(143, 3, 12, 0.6);
  z-index: 88;
  backdrop-filter: blur(5px);
  overflow: auto;
  display: none;
  padding-bottom: 0.5rem;
}

.zfPop .zfPops {
  width: 3.77rem;
  height: 8.61rem;
  margin: 0 auto;
  position: relative;
}

.zfPop .zfPops button {
  background: transparent;
  cursor: pointer;
  width: 1.63rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.2rem;
}

.zfPop .popbg {
  pointer-events: none;
  user-select: none;
  width: 100%;
}

.zfPop .posBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.5rem;
  bottom: 1.2rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.zfPop .posBox .zftit {
  text-align: center;
  padding: 0 0.2rem;
  margin-bottom: 0.3rem;
  pointer-events: none;
  user-select: none;
}

.zfPop .posBox .zftit img {
  width: 70%;
  margin-top: 0.3rem;
}

.zfPop .posBox .close {
  color: #fff;
  font-size: 0.24rem;
  position: absolute;
  top: -0.8rem;
  right: 0;
  z-index: 5;
  cursor: pointer;
  display: block;
  transition: 0.3s;
}

.zfPop .posBox .close:hover {
  transform: rotate(90deg);
}

.zfPop .posBox .zftxt {
  padding: 0.2rem;
  margin-bottom: 0.3rem;
}

.zfPop .posBox .zftxt textarea {
  width: 100%;
  height: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem;
  padding: 0.1rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.6em;
  border: 1px solid #f1e3cb;
}

.zfPop .posBox .zftxt input {
  width: 100%;
  height: 0.4rem !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 0.1rem;
  padding: 0.1rem !important;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.6em;
  border: 1px solid #f1e3cb !important;
}

@media (max-width: 1024px) {
  .homec .bd ul {
    height: auto;
    max-height: inherit;
  }
}

/*0414*/
.homeg .slide-letterv {
  margin: 0.5rem auto 0;
}

.homeg .video-list .swiper-slide {
  width: 25%;
  opacity: 1;
  padding: 0.1rem;
}

.homeg .video-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.homeg .video-list .img {
  height: 2.6rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.homeg .video-list .swiper-slide a:before {
  content: '';
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/play2x.png) no-repeat center;
  background-size: 100% 100%;
  top: 45%;
  left: 50%;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  z-index: 2;
}

.homeg .video-list .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}

.homeg .video-list .txt {
  position: absolute;
  left: -1px;
  bottom: -1px;
  right: -1px;
  z-index: 4;
  background: url(../images/154711x.png) no-repeat left center;
  background-size: 100% 100%;
  padding: 0.1rem 0.2rem 0.12rem;
  color: #fff;
  font-size: 0.18rem;
  transition: 0.3s;
  border-radius: 0 0 0.1rem 0.1rem;
}

.homeg .video-list .txt h4 {
}

.homeg .slide-letterv .swiDots {
  text-align: center;
  margin-top: 0.3rem;
  padding-bottom: 0.1rem;
}

.homeg .slide-letterv .swiDots span {
  width: 12px;
  height: 12px;
  background: #eacfb1;
  margin: 0 0.1rem;
  opacity: 1;
  position: relative;
}

.homeg .slide-letterv .swiDots span:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  border: 1px dashed #eacfb1;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}

.homeg .slide-letterv .swiDots span.active:before {
  transform: scale(1);
  opacity: 1;
}

.homeg .swiBtn a.prevs {
  left: 0.5rem;
}

.homeg .swiBtn a.nexts {
  right: 0.5rem;
}

.homeg .swiBtn a {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 0.58rem;
  color: #f2debe;
  font-size: 0.24rem;
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  z-index: 3;
}

.homeg .swiBtn a:hover {
  animation: beat 0.5s 1;
}

@media (min-width: 1025px) {
  .homeg .slide-letterv .swiper-wrapper {
    height: 5.6rem;
  }

  .homeg .video-list .swiper-slide {
    height: 2.8rem;
  }
}

@media (max-width: 1024px) {
  .homeg .video-list .img {
    height: 30vw;
  }
}

@media (max-width: 640px) {
  .homeg .video-list .img {
    height: 52vw;
  }

  .homeg .video-list .txt {
    font-size: 0.2rem;
  }
}

.load-more {
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  cursor: pointer;
}

.load-more:hover {
  color: #eacfb1;
}

/* 分页样式 */
#pagination {
  margin: 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#pagination a,
#pagination span {
  display: inline-block;
  margin: 0 0.04rem;
  padding: 0.06rem 0.12rem;
  border-radius: 0.04rem;
  text-decoration: none;
  font-size: 0.14rem;
  background: #e7ddb9;
  color: #a51112;
  white-space: nowrap;
}

#pagination span {
  background: transparent;
  color: #e7ddb9;
}

#pagination a.next:hover,
#pagination a.prev:hover,
#pagination a:hover {
  background-color: #fff;
  color: #a51112;
  border-color: #fff;
}

#pagination span.current {
  background-color: #fff;
  color: #a51112;
  border-color: #fff;
  font-weight: bold;
}

#pagination a.prev,
#pagination a.next {
  background: transparent;
  color: #a51112;
  margin: 0;
  padding: 0;
}
#pagination .prev-icon,
#pagination .next-icon {
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.15rem;
  margin-top: 4px;
}
#pagination .next-icon {
  background-image: url(../images/next.png);
}

#pagination .prev,
#pagination .next {
  padding: 0;
}

#pagination .prev-icon,
#pagination .next-icon {
  padding: 0.11rem 0.14rem !important;
}

/* .zfjz {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.zfjz .flex {
  width: 100%;
  height: 0;
  flex-grow: 1;
} */