@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.3rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.36rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #8C030D;
  background-image: -webkit-linear-gradient(180deg, #E2491F 0%, #8C030D 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tit-c img {
  display: block;
}

.tit-c .titimg {
  width: 0.74rem;
}

.tit-c .titimg2 {
  width: 1.37rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #8C030D;
  background-image: -webkit-linear-gradient(180deg, #E2491F 0%, #8C030D 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s;
}

.more a img {
  display: block;
  width: 0.35rem;
  margin-left: 0.05rem;
}

.more a:hover {
  font-weight: bold;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section1 */
.section1 {
  padding: 0.6rem 0 0.8rem 0;
  overflow: hidden;
  background: url(../images/s1-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.s1-bimg {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.13rem;
  z-index: 1;
}

.s0 {
  margin-bottom: 0.6rem;
}

.s0 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s0 ul li {
  width: 48.85%;
}

.s0 ul li a {
  display: block;
  background: url(../images/s0-bg1.jpg) no-repeat center center;
  background-size: cover;
  font-family: sys;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.55rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #FFF0F0;
}

.s0 ul li:nth-child(2) a {
  background-image: url(../images/s0-bg2.jpg);
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 53.14%;
}

.jdt ul li a {
  display: block;
  position: relative;
}

.jdt ul li a .pic {
  /* padding-top: 65.99%; */
  padding-top: 4.91rem;
}

.jdt ul li a .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25.25%;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
}

.jdt ul li a .tx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 0.3rem 0.3rem;
}

.jdt ul li a .tx span {
  display: inline-block;
  font-family: sys;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.38rem;
  width: 1.2rem;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
  background-color: #E0C37D;
}

.jdt ul li a .tx h3 {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  transition: all 0.5s;
}

.jdt .slick-dots {
  bottom: 0.3rem;
  right: 0.26rem;
  width: auto;
  font-size: 0;
  height: 0.27rem;
}

.jdt .slick-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.26rem;
  width: 0.33rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.jdt .slick-dots li {
  margin: 0 0.07rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/jdt-dot1.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
  vertical-align: middle;
}

.jdt .slick-dots li.slick-active {
  width: 0.27rem;
  height: 0.27rem;
  background-image: url(../images/jdt-dot2.png);
}

.jdt .slick-dots li button {
  display: none;
}


.s1-r {
  width: 43.57%;
  position: relative;
  z-index: 1;
}

.s1-r ul {}

.s1-r ul li+li {
  margin-top: 0.16rem;
}

.s1-r ul li a {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  height: 0.85rem;
  line-height: 0.85rem;
  padding: 0 0.2rem;
  box-shadow: 0px 0px 0.1rem 0px #F3EEE4;
  transition: all 0.5s;
}

.s1-r ul li a span {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #8C030D;
  margin-right: 0.26rem;
  position: relative;
  z-index: 1;
}

.s1-r ul li a span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.13rem;
  height: 0.16rem;
  border-left: 1px solid #AEB5B3;
  z-index: -1;
}

.s1-r ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #404040;
}


/* section2 */
.section2 {
  padding: 0.54rem 0 0.85rem 0;
  overflow: hidden;
  background: url(../images/s2-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.s2-zs {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.18rem;
}

.s2 {
  margin-bottom: 0.75rem;
}

.s2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.32rem;
}

.s2 ul li {
  width: 33.333%;
}

.s2 ul li a {
  display: block;
  margin: 0 0.32rem;
}

.s2 ul li a .pic {
  padding-top: 61.32%;
}

.s2 ul li a .tx {
  padding-top: 0.22rem;
}

.s2 ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
}

.s2 ul li a .tx .b {
  margin-top: 0.26rem;
  position: relative;
  ;
}

.s2 ul li a .tx .b::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.2rem;
  height: 0.14rem;
  background: url(../images/s2-bjt1.png) no-repeat center center;
  background-size: 100% 100%;
}

.s2 ul li a .tx span {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  color: #8C030D;
  background-image: -webkit-linear-gradient(180deg, #E2491F 0%, #8C030D 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s2 ul li a .tx span img {
  display: block;
  width: 0.17rem;
  margin-right: 0.05rem;
}

.s2-b ul li {

  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-b ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.06rem;
  height: 2.24rem;
  background: url(../images/s2-bx.png) no-repeat left bottom;
  background-size: 100% 100%;
  z-index: -1;
}

.s2-b ul li.swiper-slide-active+li+li+li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.06rem;
  height: 2.24rem;
  background: url(../images/s2-bx.png) no-repeat left bottom;
  background-size: 100% 100%;
  z-index: -1;
}

.s2-b ul li a {
  display: block;
  padding: 0.28rem 0 0.45rem 0;
  margin: 0 0.3rem;
  border-bottom: 1px solid #BEBEBE;
}

.s2-b ul li a .date {
  font-family: sys;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9B9B9B;
  transition: all 0.5s;
}

.s2-b ul li a .date b {
  font-size: 0.3rem;
  font-weight: bold;
  margin-right: 0.1rem;
  color: #8C030D;
  background-image: -webkit-linear-gradient(180deg, #E2491F 0%, #8C030D 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s;
}

.s2-b ul li a .tx {}

.s2-b ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s2-b ul li a .tx p {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #666666;
  transition: all 0.5s;
}

.s2-b ul li a .tx .gd {
  margin-top: 0.2rem;
  position: relative;
}

.s2-b ul li a .tx .gd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 0.14rem;
  background: url(../images/s2-bjt1.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s2-b .swiper-pagination {
  position: static;
  font-size: 0;
  margin-top: 0.4rem;
}

.s2-b .swiper-pagination span {
  margin: 0 0.09rem !important;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: linear-gradient(315deg, #E2491F 0%, #8C030D 99%);
  opacity: 0.2;
  transition: all 0.5s;
}

.s2-b .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.36rem;
  border-radius: 0.3rem;
  opacity: 1;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
  background: url(../images/s3-bg.png) no-repeat center bottom;
  background-size: cover;
}

.section3 .title {
  text-align: center;
}

.s3 {}

.s3 .qh-tit {
  position: relative;
  padding-right: 1rem;
}

.s3 .qh-tit ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3 .qh-tit ul li {
  margin: 0 0.5rem;
  cursor: pointer;
  position: relative;
}

.s3 .qh-tit ul li+li::before {
  content: "";
  position: absolute;
  top: 0.17rem;
  left: -0.5rem;
  height: 0.2rem;
  border-left: 1px solid #BEBEBE;
  z-index: -1;
}

.s3 .qh-tit ul li .tit-c .titimg {
  /* opacity: 0; */
  display: none;
  transition: all 0.5s;
}

.s3 .qh-tit ul li .tit-c .titimg2 {
  opacity: 0;
  transition: all 0.5s;
}

.s3 .qh-tit ul li .tit-c h3 {
  color: #555555;
  background-image: -webkit-linear-gradient(180deg, #555555 0%, #555555 99%);
  transition: all 0.5s;
}

.s3 .qh-tit ul li.on .tit-c .titimg {
  /* opacity: 1; */
  display: block;
}

.s3 .qh-tit ul li.on .tit-c .titimg2 {
  opacity: 1;
}

.s3 .qh-tit ul li.on .tit-c h3 {
  color: #8C030D;
  background-image: -webkit-linear-gradient(180deg, #E2491F 0%, #8C030D 99%);
}

.s3 .more a {
  display: none;
}

.s3 .more a.on {
  display: flex;
}

.s3 .qh-bd {
  position: relative;
  overflow: hidden;
}

.s3 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.s3 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s3 .k ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3 .k ul li {
  width: 46.28%;
}

.s3 .k ul li a {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-bottom: 1px solid #BEBEBE;
  position: relative;
}

.s3 .k ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(270deg, #E2491F 0%, #8C030D 99%);
  transition: all 0.5s;
}

.s3 .k ul li a .gd {
  margin-top: 0.05rem;
  width: 0.3rem;
  height: 0.14rem;
  background: url(../images/s2-bjt3.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 0.5rem;
  transition: all 0.5s;
}

.s3 .k ul li a .date {
  font-family: sys;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #353535;
  margin-right: 0.3rem;
  transition: all 0.5s;
}

.s3 .k ul li a .date span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.02rem;
  width: 0.16rem;
  height: 0.11rem;
  background: url(../images/s3-x1.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s3 .k ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.26rem;
  transition: all 0.5s;
}

.s3 .k .more {
  display: none;
  position: static;
  transform: none;
}

.s3 .k .more a {
  display: flex;
  justify-content: center;
}

.s3-b {
  margin-top: 0.8rem;
}

.s3-b ul li a {
  display: block;
}

.s3-b ul li a .pic {
  padding-top: 44.35%;
}

/* hover效果 */
@media screen and (min-width: 1025px) {
  .s1-r ul li:hover a {
    background: url(../images/s1-rbg.png) no-repeat right center;
    background-size: 100% 100%;
    padding-right: 1rem;
  }

  .s1-r ul li:hover a span {
    color: #fff;
  }

  .s1-r ul li:hover a span::before {
    border-left-color: #D3C8B3;
  }

  .s1-r ul li:hover a h3 {
    color: #fff;
  }

  .s2 ul li:hover a .tx h3 {
    font-weight: bold;
  }

  .s2-b ul li:hover {
    background: url(../images/s2-bbg.jpg) no-repeat center center;
    background-size: 100% 100%;
  }

  .s2-b ul li:hover a .date {
    color: #FFFFFF;
  }

  .s2-b ul li:hover a .date b {
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(180deg, #fff 0%, #fff 99%);
  }

  .s2-b ul li:hover a .tx h3 {
    font-weight: bold;
    color: #FFFFFF;
  }

  .s2-b ul li:hover a .tx p {
    color: #FFFFFF;
    opacity: 0.7;
  }

  .s2-b ul li:hover a .tx .gd::after {
    left: 90%;
    background-image: url(../images/s2-bjt2.png);
  }


  .s3 .k ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .s3 .k ul li:hover a .gd {
    background-image: url(../images/s2-bjt4.png);
  }

  .s3 .k ul li:hover a .date span {
    background-image: url(../images/s3-x2.png);
  }

  .s3 .k ul li:hover a .date,
  .s3 .k ul li:hover a h3 {
    color: #8C030D;
    background-image: -webkit-linear-gradient(180deg, #E2491F 0%, #8C030D 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .s3 .k ul li:hover a h3 {
    font-weight: bold;
  }
}


@media screen and (max-width: 1024px) {
  .section1 {
    padding: 0.3rem 0;
  }

  .s0 ul li a {
    font-size: 0.26rem;
    line-height: 1rem;
  }

  .s0 {
    margin-bottom: 0.3rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c .titimg {
    width: 0.54rem;
  }

  .tit-c .titimg2 {
    width: 1.1rem;
  }

  .jdt {
    width: 100%;
  }

  .jdt ul li a .pic {
    padding-top: 65.99%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .jdt ul li a .tx span {
    font-size: 0.16rem;
    line-height: 0.3rem;
    width: 1rem;
  }

  .jdt ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .jdt ul li a .tx {
    padding: 0 0 0.1rem 0.1rem;
  }

  .s1-r ul li a {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.1rem;
  }

  .s1-bimg {
    width: 2rem;
  }

  .section2 {
    padding: 0.3rem 0;
  }

  .s2-zs {
    width: 1.18rem;
  }

  .s2 ul {
    margin: 0 -0.1rem;
  }

  .s2 ul li a {
    margin: 0 0.1rem;
  }

  .s2 {
    margin-bottom: 0.3rem;
  }

  .s2-b ul li a .date b {
    font-size: 0.22rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3-b {
    margin-top: 0.3rem;
  }

  .s3 .k ul li a .date {
    font-size: 0.2rem;
    margin-right: 0.2rem;
  }

  .s3 .qh-tit ul li+li::before {
    top: 0.12rem;
  }
}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 768px) {
  .s3 .k ul li {
    width: 100%;
  }

  .s3 .k ul li a {
    padding: 0.1rem 0;
  }

  .s3 .k ul li a .gd {
    margin-left: 0.2rem;
  }
  .s2-zs {
    width: 0.68rem;
  }
  .s2-b ul li a {
    padding: 0.1rem 0 0.3rem 0;
  }

  .s3 .qh-tit {
    padding-right: 0;
  }

  .s3 .qh-tit .more {
    display: none;
  }

  .s3 .qh-tit ul li {
    margin: 0 0.2rem;
  }

  .s3 .qh-tit ul li+li::before {
    left: -0.2rem;
    top: 0.1rem;
  }

  .s3 .k .more {
    display: block;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 640px) {
  .s3 .qh-tit ul {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    min-width: 100%;
  }

}

@media screen and (max-width: 480px) {
  .tit-c {
    justify-content: flex-start;
  }

  .s0 ul li a {
    font-size: 0.2rem;
    line-height: 0.6rem;
  }

  .s2 ul li {
    width: 100%;
  }

  .s2 ul li+li {
    margin-top: 0.2rem;
  }

  .s2 ul li a .tx {
    padding-top: 0.1rem;
  }

  .s2 ul li a .tx .b {
    margin-top: 0.1rem;
  }

  .s2-b .swiper-pagination {
    margin-top: 0.2rem;
  }
}