﻿@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: auto;
}

.banner .slick-slide a .pic {
  padding-top: 0;
  height: 5.35rem;
}

.banner .slick-slide a .pic video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.banner .slick-slide a img {
  min-height: 1.5rem;
}

.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;
  bottom: 0;
  left: 0;
  right: 0;
  height: 23.36%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
  object-fit: cover;
}

@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 {
  max-width: 14rem;
  margin: 0 auto;
  bottom: 0.2rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.06rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.3;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.36rem;
  border-radius: 0.3rem;
  background: #FFFFFF;
  opacity: 1;
}

.banner .slick-dots li button {
  display: none;
} */

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.17rem;
  height: 0.31rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 2.1rem;
}

.banner .slick-next {
  right: 2.1rem;

}

.banner .slick-prev:hover,
.banner .slick-next:hover {} */

/* 
.down-page {
  position: absolute;
  width: 0.89rem;
  height: 0.89rem;
  line-height: 0.89rem;
  left: 50%;
  bottom: 0.23rem;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.down-page::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.down-page>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.27rem;
  animation: move 1.5s infinite ease-in-out;
  cursor: pointer;
}

@keyframes move {

  0%,
  100% {
    top: 45%;
  }

  50% {
    top: calc(45% + 0.1rem);
  }
} */

/*首页样式*/
.title {
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.4rem;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #000;
  position: relative;
  z-index: 1;
  padding-left: 0.35rem;
}

.tit-c h3::before {
  content: '';
  position: absolute;
  top: -0.12rem;
  left: 0;
  width: 0.51rem;
  height: 0.44rem;
  background: url(../images/tit.png) no-repeat center;
  background-size: 100% 100%;
}

.tit-c h3 b {
  color: #aa1727;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #000;
  transition: all 0.5s;
}

.more a img {
  display: block;
  width: 0.19rem;
  margin-left: 0.07rem;
}

.more a:hover {
  color: #aa1727;
  font-weight: bold;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section1 */
.index {
  background-color: #fff;
  padding: 0.73rem 0.65rem 0.65rem;
  margin-bottom: 1.6rem;
}

.section1 {}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 55.55%;
}

.jdt ul li a {
  display: block;
}

.jdt ul li a .pic {
  /* padding-top: 56.25%; */
  padding-top: 4.5rem;
}

.jdt ul li a .tx {
  width: 82.5%;
  margin-top: -0.37rem;
  padding: 0.17rem 0.35rem 0.17rem 0.25rem;
  position: relative;
  z-index: 1;
  background: linear-gradient(247deg, transparent 0.4rem, #aa1727 0);
}

.jdt ul li a .tx span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  color: #fffefc;
}

.jdt ul li a .tx h3 {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
  transition: all 0.5s;
}

.jdt .slick-dots {
  bottom: 0.84rem;
  right: 0.33rem;
  width: auto;
  font-size: 0;
}

.jdt .slick-dots li {
  margin: 0 0.07rem;
  width: 0.09rem;
  height: 0.09rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.5s;
  vertical-align: middle;
}

.jdt .slick-dots li.slick-active {
  opacity: 1;
}

.jdt .slick-dots li button {
  display: none;
}

.jdt .slick-prev,
.jdt .slick-next {
  top: auto;
  transform: none;
  bottom: 0;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px dashed rgba(170, 23, 39, 0.2);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.jdt .slick-prev {
  left: auto;
  right: 0.52rem;
  background-image: url(../images/prev.png);
}

.jdt .slick-next {
  background-image: url(../images/next.png);
}

.jdt .slick-prev:hover,
.jdt .slick-next:hover {
  border: 1px solid rgba(170, 23, 39, 1);
}

.s1-r {
  width: 37.5%;
}

.s1-r ul {}

.s1-r ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0.23rem 0 0.24rem 0;
  transition: all 0.5s;
}

.s1-r ul li:first-child a {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.s1-r ul li a .date {
  display: block;
  width: 0.75rem;
  height: 0.8rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.05rem;
  border: solid 1px #e5e4e2;
  border-top: 3px solid #aa1727;
  margin-right: 0.25rem;
  font-family: sys;
  padding-top: 0.05rem;
}

.s1-r ul li a .date b {
  display: block;
  font-size: 0.4rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #aa1727;
}

.s1-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #999999;
  margin-top: 0.05rem;
}

.s1-r ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.64rem;
  letter-spacing: 0px;
  color: #000;
}


/* section2 */
.section2 {
  margin-top: 0.9rem;
}

.s2-b ul li a {
  display: block;
  background-color: #f2f2f2;
  padding: 0.55rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-b ul li a::before {
  content: '';
  position: absolute;
  bottom: 1.28rem;
  left: 0;
  width: 100%;
  height: 0.62rem;
  background: url(../images/s2-x1.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}

.s2-b ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.9rem;
  margin-top: 0.22rem;
  transition: all 0.5s;
}

.s2-b ul li a .ly {
  display: inline-block;
  border-radius: 0.15rem;
  border: solid 1px #aa1727;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #aa1727;
  padding: 0 0.11rem;
  transition: all 0.5s;
}

.s2-b ul li a .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.46rem;
}

.s2-b ul li a .b .date {
  font-family: sys;
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: 0px;
  color: #999999;
  transition: all 0.5s;
}

.s2-b ul li a .b .date b {
  font-size: 0.4rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #aa1727;
  margin-right: 0.05rem;
  transition: all 0.5s;
}

.s2-b ul li a .b .gd {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../images/s2-sj.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.13rem auto;
  transition: all 0.5s;
}

.s2-b .swiper-box {
  margin-top: 0.58rem;
  position: relative;
}

.s2-b .swiper-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.s2-b .swiper-button {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background-color: #aa1727;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13.33%;
  position: relative;
  z-index: 1;
}

.s2-b .swiper-button>div {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.09rem;
  height: 0.16rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.s2-b .swiper-button-prev {
  background-image: url(../images/s2-prev.png);
}

.s2-b .swiper-button-next {
  background-image: url(../images/s2-next.png);
}

.s2-b .swiper-button span {
  display: block;
  font: 0.14rem;
  color: #fff;
  opacity: 0.1;
  margin: 0 0.05rem;
}

/* section3 */
.section3 {
  margin-top: 0.9rem;
}

.s3 {
  position: relative;
  z-index: 1;
}

.s3 .swiper-slide {
  width: 7rem;
  transition: all 0.5s;
}

.s3 .swiper-slide a {
  display: block;
  position: relative;
  z-index: 1;
}

.s3 .swiper-slide a .pics {
  position: relative;
}

.s3 .swiper-slide a .pics .pic {
  padding-top: 56.28%;
}

.s3 .swiper-slide a .pics .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%); */
}

.s3 .swiper-slide.swiper-slide-active a .pics .pic::after {
  height: 70%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
}

.s3 .swiper-slide a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.3rem 0.2rem 0.3rem;
  opacity: 0;
}

.s3 .swiper-slide a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: url(../images/s2-sj2.png) no-repeat right center;
  background-size: 0.13rem auto;
  padding-right: 0.23rem;
}

.s3 .swiper-slide.swiper-slide-active a .tx {
  opacity: 1;
}

.pub-arrow div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.09rem auto;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
}

.pub-arrow-l {
  left: 2.65rem;
  background-image: url(../images/s2-prev.png);
}

.pub-arrow-r {
  right: 2.65rem;
  background-image: url(../images/s2-next.png);
}

.pub-arrow div:hover {
  border-color: #fff;
}

/* section4 */
.section4 {
  margin-top: 0.9rem;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.s4-l {
  width: 60%;
}

.s4-l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4-l ul li {
  width: 45%;
}

.s4-l ul li a {
  display: block;
  padding: 0.32rem 0;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
  position: relative;
}

.s4-l ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.18rem;
  width: 0.37rem;
  height: 0.37rem;
  border-radius: 50%;
  background: #aa1727 url(../images/s2-sj2.png) no-repeat center center;
  background-size: 0.13rem auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s4-l ul li span {
  display: block;
  font-family: sys;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #999999;
}

.s4-l ul li h3 {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.s4-r {
  width: 34.72%;
}

.s4-r ul li {
  margin-top: 0.4rem;
}

.s4-r ul li a {
  display: block;
  position: relative;
}

.s4-r ul li a .pic {
  padding-top: 56.4%;
}

.s4-r ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
}

.s4-r ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.25rem 0.1rem 0.25rem;
}

.s4-r ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #ffffff;
}

/* hover效果 */
@media screen and (min-width: 1025px) {
  .s1-r ul li:hover a .date {
    background-color: #aa1727;
  }

  .s1-r ul li:hover a .date b,
  .s1-r ul li:hover a .date span {
    color: #FFFFFF;
  }

  .s1-r ul li:hover a h3 {
    color: #aa1727;
  }

  .s2-b ul li:hover a {
    background: url(../images/s2-libg.png) no-repeat center top;
    background-size: cover;
  }

  .s2-b ul li:hover a::before {
    background-image: url(../images/s2-x2.png);
  }

  .s2-b ul li:hover a h3 {
    color: #fff;
  }

  .s2-b ul li:hover a .ly {
    border: solid 1px #fff;
    color: #fff;
  }

  .s2-b ul li:hover a .b .date {
    color: #fff;
  }

  .s2-b ul li:hover a .b .date b {
    color: #fff;
  }

  .s2-b ul li:hover a .b .gd {
    background-color: #fff;
  }

  .s4-l ul li:hover a::after {
    left: 100%;
    opacity: 1;
    visibility: visible;
  }

  .s4-l ul li:hover a {
    border-bottom: 1px solid #aa1727;
  }

  .s4-l ul li:hover h3 {
    color: #aa1727;
  }
}


@media screen and (max-width: 1024px) {
  .index {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 0.3rem;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    padding-left: 0.16rem;
  }

  .tit-c h3::before {
    top: -0.06rem;
    width: 0.31rem;
    height: 0.27rem;
  }

  .jdt {
    width: 100%;
  }

  .jdt ul li a .pic {
    padding-top: 65.25%;
  }

  .jdt ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .jdt ul li a .tx {
    width: 100%;
    margin-top: 0;
    padding: 0.15rem;
    background: #aa1727;
  }

  .jdt .slick-dots {
    bottom: 1.1rem;
    right: 0.1rem;
  }

  .jdt .slick-prev,
  .jdt .slick-next {
    display: none !important;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.25rem;
  }

  .s1-r ul li a {
    padding: 0.2rem 0;
  }

  .s1-r ul li a h3 {
    height: auto;
    max-height: 0.64rem;
    font-size: 0.18rem;
  }

  .s1-r ul li a .date {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.2rem;
  }

  .s1-r ul li a .date b {
    font-size: 0.26rem;
  }

  .section2 {
    margin-top: 0;
  }

  .s2-b ul li a {
    padding: 0.25rem 0.15rem;
  }

  .s2-b ul li a h3 {
    font-size: 0.18rem;
  }

  .s2-b ul li a .b {
    margin-top: 0.3rem;
  }

  .s2-b ul li a .b .date b {
    font-size: 0.26rem;
  }

  .s2-b ul li a::before {
    bottom: 0.3rem;
  }

  .s2-b .swiper-box {
    display: none;
  }

  .section3 {
    margin-top: 0.3rem;
  }

  .pub-arrow-l {
    left: 15%;
  }

  .pub-arrow-r {
    right: 15%;
  }

  .s3 .swiper-slide a .tx {
    padding: 0 0.3rem 0.1rem 0.15rem;
  }

  .s3 .swiper-slide a .tx h3 {
    font-size: 0.18rem;
  }

  .pub-arrow div {
    width: 0.35rem;
    height: 0.35rem;
    background-size: 0.06rem auto;
  }

  .section4 {
    margin-top: 0.3rem;
  }

  .s4-l {
    width: 100%;
  }

  .s4-r {
    width: 100%;
  }

  .s4-l ul li h3,
  .s4-r ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s4-l ul li {
    width: 48.5%;
  }

  .s4-r ul li {
    margin-top: 0.2rem;
  }

  .s4-r ul li a .tx {
    padding: 0 0.15rem 0.15rem;
  }
}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 768px) {
  .pub-arrow-l {
    left: 0.1rem;
  }

  .pub-arrow-r {
    right: 0.1rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}