.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 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(../img/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(../img/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: 2vw;
  right: 2vw;
  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;
  margin-bottom: 60px;
}
.wow-3 .item {
  width: 410px;
  flex: 0 0 auto;
}
.wow-3 img {
  width: 410px;
  height: 272px;
  display: block;
}
.wow-3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}
.wow-3 .title {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
