@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;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 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: 20%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  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.42rem;
  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.34rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: syh-medium;
  font-size: 0.36rem;
  font-weight: 500;
  color: #282828;
  display: flex;
  align-items: center;
}

.tit-c h3 span {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: 0.2rem;
}

.tit-c h3 span::before {
  content: '';
  position: absolute;
  top: -0.05rem;
  left: -0.04rem;
  width: 0.17rem;
  height: 0.17rem;
  opacity: 0.1;
  background: #DA2C43;
  border-radius: 50%;
  z-index: -1;
}

.tit-c h3 img {
  display: block;
  max-height: 0.35rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.26rem;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.14rem auto;
  padding-right: 0.19rem;
  transition: all 0.5s;
}

.more a:hover {
  font-weight: bold;
  color: #DA2C43;
}

/*主体*/

/* section1 */
.s12-bg {
  background: url(../images/s12-bg.png) no-repeat center top;
  background-size: cover;
}

.section1 {
  padding: 0.65rem 0 0 0;
  overflow: hidden;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 57.42%;
}

.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: #DA2C43;
  color: #fff;
}

.jdt a .date b {
  display: block;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.5rem;
  letter-spacing: normal;
  color: #FFFFFF;
  background: url(../images/date-x.png) no-repeat center bottom;
  background-size: 0.76rem auto;
}

.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.08rem;
}

.jdt a .pic {
  /* padding-top: 53.48%; */
  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 .swiper-butbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.18rem;
}

.jdt .swiper-button {}

.jdt .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
}

.jdt .swiper-pagination::before {
  content: '';
  display: block;
  width: 0.82rem;
  height: 0.06rem;
  background: url(../images/jdt-x1.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.2rem;
}

.jdt .swiper-pagination span {
  width: auto;
  height: auto;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #999999;
  opacity: 1;
  margin: 0 0.05rem;
  transition: all 0.5s;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active {
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #DA2C43;
}

.jdt .swiper-button {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.jdt .swiper-button::before {
  content: "";
  display: block;
  width: 3.64rem;
  height: 0.06rem;
  background: url(../images/jdt-x2.png) no-repeat left center;
  background-size: 100% auto;
  z-index: -1;
}

.jdt .swiper-button::after {
  content: "";
  display: block;
  width: 0.51rem;
  height: 0.07rem;
  background: url(../images/jdt-x3.png) no-repeat left center;
  background-size: 100% auto;
  z-index: -1;
}

.jdt .swiper-button>div {
  position: static;
  margin-top: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #DA2C43;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.21rem auto;
}

.jdt .swiper-button>div:hover {
  background-color: #EDB960;
}

.jdt .swiper-button-prev {
  background-image: url(../images/jdt-prev.png);
}

.jdt .swiper-button-next {
  margin-left: 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(218, 44, 67, 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(218, 44, 67, 0.3);
  border-radius: 50%;
  transition: all 0.5s;
}

.s1-r ul li a .show span {
  display: block;
  font-size: 0.22rem;
  font-weight: bold;
  color: #DA2C43;
  margin-right: 0.2rem;
  position: relative;
}

.s1-r ul li a .show span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.29rem;
  right: 0;
  border-bottom: 0.02rem solid #DA2C43;
  transition: all 0.5s;
}

.s1-r ul li a .show h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  color: #222;
  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.47rem;
  color: #fff;
  background: url(../images/s1-rbg.jpg) no-repeat center;
  background-size: cover;
}

.s1-r ul li a .hide .l {
  flex: 1;
  min-width: 0;
}

.s1-r ul li a .hide .l h3 {
  font-size: 0.18rem;
  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;
}

.s1-r ul li a .hide .l span {
  display: block;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.13rem;
  position: relative;
  z-index: 1;
}

.s1-r ul li a .hide .l span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.47rem;
  background: url(../images/s1-rx.png) no-repeat right center;
  background-size: 100% 100%;
  width: 0.39rem;
  height: 0.06rem;
  z-index: -1;
}

.s1-r ul li a .hide .r {
  width: 1.96rem;
  margin-left: 0.45rem;
}

.s1-r ul li a .hide .r .pic {
  padding-top: 60.71%;
}

/* section2 */
.section2 {
  overflow: hidden;
  padding-top: 0.89rem;
  padding-bottom: 0.56rem;
}

.s2 ul li a {
  display: block;
  background: #F9F7F3;
  height: 2.21rem;
  padding: 0.47rem 0.4rem 0.5rem 0.4rem;
  transition: all 0.5s;
}

.s2 ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.64rem;
  letter-spacing: normal;
  color: #222222;
  transition: all 0.5s;
}

.s2 ul li a span {
  display: inline-block;
  margin-top: 0.24rem;
  width: 1.04rem;
  line-height: 0.36rem;
  text-align: center;
  background: #DA2C43;
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  transition: all 0.5s;
}


.s2 .swiper-butbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.s2 .swiper-button {}

.s2 .swiper-pagination {
  position: static;
  flex: 1;
  min-width: 0;
  height: 2px;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 0.16rem;
}

.s2 .swiper-pagination span {
  border-radius: 1rem;
  background: #B81C22;
}

.s2 .swiper-button {
  display: flex;
  align-items: center;
}

.s2 .swiper-button>div {
  position: static;
  margin-top: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #DA2C43;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.21rem auto;
}

.s2 .swiper-button>div:hover {
  background-color: #EDB960;
}

.s2 .swiper-button-prev {
  background-image: url(../images/jdt-prev.png);
}

.s2 .swiper-button-next {
  margin-left: 0.18rem;
  background-image: url(../images/jdt-next.png);
}

/* section3 */
.section3 {
  overflow: hidden;
  padding-top: 0.84rem;
  padding-bottom: 0.8rem;
  background: #F9F7F3;
}

.section3 .title {
  text-align: left;
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s3-l {
  width: 48%;
}

.s3-l ul li a {
  display: flex;
  align-items: center;
  line-height: 0.61rem;
  padding: 0 0.14rem;
  transition: all 0.5s;
}

.s3-l ul li a span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #999999;
  opacity: 0.9;
  margin-left: 0.2rem;
}

.s3-l ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  background: url(../images/s3-zs1.png) no-repeat left center;
  background-size: 0.13rem auto;
  padding-left: 0.23rem;
  transition: all 0.5s;
}

.s3-r {
  width: 46.85%;
}

.s3-r .c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-r .c .l {
  width: 52.59%;
}

.s3-r .c .r {
  width: 43.29%;
}

.s3-r .l ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

.s3-r .l .pic {
  /* padding-top: 140.86%; */
  padding-top: 4.86rem;
  border-radius: 0.05rem;
}

.s3-r .l .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20.57%;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.s3-r .l h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5rem 0.28rem 0.3rem;
  font-size: 0.18rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s3-r .l .swiper-pagination {
  font-size: 0;
  width: auto;
  left: auto;
  right: 0.28rem;
  bottom: 0.36rem;
}

.s3-r .l .swiper-pagination span {
  width: 0.09rem;
  height: 0.09rem;
  border-color: #fff;
  margin: 0 0.04rem;
  opacity: 1;
  transition: all 0.5s;
}

.s3-r .l .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.32rem;
  border-radius: 1rem;
  background: #DA2C43;
}

.s3-r .r ul li+li {
  margin-top: 0.15rem;
}

.s3-r .r ul li a {
  display: block;
  border-left: 0.02rem solid #DA2C43;
  background: #FFFFFF;
  padding: 0.16rem 0.3rem 0.21rem 0.3rem;
}

.s3-r .r ul li a span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.18rem;
  letter-spacing: normal;
  color: rgba(153, 153, 153, 0.9);
  margin-top: 0.04rem;
}

.s3-r .r ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

/* section4 */
.section4 {
  background: url(../images/section4-bg.png) no-repeat center;
  background-size: cover;
  padding: 0.87rem 0 1.53rem 0;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
}

.s4 .title {
  text-align: left;
}

.s4>div {
  width: 29.35%;
}

.s4>div+div {
  margin-left: 5.975%;
}

.s4-l ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.5rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s4-l ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  background: url(../images/s3-zs1.png) no-repeat left center;
  background-size: 0.13rem auto;
  padding-left: 0.23rem;
  transition: all 0.5s;
}

.s4-l ul li a span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #999999;
  margin-left: 0.1rem;
  transition: all 0.5s;
}

@media screen and (min-width: 1025px) {
  .s2 ul li:hover a {
    background: url(../images/s2-libg.jpg) no-repeat center;
    background-size: cover;
  }

  .s2 ul li:hover a h3 {
    color: #fff;
  }

  .s2 ul li:hover a span {
    background: #fff;
    color: #DA2C43;
  }

  .s3-l ul li:hover a {
    background: url(../images/s3-lbg.jpg) no-repeat center;
    background-size: cover;
  }

  .s3-l ul li:hover a h3 {
    color: #fff;
    font-weight: bold;
    background-image: url(../images/s3-zs2.png);
  }

  .s3-l ul li:hover a span {
    color: #fff;
  }

  .s3-r .r ul li:hover a h3 {
    font-weight: bold;
  }

  .s4-l ul li:hover a {
    left: 0.05rem;
  }

  .s4-l ul li:hover a h3 {
    font-weight: bold;
  }
}

@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;
  }

  .tit-c h3 span {
    margin-right: 0.1rem;
  }

  .tit-c h3 img {
    max-height: 0.25rem;
  }

  .more a {
    font-size: 0.16rem;
  }

  .section1 {
    padding: 0.3rem 0 0 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;
  }

  .jdt .swiper-butbox {
    margin-top: 0.1rem;
  }

  .jdt .swiper-pagination span.swiper-pagination-bullet-active {
    font-size: 0.26rem;
  }

  .s1-r ul li a .show h3 {
    font-size: 0.18rem;
  }

  .s1-r ul li a .show span {
    font-size: 0.18rem;
  }

  .s1-r ul li a .hide .l span {
    font-size: 0.18rem;
  }

  .s1-r ul li a .show span::after {
    top: -0.28rem;
  }

  .jdt .swiper-button>div,
  .s2 .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.2rem;
    padding-bottom: 0.3rem;
  }

  .s2 ul li a {
    height: auto;
    padding: 0.2rem;
  }

  .s2 .swiper-butbox {
    margin-top: 0.2rem;
  }

  .section3 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .s3-r .l h3 {
    padding: 0 1.5rem 0.28rem 0.2rem;
  }

  .section4 {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 920px) {
  .title {
    text-align: left;
  }

  .jdt {
    width: 100%;
  }

  .jdt a .pic {
    padding-top: 53.48%;
  }

  .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%;
  }

  .s3-l {
    width: 100%;
  }

  .s3-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s3-r .c .l {
    width: 100%;
  }

  .s3-r .l .pic {
    padding-top: 140.86%;
  }

  .s3-r .c .r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s4>div {
    width: 100%;
  }

  .s4>div+div {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}