@charset "UTF-8";

body {
  overflow-x: hidden;
}

/* .loding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
} */

/*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: 39.73%;
}

.banner .slick-slide a .pic::before {
  content: none;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.88rem;
  opacity: 0.9;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 95%);
  z-index: 1;
}

.banner .slick-list::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14%;
  background: linear-gradient(360deg, rgba(0, 35, 79, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner .pic::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18.75%;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-slide .a {
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale .a {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.32rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.18rem;
  padding: 0;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.banner .slick-dots li span {
  font-size: 0;
}

.banner .slick-dots li.slick-active {
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: transparent;
  border: 1px dashed #FFFFFF;
}

.banner .slick-dots li.slick-active span {
  font-family: Arial;
  font-size: 0.14rem;
  color: #FFFFFF;
  vertical-align: middle;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.4rem;
  
}

.banner .slick-next {
  right: 0.4rem;
  
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */

/*首页样式*/

.title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0.4rem;
}

.tit-c {
  display: inline-block;
}

.tit-c p {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #8C8C8C;
  background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #8C8C8C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
}

.tit-c h3 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  margin-top: -0.2rem;
}

.tit-c h3 b {
  color: #802922;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  transition: all 0.3s;
}

.more a img {
  display: block;
  width: 0.39rem;
  margin-left: 0.05rem;
}

.more a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.title.white .tit-c h3,
.title.white .tit-c h3 b,
.title.white .more a {
  color: #fff;
}

.title.white .tit-c p {
  color: #fff;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-background-clip: text;
}

/*主体*/

/* section1 */

.section1 {
  padding: 0.64rem 0 0.8rem 0;
  overflow: hidden;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 57.35%;
}

.jdt a {
  display: block;
  position: relative;
  z-index: 1;
}

.jdt a .date {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 0.88rem;
  height: 0.88rem;
  background: rgba(128, 41, 34, 0.9);
  color: #fff;
}

.jdt a .date b {
  display: block;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.47rem;
  letter-spacing: normal;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.jdt a .date span {
  display: block;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.06rem;
}

.jdt a .pic {
  /* padding-top: 53.54%; */
  padding-top: 4.3rem;
}

.jdt a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25.14%;
  opacity: 0.1;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.jdt a h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.jdt a p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  margin-top: 0.09rem;
  color: #333;
}

.jdt .swiper-pagination {
  position: static;
  height: 1px;
  border: 1px solid rgba(102, 0, 51, 0.3);
  margin-top: 0.13rem;
}

.jdt .swiper-pagination span {
  height: 3px;
  background: #660033;
  margin-top: -2px;
}

.jdt .swiper-button {
  position: absolute;
  right: 0;
  bottom: 0.89rem;
  z-index: 1;
}

.jdt .swiper-button>div {
  position: static;
  margin-top: 0;
  width: 0.47rem;
  height: 0.47rem;
  background-color: #802922;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.23rem auto;
}

.jdt .swiper-button>div:hover {
  background-color: #F1AB60;
}

.jdt .swiper-button-prev {
  background-image: url(../images/jdt-prev.png);
}

.jdt .swiper-button-next {
  margin-top: 0.18rem;
  background-image: url(../images/jdt-next.png);
}

.s1-r {
  width: 39.71%;
}

.s1-r ul {}

.s1-r ul li a {
  display: block;
}

.s1-r ul li a .show {
  display: flex;
  align-items: center;
  padding: 0.26rem 0;
  border-top: 1px solid rgba(128, 41, 34, 0.3);
  position: relative;
  transition: all 0.5s;
}

.s1-r ul li a .show::before {
  content: "";
  position: absolute;
  right: 0;
  top: -0.04rem;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #fff;
  border: 1px solid rgba(128, 41, 34, 0.3);
  border-radius: 50%;
  transition: all 0.5s;
}

.s1-r ul li a .show::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  right: 0;
  width: 0.58rem;
  border-top: 2px solid #802922;
  transition: all 0.5s;
}

.s1-r ul li a .show span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  color: #802922;
  margin-left: 0.2rem;
  position: relative;
}

.s1-r ul li a .show h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s1-r ul li.on a .show {
  display: none;
}

.s1-r ul li a .hide {
  display: none;
  position: relative;
  transition: all 0.5s;
}

.s1-r ul li.on a .hide {
  display: flex;
  align-items: center;
  padding: 0.15rem 0.18rem 0.15rem 0.3rem;
  color: #fff;
  background: #802922;
}

.s1-r ul li a .hide .l {
  flex: 1;
  min-width: 0;
}

.s1-r ul li a .hide .l h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  color: #F9FCFE;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.07rem;
}

.s1-r ul li a .hide .l span {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #F1AB60;
}

.s1-r ul li a .hide .r {
  width: 1.96rem;
  margin-left: 0.25rem;
}

.s1-r ul li a .hide .r .pic {
  padding-top: 60.71%;
}

/* section2 */
.section2 {
  background: url(../images/s2-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 0.76rem;
}

.s2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s2 .title {
  text-align: left;
}

.s2-l,
.s2-r {
  width: 48%;
}


.s2-list-l li a {
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
  border-bottom: 1px solid #E4E4E4;
  transition: all 0.4s;
  background: transparent;
}

.s2-list-l li:last-child a {
  border-bottom: none;
}



.s2-list-l li a .date {
  width: 0.7rem;
  height: 0.66rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  transition: all 0.4s;
}

.s2-list-l li a .date b {
  font-size: 0.24rem;
  color: #333;
  line-height: 1;
  font-weight: normal;
  transition: all 0.4s;
}

.s2-list-l li a .date span {
  font-size: 0.14rem;
  color: #333;
  margin-top: 0.04rem;
  transition: all 0.4s;
}

.s2-list-l li a .tx {
  flex: 1;
  min-width: 0;
}

.s2-list-l li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #373737;
  transition: all 0.4s;
}

.s2-r-box {
  border-top: 0.03rem solid #802922;
  padding: 0 0.35rem 0.19rem 0.35rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(139, 7, 2, 0.1);
}

.s2-list-r li a {
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.s2-list-r li a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  right: 0;
  width: 0;
  border-bottom: 1px solid #802922;
  transition: all 0.5s;
}

.s2-list-r li a .date {
  text-align: center;
  border-right: 1px solid #DEDEDE;
  padding-right: 0.15rem;
  margin-right: 0.15rem;
  transition: all 0.4s;
}

.s2-list-r li a .date b {
  display: block;
  font-size: 0.24rem;
  line-height: 1;
  font-weight: normal;
  transition: all 0.4s;
}

.s2-list-r li a .date span {
  display: block;
  font-size: 0.14rem;
  margin-top: 0.08rem;
  transition: all 0.4s;
}

.s2-list-r li a .tx {
  flex: 1;
  min-width: 0;
}

.s2-list-r li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #333;
  transition: all 0.4s;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding-top: 0.6rem;
  background: url(../images/section3.jpg) no-repeat center top;
  background-size: 100% 70%;
}

.s3 {
  display: block;
  background: #FFFFFF;
  padding: 0.5rem 0.4rem 0.34rem 0.4rem;
  position: relative;
  z-index: 2;
}

.s3-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-list li {
  width: 48.5%;
  height: 1.38rem;
  margin-bottom: 0.12rem;
}

.s3-list li a {
  display: flex;
  align-items: flex-start;
  transition: all 0.5s;
}

.s3-list li a .date {
  width: 0.75rem;
  height: 0.86rem;
  border-radius: 0.2rem 0px 0.2rem 0px;
  background: #F2F2F2;
  text-align: center;
  padding-top: 0.15rem;
  transition: all 0.5s;
}

.s3-list li a .date b {
  display: block;
  font-size: 0.3rem;
  font-weight: normal;
  color: #802922;
  line-height: 1;
  transition: all 0.5s;
}

.s3-list li a .date span {
  display: block;
  font-size: 0.14rem;
  color: #888;
  line-height: 0.3rem;
  transition: all 0.5s;
}

.s3-list li a .tx {
  flex: 1;
  min-width: 0;
  padding: 0 0 0 0.17rem;
  transition: all 0.5s;
}

.s3-list li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #323232;
  margin-bottom: 0.08rem;
  transition: all 0.5s;
}

.s3-list li a .tx p {
  font-size: 0.14rem;
  color: #7C7C7C;
  line-height: 0.25rem;
  height: 0.5rem;
  transition: all 0.5s;
}

/* section4 */
.section4 {
  position: relative;
  z-index: 1;
  padding: 0.87rem 0 1.53rem 0;
}

.section4::before {
  content: '';
  position: absolute;
  top: -1.6rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/s4-bg.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.s4 {
  position: relative;
}

.s4 ul li a {
  display: block;
  background: #FFFFFF;
  padding: 0.33rem 0.4rem 0.46rem 0.4rem;
  transition: all 0.5s;
}

.s4 ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  color: #333;
  transition: all 0.5s;
}

.s4 ul li a span {
  display: block;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #802922;
  padding-bottom: 0.24rem;
  margin-bottom: 0.24rem;
  border-bottom: 1px solid rgba(173, 26, 68, 0.2);
  transition: all 0.5s;
}

.s4 .swiper-button-prev,
.s4 .swiper-button-next {
  width: 0.57rem;
  height: 0.57rem;
  background: #802922;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.15rem auto;
}

.s4 .swiper-button-prev:hover,
.s4 .swiper-button-next:hover {
  background-color: #F1AB60;
}

.s4 .swiper-button-prev {
  left: -0.78rem;
  background-image: url(../images/s4-prev.png);
}

.s4 .swiper-button-next {
  right: -0.78rem;
  background-image: url(../images/s4-next.png);
}

@media screen and (min-width: 1025px) {
  .s2-list-l li a:hover {
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(139, 7, 2, 0.1);
    border-bottom-color: transparent;
    padding: 0.1rem;
    transform: translateY(-2px);
  }

  .s2-list-l li a:hover .date {
    background: #802922;
  }

  .s2-list-l li a:hover .date b,
  .s2-list-l li a:hover .date span {
    color: #FFFFFF;
  }

  .s2-list-l li a:hover .tx h3 {
    color: #802922;
  }

  .s2-list-r li a:hover .date b,
  .s2-list-r li a:hover .date span {
    color: #802922;
  }

  .s2-list-r li a:hover .tx h3 {
    color: #802922;
  }

  .s2-list-r li:hover a::after {
    left: 0;
    width: 100%;
  }

  .s3-list li a:hover .tx {
    padding: 0.25rem 0.2rem 0.29rem 0.23rem;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(139, 7, 2, 0.1);
  }

  .s3-list li a:hover .date {
    background: #802922;
  }

  .s3-list li a:hover .date b,
  .s3-list li a:hover .date span {
    color: #F2F2F2;
  }

  .s3-list li a:hover .tx h3 {
    color: #842C25;
  }

  .s4 ul li:hover a h3 {
    color: #802922;
  }
}

@media screen and (max-width: 1600px) {}

@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::after {
    content: none;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    margin: 0 0.1rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.38rem;
    height: 0.38rem;
    line-height: 0.38rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    margin-top: -0.15rem;
  }

  .tit-c p {
    font-size: 0.3rem;
  }

  .more a {
    font-size: 0.16rem;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .jdt .swiper-button::before {
    content: none;
  }

  .jdt a .date {
    width: 0.68rem;
    height: 0.68rem;
  }

  .jdt a .date b {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }

  .jdt a .date span {
    font-size: 0.16rem;
    margin-top: 0;
  }

  .jdt a h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .s1-r ul li a .show h3 {
    font-size: 0.18rem;
  }

  .s2-list-l li a .tx h3,
  .s2-list-r li a .tx h3 {
    font-size: 0.18rem;
  }

  .s1-r ul li a .hide .l span {
    font-size: 0.16rem;
  }

  .s1-r ul li a .show span::after {
    top: -0.28rem;
  }

  .s1-r ul li a .hide .l h3 {
    font-size: 0.18rem;
  }

  .jdt .swiper-button {
    bottom: 0.79rem;
  }

  .jdt .swiper-button>div {
    width: 0.34rem;
    height: 0.34rem;
    background-size: 0.18rem auto;
  }

  .s1-r ul li a .hide .r {
    margin-left: 0.2rem;
  }

  .section2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .section3 {
    padding-top: 0.3rem;
  }

  .s3-list li a .tx h3 {
    font-size: 0.18rem;
  }

  .section4 {
    padding: 0.3rem 0;
  }

  .s4 .swiper-button-prev {
    left: 0;
  }

  .s4 .swiper-button-next {
    right: 0;
  }

  .s4 ul li a span,
  .s4 ul li a h3 {
    font-size: 0.18rem;
  }

  .s4 ul li a {
    padding: 0.2rem;
  }

  .s4 .swiper-button-prev,
  .s4 .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .title {
    text-align: left;
  }

  .jdt {
    width: 100%;
  }

  .jdt a .pic {
    padding-top: 53.54%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s1-r ul li.on a .hide {
    padding: 0.2rem;
  }

  .s1-r ul li a .hide .l span::before {
    left: -0.2rem;
    width: 0.15rem;
    background-size: auto 100%;
  }

  .s2 {
    flex-direction: column;
  }

  .s2-l,
  .s2-r {
    width: 100%;
  }

  .s2-r {
    margin-top: 0.4rem;
  }

  .s2-r-box {
    padding: 0 0.2rem 0.2rem;
  }

  .s3 {
    padding: 0.2rem 0.2rem 0;
  }

  .s3-list li {
    height: auto;
    margin-bottom: 0.2rem;
  }

}

@media screen and (max-width: 480px) {
  .s3-list li {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}