@charset "utf-8";

body {
  overflow-x: hidden;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner .slick-slide a .pic {
  padding-top: 50%;
}

.banner .slick-slide a .pic::before {
  content: none;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-list::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.88rem;
  background: linear-gradient(180deg, #00378F 0%, rgba(0, 42, 111, 0) 100%);
  z-index: 1;
}

.banner .slick-list::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14.58%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 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: 16%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 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.39rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.05rem;
  padding: 0;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  z-index: -1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  margin: 0 0.15rem;
}

.banner .slick-dots li.slick-active::before {
  width: 0.2rem;
  height: 0.2rem;
}

.banner .slick-dots li button {
  display: none;
}

/* .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 {
  margin-bottom: 0.46rem;
  position: relative;
  z-index: 1;
}

.tit-box {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  display: flex;
  align-items: center;
}

.tit-c h3::before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.45rem;
  background: url(../images/tit.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.14rem;
}

.tit-c h3::after {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.45rem;
  background: url(../images/tit.png) no-repeat center;
  background-size: 100% 100%;
  transform: rotate(180deg);
  margin-left: 0.14rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: flex;
  align-items: center;
  font-family: sys;
  font-size: 0.14rem;
  font-weight: 900;
  letter-spacing: normal;
  color: #1E61C6;
  transition: all 0.5s;
}

.more a img {
  display: block;
  width: 0.45rem;
  margin-right: 0.05rem;
}

.more a:hover {
  text-decoration: underline;
}

.more a:hover {
  color: #1551B0;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c h3::before {
  background-image: url(../images/tit2.png);
}

.title.white .tit-c h3::after {
  background-image: url(../images/tit2.png);
}

.title.white .more a {
  color: #FFFFFF;
}

/* section1 */
.section1 {
  overflow: hidden;
  padding-top: .7rem;
  padding-bottom: 1rem;
}

.section1 .title {
  text-align: center;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 59.18%;
}

.jdt {
  width: 100%;
}

.jdt ul li a {
  display: block;
  position: relative;
}

.jdt ul li a .pic {
  /* padding-top: 59.87%; */
  padding-top: 5.67rem;
}

.jdt ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.jdt ul li a .date {
  position: absolute;
  left: 0.2rem;
  top: 0.1rem;
  width: 0.88rem;
  height: 0.8rem;
  background: #1E61C6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Georgia;
  color: #fff;
  display: none;
}

.jdt ul li a .date b {
  display: block;
  font-weight: 700;
  font-size: 0.24rem;
}

.jdt ul li a .date span {
  display: block;
  font-size: 0.16rem;
}

.jdt ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 0.3rem 0.4rem 0.3rem;
}

.jdt ul li a h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.jdt ul li a p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.1rem;
}

.jdt .swiper-pagination {
  bottom: 0.28rem;
  left: auto;
  right: 0.24rem;
  font-size: 0;
  width: auto;
}

.jdt .swiper-pagination span {
  vertical-align: middle;
  margin: 0 0.06rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.5s;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.s1-r {
  width: 37.18%;
}

.s1-r ul li {
  position: relative;
  z-index: 1;
}

.s1-r ul li a {
  display: block;
  padding: 0.1rem 0;
  border-top: 1px dashed #EDEDED;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s1-r ul li:first-child a {
  border-top: 0.03rem solid #1E61C6;
}

.s1-r ul li a span {
  display: block;
  font-family: Georgia;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #1E61C6;
}

.s1-r ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  color: #333;
  transition: all 0.5s;
}

/* section2 */
.section2 {
  padding-top: 0.55rem;
  padding-bottom: 0.65rem;
  overflow: hidden;
  background: url(../images/s2-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s2-l {
  width: 53.93%;
}

.s2-l .k {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s2-l .k .l {
  width: 52.49%;
}

.s2-l .k .l a {
  display: block;
  background: #FFFFFF;
}

.s2-l .k .l .pic {
  /* padding-top: 70.19%; */
  padding-top: 3.18rem;
}

.s2-l .k .l .tx {
  padding: 0.3rem;
}

.s2-l .k .l .tx span {
  display: block;
  font-family: Georgia;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #999999;
  background: url(../images/s2-time1.png) no-repeat left center;
  background-size: 0.12rem auto;
  padding-left: 0.22rem;
}

.s2-l .k .l .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  color: #111111;
  margin-top: 0.1rem;
}

.s2-l .k .l .tx p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  color: #9E9E9E;
  margin-top: 0.2rem;
}

.s2-l .k .r {
  width: 44.03%;
}

.s2-l .k .r ul li a {
  display: block;
  background: #006DD3;
  padding: 0.3rem 0.25rem;
  transition: all 0.5s;
}

.s2-l .k .r ul li+li {
  margin-top: 0.22rem;
}

.s2-l .k .r ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.15rem;
}

.s2-l .k .r ul li a span {
  display: block;
  font-family: Georgia;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #FFFFFF;
  background: url(../images/s2-time.png) no-repeat left center;
  background-size: 0.12rem auto;
  padding-left: 0.22rem;
}

.s2-r {
  width: 43%;
}

.s2-r ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-top: 1px solid rgba(45, 122, 217, 0.5);
}

.s2-r ul li:first-child a {
  border-top: 0;
  padding-top: 0;
}

.s2-r ul li a .pic {
  width: 2.6rem;
  height: 1.43rem;
  padding-top: 0;
  margin-right: 0.26rem;
}

.s2-r ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s2-r ul li a .tx span {
  display: block;
  font-family: Georgia;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.15rem;
  background: url(../images/s2-time.png) no-repeat left center;
  background-size: 0.12rem auto;
  padding-left: 0.22rem;
}

.s2-r ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s2-r ul li a .tx p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.15rem;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding-top: 0.72rem;
}

.section3 .title {
  text-align: center;
}

.s3 {
  position: relative;
}

.s3 ul li a {
  display: block;
  transition: all 0.5s;
}

.s3 ul li a .pic {
  padding-top: 53.87%;
}

.s3 .swiper-button-next,
.s3 .swiper-button-prev {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  border: 1px solid #CACACA;
  background-repeat: no-repeat;
  background-size: 0.18rem auto;
  background-position: center center;
  transition: all 0.5s;
}

.s3 .swiper-button-prev {
  left: -0.82rem;
  background-image: url(../images/prev.png);
}

.s3 .swiper-button-next {
  right: -0.82rem;
  background-image: url(../images/next.png);
}

.s3 .swiper-button-next:hover,
.s3 .swiper-button-prev:hover {
  background-color: #1E61C6;
}

.s3 .swiper-button-prev:hover {
  background-image: url(../images/prevon.png);
}

.s3 .swiper-button-next:hover {
  background-image: url(../images/nexton.png);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/* section4 */
.section4 {
  padding-top: 1.1rem;
  padding-bottom: 1.6rem;
  background: url(../images/s4-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s4-l {
  width: 61.12%;
}

.s4-l .k {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s4-l .k .l {
  width: 47.75%;
}

.s4-l .t a {
  display: block;
  position: relative;
}

.s4-l .t a .pic {
  padding-top: 59.52%;
  padding-top: 2.78rem;
}

.s4-l .t a .date {
  position: absolute;
  left: 0.17rem;
  top: 0.13rem;
  width: 0.84rem;
  height: 0.8rem;
  background: #1E61C6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Georgia;
  color: #fff;
  display: none;
}

.s4-l .t a .date b {
  font-size: 0.24rem;
  font-weight: bold;
}

.s4-l .t a .date span {
  font-size: 0.16rem;
}

.s4-l .tx {
  background: #FFFFFF;
  border-bottom: 3px solid #1E61C6;
  padding: 0.25rem 0.2rem;
  transition: all 0.5s;
}

.s4-l .b .tx {
  background: transparent;
  border-bottom-width: 1px;
}

.s4-l .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #333333;
  transition: all 0.5s;
}

.s4-l .b .tx span {
  display: block;
  font-family: Georgia;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #1E61C6;
}

.s4-l .b .tx h3 {
  margin-top: 0.12rem;
}

.s4-l .r .b .tx {
  padding-top: 0;
  margin-bottom: 0.25rem;
}

.s4-r {
  width: 34.37%;
}

.s4-r ul li a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.2rem 0.2rem 0.45rem;
  position: relative;
  z-index: 1;
  left: 0;
  transition: all 0.5s;
}

.s4-r ul li a::before {
  content: "";
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  right: 0.05rem;
  bottom: 0.05rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
  pointer-events: none;
}

.s4-r ul li a .date {
  font-family: Georgia;
  margin-right: 0.54rem;
  position: relative;
  z-index: 1;
  color: #666666;
  text-align: center;
  transition: all 0.5s;
}

.s4-r ul li a .date::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.27rem;
  border-left: 1px solid #D8D8D8;
  height: 0.6rem;
  z-index: -1;
}

.s4-r ul li a .date b {
  display: block;
  font-size: 0.3rem;
  color: #1E61C6;
}

.s4-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
}

.s4-r ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s4-r ul li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  transition: all 0.5s;
}

.s4-r ul li a .tx p {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #AFAFAF;
  margin-top: 0.1rem;
}

@media screen and (min-width: 1025px) {
  .s1-r ul li:hover a {
    left: 0.05rem;
  }

  .s1-r ul li:hover a h3 {
    font-weight: bold;
  }

  .s2-l .k .r ul li:hover a {
    background: url(../images/s2-libg.jpg) no-repeat center center;
    background-size: 100% 100%;
  }

  .s2-l .k .l:hover .tx h3 {
    font-weight: bold;
  }

  .s4-l a:hover .tx h3 {
    font-weight: bold;
  }

  .s4-r ul li:hover a {
    background: linear-gradient(90deg, #1E61C6 0%, #1E61C6 100%);
  }

  .s4-r ul li:hover a .date,
  .s4-r ul li:hover a .date b,
  .s4-r ul li:hover a .tx h3 {
    color: #fff;
  }

  .s4-r ul li:hover a .date::before {
    border-left-color: rgba(255, 255, 255, 0.3);
  }

  .s4-r ul li:hover a .tx h3 {
    font-weight: bold;
  }

  .s4-r ul li:hover a .tx p {
    color: #A4BCDF;
  }

  .s4-l .t a:hover .tx {
    border-bottom: 3px solid #E96431;
  }
}

@media screen and (max-width: 1024px) {
.banner, .banner div.slick-list, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: auto;
}
  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c h3::before {
    width: 0.12rem;
    height: 0.28rem;
    margin-right: 0.1rem;
  }

  .tit-c h3::after {
    width: 0.12rem;
    height: 0.28rem;
    margin-left: 0.1rem;
  }

  .more a {
    font-size: 0.15rem;
  }

  .more a img {
    width: 0.4rem;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .section2 {
    padding: 0.3rem 0 0.1rem 0;
  }

  .section3 {
    padding-top: 0.3rem;
  }

  .s3 .swiper-button-prev,
  .s3 .swiper-button-next {
    display: none;
  }

  .section4 {
    padding: 0.3rem 0 0.5rem 0;
  }



}

@media screen and (max-width: 920px) {
  .section1 .title {
    text-align: left;
  }

  .s1-l {
    width: 100%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .jdt ul li a .tx {
    padding: 0 0.2rem 0.3rem 0.2rem;
  }

  .jdt ul li a .pic {
    padding-top: 59.87%;
  }

  .jdt ul li a .date,
  .s4-l .t a .date {
    left: 0.1rem;
    width: 0.7rem;
    height: 0.7rem;
  }

  .jdt ul li a .date b,
  .s4-l .t a .date b {
    font-size: 0.2rem;
  }

  .jdt .swiper-pagination {
    bottom: 0.1rem;
  }

  .s1-r ul li a h3 {
    height: auto;
  }

  .section2 {
    background: linear-gradient(270deg, #1E61C6 0%, #239CEB 100%);
    padding: 0.3rem 0 0.1rem 0;
  }

  .s2-l {
    width: 100%;
  }

  .s2-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s2-l .k .l {
    width: 100%;
  }

  .s2-l .k .r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s2-l .k .l .pic {
    padding-top: 70.19%;
  }

  .s2-l .k .l .tx,
  .s2-l .k .r ul li a {
    padding: 0.2rem;
  }

  .s2-l .k .l .tx h3,
  .s2-l .k .l .tx p,
  .s2-l .k .r ul li a h3 {
    height: auto;
  }

  .s2-l .k .l .tx p,
  .s2-l .k .r ul li a h3 {
    margin-top: 0.1rem;
  }

  .s2-r ul li a {
    padding: 0.2rem 0;
  }

  .s4-l {
    width: 100%;
  }

  .s4-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s4-r ul li a {
    padding: 0.1rem 0;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .s4-l .k .l {
    width: 100%;
  }

  .s4-l .k .r {
    margin-top: 0.2rem;
  }

  .s4-l .tx {
    padding: 0.2rem 0;
  }

  .s2-r ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 55%;
    margin-right: 0;
    margin-bottom: 0.15rem;
  }

  .s2-r ul li a .tx {
    flex: none;
    width: 100%;
  }
}