@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 .pic {
  padding-top: inherit;
  height: 100vh;
}

.banner .slick-slide a video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.7rem;
  width: 100%;
  max-width: 14.4rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 0;
  z-index: 10;
}

.banner .slick-dots li {
  font-size: 0;
  position: relative;
  margin: 0 0.05rem;
  width: auto;
  height: auto;
}

.banner .slick-dots li span {
  font-family: "Georgia";
  font-size: 0.36rem;
  color: #fff;
  vertical-align: -0.09rem;
  padding-right: 0.18rem;
  display: none;
}

.banner .slick-dots li.slick-active {
  margin: 0 0.05rem 0 0.15rem;
}

.banner .slick-dots li.slick-active span {
  display: inline-block;
}

.banner .slick-dots li button {
  display: inline-block;
  padding: 0;
  width: 0.42rem;
  height: 0.02rem;
  background: none;
  background-color: #fff;
  transition: all 0.3s;
}

.banner .slick-dots li.slick-active button {
  background-color: #d7cd0a;
}

.banner-k {
  position: relative;
}

.down-page {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  left: 50%;
  bottom: 0.66rem;
  transform: translateX(-50%);
  z-index: 999;
  font-size: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.down-page:hover {
  border: 1px solid #fff;
}

@keyframes svg-sircle {
  0% {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }

  100% {
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
  }
}

.down-page svg {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.down-page.on .pie-bar {
  animation: svg-sircle 10s linear;
}

.down-page .pie-bg {
  stroke: #fff;
  opacity: .3;
}

.down-page .pie-bar {
  stroke: #fff;
}

.down-page circle {
  stroke-dashoffset: 0;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: all .2s;
  stroke: currentColor;
  z-index: 2;
}

.down-page>span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120%;
  font-size: 0.16rem;
  text-decoration: underline;
  text-align: center;
  color: #fff;
  background: url(../images/down_sj.png) no-repeat center bottom;
  background-size: 0.18rem 0.1rem;
  padding-bottom: 0.2rem;
  cursor: pointer;
}

/*首页样式*/

.title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title h3 {
  font-family: Arial;
  font-size: 0.68rem;
  font-weight: normal;
  color: #333333;
}

.more {}

.more a {
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  color: #233A87;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.16rem auto;
  padding-right: 0.3rem;
}

/*主体*/


.section1 {
  position: relative;
  overflow: hidden;
  padding-top: 0.44rem;
  padding-bottom: 0.7rem;
}

.s1-c ul {
  margin: 0 -0.31rem;
}

.s1-c ul li a {
  display: block;
  margin: 0 0.31rem;
}

.s1-c ul li a .s1-cbox {
  padding-top: 0.63rem;
  padding-bottom: 0.31rem;
  position: relative;
}

.s1-c ul li a .s1-cbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.31rem;
  right: -0.31rem;
  height: 0;
  background: url(../images/s1-clibg.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
  transition: all 0.5s;
}



.s1-c ul li a .s1-d {
  padding-top: 0.17rem;
}

.s1-c ul li a .s1-d h3 {
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
  transition: all 0.5s;
}

.s1-c ul li a .s1-d p {
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: rgba(51, 51, 51, 0.6);
  margin-top: 0.17rem;
  transition: all 0.5s;
}



.s1-c ul li a hr {
  background: none;
  border: none;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  transition: all 0.5s;
}



.s1-c ul li a .s1-cdate {
  text-align: right;
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #333333;
  margin-top: 0.3rem;
}

.s1-c .slick-dots {
  margin: 0;
  position: static;
  margin-top: 0.6rem;
  font-size: 0;
}

.s1-c .slick-dots li {
  width: 0.4rem;
  height: 0.04rem;
  background: #E2E2E2;
  margin: 0 0.2rem;
}

.s1-c .slick-dots li.slick-active {
  background: #213B8A;
}

.s1-c .slick-dots li button {
  display: none;
}


.section2 {
  padding-top: 0.92rem;
  padding-bottom: 1.72rem;
  background: url(../images/section2-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.section2::after {
  content: '';
  position: absolute;
  top: 63%;
  left: 0;
  right: 0;
  height: 0.8rem;
  /* background: url(../images/s2-cx.png) no-repeat center; */
  background-size: auto 100%;
}

.section2 .title {
  justify-content: center;
}

.section2 .title h3 {
  font-size: 0.48rem;
}

.section2 .title h3 a {
  display: block;
  color: #333333;
}

.s2-c {
  position: relative;
  z-index: 1;
}

.s2-c ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.63rem;
}

.s2-c ul li {
  width: 29.73%;
}

.s2-c ul li a {
  display: block;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}

.s2-c ul li a p {
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: rgba(35, 58, 135, 0.6);
  padding: 0.6rem 0.3rem 0 0.3rem;
  transition: all 0.5s;
}

.s2-c ul li a h3 {
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.14rem;
  padding: 0 0.3rem;
  transition: all 0.5s;
}

.s2-c ul li a .gd {
  float: right;
  width: 0.5rem;
  height: 0.44rem;
  background: url(../images/gd1.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.14rem;
  transition: all 0.5s;
}

.s2-c ul li a .s2-cq {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  /* background: url(../images/s2-cq.png) no-repeat; */
  background-size: 100% 100%;
  transition: all 0.5s;
  display: none;
}

.s2-c ul li a .s2-cq span {
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  /* background: #233A87; */
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}



@media screen and (min-width: 1025px) {
  .s1-c ul li:hover a .s1-cbox::before {
    height: 100%;
  }

  .s1-c ul li:hover a .s1-d h3 {
    color: #fff;
  }

  .s1-c ul li:hover a .s1-d p {
    color: rgba(255, 255, 255, 0.6);
  }

  .s1-c ul li:hover a hr {
    border-top-color: transparent;
  }

  .s2-c ul li:hover a {
    background: #233A87;
  }

  .s2-c ul li:hover a p {
    color: rgba(255, 255, 255, 0.6)
  }

  .s2-c ul li:hover a h3 {
    color: #fff;
  }

  .s2-c ul li:hover a .gd {
    background-image: url(../images/gd2.png);
  }

  .s2-c ul li:hover a .s2-cq {
    width: 0.48rem;
    height: 0.48rem;
    bottom: -0.24rem;
    background: url(../images/s2-cq2.png) no-repeat;
    background-size: 100% 100%;
  }

  .s2-c ul li:hover a .s2-cq span {
    width: 0.14rem;
    height: 0.14rem;
    background: #BF111F;
  }
}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1500px) {}

@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 .pic {
    height: auto;
    padding-top: 50%;
  }

  .down-page {
    bottom: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    display: none;
  }

  .down-page>img {
    width: 0.12rem;
  }

  .title h3 {
    font-size: 0.34rem;
  }

  .more a {
    font-size: 0.16rem;
    background-size: 0.14rem auto;
  }

  .s1-c ul {
    margin: 0 -0.15rem;
  }

  .s1-c ul li a {
    margin: 0 0.15rem;
  }

  .s1-c ul li a .s1-cbox {
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
  }

  .s1-c ul li a .s1-cdate {
    margin-top: 0.2rem;
  }

  .s1-c .slick-dots {
    margin-top: 0.3rem;
  }

  .section2 {
    padding-top: 0.44rem;
    padding-bottom: 0.7rem;
  }

  .section2 .title h3 {
    font-size: 0.26rem;
  }

  .s2-c ul {
    margin-top: 0.4rem;
  }

  .s2-c ul li {
    width: 31.33%;
  }

  .section2::after {
    top: 71%;
  }

  .section2::after {
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .s1-c .slick-dots li {
    margin: 0 0.1rem;
  }

  .section1 {
    padding-bottom: 0.5rem;
  }

  .s2-c ul {
    margin-top: 0;
  }

  .s2-c ul li {
    width: 100%;
    margin-top: 0.4rem;
  }

  .s2-c ul li a h3 {
    height: auto;
    max-height: 0.64rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .down-page {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    bottom: 0.1rem;
  }

  .down-page>img {
    width: 0.09rem;
  }

  .s1-c ul li a .s1-d h3 {
    line-height: 0.3rem;
    height: 0.6rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}