﻿@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;
  position: relative;
  z-index: 1;
}

.banner::after {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.42rem;
  background-image: linear-gradient(180deg, rgba(39, 0, 46, 0.464) 0%, rgba(0, 0, 0, 0) 100%);
}

.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: 25%;
  background: linear-gradient(0deg, rgba(0, 36, 150, 0.8) 0%, rgba(0, 36, 150, 0) 100%);
}

.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-dots {
  width: auto;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  z-index: 1;
  text-align: center;
  background: url(../images/ban-dotx.png) no-repeat center bottom;
  background-size: auto 0.04rem;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.47rem;
  padding: 0;
  width: 0.02rem;
  height: 0.12rem;
  font-size: 0;
  background: #FFFFFF;
  transition: all 0.5s;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: -0.52rem;
  left: 50%;
  transform: translateX(-50%) translateY(0.25rem);
  width: 0.5rem;
  height: 0.42rem;
  background: url(../images/ban-dot2.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.04rem;
  height: 0.16rem;
  background: #E1B386;
}

.banner .slick-dots li.slick-active::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.banner .slick-dots li button {
  display: none;
}

/* 
.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);
  }
} */

/* 左侧栏 */
.cll {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  background: #EDC39B;
  z-index: 999999;
}

.cl-menu ul li a {
  display: block;
  line-height: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-family: HarmonyOS Sans SC;
  font-size: 0.14rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
}

.cl-menu ul li.active a {
  background: #E1B386;
}

.cl-b {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.6rem;
  display: flex;
  align-items: center;
}

.cl-bm {
  font-family: Arial;
  width: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.cl-bm img {
  display: block;
  width: 100%;
  height: 100%;
}

.cl-bk {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.3s ease-in-out;
}

.cl-blink {
  height: 0.6rem;
  background: #EDC39B;
  width: auto;
  padding-right: 0.6rem;
}

.cl-blink a {
  display: flex;
  align-items: center;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

.cl-blink a img {
  display: block;
  margin-right: 0.05rem;
  width: 0.14rem;
}

.cl-bc {
  font-family: Arial;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #EDC39B;
  border-radius: 50%;
  font-size: 0;
  text-align: center;
  margin-left: 0.15rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.cl-bc img {
  vertical-align: middle;
  width: 0.16rem;
}

.cl-bc:hover {
  transform: rotate(360deg);
}

.cl-b.on .cl-bm {
  opacity: 0;
  visibility: hidden;
}

.cl-b.on .cl-bk {
  opacity: 1;
  transform: scaleX(1);
  visibility: visible;
}




/*首页样式*/
.title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.6rem;
}

.title::before {
  content: "";
  position: absolute;
  left: 1.6rem;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}

.tit-c {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.titimg {
  position: absolute;
  top: -0.3rem;
  left: -0.6rem;
  width: 1.42rem;
  z-index: -1;
}

.titimg1 {
  width: 1.42rem;
}

.titimg2 {
  width: 1.4rem;
}

.titimg3 {
  width: 1.41rem;
}

.titimg4 {
  width: 1.42rem;
}

.titimg5 {
  width: 1.36rem;
}

.tit-c p {
  font-family: HarmonyOS Sans SC;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #D9D9D9;
  margin-top: -0.26rem;
  margin-left: 1rem;
  position: relative;
  z-index: 0;
}

.tit-c h3 {
  font-size: 0.5rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  z-index: 1;
}

.tit-c h3 span {
  color: #002496
}

.more {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
}

.more a {
  display: block;
  font-family: HarmonyOS Sans SC-light;
  font-size: 0.22rem;
  font-weight: 300;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #666666;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.16rem auto;
  padding-right: 0.3rem;
  transition: all 0.5s;
}

.more a:hover {
  font-weight: bold;
  color: #002496;
  background-image: url(../images/more2.png);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section1 */
.section1 {
  padding: 0.9rem 0 1.1rem 0;
  overflow: hidden;
  position: relative;
}

.s1-bg1 {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.28rem;
  width: 100%;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 57.5%;
}

.s1 ul li a {
  display: block;
  position: relative;
}

.s1 .jdt ul li a .pic {
  /* padding-top: 63.04%; */
  padding-top: 5.8rem;
}

.s1 .jdt ul li a .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 36, 150, 0) 0%, rgba(0, 36, 150, 0.6) 100%);
}

.s1 ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.26rem 0.3rem 0.26rem;
}

.s1 ul li a .tx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.07rem;
  width: 0.04rem;
  height: 0.3rem;
  background: #E1B386;
}

.s1 ul li a .tx span {
  display: block;
  font-family: HarmonyOS Sans SC;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.18rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s1 ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.13rem;
}

.s1-lb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-lb ul li {
  width: 47.82%;
  margin-top: 0.3rem;
}

.s1-lb ul li a {
  display: block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(102, 102, 102, 0.6);
  position: relative;
}

.s1-lb ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  border-radius: 0.12rem;
  background: #E1B386;
  transition: all 0.5s;
}

.s1-lb ul li a span {
  display: block;
  font-family: HarmonyOS Sans SC;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.18rem;
  letter-spacing: normal;
  color: #002496;
}

.s1-lb ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.s1-r {
  width: 40%;
}

.s1-r .jdt ul li+li {
  margin-top: 0.4rem;
}

.s1-r .jdt ul li a .pic {
  /* padding-top: 62.5%; */
  padding-top: 4rem;
}

.s1-r ul li a .pic::after {
  background: linear-gradient(180deg, rgba(0, 36, 150, 0) 0%, rgba(0, 36, 150, 0.8) 100%);
}

.s1-r .jdt ul li a .tx::after {
  content: none;
}

.s1-r .jdt ul li a .tx span {
  font-size: 0.16rem;
  line-height: 0.16rem;
}

/* section2 */
.section2 {
  position: relative;
  z-index: 1;
  padding: 0.9rem 0 1.8rem 0;
}

.s2-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.s2 .swiper-container {
  padding: 0 0.15rem 0.2rem 0.15rem;
}

.s2 ul {
  align-items: flex-end;
}

.s2 ul li a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #DADADC;
  min-height: 2.88rem;
  padding: 0.3rem 0.35rem 0.8rem 0.35rem;
}

.s2 ul li.s3-li2 a,
.s2 ul li.s3-li4 a {
  min-height: 3.48rem;
}

.s2 ul li.s3-li3 a {
  border-left: 0;
  min-height: 2.38rem;
}

.s2 ul li.s3-li1 a,
.s2 ul li.s3-li3 a {
  border-right: 0;
}

.s2 ul li a .date {
  display: inline-block;
  font-family: HarmonyOS Sans SC;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #AAAAAA;
  text-align: center;
  transition: all 0.5s;
}

.s2 ul li a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #002496;
  margin-bottom: 0.04rem;
  transition: all 0.5s;
}

.s2 ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  max-height: 0.64rem\0;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  margin-top: 0.18rem;
  transition: all 0.5s;
}

.s2 ul li a p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  height: 0;
  max-height: 0.56rem\0;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  opacity: 0.8;
  transition: all 0.5s;
}

.s2 ul li a .gd {
  position: absolute;
  bottom: 0.38rem;
  right: 0.35rem;
  text-align: right;
}

.s2 ul li a .gd span {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.s2 ul li a .gd span img {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  transition: all 0.5s;
}

.s2 ul li a .gd span img:nth-child(2) {
  position: absolute;
  left: -0.2rem;
  bottom: -0.2rem;
  opacity: 0;
  visibility: hidden;
}

.s2 ul li.s3-li2 a {
  height: 3.48rem;
  padding: 0.58rem 0.35rem 0.35rem;
}

/* section3 */
.section3 {
  position: relative;
  z-index: 1;
}

.s3-bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40%;
  z-index: -1;
}

.s3-t ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s3-t ul li {
  width: 41.25%;
  transition: all 0.5s;
}

.s3-t ul li.on {
  width: 56.25%;
}

.s3-t ul li a {
  display: block;
  position: relative;
}

.s3-t ul li a .pic {
  padding-top: 5.2rem;
}

.s3-t ul li a .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, rgba(0, 36, 150, 0) 0%, rgba(0, 36, 150, 0.6) 100%);
}

.s3-t ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 0.4rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.s3-t ul li a .tx .tit h3 {
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s3-t ul li a .tx .tit p {
  font-family: HarmonyOS Sans SC;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.08rem;
}

.s3-t ul li a .tx .jt {
  width: 0.7rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0;
  background: url(../images/s3-jt.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 50%;
  transition: all 0.5s;
}

.s3-t ul li a .tx .jt img {
  vertical-align: middle;
  width: 0.19rem;
}

.s3-b {
  margin-top: 0.5rem;
}

.s3-b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-b ul li {}

.s3-b ul li h3 {
  font-family: HarmonyOS Sans SC;
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #002496;
}

.s3-b ul li:nth-child(4) h3 {
  font-size: 0.26rem;
}

.s3-b ul li h3 b {
  font-family: HarmonyOS Sans SC;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #002496;
}

.s3-b ul li p {
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #464646;
  margin-top: 0.12rem;
}

/* section4 */
.section4 {
  padding: 1.3rem 0 1.6rem 0;
  background: url(../images/s4-bg.png) no-repeat right bottom;
  background-size: 89.11% auto;
}

.s4 {
  position: relative;
  z-index: 1;
}

.s4-l {
  width: calc(100% + 1.6rem);
}

.s4-l ul li a {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #333333;
  line-height: 0.36rem;
  padding: 0.35rem 0.3rem;
  position: relative;
}

.s4-l ul li+li {
  margin-top: -0.08rem;
}

.s4-l ul li:first-child {
  margin-left: 0.44rem;
}

.s4-l ul li:nth-child(2) {
  margin-left: 0.72rem;
}

.s4-l ul li:nth-child(4) {
  margin-left: 0.92rem;
}

.s4-l ul li a span {
  display: block;
  font-family: HarmonyOS Sans SC;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #B2B2B2;
  margin-right: 0.2rem;
}

.s4-l ul li a h3 {
  flex: 1;
  min-width: 0;
  max-width: 8rem;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s4-r {
  position: absolute;
  top: 0.15rem;
  right: 0.78rem;
  width: 5rem;
  z-index: 3;
}

.s4-r::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E1B386;
  transform: rotate(5deg);
  transition: all 0.5s;
}

.s4-r ul li a {
  display: block;
}

.s4-r ul li a .pic {
  padding-top: 63.4%;
}

/* section5 */
.section5 {
  background: #F8F8F8 url(../images/s5-bg.png) no-repeat left bottom;
  background-size: 54% auto;
  padding: 0.7rem 0 1.86rem 0;
}

.s5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 1.6rem);
}

.s5-l {
  width: 36.25%;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
}

.s5-l ul li {}

.s5-l ul li a {
  display: block;
  position: relative;
  background: #FFFFFF;
}

.s5-l ul li a .pic {
  /* padding-top:55.17%; */
  padding-top: 3.2rem;
}

.s5-l ul li a .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, rgba(0, 36, 150, 0) 0%, rgba(0, 36, 150, 0.6) 100%);
}

.s5-l ul li a .ly {
  position: absolute;
  top: 0.26rem;
  left: 0.3rem;
  display: inline-block;
  border-radius: 0.3rem;
  background: #E1B386;
  line-height: 0.32rem;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  font-weight: normal;
  color: #FFFFFF;
  transition: all 0.5s;
}

.s5-l ul li a .tx {
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.16rem;
  z-index: 1;
}

.s5-l ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s5-l ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.06rem;
}

.s5-l ul li a .con {
  padding: 0.3rem 0.3rem 0.78rem 0.3rem;
  border-bottom: 2px solid #E1B386;
}

.s5-l ul li a .con p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  max-height: 0.84rem\0;
  letter-spacing: normal;
  color: #666666;
  text-indent: 2em;
  position: relative;
}

.s5-l ul li a .con p::before {
  content: "";
  position: absolute;
  top: -0.02rem;
  left: 0;
  width: 0.27rem;
  height: 0.25rem;
  background: url(../images/s5-y.png) no-repeat center;
  background-size: 100% 100%;
}

.s5-l .swiper-pagination {
  position: static;
  width: auto;
  margin-right: 0.2rem;
  font-family: HarmonyOS Sans SC;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  font-weight: 400;
  color: #758EDE;
}

.s5-l .swiper-pagination span {
  margin: 0 0.05rem;
}

.s5-l .swiper-pagination span.swiper-pagination-total {
  font-size: 0.22rem;
}

.s5-l .swiper-pagination span.swiper-pagination-current {
  font-size: 0.24rem;
  color: #002496;
}

.s5-l .swiper-button {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
  z-index: 1;
}

.s5-l .swiper-button-prev,
.s5-l .swiper-button-next {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #002496;
  border-radius: 50%;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.2rem auto;
  transition: all 0.5s;
}

.s5-l .swiper-button-prev {
  background-image: url(../images/s5-prev.png);
}

.s5-l .swiper-button-next {
  margin-left: 0.06rem;
  background-image: url(../images/s5-next.png);
}

.s5-l .swiper-button-prev:hover {
  background-color: #E1B386;
  border-color: #E1B386;
  background-image: url(../images/s5-prev2.png);
}

.s5-l .swiper-button-next:hover {
  background-color: #E1B386;
  border-color: #E1B386;
  background-image: url(../images/s5-next2.png);
}

.s5-r {
  width: 57.5%;
}

.s5-r ul li a {
  display: block;
  background: #FFFFFF;
  padding: 0.26rem 0.35rem 0.56rem 0.35rem;
  transition: all 0.5s;
}

.s5-r ul li a .ly {
  display: inline-block;
  border-radius: 0.3rem;
  background: #E1B386;
  line-height: 0.32rem;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  font-weight: normal;
  color: #FFFFFF;
}

.s5-r ul li a h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.34rem;
  height: 0.68rem;
  letter-spacing: normal;
  margin-top: 0.3rem;
}

.s5-r ul li a>p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.64rem;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.12rem;
}

.s5-r ul li a .con {
  margin-top: 0.24rem;
}

.s5-r ul li a .con p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #666666;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.16rem auto;
  padding-left: 0.22rem;
  transition: all 0.5s;
}

.s5-r ul li a .con p:first-child {
  background-image: url(../images/s5-icon1.png);
}

.s5-r ul li a .con p:nth-child(2) {
  background-image: url(../images/s5-icon2.png);
}

.s5-r ul li a .con p:nth-child(3) {
  background-image: url(../images/s5-icon1.png);
}

.s5-r ul li a .con p+p {
  margin-top: 0.09rem;
}

.s5-r ul li a .sj {
  margin-top: 0.48rem;
  border-top: 1px solid #B6B6B6;
  padding-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s5-r ul li a .sj span {
  font-family: HarmonyOS Sans SC;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.18rem;
  letter-spacing: normal;
  color: #002496;
}

.s5-r ul li a .sj .jt {
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/s5-jt1.png) no-repeat center;
  background-size: 100% 100%;
}

.s5-r .swiper-button-prev,
.s5-r .swiper-button-next {
  margin-top: 0;
  width: 0.52rem;
  height: 0.52rem;
  background: #fff;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.23rem auto;
  transition: all 0.5s;
}

.s5-r .swiper-button-prev {
  left: 0;
  background-image: url(../images/s5-rprev.png);
  display: none;
}

.s5-r .swiper-button-next {
  left: 3.5rem;
  right: auto;
  margin-left: 0.06rem;
  background-image: url(../images/s5-rnext.png);
}

.s5-r .swiper-button-prev:hover {
  background-color: #E1B386;
  background-image: url(../images/s5-prev2.png);
}

.s5-r .swiper-button-next:hover {
  background-color: #E1B386;
  background-image: url(../images/s5-next2.png);
}

/* hover效果 */
@media screen and (min-width: 1025px) {
  .s1-lb ul li a:hover h3 {
    font-weight: bold;
  }

  .s1-lb ul li a:hover::after {
    left: 0;
    width: 100%;
  }

  .s2 ul li:hover a {
    background: url(../images/s2-libg.jpg) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0px 0.04rem 0.17rem 0px rgba(25, 71, 145, 0.6);
  }

  .s2 ul li:hover a p {
    display: -webkit-box;
    color: #FFFFFF;
    height: auto;
    margin-top: 0.16rem;
  }

  .s2 ul li:hover a .date {
    color: #AAAAAA;
  }

  .s2 ul li:hover a .date b {
    color: #E1B386;
  }

  .s2 ul li:hover a h3 {
    display: block;
    color: #fff;
  }

  .s2 ul li:hover a .gd {
    margin-top: 0.27rem;
  }

  .s2 ul li:hover a .gd span img:first-child {
    opacity: 0;
    visibility: hidden;
  }

  .s2 ul li:hover a .gd span img:nth-child(2) {
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }

  .s3-t ul li:hover a .tx .jt {
    background: #E1B386;
  }

  .s4-l ul li.on a {
    border: 1px solid #002496;
    box-shadow: 0px 0.04rem 0.17rem 0px rgba(0, 36, 150, 0.3);
    z-index: 2;
  }

  .s4-l ul li.on a h3 {
    font-weight: bold;
    color: #002496;
  }

  .s4-r:hover::before {
    transform: rotate(-5deg);
  }

  .s5-r ul li:hover a {
    background-image: url(../images/s5-libg.png);
  }

  .s5-r ul li:hover a h3 {
    font-weight: bold;
    color: #FFFFFF;
  }

  .s5-r ul li:hover a>p {
    color: #FFFFFF;
  }

  .s5-r ul li:hover a .con p {
    color: #FFFFFF;
  }

  .s5-r ul li:hover a .sj {
    border-top-color: rgba(255, 255, 255, 0.6);
  }

  .s5-r ul li:hover a .sj span {
    color: #fff;
  }

  .s5-r ul li:hover a .sj .jt {
    background-image: url(../images/s5-jt2.png);
  }

  .s5-r ul li:hover a .con p:first-child {
    background-image: url(../images/s5-icon1on.png);
  }

  .s5-r ul li:hover a .con p:nth-child(2) {
    background-image: url(../images/s5-icon2on.png);
  }

  .s5-r ul li:hover a .con p:nth-child(3) {
    background-image: url(../images/s5-icon1on.png);
  }
}


@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.3rem;
  }

  .banner .slick-dots li::after {
    width: 0.3rem;
    height: 0.25rem;
    top: -0.32rem;
  }

  .cll {
    display: none;
  }

  .title {
    margin-bottom: 0.25rem;
  }

  .title::before {
    width: calc(100% - 0.8rem + 10px);
    left: 0.8rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c p {
    font-size: 0.2rem;
    margin-left: 0.52rem;
    margin-top: -0.1rem;
  }

  .titimg {
    width: 0.6rem !important;
    left: -10px;
    top: -0.12rem;
  }

  .more {
    bottom: 0.1rem;
  }

  .more a {
    font-size: 0.16rem;
  }

  .section1 {
    padding: 0.4rem 0;
  }

  .s1 ul li a .tx {
    padding: 0 0.2rem 0.2rem;
  }

  .s1 ul li a .tx span,
  .s1-lb ul li a span {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }

  .s1 ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }

  .s1-lb ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .s1-bg1 {
    bottom: 0.1rem;
  }

  .section2 {
    padding: 0.4rem 0;
  }

  .s2 ul li a .date {
    font-size: 0.15rem;
  }

  .s2 ul li a .date b {
    font-size: 0.3rem;
  }

  .s2 ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .s2 .swiper-container {
    padding: 0;
  }

  .s3-t ul li a .tx .tit h3 {
    font-size: 0.26rem;
    line-height: 0.3rem;
  }

  .s3-t ul li a .tx .tit p {
    font-size: 0.16rem;
  }

  .s3-t ul li a .tx {
    margin: 0 0.2rem 0.2rem;
    padding-bottom: 0.1rem;
  }

  .s3-t ul li a .tx .jt {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .s3-t ul li a .tx .jt img {
    width: 0.14rem;
  }

  .s3-b {
    margin-top: 0.25rem;
  }

  .s3-b ul li h3 {
    font-size: 0.3rem;
  }

  .s3-b ul li:nth-child(4) h3 {
    font-size: 0.18rem;
  }

  .s3-b ul li h3 b {
    font-size: 0.36rem;
  }

  .section4 {
    padding: 0.4rem 0;
  }

  .s4-l,
  .s5 {
    width: calc(100% + 10px);
  }

  .s4-l ul li a h3 {
    font-size: 0.18rem;
    max-width: 5rem;
  }

  .s4-l ul li a span {
    font-size: 0.26rem;
  }

  .s4-r {
    right: 0;
  }

  .section5 {
    padding: 0.4rem 0;
  }

  .s5-l ul li a .ly {
    top: 10px;
    left: 10px;
  }

  .s5-l ul li a .tx {
    left: 0.2rem;
    right: 0.2rem;
  }

  .s5-l ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .s5-r ul li a {
    padding: 0.26rem 0.2rem 0.56rem 0.2rem;
  }

  .s5-r ul li a h3 {
    font-size: 0.18rem;
  }

}

@media screen and (max-width: 920px) {
  .s1-l {
    width: 100%;
  }

  .s1 .jdt ul li a .pic {
    padding-top: 63.04%;
  }

  .s1-lb ul li {
    width: 100%;
    margin-top: 0.15rem;
  }

  .s1-lb ul li a {
    padding-bottom: 0.1rem;
  }

  .s1-lb ul li a h3 {
    margin-top: 0.1rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r .jdt ul li+li {
    margin-top: 0.2rem;
  }

  .s1-r .jdt ul li a .pic {
    padding-top: 62.5%;
  }

  .s2 ul li a {
    height: auto !important;
    min-height: auto !important;
    padding: 0.2rem 0.2rem 0.6rem !important;
  }

  .s2 ul li a .gd {
    bottom: 0.15rem;
  }

  .s2 ul li a h3 {
    margin-top: 0.1rem;
  }

  .s3-t ul li a .pic {
    padding-top: 3.2rem;
  }

  .s4-r {
    position: relative;
    top: 0;
    margin-top: 0.2rem;
    width: auto;
  }

  .s4-r::before {
    transform: rotate(1deg);
  }

  .s4-l ul li {
    margin-left: 0 !important;
  }

  .s4-l ul li a {
    padding: 0.2rem;
    line-height: 0.26rem;
  }

  .s4-l ul li+li {
    margin-top: -0.02rem;
  }

  .s4-l,
  .s5 {
    width: 100%;
  }

  .s5 {
    width: 100%;
  }

  .s5-l {
    width: 100%;
  }

  .s5-l ul li a .pic {
    padding-top: 55.17%;
  }

  .s5-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s5-l .swiper-button-prev,
  .s5-l .swiper-button-next {
    width: 0.35rem;
    height: 0.35rem;
    background-size: 0.15rem auto;
  }

  .s5-l .swiper-pagination span.swiper-pagination-total {
    font-size: 0.18rem;
  }

  .s5-l .swiper-pagination span.swiper-pagination-current {
    font-size: 0.2rem;
  }

  .s5-r .swiper-button-prev,
  .s5-r .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .s2 ul li a {
    border: 1px solid #DADADC !important;
  }
}

@media screen and (max-width: 480px) {
  .s3-b ul li h3 b {
    font-size: 0.3rem;
  }

  .s3-t ul li,
  .s3-t ul li.on {
    width: 100% !important;
  }

  .s3-t ul li+li {
    margin-top: 0.1rem;
  }

  .s5-r ul li a h3 {
    height: auto;
    max-height: 0.68rem;
    margin-top: 0.15rem;
  }

  .s5-r ul li a>p {
    height: auto;
    max-height: 0.64rem;
    margin-top: 0.1rem;
  }

  .s5-r ul li a {
    padding: 0.2rem;
  }

  .s5-r ul li a .con {
    margin-top: 0.1rem;
  }

  .s5-r ul li a .sj {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }
}