main {
  width: 100%;
  overflow: hidden;
}

.mySwiper {
  width: 100%;
  height: calc(1080 * var(--vw-unit));
  max-height: 100vh;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 100%;

  transform: scale(1);
  animation: swiperSlideFadeIn 5s linear forwards;
  animation-play-state: paused;
}

.mySwiper .swiper-slide-active {
  animation-play-state: running;
}



/* 可选：隐藏非激活slide的动画（避免残留） */
.mySwiper .swiper-slide:not(.swiper-slide-active) {
  animation: none;
}


.mySwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



.swiper-pagination {
  top: initial !important;
  bottom: calc(30 * var(--vw-unit)) !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: calc(37 * var(--vw-unit));
  height: calc(20 * var(--vw-unit));
  background: url('pagination.png') no-repeat;
  background-size: 100% 100%;
  user-select: none;
  opacity: 1;
  border-radius: 0;
  margin: 0 calc(30 * var(--vw-unit)) !important;
  filter: drop-shadow(0 0 calc(3 * var(--vw-unit)) #ccc);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: url('pagination-active.png') no-repeat;
  background-size: 100% 100%;
}

.content h3 {
  text-align: center;
  line-height: 1;
  font-weight: 400;
  font-size: calc(28 * var(--vw-unit));
  padding: calc(30 * var(--vw-unit));
}

.animate-item {
  will-change: transform, opacity;
  backface-visibility: hidden;
}


.animate-active {
  animation-fill-mode: forwards !important;
  pointer-events: auto;
}

.content .btn-more {
  width: calc(154 * var(--vw-unit));
  height: calc(53 * var(--vw-unit));
  background: url('btn-border.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(18 * var(--vw-unit));
  margin: 0 auto;
  cursor: pointer;
}

.content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(20 * var(--vw-unit));
  padding: calc(30 * var(--vw-unit)) calc(30 * var(--vw-unit)) calc(20 * var(--vw-unit)) calc(30 * var(--vw-unit));
}

.content .top>.item {
  height: calc(520 * var(--vw-unit));
  position: relative;
  padding: calc(10 * var(--vw-unit));
  overflow: hidden;
  /* transform: scale(0); */
}



.content .top>.item.animate-active {
  animation-delay: calc(var(--item-index) * 0.1s);
  animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}



.display-cont .display-cont-item {
  animation-delay: calc(var(--item-index, 0) * 0.1s) !important;
  /* 给默认值，避免无 --item-index 时报错 */
}

.content .top>.item .bg {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(50 * var(--vw-unit));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}

.content .top>.item:nth-child(1),
.content .top>.item:nth-child(2) {
  width: calc((100% - (670 * var(--vw-unit))) / 2);
  min-width: 0;
  max-width: none;
  cursor: pointer;
  box-shadow: 0 0 calc(100 * var(--vw-unit)) calc(-70 * var(--vw-unit)) rgba(0, 0, 0, 1),
    0 calc(2 * var(--vw-unit)) calc(10 * var(--vw-unit)) calc(-4 * var(--vw-unit)) rgba(0, 0, 0, 0.5);
}

.content .top>.item:nth-child(1)::before,
.content .top>.item:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('huawen_03.png') no-repeat;
  background-size: 100% 100%;
  opacity: .3;
}

.content .top>.item:nth-child(1)::after,
.content .top>.item:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('xiwen_03.png') no-repeat;
  background-size: 100% 100%;
}

.content .top>.item:nth-child(1) {
  background: #872827;
  --item-index: 0;
  opacity: 0;
  transform: scale(0);
  transition: none;
}

.content .top>.item:nth-child(2) {
  background: #578791;
  --item-index: 1;
  opacity: 0;
  transform: scale(0);
  transition: none;
}
.content .top>.item:nth-child(1).animate-active{
  animation: scaleUp 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  transition: opacity 0.5s ease-out 0.6s, transform 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
}
.content .top>.item:nth-child(2).animate-active{
  animation: scaleUp 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  transition: opacity 0.5s ease-out 0.6s, transform 1s ease-out 0.6s, -webkit-transform 1s ease-out 0.6s;
}
.content .top>.item .list {
  width: 100%;
  height: 100%;
  padding: calc(20 * var(--vw-unit));
  color: #fff;
  position: relative;
  z-index: 9;
  transition: all .5s;
}


.content .top>.item .list .list-title {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.content .top>.item .list .list-title h2 {
  font: calc(28 * var(--vw-unit)) '思源宋体';
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding: 0 calc(29 * var(--vw-unit));
  ;
}

.content .top>.item .list .list-title h2::before,
.content .top>.item .list .list-title h2::after {
  content: '';
  position: absolute;
  width: calc(19 * var(--vw-unit));
  height: calc(20 * var(--vw-unit));
}

.content .top>.item .list .list-title h2::before {
  left: 0;
  top: 0;
  background: url('corner.png') no-repeat center/100% 100%;
}

.content .top>.item .list .list-title h2::after {
  right: 0;
  bottom: 0;
  background: url('corner2.png') no-repeat center/100% 100%;
}

.content .top .item .list .list-title .list-more {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: calc(20 * var(--vw-unit));
  cursor: pointer;
}
.content .top .item .list .list-title .list-more:hover{
  color: #f3eb96;
}

.content .top .item .list .list-title .list-more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(13 * var(--vw-unit));
  background: url('more-border.png') no-repeat bottom/100% 100%;
}

.content .top .item .list .list-con {
  max-height: calc(100% - (28 * var(--vw-unit)));
  overflow-y: auto;
  margin-top: calc(4 * var(--vw-unit));
}

.content .top .item .list .list-con .list-item {
  
}
.content .top .item .list .list-con .list-item a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(28 * var(--vw-unit)) 0 calc(14 * var(--vw-unit));
  border-bottom: 1px dashed rgba(255, 255, 255, .15);
  gap: calc(10 * var(--vw-unit));
  line-height: calc(18 * var(--vw-unit));
  
}

.content .top .item .list .list-con .list-item .list-item-img {
  width: calc(10 * var(--vw-unit));
  height: calc(18 * var(--vw-unit));
  background: url('corner3.png') no-repeat center center;
  background-size: 100% 100%;
}

.content .top .item .list .list-con .list-item .list-item-title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  font-size:  calc(16 * var(--vw-unit));
}
.content .top .item .list .list-con .list-item:hover{
  .list-item-img{
    background: url('corner3_on.png') no-repeat center center;
    background-size: 100% 100%;
  }
  .list-item-title,.list-item-time{
    color: #f3eb96;
    a{
      color: #f3eb96;
    }
  }
}

.content .top .item .list .list-con .list-item .list-item-time {
  width: calc(92 * var(--vw-unit));
  text-align: right;
}

.content .top .item.times {
  flex: auto;
  padding: 0;
  --item-index: 2;
  width: calc(630 * var(--vw-unit));
  min-width: 0;
  max-width: none;
  opacity: 0;
  transform: scale(0);
  transition: none;
}
.content .top .item.times.animate-active{
  animation: scaleBottom 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.times .time {
  width: calc(630 * var(--vw-unit));
  height: calc(360 * var(--vw-unit));
  padding: calc(40 * var(--vw-unit));
  background: url('time-bg.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.times .time .time-title {
  font-size: calc(32 * var(--vw-unit));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 思源宋体;
}

.times .time .time-title::after {
  content: "";
  display: block;
  width: calc(205 * var(--vw-unit));
  height: calc(16 * var(--vw-unit));
  margin: calc(6 * var(--vw-unit)) 0 calc(36 * var(--vw-unit));
  background: url('time-title-b.png') no-repeat center center;
  background-size: 100% 100%;
}

.times .time .subtitle {
  font-size: calc(20 * var(--vw-unit));
  text-align: center;
  line-height: 1;
}

.times .time .subtitle2 {
  font-size: calc(18 * var(--vw-unit));
  color: #DB2121;
  text-align: center;
  line-height: 1;
  margin-top: calc(16 * var(--vw-unit));
  margin-left: calc(-106 * var(--vw-unit));
}

.times .time .time-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(36 * var(--vw-unit));
  font-size: calc(32 * var(--vw-unit));
  font-weight: bold;
  line-height: 1;
}

.times .time .info-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.times .time .time-info p {
  font-weight: normal;
  font-size: calc(20 * var(--vw-unit));
  margin-top: calc(14 * var(--vw-unit));
}

.times .time .time-info span {
  position: relative;
  top: calc(-22 * var(--vw-unit));
  font-size: calc(50 * var(--vw-unit));
}

.times .time-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(10 * var(--vw-unit));
  margin-top: calc(10 * var(--vw-unit));
  width: calc(630 * var(--vw-unit));
}

.times .time-bottom .time-bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(150 * var(--vw-unit));
  height: calc(150 * var(--vw-unit));
}
.times .time-bottom .time-bottom-item:hover img{
animation: rotateY360 1s ease forwards;
}

.times .time-bottom .time-bottom-item:hover h3{
 transform: scale(1.15); 
}
.times .time-bottom .time-bottom-item a{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.times .time-bottom .time-bottom-item h3 {
  color: #fff;
  font-size: calc(20 * var(--vw-unit));
  padding: 0;
  margin-top: calc(20 * var(--vw-unit));
  display: block;
  width: 100%;
}

.time-bottom .time-bottom-item {
  background: no-repeat center/100% 100% var(--bg-url);
}

.time-bottom .time-bottom-item:nth-child(1) {
  --bg-url: url('time-bg-1.png');
}

.time-bottom .time-bottom-item:nth-child(1) img {
  width: calc(58 * var(--vw-unit));
  height: calc(58 * var(--vw-unit));
}

.time-bottom .time-bottom-item:nth-child(2) {
  --bg-url: url('time-bg-2.png');
}

.time-bottom .time-bottom-item:nth-child(2) img {
  width: calc(54 * var(--vw-unit));
  height: calc(58 * var(--vw-unit));
}

.time-bottom .time-bottom-item:nth-child(3) {
  --bg-url: url('time-bg-3.png');
}

.time-bottom .time-bottom-item:nth-child(3) img {
  width: calc(62 * var(--vw-unit));
  height: calc(57 * var(--vw-unit));
}

.time-bottom .time-bottom-item:nth-child(4) {
  --bg-url: url('time-bg-4.png');
}

.time-bottom .time-bottom-item:nth-child(4) img {
  width: calc(58 * var(--vw-unit));
  height: calc(57 * var(--vw-unit));
}



.content .bottom {
  height: calc(150 * var(--vw-unit));
  margin: 0 calc(30 * var(--vw-unit));
  position: relative;

  transform: translateX(100%);
  opacity: 0;

  --item-index: 3;
}
.content .bottom:hover img{
transform: scale(1.02);
cursor: pointer;
}

.content .bottom.animate-active {
  animation: scaleBottom 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.display {
  padding: calc(70 *var(--vw-unit)) calc(30 *var(--vw-unit)) 0;
}

.display h1 a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.display h1 a::before{
  width: calc(108 * var(--vw-unit));
  height: calc(40 * var(--vw-unit));
  background: url('cloud.png') no-repeat center center;
  background-size: 100% 100%;
  content: '';
  display: block;
}
.display h1 a::after{
  width: calc(108 * var(--vw-unit));
  height: calc(40 * var(--vw-unit));
  background: url('cloud2.png') no-repeat center center;
  background-size: 100% 100%;
  content: '';
  display: block;
}

.display h1 p {
  font-size: calc(46 * var(--vw-unit));
  color: #134D76;
  padding: 0 calc(20 * var(--vw-unit));
}

.display h1 img {
}

.display-cont {
  padding: calc(70 * var(--vw-unit)) calc(20 * var(--vw-unit));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.display-cont .display-cont-item {
  width: calc(412 * var(--vw-unit));
  height: calc(412 * var(--vw-unit));
  background: no-repeat center/100% 100% var(--bg-url);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(32 * var(--vw-unit));
  position: relative;
  cursor: pointer;
  animation-delay: calc(var(--item-index) * 0.1s);
  opacity: 0;
  transform: scale(0);
  transition: none;
}
.display-cont .display-cont-item a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.display-cont .display-cont-item.animate-active {
  animation: scaleUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.display-cont .display-cont-item img{
  width: calc(412 * var(--vw-unit));
  height: calc(412 * var(--vw-unit));
}

.display-cont .display-cont-item p {
  transition: transform 0.3s ease-in-out;
  position: absolute;
}

.display-cont .display-cont-item:hover p {
  transform: scale(1.15);  
}
.display-cont .display-cont-item:hover img {
  animation: rotateY360 1s ease forwards;
}



.display-cont .display-cont-item:nth-child(1).animate-active  {
  animation: scaleDown 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.display-cont .display-cont-item:nth-child(2).animate-active  {
  animation: scaleUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.display-cont .display-cont-item:nth-child(3).animate-active  {
  animation: scaleDown 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.display-cont .display-cont-item:nth-child(4).animate-active  {
  animation: scaleUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
/* .display-cont .display-cont-item::before {
  content: '';
  position: absolute;
  top: 61%;
  left: 23.5%;
  width: calc(220 * var(--vw-unit));
  height: calc(220 * var(--vw-unit));
  background: no-repeat center/100% 100% url('xiwen_03.png');
  transform: rotate(45deg) translate(-50%, -50%);
} */

.display-cont .display-cont-item a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(194 * var(--vw-unit));
  height: calc(194 * var(--vw-unit));
  background: no-repeat center/100% 100% url('display-bg5.png');
  transform: translate(-50%, -50%);
}

.display-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat center/100% 100% url('display-bg7.jpg');
  width: 100%;
  height: calc(360 * var(--vw-unit));
}

.display-bottom .display-bottom-item {
  flex: 1;
  width: calc(1 * var(--vw-unit));
  height: calc(218 * var(--vw-unit));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  transform: translateY(100%);
  opacity: 0;
}
.display-bottom .display-bottom-item a{
  width: calc(204 * var(--vw-unit));
  height: calc(204 * var(--vw-unit));
  padding: calc(42 * var(--vw-unit)) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.display-bottom .display-bottom-item.animate-active {
  animation: scaleUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.display-bottom .display-bottom-item::before {
  content: '';
  position: absolute;
  width: calc(204 * var(--vw-unit));
  height: calc(204 * var(--vw-unit));
  background: no-repeat center/100% 100% url('display-bg6.png');
}

.display-bottom .display-bottom-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(1 * var(--vw-unit));
  height: calc(218 * var(--vw-unit));
  background: no-repeat center/100% 100% url('display-line.png');
  transform: translateY(-50%);
}

.display-bottom .display-bottom-item:last-child::after {
  display: none;
}

.display-bottom .display-bottom-item img {
  width: calc(52 * var(--vw-unit));
  height: calc(52 * var(--vw-unit));
  transition: all 0.3s ease-in-out;
}

.display-bottom .display-bottom-item p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: calc(32 * var(--vw-unit));
  margin-top: calc(20 * var(--vw-unit));
  letter-spacing: calc(8 * var(--vw-unit));
  margin-right: calc(-8 * var(--vw-unit));
  transition: all 0.3s ease-in-out;
} 
.display-bottom .display-bottom-item:hover::before {
  animation: rotate360Loop 1s ease forwards;
}
.display-bottom .display-bottom-item:hover p {
  transform: scale(1.05);
}

.display-bottom .display-bottom-item:hover img {
  transform: scale(1.1);
}

.cultural {
  padding: 0 0 calc(30 * var(--vw-unit)) 0;

}

.cultural-box {
  background: no-repeat center/100% 100% url('cultural-bg.jpg');
  height: calc(1080 * var(--vw-unit));
  max-height: 100vh;
  margin: 0 calc(30 * var(--vw-unit));
  position: relative;
  overflow: hidden;
}

.cultural h1 {
  padding-top: calc(70 * var(--vw-unit));
}


@media (max-height: 768px) {
  .mySwiper {}
}