@charset "utf-8";

body {
  overflow-x: hidden;
  background: url(../images/index-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

/*banner*/
.banner-k {
  position: relative;
}

.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: 21.35%;
  background: linear-gradient(180deg, rgba(1, 79, 151, 0.62) 0%, rgba(1, 79, 151, 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: 28.54%;
  opacity: 0.6;
  background: linear-gradient(0deg, #000000 -31%, rgba(0, 0, 0, 0.2) 57%, rgba(70, 70, 70, 0) 99%);
}

.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;
  height: 0.37rem;
  bottom: 0.8rem;
  right: 3.93rem;
  font-size: 0;
  z-index: 1;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.11rem;
  padding: 0;
  width: 0.09rem;
  height: 0.09rem;
  background: #FFFFFF;
  border-radius: 50%;
  font-size: 0;
  opacity: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.37rem;
  height: 0.37rem;
  background: url(../images/ban-dot.png) no-repeat center;
  background-size: 100% auto;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  top: auto;
  transform: none;
  bottom: 0.73rem;
  width: 0.63rem;
  height: 0.54rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.23rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: auto;
  right: 4.58rem;
  border-right: 0 !important;

}

.banner .slick-next {
  right: 3.95rem;
  border-left: 0 !important;

}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(101, 8, 117, 0.11);
  border: 1px solid #650875;
} */

/* 
.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.38rem;
}

.tit-c {
  display: inline-block;
  position: relative;
}

.tit-c::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.42rem;
  height: 1px;
  background: linear-gradient(90deg, #0162BA 0%, #00398F 100%);
}

.tit-c .k {
  display: flex;
  position: relative;
}

.tit-c .l {
  margin-right: 0.07rem;
}

.tit-c .l>img {
  display: block;
  width: 0.84rem;
  margin-top: 0.06rem;
  margin-right: 0.04rem;
}

.tit-c .r h3 {
  font-family: syh-bold;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 0.11rem;
}

.tit-c .l h3 {
  font-family: syh-bold;
  text-align: right;
  width: 0.93rem;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1;
  color: #00398F;
  background-image: -webkit-linear-gradient(0deg, #0162BA 0%, #00398F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.tit-c .l h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.52rem;
  height: 0.14rem;
  background: #F2F3F9;
  z-index: -1;
}

.tit-c p {
  font-family: sys;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #00398F;
  background-image: -webkit-linear-gradient(0deg, #0162BA 0%, #00398F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.03rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #001E9D;
  background: url(../images/more1.png) no-repeat right top;
  background-size: 0.27rem auto;
  padding-right: 0.27rem;
  transition: all 0.3s;
}

.more a:hover {
  color: #FFA700 !important;
  background-image: url(../images/more2.png) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.title.white .tit-c h3,
.title.white .tit-c h3 b {
  color: #fff;
}

/*主体*/

/* section1 */

.section1 {
  overflow: hidden;
  margin-top: -2rem;
  position: relative;
  z-index: 1;
}

.section1 .wp {
  width: 16.24rem;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 59.17%;
}

.s1-r ul {
  position: relative;
}

.s1-r ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.32rem;
  right: 0;
  height: 0.02rem;
  background: linear-gradient(90deg, #0162BA 0%, #00398F 100%), #001E9D;
}

.s1-r ul li a {
  display: flex;
  align-items: center;
  padding: 0.28rem 0;
  border-bottom: 1px solid #D8D8D8;
  background-size: auto 100%;
  background-position: 90% center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.s1-r ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid #014F97;
  border-left: 1px solid #014F97;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.s1-r ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #014F97;
  border-right: 1px solid #014F97;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.s1-r ul li a .date {
  text-align: center;
  margin-right: 0.38rem;
  color: #999999;
}

.s1-r ul li a .date b {
  display: block;
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.48rem;
  letter-spacing: normal;
}

.s1-r ul li a .date span {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}

.s1-r ul li a h3 {
  position: relative;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.28rem;
  max-height: 0.56rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #333333;
  transition: all 0.3s;
}

.s1-r {
  width: 33.86%;
}

.s1 .jdt ul li a {
  position: relative;
}

.s1 .jdt ul li a .pic {
  padding-top: 56.19%;
}

.s1 .jdt ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73%, #000000 104%);
}

.s1 .jdt ul li a .tx {
  padding-top: 0.27rem;
  padding-bottom: 0.14rem;
  background: url(../images/jdt-x.png) no-repeat center bottom;
  background-size: 100% auto;
}

.s1 .jdt ul li a .tx span {
  display: inline-block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #001E9D;
  margin-top: 0.18rem;
  padding-left: 0.2rem;
  position: relative;
  z-index: 1;
}

.s1 .jdt ul li a .tx span i {
  color: #fff;
  font-style: normal;
  margin-right: 0.02rem;
}

.s1 .jdt ul li a .tx span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.68rem;
  height: 0.28rem;
  border-radius: 4px;
  background: linear-gradient(90deg, #0162BA 0%, #00398F 100%), #001E9D;
  z-index: -1;
  transition: all 0.3s;
}

.s1 .jdt ul li a .tx h3 {
  max-width: 78%;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-transform: uppercase;
  letter-spacing: normal;
}

.s1 .jdt .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 0.81rem;
}

.s1 .jdt .swiper-pagination span {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.1rem;
  margin: 0 0 0 0.12rem !important;
  border: 1px solid #001E9D;
  opacity: 1;
  transition: all 0.5s;
}

.s1 .jdt .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.5rem;
  background: #001E9D;
}

.s1 .jdt .swiper-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.s1 .jdt .swiper-button>div {
  position: static;
  margin-top: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: all 0.3s;
}

.s1 .jdt .swiper-button-prev {
  background-image: url(../images/jdt-prev.png);
}

.s1 .jdt .swiper-button-prev:hover {
  background-image: url(../images/jdt-prevon.png);
}

.s1 .jdt .swiper-button-next {
  margin-left: 0.18rem;
  background-image: url(../images/jdt-next.png);
}

.s1 .jdt .swiper-button-next:hover {
  background-image: url(../images/jdt-nexton.png);
}

/* section2 */
.section2 {
  height: 100vh;
  margin-top: 1.05rem;
  position: relative;
}

.section2 .title {
  position: absolute;
  top: 2rem;
  left: 1.6rem;
}

.section2 .title .more {
  display: none;
}

.section2 .tit-c .l h3,
.section2 .tit-c p {
  color: #fff;
  background-image: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section2 .tit-c .l h3::before {
  background: rgba(255, 255, 255, 0.22);
}

.section2 .tit-c .r h3 {
  color: #fff;
}

.section2 .tit-c .l>img:nth-of-type(2) {
  display: none;
}

.s2-t {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.s2-b {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.s2-an {
  display: block;
  position: absolute;
  bottom: 0.92rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.17rem;
  height: 1.17rem;
  cursor: pointer;
}

@keyframes play2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

.s2-an::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.88rem;
  height: 0.95rem;
  background: url(../images/s2-anx.png) no-repeat center center;
  background-size: 100% 100%;
  /* 动画始终绑定，但默认是暂停状态 */
  animation: play2 5s linear infinite;
  animation-play-state: paused;
}

.s2-an:hover::after {
  /* 鼠标移入时，恢复动画运行 */
  animation-play-state: running;
}

.s2-an img {
  display: block;
  width: 100%;
  height: 100%;
}

.s2 {
  overflow: hidden;
}

.s2 .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.s2 .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.s2 .img_scale img {
  transform: scale(1);
}

.s2 .slick-slide .pic {
  padding-top: 100vh;
}

.s2 .slick-slide video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.s2 .slick-dots {
  width: auto;
  margin: 0 auto;
  bottom: 1.4rem;
  left: 1.6rem;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.s2 .slick-dots li {
  vertical-align: middle;
  margin: 0 0.06rem;
  padding: 0;
  width: 1.18rem;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

.s2 .slick-dots li.slick-active {
  background: #FFA700;
}

.s2 .slick-dots li button {
  display: none;
}

.s2-sm .slick-prev,
.s2-sm .slick-next {
  top: auto;
  transform: none;
  bottom: 1.58rem;
  width: 0.39rem;
  height: 0.39rem;
  background-color: rgba(255, 255, 255, 0.66);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.2rem auto;
  border-radius: 0.1rem;
  transition: all 0.5s;
  z-index:1;
}

.s2-sm .slick-prev {
  left: auto;
  right: 1.58rem;
  background-image: url(../images/s2-prev.png);
}

.s2-sm .slick-next {
  right: 1.08rem;
  background-image: url(../images/s2-next.png);
}

.s2-sm .slick-prev:hover,
.s2-sm .slick-next:hover {
  background-color: #fff;
}

.s2-sm {
  position: absolute;
  bottom: 0.9rem;
  left: 60%;
  width: 6.3rem;
}

.s2-sm .slick-list {
  padding: 0.2rem 0 0.2rem 0.39rem;
}

.s2-sm ul li a {
  display: block;
  transform: scale(0.95);
  transform-origin: right;
}

.s2-sm ul li.slick-current a {
  transform: scale(1.2);
}

.s2-sm ul li.slick-current a .pic {
  border-color: #fff;
}

.s2-sm ul li a .pic {
  padding-top: 59%;
  border: 0.05rem solid transparent;
  border-radius: 0.1rem;
}

.s2-sm .more {
  position: absolute;
  right: 0;
  top: -0.34rem;
  transform: none;
}

.s2-sm .more a {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.39rem;
  letter-spacing: normal;
  color: #FFFFFF;
  background-image: url(../images/more3.png);
  background-position: right center;
}

.s2-tit {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  display: none;
}

.s2-tit h3 {
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s2-tit p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.1rem;
}

.s2-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.s2-svg>img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s2-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 25vh;
  transition: all 1s;
  z-index: 2;
}

.s2-img>img {
  display: block;
  width: 16rem;
  margin: 0 auto;
}

.pc.xd {
  transform: translateY(-100%);
}

/* section3 */

.section3 {
  overflow: hidden;
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s3-l {
  width: 37.1%;
  margin-top: 1.3rem;
}

.s3-l ul {}

.s3-l ul li a {
  display: block;
}

.s3-l ul li a .pic {
  /* padding-top: 111.35%; */
  padding-top: 6.57rem;
}

.s3-l ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43.98%;
  background: linear-gradient(0deg, #274C8F 0%, rgba(41, 61, 120, 0) 100%);
  z-index: 1;
}

.s3-l ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 0.12rem;
  transition: all 0.5s;
}

.s3-l .slick-dots,
.s4-r .s3-tit1 .slick-dots {
  bottom: 0.26rem;
  display: flex;
  align-items: center;
  height: 0.26rem;
}

.s3-l .slick-dots li,
.s4-r .s3-tit1 .slick-dots li {
  width: 15%;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.s3-l .slick-dots li::before,
.s4-r .s3-tit1 .slick-dots li::before {
  content: "";
  display: block;
  width: 16%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

.s3-l .slick-dots li::after,
.s4-r .s3-tit1 .slick-dots li::after {
  content: "";
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

.s3-l .slick-dots li.slick-active,
.s4-r .s3-tit1 .slick-dots li.slick-active {
  width: 55%;
}

.s3-l .slick-dots li button,
.s4-r .s3-tit1 .slick-dots li button {
  font-size: 0;
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 0.08rem;
  padding: 0;
  transition: all 0.5s;
}

.s3-l .slick-dots li.slick-active button,
.s4-r .s3-tit1 .slick-dots li.slick-active button {
  width: 0.26rem;
  height: 0.26rem;

  background-size: 100% 100%;
}

.s3-r {
  width: calc(62.9% + 1rem);
  margin-left: -1rem;
  padding-top: 1.3rem;
  padding-left: 1.12rem;
  position: relative;
  z-index: 1;
}

.s3-r::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 1.08rem;
  left: 0;
  width: calc(100% + 1.65rem);
  background: #FFFFFF;
  background-size: 4.88rem auto;
  z-index: -1;
}

.s3-r .title {
  margin-bottom: 0.47rem;
}

.s3-tit1 {
  padding-bottom: 0.4rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.s3-tit1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1.12rem;
  right: 0;
  border-bottom: 1px dashed rgba(39, 76, 143, 0.5);
  z-index: -1;
}

.s3-tit1 ul li a,
.s3-tit2 ul li a {
  display: block;
}

.s3-tit1 ul li a span,
.s3-tit2 ul li a span {
  display: block;
  font-family: HarmonyOS Sans;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.26rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #004E9B;
}

.s3-tit2 ul li a span {
  color: #A5A5A5;
}

.s3-tit1 ul li a h3,
.s3-tit2 ul li a h3 {

  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.s3-tit1 ul li a p {

  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  height: 0.56rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.2rem;
}

.s3-tit2 {
  padding-bottom: 0.7rem;
}

.s3-tit2 ul {
  margin: 0 -0.7rem;
}

.s3-tit2 ul li:first-child {
  display: none;
}

.s3-tit2 ul li a {
  margin: 0 0.7rem;
}

.s3-b {
  margin-top: 0.56rem;
}

.s3-b ul {
  display: flex;
  flex-wrap: wrap;
}

.s3-b ul li {
  margin-left: 0.89rem;
}

.s3-b ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.23rem;
  transition: all 0.5s;
}

.s3-b ul li:first-child a {
  background: #274C8F;
}

.s3-b ul li:nth-child(2) a {
  background: #BB9E6D;
}

.s3-b ul li:nth-child(3) a {
  background: #A0586B;
}

.s3-b ul li a img {
  display: block;
  margin-right: 0.1rem;
  max-width: 0.28rem;
  max-height: 0.28rem;
}

.s3-b ul li a h3 {

  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.52rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #FFFFFF;
}

/* section4 */
.section4 {}

.section4 .wp {
  width: 17.16rem;
  position: relative;
}

.section4 .title {
  position: absolute;
  top: 0;
  left: 4.91rem;
}

.section4 .tit-c .r h3 {
  width: 0.92rem;
  text-align: center;
  margin-top: 0;
}

.section4 .tit-c .l h3::before {
  content: none;
}

.section4 .tit-c .k {
  align-items: flex-end;
}

.section4 .tit-c .k .r+.r {
  margin-left: 0.2rem;
}

.section4 .tit-c .k .r+.r>img {
  display: block;
  width: 0.84rem;
  margin-top: 0.2rem;
}

.section4 .tit-c .k .r+.r p {
  margin-top: 0;
  color: #022570;
  background-image: -webkit-linear-gradient(0deg, #022570 0%, #022570 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.section4 .tit-c .k .r+.r p::before {
  content: '';
  display: block;
  width: 0.48rem;
  height: 0.04rem;
  background: #E0C399;
  margin-bottom: 0.2rem;
}

.foot-media {
  position: absolute;
  top: 0.28rem;
  left: 7.38rem;
  display: flex;
  align-items: center;
  z-index: 1;
}

.foot-media>div {
  position: relative;
  cursor: pointer;
}

.foot-media>div+div {
  margin-left: 0.14rem;
}

.foot-media>div:hover div {
  display: block;
}

.foot-media>div>span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.3rem 0px rgba(64, 67, 139, 0.13);
  border-radius: 50%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.foot-media>div:first-child:hover>span {
  background: #0FB264;
}

.foot-media>div:nth-child(2):hover>span {
  background: #F5AA15;
}

.foot-media>div:nth-child(3):hover>span {
  background: #111111;
}

.foot-media>div:nth-child(4):hover>span {
  background: #ff2842;
}

.foot-media>div:nth-child(5):hover>span {
  background: #ffa824;
}

.foot-media>div>span>img,
.foot-media>div>span>a>img,
.foot-media>div>span>svg,
.foot-media>div>span>a>svg {
  display: block;
  max-width: 0.35rem;
  max-height: 0.27rem;
  transition: all 0.5s;
}

.foot-media>div>span>img:nth-child(2),
.foot-media>div>span>a>img:nth-child(2) {
  display: none;
}

.foot-media>div:hover>span>img:first-child,
.foot-media>div:hover>span>a>img:first-child {
  display: none;
}

.foot-media>div:hover>span>img:nth-child(2),
.foot-media>div:hover>span>a>img:nth-child(2) {
  display: block;
}

.foot-media>div>span svg path {
  transition: all 0.5s;
}

.foot-media>div:hover>span svg path {
  fill: #fff;
}

.foot-media>div>div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.1rem);
  width: 1.3rem;
  padding: 0.05rem;
  background: #fff;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.18);
  z-index: 6;
  display: none;
}

.foot-media>div>div img {
  display: block;
  width: 100%;
}

.foot-media>div>div::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.foot-media>div>img {
  display: block;
  margin: 0 auto;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.s4>div {
  width: 24.47%;
}

.s4>div ul li+li {
  margin-top: 0.12rem;
}

.s4>div ul li a {
  display: block;
  position: relative;
}

.s4>div ul li a .pic {
  padding-top: 80.95%;
  border-radius: 0.1rem;
}

.s4>.s4-3 ul li a .pic {
  padding-top: 130.47%;
}

.s4>div ul li a .pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.63) 100%);
}

.s4>div ul li a .tx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0.2rem 0.2rem;
  z-index: 1;
  display: flex;
  align-items: center;
}

.s4>div ul li a .tx h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s4>div ul li a .tx img {
  display: block;
  width: 0.4rem;
  margin-right: 0.1rem;
}

.s4>.s4-2 ul li a {
  height: 2.74rem;
  background: url(../images/s4-2bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0.1rem;
  padding: 0.48rem 0.48rem 0 0.48rem;
}

.s4>.s4-2 ul li a .tx {
  position: static;
  padding: 0;
  display: block;
}

.s4>.s4-2 ul li a .tx p {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s4>.s4-2 ul li a .tx p img {
  display: block;
  width: 0.4rem;
  margin-right: 0.1rem;
}

.s4>.s4-2 ul li a .tx h3 {
  max-height: 0.9rem;
  margin-top: 0.16rem;
}

.s4>.s4-2 ul li a .tx span {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.25rem;
}

/* section5 */
.section5 {
  padding-top: 1.18rem;
  padding-bottom: 2.3rem;
  position: relative;
}

.s5 {
  overflow: hidden;
}

.s5 ul {
  display: flex;
  height: 4.07rem;
}

.s5 ul li {
  position: relative;
  width: 1.28rem;
  margin-right: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.s5 ul li:last-child {
  margin-right: 0;
}

.s5 ul li.on,
.s5 ul li.on a,
.s5 ul li.on a .tit2 {
  border-radius: 0;
}

.s5 ul li a {
  display: block;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}

.s5 ul li a .picbox {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.s5 ul li a .pic {
  padding-top: 4.07rem;
}

.s5 ul li a .pic::before {
  content: none;
}

.s5 ul li .tit2 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 0.65rem;
  padding-bottom: 0.84rem;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}

.s5 ul li:nth-child(1) .tit2 {
  background-image: url(../images/s5-tit1.jpg);
}

.s5 ul li:nth-child(2) .tit2 {
  background-image: url(../images/s5-tit2.jpg);
}

.s5 ul li:nth-child(3) .tit2 {
  background-image: url(../images/s5-tit3.jpg);
}

.s5 ul li:nth-child(3) .tit2 {
  background-image: url(../images/s5-tit4.jpg);
}

.s5 ul li:nth-child(4) .tit2 {
  background-image: url(../images/s5-tit5.jpg);
}

.s5 ul li .tit2>h3 {
  font-family: syh-bold;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 2px;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  transition: all 0.5s;
}

.s5 ul li .tit2 .gd {
  position: absolute;
  bottom: 0.46rem;
  left: 50%;
  transform: translateX(-50%);
}

.s5 ul li .tit2 .gd img {
  display: block;
  width: 0.28rem;
}

.s5 ul li .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 1.3rem 0.2rem 0.2rem 0.5rem;
}

.s5 ul li.on .box {
  opacity: 1;
  visibility: visible;
}

.s5 ul li .box .k {
  width: 4.8rem;
}

.s5 ul li .box .k>h3 {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s5 ul li .box .k h3 img {
  display: block;
  max-width: 0.35rem;
  margin-right: 0.12rem;
}

.s5 ul li .box .k p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 3rem;
  letter-spacing: normal;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.28rem;
}

.s5 ul li.on .tit2 {
  display: none;
}



/* hover效果 */
@media screen and (min-width: 1025px) {

  .s1-r ul li:hover a {
    padding: 0.28rem;
    margin-left: -0.32rem;
    margin-right: -0.24rem;
    border-radius: 0.1rem;
    background-color: #fff;
    background-image: url(../images/s1-rbg.png);
    box-shadow: 0px 0px 0.2rem 0px rgba(64, 67, 139, 0.36);
  }

  .s1-r ul li:hover a .date b,
  .s1-r ul li:hover a .date span {
    color: #00398F;
    background-image: -webkit-linear-gradient(0deg, #0162BA 0%, #00398F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .s1-r ul li:hover a h3 {
    color: #014F97;
  }

  .s1 .jdt ul li a:hover .tx h3 {
    font-weight: bold;
  }

  .s1-r ul li:hover a::before,
  .s1-r ul li:hover a::after {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    opacity: 1;
  }

  .s3-b ul li:hover a {
    border-radius: 0.3rem;
  }

  .s3-b ul li:hover a img {
    animation: jello 1.5s linear;
  }

  .s3-tit ul li:hover a h3 {
    color: #004E9B;
  }

}


@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner::after {
    content: none;
  }

  .banner .slick-dots {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.24rem;
    height: 0.24rem;
  }

  .banner .slick-dots {
    height: 0.24rem;
  }

  .section1 {
    margin-top: -1.6rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c .l h3 {
    width: 0.6rem;
    font-size: 0.2rem;
  }

  .tit-c .l>img {
    width: 0.6rem;
  }

  .section2 .tit-c .l>img:nth-of-type(1) {
    display: none;
  }

  .section2 .tit-c .l>img:nth-of-type(2) {
    display: block;
  }

  .tit-c .r h3 {
    font-size: 0.26rem;
    margin-top: 0.05rem;
  }

  .tit-c p {
    font-size: 0.14rem;
  }

  .tit-c::after {
    width: 1.6rem;
  }

  .more a {
    font-size: 0.15rem;
    background-size: 0.2rem auto;
    padding-right: 0.22rem;
  }

  .s1 .jdt ul li a .tx h3,
  .s1-r ul li a h3,
  .s4>div ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s1 .jdt ul li a .tx span,
  .s4>.s4-2 ul li a .tx p,
  .s4>.s4-2 ul li a .tx span {
    font-size: 0.16rem;
  }

  .s1 .jdt ul li a .tx span,
  .s1-r ul li a .date span {
    padding-left: 0.1rem;
  }

  .s1 .jdt ul li a .tx span::before {
    width: 0.53rem;
  }

  .s1 .jdt .swiper-pagination {
    bottom: 0.66rem;
  }

  .s1 .jdt .swiper-button>div {
    width: 0.35rem;
    height: 0.35rem;
  }

  .s1-r {
    width: 36.86%;
  }

  .s1-r ul::before {
    left: 0;
  }

  .s1-r ul li a .date {
    margin-right: 0.2rem;
  }

  .s1-r ul li a .date b {
    font-size: 0.26rem;
    line-height: 0.32rem;
  }

  .s1-r ul li a {
    padding: 0.22rem 0;
  }

  .section2 {
    height: auto;
    margin-top: 0.3rem;
  }

  .s2-svg,
  .s2-img,
  .s2-sm,
  .s2-t,
  .s2-b,
  .s2-an {
    display: none;
  }

  .s2 .slick-slide .pic {
    padding-top: 50%;
  }

  .s2 .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.2rem;
    width: 100%;
  }

  .s2 .slick-dots li {
    width: 0.5rem;
  }

  .section2 .title {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.1rem;
  }

  .section2 .title .more {
    display: block;
    position: static;
    transform: none;
  }

  .section2 .tit-c .l h3,
  .section2 .tit-c p {
    color: #00398F;
    background-image: -webkit-linear-gradient(0deg, #0162BA 0%, #00398F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .section2 .tit-c .r h3 {
    color: #000000;
  }

  .section2 .tit-c .l h3::before {
    background: #F2F3F9;
  }

  .s2-tit {
    position: static;
    padding: 0.15rem 0.1rem 0;
  }

  .s2-tit h3 {
    font-size: 0.18rem;
    color: #000;
    text-align: center;
  }

  .s2-tit p {
    color: #333;
    white-space: inherit;
  }

  .section4 {
    padding-top: 0.3rem;
  }

  .section4 .title {
    left: 3.3rem;
  }

  .section4 .tit-c .r h3 {
    width: 0.6rem;
  }

  .section4 .tit-c .k .r+.r {
    margin-left: 0.1rem;
  }

  .section4 .tit-c .k .r+.r>img {
    width: 0.6rem;
    margin-top: 0.1rem;
  }

  .section4 .tit-c .k .r+.r p::before {
    margin-bottom: 0.1rem;
    height: 0.03rem;
  }

  .s4>div ul li a .tx {
    padding: 0 0.1rem 0.1rem;
  }

  .s4>div ul li a .tx img,
  .s4>.s4-2 ul li a .tx p img {
    width: 0.3rem;
    margin-right: 0.05rem;
  }

  .s4>.s4-2 ul li a .tx span {
    margin-top: 0.15rem;
  }

  .s4>.s4-2 ul li a {
    height: 2.2rem;
    padding: 0.2rem 0.2rem 0;
  }

  .foot-media {
    left: 5.2rem;
  }

  .foot-media>div+div {
    margin-left: 0.24rem;
  }

  .foot-media>div>span {
    width: 0.45rem;
    height: 0.45rem;
  }

  .foot-media>div>span>img,
  .foot-media>div>span>a>img,
  .foot-media>div>span>svg,
  .foot-media>div>span>a>svg {
    max-width: 0.24rem;
    max-height: 0.24rem;
  }

  .section5 {
    padding: 0.3rem 0;
  }


}

@media screen and (max-width: 1000px) {
  .foot-media>div+div {
    margin-left: 0.13rem;
  }

}

@media screen and (max-width: 1024px) {


  .s5 ul {
    height: 3.8rem;
  }

  .s5 ul li {
    width: 25%;
    margin-top: 0 !important;
  }

  .s5 ul li .tit2 {
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
  }

  .s5 ul li .tit2 .gd {
    bottom: 0.1rem;
  }
}

@media screen and (max-width: 920px) {
  .banner .slick-dots {
    bottom: 0.15rem;
  }

  .section1 {
    margin-top: 0;
    padding-top: 0.3rem;
  }

  .s1-l,
  .s1-r {
    width: 100%;
  }

  .s1 .jdt ul li a .tx {
    padding: 0.15rem 0;
  }

  .s1 .jdt .swiper-pagination {
    bottom: 0.76rem;
  }

  .s1 .jdt .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.4rem;
  }

  .s1-r {
    margin-top: 0.25rem;
  }

  .s1-r ul li a {
    padding: 0.2rem 0;
  }



  .section4 {
    padding-top: 0.3rem;
  }

  .section4 .title {
    position: static;
    text-align: center;
  }

  .foot-media {
    position: static;
    justify-content: center;
  }

  .foot-media>div+div {
    margin-left: 0.2rem;
  }

  .foot-media {
    left: 4.8rem;
  }

  .s4 {
    margin-top: 0.2rem;
  }

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
  .s1 .jdt ul li a .tx {
    background: none;
  }

  .s1 .jdt .swiper-button {
    display: none;
  }

  .s1 .jdt .swiper-pagination {
    bottom: 0.22rem;
  }

  .s1 .jdt ul li a .tx span {
    margin-top: 0.1rem;
  }

  .s1 .jdt ul li a .tx h3 {
    max-width: 100%;
  }

  .s1-r {
    margin-top: 0.05rem;
  }

  .s4>div {
    width: 100%;
  }

  .s4>div ul li+li,
  .s4>.s4-2 ul li,
  .s4>.s4-3 ul li,
  .s4>.s4-4 ul li {
    margin-top: 0.1rem;
  }

  .s4>.s4-2 ul li a {
    height: auto;
    padding: 0.2rem;
  }

  .s5 ul {
    height: 2.4rem;
  }

  .s5 ul li .tit2>h3 {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }

  .s5 ul li .tit2 {
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 374px) {}