.index-nav {
  position: relative;
  display: flex;
  gap: 0 0.1042rem;
  z-index: 100;
  padding: 0.0521rem;
  margin: 0 auto;
  margin-top: -0.4167rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 1px rgba(3, 15, 32, 0.11);
  border-radius: 10px;
}
.index-nav .icon-wrap {
  display: flex;
  align-items: center;
}
.index-nav > li {
  width: 25%;
}
.index-nav a {
  display: block;
  padding: 0.1771rem 0.1354rem;
  border-radius: 12px;
  transition: all 0.3s;
}
.index-nav img {
  width: 0.1823rem;
  height: auto;
  margin-right: 0.0521rem;
}
.index-nav .icon-active {
  display: none;
}
.index-nav .title {
  font-size: 0.0938rem;
  font-weight: bold;
  color: #333;
}
.index-nav .desc {
  margin-top: 0.1042rem;
  font-size: 0.0833rem;
}
.index-nav > li a:hover {
  background-color: #00C5DD;
  color: #fff;
}
.index-nav > li a:hover .icon {
  display: none;
}
.index-nav > li a:hover .icon-active {
  display: block;
}
.index-nav > li a:hover .title {
  color: #fff;
}
.index-nav > li a:hover .desc {
  color: #fff;
}
.notice {
  display: flex;
  margin: 0 auto;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0.2083rem;
  padding: 0.0521rem;
  background: #F5F5F5;
  border-radius: 6px;
}
.notice-icon {
  width: 0.1771rem;
  height: auto;
  margin-right: 0.1042rem;
}
.notice-link {
  display: block;
  font-size: 0.0833rem;
  color: #666;
}
.introduction-wrap {
  margin: 0.3646rem auto;
}
.main-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.3646rem;
  font-size: 0.2188rem;
  font-weight: bold;
}
.main-title span {
  display: block;
  margin-left: 0.1667rem;
  font-size: 0.125rem;
  font-weight: normal;
}
.introduction {
  display: flex;
  margin: 0 auto;
}
.intro-left .quotation {
  display: block;
  width: 0.3906rem;
  margin-bottom: 0.4167rem;
}
.intro-left .info {
  margin-bottom: 0.4167rem;
}
.intro-left .info p {
  font-size: 0.0729rem;
  line-height: 3em;
  padding-right: 0.0781rem;
  margin-bottom: 0.2083rem;
}
.intro-right {
  position: relative;
  width: 4.2708rem;
  cursor: pointer;
}
.intro-right .img-wrap {
  width: 100%;
  overflow: hidden;
}
.intro-right .weizhoudao-img {
  width: 4.2708rem;
  height: auto;
  transition: all 1s;
}
.intro-right .play-icon {
  position: absolute;
  right: 0;
  width: 0.4688rem;
  height: auto;
  bottom: 0.1719rem;
}
.intro-right:hover .weizhoudao-img {
  transform: scale(1.1);
}
.news-wrap {
  padding-bottom: 0.3646rem;
}
.news-wrap .container {
  margin: 0 auto;
}
.news-nav {
  display: flex;
  gap: 0 0.1042rem;
}
.news-nav span {
  display: block;
  cursor: pointer;
  padding: 0.0781rem 0.1042rem;
  font-size: 0.1094rem;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s;
}
.news-nav span:hover {
  background-color: #00C5DD;
  color: #fff;
}
.news-nav li.active span {
  background-color: #00C5DD;
  color: #fff;
}
.news-list {
  display: none;
  flex-wrap: wrap;
  margin: 0.2083rem 0;
  background: #F5F5F5;
  border-radius: 10px;
}
.news-list .news-item {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  flex: 0 0 50%;
  padding: 0.1302rem;
}
.news-list .date {
  font-size: 0.0729rem;
  margin-right: 0.1042rem;
}
.news-list .date span {
  font-size: 0.125rem;
  font-weight: bold;
}
.news-list a {
  display: block;
  font-size: 0.0833rem;
}
.news-list a:hover {
  color: #00C5DD;
}
.travel {
  position: relative;
  padding: 0.2083rem 0.3542rem;
  background: #EAF6FF;
}
.travel .container {
  margin: 0 auto;
}
.travel .curve {
  position: absolute;
  top: 0.9896rem;
  left: 0;
  width: 100%;
  height: auto;
}
.travel-list {
  display: flex;
  justify-content: center;
  gap: 0 0.35rem;
}
.travel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.7292rem;
  height: 0.7292rem;
  font-size: 0.0938rem;
  font-weight: bold;
  border-radius: 50%;
  border: 8px solid #EAF6FF;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.travel-item img {
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  margin-bottom: 0.0521rem;
}
.travel-item .icon-active {
  display: none;
}
.travel-item.active {
  border: 8px solid rgba(0, 0, 0, 0.18);
  background-color: #00C5DD;
  color: #fff;
}
.travel-item.active .icon-active {
  display: block;
}
.travel-item.active .icon {
  display: none;
}
.travel-item:nth-child(1) {
  transform: translateY(-0.35rem);
}
.travel-item:nth-child(2) {
  transform: translateY(-0.35rem);
}
.travel-item:nth-child(3) {
  transform: translateY(-0.2rem);
}
.travel-item:nth-child(4) {
  transform: translateY(-0.15rem);
}
.travel-item:nth-child(5) {
  transform: translateY(-0.2rem);
}
.travel-swiper {
  display: none;
  position: relative;
  overflow: hidden;
}
.travel-swiper.active {
  display: block;
}
.travel-swiper .swiper-container {
  overflow: hidden;
}
.travel-swiper .swiper-slide {
  width: 2.2917rem;
  background: #FFFFFF;
  border-radius: 10px;
}
.travel-swiper .img-wrap {
  width: 100%;
  height: 1.5313rem;
  overflow: hidden;
}
.travel-swiper .img-wrap img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.travel-swiper .swiper-slide:hover .desc {
  font-weight: bold;
}
.travel-swiper .swiper-slide:hover .img-wrap img {
  transform: scale(1.1);
}
.travel-swiper .date {
  font-size: 0.0729rem;
  padding: 0.1563rem 0.1042rem 0.0781rem 0.1563rem;
}
.travel-swiper .date span {
  font-size: 0.125rem;
  font-weight: bold;
}
.travel-swiper .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.1563rem;
  padding-bottom: 0.1563rem;
  font-size: 0.0938rem;
  color: #333;
}
.travel-swiper .more-btn {
  margin: 0.2083rem auto;
}
.spot {
  padding: 0.5208rem 0;
}
.spot .head {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.spot .head .more-btn {
  margin-left: auto;
}
.spot-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.3125rem;
}
.spot-swiper .swiper-slide {
  position: relative;
  width: 3.5417rem;
  height: 3.5417rem;
  border-radius: 10px;
  overflow: hidden;
}
.spot-swiper .img-wrap {
  width: 100%;
  height: 2.6563rem;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.spot-swiper .swiper-img {
  width: 100%;
  height: 3.5417rem;
  transition: all 0.5s ease-in-out;
}
.spot-swiper .content {
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 2.6563rem);
  background: #fff;
  padding-top: 0.1563rem;
  transition: all 0.5s ease-in-out;
}
.spot-swiper .name {
  display: flex;
  font-size: 0.125rem;
  margin-bottom: 0.1rem;
}
.spot-swiper .more-icon,
.spot-swiper .more-icon-active {
  margin-left: auto;
  width: 0.2083rem;
  height: auto;
}
.spot-swiper .icon-white {
  display: block;
  width: 0.25rem;
  margin-top: 0.3125rem;
  transition: all 0.5s ease-in-out;
}
.spot-swiper .more-icon-active {
  display: none;
}
.spot-swiper .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  /* 使用省略号 */
  overflow: hidden;
  height: 0.3292rem;
  font-size: 0.0729rem;
  line-height: 0.1563rem;
  color: #999;
}
.spot-swiper .swiper-slide-active {
  pointer-events: auto;
}
.spot-swiper .swiper-slide-active .img-wrap {
  position: absolute;
  z-index: 1;
  height: 100%;
}
.spot-swiper .swiper-slide-active .swiper-img {
  transform: scale(1.1);
}
.spot-swiper .swiper-slide-active .content {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 0.1563rem;
  padding-top: 1.875rem;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.spot-swiper .swiper-slide-active .name {
  font-weight: bold;
}
.spot-swiper .swiper-slide-active .desc {
  color: #fff;
}
.spot-swiper .swiper-slide:hover .name {
  font-weight: bold;
}
.spot-swiper .swiper-slide:hover .more-icon {
  display: none;
}
.spot-swiper .swiper-slide:hover .more-icon-active {
  display: block;
}
.spot-swiper .content:hover .icon-white {
  transform: translateX(0.125rem);
}
.spot-swiper .swiper-scrollbar {
  width: 0.8333rem;
  left: calc(50% - 0.4167rem);
  background: #F5F5F5;
  border-radius: 4px;
}
.spot-swiper .swiper-scrollbar-drag {
  background-color: #00C5DD;
}
@media screen and (max-width: 1024px) {
  .index-nav {
    padding: 0.4rem;
    flex-wrap: wrap;
    gap: 0;
  }
  .index-nav > li {
    width: 50%;
    box-sizing: border-box;
  }
  .index-nav li:nth-child(1),
  .index-nav li:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .index-nav img {
    width: 0.8rem;
  }
  .index-nav .title {
    font-size: 0.3733rem;
  }
  .index-nav .desc {
    font-size: 0.2667rem;
  }
  .notice {
    margin-top: 15px;
    padding: 15px;
    border-radius: 0;
  }
  .notice-icon {
    width: 0.64rem;
  }
  .notice-link {
    font-size: 0.32rem;
  }
  .introduction-wrap {
    margin-top: 0.5333rem auto;
    padding: 0 0.5333rem;
  }
  .main-title {
    font-size: 0.64rem;
    margin-bottom: 0.5333rem;
  }
  .main-title span {
    margin-left: 0.8rem;
    font-size: 0.32rem;
  }
  .introduction {
    flex-wrap: wrap;
  }
  .introduction .more-btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5333rem;
  }
  .intro-left .quotation {
    width: 0.8rem;
    margin-bottom: 0.5333rem;
  }
  .intro-left .info {
    margin-bottom: 0.8rem;
  }
  .intro-left .info p {
    font-size: 0.32rem;
    line-height: 2em;
  }
  .intro-right {
    width: 100%;
  }
  .intro-right .weizhoudao-img {
    width: 100%;
  }
  .intro-right .play-icon {
    right: 0.2667rem;
    bottom: 0.2667rem;
    width: 1.3333rem;
  }
  .news-wrap {
    padding: 0.8rem 0.5333rem;
  }
  .news-nav span {
    padding: 0.2667rem 0.32rem;
    font-size: 0.32rem;
  }
  .news-list {
    margin: 0.8rem 0;
  }
  .news-list .news-item {
    flex: 0 0 100%;
    padding: 0.2667rem;
  }
  .news-list .date {
    font-size: 0.2667rem;
    margin-right: 0.4rem;
    white-space: nowrap;
  }
  .news-list .date span {
    font-size: 0.3733rem;
  }
  .news-list a {
    font-size: 0.32rem;
  }
  .news-wrap .more-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .travel-swiper .swiper-container {
    margin-bottom: 2.3333rem;
  }
  .travel-list {
    flex-wrap: wrap;
    gap: 0.2667rem;
  }
  .travel-item {
    width: 27vw;
    height: 27vw;
    box-sizing: border-box;
    font-size: 0.32rem;
  }
  .travel-item .icon-active {
    width: 1.1rem;
    height: 1.1rem;
  }
  .travel-item .icon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .travel-swiper .img-wrap {
    width: 100%;
    height: 7rem;
  }
  .travel-item .img-wrap img {
    width: 1.1rem;
    height: 1.1rem;
  }
  .travel-item:nth-child(1) {
    transform: none;
  }
  .travel-item:nth-child(2) {
    transform: none;
  }
  .travel-item:nth-child(3) {
    transform: none;
  }
  .travel-item:nth-child(4) {
    transform: none;
  }
  .travel-item:nth-child(5) {
    transform: none;
  }
  .travel-swiper {
    padding: 0.5333rem 0;
  }
  .travel-swiper .date {
    padding: 0.4rem;
    font-size: 0.2667rem;
  }
  .travel-swiper .date span {
    font-size: 0.4267rem;
  }
  .travel-swiper .desc {
    padding-left: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 0.32rem;
  }
  .spot .head {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .spot-swiper .img-wrap {
    position: relative;
    height: auto;
  }
  .spot-swiper .swiper-slide-active .img-wrap {
    position: relative;
    height: auto;
  }
  .spot-swiper .swiper-img {
    height: auto;
  }
  .spot-swiper .swiper-slide {
    width: 90vw;
    height: auto;
    box-sizing: border-box;
  }
  .spot-swiper .content {
    height: auto;
  }
  .spot-swiper .swiper-slide-active .content {
    padding: 0.4rem;
    background: #fff;
    color: #333;
  }
  .spot-swiper .name {
    font-size: 0.4267rem;
    margin-bottom: 0.4267rem;
  }
  .spot-swiper .desc {
    height: auto;
    font-size: 0.32rem;
    color: #333;
    line-height: 2em;
  }
  .spot-swiper .swiper-slide-active .desc {
    font-size: 0.32rem;
    color: #333;
  }
  .spot-swiper .more-icon,
  .spot-swiper .more-icon-active {
    width: 0.6667rem;
  }
  .spot-swiper .page-prev,
  .spot-swiper .page-next {
    display: none;
  }
  .spot-swiper .swiper-scrollbar {
    width: 2.6667rem;
    left: calc(50% - 1.3333rem);
  }
}
.news-list-wrap {
  display: none;
}
.news-list-wrap.active {
  display: block;
}
.news-list {
  display: flex;
}



.travel .curve {
  top: 1.2rem;
}
.travel-list {
  margin-top: .5rem;
}
.travel-swiper .swiper-slide {
  overflow: hidden;
}
.travel-swiper .img-wrap {
  height: auto;
}
.travel-swiper .img-wrap img {
  display: block;
  height: auto;
}

img.lazy-img.lazy-loading {
  background-color: #f5f5f5;
}

.travel-swiper .date {
  display: none;
}