@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;
}

.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 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: bell;
  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-size: 0.18rem;
  font-weight: bold;
  line-height: 0.24rem;
  background: url(../images/more1.png) no-repeat right 0.02rem;
  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 */
.section1 {
  padding-bottom: 5rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
    display: none;
}

.section1::before {
  content: '';
  position: absolute;
  top: 2.55rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3257B0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  z-index: -1;
}

.s1-l {
  width: 40.72%;
}

.s1-l .pic {
  padding-top: 9.5rem;
}

.s1-r {
  width: 59.28%;
  padding-left: 0.6rem;
  padding-right: 1.6rem;
}

.s1-r .title {
  text-align: left;
  margin: 1.34rem 0 0.72rem 0;
}

.s1-r .gg-list {
  padding-top: 0.46rem;
}

.gg-list ul li a {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  left: 0;
  transition: all 0.5s;
}

.gg-list ul li:last-child a {
  border-bottom: 0;
}

.gg-list ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #0FC7CB;
  transition: all 0.5s;
}

.gg-list ul li a span {
  display: block;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #FFFFFF;
}

.gg-list ul li a h3 {
  font-size: 0.22rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.22rem;
}

.gd {
  margin-top: 0.4rem;
}

.gd a {
  display: block;
  width: 1.5rem;
  font-family: bell;
  font-size: 0.18rem;
  text-transform: capitalize;
  color: #FFFFFF;
  line-height: 0.42rem;
  background: #0FC7CB;
  text-align: center;
  transition: all 0.5s;
}


/* section2 */
.s23-bg {
  background: url(../images/body-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.section2 {
  margin-top: -4rem;
    display: none;
}

.section2 .title {
  margin-bottom: 0.6rem;
}

.section2 .more {
  right: 1.6rem;
}

.s2 {
  position: relative;
  z-index: 1;
  max-width: 16.43rem;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 0.96rem 0.8rem 0 0.8rem;
  margin-top: 0.37rem;
}

.s2-c {
  position: relative;
  z-index: 1;
}

.s2-c::before {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  right: 0;
  height: 0.17rem;
  background-image: url(../images/s2-b.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0.05rem bottom;
}

.s2-c ul {
  padding-left: 0.1rem;
}

.s2-c ul li a {
  display: block;
  padding: 0 0.3rem 1rem 0.3rem;
  border-left: 1px solid #D8D8D8;
  position: relative;
  z-index: 1;
}

.s2-c ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  border-bottom: 0.18rem solid #3257B0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
}

.s2-c ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #999999;
  transition: all 0.5s;
}

.s2-c ul li a h3 {
  display: block;
  font-family: Arial;
  font-size: 0.22rem;
  line-height: 0.3rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #333333;
  margin-top: 0.22rem;
  transition: all 0.5s;
}

.s2-c .swiper-btn {
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  display: flex;
  align-items: center;
  z-index: 9;
}

.s2-c .swiper-button-prev,
.s2-c .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background-color: #3257B0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  opacity: 1;
  margin-top: 0;
  cursor: pointer;
  display: block;
  transition: all 0.5s;
}

.s2-c .swiper-button-prev::before,
.s2-c .swiper-button-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem;
  height: 0.64rem;
  border: 1px dashed #3257B0;
  border-radius: 50%;
}

.s2-c .swiper-button-prev {
  background-image: url(../images/s2-prev.png);
}

.s2-c .swiper-button-next {
  margin-left: 0.4rem;
  background-image: url(../images/s2-next.png);
}

.section2 .gd a {
  margin: 0 auto;
  margin-top: 0.86rem;
  position: relative;
  z-index: 1;
  bottom: -0.21rem;
}


/* section3 */
.section3 {
  padding: 2rem 0 1.3rem 0;
  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;
}

.section3 .gd {
  margin-top: 0.92rem;
}

.section3 .gd a {
  margin: 0 auto;
}



@media screen and (min-width: 1025px) {
  .ban-lj ul li:hover {
    left: 0.05rem;
  }

  .gg-list ul li:hover a::after {
    width: 2.42rem;
  }

  .gg-list ul li:hover a {
    left: 0.05rem;
  }

  .gd a:hover {
    border-radius: 0.1rem;
  }

  .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%;
  }

  .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::before {
    top: 1.15rem;
  }

  .section1 {
    padding-bottom: 3.5rem;
  }

  .s1-r .title {
    margin: 0.4rem 0;
  }

  .s1-l .pic {
    padding-top: 7rem;
  }

  .s1-r {
    padding: 0 10px 0 0.3rem;
  }

  .s1-r .gg-list {
    padding-top: 0;
  }

  .gg-list ul li a span {
    font-size: 0.16rem;
  }

  .gg-list ul li a h3 {
    font-size: 0.18rem;
    margin-top: 0.12rem;
  }

  .gd a {
    font-size: 0.16rem;
  }

  .section2 {
    margin-top: -3rem;
  }

  .section2 .title {
    margin-bottom: 0.3rem;
  }

  .s2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.4rem 0.2rem 0 0.2rem;
  }

  .s2-c ul li a {
    padding: 0 0.2rem 0.6rem 0.2rem;
  }

  .s2-c ul li a span {
    font-size: 0.16rem;
  }

  .s2-c ul li a h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }

  .s2-c .swiper-button-prev,
  .s2-c .swiper-button-next {
    width: 0.36rem;
    height: 0.36rem;
    background-size: 0.1rem auto;
  }

  .s2-c .swiper-button-prev::before,
  .s2-c .swiper-button-next::before {
    width: 0.42rem;
    height: 0.42rem;
  }

  .s2-c .swiper-button-next {
    margin-left: 0.2rem;
  }

  .s2-c .swiper-btn {
    bottom: -0.12rem;
  }

  .s2-c::before {
    height: 0.13rem;
  }

  .section2 .gd a {
    bottom: 0;
    margin-top: 0.4rem;
  }

  .section3 {
    padding: 0.4rem 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;
  }

  .section3 .gd {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 920px) {
  .section1 {
    padding-bottom: 0;
  }

  .s1-l {
    width: 100%;
  }

  .s1-l .pic {
    padding-top: 121.48%;
  }

  .s1-r {
    width: 100%;
    padding: 0 10px;
  }

  .s1-r .title {
    margin: 0.3rem 0 0.2rem 0;
  }

  .section1::before {
    content: none;
  }

  .gg-list ul li a {
    padding: 0.2rem 0;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }

  .gg-list ul li a span,
  .gg-list ul li a h3 {
    color: #333;
    height: auto;
    max-height: 0.6rem;
  }

  .gd {
    margin-top: 0.2rem;
  }

  .gd a {
    margin: 0 auto;
  }

  .title {
    text-align: left;
  }

  .section2 {
    margin-top: 0.4rem;
  }

  .section2 .title {
    margin-left: 10px;
  }

  .section2 .title.white .tit-c h3 {
    color: #333;
  }

  .section2 .title.white .more a {
    color: #333;
    background: url(../images/more1.png) no-repeat right 0.02rem;
    background-size: 0.16rem auto;
  }

  .section2 .more {
    right: 10px;
  }

  .s2 {
    padding: 0;
  }

  .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%;
  }

  .section3 .gd {
    margin-top: 0.2rem;
  }
}

@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) {}