﻿@charset "utf-8";

body {
  overflow-x: hidden;
  background: linear-gradient(180deg, #FAEFEF 0%, #FFFFFF 100%);
}

/*banner*/
.banner-k {
  position: relative;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide {
  position: relative;
}

.banner .slick-slide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 66%;
  background: linear-gradient(180deg, rgba(70, 111, 162, 0.84) 10%, rgba(164, 198, 238, 0) 78%);
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(2, 10, 20, 0.73) 10%, rgba(164, 198, 238, 0) 78%);
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-slide img {
    transform: scale(1);
  }
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  right: 5.88%;
  bottom: 0.45rem;
  width: auto;
  padding-right: 1.31rem;
  padding-left: 0.67rem;
  font-size: 0;
  z-index: 9;
  text-align: right;
}

.banner .slick-dots::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.57rem;
  height: 0.07rem;
  background: url(../images/ban-xl.png) no-repeat right center;
  background-size: auto 100%;
  z-index: -1;
}

.banner .slick-dots::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1.21rem;
  height: 0.07rem;
  background: url(../images/ban-xr.png) no-repeat left center;
  background-size: auto 100%;
  z-index: -1;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.17rem;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li span {
  display: block;
  padding: 0;
  width: auto;
  height: auto;
  font-family: sys-r;
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #FFFFFF;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active span {}


/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.46);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.68rem;
}

.banner .slick-next {
  right: 0.68rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
} */

.down-page {
  position: absolute;
  width: 0.53rem;
  height: 0.53rem;
  line-height: 0.53rem;
  text-align: center;
  font-size: 0;
  left: 50%;
  bottom: 0.28rem;
  transform: translateX(-50%);
  border: 1px dashed #AB010B;
  border-radius: 50%;
  z-index: 99;
  font-size: 0;
  cursor: pointer;
  transition: all 0.5s;
}

.down-page>img {
  vertical-align: middle;
  width: 0.21rem;
}

/*首页样式*/
.title {
  margin-bottom: 0.5rem;
  text-align: left;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys-b;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  color: #111;
  padding-left: 0.42rem;
  padding-bottom: 0.17rem;
  background: url(../images/tit-x.png) no-repeat center bottom;
  background-size: 1.71rem 0.17rem;
  position: relative;
}

.tit-c h3::before {
  content: '';
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/tit-zs.png) no-repeat center;
  background-size: 100% 100%;
}

.tit-c h3 b {
  color: #AB010B;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0.08em;
  color: #2E75B7;
  position: relative;
  transition: all 0.5s;
}

.more a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-top: 1px solid #AB010B;
  transition: all 0.5s;
}

.more a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-top: 1px solid #AB010B;
  transition: all 0.5s;
}

.more a:hover {
  color: #AB010B;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
.s12-bg {
  background: url(../images/s12-bg.png) no-repeat center top;
  background-size: 100% auto;
}

.section1 {
  padding-top: 0.54rem;
  overflow: hidden;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 57.375%;
}

.jdt ul li a {
  display: block;
  position: relative;
}

.jdt ul li a .pic {
  padding-top: 53.48%;
  padding-top: 4.91rem;
}

.jdt ul li a .date {
  width: 1rem;
  height: 1rem;
  background: #9B010A;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.jdt ul li a .date b {
  display: block;
  font-family: sys-b;
  font-size: 0.38rem;
  font-weight: bold;
}

.jdt ul li a .date span {
  display: block;
  font-family: sys-m;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.2rem;
}

.jdt ul li a h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  margin-top: 0.23rem;
  transition: all 0.5s;
}

.jdt .slick-dots {
  position: static;
  margin-top: 0.26rem;
  text-align: right;
  height: 0.36rem;
  font-size: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.jdt .slick-dots::before {
  content: "";
  display: block;
  width: 60%;
  height: 0.07rem;
  background: url(../images/jdt-xl.png) no-repeat right center;
  background-size: auto 100%;
}

.jdt .slick-dots::after {
  content: "";
  display: block;
  width: 13%;
  height: 0.07rem;
  background: url(../images/jdt-xr.png) no-repeat left center;
  background-size: auto 100%;
}

.jdt .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0.09rem;
  font-size: 0;
}

.jdt .slick-dots li span {
  font-family: sys-m;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.5s;
}

.jdt .slick-dots li.slick-active span {
  font-size: 0.36rem;
  color: #9B010A;
}

.s1-r {
  width: 40%;
}

.s1-r ul li a {
  display: flex;
  border-bottom: 1px solid #F6E6E7;
  padding: 0.2rem 0;
  position: relative;
  transition: all 0.5s;
}

.s1-r ul li a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0.6rem;
  border-top: 2px solid #AB010B;
}

.s1-r ul li a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #F6E6E7;
}

.s1-r ul li:last-child a {
  border-bottom: 0;
}

.s1-r ul li:last-child a::after,
.s1-r ul li:last-child a::before {
  content: none;
}

.s1-r ul li a .date {
  font-family: sys-m;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.34rem;
  color: #9B010A;
  margin-right: 0.4rem;
}

.s1-r ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.34rem;
}



/* section2 */
.section2 {
  padding-top: 0.85rem;
  padding-bottom: 0.1rem;
  overflow: hidden;
}

.section2 .title {
  margin-bottom: 0;
}

.s2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.16rem;
}

.s2 ul li {
  width: 33.33%;
  margin-top: 0.4rem;
}

.s2 ul li a {
  display: block;
  margin: 0 0.16rem;
}

.s2 ul li a .pic {
  padding-top: 54.1%;
}

.s2 ul li a .tx {
  padding: 0.23rem 0.38rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(131, 91, 93, 0.12);
  transition: all 0.5s;
}

.s2 ul li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: rgba(0, 0, 0, 0.8706);
  transition: all 0.5s;
}

/* section3 */
.section34-bg {
  background: url(../images/section34-bg.png) no-repeat center 58%;
  background-size: 100% auto;
}

.section3 {
  padding-top: 0.7rem;
  position: relative;
}

.section3::after {
  content: '';
  position: absolute;
  top: 2.9rem;
  left: 0;
  right: 0;
  border-top: 1px solid #D8D8D8;
}

.section3 .title {
  margin-bottom: 0.4rem;
}

.s3 .swiper-container {
  padding: 0.15rem;
  height: 3.95rem;
}

.s3 ul li {
  position: relative;
  transition: all 0.5s;
}

.s3 ul li a {
  display: block;
  padding: 0.62rem 0.3rem 0.21rem 0.3rem;
  position: relative;
  transition: all 0.5s;
}

.s3 ul li a::before {
  content: '';
  position: absolute;
  bottom: 0.4rem;
  right: 0.3rem;
  width: 0.3rem;
  height: 0.06rem;
  background: url(../images/s3-jt.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
}

.s3 ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.3rem;
  right: 0.3rem;
  border-top: 0.03rem solid #AB010B;
}

.s3 ul li a .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s3 ul li a .t span {
  display: inline-block;
}

.s3 ul li a .t span.ly {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  color: #fff;
  background: #AB010B;
}

.s3 ul li a .t span.date {
  font-family: sys-m;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.22rem;
  color: #AB010B;
}

.s3 ul li a .x {
  margin-top: 0.12rem;
  height: 0.16rem;
  position: relative;
}

.s3 ul li a .x::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: #E1DBDB;
  border-radius: 50%;
}

.s3 ul li:hover a .x::after {
  content: '';
  position: absolute;
  top: 0.065rem;
  left: 0;
  width: 0;
  height: 0;
  background: #BB1A1A;
}

.s3 ul li a h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #3D3D3D;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.16rem;
  transition: all 0.5s;
}

.s3 ul li a p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #3D3D3D;
  opacity: 0.8;
  margin-top: 0.2rem;
}

/* section4 */
.section4 {
  padding-top: 0.4rem;
  overflow: hidden;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
}

.s4-l {
  width: 50.18%;
  padding-left: 0.2rem;
  padding-bottom: 0.24rem;
  position: relative;
}

.s4-l::before {
  content: '';
  position: absolute;
  top: 0.24rem;
  bottom: 0;
  left: 0;
  right: 0.2rem;
  border-radius: 0px 0px 0px 0.5rem;
  background: #AB010B;
}

.s4-l ul li a {
  display: block;
  position: relative;
}

.s4-l ul li a .pic {
  padding-top: 66.15%;
  border-radius: 0px 0px 0px 0.5rem;
}

.s4-l ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34.16%;
  background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, #000000 100%);
}

.s4-l ul li a h3 {
  position: absolute;
  left: 0.6rem;
  bottom: 0.2rem;
  right: 1.7rem;
  z-index: 1;
  font-size: 0.2rem;
  line-height: 0.48rem;
  color: #FFFFFF;
}

.s4-l .slick-dots {
  width: auto;
  font-size: 0;
  bottom: 0.35rem;
  right: 0.25rem;
}

.s4-l .slick-dots li {
  width: 0.15rem;
  height: 0.15rem;
  background: rgba(216, 216, 216, 0.53);
  border-radius: 50%;
  margin: 0 0.06rem;
  transition: all 0.5s;
}

.s4-l .slick-dots li.slick-active {
  background: #fff;
}

.s4-l .slick-dots li button {
  display: none;
}

.s4-r {
  width: 49.82%;
}

.s4-r ul {
  display: flex;
  flex-wrap: wrap;
}

.s4-r ul li {
  width: calc(50% - 0.32rem);
  margin-left: 0.32rem;
}

.s4-r ul li:nth-child(2)~li {
  margin-top: 0.37rem;
}

.s4-r ul li a {
  display: block;
  position: relative;
}

.s4-r ul li a .pic {
  padding-top: 65.15%;
}

.s4-r ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(2, 2, 2, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.5s;
}

.s4-r ul li a .tx::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  bottom: 0.1rem;
  left: 0.1rem;
  right: 0.1rem;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.12);
  transition: all 0.5s;
}

.s4-r ul li a .tx::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.52rem;
  height: 0.52rem;
  background: url(../images/bf.png) no-repeat center;
  background-size: 100% 100%;
}

.s4-r ul li a .tx h3 {
  font-size: 0;
  transition: all 0.5s;
}

/* section5 */
.section5 {
  padding-top: 0.63rem;
}

.s5 ul li a {
  display: block;
  background: #D8D8D8;
  border: 1px solid #D8D8D8;
  position: relative;
}

.s5 ul li a .pic {
  padding-top: 137.56%;
}

.s5 ul li a h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  line-height: 0.45rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.89);
  font-size: 0.18rem;
  padding: 0 0.1rem;
  transition: all 0.5s;
}

/* section6 */
.section6 {
  padding: 0.7rem 0;
  background: url(../images/section6-bg.png) no-repeat left bottom;
  background-size: 19.375% auto;
}

.s6 ul {
  display: flex;
  height: 4.86rem;
}

.s6 ul li {
  position: relative;
  width: 1.3rem;
  overflow: visible !important;
}

.s6 ul li .tit2 {
  width: 1.3rem;
  height: 100%;
  background-color: #FFEFF0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid rgba(171, 1, 11, 0.13);
  cursor: pointer;
}

.s6 ul li:first-child .tit2 {
  background-image: url(../images/s6-li1.png);
}

.s6 ul li:nth-child(2) .tit2 {
  background-image: url(../images/s6-li2.png);
}

.s6 ul li:nth-child(3) .tit2 {
  background-image: url(../images/s6-li3.png);
}

.s6 ul li:nth-child(4) .tit2 {
  background-image: url(../images/s6-li4.png);
}

.s6 ul li:nth-child(5) .tit2 {
  background-image: url(../images/s6-li5.png);
}

.s6 ul li .tit2 a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 0.5rem;
}

.s6 ul li .tit2 .icon {
  height: 0.49rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s6 ul li .tit2 .icon img {
  display: block;
  max-height: 100%;
}

.s6 ul li .tit2 .icon img:nth-child(2) {
  display: none;
}

.s6 ul li .tit2 h3 {
  margin: 0 auto;
  margin-top: 0.35rem;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #AB010B;
  writing-mode: tb-rl;
  letter-spacing: 0.05rem;
  transition: all 0.5s;
}

.s6 ul li .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.3rem;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #AB010B;
}

.s6 ul li .box dd a {
  display: block;
  position: relative;
}

.s6 ul li .box dd a .pic {
  padding-top: 55.47%;
  padding-top: 4.86rem;
}

.s6 ul li .box dd a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35.59%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.s6 ul li .box dd a h3 {
  position: absolute;
  left: 0.3rem;
  bottom: 0.16rem;
  right: 1.5rem;
  font-size: 0.2rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s6 ul li.on .box {
  opacity: 1;
  visibility: visible;
}

.s6 ul li.on .tit2 {
  background: #AB010B;
}

.s6 ul li.on .tit2 .icon img:first-child {
  display: none;
}

.s6 ul li.on .tit2 .icon img:nth-child(2) {
  display: block;
}

.s6 ul li.on .tit2 h3 {
  color: #fff;
}

.s6 .slick-dots {
  width: auto;
  font-size: 0;
  bottom: 0.23rem;
  right: 0.33rem;
  display: block !important;
  height: auto;
}

.s6 .slick-dots li {
  width: 0.12rem;
  height: 0.12rem;
  background: rgba(216, 216, 216, 0.3);
  border-radius: 50%;
  margin: 0 0.05rem;
  transition: all 0.5s;
}

.s6 .slick-dots li.slick-active {
  background: #fff;
}

.s6 .slick-dots li button {
  display: none;
}



























@media screen and (min-width: 1025px) {
  .down-page:hover {
    transform: translateX(-50%) scale(1.1);
  }

  .more a:hover::before {
    left: 0;
    width: 100%;
  }

  .more a:hover::after {
    right: 0;
    width: 100%;
  }

  .s1-r ul li:hover a {
    background: url(../images/s1-rlibg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 0.2rem;
  }

  .s1-r ul li:hover a .date {
    color: #fff;
    font-weight: bold;
  }

  .s1-r ul li:hover a h3 {
    color: #F9FCFE;
    font-weight: bold;
  }

  .s2 ul li:hover a .tx {
    background: #AB010B;
  }

  .s2 ul li:hover a .tx h3 {
    color: #FFFFFF;
  }

  .s3 ul li:hover,
  .s3 ul li.on {
    background-color: #FFFFFF;
    background-image: url(../images/s3-k.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: calc(100% - 0.24rem) calc(100% - 0.28rem);
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.302);
  }

  .s3 ul li:hover a,
  .s3 ul li.on a {
    border-bottom-color: transparent;
    padding: 0.62rem 0.3rem 0.86rem 0.3rem;
  }

  .s3 ul li:hover a::after,
  .s3 ul li.on a::after {
    content: none;
    opacity: 0;
  }

  .s3 ul li:hover a::before,
  .s3 ul li.on a::before {
    opacity: 1;
    visibility: visible;
  }

  .s3 ul li:hover a h3,
  .s3 ul li.on a h3 {
    height: 0.6rem;
    -webkit-line-clamp: 2;
    font-weight: bold;
    color: #AB010B;
  }

  .s3 ul li:hover a p,
  .s3 ul li.on a p {
    color: #999999;
    opacity: 0.8;
  }

  .s3 ul li:hover a .x::before,
  .s3 ul li.on a .x::before {
    opacity: 0;
  }

  .s3 ul li:hover a .x::after,
  .s3 ul li.on a .x::after {
    width: 0.86rem;
    height: 0.03rem;
  }

  .s4-r ul li:hover a .tx::before {
    background: none;
  }

  .s4-r ul li:hover a .tx {
    background: rgba(2, 2, 2, 0.46);
  }

  .s4-r ul li:hover a .tx h3 {
    margin-top: 1rem;
    font-size: 0.2rem;
    color: #fff;
    padding: 0 0.1rem;
  }

  .s5 ul li:hover a {
    box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.15);
  }

  .s5 ul li:hover a h3 {
    color: #fff;
    background: rgba(171, 1, 11, 0.89);
  }
}

@media screen and (max-width: 1024px) {
  .banner .slick-slide::after {
    content: none;
  }

  .down-page {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    bottom: 0.2rem;
  }

  .down-page>img {
    width: 0.16rem;
  }

  .banner .slick-dots {
    right: 10px;
    bottom: 0.3rem;
  }

  .banner .slick-dots li {
    margin: 0 0.1rem;
  }

  .banner .slick-dots li span {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    padding-left: 0.3rem;
    background-size: 1.2rem 0.12rem;
  }

  .tit-c h3::before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.02rem;
  }

  .section1,
  .section2,
  .section4,
  .section5 {
    padding-top: 0.3rem;
  }

  .jdt ul li a .date {
    width: 0.7rem;
    height: 0.7rem;
    padding-top: 0.05rem;
  }

  .jdt ul li a .date b {
    font-size: 0.26rem;
  }

  .jdt ul li a .date span {
    font-size: 0.16rem;
  }

  .jdt ul li a h3 {
    font-size: 0.18rem;
  }

  .jdt .slick-dots {
    margin-top: 0.2rem;
    height: 0.26rem;
  }

  .jdt .slick-dots li {
    margin: 0 0.07rem;
  }

  .jdt .slick-dots li.slick-active span {
    font-size: 0.24rem;
  }

  .s2 ul {
    margin: 0 -0.1rem;
  }

  .s2 ul li {
    margin-top: 0.2rem;
  }

  .s2 ul li a {
    margin: 0 0.1rem;
  }

  .s2 ul li a .tx {
    padding: 0.2rem;
  }

  .section3 {
    padding-top: 0.2rem;
  }

  .section3::after {
    top: 1.382rem;
  }

  .section3 .title {
    margin-bottom: 0.2rem;
  }

  .s3 .swiper-container {
    padding: 0;
    height: auto;
  }

  .s3 ul li a {
    padding: 0 0 0.2rem 0;
  }

  .s3 ul li a .t span.date {
    font-size: 0.16rem;
  }

  .s3 ul li a .x {
    height: 0.12rem;
    margin-top: 0.2rem;
  }

  .s3 ul li a .x::before {
    width: 0.12rem;
    height: 0.12rem;
  }

  .s3 ul li a::after {
    left: 0;
    right: 0;
  }

  .s4-l .slick-dots {
    bottom: 0.3rem;
    right: 0.1rem;
  }

  .s4-l .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.05rem;
  }

  .s4-l ul li a h3 {
    left: 0.4rem;
    right: 1.2rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .s4-r ul li a .tx::after {
    width: 0.4rem;
    height: 0.4rem;
  }

  .section6 {
    padding: 0.3rem 0;
  }

  .s6 ul li {
    width: 0.8rem;
  }

  .s6 ul li .tit2 {
    width: 0.8rem;
  }

  .s6 ul li .box {
    left: 0.8rem;
  }

  .s6 ul li .tit2 .icon {
    height: 0.34rem;
  }

  .s6 ul li .tit2 h3 {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    letter-spacing: 0.03rem;
  }

  .s6 .slick-dots {
    bottom: 0.2rem;
    right: 0.0.1rem;
  }

  .s6 .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.05rem;
  }

  .s6 ul li .box dd a h3 {
    left: 0.2rem;
    bottom: 0.16rem;
    right: 1.2rem;
    font-size: 0.18rem;
  }

  .s6 ul {
    height: 3.6rem;
  }

  .s6 ul li .box dd a .pic {
    padding-top: 55.47%;
    padding-top: 3.6rem;
  }
}

@media screen and (max-width: 920px) {
  .banner .slick-dots {
    padding-left: 0.35rem;
    padding-right: 0.65rem;
  }

  .banner .slick-dots::after {
    height: 0.05rem;
    width: 0.6rem;
  }

  .banner .slick-dots::before {
    height: 0.05rem;
    width: 0.3rem;
  }

  .jdt {
    width: 100%;
  }

  .jdt ul li a .pic {
    padding-top: 53.48%;
  }

  .s1-r {
    width: 100%;
  }

  .s2 ul li {
    width: 50%;
  }

  .s4-l {
    width: 100%;
    padding-left: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .s4-r {
    width: 100%;
  }

  .s4-r ul {
    justify-content: space-between;
  }

  .s4-r ul li {
    width: 48.5%;
    margin-left: 0;
    margin-top: 0.2rem !important;
  }

}

@media screen and (max-width: 768px) {
  .down-page {
    display: none;
  }

  .banner .slick-dots {
    bottom: 0.15rem;
  }

  .s1-r ul li a {
    padding: 0.15rem 0;
  }

  .s2 ul li a .tx {
    padding: 0.1rem;
  }

  .s6 ul {
    height: 3rem;
  }

  .s6 ul li {
    width: calc((100% - 0.4rem)/5);
  }

  .s6 ul li+li {
    margin-left: 0.1rem;
  }

  .s6 ul li .tit2 {
    width: 100%;
  }

  .s6 ul li .tit2 a {
    padding-top: 0.3rem;
  }

  .s6 ul li .box {
    display: none;
  }

  .s6 ul li .tit2 h3 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}