@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: calc(100vh - 1.32rem);
}

.banner {
  position: relative;
  z-index: 1;
  width: calc(100% - 1.6rem);
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0 1rem 0 0;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  object-fit: cover;
  transition: all 5s ease-out;
}

@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: 0.58rem;
  bottom: 0.32rem;
  right: -1.11rem;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  display: block;
  margin: 0.16rem 0.24rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::before {
  content: '';
  position: absolute;
  top: -0.08rem;
  left: 50%;
  height: 0.26rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner .slick-dots li.slick-active {
  width: 0.58rem;
  height: 0.49rem;
  border-radius: 0;
  background: url(../images/ban-dot.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0.15rem 0;
}

.banner .slick-dots li.slick-active::before {
  content: none;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.46);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.68rem;
}

.banner .slick-next {
  right: 0.68rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
} */

/*首页样式*/
.title {
  text-align: center;
  margin-bottom: 0.58rem;
  position: relative;
  z-index: 1;
}

.tit-cbox {
  display: inline-block;
}

.tit-c {
  position: relative;
  z-index: 1;
}

.tit-c::before {
  content: '';
  position: absolute;
  bottom: -0.23rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.02rem;
  height: 0.11rem;
  background: url(../images/tit-bg.png) no-repeat center bottom;
  background-size: 100% 100%;
}

.tit-c p {
  width: 0.59rem;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #3567AF;
  position: relative;
  z-index: 1;
  padding-left: 0.29rem;
  opacity: 0.5;
}

.tit-c p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.19rem;
  border-top: 1px solid #3567AF;
}

.tit-c h3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #2B2B2B;
}

.tit-c span {
  color: #3567AF
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.21rem auto;
  padding-right: 0.26rem;
  color: #3567AF;
  transition: all 0.5s;
}

.more a:hover {
  font-weight: bold;
}

.title.white .tit-c::before {
  background: url(../images/tit-bgw.png) no-repeat center bottom;
  background-size: 100% 100%;
}

.title.white .tit-c p,
.title.white .tit-c h3,
.title.white .tit-c h3 span {
  color: #fff;
}

.title.white .tit-c p::before {
  border-color: #fff;
}

.title.white .more a {
  color: #fff;
  background: url(../images/more2.png) no-repeat right center;
  background-size: 0.21rem auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
.section1 {
  overflow: hidden;
  padding: 0.54rem 0 0.6rem 0;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l {
  width: 7.57rem;
  margin-right: 0.58rem;
}

.s1-l ul li a {
  display: block;
}

.s1-l ul li a .pic {
  padding-top: 4.25rem;
}

.s1-l ul li a .txbox {
  padding-top: 0.15rem;
  display: flex;
  align-items: center;
}

.s1-l ul li a .date {
  width: 0.97rem;
  height: 0.95rem;
  background: linear-gradient(314deg, #75D0E9 0%, #2D65B0 72%);
  color: #fff;
  text-align: center;
  padding-top: 0.06rem;
  margin-right: 0.33rem;
}

.s1-l ul li a .date b {
  display: block;
  font-size: 0.34rem;
  font-weight: bold;
}

.s1-l ul li a .date span {
  display: block;
  font-size: 0.2rem;
  line-height: 0.26rem;
}

.s1-l ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s1-l ul li a p {
  font-size: 0.14rem;
  line-height: 0.36rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s1-l .slick-prev,
.s1-l .slick-next {
  top: 40%;
  width: 0.31rem;
  height: 0.43rem;
  background-color: rgba(41, 41, 41, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.12rem auto;
  transition: all 0.5s;
}

.s1-l .slick-prev {
  background-image: url(../images/s1-prev.png);
}

.s1-l .slick-next {
  background-image: url(../images/s1-next.png);
}

.s1-l .slick-prev:hover,
.s1-l .slick-next:hover {
  background-color: rgba(41, 41, 41, 0.8);
}

.s1-r {
  flex: 1;
  min-width: 0;
  border-left: 1px solid #D8D8D8;
}

.s1-rt {
  padding-left: 0.58rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D8D8D8;
}

.s1-rt a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s1-rt a .pic {
  width: 3.18rem;
  padding-top: 0;
  height: 2.06rem;
  margin-right: 0.3rem;
}

.s1-rt a .tx {
  flex: 1;
  min-width: 0;
}

.s1-rt a .tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #3567AF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s1-rt a .tx p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #3567AF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
}

.s1-rt a .tx .date {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #3567AF;
  background: url(../images/sj-zs.png) no-repeat left center;
  bankground-size: 0.29rem auto;
  padding-left: 0.39rem;
  margin-top: 0.25rem;
}

.s1-r ul {
  padding-left: 0.58rem;
  padding-bottom: 0.5rem;
}

.s1-r ul li {
  margin-top: 0.30rem;
}

.s1-r ul li a {
  display: flex;
  align-items: center;
}

.s1-r ul li a .date {
  width: 0.77rem;
  height: 0.77rem;
  background: url(../images/s1-rbg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  margin-right: 0.3rem;
  padding-top: 0.1rem;
}

.s1-r ul li a .date b {
  display: block;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #3567AF;
}

.s1-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #787878;
}

.s1-r ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s1-r ul li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s1-r ul li a .tx p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #9E9E9E;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.04rem;
}

/* section2 */
.section2 {
  padding: 0.6rem 0 1.6rem 0;
  /* background: url(../images/section2-bg.jpg) no-repeat center;
  background-size: cover; */
  position: relative;
  z-index: 1;
}

.f2bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/section2-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section2::after {
  content: '';
  position: absolute;
  top: 4.07rem;
  left: 0;
  right: 0;
  height: 10.62rem;
  background: url(../images/s2-bbg.png) no-repeat center top;
  background-size: 100% auto;
}

.s2 {
  position: relative;
  z-index: 1;
}

.s2 ul li:nth-child(even) {
  margin-top: 0.4rem;
}

.s2 ul li a {
  display: block;
}

.s2 ul li a .t {
  width: 100%;
  height: 1.82rem;
  background: url(../images/s2-libg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0.48rem 0.35rem;
  transition: all 0.5s;
}

.s2 ul li a .t h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #FFFFFF;
  transition: all 0.5s;
}

.s2 ul li a .date {
  margin-top: 0.2rem;
  color: #fff;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/s2-sj1.png) no-repeat left center;
  background-size: 0.8rem auto;
  padding-left: 0.9rem;
  padding-top: 0.1rem;
  transition: all 0.5s;
}

.s2 ul li a .date b {
  display: block;
  font-weight: normal;
  font-size: 0.3rem;
  line-height: 0.3rem;
}

.s2 ul li a .date span {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.s2 .swiper-button-next,
.s2 .swiper-button-prev {
  width: 0.51rem;
  height: 0.5rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.s2 .swiper-button-prev {
  left: -0.8rem;
  background-image: url(../images/s2-prev.png);
}

.s2 .swiper-button-next {
  right: -0.8rem;
  background-image: url(../images/s2-next.png);
}

.s2 .swiper-button-next:hover,
.s2 .swiper-button-prev:hover {
  box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* section3 */
.section3 {
  overflow: hidden;
  padding: 0.65rem 0 1.06rem 0;
  position: relative;
  z-index: 99;
}

.section3 .title {
  margin-bottom: 1.26rem;
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.s3-l {
  width: 38%;
  padding: 0 0.53rem 0 0.82rem;
  position: relative;
  z-index: 1;
}

.s3-l::before {
  content: '';
  position: absolute;
  top: -0.72rem;
  bottom: -0.8rem;
  left: 0;
  width: calc(100% + 4.3rem);
  background-color: #fff;
  box-shadow: 0px 0.06rem 0.37rem 0px rgba(45, 101, 178, 0.1);
}

.s3-l ul li {
  opacity: 0 !important;
}

.s3-l ul li a {
  display: block;
}

.s3-l ul li a .date {
  font-size: 0.48rem;
  font-weight: bold;
  color: #3567AF;
}

.s3-l ul li a h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.45rem;
}

.s3-l ul li a p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.84rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}

.s3-l ul li a .gd {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: linear-gradient(315deg, #75D0E9 0%, #2D65B0 72%);
  text-align: center;
  font-size: 0;
  margin-top: 0.85rem;
}

.s3-l ul li a .gd img {
  vertical-align: middle;
  width: 0.21rem;
}

.s3-l ul li.swiper-slide-active {
  opacity: 1 !important;
}

.s3-r {
  width: 62%;
  position: relative;
  z-index: 1;
}

.s3-r::before {
  content: '';
  position: absolute;
  bottom: -0.14rem;
  right: 50%;
  margin-right: 3.4rem;
  width: 2.76rem;
  height: 1.13rem;
  background: url(../images/s3-r1.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s3-r::after {
  content: '';
  position: absolute;
  bottom: -0.14rem;
  left: 50%;
  margin-left: 3.4rem;
  width: 2.76rem;
  height: 1.13rem;
  background: url(../images/s3-r2.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s3-r ul li {
  width: 7.26rem;
}

.s3-c .swiper-slide-prev {
  transform-origin: right center;
}

.s3-c .swiper-slide-active+.swiper-slide {
  transform-origin: left center;
}

.s3-r ul li a {
  display: block;
}

.s3-r ul li a .pic {
  padding-top: 64.87%;
}

.s3-r .swiper-button-prev,
.s3-r .swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.08rem auto;
  transition: all 0.5s;
}

.s3-r .swiper-button-prev {
  left: 1.12rem;
  background-image: url(../images/s3-prev1.png);
}

.s3-r .swiper-button-next {
  right: 1.12rem;
  background-image: url(../images/s3-next1.png);
}

.s3-r .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  border-radius: 68px;
}

.s3-r .swiper-pagination span {
  opacity: 1;
  width: 0.3rem;
  height: 0.04rem;
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s;
}

.s3-r .swiper-pagination span.swiper-pagination-bullet-active {
  background: linear-gradient(278deg, #75D0E9 0%, #2D65B0 72%);
}

.s3-r .swiper-button-prev:hover {
  background-color: #EF9128;
  background-image: url(../images/s3-prev2.png);
}

.s3-r .swiper-button-next:hover {
  background-color: #EF9128;
  background-image: url(../images/s3-next2.png);
}

.s3-b {
  margin-top: 0.85rem;
}

.s3-b ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}

.s3-b ul li {
  width: 33.33%;
}

.s3-b ul li a {
  display: flex;
  align-items: center;
  margin: 0 0.12rem;
}

.s3-b ul li a .date {
  display: flex;
  align-items: center;
  margin-right: 0.24rem;
}

.s3-b ul li a .date b {
  display: block;
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 0.28rem;
  color: #3567AF;
  margin-right: 0.05rem;
}

.s3-b ul li a .date .r p {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #3567AF;
}

.s3-b ul li a .date .r p:nth-child(2) {
  font-size: 0.12rem;
}

.s3-b ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

/* section4 */
.section4 {
  padding: 0 0 2rem 0;
  position: relative;
  z-index: 1;
}

.section4-rbg {
  position: absolute;
  right: 0;
  top: -40%;
  width: 62.5%;
  z-index: -1;
}

.section4-lbg {
  position: absolute;
  left: 0;
  bottom: -25%;
  width: 57.76%;
  z-index: -1;
}

.section4 .title {
  margin-bottom: 0.75rem;
}

.s4 .swiper-container {
  padding-top: 0.21rem;
}

.s4 ul li a {
  display: block;
  padding: 0.16rem 0;
  transition: all 0.5s;
}

.s4 ul li a .k {
  height: 100%;
  background: #EEF4FA;
  padding: 1px 0.4rem 0.4rem 0.4rem;
  transition: all 0.5s;
}

.s4 ul li a .date {
  width: 0.58rem;
  height: 0.58rem;
  text-align: center;
  background: linear-gradient(315deg, #75D0E9 0%, #2D65B0 72%);
  color: #FFFFFF;
  padding-top: 0.1rem;
  margin-top: -0.23rem;
}

.s4 ul li a .date b {
  display: block;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.26rem;
}

.s4 ul li a .date span {
  display: block;
  font-size: 0.12rem;
}

.s4 ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.22rem;
}

.s4 ul li a p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #AFAFAF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.18rem;
}

.s4 ul li a .x {
  margin-top: 0.2rem;
  height: 0.14rem;
  background: url(../images/s4-x1.png) no-repeat center;
  background-size: 100% auto;
}


@media screen and (min-width: 1025px) {
  .s2 ul li:hover a .t {
    background: url(../images/s2-libg2.png) no-repeat center;
    background-size: 100% 100%;
  }

  .s2 ul li:hover a .t h3 {
    font-weight: bold;
    color: #3567AF;
  }

  .s2 ul li:hover a .date {
    background: url(../images/s2-sj2.png) no-repeat left center;
    background-size: 0.8rem auto;
  }

  .s3-b ul li:hover a h3 {
    font-weight: bold;
  }

  .s4 ul li:hover a {
    padding: 1px 0 0 0;
  }

  .s4 ul li:hover a .k {
    background: url(../images/s4-libg.jpg) no-repeat center;
    background-size: cover;
    padding: 1px 0.4rem 0.71rem 0.4rem;
  }

  .s4 ul li:hover a .date {
    background: #EF9128;
  }

  .s4 ul li:hover a h3 {
    font-weight: bold;
    color: #F7FBFF;
  }

  .s4 ul li:hover a p {
    color: #F7FBFF;
  }

  .s4 ul li:hover a .x {
    background: url(../images/s4-x2.png) no-repeat center;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 1600px) {
  .index {
    height: auto;
  }

  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .section2 {
    overflow: hidden;
  }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}