@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.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-list::after {
  /* content: ""; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 44.47%;
  background: linear-gradient(180deg, #418FFF 0%, rgba(65, 143, 255, 0) 100%);
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 23.33%;
  background: linear-gradient(0deg, #0000004d 0%, #00000000 100%);
}

.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-slide .pic {
  padding-top: 0;
  height: 100%;
}

.banner .slick-slide video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.banner .slick-dots {
  max-width: 16rem;
  margin: 0 auto;
  bottom: 0.39rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
  font-size: 0;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.06rem;
  padding: 0;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #FFFFFF;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/ban-dot1.png) no-repeat center center /100% 100%;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.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);
} */

/*首页样式*/
.title {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.46rem;
  font-weight: 900;
  letter-spacing: normal;
  text-align: center;
}

.tit-c h3 b {
  color: #7F1313;
}

.tit-c p {
  font-family: Georgia;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #999999;
}

.title .x {
  width: 0.67rem;
  height: 0.1rem;
  background: url(../images/tit-x2.png) no-repeat center center / 100% 100%;
  margin: 0 auto 0.06rem auto;
}

.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: #7F1313;
  position: relative;
  transition: all 0.5s;
}

.more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-bottom: 1px solid #7F1313;
  transition: all 0.5s;
}

.more a:hover::after {
  transform: scaleX(1);
}

.title.white .tit-c h3,
.title.white .tit-c b,
.title.white .tit-c p {
  color: #fff;
}

.title.white .more a {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section1 */
.s12-bg {
  background: url(../images/s12-bg.png) no-repeat center bottom / 100% auto;
}

.section1 {
  padding: 0.58rem 0 0.95rem 0;
  background: url(../images/s1-bg.png) no-repeat left top / 3.4rem auto;
}

.section1 .title {
  justify-content: center;
}

.section1 .title .x {
  width: 0.56rem;
  height: 0.02rem;
  background: url(../images/tit-x.png) no-repeat center center / 100% 100%;
  margin: 0.05rem auto 0.08rem auto;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 48.1875%;
}

.s1-r {
  width: 49.6875%;
}

.s1 ul li a {}

.s1-l ul li a .pic {
  /* padding-top: 60.83%; */
  padding-top: 4.69rem;
  border-radius: 0.1rem;
}

.s1 ul li a .tx {
  border-radius: 0 0 0.1rem 0.1rem;
  background: linear-gradient(270deg, #f4f7fa00 0%, #f9eced 100%);
  padding: 0.4rem 0.38rem 0.34rem 0.38rem;
}

.s1 ul li a .tx span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #7F1313;
}

.s1 ul li a .tx h3 {
  font-family: SourceHanSansCN-Bold;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.26rem;
  letter-spacing: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s1 ul li a .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #646464;
}

.gg-x {
  border-top: 1px solid #D8D8D8;
  position: relative;
  margin: 0.3rem 0;
}

.gg-x::after {
  content: '';
  position: absolute;
  top: -4px;
  left: 0.14rem;
  width: 7px;
  height: 7px;
  background: #7F1313;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.s1-l .slick-dots {
  right: 0.15rem;
  width: auto;
  bottom: 2.4rem;
  font-size: 0;
}

.s1-l .slick-dots li {
  margin: 0 0.05rem;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  transition: all 0.5s;
}

.s1-l .slick-dots li.slick-active {
  opacity: 1;
}

.s1-l .slick-dots li button {
  display: none;
}

.s1-r ul li+li {
  margin-top: 0.21rem;
}

.s1-r ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem 0.3rem 0.2rem;
  transition: all 0.5s;
}

.s1-r ul li a .pic {
  width: 3.1rem;
  height: 1.76rem;
  padding-top: 0;
  margin-right: 0.4rem;
  border-radius: 0.1rem;
}

.s1-r ul li a .tx {
  flex: 1;
  min-width: 0;
  padding: 0;
  background: none;
}

.s1-r ul li a .tx h3 {
  font-family: Source Han Sans CN-Regular;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #1A1A1A;
  white-space: normal;
}

.s1-r .gg-x {
  margin: 0.26rem 0;
}

/* section2 */
.section2 {}

.s2 .title .k {
  display: flex;
  align-items: center;
}

.s2 .title .k .tit-c {
  cursor: pointer;
  position: relative;
}

.s2 .title .k .tit-c+.tit-c {
  margin-left: 0.66rem;
}

.s2 .title .k .tit-c+.tit-c::before {
  font-family: sys-Semibold;
  content: '/';
  position: absolute;
  left: -0.33rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.3rem;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #666666;
}

.s2 .title .k .tit-c h3 {
  font-family: sys-Semibold;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #666666;
}

.s2 .title .k .tit-c h3 b {
  color: #666666;
}

.s2 .title .k .tit-c .x {
  display: none;
}

.s2 .title .k .tit-c p {
  display: none;
}

.s2 .title .k .tit-c.on {
  transform: translateY(0);
}

.s2 .title .k .tit-c.on h3 {
  font-family: sys;
  font-size: 0.46rem;
  font-weight: 900;
  color: #333333;
}

.s2 .title .k .tit-c.on h3 b {
  color: #7F1313;
}

.s2 .title .k .tit-c.on .x {
  display: block;
}

.s2 .title .k .tit-c.on p {
  display: block;
}

.s2 .more a {
  display: none;
}

.s2 .more a.on {
  display: block;
}

.s2 .qh-bd {
  position: relative;
  overflow: hidden;
}

.s2 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.s2 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s2 .qh-bd .k ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}

.s2 .qh-bd .k ul li {
  width: 33.333%;
}

.s2 .qh-bd .k ul li a {
  display: flex;
  align-items: center;
  margin: 0.22rem 0.16rem;
  border-radius: 0.1rem;
  background: linear-gradient(270deg, #ffffff 0%, #ffffff00 51%);
  border: 1px solid #EFC78E;
  padding: 0.3rem 0.2rem;
  transition: all 0.5s;
}

.s2 .qh-bd .k ul li a .date {
  text-align: center;
  margin-right: 0.2rem;
}

.s2 .qh-bd .k ul li a .date b {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Philosopher-Regular;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #7F1313;
}

.s2 .qh-bd .k ul li a .date b::after {
  content: '';
  display: block;
  height: 0.2rem;
  border-left: 1px solid #B8B8BF;
  margin-top: 0.02rem;
}

.s2 .qh-bd .k ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.16rem;
  text-align: center;
  letter-spacing: normal;
  color: #7C7C7C;
  margin-top: 0.02rem;
}

.s2 .qh-bd .k ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 0.6rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #1A1A1A;
}

.s2 .qh-bd .k ul li:hover a {
  background: #FFFFFF;
  border: 1px solid #E3CECE;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(227, 206, 206, 0.5);
}

.s2 .qh-bd .k ul li:hover a h3 {
  font-weight: bold;
  color: #7F1313;
}

.s2 .qh-bd .k .more {
  position: static;
  transform: none;
  display: none;
}

/* section3 */

.section3 {
  padding: 1rem 0;
  background: url(../images/s3-bg.png) no-repeat center bottom / 100% auto;
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s3-l {
  width: 40.4375%;
}

.s3-l ul li+li {
  margin-top: 0.7rem;
}

.s3-l ul li a {
  display: flex;
}

.s3-l ul li a .day {
  font-family: Philosopher-Regular;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #7F1313;
  margin-right: 0.1rem;
}

.s3-l ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s3-l ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #181818;
  transition: all 0.5s;
}

.s3-l ul li a .tx span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #7C7C7C;
  margin-top: 0.19rem;
  transition: all 0.5s;
}

.s3-l ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  text-transform: uppercase;
  letter-spacing: normal;
  color: #898989;
  margin-top: 0.2rem;
}

.s3-l ul li .gg-x {
  margin-bottom: 0;
  margin-top: 0.35rem;
}

.s3-l ul li .gg-x::after {
  left: auto;
  right: 0.56rem;
}

.s3-r {
  width: 56%;
}

.s3-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s3-r ul li {
  width: 31.76%;
}

.s3-r ul li a {
  display: block;
  border-radius: 0.1rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.2);
  padding: 0.36rem 0.3rem 0.37rem;
}

.s3-r ul li a .date {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #7C7C7C;
}

.s3-r ul li a .date b {
  font-family: Philosopher-Regular;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #7F1313;
  margin-right: 0.05rem;
}

.s3-r ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  text-align: justify;
  letter-spacing: normal;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  transition: all 0.5s;
}

.s3-r ul li a .pic {
  /* padding-top: 58.54%; */
  padding-top: 2.69rem;
  border-radius: 0.12rem;
}

.s3-r ul li a .pic .a {
  background;
  background-size: contain !important;
}

/* section4 */
.section4 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  background: url(../images/s4-bg.png) no-repeat center center / cover;
}

.section4 .title {
  justify-content: center;
}

.s4 ul {}

.s4 ul li {
  display: block;
}

.s4 ul li h3 {
  font-family: Philosopher-Regular;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #7F1313;
}

.s4 ul li .r {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.2rem;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
  margin-top: 0.15rem;
}

/* section5 */
.section5 {
  padding-top: 0.83rem;
}

.section5 .title {
  justify-content: center;
}

.s5 {
  position: relative;
}

.s5 ul li a {
  display: block;
  clip-path: polygon(0 100%, 0 0, 100% 5%, 100% 95%);
}

.s5 ul li.swiper-slide-active+li a {
  clip-path: none;
}

.s5 ul li.swiper-slide-active+li+li a {
  clip-path: polygon(0 95%, 0% 5%, 100% 0%, 100% 100%);
}

.s5 ul li a .pic {
  padding-top: 53.14%;
  border-radius: 0.1rem;
}

.s5 .swiper-button-prev,
.s5 .swiper-button-next {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 1px solid #7F1313;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.24rem auto;
  transition: all 0.5s;
}

.s5 .swiper-button-prev {
  left: -0.96rem;
  background-image: url(../images/s4-prev.png);
}

.s5 .swiper-button-next {
  right: -0.96rem;
  background-image: url(../images/s4-next.png);
}

.s5 .swiper-button-prev:hover {
  background-color: #7F1313;
  background-image: url(../images/s4-prev2.png);
}

.s5 .swiper-button-next:hover {
  background-color: #7F1313;
  background-image: url(../images/s4-next2.png);
}

/* section6 */
.section6 {
  padding-top: 1.63rem;
  padding-bottom: 1.68rem;
  background: url(../images/s6-bg.png) no-repeat center bottom / 100% auto;
}

.s6,
.s6-l .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s6-l {
  width: 49%;
}

.s6-l .box .l {
  width: 47.95%;
}

.s6-l .box .l ul {
  display: block;
}

.s6-l .box .l ul li a {
  display: block;
}

.s6-l .box .l ul li+li {
  margin-top: 0.2rem;
}

.s6-l .box .l ul li a .pic {
  /* padding-top: 85.1%; */
  padding-top: 3.2rem;
}

.s6-l .box .l ul li a .pic::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.s6-l .box .l ul li a .tx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0.2rem 0.1rem 0.2rem;
}

.s6-l .box .l ul li a .tx .date {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
  display: none;
}

.s6-l .box .l ul li a .tx .date b {
  font-family: Philosopher-Regular;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-right: 0.1rem;
}

.s6-l .box .l ul li a .tx h3 {
  margin-top: 0.13rem;
  font-family: Source Han Sans CN-Bold;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s6-l .box .r {
  width: 47.95%;
  background: #FFFFFF;
  box-shadow: 0px 0.06rem 0.37rem 0px rgba(0, 0, 0, 0.05);
}

.s6-l .box .r ul {
  padding: 1px 0.24rem 0 0.24rem;
}

.s6-l .box .r ul li a {
  display: block;
  padding: 0.25rem 0;
  border-top: 1px solid rgba(127, 19, 19, 0.1);
}

.s6-l .box .r ul li:first-child a {
  border-top: 0;
}

.s6-l .box .r ul li a .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s6-l .box .r ul li a .t .ly {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.16rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #7F1313;
}

.s6-l .box .r ul li a .t .sj {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.16rem;
  letter-spacing: normal;
  color: #7F1313;
  background: url(../images/s6-lsj.png) no-repeat left center / 0.12rem auto;
  padding-left: 0.22rem;
}

.s6-l .box .r ul li a h3 {
  margin-top: 0.13rem;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 0.52rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #353535;
  transition: all 0.5s;
}

.s6-r {
  width: 49%;
}

.s6-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s6-r ul li {
  width: 50%;
}

.s6-r ul li:first-child {
  width: 100%;
}

.s6-r ul li a {
  display: block;
  position: relative;
}

.s6-r ul li a .pic {
  /* padding-top: 56.12%; */
  padding-top: 2.2rem;
}

.s6-r ul li:first-child a .pic {
  /* padding-top: 56.12%; */
  padding-top: 4.4rem;
}

.s6-r ul li a .pic::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.s6-r ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.24rem 0.2rem;
  display: flex;
  align-items: center;
}

.s6-r ul li a .tx img {
  display: block;
  width: 0.32rem;
  margin-right: 0.16rem;
}

.s6-r ul li a .tx h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

/* section7 */
.section7 {
  padding: 0.75rem 0;
  background: url(../images/s7-bg.jpg) no-repeat center center / cover;
}

.section7 .title {
  flex-direction: column;
  margin-bottom: 0;
}

.section7 .title .more {
  position: static;
  transform: none;
  text-align: center;
}

.section7 .title .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.45rem;
  width: 1.8rem;
  height: 0.52rem;
  line-height: 0.52rem;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  transition: all 0.5s;
  position: relative;
}

.section7 .title .more a img {
  display: block;
  width: 0.21rem;
  margin-left: 0.15rem;
}

.section7 .title .more a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: #7F1313;
  z-index: -1;
  transition: all 0.5s;
}




@media screen and (min-width: 1025px) {
  a:hover .gg-x::after {
    left: 100%;
  }

  .s1-r ul li:hover a {
    border-radius: 0.1rem;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.17rem 0px rgba(227, 206, 206, 0.5);
  }

  .s1-r ul li:hover a h3 {
    font-weight: bold;
    color: #7F1313;
  }

  .s3-l ul li:hover .gg-x::after {
    right: 100%;
  }

  .s3-l ul li:hover a .tx h3 {
    color: #7F1313;
    font-weight: bold;
  }

  .s3-l ul li:hover a .tx span {
    color: #7F1313;
  }

  .s3-r ul li:hover a h3 {
    font-weight: bold;
  }

  .s6-l .box .r ul li:hover a h3 {
    font-weight: bold;
    color: #7F1313;
  }

  .section7 .title .more a:hover::before {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1500px) {
  .s3-l {
    width: 25%;
  }

  .s3-l ul li+li {
    margin-top: 1.5rem;
  }

  .s3-r {
    width: 70%;
  }

  .s3-r ul li a .pic {
    padding-top: 3.6rem;
  }

}


@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-list::after {
    content: none;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    width: 0.05rem;
    height: 0.05rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.16rem;
    height: 0.16rem;
  }

  .title {
    margin-bottom: 0.25rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c p {
    font-size: 0.15rem;
  }

  .title .x {
    width: 0.57rem;
    height: 0.09rem;
    margin: 0 auto 0.04rem auto;
  }

  .more a {
    font-size: 0.15rem;
  }

  .gg-bt {
    font-size: 0.18rem !important;
  }

  .section1 {
    padding: 0.3rem 0
  }

  .section1 .title .x {
    margin: 0.02rem auto 0.04rem auto;
  }

  .s1 {
    flex-direction: column;
  }

  .s1-l .slick-dots {
    bottom: 1.65rem;
  }

  .s1-l {
    width: 100%;
  }

  .s1-l ul li a .pic {
    padding-top: 60.83%;
  }

  .s1 ul li a .tx {
    padding: 0.15rem;
  }

  .s1 ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    height: 0.52rem;
  }

  .gg-x,
  .s1-r .gg-x {
    margin: 0.2rem 0;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.1rem;
  }

  .s1-r ul li a {
    padding: 0.1rem 0;
  }

  .s1-r ul li+li {
    margin-top: 0;
  }

  .s1-r ul li a .pic {
    margin-right: 0.2rem;
  }

  .s1-r ul li a .tx {
    padding: 0;
  }

  .s1-r ul li a .tx h3 {
    height: auto;
    line-height: 0.26rem;
  }

  .s2 .title .k .tit-c h3 {
    font-size: 0.2rem;
  }

  .s2 .title .k .tit-c+.tit-c {
    margin-left: 0.3rem;
  }

  .s2 .title .k .tit-c+.tit-c::before {
    left: -0.19rem;
    font-size: 0.18rem;
  }

  .s2 .title .k .tit-c.on h3 {
    font-size: 0.26rem;
  }

  .s2 .qh-bd .k ul {
    margin: 0 -0.1rem;
  }

  .s2 .qh-bd .k ul li a {
    padding: 0.15rem;
    margin: 0.1rem 0.1rem;
  }

  .s2 .qh-bd .k ul li a .date b {
    font-size: 0.26rem;
  }

  .s2 .qh-bd .k ul li a .date b::after {
    height: 0.14rem;
    margin-top: 0;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3-l {
    width: 100%;
  }

  .s3-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s3-l ul li .gg-x {
    margin-top: 0.2rem;
  }

  .s3-l ul li a .day {
    font-size: 0.26rem;
  }

  .s3-l ul li a .tx span {
    margin-top: 0.1rem;
  }

  .s3-l ul li a .tx p {
    margin-top: 0.1rem;
    height: auto;
  }

  .s3-l ul li+li {
    margin-top: 0.2rem;
  }

  .s3-r ul li {
    width: 31%;
  }

  .s3-r ul li a {
    padding: 0.2rem;
  }

  .s3-r ul li a .date b {
    font-size: 0.26rem;
  }

  .s3-r ul li a h3 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .s3-r ul li a .pic {
    padding-top: 103.54%;
  }

  .section4 {
    padding: 0.3rem 0 0 0;
  }

  .s4 ul li {
    margin-bottom: 0.24rem;
  }

  .s4 ul li h3 {
    font-size: 0.48rem;
    margin-right: 0.1rem;
  }

  .s4 ul li .r {
    font-size: 0.18rem;
  }

  .section5 {
    padding-top: 0.3rem;
  }

  .s5 .swiper-button-prev,
  .s5 .swiper-button-next {
    display: none;
  }

  .s5 .swiper-button-prev {
    left: 0;
  }

  .s5 .swiper-button-next {
    right: 0;
  }

  .section6 {
    padding: 0.3rem 0;
  }

  .s6-l {
    width: 100%;
  }

  .s6-l .box {
    flex-direction: column;
  }

  .s6-l .box .l {
    width: 100%;
  }

  .s6-l .box .l ul li a .pic {
    padding-top: 85.1%;
  }

  .s6-l .box .r {
    width: 100%;
  }

  .s6-l .box .l ul li a .tx {
    padding: 0.15rem;
  }

  .s6-l .box .l ul li a .tx .date b {
    font-size: 0.26rem;
  }

  .s6-l .box .l ul li a .tx h3 {
    margin-top: 0.05rem;
  }

  .s6-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s6-l .box .r ul {
    padding: 0 0.15rem;
  }

  .s6-l .box .r ul li a {
    padding: 0.2rem 0;
  }

  .s6-l .box .r ul li a h3 {
    height: auto;
    margin-top: 0.1rem;
  }

  .s6-l .box .r ul li a .t .sj {
    font-size: 0.16rem;
  }

  .s6-r ul li a .tx {
    padding: 0 0.15rem 0.15rem;
  }

  .s6-r ul li a .tx img {
    width: 0.24rem;
    margin-right: 0.1rem;
  }

  .s6-r ul li a .pic {
    padding-top: 56.12% !important;
  }

  .section7 {
    padding: 0.3rem 0;
  }

  .section7 .title .more a {
    margin-top: 0.25rem;
    width: 1.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }


}


@media screen and (max-width: 968px) {
  .s3-r ul li a .pic {
    padding-top: 130%;
  }
}

@media screen and (max-width: 768px) {
  .s3-r ul li a .pic {
    padding-top: 130%;
  }

  .section1 {
    background-size: 2rem auto;
  }

  .s5 ul li a {
    clip-path: none !important;
  }
}

@media screen and (max-width: 640px) {
  .s3-r ul li a .pic {
    padding-top: 85%;
  }

  .s2 .qh-bd .k ul li {
    width: 100%;
  }

  .s2 .more a.on {
    display: none;
  }

  .s2 .qh-bd .k .more {
    display: block;
    text-align: center;
  }

  .s2 .qh-bd .k .more a.on {
    display: inline-block;
  }

  .s4 ul {
    justify-content: space-between;
  }

  .s4 ul li {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .s1-r ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 56.77%;
    margin-right: 0;
  }

  .s1-r ul li a .tx {
    flex: none;
    width: 100%;
    margin-top: 0.15rem;
  }

  .s2 .title .k {
    overflow-x: auto;
    white-space: nowrap;
    min-width: 100%;
  }

  .s3-r ul li {
    width: 100%;
  }

  .s3-r ul li+li {
    margin-top: 0.2rem;
  }

  .s3-r ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.15rem;
  }

  .s3-r ul li a .tx {
    flex: 1;
    min-width: 0;
  }

  .s3-r ul li a .pic {
    width: 0.9rem;
    padding-top: 1.08rem;
    margin-left: 0.2rem;
  }

  .s3-r ul li a .tx h3 {
    margin-bottom: 0;
    margin-top: 0.1rem;
  }

  .s6-r ul li {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}