@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner-k {
  position: relative;
}

.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::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5rem;
  background: url(../images/top-yy.png) repeat-x center top /100% auto;
}

.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: 28.54%;
  opacity: 0.6;
  background: linear-gradient(0deg, #000000 -31%, rgba(0, 0, 0, 0.2) 57%, rgba(70, 70, 70, 0) 99%);
}

.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 {
  width: auto;
  bottom: 0.78rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  z-index: 9;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.25rem;
  padding: 0;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  font-size: 0;
  background-color: #d9d9d9;
  box-shadow: 0px 0.07rem 0.24rem 3px rgba(43, 2, 11, 0.17);
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background-color: #b01c3d;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-prev,
.banner .slick-next {
  top: auto;
  transform: none;
  bottom: 0.74rem;
  width: 0.26rem;
  height: 0.26rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.11rem auto;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: auto;
  right: 50%;
  margin-right: 1.5rem;
  border-right: 0 !important;
  background-image: url(../images/ban-prev.png);
}

.banner .slick-next {
  right: auto;
  left: 50%;
  margin-left: 1.5rem;
  background-image: url(../images/ban-next.png);
}

.banner .slick-prev:hover {
  background-image: url(../images/ban-prevon.png);
}

.banner .slick-next:hover {
  background-image: url(../images/ban-nexton.png);
}

/* section0 */
.s0 {
  max-width: 12rem;
  margin: 0 auto;
  background-color: #fdfdfd;
  box-shadow: 0 0.17rem 0.26rem 0.06rem rgba(0, 0, 0, 0.09);
  margin-top: -1.02rem;
  position: relative;
  z-index: 1;
}

.s0 ul {
  display: flex;
  align-items: center;
}

.s0 ul li {
  width: 50%;
}

.s0 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.02rem;
  text-align: center;
  position: relative;
}

.s0 ul li+li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.07rem;
  border-left: 1px solid #d9d9d9;
}

.s0 ul li a h3 {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0px;
  color: #000000;
  transition: all 0.5s;
}

/*首页样式*/
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.77rem;
  position: relative;
}

.title h3 {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.06rem;
  color: #b01c3d;
  margin: 0 0.36rem;
}

.title::before {
  content: '';
  display: block;
  width: 2.36rem;
  height: 0.03rem;
  background-image: linear-gradient(-90deg,
      #b01c3d 0%,
      #eeeeee 100%);
}

.title::after {
  content: '';
  display: block;
  width: 2.36rem;
  height: 0.03rem;
  background-image: linear-gradient(90deg,
      #b01c3d 0%,
      #eeeeee 100%);
}

/*主体*/

/* section1 */
.index {}

.section1 {
  padding-top: 1.52rem;
  background: url(../images/section1-bg.png) no-repeat center bottom / 100% auto;
}

.s1-xx {
  display: block;
  width: 66.97%;
  margin: 0 auto;
}

.s1 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 0.5rem;
}

.s1 .box .l {
  width: 6.29rem;
  height: 6.05rem;
  background: url(../images/s1-lbg.png) no-repeat center bottom / 100% auto;
  padding-left: 0.5rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-right: 0.38rem;
}

.s1 .box .l>img {
  display: block;
  width: 4.27rem;
}

.s1 .box .l .tx {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding-top: 0.24rem;
  padding-left: 0.22rem;
}

.s1 .box .l .tx h3 {
  order: 2;
  writing-mode: tb-rl;
  font-size: 0.36rem;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0.18rem;
  line-height: 1;
  color: #000000;
}

.s1 .box .l .tx p {
  order: 1;
  writing-mode: tb-rl;
  font-size: 0.2rem;
  font-weight: normal;
  letter-spacing: 0.02rem;
  color: #000000;
  margin-right: 0.1rem;
}

.s1 .box .r {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-bottom: 0.3rem;
}

.s1 .box .r::before {
  content: '';
  position: absolute;
  top: -0.3rem;
  left: -0.69rem;
  width: 0.69rem;
  height: 0.57rem;
  background: url(../images/s1-yh.png) no-repeat center center / 100% auto;
}

.s1 .box .r p {
  text-align: justify;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 1px;
  /* color: #000000; */
  text-indent: 2em;
  margin-bottom: 0.3rem;
}

/* section2 */
.section2 {
  padding-top: 1.74rem;
  padding-bottom: 1.6rem;
}

.section2 .title {
  margin-bottom: 0.54rem;
}

.s2 {
  overflow: hidden;
}

.s2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.43rem;
}

.s2 ul li {
  width: 33.333%;
  margin-top: 0.79rem;
}

.s2 ul li a {
  display: block;
  margin: 0 0.43rem;
  position: relative;
}

.s2 ul li a .pic {
  padding-top: 61.33%;
}

.s2 ul li a .date {
  display: inline-block;
  position: absolute;
  top: 0.24rem;
  left: 0;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 1px;
  color: #fff;
  background-color: #b01c3d;
  padding: 0 0.06rem;
}

.s2 ul li a .tx {
  border-top: 0.1rem solid #b01c3d;
  padding: 0.18rem 0.28rem 0;
}

.s2 ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: 1px;
  color: #000000;
  transition: all 0.5s;
}


/* hover效果 */
@media screen and (min-width: 1025px) {
  .s0 ul li:hover a h3 {
    color: #b01c3d;
  }

  .s2 ul li:hover a .tx h3 {
    color: #b01c3d;
  }
}


@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner::after {
    content: none;
  }

  .banner .slick-dots {
    bottom: 25px;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.1rem;
  }

  .s0 {
    margin-top: -10px;
  }

  .s0 ul li a h3 {
    font-size: 0.2rem;
  }

  .s0 ul li a {
    height: 1rem;
  }

  .s0 ul li+li a::before {
    height: 0.6rem;
  }

  .section1 {
    padding-top: 0.4rem;
  }

  .title {
    margin-bottom: 0.3rem;
  }

  .title h3 {
    font-size: 0.26rem;
    letter-spacing: 0.03rem;
    margin: 0 0.15rem;
  }

  .title::before,
  .title::after {
    width: 1rem;
    height: 0.02rem;
  }

  .s1 .box {
    margin-top: 0.3rem;
  }

  .s1 .box .l {
    justify-content: center;
    width: 5.29rem;
    height: 5.05rem;
    margin: 0 auto;
  }

  .s1 .box .l>img {
    width: 3.27rem;
  }

  .s1 .box .l .tx p {
    font-size: 0.16rem;
  }

  .s1 .box .l .tx h3 {
    font-size: 0.22rem;
    letter-spacing: 0.1rem;
  }

  .s1 .box .r {
    flex: none;
    width: 100%;
    margin-top: 0.2rem;
    padding-bottom: 1px;
  }

  .s1 .box .r p {
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .s1 .box .r::before {
    left: -0.1rem;
    top: -0.05rem;
    width: 0.3rem;
    height: 0.25rem;
  }

  .section2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .section2 .title {
    margin-bottom: 0;
  }

  .s2 ul {
    margin: 0 -0.2rem;
  }

  .s2 ul li {
    margin-top: 0.3rem;
  }

  .s2 ul li a {
    margin: 0 0.2rem;
  }

  .s2 ul li a .date {
    font-size: 0.15rem;
    top: 0.1rem;
  }

  .s2 ul li a .tx {
    border-top-width: 0.05rem;
    padding: 0.15rem 0.1rem 0;
  }
}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
  .s0 ul {
    flex-wrap: wrap;
  }

  .s0 ul li {
    width: 100%;
  }

  .s0 ul li+li a::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    height: auto;
    width: 90%;
    border-left: 0;
    border-top: 1px solid #d9d9d9;
  }

  .s0 ul li a {
    height: 0.7rem;
    padding: 0 0.1rem;
  }

  .s0 ul li a h3 {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .s0 ul li+li a::before {
    height: 0.4rem;
  }

  .s1-xx {
    width: 95%;
  }

  .s1 .box .l {
    width: 4rem;
    height: 3.84rem;
  }

  .s1 .box .l>img {
    width: 2.27rem;
  }

  .s1 .box .l .tx {
    padding-left: 0.12rem;
  }

  .s2 ul li {
    width: 50%;
  }

  .s2 ul {
    margin: 0 -0.1rem;
  }

  .s2 ul li a {
    margin: 0 0.1rem;
  }
}

@media screen and (max-width: 374px) {}