@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 .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20.83%;
  background: linear-gradient(0deg, rgba(0, 17, 43, 0.8) 0%, rgba(0, 17, 42, 0) 98%);
  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-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-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);
} */


.down-page {
  position: absolute;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  left: 50%;
  bottom: 0.33rem;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

@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 14s 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>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.15rem;
  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;
  text-align: center;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: Alibaba-m;
  font-size: 0.8rem;
  font-weight: 600;
  transform: skewX(-10deg);
  position: relative;
  z-index: 1;
}

.tit-c h3 b {
  font-size: 1rem;
  font-weight: 400;
}

.tit-c h3::after {
  content: '';
  position: absolute;
  bottom: 0.3rem;
  left: -0.6rem;
  width: 1.54rem;
  height: 1.21rem;
  background: url(../images/tit-bg1.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: Butler;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #233A87;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.16rem auto;
  padding-right: 0.3rem;
  position: relative;
  z-index: 1;
}

.more a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-top: 1px solid #233A87;
  transition: all 0.5s;
}

.more a:hover::after {
  left: 0;
  width: 100%;
}

.title.white .tit-c h3 {
  /* color: #fff; */
}

.title.white .tit-c h3::after {
  bottom: 0.24rem;
  left: -0.3rem;
  width: 1.34rem;
  height: 1.13rem;
  background: url(../images/tit-bg2.png) no-repeat;
  background-size: 100% 100%;
}

.title.white .more a {
  /* color: #fff; */
  background: url(../images/more2.png) no-repeat right center;
  background-size: 0.16rem auto;
}

.title.white .more a::after {
  border-top: 1px solid #fff;
}

/*主体*/
/* section1 */
.section1 {
  background: url(../images/section1-bg.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 0.9rem;
}

.s1 {
  margin-top: -0.4rem;
  position: relative;
  z-index: 1;
}

.s1 .swiper-container {
  height: 7.1rem;
  padding: 0 0.44rem;
}

.s1 ul li {
  padding: 0.4rem 0 0 0;
  transition: all 0.5s;
}

.s1 ul li.swiper-slide-active+li {
  margin-top: 0.5rem;
}

.s1 ul li a {
  padding: 0.3rem;
  display: block;
  background-color: transparent;
  transform: rotate(-7deg);
  transition: all 0.5s;
}

.s1 ul li.swiper-slide-active+li a {
  transform: rotate(0);
}

.s1 ul li a .pic {
  padding-top: 65.58%;
}

.s1 ul li a .tx {
  padding: 0.3rem 0 0 0;
  transition: all 0.5s;
}

.s1 ul li.s1-1 a,
.s1 ul li.s1-1 a .tx {
  background: #1780E4;
}

.s1 ul li.s1-2 a,
.s1 ul li.s1-2 a .tx {
  background: #EA6E3C;
}

.s1 ul li.s1-3 a,
.s1 ul li.s1-3 a .tx {
  background: #04AF76;
}

.s1 ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s1 ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.84rem;
  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.2rem;
}

.s1 ul li a .date {
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.3rem;
  padding-top: 0.3rem;
}

.s1 ul li a .date span {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #FFFFFF;
}

.s1 .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s1 .swiper-btn>div {
  position: static;
  transform: none;
  margin-top: 0.28rem;
  width: 0.48rem;
  height: 0.48rem;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.08rem auto;
  border: 1px solid rgba(0, 51, 128, 0.1);
  border-radius: 50%;
  transition: all 0.5s;
}

.s1 .swiper-button-prev {
  background-image: url(../images/s1-prev1.png);
}

.s1 .swiper-button-next {
  margin-left: 0.4rem;
  background-image: url(../images/s1-next1.png);
}


/* section2 */

.section2 {
  padding-top: 1.54rem;
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
}

.section2-t {
  position: absolute;
  left: 0;
  right: 0;
  top: 51px;
  width: 100%;
}

.s2-bg {
  /* background: url(../images/section2-bg1105.png) no-repeat center; */
  /* background-size: cover; */
  padding: 0.7rem 0 0.2rem 0;
}

.s2-box {
  position: relative;
  z-index: 1;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
}

.s2 .more {
  position: static;
  transform: none;
  margin-top: 0.7rem;
  margin-left: 0.32rem;
  text-align: left;
}

.s2 .more a {
  display: inline-block;
}

.s2-r {
  flex: 1;
  min-width: 0;
  padding-left: 0.2rem;
}

.s2-r ul {}

.s2-r ul li {
  padding-left: 40px;
  padding-bottom: 10px;
  padding-right: 25px;
}

.s2-r ul li a {
  display: block;
  padding: 0.4rem 0.53rem 0.43rem 0.68rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-r ul li a::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -15px;
  top: 10px;
  right: 15px;
  background: #F59B23;
  transform: skewX(-10deg);
  z-index: -1;
}

.s2-r ul li.s2-1 a::before,
.s2-r ul li.s2-5 a::before,
.s2-r ul li.s2-9 a::before {
  background: #F59B23;
}

.s2-r ul li.s2-2 a::before,
.s2-r ul li.s2-6 a::before,
.s2-r ul li.s2-10 a::before {
  background: #EA6E3C;
}

.s2-r ul li.s2-3 a::before,
.s2-r ul li.s2-7 a::before,
.s2-r ul li.s2-11 a::before {
  background: #00A5DC;
}

.s2-r ul li.s2-4 a::before,
.s2-r ul li.s2-8 a::before,
.s2-r ul li.s2-12 a::before {
  background: #04AF76;
}

.s2-r ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  transform: skewX(-10deg);
  z-index: -1;
}

.s2-r ul li a h3 {
  display: block;
  font-size: 0.22rem;
  line-height: 0.34rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s2-r ul li a p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}

.s2-r ul li a .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
}

.s2-r ul li a .date span {
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.28rem;
  color: #0D40A8;
  transition: all 0.5s;
}

.s2-r ul li a .date>img {
  display: block;
  width: 0.48rem;
  transition: all 0.5s;
}

.s2-box .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
}

.s2-box .swiper-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(218, 222, 229, 0.3);
  z-index: -1;
}

.s2-box .swiper-btn .swiper-button-prev,
.s2-box .swiper-btn .swiper-button-next {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.48rem;
  height: 0.48rem;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.08rem auto;
  border: 1px solid rgba(0, 51, 128, 0.1);
  border-radius: 50%;
  transition: all 0.5s;
}

.s2-box .swiper-button-prev {
  background-image: url(../images/s1-prev1.png);
}

.s2-box .swiper-button-next {
  margin-left: 0.4rem;
  background-image: url(../images/s1-next1.png);
}

.s2-box .swiper-pagination {
  flex: 1;
  min-width: 0;
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}

.s2-box .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  vertical-align: middle;
  background: #FFFFFF;
  border: 1px solid #1446AA;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.5s;
}

.s2-box .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/s2-rdot.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
}

.s2-r ul li a h3,
  .s2-r ul li a .date span {
    color: #fff;
  }

  .s2-r ul li:hover a p {
    color: rgba(255, 255, 255, 0.8);
  }

  .s2-r ul li a .date>img {
    filter: grayscale(100%) brightness(100);
  }

  .s2-r ul li a::after,
  .s2-r ul li.s2-5 a::after,
  .s2-r ul li.s2-9 a::after {
    background: #F59B23;
  }

  .s2-r ul li.s2-2 a::after,
  .s2-r ul li.s2-6 a::after,
  .s2-r ul li.s2-10 a::after {
    background: #EA6E3C;
  }

  .s2-r ul li.s2-3 a::after,
  .s2-r ul li.s2-7 a::after,
  .s2-r ul li.s2-11 a::after {
    background: #00A5DC;
  }

  .s2-r ul li.s2-4 a::after,
  .s2-r ul li.s2-8 a::after,
  .s2-r ul li.s2-12 a::after {
    background: #04AF76;
  }

/* section3 */
.section3 {
  background: url(../images/section3-bg.png) no-repeat center top;
  background-size: cover;
  padding: 0.65rem 0 0.96rem 0;
  overflow: hidden;
}

.section3 .tit-c h3::after {
  bottom: 0;
  left: -0.3rem;
  width: 1.28rem;
  height: 1.47rem;
  background: url(../images/tit-bg3.png) no-repeat;
  background-size: 100% 100%;
}

.s3 {
  margin-top: 0.5rem;
}

.s3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3 ul li {
  width: 48%;
}

.s3 ul li a {
  display: block;
}

.s3 ul li a .pic {
  padding-top: 58.2%;
}

.s3 ul li.play a .pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.78rem;
  background: url(../images/bf.png) no-repeat center;
  background-size: 100% 100%;
}

.s3 ul li a .tx {
  width: 62%;
  background: #EA6E3C;
  padding: 0.3rem 0.3rem;
  margin-top: -0.2rem;
  margin-left: 0.1rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s3 ul li a .tx1 {
  background: #04AF76;
}

.s3 ul li:nth-child(2) a .tx {
  background: #04AF76;
}

.s3 ul li a .tx h3 {
  font-family: Butler;
  font-size: 0.36rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}




@media screen and (min-width: 1025px) {
  .s1 ul li:hover a {
    padding: 0;
    transform: skewY(180deg);
  }

  .s1 ul li:hover a .tx {
    padding: 0.3rem;
  }

  .s1 .swiper-button-prev:hover,
  .s2-box .swiper-button-prev:hover {
    background-color: #0B98C7;
    background-image: url(../images/s1-prev2.png);
  }

  .s1 .swiper-button-next:hover,
  .s2-box .swiper-button-next:hover {
    margin-left: 0.4rem;
    background-color: #0B98C7;
    background-image: url(../images/s1-next2.png);
  }
.s2-r ul li a::before {
    background: linear-gradient(118deg, #FFFFFF 9%, rgba(255, 255, 255, 0) 88%) !important;
  }
  
  .s2-r ul li:hover a{
    transform:scale(1.1);
  }



}

@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%;
  }

  .down-page {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    bottom: 0.1rem;
  }

  .down-page>img {
    width: 0.1rem;
  }

  .section1 {
    padding-top: 0.4rem;
  }

  .tit-c h3 {
    font-size: 0.3rem;
  }

  .tit-c h3 b {
    font-size: 0.4rem;
  }

  .tit-c h3::after {
    bottom: 0.12rem;
    left: -0.2rem;
    width: 0.7rem;
    height: 0.55rem;
  }

  .more a {
    font-size: 0.16rem;
    background-size: 0.12rem auto !important;
    padding-right: 0.22rem;
  }

  .s1 {
    margin-top: 0.2rem;
  }

  .s1 .swiper-container {
    height: auto;
    padding: 0;
  }

  .s1 ul li.swiper-slide-active+li {
    margin-top: 0;
  }

  .s1 ul li {
    padding: 0;
  }

  .s1 ul li a {
    padding: 0 !important;
    transform: none;
  }

  .s1 ul li a .tx {
    padding: 0.2rem;
  }

  .s1 ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }

  .s1 ul li a .date {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .s1 ul li a .date span {
    font-size: 0.16rem;
  }

  .s1 .swiper-btn>div {
    width: 0.36rem;
    height: 0.36rem;
    background-size: 0.06rem auto;
    margin-top: 0.2rem;
  }

  .s1 .swiper-button-next {
    margin-left: 0.2rem;
  }

  .section2 {
    margin-top: 0.3rem;
    padding-top: 1.4rem;
  }

  .s2 .title {
    width: 100%;
  }

  .s2-r {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: 0.2rem;
  }

  .s2 .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: 0;
  }

  .title.white .tit-c h3::after {
    bottom: 0.065rem;
    left: -0.15rem;
    width: 0.7rem;
    height: 0.59rem;
  }

  .s2-r ul li a {
    padding: 0.2rem 0.3rem;
  }

  .s2-r ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.9rem;
  }

  .s2-r ul li a .date {
    margin-top: 0.2rem;
  }

  .s2-r ul li a .date span {
    font-size: 0.16rem;
  }

  .s2-r ul li a .date>img {
    width: 0.3rem;
  }

  .s2-box .swiper-btn {
    margin-top: 0.2rem;
  }

  .s2-box .swiper-btn .swiper-button-prev,
  .s2-box .swiper-btn .swiper-button-next {
    width: 0.36rem;
    height: 0.36rem;
    background-size: 0.06rem auto;
  }

  .s2-box .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.26rem;
    height: 0.26rem;
  }

  .s2-bg {
    padding: 0.2rem 0;
  }

  .section3 {
    padding: 0.4rem 0;
  }

  .section3 .tit-c h3::after {
    bottom: -0.1rem;
    left: -0.2rem;
    width: 0.6rem;
    height: 0.69rem;
  }

  .s3 {
    margin-top: 0.3rem;
  }

  .s3 ul li {}

  .s3 ul li a .tx {
    padding: 0.15rem 0.2rem;
  }

  .s3 ul li a .tx h3 {
    font-size: 0.2rem;
  }

  .s3 ul li.play a .pic::after {
    width: 0.5rem;
    height: 0.49rem;
  }
}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 768px) {
  .title {
    text-align: left;
    padding-left: 0.2rem;
  }

  .section2 {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .section2 {
    padding-top: 0.7rem;
  }

  .s2-box .swiper-pagination {
    padding: 0 0.4rem;
  }

  .s3 ul li {
    width: 100%;
  }

  .s3 ul li:nth-child(2) {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width:400px) {
  .section2 {
    padding-top: 0.5rem;
  }


}

@media screen and (max-width: 320px) {}