@charset "UTF-8";

body {
  overflow-x: hidden;
}

/* .loding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
} */

/*banner*/
.banner-k {
  position: relative;
  z-index: 1;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner .slick-slide a .pic {
  padding-top: 100vh;
}

.banner .slick-slide a .pic::before {
  content: none;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 58.02%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 34, 117, 0.8) 100%);
  z-index: 1;
}

.banner .slick-list::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 58.02%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 34, 117, 0.8) 100%);
  z-index: 1;
}

.banner .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18.75%;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 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-slide .a {
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale .a {
  transform: scale(1);
}

.banner .slick-dots {
  width: auto;
  right: 8.33%;
  bottom: 0.4rem;
  font-size: 0;
  z-index: 9;
  text-align: right;
  padding-right: 0.5rem;
}

.banner .slick-dots::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.76rem;
  height: 0.77rem;
  background: url(../images/dot-jt.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.banner .slick-dots::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 2rem;
  border-top: 1px solid rgba(255, 247, 243, 0.9);
  z-index: -1;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.44rem;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.44rem;
  width: 0.44rem;
  border-top: 1px solid rgba(255, 247, 243, 0.9);
  opacity: 1;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.44rem;
  width: 0.44rem;
  border-top: 1px solid rgba(255, 247, 243, 0.9);
  opacity: 1;
}

.banner .slick-dots li:last-child:after {
  right: -0.88rem;
  width: 0.88rem;
}

.banner .slick-dots li span {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0.06rem 0 0 0.06rem;
  opacity: 0.6;
  background: #D8D8D8;
  transform: rotate(45deg);
  font-size: 0;
  transition: all 0.5s;
}

.banner .slick-dots li .doty {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/ban-dot.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active .doty {
  width: 0.52rem;
  height: 0.52rem;
  opacity: 1;
}

/* .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);
} */


@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.ban-svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 47.81%;
}

.ban-svg svg {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  transition: .3s;
}

.ban-svg svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 0.75;
  stroke-opacity: 1;
  stroke-miterlimit: 10;
}

.ban-svg:hover svg {
  animation: dash 10s ease;
}

.ban-lj {
  position: absolute;
  left: 8.07%;
  top: 39.58%;
  z-index: 1;
}

.ban-lj h3 {
  font-family: sys-m;
  font-size: 0.96rem;
  line-height: 0.96rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.ban-lj ul {
  margin-top: 0.5rem;
}

.ban-lj ul li {
  margin-top: 0.2rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.ban-lj ul li a {
  display: block;
  font-family: sys-m;
  font-size: 0.24rem;
  line-height: 0.3rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  background: url(../images/ban-ljzs.png) no-repeat left 0.075rem;
  background-size: 0.14rem auto;
  padding-left: 0.5rem;
  transition: all 0.5s;
}


/*首页样式*/

.title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 0.37rem;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys-m;
  font-size: 0.36rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.tit-c h3::after {
  content: '';
  position: absolute;
  top: -0.37rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 1.11rem;
  background: url(../images/tit-t.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-family: sys-m;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.24rem;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.16rem auto;
  padding-right: 0.24rem;
  transition: all 0.5s;
}

.more a:hover {
  color: #3257B0;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .more a {
  color: #fff;
  background: url(../images/more2.png) no-repeat right 0.02rem;
  background-size: 0.16rem auto;
}

/*主体*/
/* section1 */
.s13-bg {
  background: url(../images/s13-bg.png) no-repeat center top;
  background-size: 100% auto;
}

.section1 {
  padding: 1.2rem 0 1.85rem 0;
  overflow: hidden;
}

.s1 {
  margin-top: 0.9rem;
}

.s1 ul li a {
  display: block;
  background: rgba(240, 240, 240, 0.3);
  padding: 0.46rem 0;
  transition: all 0.5s;
}

.s1 .icon {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s1 .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.s1 .icon img:nth-child(2) {
  display: none;
}

.s1 h3 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.3rem;
  padding: 0 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

/* section3 */
.section3 {
  padding-bottom: 1.37rem;
  overflow: hidden;
}

.section3 .title {
  text-align: center;
  margin-bottom: 0.72rem;
}

.section3 .more {
  right: 1.6rem;
}

.s3-c {
  display: flex;
  flex-wrap: wrap;
}

.s3-list {
  width: 41.51%;
}

.s3-list ul {
  height: 100%;
}

.s3-list ul>li {
  position: relative;
  transition: all .5s;
}

.s3-list ul>li+li {
  margin-top: 0.48rem;
}

.s3-list ul>li a {
  display: block;
  padding: 0 0.77rem 0 1.6rem;
  position: relative;
  z-index: 1;
}

.s3-list ul>li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: url(../images/s3-libg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
  transition: all 0.5s;
}

.s3-list ul>li a span {
  display: block;
  font-family: Arial;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #3257B0;
  transition: all 0.5s;
}

.s3-list ul>li a h3 {
  display: block;
  font-family: Arial;
  font-size: 0.22rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.16rem;
}

.s3-list ul>li a p {
  display: none;
}

.s3-list ul>li a .gd2 {
  display: none;
}

.s3-list ul>li.show a {
  padding-top: 0.69rem;
  padding-bottom: 0.87rem;
}

.s3-list ul>li.show a::before {
  width: 100%;
}

.s3-list ul>li.show a span {
  color: #ADBCDF;
}

.s3-list ul>li.show a h3 {
  color: #fff;
}

.s3-list ul>li.show p {
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.22rem;
}

.s3-list ul>li.show .gd2 {
  display: block;
  width: 1.49rem;
  line-height: 0.42rem;
  text-align: center;
  border: 1px solid #0FC7CB;
  font-family: Arial;
  font-size: 0.18rem;
  text-transform: capitalize;
  color: #0FC7CB;
  margin-top: 0.77rem;
}

.s3-banner {
  width: 58.49%;
  margin-top: 0.71rem;
}

.s3-banner a {
  display: block;
}

.s3-banner a .pic {
  padding-top: 63.57%;
  padding-top: 7.14rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/* section4 */
.section4 {
  height: 9.6rem;
  background: url(../images/section4-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 0.68rem;
  padding-bottom: 0.54rem;
}

.section4 .wp {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.s4 {}

.s4 ul {
  display: flex;
  flex-wrap: wrap;
}

.s4 ul li {
  width: 20%;
}

.s4 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(50, 87, 176, 0.8);
  backdrop-filter: blur(10px);
  color: #fff;
  height: 1.94rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.35rem;
  position: relative;
  z-index: 1;
}

.s4 ul li a h3 {
  width: 100%;
  font-size: 0.6rem;
  font-weight: bold;
  height: 0.6rem;
  line-height: 0.6rem;
  letter-spacing: 0.03em;
  font-style: italic;
  text-align: center;
  margin-bottom: 0.2rem;
}

.s4 ul li a h3.f46 {
  font-size: 0.46rem;
}

.s4 ul li a h3 b {
  font-weight: bold;
}

.s4 ul li a p {
  width: 100%;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0.03em;
  text-align: center;
}

.s4 ul li:nth-child(6)~li a::after {
  content: '';
  position: absolute;
  top: -0.09rem;
  left: -0.09rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/sz.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .ban-lj ul li:hover {
    left: 0.05rem;
  }

  .s1 ul li:hover a {
    background: #3257B0;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
  }

  .s1 ul li:hover a .icon img:first-child {
    display: none;
  }

  .s1 ul li:hover a .icon img:nth-child(2) {
    display: block;
  }

  .s1 ul li:hover a h3 {
    color: #fff;
  }

  .s2-c ul li:hover a span,
  .s2-c ul li:hover a h3 {
    color: #3257B0;
  }

  .s2-c ul li:hover a h3 {
    font-weight: bold;
  }

  .s2-c ul li:hover a::after {
    border-bottom-color: #0FC7CB;
  }

  .s2-c .swiper-button-prev:hover,
  .s2-c .swiper-button-next:hover {
    background-color: #0FC7CB;
  }

  .s2-c .swiper-button-prev:hover::before,
  .s2-c .swiper-button-next:hover::before {
    border-color: #0FC7CB;
  }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@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-slide a .pic {
    padding-top: 50%;
  }

  .banner .slick-dots {
    padding-right: 0.3rem;
  }

  .banner .slick-dots li:last-child:after {
    right: -0.44rem;
    width: 0.44rem;
  }

  .ban-lj {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .ban-lj h3 {
    font-size: 0.46rem;
    line-height: 0.46rem;
  }

  .ban-lj ul {
    margin-top: 0.25rem;
  }

  .ban-lj ul li {
    margin-top: 0.1rem;
  }

  .ban-lj ul li a {
    font-size: 0.18rem;
    line-height: 0.26rem;
    padding-left: 0.3rem;
    background-position: left 0.05rem;
  }

  .ban-svg {
    width: 28.81%;
  }

  .banner .slick-dots {
    right: 10px;
    bottom: 0.2rem;
  }

  .banner .slick-dots::after {
    content: none;
  }

  .banner .slick-dots::before {
    width: 0.36rem;
    height: 0.37rem;
  }

  .banner .slick-dots li {
    margin: 0 0.2rem;
  }

  .banner .slick-dots li::before {
    left: -0.2rem;
    width: 0.2rem;
  }

  .banner .slick-dots li::after {
    right: -0.2rem;
    width: 0.2rem;
  }

  .banner .slick-dots li.slick-active .doty {
    width: 0.32rem;
    height: 0.32rem;
  }

  .title {
    margin-top: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .tit-c h3::after {
    top: -0.15rem;
    width: 0.3rem;
    height: 0.666rem;
  }

  .more {
    margin-top: 0.04rem;
  }

  .more a {
    font-size: 0.16rem;
  }

  .section1 {
    padding: 0.4rem 0;
  }

  .s1 {
    margin-top: 0.4rem;
  }

  .s1 .icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .s1 h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .s1 ul li a {
    padding: 0.3rem 0;
  }

  .section3 {
    padding: 0;
  }

  .s3-list ul>li a {
    padding: 0 0.2rem 0 10px;
  }

  .s3-list ul>li a span {
    font-size: 0.16rem;
  }

  .s3-list ul>li a h3 {
    font-size: 0.18rem;
  }

  .s3-list ul>li.show p {
    font-size: 0.16rem;
  }

  .s3-list ul>li.show p {
    margin-top: 0.16rem;
  }

  .s3-list ul>li.show .gd2 {
    font-size: 0.16rem;
    margin-top: 0.2rem;
    width: 1.2rem;
    line-height: 0.34rem;
  }

  .s3-list ul>li.show a {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .s3-banner a .pic {
    padding-top: 5.47rem;
  }

  .section4 {
    height: auto;
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0;
    background: url(../images/section4-bg.png) no-repeat center top;
    background-size: 100% auto;
  }

  .section4 .wp {
    height: auto;
    display: block;
  }

  .s4 ul li a {
    height: 1.6rem;
  }

  .s4 ul li a h3,
  .s4 ul li a h3.f46 {
    font-size: 0.24rem;
    height: auto;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
  }

  .s4 ul li a p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 920px) {


  .section3 .title {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0.25rem;
  }

  .section3 .more {
    right: 10px;
  }

  .s3-list {
    width: 100%;
  }

  .s3-list ul>li+li {
    margin-top: 0.24rem;
  }

  .s3-banner {
    width: 100%;
    margin-top: 0.24rem;
  }

  .s3-banner a .pic {
    padding-top: 63.57%;
  }

  .s4 ul li {
    width: 50%;
  }

  .s4 ul li:nth-child(6)~li a::after {
    content: none;
  }

  .s4 ul li:nth-child(even) a::after {
    content: '' !important;
    position: absolute;
    top: -0.09rem;
    left: -0.09rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/sz.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }

  .s4 ul li:nth-child(2) a::after {
    content: none !important;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .banner .slick-list::before {
    content: none;
  }

  .ban-lj {
    position: static;
    transform: none;
    padding: 0.3rem 10px;
  }

  .ban-lj h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #333;
  }

  .ban-lj ul li a {
    color: #333;
    background: url(../images/ban-ljzs2.png) no-repeat left 0.075rem;
    background-size: 0.14rem auto;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}