﻿@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: none !important;
  background-color: #fff;
  min-width: 0;
  font-size: 1.6rem;
}

li a:hover,
li a:hover h5 {
  color: rgba(50, 137, 119, 1) !important;
}

.img {
  overflow: hidden;
  cursor: pointer;
}

.img img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.img:hover img {
  transform: scale(1.03);
}

.zt-row {
  margin-bottom: 80px;
}

.elli-s {
  /* 超出一行显示省略号 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.elli-m {
  /* 超出两行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elli-t {
  /* 超出三行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 响应式布局 */
.zt-container {
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

.zt-container:after,
.zt-container:before {
  display: table;
  content: "";
}

.zt-container:after {
  clear: both;
}

@media (max-width: 1500px) {
  .zt-container {
    width: 1200px;
  }
}

@media (max-width:1480px) {
  .zt-container {
    width: 1170px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  .zt-container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .zt-container {
    width: 750px !important;
  }
}

@media (max-width: 768px) {
  .zt-container {
    width: auto !important;
  }
}


/* 头部 */
.zt-header {
  width: 100%;
}

.zt-header .header-bg {
  width: 100%;
}

.zt-header .header-bg img {
  width: 100%;
  display: block;
}

.zt-header .logo {
  position: absolute;
  top: 30px;
  width: 100%;
}


.zt-header .logo a {
  display: inline-block;
}

.zt-header .logo a img {
  width: 100%;
}

/* logo */
@media (max-width:768px) {
  .zt-header .logo a img {
    /* width: 50%; */
  }
}

/* 专题主体内容 */
.zt-main {}

.zt-main .mod-title {
  margin-bottom: 40px;
  text-align: center;
}

.zt-main .mod-title .title {
  display: inline-block;
  vertical-align: bottom;
}

.zt-main .mod-title img {
  display: block;
}


.show-detail {
  font-weight: 400;
  color: rgba(0, 110, 222, 1);
}

/* 活动简介 */
.hdjj-box .text {
  width: 100%;
  padding: 19px 25px;
  background-color: rgba(242, 249, 255, 1);

}

.hdjj-box .text a {
  text-align: justify;
  text-indent: 2em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 4rem;
  color: rgba(51, 51, 51, 1) !important;
}

.hdjj-box .img-box {
  width: 100%;
  position: relative;
  margin-top: 41px;
  padding: 19px;
}

.hdjj-box .img-box::before,
.hdjj-box .img-box::after {
  content: "";
  display: block;
  width: 7.91%;
  height: 61.77%;
  position: absolute;
  z-index: 1;
}

.hdjj-box .img-box::before {
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(252, 211, 152, 1) 0%, rgba(252, 211, 152, 0) 100%);
}

.hdjj-box .img-box::after {
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(117, 163, 245, 1) 0%, rgba(117, 163, 245, 0) 100%);
}

.hdjj-box .img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 602px;
}

.hdjj-box .img-box .swiper-container {
  z-index: 2;
}


.hdjj-box .img-box .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}

.hdjj-box .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  background-color: rgba(238, 194, 89, 1);
  border-radius: 0;
  opacity: 1;
}

.hdjj-box .swiper-pagination-bullet-active {
  background-color: rgba(86, 131, 214, 1);
}


/* 特色活动 */
.tshd-box {
  background-color: rgba(242, 249, 255, 1);
  padding: 80px 0;
}

.tshd-box .text {
  padding: 19px 25px;
}

.tshd-box .text a {
  font-size: 2rem;
  line-height: 4rem;
  color: rgba(51, 51, 51, 1) !important;
  text-align: justify;
  text-indent: 2em;
}

.tshd-box .img-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}

.tshd-box .img-box .img {
  width: 31.66%;
  height: 265px;
}


/* 活动照片 */
.hdzp-box {
  padding-bottom: 30px;
}

.hdzp-box .swiper-slide {
  width: 60%;
  height: 480px;
}

.hdzp-box .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.hdzp-box .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.hdzp-box .img-box .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}

.hdzp-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(238, 194, 89, 1);
  opacity: 1;
}

.hdzp-box .swiper-pagination-bullet-active {
  background-color: rgba(86, 131, 214, 1);
}








/* 整体自适应 */
@media (max-width:1280px) {
  .hdjj-box .img {
    height: 540px;
  }

  .tshd-box .img-box .img {
    height: 222px;
  }

  .hdzp-box .swiper-slide {
    width: 100%;
    height: 500px;
  }
}

@media (max-width:1200px) {
  .logo a {
    width: 25%;
  }

  .zt-header .logo {
    top: 10px;
  }
}

@media (max-width:992px) {
  .hdjj-box .img {
    height: 420px;
  }

  .tshd-box .img-box .img {
    height: 165px;
  }

  .hdzp-box .swiper-slide {
    height: 430px;
  }
}

@media (max-width:431px) {
  .zt-row {
    margin-bottom: 60px;
  }
  .zt-main .mod-title {
    margin-bottom: 20px;
  }

  .tshd-box .text,
  .hdjj-box .text{
    padding: 10px;
  }
  .tshd-box .text a,
  .hdjj-box .text a{
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  .hdjj-box .img {
    height: 246px;
  }

  .hdjj-box .swiper-pagination-bullet {
    width: 42px;
  }

  .tshd-box .img-box .img {
    width: 100%;
    height: 260px;
  }

  .tshd-box .img-box {
    gap: 20px;
  }

  .hdzp-box .swiper-slide {
    height: 260px;
  }
}