﻿@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: 8rem;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/ban-yy.png) no-repeat center center / 100% 100%;
  pointer-events: none;
}

.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%;
  opacity: 0.6;
  background: linear-gradient(0deg, #000000 -31%, rgba(0, 0, 0, 0.2) 57%, rgba(70, 70, 70, 0) 99%);
  pointer-events: none;
}

.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-slide h3 {
  position: absolute;
  bottom: 0.4rem;
  left: 2.1rem;
  right: 4rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
}

/* 
.banner .slick-dots {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.55rem;
  font-size: 0;
  z-index: 1;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0;
  width: 0.48rem;
  height: 0.45rem;
  background: url(../images/ban-dot.png) no-repeat center center / 0.1rem auto;
  font-size: 0;
  opacity: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.2rem;
  border-top: 1px solid #fff;
  z-index: -1;
}

.banner .slick-dots li:first-child:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 0.2rem;
  border-top: 1px solid #fff;
  z-index: -1;
}

.banner .slick-dots li.slick-active {
  background: url(../images/ban-dot2.png) no-repeat center center / 100% auto;
}

.banner .slick-dots li button {
  display: none;
} */


.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(102, 8, 116, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.21rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.15rem;
  background-image: url(../images/ban-prev.png);
}

.banner .slick-next {
  right: 0.15rem;
  background-image: url(../images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  border-radius: 50%;
  background-color: rgba(102, 8, 116, 0.9);
}

/* 
.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.7rem;
}

.tit-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tit-c h3 {
  font-size: 0.32rem;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 0.32rem;
  color: #6d6d6d;
}

.tit-c span {
  display: block;
  width: 0.1rem;
  height: 0.25rem;
  background: url(../images/tit-x.png) no-repeat center center / 100% 100%;
  margin: 0 0.1rem;
}

.tit-c p {
  font-family: Arial;
  font-size: 0.4rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.5rem;
  letter-spacing: 0px;
  color: #5b078c;
  background-image: -webkit-linear-gradient(180deg, #da0e78 0%, #5b078c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.more a {
  display: block;
  width: 1.08rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  letter-spacing: normal;
  background: #c9c9c9;
  color: #ffffff;
  border-radius: 0.5rem;
  transition: all 0.5s;
}

.more a:hover {
  background: #57068c;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c span {
  background-image: url(../images/tit-x2.png);
}

.title.white .tit-c p {
  color: #ffffff;
  background-image: -webkit-linear-gradient(180deg, #fff 0%, #fff 100%);
}

/*主体*/
/* section1 */
.section1 {
  padding-top: 0.76rem;
}

.s1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}

.s1 ul li {
  width: 33.333%;
}

.s1 ul li:nth-child(3)~li {
  margin-top: 0.3rem;
}

.s1 ul li a {
  display: block;
  position: relative;
  margin: 0 0.15rem;
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.25);
}

.s1 ul li a .pic {
  padding-top: 56.25%;
}

.s1 ul li a .tx {
  padding: 0.2rem;
}

.s1 ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: 0px;
  color: #6d6d6d;
  transition: all 0.5s;
}

/* section2 */
.section2 {
  padding-top: 0.76rem;
}

.s2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2 ul li {
  width: 48%;
}

.s2 ul li:nth-child(2)~li {
  margin-top: 0.15rem;
}

.s2 ul li a {
  display: flex;
  align-items: center;
}

.s2 ul li a .date {
  width: 1.3rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #57068c;
  margin-right: 0.24rem;
}

.s2 ul li a .date span {
  font-family: Arial;
}

.s2 ul li a .date span.month {
  font-size: 0.19rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #57068c;
}

.s2 ul li a .date span.day {
  font-size: 0.55rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #57068c;
}

.s2 ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6d6d6d;
  transition: all 0.5s;
}

/* section3 */
.section3 {
  padding-top: 0.76rem;
}

.s3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3 ul li {
  width: 48%;
}

.s3 ul li a {
  display: block;
  position: relative;
}

.s3 ul li a .pic {
  padding-top: 41.86%;
}

.s3 ul li a .tx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.38rem;
  z-index: 1;
}

.s3 ul li a .tx h3 {
  font-size: 0.42rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.42rem;
  letter-spacing: 0px;
  color: #ffffff;
  transition: all 0.5s;
}

.s3 ul li a .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.18rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  margin-top: 0.2rem;
}

/* section4 */
.section4 .s1 ul li a {
  box-shadow: none;
}

.section4 .s1 ul li a .tx {
  padding: 0.2rem 0;
}

.section4 .s1 ul li a .tx h3 {
  color: #5f269b;
}

/* section5 */
.section5 {
  padding-top: 0.76rem;
  padding-bottom: 0.5rem;
}

.s5 {}

.s5 ul li a {
  display: block;
  position: relative;
}

.s5 ul li a .pic {
  padding-top: 28.63%;
}

.s5 ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19);
  z-index: 1;
}

.s5 ul li a .tx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s5 ul li a .tx h3 {
  font-size: 0.34rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.34rem;
  letter-spacing: 0.03rem;
  color: #ffffff;
}

.s5 ul li a .tx p {
  font-size: 0.36rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0.04rem;
  color: #ffffff;
  margin-top: 0.2rem;
}

/* section6 */
.section6 {
  padding-top: 0.76rem;
  margin-top: 0.76rem;
  height: 4.9rem;
  background: url(../images/s6bg.png) no-repeat center bottom / 100% auto;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.2);
  display: none;
}

.s6 h3 {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  color: #6d6d6d;
  text-align: center;
}

.s6 p {
  font-size: 0.19rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.26rem;
  letter-spacing: 1px;
  color: #6d6d6d;
  text-align: center;
  margin-top: 0.1rem;
}

.more2 {
  position: static;
  transform: none;
  text-align: center;
  margin-top: 0.36rem;
}

.more2 a {
  display: inline-block;
  width: 2.65rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: linear-gradient(90deg, #5b088d 0%, #6b4eee 100%);
  font-size: 0.27rem;
  color: #ffffff;
  transition: all 0.5s;
}

.more2 a:hover {
  background: linear-gradient(90deg, #5b078c 0%, #da0e78 100%);
}

/* section7 */
.section7 {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  background: linear-gradient(90deg, #5b078c 0%, #da0e78 100%);
}

.section7 .wp {
  width: 15.2rem;
}

.s7 {
  display: flex;
  flex-wrap: wrap;
}

.s7 .k {
  width: 25%;
  margin-left: 2%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.s7 .k:first-child {
  width: 40%;
  margin-left: 0;
}

.s7 .k:nth-child(2) {
  width: 26%;
}

.s7 .k:nth-child(3) {
  width: 30%;
}

.s7 .k h3 {
  font-size: 0.21rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  margin-right: 0.5rem;
}

.s7 .k .con {
  flex: 1;
  min-width: 0;
}

.s7 .k .con ul li a {
  display: block;
  font-size: 0.19rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.5s;
}


/* hover效果 */
@media screen and (min-width: 1025px) {

  .s1 ul li:hover a .tx h3,
  .s2 ul li:hover a h3 {
    color: #5f269b;
    font-weight: bold;
  }

  .s7 .k .con ul li:hover a {
    opacity: 0.8;
  }

}


@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner::after {
    display: none;
  }

  .banner .slick-prev,
  .banner .slick-next {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.12rem auto;
  }

  .title {
    margin-bottom: 0.25rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .tit-c span {
    width: 0.05rem;
    height: 0.125rem;
  }

  .tit-c p {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }

  .more a {
    width: 0.8rem;
    height: 0.26rem;
    line-height: 0.26rem;
    font-size: 0.16rem;
  }

  .section1 {
    padding-top: .3rem;
  }

  .section2 {
    padding-top: 0.3rem;
  }

  .s2 ul li a .date {
    width: 1rem;
  }

  .s2 ul li a .date span.month {
    font-size: 0.16rem;
  }

  .s2 ul li a .date span.day {
    font-size: 0.36rem;
  }

  .section3 {
    padding-top: 0.3rem;
  }

  .s3 ul li a .tx {
    padding: 0.2rem;
  }

  .s3 ul li a .tx h3 {
    font-size: 0.26rem;
  }

  .s3 ul li a .tx p {
    font-size: 0.16rem;
    line-height: 0.16rem;
    margin-top: 0.1rem;
  }

  .section4 {
    padding-top: 0.3rem;
  }

  .section5 {
    padding-top: 0.3rem;
  }

  .s5 ul li a .tx h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s5 ul li a .tx p {
    font-size: 0.2rem;
    line-height: 0.2rem;
    margin-top: 0.2rem;
  }

  .section6 {
    padding-top: 0.3rem;
    margin-top: 0.3rem;
    height: auto;
    padding-bottom: 0.3rem;
  }

  .s6 h3 {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }

  .s6 p {
    font-size: 0.16rem;
  }

  .more2 {
    margin-top: 0.25rem;
  }

  .more2 a {
    font-size: 0.22rem;
    width: 1.8rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .section7 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .s7 .k {
    flex-direction: column;
  }

  .s7 .k .con {
    flex: none;
    width: 100%;
  }

  .s7 .k h3 {
    margin-bottom: 0.1rem;
  }

  .s7 .k .con ul li a {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .s7 .k .con ul li+li {
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .s1 ul {
    margin: 0;
  }

  .s1 ul li {
    width: 100%;
  }

  .s1 ul li a {
    margin: 0;
  }

  .s1 ul li+li {
    margin-top: 0.2rem;
  }

  .s1 ul li a .tx h3 {
    height: auto;
  }

  .s2 ul li {
    width: 100%;
  }

  .s2 ul li:nth-child(1)~li {
    margin-top: 0.2rem;
  }

  .s3 ul li {
    width: 100%;
  }

  .s3 ul li+li {
    margin-top: 0.2rem;
  }

  .s7 .k {
    width: 100% !important;
    margin-left: 0;
  }

  .s7 .k+.k {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 480px) {
  .tit-c {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 374px) {}