@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 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-list {
  position: relative;
}

.banner .slick-list::after {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background: url(/sjys/images/ban-yy.png) repeat-x;
  height: 2.47rem;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.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-dots {
  bottom: 1.4rem;
  font-size: 0;
  z-index: 1;
}

/* .banner .slick-dots li {
  margin: 0 0.12rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
  transition: all 0.5s;
}

.banner .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li.slick-active {
  opacity: 1;
}

.banner .slick-dots li.slick-active::before {
  display: block;
} */

.banner .slick-prev,
.banner .slick-next {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  border: 1px solid #fff;
  top: inherit;
  transform: none;
  bottom: 0.37rem;
  background-size: 0.29rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
  z-index: 2;
}

.banner .slick-prev {
  left: auto;
  right: 17.91%;
  background-image: url(/sjys/images/ban-prev.png);

}

.banner .slick-next {
  right: 12.29%;
  background-image: url(/sjys/images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  border: 1px solid #F66435;
  background-color: #F66435;
}


/*首页样式*/

.title {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0.6rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: PingFang SC;
  font-size: 0.5rem;
  line-height: 1;
  color: #333333;
}

.more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25rem;
  padding: 0 0.46rem 0.04rem 0.19rem;
  border-bottom: 1px solid #F6DDC2;
  transition: all 0.5s;
}

.more::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -0.25rem;
  width: 0.42rem;
  height: 0.42rem;
  background: url(/sjys/images/more1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.more a {
  display: block;
  font-family: PingFang SC;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #9E9E9E;
  transition: all 0.5s;
}

.more:hover {
  padding: 0 0.36rem 0.04rem 0.19rem;
}

.more:hover::after {
  transform: rotate(30deg);
}

.more:hover a {
  color: #F66435;
}

/*主体*/
.section1 {
  padding-top: 0.26rem;
  padding-bottom: 0.35rem;
  overflow: hidden;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l {
  width: 37.875%;
  position: relative;
  z-index: 1;
}

.s1-l>h3 {
  position: absolute;
  left: 0.18rem;
  top: -1.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: justify;
  background: linear-gradient(180deg, rgba(226, 229, 232, 0.61) 0%, rgba(226, 229, 232, 0) 73%);
  background: -webkit-linear-gradient(180deg, rgba(226, 229, 232, 0.61) 0%, rgba(226, 229, 232, 0) 73%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-clip: text;
}

.s1-l::before {
  content: '';
  position: absolute;
  right: -0.58rem;
  bottom: -0.35rem;
  width: 1.15rem;
  height: 1.71rem;
  background: rgba(198, 156, 109, 0.1);
}

.s1-l .pic {
  padding-top: 62.8%;
  padding-top: 0;
  height: 3.8rem;
}

.s1-r {
  width: 54.625%;
  max-height: 3.78rem;
  overflow: hidden;
}

.s1-r p {
  font-family: PingFang SC;
  font-size: 0.18rem;
  line-height: 0.42rem;
  text-indent: 2em;
  color: #333333;
}

.section2 {
  padding-top: 0.5rem;
  position: relative;
  z-index: 1;
}

.section2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.4rem;
  left: 0;
  background: #FFFBF7;
  z-index: -1;
}

.section2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 63%;
  background: #FFFFFF;
  z-index: -1;
}

.s2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jdt {
  width: 49%;
  position: relative;
  z-index: 1;
}

.jdt>h3 {
  position: absolute;
  left: 0.18rem;
  top: -1.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  background: linear-gradient(180deg, rgba(226, 229, 232, 0.61) 0%, rgba(226, 229, 232, 0) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.jdt a {
  display: block;
  padding-bottom: 0.4rem;
}

.jdt .pic {
  padding-top: 61.22%;
  padding-top: 0;
  height: 4.8rem;
}

.jdt ul li a .jdt-tx {
  padding: 0.25rem .4rem .25rem .3rem;
  background: #FFFFFF;
  box-shadow: 0px -0.06rem 0.37rem 0px rgba(0, 0, 0, 0.03);
  margin-top: -0.55rem;
  margin-left: 0.5rem;
  display: flex;
  position: relative;
}

.jdt ul li a .jdt-tx .r {
  flex: 1;
  min-width: 0;
}

.jdt ul li a .jdt-tx h3 {
  font-family: PingFang SC;
  font-size: 0.24rem;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #353535;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.jdt ul li a .jdt-tx p {
  font-family: PingFang SC;
  font-size: 0.16rem;
  line-height: 0.32rem;
  height: 0.64rem;
  color: rgba(102, 102, 102, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.22rem;
}

.jdt ul li a .datebox {
  margin-right: 0.53rem;
  text-align: right;
}

.jdt ul li a .date {
  font-family: Bebas;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 0.4rem;
  color: #000000;
}

.jdt ul li a .date i {
  font-size: 0.24rem;
  padding-left: 0.03rem;
  padding-right: 0.05rem;
}

.jdt ul li a .datebox>span {
  display: inline-block;
  margin-right: 0.13rem;
  margin-top: 0.05rem;
  width: 0.42rem;
  height: 0.16rem;
  line-height: 0.16rem;
  border-radius: 1rem;
  background: #E88A20;
  text-align: center;
  font-family: Bebas;
  font-size: 0.14rem;
  color: #FFFFFF;
}

.jdt ul li:hover a .jdt-tx h3 {
  color: #E88A20;
}

.jdt .swiper-pagination {
  bottom: 2.6rem;
  font-size: 0;
  width: auto;
  left: auto;
  right: .18rem;
}

.jdt .swiper-pagination span {
  width: 0.35rem;
  height: 0.02rem;
  background: #fff;
  margin: 0 !important;
  opacity: .3;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 1.88rem;
}

.jdt .swiper-button {
  top: auto;
  margin-top: 0;
  bottom: .8rem;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.06rem 0.11rem;
  transition: all 0.5s;
}

.jdt .swiper-button:hover {
  background-color: #E88A20;
  border-color: #E88A20;
}

.jdt .swiper-button-prev {
  left: 0.93rem;
  background-image: url(/sjys/images/jdt-prev.png);
}

.jdt .swiper-button-prev:hover {
  background-image: url(/sjys/images/jdt-prev1.png);
}

.jdt .swiper-button-next {
  right: auto;
  left: 1.45rem;
  background-image: url(/sjys/images/jdt-next.png);
}

.jdt .swiper-button-next:hover {
  background-image: url(/sjys/images/jdt-next1.png);
}



.s2-r {
  width: 45%;
}

.s2-r li a {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 0.02rem solid #ECF1F7;
  position: relative;
  z-index: 1;
}

.s2-r li:first-child a {
  padding-top: 0;
}

.s2-r li a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-bottom: 2px solid #E88A20;
  transition: all 0.5s;
}

.s2-r li a .date {
  font-family: Bebas;
  color: #B6BCD4;
  text-align: right;
  margin-left: 0.85rem;
  transition: all 0.5s;
}

.s2-r li a .date b {
  display: block;
  font-size: 0.4rem;
  line-height: 1;
}

.s2-r li a .date span {
  display: block;
  font-size: 0.16rem;
  margin-top: 0.06rem;
}

.s2-r li a .tx {
  flex: 1;
  min-width: 0;
}

.s2-r li a .tx span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.32rem;
  color: #F97B33;
  position: relative;
  z-index: 1;
}

.s2-r li a .tx span::before {
  content: '';
  position: absolute;
  bottom: 0.02rem;
  left: -0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #FFF6EC;
  z-index: -1;
}

.s2-r li a .tx h3 {
  font-family: PingFang SC;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #353535;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.16rem;
  transition: all 0.5s;
}

.s2-r li a .tx p {
  font-family: PingFang SC;
  font-size: 0.16rem;
  line-height: 0;
  height: 0;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s2-r li.on a::before {
  width: 100%;
}

.s2-r li.on a .date {
  color: #353535;
}

.s2-r li.on a .tx h3 {
  color: #E88A20;
}

.s2-r li.on a .tx p {
  line-height: 0.28rem;
  height: 0.56rem;
  margin-top: 0.16rem;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .s1-l>h3,
  .jdt>h3 {
    background: none;
    color: rgba(0, 0, 0, 0.02);
  }
}



@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

.banner .slick-prev {
  right: 1.04rem;
}

.banner .slick-next {
  right: 0.2rem;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 100%) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {

  .banner .slick-prev,
  .banner .slick-next {
    bottom: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.2rem auto;
  }

  .banner .slick-prev {
    right: 0.8rem;
  }
}

@media screen and (max-width: 768px) {

  .title {
    margin-bottom: 0.3rem;
  }

  .tit-c h3 {
    font-size: 0.3rem;
  }

  .more {
    padding: 0 0.2rem 0.04rem 0.1rem;
    right: 0.2rem;
  }

  .more a {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .more::after {
    width: 0.3rem;
    height: 0.3rem;
    right: -0.2rem;
  }

  .section1 {
    padding: 0.4rem 0;
  }

  .s1-l {
    width: 100%;
  }

  .s1-l .pic {
    padding-top: 62.8%;
    height: auto;
  }

  .s1-l::before {
    right: -0.2rem;
  }

  .s1-l>h3,
  .jdt>h3 {
    font-size: 0.6rem;
    line-height: 1;
    top: -0.4rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r p {
    font-size: 0.2rem;
  }

  .section2 {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }

  .section2::before {
    content: none;
  }

  .jdt {
    width: 100%;
  }

  .jdt .pic {
    padding-top: 61.22%;
    height: auto;
  }

  .jdt ul li a .jdt-tx {
    margin-left: 0;
    margin-top: 0;
    padding: 0.2rem 0;
  }

  .s2-r {
    width: 100%;
  }

  .jdt ul li a .jdt-tx h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }

  .jdt ul li a .jdt-tx p {
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: 0.2rem;
  }

  .jdt ul li a .date {
    font-size: 0.36rem;
  }

  .jdt ul li a .datebox {
    margin-right: 0.4rem;
  }

  .jdt .swiper-button-prev {
    left: 0;
  }

  .jdt .swiper-button-next {
    left: 0.5rem;
  }

  .s2-r li a .date b {
    font-size: 0.34rem;
  }

  .s2-r li a .tx span {
    font-size: 0.16rem;
  }

  .s2-r li a {
    padding: 0.2rem 0;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}