@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::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26.76%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 22, 35, 0.2) 100%);
  pointer-events: none;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17.89%;
  opacity: 0.4;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
  object-fit: cover;
}

@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-slide h3 {
  position: absolute;
  bottom: 0.4rem;
  left: 2.1rem;
  right: 4rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
}

.banner .slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.3rem;
  font-size: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.3rem;
  padding: 0;
  width: 0.03rem;
  height: 0.24rem;
  background: url(../images/ban-dot1.png) no-repeat center center / 100% 100%;
  font-size: 0;
  opacity: 1;
  transition: all 0.5s;
}

.banner .slick-dots li:first-child::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.63rem;
  transform: translateY(-50%);
  width: 0.63rem;
  height: 0.04rem;
  background: url(../images/ban-x.png) no-repeat center center / 100% 100%;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0.63rem;
  height: 0.04rem;
  background: url(../images/ban-x.png) no-repeat center center / 100% 100%;
}

.banner .slick-dots li.slick-active {
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/ban-dot2.png) no-repeat center center / 100% 100%;
}

.banner .slick-dots li button {
  display: none;
}


.banner .slick-prev,
.banner .slick-next {
  top: auto;
  transform: none;
  bottom: 0.43rem;
  width: 0.2rem;
  height: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.09rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: auto;
  right: 50%;
  margin-right: 2rem;
  background-image: url(../images/ban-prev.png);
}

.banner .slick-next {
  left: 50%;
  margin-left: 2rem;
  background-image: url(../images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {}

/* 
.down-page {
  position: absolute;
  width: 0.89rem;
  height: 0.89rem;
  line-height: 0.89rem;
  left: 50%;
  bottom: 0.23rem;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.down-page::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.down-page>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.27rem;
  animation: move 1.5s infinite ease-in-out;
  cursor: pointer;
}

@keyframes move {

  0%,
  100% {
    top: 45%;
  }

  50% {
    top: calc(45% + 0.1rem);
  }
} */

/*首页样式*/
.title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-size: 0.42rem;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  margin-top: 0.08rem;
}

.tit-c h3 b {
  color: #04468a;
}

.tit-c p {
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #d9d9d9;
  display: flex;
  align-items: center;
}

.tit-c p::before {
  content: '';
  display: block;
  border-top: 1px solid #ff9000;
  width: 0.3rem;
  margin-right: 0.05rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.42rem;
  letter-spacing: normal;
  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.38rem auto;
  padding-left: 0.18rem;
  color: #213f73;
  transition: all 0.5s;
}

.more a:hover {
  color: #ff9000 !important;
 
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.title.white .tit-c::after {

}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c h3 b {
  color: #ff9000;
}

.title.white .tit-c p {
  color: #d9d9d9;
}

.title.white .more a {
  color: #fff;
 
}

/*主体*/

/* section1 */

.tit {
  position: relative;
  margin-bottom: 0.4rem;
}

.tit h3 {
  width: 2.29rem;
  height: 0.54rem;
  padding-left: 0.17rem;
  background: url(../images/tit-bg.png) no-repeat center center / 100% 100%;
  font-size: 0;
}

.tit h3 span {
  font-family: sys;
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.54rem;
  letter-spacing: normal;
  color: #fff;
  position: relative;
  z-index: 1;
}

.tit h3 span::after {
  content: '';
  position: absolute;
  right: -0.02rem;
  bottom: 0.02rem;
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  z-index: -1;
}

.tit .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #1050BB;
  background: url(../images/more1.png) no-repeat right center / 0.63rem auto;
  padding-right: 0.76rem;
  transition: all 0.5s;
}

.tit .more:hover {
  font-weight: bold;
  transform: translateX(-0.1rem) translateY(-50%);
}

.section2 {
  padding: 0.76rem 0;
  background: url(../images/s1-bg.png) no-repeat center top / cover;
}

.s2-l {
  width: 9.22rem;
}

.s2-r {
  width: 4.45rem;
}

.s2-ll {
  width: 5.65rem;
}

.s2-lr {
  width: 3.31rem;
}

.s2-swiper {
  width: 100%;
  position: relative;
}

.s2-swiper .pich .pic {
  padding-top: 66.37%;
}

.s2-swiper .txt {
  border-bottom: 0.02rem solid #1050BB;
  width: 100%;
  padding: 0.2rem 0;
}

.s2-swiper .txt span {
  display: block;
  font-family: MiSans;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #1050BB;
  background: url(../images/sj1.png) no-repeat left center;
  background-size: 0.11rem auto;
  padding-left: 0.21rem;
}

.s2-swiper .txt h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  height: 0.6rem;
  margin-top: 0.09rem;
}

.s2-swiper .swiper-pagination {
  bottom: 1.54rem;
  right: 0.11rem;
  left: auto;
  width: auto;
  font-size: 0;
}

.s2-swiper .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  margin-right: 0.1rem;
  background: #fff;
  opacity: 0.6;
  border-radius: 50%;
}

.s2-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.list1 li {
  border-bottom: 1px dashed #D8D8D8;
}

.list1 li a {
  display: block;
  font-size: 0;
}

.list1 li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.65rem;
  letter-spacing: normal;
  position: relative;
  padding-left: 0.2rem;
}

.list1 li a h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #1050BB;
}

.list1 li:first-child a {
  padding-bottom: 0.2rem;
}

.list1 li:first-child a span {
  display: inline-block;
  width: 1.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background: linear-gradient(270deg, #1050BB 0%, #009FDB 100%);
  font-family: MiSans;
  font-size: 0.14rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

.list1 li:first-child a span img {
  margin-right: 0.05rem;
  width: 0.11rem;
}

.list1 li:first-child a h3 {
  font-weight: 600;
  line-height: 0.3rem;
  height: 0.6rem;
  padding-left: 0;
  margin-top: 0.12rem;
}

.list1 li:first-child a h3::before {
  content: none;
}

.list1 li:first-child a p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  color: #898989;
  margin-top: 0.12rem;
}

.list2 li+li {
  margin-top: 0.26rem;
  position: relative;
}

.list2 li+li::after {
  content: "";
  position: absolute;
  left: 0.82rem;
  right: 0;
  top: -0.13rem;
  border-top: 1px dashed #D8D8D8;
}

.list2 li a {
  display: flex;
  justify-content: space-between;
}

.list2 li a .date {
  text-align: center;
  color: #1050BB;
  width: 0.82rem;
  height: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../images/date-bg1.png) no-repeat center center / 100% 100%;
  transition: all 0.5s;
}

.list2 li a .date b {
  display: block;
  font-weight: 700;
  font-size: 0.24rem;
}

.list2 li a .date span {
  display: block;
  font-size: 0.14rem;
}

.list2 li a .tx {
  flex: 1;
  min-width: 0;
  padding-left: 0.23rem;
  display: flex;
  align-items: center;
}

.list2 li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.26rem;
  max-height: 0.52rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

/* section3 */

.section3 {
  padding-top: 0.6rem;
  background: url(../images/s3-tbg.png) no-repeat center top / 100% auto;
}

.section3b {
  padding-top: 1rem;
  padding-bottom: 0.55rem;
  background: url(../images/s3-bbg.png) no-repeat center top / cover;
}

.s3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.s3-b .tit h3 {
  width: 2.46rem;
}

.s3-l,
.s3-r {
  width: 46%;
}

.s3-l ul li+li {
  margin-top: 0.15rem;
}

.s3-l ul li a {
  display: block;
  padding: 0.15rem 0 0.11rem 0;
  position: relative;
  transition: all 0.5s;
}

.s3-l ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 0.03rem solid #1050BB;
  transform: scaleY(0);
  transition: all 0.5s;
}

.s3-l ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #262626;
}

.s3-l ul li a span {
  display: block;
  font-family: MiSans;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #999999;
  margin-top: 0.05rem;
}

.s3-r ul li a {
  display: block;
  border-bottom: 1px solid #E5E5E5;
}

.s3-r ul li a .show {
  display: flex;
  align-items: center;
  padding: 0.28rem 0;
  position: relative;
  transition: all 0.5s;
}

.s3-r ul li:first-child a .show {
  padding-top: 0.15rem;
}

.s3-r ul li a .show span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  color: #8A8A8A;
  margin-left: 0.2rem;
  position: relative;
}

.s3-r ul li a .show h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  color: #262626;
}

.s3-r ul li.on a .show {
  display: none;
}

.s3-r ul li a .hide {
  display: none;
  position: relative;
  transition: all 0.5s;
}

.s3-r ul li.on a .hide {
  display: flex;
  align-items: center;
  padding: 0.22rem 0;
}

.s3-r ul li:first-child.on a .hide {
  padding-top: 0.15rem;
}

.s3-r ul li a .hide .l {
  flex: 1;
  min-width: 0;
}

.s3-r ul li a .hide .l h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #1050BB;
}

.s3-r ul li a .hide .l p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #898989;
  margin-top: 0.09rem;
}

.s3-r ul li a .hide .l span {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #F1AB60;
}

.s3-r ul li a .hide .date {
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid #1050BB;
  margin-right: 0.3rem;
  text-align: center;
}

.s3-r ul li a .hide .date b {
  display: block;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: normal;
  color: #1050BB;
}

.s3-r ul li a .hide .date span {
  display: block;
  line-height: 0.25rem;
  font-family: MiSans;
  font-size: 0.14rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
  background: #1050BB;
}

/* section4 */
.section4 {
  padding: 0.46rem 0 1.1rem 0;
  background: url(../images/s4-bg.png) no-repeat center bottom / 100% auto;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.s4-l {
  width: 6.4rem;
}

.s4-r {
  width: 6.4rem;
}

.s4-l .t a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E5F6FF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(209, 209, 209, 0.3);
}

.s4-l .t a .pic {
  width: 2.58rem;
  padding-top: 1.76rem;
  margin-right: 0.24rem;
}

.s4-l .t a .tx {
  flex: 1;
  min-width: 0;
  padding-right: 0.24rem;
}

.s4-l .t a .tx h3 {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.26rem;
  height: 0.52rem;
  letter-spacing: normal;
}

.s4-l .t a .tx p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #898989;
  margin-top: 0.12rem;
}

.s4-l .t a .tx .b {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}

.s4-l .t a .tx .b .date {
  font-family: MiSans;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.18rem;
  letter-spacing: normal;
  color: rgba(0, 102, 186, 0.5);
}

.s4-l .t a .tx .b .date b {
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #0066BA;
  margin-right: 0.1rem;
}

.s4-l .t a .tx .b::after {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  margin-left: 0.26rem;
  height: 0.06rem;
  background: url(../images/s4-lx.png) no-repeat right center / auto 100%;
}

.s4-r .t ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4-r .t ul li {
  width: 47.34%;
}

.s4-r .t ul li a {
  display: block;
  position: relative;
}

.s4-r .t ul li a .pic {
  padding-top: 1.99rem;
}

.s4-r .t ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(0deg, #181818 0%, rgba(35, 35, 35, 0) 100%);
}

.s4-r .t ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.1rem 0.1rem;
  z-index: 1;
}

.s4-r .t ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.18rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.list3 {
  margin-top: 0.2rem;
}

.list3 li {}

.list3 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.6rem;
}

.list3 li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  letter-spacing: normal;
  padding-left: 0.2rem;
  position: relative;
  transition: all 0.5s;
}

.list3 li a h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  background: #1050BB;
  border-radius: 50%;
  transition: all 0.5s;
}

.list3 li a span {
  display: block;
  font-family: MiSans;
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #8A8A8A;
  margin-left: 0.15rem;
}

.s4-r .list3 {
  margin-top: 0.19rem;
}

.s4-r .list3 li a {
  line-height: 0.7rem;
  transition: all 0.5s;
}






/* hover效果 */
@media screen and (min-width: 1025px) {

  .list2 li:hover a .tx h3 {
    font-weight: bold;
  }

  .list2 li:hover a .date {
    background-image: url(../images/date-bg2.png);
    color: #fff;
  }

  .s3-l ul li:hover a {
    background: #FFFFFF;
    padding: 0.15rem 0.15rem 0.11rem 0.19rem;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
  }

  .s3-l ul li:hover a::after {
    transform: scaleY(1);
  }

  .s3-l ul li:hover a h3 {
    color: #1050BB;
    font-weight: bold;
  }

  .s3-l ul li:hover a span {
    color: #1050BB;
  }

  .list3 li:hover a h3 {
    font-weight: bold;
  }

  .s4-r .list3 li:hover a {
    padding: 0 0.11rem 0 0.21rem;
    background: linear-gradient(270deg, #1050BB 0%, #009FDB 100%);
  }

  .s4-r .list3 li:hover a h3 {
    color: #fff;
  }

  .s4-r .list3 li:hover a h3::after {
    background: #fff;
  }

  .s4-r .list3 li:hover a span {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {

  .banner::after {
    content: none;
  }

  .banner .slick-dots {
    bottom: 0.15rem;
  }

  .banner .slick-dots li {
    width: 0.02rem;
    height: 0.16rem;
    margin: 0 0.15rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.35rem;
    height: 0.35rem;
  }

  .banner .slick-dots li::after {
    width: 0.53rem;
    height: 0.03rem;
  }

  .banner .slick-prev,
  .banner .slick-next {
    bottom: 0.22rem;
  }

  .banner .slick-prev {
    margin-right: 1.5rem;
  }

  .banner .slick-next {
    margin-left: 1.5rem;
  }

  .tit {
    margin-bottom: 0.2rem;
  }

  .tit h3 {
    width: 1.7rem;
    height: 0.4rem;
  }

  .tit h3 span {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }

  .tit h3 span::after {
    width: 0.06rem;
    height: 0.06rem;
    right: -0.01rem;
    bottom: 0.01rem;
  }

  .tit .more {
    font-size: 0.15rem;
    line-height: 0.3rem;
    background-size: 0.43rem auto;
    padding-right: 0.53rem;
  }

  h3.bt {
    font-size: 0.18rem !important;
    line-height: 0.3rem !important;
  }

  .section2 {
    padding: 0.3rem 0 0 0;
  }

  .s2-swiper .txt span,
  .list1 li:first-child a span {
    font-size: 0.15rem;
  }

  .s2-swiper .txt h3 {
    height: auto;
  }

  .list1 li:first-child a h3 {
    height: auto;
    line-height: 0.3rem !important;
  }

  .list1 li:first-child a p {
    font-size: 0.15rem;
    height: auto;
  }

  .list1 li a h3 {
    line-height: 0.6rem !important;
  }

  .s2-l,
  .s2-r {
    width: 100%;
    float: none;
  }

  .s2-r {
    margin-top: 0.3rem;
  }

  .s2-ll,
  .s2-lr {
    width: 100%;
    float: none;
  }

  .s2-lr {
    margin-top: 0.2rem;
  }

  .section3 {
    padding: 0.3rem 0 0 0;
  }

  .s3 {
    flex-wrap: wrap;
  }

  .s3-l,
  .s3-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s3-r ul li:first-child.on a .hide {
    padding-top: 0;
  }

  .s3-r ul li a .show {
    padding: 0.15rem 0;
  }

  .s3-l ul li+li {
    margin-top: 0;
  }

  .s3-l ul li a {
    padding: 0.08rem 0;
  }

  .s3-r ul li a .hide .date {
    margin-right: 0.15rem;
  }

  .section3b {
    padding-top: 0;
    padding-bottom: 0.3rem;
  }

  .list3 li a,
  .s4-r .list3 li a {
    line-height: 0.5rem;
  }

  .s3-b .tit h3 {
    width: 2rem;
  }

  .s4-l,
  .s4-r {
    width: 100%;
  }

  .s4-l .t a .tx h3 {
    height: auto;
  }

  .s4-r {
    margin-top: 0.3rem;
  }

  .section4 {
    padding: 0.3rem 0;
  }

  .s4-r .t ul li a .pic {
    padding-top: 65.67%;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
  .s4-l .t a {
    display: block;
  }

  .s4-l .t a .pic {
    width: 100%;
    padding-top: 68.21%;
    margin-right: 0;
  }

  .s4-l .t a .tx {
    padding: 0.15rem;
  }
}

@media screen and (max-width: 374px) {}