@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner-box {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  /* height: 100vh; */
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.58rem;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1.1);
}

.banner .slick-dots {
  max-width: 14.4rem;
  margin: 0 auto;
  bottom: 0.46rem;
  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.18rem;
  height: 0.18rem;
  border-radius: 50%;
  border: 0.02rem solid #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/ban-dot.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s 0.1s;
}

.banner .slick-dots li.slick-active {
  border: 1px solid transparent;
}

.banner .slick-dots li.slick-active::after {
  width: 0.28rem;
  height: 0.28rem;
  transform: translate(-50%, -50%) rotate(360deg);
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.08rem auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.6rem;
  background-image: url(../images/jdt-prev.png);
}

.banner .slick-next {
  right: 0.6rem;
  background-image: url(../images/jdt-next.png);
}

.banner:hover .slick-prev,
.banner:hover .slick-next {
  visibility: visible;
  opacity: 1;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 1);
}

/*首页样式*/

.title {
  text-align: center;
  margin-bottom: 0.48rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c .k {
  display: flex;
  align-items: center;
}

.tit-icon {
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/tit-iconbg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
}

.tit-icon img {
  display: block;
  max-width: 0.42rem;
  max-height: 0.42rem;
}

.tit-c .k h3 {
  font-size: 0.36rem;
  color: #333333;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #909090;
  padding-left: 0.3rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.more a::after {
  content: '';
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/ban-dot2.png) no-repeat left center;
  background-size: 100% auto;
}

.more a:hover {
  color: #C02125;
}

.more a:hover::after {
  animation: play 3s linear infinite;
}

.title.white .tit-c .k h3 {
  color: #fff;
}

.title.white .more a::after {
  background: url(../images/ban-dot3.png) no-repeat left center;
  background-size: 100% auto;
}

.title.white .more a {
  color: #E8D2C2;
}

.title.white .more a:hover {
  color: #fff;
}

/*主体*/
.section0 {
  background: url(../images/section0-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section0 .wp {
  padding: 0.5rem 0;
}

.search2 {
  width: 100%;
  max-width: 14rem;
  margin: 0 auto;
  height: 0.9rem;
  line-height: 0.9rem;
  background: #F6F4F5;
  position: relative;
  z-index: 1;
}

.search2 .text {
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 2.76rem;
  height: 0.9rem;
  font-size: 0.24rem;
  background: none;
  color: #333;
}

.search2 .button {
  width: 2.56rem;
  height: 0.9rem;
  background: #960121 url(../images/fdj-in.png) no-repeat 0.84rem center;
  background-size: 0.31rem auto;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  padding-left: 0.41rem;
  font-size: 0.24rem;
  color: #fff;
  border-radius: 0 0.1rem 0.1rem 0;
}

.search2 input::-webkit-input-placeholder {
  color: #909090;
}

.search2 input::-moz-input-placeholder {
  color: #909090;
}

.search2 input::-ms-input-placeholder {
  color: #909090;
}

/* section1 */
.section1 {
  padding: 0.6rem 0 0.88rem 0;
  background: #F6F4F5;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section1 .s1-lpic,
.section1 .s1-rpic {
  position: absolute;
  top: 0;
  display: block;
}

.section1 .s1-lpic {
  left: 0;
  width: 23.28%;
}

.section1 .s1-rpic {
  right: 0;
  width: 39.58%;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: flex-start; */
}

.jdt {
  width: 49.6%;
}

.jdt ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.jdt ul li a .pic {
  padding-top: 65.86%;
  border-radius: 0.3rem;
}

.jdt ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28.57%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.jdt ul li a .tx {
  margin: -0.6rem 0.25rem 0 0.25rem;
  padding: 0.26rem 0.45rem;
  border-radius: 0.2rem;
  height: 1.5rem;
  background: #B72024;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
}

.jdt ul li a .tx .date {
  margin-left: 0.8rem;
  text-align: center;
  font-family: Arial;
  color: #FFFFFF;
}

.jdt ul li a .tx .date b {
  font-size: 0.46rem;
  line-height: 0.46rem;
}

.jdt ul li a .tx .date span {
  display: block;
  font-size: 0.2rem;
  line-height: 0.32rem;
}

.jdt ul li a .tx h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #fff;

}

.jdt .slick-dots {
  width: auto;
  text-align: center;
  font-size: 0;
  left: 1.1rem;
  bottom: 0.3rem;
}

.jdt .slick-dots li {
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: solid 1px #fff;
  margin: 0 0.065rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.jdt .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/jdt-dot.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s 0.1s;
}

.jdt .slick-dots li.slick-active {
  border: 1px solid transparent;
}

.jdt .slick-dots li.slick-active::after {
  width: 0.16rem;
  height: 0.16rem;
  transform: translate(-50%, -50%) rotate(360deg);
}

.jdt .slick-dots li button {
  display: none;
}

.jdt .slick-prev,
.jdt .slick-next {
  top: auto;
  bottom: 0.24rem;
  width: 0.23rem;
  height: 0.11rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: all 0.5s;
}

.jdt .slick-prev {
  left: 0.7rem;
  background-image: url(../images/jdt-prev1.png);
}

.jdt .slick-next {
  right: auto;
  left: 2.5rem;
  background-image: url(../images/jdt-next1.png);
}

.jdt .slick-prev:hover {
  background-image: url(../images/jdt-prev1on.png);
}

.jdt .slick-next:hover {
  background-image: url(../images/jdt-next1on.png);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-dots li::after {
    transform: none;
    margin-top: -0.14rem;
    margin-left: -0.14rem;
  }

  .banner .slick-dots li.slick-active::after {
    transform: rotate(360deg);
  }

  .jdt .slick-dots li::after {
    transform: none;
    margin-top: -0.08rem;
    margin-left: -0.08rem;
  }

  .jdt .slick-dots li.slick-active::after {
    transform: rotate(360deg);
  }
}

.s1-r {
  width: 48.86%;
  border-radius: 0.25rem;
  background: #FFFFFF url(../images/s1-rbg.png) no-repeat 95% bottom;
  background-size: 51.56% auto;
  padding: 0.4rem 0.56rem;
}

.gg-list a {
  display: flex;
  /* align-items: center; */
}

.gg-list a .date {
  width: 1rem;
  height: 1.3rem;
  text-align: center;
  border: 1px solid #DBDBDB;
  border-radius: 0.1rem;
  margin-right: 0.25rem;
  font-family: Arial;
  overflow: hidden;
}

.gg-list a .date .y {
  background: #B50007;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #FFFFFF;
}

.gg-list a .date .b b {
  display: block;
  font-size: 0.4rem;
  color: #B50007;
  margin-top: 0.1rem;
}

.gg-list a .date .b span {
  display: block;
  font-size: 0.16rem;
  color: #BCBCBC;
}

.s1-rtt a {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
  z-index: 1;
}

.gg-list a .tx {
  flex: 1;
  min-width: 0;
}

.gg-list a .tx h3 {
  font-size: 0.22rem;
  line-height: 0.36rem;
  max-height: 1.08rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.gg-list a .tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.78rem;
  color: #A4A4A4;
  margin-top: 0.15rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s1-r li a {
  display: block;
  line-height: 0.84rem;
  border-bottom: 1px solid #DBDBDB;
  font-size: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 1;
  left: 0;
  transition: all 0.5s;
}

.s1-r li a::after,
.s1-rtt a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #B50007;
  transition: all 0.5s;
}

.s1-r ul li:hover a {
  left: 0.05rem;
}

.s1-r ul li:hover a::after,
.s1-rtt a:hover::after {
  width: 100%;
}

/* 模块2 */
.section23 {
  background: #F6F4F5;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.s23-rimg {
  display: block;
  position: absolute;
  right: 0;
  top: -1.5rem;
  width: 47.55%;
}

.section2 {
  overflow: hidden;
}

.section2 .title {
  margin-bottom: 0;
}

.s2-c {
  width: calc((100vw - 15rem)/2 + 100%);
  position: relative;
}

.s2-c ul li {
  padding: 0.5rem 0;
}

.s2-c ul li a {
  align-items: center;
  border-radius: 0.15rem;
  background: #FFFFFF;
  padding: 0.3rem 0.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-c ul li:hover a {
  box-shadow: 0.11rem 0.2rem 0.39rem 0px rgba(121, 121, 121, 0.3);
}

.s2-c ul li.swiper-slide-active+li+li+li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, #FFFFFF 31%, rgba(255, 255, 255, 0) 100%);
}

.s2-c ul li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.34rem;
  max-height: 1.02rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.s2-c .swiper-button-prev,
.s2-c .swiper-button-next {
  width: 0.56rem;
  height: 0.56rem;
}

.s2-c .swiper-button-prev span,
.s2-c .swiper-button-next span {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0.04rem 0.1rem 0px #C5C5C5;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.2rem auto;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-c .swiper-button-prev {
  left: -0.82rem;
}

.s2-c .swiper-button-next {
  right: 0.33rem;
}

.s2-c .swiper-button-prev span {
  background-image: url(../images/s2-prev.png);
}

.s2-c .swiper-button-next span {
  background-image: url(../images/s2-next.png);
}

.s2-c .swiper-button-prev:hover span {
  background-color: #B72024;
  background-image: url(../images/s2-prevon.png);
}

.s2-c .swiper-button-next:hover span {
  background-color: #B72024;
  background-image: url(../images/s2-nexton.png);
}

.s2-c .swiper-button-prev::before,
.s2-c .swiper-button-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #B72024;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}

@keyframes play3 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

.s2-c .swiper-button-prev:hover::before,
.s2-c .swiper-button-next:hover::before {
  animation: play3 1.5s infinite;
  transform-origin: center;
}


/* 模块3 */
.section3 {
  padding: 0.47rem 0 1.19rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.s3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-c .title {
  text-align: left;
  margin-bottom: 0.3rem;
}

.s3-l {
  width: 51%;
}

.s3-l ul {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.15rem;
  overflow: hidden;
}

.s3-l ul li {
  width: 50%;
  background: #fff;
  box-shadow: 0px 0.06rem 0.37rem 0px rgba(0, 0, 0, 0.05);
}

.s3-l ul li a {
  display: block;
  padding: 0.45rem 0.3rem 0.3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.s3-l ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 1.52rem;
  height: 1rem;
  background: url(../images/s2-libg.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s3-l ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 0.02rem solid #B72024;
  transition: all 0.5s;
}

.s3-l ul li a .date {
  font-family: Arial;
  font-size: 0.16rem;
  color: #C2C2C2;
  line-height: 1;
}

.s3-l ul li a .date b {
  font-size: 0.28rem;
  color: #353535;
  transition: all 0.5s;
}

.s3-l ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #353535;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.19rem;
  transition: all 0.5s;
}

.s3-l ul li a p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  height: 0.44rem;
  color: rgba(102, 102, 102, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

.s3-l ul li a .gd {
  text-align: right;
  margin-top: 0.18rem;
}

.s3-l ul li a .gd span {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #D8D8D8;
  border-radius: 50%;
  background-image: url(../images/s2-nexton.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.2rem auto;
  transition: all 0.5s;
}

.s3-l ul li:hover a::before {
  right: 0.15rem;
}

.s3-l ul li:hover a::after {
  width: 100%;
}

.s3-l ul li:hover a .date b,
.s3-l ul li:hover a h3 {
  color: #B72024;
}

.s3-l ul li:hover a .gd span {
  background-color: #B72024;
}

.s3-r {
  width: 42.53%;
}

.s3-r ul li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.32rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.s3-r ul li:first-child a {
  padding-top: 0;
}

.s3-r ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #B72024;
  transition: all 0.5s;
}

.s3-r ul li a .date {
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #9E9E9E;
  background: url(../images/s3-rtime1.png) no-repeat left center;
  background-size: 0.16rem auto;
  padding-left: 0.26rem;
  transition: all 0.5s;
}

.s3-r ul li a .box {
  display: flex;
  align-items: center;
  margin-top: 0.07rem;
}

.s3-r ul li a .box h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.32rem;
  height: 0.64rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #353535;
  transition: all 0.5s;
}

.s3-r ul li a .box .gd {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-image: url(../images/s2-next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.2rem auto;
  margin-left: 0.8rem;
  transition: all 0.5s;
}

.s3-r ul li:hover a::after {
  width: 100%;
}

.s3-r ul li:hover a .date {
  color: #B72024;
  background: url(../images/s3-rtime2.png) no-repeat left center;
  background-size: 0.16rem auto;
}

.s3-r ul li:hover a .box h3 {
  color: #B72024;
}

.s3-r ul li:hover a .box .gd {
  background-color: #B72024;
  background-image: url(../images/s2-nexton.png);
}
.s3-r .glpt{}
.s3-r .glpt a{}
.s3-r .glpt a img{
    width: 100%;
}
/* 模块4 */
.section4 {
  padding: 0.93rem 0 0.88rem 0;
  background: url(../images/section4-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.s4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4-c .box {
  width: 30.66%;
}

.s4-c .box .title {
  text-align: left;
  margin-bottom: 0.2rem;
}

.s4-c ul li a {
  display: flex;
  padding: 0.45rem 0;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  z-index: 1;
}

.s4-c ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #B72024;
  transition: all 0.5s;
}

.s4-c ul li a .date {
  margin-right: 0.4rem;
}

.s4-c ul li a .date b {
  display: block;
  font-family: Bebas;
  font-size: 0.32rem;
  line-height: 1;
  color: #B72024;
}

.s4-c ul li a .date span {
  display: block;
  font-family: Arial;
  font-size: 0.14rem;
  line-height: 1;
  color: #9E9E9E;
  margin-top: 0.1rem;
}

.s4-c ul li a h3 {
  flex: 1;
  min-width: 0;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  line-height: 0.26rem;
  max-height: 0.52rem;
  color: #353535;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s4-c ul li:hover a::after {
  width: 100%;
}

.s4-c ul li:hover a h3 {
  color: #B72024;
}

/* 模块5 */
.section5 {
  padding: 0.82rem 0 0 0;
  overflow: hidden;
  position: relative;
  background: #F6F4F5 url(../images/section5-bg.jpg) no-repeat center top;
  background-size: 100% 80%;
}

.s5-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5-c .pic {
  border-radius: 0.16rem;
}

.s5-c .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.s5-c .bf {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 0.02rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 0;
  z-index: 1;
}

.s5-c .bf img {
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  position: static;
}

.s5-c li a {
  display: block;
  position: relative;
  z-index: 1;
}

.s5-c li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.2rem 0.3rem 0.36rem;
}

.s5-c li a .tx h3 {
  font-size: 0.22rem;
  color: #fff;
}

.s5-l {
  width: 31.73%;
}

.s5-l .pic {
  padding-top: 153.36%;
}

.s5-r {
  width: 67.06%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.s5-r ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5-r ul:first-child li:first-child {
  width: 63.91%;
}

.s5-r ul:first-child li:first-child .pic {
  padding-top: 54.89%;
}

.s5-r ul:first-child li:nth-child(2) {
  width: 34.29%;
}

.s5-r ul:first-child li:nth-child(2) .pic {
  padding-top: 102.31%;
}

.s5-r ul:nth-child(2) li:first-child {
  width: 36.48%;
}

.s5-r ul:nth-child(2) li:first-child .pic {
  padding-top: 98.09%;
}

.s5-r ul:nth-child(2) li:nth-child(2) {
  width: 61.63%;
}

.s5-r ul:nth-child(2) li:nth-child(2) .pic {
  padding-top: 58.06%;
}

/* 模块6 */
.section6 {
  padding: 0.76rem 0 0.92rem 0;
  background: url(../images/section6-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.s6-c {
  position: relative;
  z-index: 1;
}

.s6-bx {
  position: absolute;
  bottom: 0.34rem;
  left: 0;
  width: 100%;
}

.s6-c ul li {
  padding: 0.6rem 0;
}

.s6-c ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.s6-c ul li .pic {
  padding-top: 62.31%;
  border-radius: 0.2rem;
  transform: scale(0.76);
}

.s6-c ul li .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33.33%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.s6-c ul li a h3 {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  font-size: 0.24rem;
  line-height: 0.34rem;
  max-height: 0.68rem;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  padding: 0 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s6-c ul li.swiper-slide-prev a .pic {
  transform: translateX(-0.6rem) scale(0.76);
}

.s6-c ul li.swiper-slide-next a .pic {
  transform: translateX(0.6rem) scale(0.76);
}

.s6-c ul li.swiper-slide-active a .pic {
  transform: scale(1.32);
}

.s6-c ul li.swiper-slide-active a h3 {
  opacity: 1;
  visibility: visible;
  width: 130%;
  left: -15%;
}

.s6-c .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
}

.s6-c .swiper-button-prev,
.s6-c .swiper-button-next {
  position: static;
  margin-top: 0;
  width: 0.12rem;
  height: auto;
}

.s6-c .swiper-button-prev img,
.s6-c .swiper-button-next img {
  display: block;
  width: 100%;
}

.s6-c .s6-y {
  margin: 0 0.3rem;
  position: relative;
  z-index: 1;
  width: 0.76rem;
  height: 0.76rem;
}

.s6-c .s6-y img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.56rem;
}

@keyframes svg-sircle {
  0% {
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
  }

  100% {
    stroke-dasharray: 180;
    stroke-dashoffset: 0;
  }
}

.s6-y svg {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.s6-y.on .pie-bar {
  animation: svg-sircle 4s linear;
}

.s6-y .pie-bg {
  stroke: #B72024;
  opacity: .2;
}

.s6-y .pie-bar {
  stroke: #B72024;
}

.s6-y circle {
  stroke-dashoffset: 0;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: all .2s;
  stroke: currentColor;
  z-index: 2;
}

/* 模块7 */
.section7 {
  background: #F6F4F5;
  padding: 0.87rem 0 0.62rem 0;
  position: relative;
  z-index: 2;
}

.s7-c ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}

.s7-c ul li {
  width: 25%;
  margin-bottom: 0.87rem;
  position: relative;
  z-index: 1;
}

.s7-c ul li .k {
  margin: 0 0.25rem;
  position: relative;
  z-index: 1;
}

.s7-c ul li .s7-tit {
  position: relative;
  z-index: 2;
}

.s7-c ul li .s7-tit h3 {
  display: block;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 0.49rem;
  background: #B72024;
  font-size: 0.26rem;
  color: #FFFFFF;
  transition: all 0.5s;
  cursor: pointer;
}

.s7-c ul li .s7-tit h3::after {
  content: '';
  position: absolute;
  bottom: -0.11rem;
  left: 50%;
  margin-left: -0.11rem;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/s7-tdot.png) no-repeat;
  background-size: 100% 100%;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.5s;
}

.s7-c ul li:hover .s7-tit h3::after {
  transform: none;
}

.s7-c ul li .s7-tit>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #E22628;
  border-radius: 0.49rem;
  z-index: -1;
  transition: all 0.5s;
}

.s7-c ul li:hover .s7-tit>div {
  width: calc(100% + 0.14rem);
  height: calc(100% + 0.14rem);
  border-radius: 0.52rem;
}

.s7-c ul li:hover .s7-tit>div.q2 {
  width: calc(100% + 0.3rem);
  height: calc(100% + 0.3rem);
  border-radius: 0.6rem;
  opacity: 0.08;
}

.s7-c ul li:hover .s7-tit h3 {
  background: url(../images/s7-titbg.png) no-repeat;
  background-size: 100% 100%;
}

.s7-c ul li .s7-bd {
  position: absolute;
  left: 50%;
  margin-left: -2.6rem;
  width: 5.2rem;
  min-height: 3.2rem;
  border-radius: 0.2rem;
  background: rgba(252, 253, 254, 0.96);
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.2);
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.5s;
}

.s7-c ul li .s7-bd dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4rem 0.6rem;
}

.s7-c ul li .s7-bd dd {
  width: 48%;
  margin-top: 0.14rem;
}

.s7-c ul li .s7-bd dd a {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.36rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s7-c ul li .s7-bd dd a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 0.3rem);
  height: 0.07rem;
  background: url(../images/s7-jt.png) no-repeat right bottom;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
}

.s7-c ul li .s7-bd dd:hover a {
  color: #B72024;
}

.s7-c ul li .s7-bd dd:hover a::after {
  opacity: 1;
  visibility: visible;
}

.s7-c ul li:hover {
  z-index: 9;
}

.s7-c ul li:hover .s7-bd {
  transform: none;
  opacity: 1;
  visibility: visible;
}

/* 模块8 */
.section8 {
  background: #F6F4F5 url(../images/section8-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 1.05rem;
}

.section8 .title {
  margin-bottom: 0;
}

.s8-c {
  margin-top: -1rem;
  height: 5.4rem;
}

.s8-c ul li {
  padding: 0.6rem 0;
  transition: all .5s;
}

.s8-c ul li a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
  height: 2.4rem;
}

.s8-c ul li a>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  background: #FFFFFF;
  overflow: hidden;
  transition: all 0.5s;
}

.s8-c ul li a>div img {
  display: block;
  max-width: 0.87rem;
  max-height: 0.85rem;
}

.s8-c ul li a h3 {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s8-c ul li a .hide h3 {
  color: #fff;
}

.s8-c ul li.swiper-slide-active,
.s8-c ul li.swiper-slide-active+li+li+li+li {
  margin-top: 0.6rem;
}

.s8-c ul li.swiper-slide-active+li,
.s8-c ul li.swiper-slide-active+li+li+li {
  margin-top: 1.2rem;
}

.s8-c ul li.swiper-slide-active+li+li {
  margin-top: 1.8rem;
}

.s8-c ul li:hover a {
  box-shadow: 0px 0.11rem 0.4rem 0px rgba(102, 6, 6, 0.5);
}

.s8-c ul li:hover a>div {
  background: #B72024;
}

.s8-c ul li a .hide {
  top: 100%;
  background: #B72024;
}

.s8-c ul li:hover a .show {
  top: -100%;
}

.s8-c ul li:hover a .hide {
  top: 0;
}

/* 模块9 */
.section910 {
  background: #F6F4F5 url(../images/s910-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.section9 {
  overflow: hidden;
  padding-top: 1rem;
}

.s9-c .qh-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.s9-c .tit-icon {
  margin-right: 0;
}

.s9-c .qh-tit ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s9-c .qh-tit ul li {
  font-size: 0.34rem;
  line-height: 0.7rem;
  color: #8C8C8C;
  margin: 0 0.22rem;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}

.s9-c .qh-tit ul li+li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.3rem;
  width: 0.13rem;
  height: 0.21rem;
  background: url(../images/s9-lix.png) no-repeat;
  background-size: 100% 100%;
}

.s9-c .qh-tit ul li.on {
  font-size: 0.4rem;
  color: #333;
}

.s9-c .more a {
  display: none;
}

.s9-c .more a.on {
  display: block;
}

.s9-c .qh-bd {
  position: relative;
  margin-top: 0.56rem;
}

.s9-c .qh-bd>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s9-c .qh-bd>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s9-c .qh-bd ul li {
  width: 48%;
  border-top: 1px solid #D8D8D8;
  position: relative;
}

.s9-c .qh-bd ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  border-top: 1px solid #A70F13;
  transition: all 0.5s;
}

.s9-c .qh-bd ul li:hover::after {
  width: 100%;
}

.s9-c .qh-bd ul li a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}

.s9-c .qh-bd ul li .date {
  text-align: right;
  font-family: Arial;
  margin-right: 0.4rem;
}

.s9-c .qh-bd ul li .date b {
  display: block;
  font-size: 0.3rem;
  line-height: 1;
  color: #AB0E1F;
}

.s9-c .qh-bd ul li .date span {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: rgba(71, 71, 88, 0.6);
}

.s9-c .qh-bd ul li h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.22rem;
  line-height: 0.36rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 模块10 */
.section10 {
  overflow: hidden;
  padding: 1.12rem 0 0.8rem 0;
}

.section10 .title {
  margin-bottom: 0.77rem;
}

.s10-c ul li a {
  display: block;
}

.s10-c ul li .pic {
  padding-top: 23.81%;
}

.s10-c .s10-btn {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s10-c .swiper-button-next,
.s10-c .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 0.08rem;
  height: 0.13rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.s10-c .swiper-button-prev {
  background-image: url(../images/s10-prev.png);
}

.s10-c .swiper-button-next {
  background-image: url(../images/s10-next.png);
}

.s10-c .swiper-pagination {
  position: static;
  transform: none;
  margin: 0 0.3rem;
  font-size: 0;
}

.s10-c .swiper-pagination span {
  width: 0.7rem;
  height: 0.02rem;
  background: #D8D8D8;
  opacity: 1;
  transition: all 0.5s;
}

.s10-c .swiper-pagination span.on {
  background: #910000;
}

/* 板块11 */
.section11 {
  padding: 0.6rem 0 1.05rem 0;
  background: url(../images/section11-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.section11 .tit-icon {
  background: url(../images/tit-iconbg2.png) no-repeat;
  background-size: 100% 100%;
}

.s11-c {
  display: flex;
  flex-wrap: wrap;
}

.s11-l {
  width: 24.46%;
  padding: 0.7rem 0.28rem;
  border-radius: 0.2rem;
  background: #A11F1F;
}

.s11-l ul {
  position: relative;
}

.s11-l ul::before {
  content: '';
  position: absolute;
  top: 0.05rem;
  bottom: 0.05rem;
  left: 0.15rem;
  border-left: 1px solid #D8D8D8;
  opacity: 0.15;
}

.s11-l ul li {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
  padding-left: 0.42rem;
  position: relative;
  cursor: pointer;
}

.s11-l ul li:first-child {
  margin-top: 0;
}

.s11-l ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0.11rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  transition: all 0.5s;
}

.s11-l ul li.on::after {
  width: 0.3rem;
  height: 0.3rem;
  left: 0;
  border-radius: 50%;
  background: url(../images/ban-dot.png) no-repeat;
  background-size: 100% auto;
}


.s11-r {
  width: 75.54%;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(0.12rem);
  padding: 0.68rem 0.6rem;
  position: relative;
}

.s11-r>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow-y: auto;
}

.s11-r>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s11-r>div ul {
  height: 3.64rem;
  margin-right: 0.45rem;
}

.s11-r>div ul p {
  font-size: 0.18rem;
  line-height: 0.4rem;
  text-align: justify;
  color: #353535;
  text-indent: 2em;
}

.s11-r>div ul p+p {
  margin-top: 0.34rem;
}

.s11-r>div::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #fff;
}

.s11-r>div::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.s11-r>div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #A11F1F;
}


/* 板块12 */
.section12 {
  overflow: hidden;
  padding-bottom: 1.14rem;
}

.s12-c ul li {
  margin-bottom: 0.4rem;
}

.s12-c ul li img {
  display: block;
  height: 1.02rem;
  margin: 0 auto;
}

.s12-c ul li p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  color: #2C2C2C;
  margin-top: 0.12rem;
}

.s12-c .s12-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.s12-c .s12-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.4rem;
  right: 0.4rem;
  border-top: 1px solid rgba(170, 121, 84, 0.2196);
}

.s12-c .swiper-button-next,
.s12-c .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #C02125;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.07rem auto;
  transition: all 0.5s;
}

.s12-c .swiper-button-prev {
  background-image: url(../images/s10-prev.png);
}

.s12-c .swiper-button-next {
  background-image: url(../images/s10-next.png);
}


.s12-c .swiper-button-next:hover,
.s12-c .swiper-button-prev:hover {
  background-color: #C02125;
}

.s12-c .swiper-button-prev:hover {
  background-image: url(../images/s10-prevon.png);
}

.s12-c .swiper-button-next:hover {
  background-image: url(../images/s10-nexton.png);
}

.s12-c .swiper-pagination {
  flex: 1;
  min-width: 0;
  position: static;
  transform: none;
  font-size: 0;
  height: 0.4rem;
  line-height: 0.4rem;
}

.s12-c .swiper-pagination span {
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  background: #E8D2C2;
  transform: rotate(45deg);
  margin: 0 0.5rem;
  border-radius: 0;
  opacity: 1;
  transition: all 0.5s;
}

.s12-c .swiper-pagination span.on {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: url(../images/ban-dot2.png) no-repeat center center;
  background-size: 100% 100%;
}



@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-dots {
    bottom: 0.3rem;
    text-align: center;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
  }

  .banner .slick-dots li.slick-active::after {
    width: 0.2rem;
    height: 0.2rem;
  }

  .search2 {
    height: 0.7rem;
    line-height: 0.7rem;
  }

  .search2 .text {
    height: 0.7rem;
    font-size: 0.18rem;
  }

  .search2 .button {
    width: 1.6rem;
    height: 0.7rem;
    font-size: 0.18rem;
    background-size: 0.21rem auto;
    background-position: 0.5rem center;
  }

  .section0 .wp {
    padding: 0.3rem 0;
  }

  .title {
    margin-bottom: 0.4rem;
  }

  .tit-c .k h3 {
    font-size: 0.28rem;
  }

  .tit-icon {
    width: 0.5rem;
    height: 0.5rem;
  }

  .tit-icon img {
    max-width: 0.3rem;
    max-height: 0.3rem;
  }

  .section1 {
    padding: 0.5rem 0;
  }

  .jdt ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .jdt ul li a .tx {
    padding: 0.24rem;
  }

  .jdt ul li a .tx .date b {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .jdt ul li a .tx .date span {
    font-size: 0.16rem;
  }

  .jdt .slick-prev {
    left: 0.5rem;
  }

  .jdt .slick-dots {
    left: 0.95rem;
  }

  .jdt .slick-next {
    left: 2.3rem;
  }

  .s1-r {
    padding: 0.24rem;
  }

  .gg-list a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.9rem;
  }

  .s1-r li a {
    font-size: 0.18rem;
    line-height: 0.74rem;
  }

  .gg-list a .date {
    height: 1.2rem;
    margin-right: 0.24rem;
  }

  .gg-list a .date .y {
    font-size: 0.18rem;
  }

  .gg-list a .date .b b {
    font-size: 0.3rem;
  }

  .s2-c {
    width: 100%;
  }

  .s2-c ul li {
    padding: 0.4rem 0;
  }

  .s2-c .swiper-button-prev,
  .s2-c .swiper-button-next {
    display: none;
  }

  .s2-c ul li a {
    padding: 0.24rem;
  }

  .section3 {
    padding: 0.1rem 0 0.5rem 0;
  }

  .s3-l ul li a {
    padding: 0.24rem;
  }

  .s3-l ul li a p {
    font-size: 0.16rem;
  }

  .s3-l ul li a .gd span {
    width: 0.3rem;
    height: 0.3rem;
  }

  .s3-r ul li a {
    padding: 0.22rem 0;
  }

  .section4 {
    padding: 0.5rem 0;
  }

  .s4-c ul li a {
    padding: 0.24rem 0;
  }

  .s4-c ul li a .date {
    margin-right: 0.24rem;
  }

  .s4-c ul li a .date b {
    font-size: 0.22rem;
  }

  .s4-c ul li a .date span {
    font-size: 0.16rem;
  }

  .section6 {
    padding: 0.5rem 0;
  }

  .s6-c ul li {
    padding: 0;
  }

  .s6-c ul li .pic {
    transform: none !important;
  }

  .s6-c ul li a h3 {
    bottom: 0.2rem;
    left: 0 !important;
    width: 100% !important;
    padding: 0 0.24rem;
    width: auto;
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
    opacity: 1;
    visibility: visible;
  }

  .section5 {
    padding: 0.5rem 0 0 0;
  }

  .s5-c li a .tx h3 {
    font-size: 0.18rem;
  }

  .s5-c li a .tx {
    padding: 0 0.24rem 0.24rem;
  }

  .section7 {
    padding: 0.5rem 0 0.1rem 0;
    overflow: hidden;
  }

  .s7-c ul li {
    width: 50%;
    margin-bottom: 0.4rem;
  }

  .s7-c ul li .s7-tit h3 {
    font-size: 0.18rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }

  .s7-c ul li .s7-bd {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    left: 0;
    width: 100%;
    max-height: 3.2rem;
    overflow-y: auto;
    margin-left: 0;
  }

  .s7-c ul li .s7-bd dl {
    padding: 0.24rem;
  }

  .section8 {
    padding-bottom: 0.5rem;
  }

  .s8-c {
    margin-top: 0.4rem;
    height: auto;
  }

  .s8-c ul li a {
    height: 1.8rem;
  }

  .s8-c ul li {
    padding: 0;
    margin-top: 0 !important;
  }

  .s8-c ul li a>div img {
    max-width: 0.68rem;
    max-height: 0.68rem;
  }

  .s8-c ul li a h3 {
    font-size: 0.18rem;
  }

  .section9 {
    padding-top: 0;
  }

  .s9-c .qh-tit ul li {
    font-size: 0.24rem;
    line-height: 0.54rem;
  }

  .s9-c .qh-tit ul li.on {
    font-size: 0.28rem;
  }

  .s9-c .qh-bd {
    margin-top: 0.4rem;
  }

  .s9-c .qh-bd ul li a {
    padding: 0.24rem 0;
  }

  .s9-c .qh-bd ul li .date {
    margin-right: 0.24rem;
  }

  .s9-c .qh-bd ul li .date b {
    font-size: 0.26rem;
  }

  .s9-c .qh-bd ul li .date span {
    font-size: 0.16rem;
  }

  .s9-c .qh-bd ul li h3 {
    font-size: 0.18rem;
  }

  .section10 {
    padding: 0.5rem 0;
  }

  .section10 .title {
    margin-bottom: 0.4rem;
  }

  .section11 {
    padding: 0.5rem 0;
  }

  .s11-l {
    padding: 0.24rem;
  }

  .s11-r {
    padding: 0.24rem;
  }

  .s11-r>div ul {
    height: 4.64rem;
  }

  .section12 {
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 920px) {
  .title {
    text-align: left;
  }

  .jdt {
    width: 100%;
  }

  .jdt ul li a .pic {
    border-radius: 0.3rem 0.3rem 0 0;
  }

  .jdt ul li a .tx {
    width: 100%;
    border-radius: 0 0 0.3rem 0.3rem;
    margin: 0;
  }

  .jdt ul li a .tx .date {
    margin-left: 0.4rem;
  }

  .jdt .slick-prev {
    left: 0.24rem;
  }

  .jdt .slick-dots {
    left: 0.71rem;
  }

  .jdt .slick-next {
    left: 2.1rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .gg-list a .tx h3 {
    height: auto;
    max-height: 0.9rem;
  }

  .gg-list a .tx p {
    height: auto;
    max-height: 0.78rem;
  }

  .s3-l {
    width: 100%;
  }

  .s3-r {
    width: 100%;
    margin-top: 0.4rem;
  }

  .s4-c .box {
    width: 100%;
  }

  .s4-c .box+.box {
    margin-top: 0.4rem;
  }

  .section11 .title {
    text-align: center;
  }

  .s11-l {
    width: 100%;
  }

  .s11-r {
    width: 100%;
  }

  .s11-r>div ul {
    margin-right: 0.24rem;
  }

  .s12-c .swiper-pagination span {
    margin: 0 0.2rem;
  }

  .s12-c .swiper-pagination span.on {
    width: 0.3rem;
    height: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .s7-c ul li .s7-bd dd a::after {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .search2 .button {
    width: 1.1rem;
    background-position: 0.22rem center;
  }

  .s3-l ul li {
    width: 100%;
  }

  .s6-c .s6-y {
    width: 0.56rem;
    height: 0.56rem;
  }

  .s6-c .s6-y img {
    width: 0.36rem;
  }

  .s6-c .swiper-button-prev,
  .s6-c .swiper-button-next {
    width: 0.1rem;
  }

  .s5-l {
    width: 100%;
  }

  .s5-r {
    width: 100%;
  }

  .s5-r ul li {
    margin-top: 0.24rem;
    width: 100% !important;
  }

  .s7-c ul li {
    width: 100%;
    margin-bottom: 0.24rem;
  }

  .s9-c .qh-bd ul li {
    width: 100%;
  }

  .s9-c .qh-tit {
    padding-bottom: 0.4rem;
  }

  .s9-c .more {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%) translateY(0);
  }

  .s9-c .qh-tit ul li {
    font-size: 0.18rem;
    margin: 0 0.15rem;
  }

  .s9-c .qh-tit ul li.on {
    font-size: 0.22rem;
  }

  .s9-c .qh-tit ul li+li::before {
    left: -0.2rem;
  }

  .s12-c .swiper-pagination span {
    margin: 0 0.05rem;
    width: 0.06rem;
    height: 0.06rem;
  }

  .s12-c .swiper-pagination span.on {
    width: 0.2rem;
    height: 0.2rem;
  }

  .s12-c ul li img {
    height: 0.8rem;
  }

  .s12-c ul li {
    margin-bottom: 0.24rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {
  .s9-c .qh-tit ul li {
    font-size: 0.16rem;
    margin: 0 0.1rem;
  }

  .s9-c .qh-tit ul li.on {
    font-size: 0.2rem;
  }

  .s9-c .qh-tit ul li+li::before {
    left: -0.15rem;
  }
}