.wow-1 {
  width: 1060px;
  position: relative;
  padding: 20px 0.1px;
  font-size: 20px;
  margin-bottom: 20px;
}
.wow-1 .title {
  font-size: 34px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.wow-1 .hengtiao1 {
  background: #64cfe8;
  width: 82px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.wow-2 {
  overflow: hidden;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.wow-2 .item {
  width: 410px;
  height: 570px;
  position: relative;
  cursor: pointer;
}
.wow-2 .item.hidden {
  display: none;
}
.wow-2 img {
  width: 100%;
  height: 100%;
}
.wow-2 .title {
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 65px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
  transition: 0.6s;
  cursor: pointer;
}
.wow-2 .more {
  width: 122px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: #fff url(../assets/jiantou-1.png) no-repeat 96px center;
  font-size: 16px;
  color: #000;
  padding: 0 18px;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: pointer;
  font-weight: normal;
}
.wow-2 .bg1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s;
}

.wow-2 .item:hover .title {
  bottom: 40%;
}
.wow-2 .item:hover .more {
  background-color: #64cfe8;
  color: #fff;
}
.wow-2 .item:hover .bg1 {
  background: rgba(0, 0, 0, 0.35);
}

.m-wow-2-swiper-1-outer {
  width: 100%;
  overflow: hidden;
}
.m-wow-2-swiper-1 {
  display: none;
  width: 78vw;
  margin: 0 auto 160px;
  overflow: visible;
}
.m-wow-2-swiper-1 .swiper-slide {
  width: 74vw;
  height: 100vw;
  padding: 0 2vw;
  box-sizing: border-box;
}
.m-wow-2-swiper-1 img {
  width: 100%;
  height: 100%;
}
.m-wow-2-swiper-1 a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.m-wow-2-swiper-1 .title {
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  z-index: 5;
  left: 2vw;
  right: 2vw;
  bottom: 65px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
  transition: 0.6s;
  cursor: pointer;
}
.m-wow-2-swiper-1 .more {
  width: 190px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #fff url(../assets/jiantou-1.png) no-repeat 145px center;
  background-size: 20px auto;
  font-size: 24px;
  color: #000;
  padding: 0 22px;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: pointer;
  font-weight: normal;
}
.m-wow-2-swiper-1 .bg1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s;
}
.m-wow-2-swiper-1 .swiper-pagination {
  transform: translateY(80px);
}

.m-wow-2-swiper-1 .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #21549b;
  opacity: 1;
  margin: 0 6px;
}

.m-wow-2-swiper-1 .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #66d3e9;
}

.wow-3 {
  display: flex;
  gap: 32px;
  font-size: 20px;
  color: #000;
  flex-wrap: wrap;
}
.wow-3 .item {
  width: 410px;
  flex: 0 0 auto;
}
.wow-3 img {
  width: 410px;
  height: 272px;
  display: block;
  transition: transform 0.3s ease;
}
.wow-3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
.wow-3 .title {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  transition: color 0.3s ease;
}
/* 2025年01月07日改 - 悬浮效果 */
.wow-3 a:hover img {
  transform: scale(1.05);
}
.wow-3 a:hover .title {
  color: #66d3e9;
}

/* 2025年01月07日改 - Wow3页加载动画 */
.wow-loading {
  display: none;
  text-align: center;
  padding: 40px 0;
}
.wow-loading .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #66d3e9;
  border-radius: 50%;
  animation: wow-spin 1s linear infinite;
}
.wow-loading .loading-text {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}
@keyframes wow-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .wow-1 {
    font-size: 30px;
    margin: 0 40px 50px;
    width: auto;
    /* 以下属性 2025.12.24 修改 */
    /* padding:50px .1px 80px; */
    padding: 30px 0.1px 30px;
  }
  .wow-1 .hengtiao1 {
    width: 135px;
    height: 10px;
  }
  .wow-1.style1 {
    /* 以下属性 2025.12.24 修改 */
    /* padding:50px .1px 60px; */
    padding: 30px 0.1px 30px;
  }

  .wow-2 {
    display: none;
  }
  .wow-2 + .pub-more-outer {
    display: none;
  }

  .m-wow-2-swiper-1 {
    display: block;
    margin: 0 40px 160px 40px;
    width: auto;
  }

  .wow-3 {
    display: block;
    font-size: 30px;
  }
  .wow-3 {
    margin: 0 40px;
  }
  .wow-3 .item {
    width: 100%;
    display: flex;
    /* 以下属性 2025.12.24 修改 */
    flex-direction: column;
    /* margin-bottom:4vw; */
  }
  .wow-3 .item:last-child {
    margin-bottom: 0;
  }
  .wow-3 .item a {
    display: flex;
  }

  /* 2025.12.24 注释删除 .wow-3 img */
  /* .wow-3 img{width:38vw;height:25vw;flex:0 0 auto;margin-right:4vw;} */

  .wow-3 img {
    height: auto;
    /* 以下属性 2025.12.24 修改 */
    /* width:100%; */
    width: 290px;
    aspect-ratio: 290/193;
    margin-right: 28px;
    /* margin-bottom:4vw; */
    margin-bottom: 40px;
  }
  .wow-3 .title {
    display: block;
    margin-top: 0;
    transition: color 0.3s ease;
  }
  /* 2025年01月07日改 - 移动端悬浮效果 */
  .wow-3 a:hover img {
    transform: scale(1.03);
  }
  .wow-3 a:hover .title {
    color: #66d3e9;
  }

  .m-wow-2-swiper-1 .swiper-slide {
    padding: unset;
  }

  /* 2025.12.24 新添加 --- start */
  .m-wow-2-swiper-1 .swiper-slide {
    width: 590px;
    height: auto;
    aspect-ratio: 590/821;
  }
  .m-wow-2-swiper-1 .swiper-slide:not(:last-child) {
    margin-right: 35px;
  }
  /* 2025.12.24 新添加 --- end */

  .wow-loading .spinner {
    width: 60px;
    height: 60px;
  }

  .wow-loading .loading-text {
    margin-top: 20px;
    font-size: 24px;
  }
}
