@charset "utf-8";

body {
  overflow-x: hidden;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner .slick-slide a .pic {
  padding-top: 100%;
}

.banner .slick-slide a .pic::before {
  content: none;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 21%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner .slick-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner .pic::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
  z-index: 1;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-slide .a {
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale .a {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.49rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0;
  width: 0.5rem;
  height: 0.03rem;
  opacity: 0.6;
  background: #FCFCFC;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #14B2CC;
  opacity: 1;
}

.banner .slick-dots li button {
  display: none;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.4rem;
}

.banner .slick-next {
  right: 0.4rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */

/* 主体样式 */
.title {
  margin-bottom: 0.26rem;
  position: relative;
}

.tit-box {
  display: flex;
  justify-content: center;
}

.tit-c h3 {
  font-family: Source Han Sans CN;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 0.58rem;
  letter-spacing: normal;
  position: relative;
}

.tit-c h3 b {
  font-family: SJxingkai-C;
  font-size: 0.58rem;
  font-weight: normal;
  line-height: 0.58rem;
  letter-spacing: -0.2em;
  color: #14B2CC;
  margin-right: 0.1rem;
}

.tit-c h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.18rem;
  width: 1rem;
  height: 0.47rem;
  background: url(../images/tit.png) no-repeat center center / 100% 100%;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #14B2CC;
  background: url(../images/more1.png) no-repeat left center / 0.24rem auto;
  padding-left: 0.34rem;
  transition: all 0.5s;
}

.more a img {
  display: block;
  width: 0.45rem;
  margin-right: 0.05rem;
}

.more a:hover {
  color: #74e856 !important;
  background-image: url(../images/more2.png) !important;
}

.title.white .tit-c h3,
.title.white .tit-c h3 b {
  color: #fff;
}

.title.white .more a {}

/* section1 */
.section1 {
  overflow: hidden;
  padding: 1rem 0;
  background: url(../images/s1-rbg.png) no-repeat right top / auto 100%;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 50%;
}

.s1-l .pic {
  padding-top: 70%;
}

.gd {
  width: 2rem;
  height: 0.6rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  position: relative;
}

.gd::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0.1rem;
  width: 100%;
  height: 100%;
  border: 1px solid #14B2CC;
  z-index: -1;
}

.gd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
  background: linear-gradient(103deg, #6cc754 0%, #5ccdf7 98%), #14B2CC;
  transition: all 0.5s;
}

.gd a img {
  display: block;
  margin-left: 0.12rem;
  width: 0.24rem;
  transition: all 0.5s;
}








.s1-r {
  width: 46.25%;
}

.s1-r p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
  text-indent: 2em;
}

.s1-r p+p {
  margin-top: 0.34rem;
}

/* section2 */
.section2 {
  padding-top: 0.9rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
  background: url(../images/s2-bg.png) no-repeat center top / 100% auto;
}

.s2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.s2 ul li {
  width: 32%;
}

.s2 ul li+li {
  margin-left: 2%;
}

.s2 ul li:first-child {
  margin-top: 1.4rem;
}

.s2 ul li:nth-child(2) {
  margin-top: 0.7rem;
}

.s2 ul li a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.302);
}

.s2 ul li a .pic {
  padding-top: 66.99%;
}

.s2 ul li a .tx {
  padding: 0.36rem 0.46rem;
  background: none no-repeat center bottom / 100% auto;
  transition: all 0.5s;
  position: relative;
}

.s2 ul li a .tx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.68rem;
  height: 0.07rem;
  background: #14B2CC;
  transition: all 0.5s;
}

.s2 ul li a .tx span {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #14B2CC;
}

.s2 ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  margin-top: 0.15rem;
}

.s2 ul li a .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.9rem;
  letter-spacing: normal;
  color: #9E9E9E;
  margin-top: 0.2rem;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding-top: 0.18rem;
  padding-bottom: 0.45rem;
  background: url(../images/s3-rbg.png) no-repeat right top / 8.62rem auto;
}

.section3 .title {
  width: 50%;
}

.section3 .tit-box {
  justify-content: flex-start;
}

.section3 .tit-box>div+div {
  margin-left: 0.2rem;
}

.section3 .tit-box>div {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.5s;
}

.section3 .tit-box>div h3 {
  font-size: 0.36rem;
}

.section3 .tit-box>div h3 b {
  font-size: 0.48rem;
}

.section3 .tit-box>div.on {
  opacity: 1;
}

.section3 .tit-box>div.on h3 {
  font-size: 0.542rem;
}

.section3 .tit-box>div.on h3 b {
  font-size: 0.58rem;
}

.section3 .more a {
  display: none;
}

.section3 .more a.on {
  display: block;
}

.s3.qh-bd {
  position: relative;
  overflow: hidden;
}

.s3.qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3.qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s3-l {
  width: 54%;
  padding-right: 0.64rem;
  position: relative;
}

.s3-l ul li a {
  display: block;
  transition: all 0.5s;
}

.s3-l ul li a .pic {
  padding-top: 63.75%;
}

.s3-l ul li a .tx {
  padding-top: 0.24rem;
}

.s3-l ul li a .tx h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}

.s3-l ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.15rem;
}

.s3-l .swiper-button {
  position: absolute;
  bottom: 1.3rem;
  right: 0;
  width: 0.64rem;
}

.s3-l .swiper-button-next,
.s3-l .swiper-button-prev {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.64rem;
  height: 0.64rem;
  background-color: rgba(0, 111, 126, 0.102);
  background-repeat: no-repeat;
  background-size: 0.39rem auto;
  background-position: center center;
  transition: all 0.5s;
}

.s3-l .swiper-button-prev {
  background-image: url(../images/s3-prev.png);
}

.s3-l .swiper-button-next {
  margin-top: 1px;
  background-image: url(../images/s3-next.png);
}

.s3-l .swiper-button-next:hover,
.s3-l .swiper-button-prev:hover {
  background-color: #14B2CC;
}

.s3-l .swiper-button-prev:hover {
  background-image: url(../images/s3-prevon.png);
}

.s3-l .swiper-button-next:hover {
  background-image: url(../images/s3-nexton.png);
}

.s3-r {
  width: 45.375%;
}

.s3-r ul li:nth-child(2) {
  margin-left: 0.45rem;
}

.s3-r ul li:nth-child(3),
.s3-r ul li:nth-child(4) {
  margin-left: 0.75rem;
}

.s3-r ul li:nth-child(5) {
  margin-left: 0.61rem;
}

.s3-r ul li+li {
  margin-top: 0.4rem;
}

.s3-r ul li a {
  display: flex;
}

.s3-r ul li a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px dashed #14B2CC;
  margin-right: 0.45rem;
  font-family: Georgia;
  color: #14B2CC;
  transition: all 0.5s;
}

.s3-r ul li a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s3-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s3-r ul li a .tx {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.s3-r ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

/* section4 */
.s45 {
  background: linear-gradient(0deg, #0000000a 0%, #00000000 100%);
}

.section4 {
  position: relative;
}

.section4 .lv {
  position: absolute;
  left: 0;
  top: -3rem;
  width: 31.25%;
  pointer-events: none;
}

.s4 .qh-tit ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s4 .qh-tit ul li {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.5rem;
  letter-spacing: normal;
  border-radius: 0.5rem;
  padding: 0 0.25rem;
  background: none;
  cursor: pointer;
}

.s4 .qh-tit ul li.on {
  color: #FFFFFF;
  background: linear-gradient(105deg, #74e856 0%, #0aa7e1 98%), #14B2CC;
}

.s4 .qh-bd {
  position: relative;
  overflow: hidden;
  margin-top: 0.42rem;
}

.s4 .qh-bd>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.s4 .qh-bd>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s4 .qh-bd ul li {
  width: 30.75%;
}

.s4 .qh-bd ul li+li {
  margin-left: 3.875%;
}

.s4 .qh-bd ul li a {
  display: block;
  background: url(../images/s4-libg.png) no-repeat center center / cover;
  padding: 0 0.35rem 0.3rem 0.5rem;
  transition: all 0.5s;
}

.s4 .qh-bd ul li a .date {
  width: 0.8rem;
  height: 0.9rem;
  background: linear-gradient(352deg, transparent 0.15rem, #14B2CC 0);
  padding-bottom: 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans CN;
  color: #FFFFFF;
  transition: all 0.5s;
}

.s4 .qh-bd ul li a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}

.s4 .qh-bd ul li a .date span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}

.s4 .qh-bd ul li a h3 {
  font-family: Source Han Sans CN;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  margin-top: 0.22rem;
  transition: all 0.5s;
}

.gd2 {
  display: inline-block;
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #14B2CC;
  background: url(../images/s4-jt1.png) no-repeat right center / 0.23rem auto;
  padding-right: 0.33rem;
  margin-top: 0.54rem;
  transition: all 0.5s;
}

/* section5 */
.section5 {
  padding: 1.1rem 0;
}

.s5 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.73rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  transition: all 0.5s;
}

.s5 ul li:nth-child(odd) a {
  clip-path: polygon(0 100%, 0 0, 100% 5%, 100% 95%);
}

.s5 ul li:nth-child(even) a {
  clip-path: polygon(0 95%, 0% 5%, 100% 0%, 100% 100%);
}


.s5 ul li.s5-1 a {
  background-image: url(../images/s5-li1.png);
}

.s5 ul li.s5-2 a {
  background-image: url(../images/s5-li2.png);
}

.s5 ul li.s5-3 a {
  background-image: url(../images/s5-li3.png);
}

.s5 ul li.s5-4 a {
  background-image: url(../images/s5-li4.png);
}

.s5 ul li a .icon {
  width: 0.6rem;
  height: 0.6rem;
}

.s5 ul li a .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.s5 ul li a h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.2rem;
}



/* section6 */
.section6 {
  padding: 1.1rem 0 0.8rem 0;
}

.s6 {
  overflow: hidden;
}

.s6>ul {
  display: flex;
  height: 5.8rem;
}

.s6>ul>li {
  position: relative;
  width: 2rem;
  overflow: visible !important;
  margin-right: 0.45rem;
}

.s6>ul>li:last-child {
  margin-right: 0;
}

.s6>ul>li .k {
  height: calc(100% - 0.2rem);
  position: relative;
  display: flex;
  padding: 0.1rem 0.1rem 0.1rem 0;
}

.s6>ul>li .tit2 {
  width: 2rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.s6>ul>li:nth-child(1) .tit2 {
  background-image: url(../images/s6-tbg1.png);
}

.s6>ul>li:nth-child(2) .tit2 {
  background-image: url(../images/s6-tbg2.png);
}

.s6>ul>li.on .tit2 {
  background-image: url(../images/s6-tbgon.png);
}

.s6>ul>li .tit2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000000;
}

.s6>ul>li.on .tit2::after {
  display: none;
}

.s6>ul>li .tit2 a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.s6>ul>li .tit2 h3 {
  font-family: sys;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
  text-shadow: 0px 0.04rem 0.1rem rgba(0, 0, 0, 0.3);
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  transition: all 0.5s;
}

.s6>ul>li .tx {
  flex: 1;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0.55rem 0.7rem 0 0.8rem;
  background: url(../images/s6-txbg.png) no-repeat center center / cover;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.2);
}

.s6>ul>li.on .tx {
  opacity: 1;
  visibility: visible;
}


.s6 .qh-tit ul {
  display: flex;
  margin-top: 0.5rem;
}

.s6 .qh-tit ul li {
  width: 16%;
  margin-right: 5%;
}

.s6 .qh-tit ul li:last-child {
  margin-right: 0;
}

.s6 .qh-tit ul li a {
  display: block;
  transition: all 0.5s;
}

.s6 .qh-tit ul li a .pic {
  padding-top: 100%;
  border-radius: 50%;
  transition: all 0.5s;
}

.s6 .qh-tit ul li a .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 0.05rem solid #14B2CC;
  opacity: 0;
  visibility: hidden;
}

.s6 .qh-tit ul li.on a {
  transform: scale(1.15);
}

.s6 .qh-tit ul li.on a .pic::after {
  visibility: visible;
  opacity: 1;
}

.s6 .qh-bd {
  position: relative;
  overflow: hidden;
}

.s6 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.s6 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s6 .qh-bd h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}

.s6 .qh-bd h3::after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.03rem;
  background: #14B2CC;
  margin-top: 0.2rem;
}

.s6 .qh-bd p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 1.5rem;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.18rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}


@media screen and (min-width: 1025px) {
  .gd a:hover {
    background: #14B2CC;
  }

  .gd a:hover img {
    margin-left: 0.2rem;
  }

  .s2 ul li:hover a .tx {
    background-image: url(../images/s2-txbg.png);
  }

  .s2 ul li:hover a .tx h3 {
    font-weight: bold;
  }

  .s2 ul li:hover a .tx::after {
    width: 100%;
    background: linear-gradient(91deg, #74e856 0%, #0aa7e1 99%);
  }

  .s3-r ul li:hover a .tx h3 {
    font-weight: bold;
    color: #14B2CC;
  }

  .s4 .qh-bd ul li:hover a {
    background-image: url(../images/s4-libg2.png);
    box-shadow: 0px 0.1rem 0.1rem 0px rgba(0, 0, 0, 0.1);
  }

  .s4 .qh-bd ul li:hover a h3 {
    color: #fff;
    font-weight: bold;
  }

  .s4 .qh-bd ul li:hover a .date {
    background: linear-gradient(352deg, transparent 0.15rem, #ffffff 0);
    color: #14B2CC;
  }

  .s4 .qh-bd ul li:hover a .gd2 {
    color: #FFFFFF;
    background-image: url(../images/s4-jt2.png);
  }

  .s5 ul li.s5-1:hover a {
    background-image: url(../images/s5-li1on.png);
  }

  .s5 ul li.s5-2:hover a {
    background-image: url(../images/s5-li2on.png);
  }

  .s5 ul li.s5-3:hover a {
    background-image: url(../images/s5-li3on.png);
  }

  .s5 ul li.s5-4:hover a {
    background-image: url(../images/s5-li4on.png);
  }
}

@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-slide a .pic {
    padding-top: 50%;
  }

  .banner .slick-list::before {
    display: none;
  }

  .banner .slick-dots {
    bottom: 0.3rem;
  }

  .banner .slick-dots li {
    width: 0.4rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .tit-c h3 b {
    font-size: 0.34rem;
    line-height: 0.34rem;
  }

  .tit-c h3::before {
    width: 0.5rem;
    height: 0.235rem;
    top: -0.06rem;
  }

  .tit-c h3::after {
    width: 0.12rem;
    height: 0.28rem;
    margin-left: 0.1rem;
  }

  .more a {
    background-size: 0.2rem auto;
    padding-left: 0.3rem;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .s1-l {
    width: 100%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r p+p {
    margin-top: 0.2rem;
  }

  .gd {
    width: 1.6rem;
    height: 0.48rem;
    margin-top: 0.2rem;
  }

  .gd a {
    font-size: 0.16rem;
  }

  .gd::before {
    top: -0.05rem;
    left: 0.05rem;
  }

  .section2 {
    padding: 0.3rem 0;
  }

  .s2 ul li {
    margin-top: 0 !important;
  }

  .s2 ul li a .tx {
    padding: 0.2rem;
  }

  .s2 ul li a .tx span {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .s2 ul li a .tx h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .s2 ul li a .tx p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .s2 ul li a .tx::after {
    height: 0.05rem;
  }

  .section3 {
    padding: 0.3rem 0;
    background: none;
  }

  .section3 .title {
    width: 100%;
  }

  .section3 .tit-box>div h3 b {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .section3 .tit-box>div h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .section3 .tit-box>div.on h3 b {
    font-size: 0.34rem;
  }

  .section3 .tit-box>div.on h3 {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .s3-l {
    width: 100%;
    padding-right: 0;
  }

  .s3-l .swiper-button {
    display: none;
  }

  .s3-l ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s3-l ul li a .tx p {
    height: auto;
  }

  .s3-r {
    width: 100%;
    margin-top: 0.25rem;
  }

  .s3-r ul li {
    margin-left: 0 !important;
  }

  .s3-r ul li+li {
    margin-top: 0.2rem;
  }

  .s3-r ul li a .date {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
  }

  .s3-r ul li a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s3-r ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s4 .qh-tit ul li {
    font-size: 0.2rem;
    line-height: 0.4rem;
    padding: 0 0.2rem;
  }

  .s4 .qh-bd {
    margin-top: 0.25rem;
  }

  .s4 .qh-bd ul li {
    width: 31.75%;
  }

  .s4 .qh-bd ul li+li {
    margin-left: 2.375%;
  }

  .s4 .qh-bd ul li a {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }

  .s4 .qh-bd ul li a .date {
    width: 0.7rem;
    height: 0.8rem;
  }

  .s4 .qh-bd ul li a .date b {
    font-size: 0.26rem;
  }

  .s4 .qh-bd ul li a .date span {
    font-size: 0.15rem;
  }

  .s4 .qh-bd ul li a h3 {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }

  .gd2 {
    margin-top: 0.2rem;
  }

  .section5 {
    padding: 0.3rem 0;
  }

  .s5 ul li a {
    height: 1.78rem;
  }

  .s5 ul li a .icon {
    width: 0.4rem;
    height: 0.4rem;
  }

  .s5 ul li a h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .section6 {
    padding: 0.3rem 0;
  }

  .s6>ul {
    height: auto;
    flex-wrap: wrap;
  }

  .s6>ul>li {
    width: 100%;
    margin-right: 0;
  }

  .s6>ul>li .k {
    display: block;
  }

  .s6>ul>li .tit2 {
    width: 100%;
    height: 0.6rem;
  }

  .s6>ul>li .tit2 h3 {
    font-size: 0.26rem;
    letter-spacing: 2px;
    writing-mode: inherit;
    -ms-writing-mode: inherit;
  }

  .s6>ul>li .tx {
    opacity: 1;
    visibility: visible;
    padding: 0.2rem 0.2rem 0.4rem;
  }

  .s6 .qh-bd h3 {
    font-size: 0.2rem;
  }

  .s6 .qh-bd h3::after {
    width: 0.4rem;
    height: 0.02rem;
    margin-top: 0.1rem;
  }

  .s6 .qh-bd p {
    height: auto;
  }

  .s6 .qh-tit ul {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 768px) {
  .section1 {
    background: none;
  }

  .s2 ul li {
    width: 100%;
  }

  .s2 ul li+li {
    margin-top: 0.25rem !important;
    margin-left: 0;
  }

  .s2 ul li a .tx h3,
  .s2 ul li a .tx p {
    height: auto;
  }

  .section3 {
    padding: 0.1rem 0 0.3rem 0;
  }

  .s4 .qh-bd ul li {
    width: 100%;
  }

  .s4 .qh-bd ul li+li {
    margin-left: 0;
    margin-top: 0.2rem;
  }

  .s6 .qh-tit ul li a .pic::after {
    border-width: 0.03rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .section2 .tit-box,
  .section4 .tit-box,
  .section5 .tit-box {
    justify-content: flex-start;
  }

  .s4 .qh-tit ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .s4 .qh-tit ul li {
    width: 48%;
    text-align: center;
  }
}