@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: 100vh;
}

.banner {
  overflow: hidden;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.4rem;
  background: linear-gradient(180deg, rgba(0, 35, 90, 0.84) 0%, rgba(0, 47, 118, 0) 100%);
}

.banner .slick-slide a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.4rem;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 47, 118, 0) 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-dots {
  width: auto;
  margin: 0 auto;
  bottom: 0.36rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.3rem;
  padding: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.7;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5rem;
  width: 0.4rem;
  border-top: 1px solid #fff;
  opacity: 0.7;
}

.banner .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
  width: 0.4rem;
  border-top: 1px solid #fff;
  opacity: 0.7;
}

.banner .slick-dots li.slick-active {
  width: 0.6rem;
  height: 0.68rem;
  background: url(../images/ban-dot.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  opacity: 1;
}

.banner .slick-dots li.slick-active::before {
  left: 0.7rem;
}

.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 {}

.tit-c {
  display: inline-block;
}

.tit-c img {
  display: block;
}

.more a {
  display: inline-block;
  font-family: Georgia;
  font-size: 0.18rem;
  line-height: 0.22rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #FFAA00;
  position: relative;
  z-index: 1;
}

.more a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #FFAA00;
  transform: scaleX(0);
  transition: all 0.5s;
}

.more a:hover::before {
  transform: none;
}

/*主体*/
.section1 {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.section1 .wp>.title {
  display: none;
}

.s1-l .tit-c img {
  width: 4.04rem;
}

.s1-l .more {
  max-width: 4.04rem;
  text-align: right;
  padding-right: 0.1rem;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l {
  width: 40.5%;
  padding-top: 0.3rem;
}

.s1-l ul {
  background: #F2F3F9;
  padding: 0.3rem 0.5rem 0.3rem 0.46rem;
  margin-top: 0.73rem;
}

.s1-l ul li a {
  display: block;
  padding: 0.3rem 0;
  border-top: 1px solid rgba(140, 145, 175, 0.1);
  position: relative;
  z-index: 1;
}

.s1-l ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #004EC2;
  transition: all 0.5s;
}

.s1-l ul li:hover a::after {
  width: 100%;
}

.s1-l ul li:first-child a {
  border-top: 0;
}

.s1-l ul li h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  height: 0.72rem;
  text-transform: capitalize;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s1-l ul li:hover h3 {
  left: 0.05rem;
  color: #004EC2;
}

span.date {
  font-family: Georgia;
  font-weight: 400;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #004EC2;
}


.s1-r {
  width: 59.5%;
}

.s1-r a {
  display: block;
}

.s1-r .pic {
  padding-top: 0;
  height: 6.4rem;
}

.s1-r .tx {
  padding: 0.3rem 1.36rem 0 0.8rem;
}

.s1-r .tx>span {
  display: block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.16rem;
}

.s1-r h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  height: 0.72rem;
  text-transform: capitalize;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s1-r h3:hover {
  color: #004EC2;
}

.s1-r .swiper-pagination {
  width: 0.4rem;
  right: 0.44rem;
  left: auto;
  bottom: 0.22rem;
}

.s1-r .swiper-pagination::before {
  content: '';
  position: absolute;
  top: -0.46rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.46rem;
  border-left: 1px solid #E5E5E5;
}

.s1-r .swiper-pagination::after {
  content: '';
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.46rem;
  border-left: 1px solid #E5E5E5;
}

.s1-r .swiper-pagination span {
  display: block;
  margin: 0.08rem 0 !important;
  width: auto;
  height: auto;
  border-radius: 0;
  font-family: Bahnschrift;
  font-size: 0.17rem;
  font-weight: 300;
  line-height: 0.2rem;
  text-transform: capitalize;
  color: #999999;
  background: none;
  position: relative;
  z-index: 1;
}

.s1-r .swiper-pagination span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #FFAA00;
  width: 0.15rem;
  display: none;
}

.s1-r .swiper-pagination .swiper-pagination-bullet-active {
  color: #FFAA00;
}

.s1-r .swiper-pagination .swiper-pagination-bullet-active::after {
  display: block;
}


.section2-bg {
  background: #F7F8FB;
  padding-bottom: 0.8rem;
  overflow: hidden;
}

.section2 {
  padding-top: 0.72rem;
  padding-bottom: 2.4rem;
  background: url(../images/section2-bg.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.section2 .title {
  text-align: center;
}

.section2 .tit-c img {
  width: 2.46rem;
}

.s2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.s2-l {
  width: 42.5%;
}

.s2-l p {
  font-family: Montserrat;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.36rem;
  height: 3.24rem;
  text-align: justify;
  text-transform: capitalize;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s2-l .more a {
  line-height: 0.24rem;
  margin-top: 0.4rem;
}

.s2-r {
  width: 44.75%;
}

.s2-r ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.s2-r ul::before {
  content: '';
  position: absolute;
  top: 46%;
  left: 61%;
  transform: translate(-50%, -50%);
  width: 9.09rem;
  height: 7.09rem;
  background: url(../images/s2-rx.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}

.s2-r ul li {
  width: 33.33%;
}

.s2-r ul li .k {
  text-align: right;
  padding: 0.5rem 0.35rem 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}

.s2-r ul li:first-child .k,
.s2-r ul li:nth-child(2) .k,
.s2-r ul li:nth-child(3) .k {
  padding: 0 0 0.5rem 0;
}

.s2-r ul li:nth-child(4) .k,
.s2-r ul li:nth-child(5) .k,
.s2-r ul li:nth-child(6) .k {
  padding: 0.5rem 0 0 0;
}

.s2-r ul li b {
  display: block;
  font-family: sys;
  font-size: 0.48rem;
  line-height: 1;
  text-transform: capitalize;
  color: #FFFFFF;
}

.s2-r ul li p {
  font-family: Georgia;
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: right;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 0.2rem;
  max-width: 1.5rem;
}

.s2-d {
  display: flex;
  margin-top: -1.7rem;
  position: relative;
  z-index: 1;
}

.s2-dl {
  width: 21.5%;
  min-width: 3.01rem;
  position: relative;
}

.s2-d .title {
  margin-top: -0.14rem;
}

.s2-d .tit-c {
  position: relative;
}

.s2-d .tit-c img {
  width: 3.01rem;
}

.s2-d .more {
  position: absolute;
  left: 1.85rem;
  top: 0.5rem;
}

.s2-d .more a {
  color: rgba(255, 255, 255, 0.7);
}

.s2-d .more a::before {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.s2-dlb {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.s2-dlb::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 10%;
  bottom: 0;
  width: calc((100vw - 16rem)/2 + 100%);
  background: #F7F8FB;
}

.s2-dlb a {
  display: block;
}

.s2-dlb .pic {
  padding-top: 69.74%;
}

.s2-dlb .tx h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  height: 0.72rem;
  text-transform: capitalize;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
  margin-bottom: 0.24rem;
  transition: all 0.5s;
}

.s2-dlb ul li:hover .tx h3 {
  color: #004EC2;
}

.s2-dlb .tx-d p {
  font-size: 0.18rem;
  line-height: 1;
  text-transform: capitalize;
  color: #B8B8B8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 0.24rem;
  padding-left: 0.36rem;
}

.s2-dlb .tx-d p:first-child {
  margin-top: 0;
  background: url(../images/s2-time.png) no-repeat left center;
  background-size: 0.26rem auto;
}

.s2-dlb .tx-d p:nth-child(2) {
  margin-top: 0.18rem;
  background: url(../images/s2-dz.png) no-repeat left center;
  background-size: 0.22rem auto;
}

.s2-dan {
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.04rem;
}

.s2-dl .swiper-button {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #B8B8B8;
  position: static;
  margin-top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.06rem auto;
}

.s2-dl .swiper-button-prev {
  background-image: url(../images/s2-dprev1.png);
}

.s2-dl .swiper-button-prev:hover {
  background-image: url(../images/s2-dprev2.png);
}

.s2-dl .swiper-button-next {
  background-image: url(../images/s2-dnext1.png);
}

.s2-dl .swiper-button-next:hover {
  background-image: url(../images/s2-dnext2.png);
}

.s2-dan .swiper-scrollbar {
  flex: 1;
  min-width: 0;
  margin: 0 0.15rem;
  height: 0.02rem;
  background: #D8D8D8;
  border-radius: 1rem;
}

.s2-dan .swiper-scrollbar-drag {
  background: #FFAA00;
}



.section3 {
  padding-bottom: 1.18rem;
  overflow: hidden;
  background-color: #F7F8FB;
  background-image: url(../images/s3-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50.1% auto;
}

.section3 .title {
  text-align: center;
}

.section3 .tit-c img {
  width: 5.82rem;
}

.section3 .more {
  text-align: right;
  padding-right: 0.1rem;
}

.s3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.7rem;
}

.jdt {
  width: 59.5%;
  margin: 0;
}

.jdt a {
  display: block;
}

.jdt .pic {
  padding-top: 67.22%;
  padding-top: 0;
  height: 6.4rem;
}


.s3-r {
  width: 36.87%;
}


.s3-r ul {
  height: 100%;
}

.s3-r ul li {
  height: 25%;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s3-r ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.87rem;
  width: 0;
  background: linear-gradient(270deg, rgba(0, 78, 194, 0) 0%, #004EC2 100%);
  z-index: -1;
  transition: all 0.5s;
}

.s3-r ul li.on::before {
  width: calc((100vw - 16rem)/2 + 100% + 0.87rem);
}

.s3-r ul li a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}

.s3-r ul li a h3 {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.36rem;
  height: 0.72rem;
  text-transform: capitalize;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.s3-r ul li a span {
  display: block;
  transition: all 0.5s;
}

.s3-r ul li.on a h3 {
  color: #fff;
}

.s3-r ul li.on a span {
  color: #FFAA00;
}


.section4 {
  padding-top: 0.8rem;
  padding-bottom: 0.68rem;
  overflow: hidden;
}

.section4 .title {
  text-align: center;
}

.section4 .tit-c img {
  width: 4.95rem;
}

.section4 .more {
  text-align: right;
  padding-right: 0.1rem;
}

.s4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.67rem;
}

.s4-c ul {
  width: 32%;
}

.s4-c .s4-m {
  margin-top: 0.8rem;
}

.s4-c ul li {
  margin-bottom: 0.32rem;
}

.s4-c a {
  display: block;
  position: relative;
  overflow: hidden;
}

.s4-c .pic {
  padding-top: 77.73%;
}

.s4-c .tx {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/s4-yy.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0.1rem;
  transition: all 0.5s;
}

.s4-c .tx h3 {
  font-size: 0.4rem;
  text-transform: capitalize;
  color: #FFFFFF;
}

.s4-c ul li:hover .tx {
  top: 0;
}



.section6 {
  padding-bottom: 0.76rem;
  overflow: hidden;
}

.s6-c ul li a {
  display: block;
}

.s6-c ul li .icon1 {
  width: 0.86rem;
  height: 0.86rem;
  margin: 0 auto;
}

.s6-c ul li .icon1 img {
  display: block;
  width: 100%;
  transition: all 0.8s;
}

.s6-c ul li p {
  font-size: 0.22rem;
  line-height: 0.36rem;
  height: 0.72rem;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}

.s6-c ul li:hover .icon1 img {
  transform: rotateY(360deg);
}

.s6-c ul li:hover p {
  color: #004EC2;
}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {
  .s2-dlb::before {
    width: calc(100% + 0.2rem);
  }

  .s3-r ul li.on::before {
    width: calc(100% + 0.2rem + 0.2rem);
  }
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {
  .s2-r ul::before {
    width: 7.09rem;
    height: 5.53rem;
  }
}

@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,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-dots {
    bottom: 0.25rem;
  }

  .banner .slick-slide a::after {
    content: none;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.4rem;
    height: 0.45rem;
  }
}

@media screen and (max-width: 1000px) {
  .section1 {
    padding: 0.4rem 0;
  }

  .section1 .wp>.title {
    display: block;
    text-align: center;
  }

  .section1 .wp>.title .tit-c img,
  .section2 .tit-c img,
  .section3 .tit-c img,
  .section4 .tit-c img {
    width: auto;
    height: 0.6rem;
  }

  .section1 .wp>.title .tit-c .more {
    text-align: right;
    padding-right: 0.1rem;
  }

  span.date {
    font-size: 0.2rem;
  }

  .s1-c {
    margin-top: 0.3rem;
  }

  .s1-l {
    order: 2;
    width: 100%;
  }

  .s1-l .title {
    display: none;
  }

  .s1-l ul {
    margin-top: 0;
    padding: 0 0.2rem;
  }

  .s1-l ul li h3 {
    font-size: 0.24rem;
    height: auto;
    max-height: 0.72rem;
  }

  .s1-r {
    order: 1;
    width: 100%;
  }

  .s1-r .pic {
    padding-top: 67.22%;
    height: auto;
  }

  .s1-r .tx {
    padding: 0.2rem 1rem 0 0.2rem;
  }

  .s1-r .tx>span {
    margin-bottom: 0.2rem;
  }

  .s1-r h3 {
    font-size: 0.24rem;
  }

  .s1-r .swiper-pagination {
    right: 0.2rem;
  }

  .s1-r .swiper-pagination span {
    font-size: 0.18rem;
  }

  .s1-r .swiper-pagination::before {
    top: -0.43rem;
  }

  .section2 {
    padding-top: 0.4rem;
  }

  .s2-c {
    margin-top: 0.3rem;
  }

  .s2-l {
    width: 100%;
  }

  .s2-l p {
    height: auto;
    max-height: 3.24rem;
  }

  .s2-l .more {
    text-align: right;
  }

  .s2-l .more a {
    margin-top: 0.3rem;
  }

  .s2-r {
    width: 100%;
    margin-top: 0.4rem;
  }

  .s2-r ul li .k {
    text-align: center;
    align-items: center;
  }

  .s2-r ul li p {
    text-align: center;
    margin-top: 0.1rem;
    font-size: 0.2rem;
  }

  .s2-d {
    flex-wrap: wrap;
    margin-top: -1.4rem;
  }

  .s2-d .title {
    text-align: center;
  }

  .s2-d .tit-c img {
    width: auto;
    height: 1.2rem;
  }

  .s2-d .more {
    left: 1.25rem;
    top: 0.25rem;
    width: 1.2rem;
  }

  .s2-dan {
    display: none;
  }

  .s2-dl {
    width: 100%;
  }

  .s2-dlb {
    flex: none;
    width: 100%;
    margin-top: 0.5rem;
  }

  .s2-dlb::before {
    content: none;
  }

  .s2-dlb .tx h3 {
    font-size: 0.24rem;
  }

  .s2-dlb .tx-d p {
    font-size: 0.2rem;
  }

  .section3 {
    background-image: none;
    padding-bottom: 0.4rem;
  }

  .s3-c {
    margin-top: 0.3rem;
  }

  .jdt {
    width: 100%;
  }

  .jdt .pic {
    padding-top: 67.22%;
    height: auto;
  }

  .s3-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s3-r ul li {
    height: auto;
    padding: 0.2rem 0;
  }

  .s3-r ul li a h3 {
    font-size: 0.24rem;
    height: auto;
    max-height: 0.72rem;
  }

  .section4 {
    padding: 0.4rem 0;
  }

  .s4-c ul li {
    margin-bottom: 0.2rem;
  }

  .s4-c .s4-m {
    margin-top: 0.4rem;
  }

  .s6-c ul li p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }

  .section6 {
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .s4-c {
    margin-top: 0.3rem;
  }

  .s4-c ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .s4-c ul li {
    width: 48%;
  }

  .s4-c .s4-m {
    margin-top: 0;
  }

  .s2-r ul li b {
    font-size: 0.36rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}
