@charset "utf-8";

body {
  overflow-x: hidden;
}

.banner-k {
  position: relative;
  z-index: 1;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.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-dots {
  max-width: 15.2rem;
  margin: 0 auto;
  bottom: 0.24rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.05rem;
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.28rem;
  border-radius: 0.05rem;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.46);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.68rem;
}

.banner .slick-next {
  right: 0.68rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
} */


.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 {
  text-align: left;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c p {
  font-family: Montserrat-SemiBold;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.2rem;
  color: #000dff;
}

.tit-c h3 {
  font-family: AlimamaFangYuanTiVF-Thin;
  font-size: 0.4rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.4rem;
  color: #000000;
  margin-top: 0.09rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: flex;
  align-items: center;
  font-family: AlimamaFangYuanTiVF-Thin;
  font-size: 0.18rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.3rem;
  color: #000000;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.more a img {
  display: block;
  width: 0.13rem;
  margin-right: 0.07rem;
}

.more a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #000dff;
  z-index: -1;
  transition: all 0.5s;
}

.more a:hover {
  color: #fff;
  padding-right: 0.15rem;
}

.more a:hover::before {
  width: 100%;
}

.title-w .tit-c p,
.title-w .tit-c h3 {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section0 */
.section0 {
  padding: 0.6rem 0 1rem 0;
  overflow: hidden;
}

.s0 a {
  height: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem 0px 0.2rem 0px;
  padding: 0.1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s0 a::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  bottom: 0.1rem;
  right: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem 0px 0.2rem 0px;
  z-index: -1;
  transition: all 0.5s;
}

.s0 ul li a {
  background: #E7833C;
}

.s0 ul li.s02 a {
  background: #CD4747;
}

.s0 ul li.s03 a {
  background: #506AC5;
}

.s0 ul li.s04 a {
  background: #3399B7;
}

.s0 ul li.s05 a {
  background: #33B7B7;
}

.s0 h3 {
  font-size: 0.22rem;
  line-height: 0.28rem;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}

.s0 a:hover {
  border-radius: 0px 0.2rem 0px 0.2rem;
}

.s0 a:hover::before {
  border-radius: 0px 0.2rem 0px 0.2rem;
}

/* section1 */
.section1 {
  padding: 0.9rem 0 1rem 0;
  overflow: hidden;
  background: url(../images/seciton1-bg.png) no-repeat right -175%;
  background-size: 54.16% auto;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.s1-l {
  width: 71.47%;
  padding: 0.25rem 0 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.jdt {
  margin-right: 0.25rem;
}

.jdt .slick-slide {
  position: relative;
  z-index: 1;
}

.jdt .slick-slide::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 100%);
  z-index: 1;
}

.jdt a {
  display: block;
  position: relative;
  z-index: 1;
}

.jdt a .pic {
  padding-top: 58.71%;
  padding-top: 6.4rem;
}

.jdt a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
}

.jdt .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 .4rem 0.3rem 0.4rem;
  z-index: 2;
}

.jdt span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 0.2rem;
  color: #ffffff;
}

.jdt .tx h3 {
  font-family: SourceHanSansCN-Medium;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  color: #ffffff;
  margin: .1rem 0;
  padding-bottom: 0.1rem;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
  transition: all 0.5s;
}

.jdt .tx p {
  font-family: SourceHanSansCN-Normal;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.22rem;
  height: .44rem;
  color: #ffffff;
  opacity: 0.6;
}

.jdt .slick-dots {
  width: .36rem;
  right: 0.29rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 0;
}

.jdt .slick-dots li {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: 0.2rem 0.13rem;
  transition: all 0.5s;
}

.jdt .slick-dots li.slick-active {
  width: 0.36rem;
  height: 0.42rem;
  margin: 0.2rem 0;
  background: url(../images/jdt-dot.png) no-repeat;
  background-size: 100% auto;
}

.jdt .slick-dots li button {
  display: none;
}

.s1-lb {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  padding: 0 .25rem 0 0;
}

.s1-lb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-lb ul li {
  width: 50%;
}

.s1-lb ul li+li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.s1-lb ul li a {
  display: block;
  padding: 0.25rem .25rem 0 .25rem;
}

.s1-lb ul li a h3,
.s1-r ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  height: 0.6rem;
}

.s1-lb ul li a span,
.s1-r ul li a span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 0.2rem;
  color: #999999;
  margin-top: 0.3rem;
}

.s1-r {
  width: 28.53%;
}

.s1-r ul {}

.s1-r ul li {
  padding: 0.25rem 0 .25rem .25rem;
}

.s1-r ul li+li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.s1-r ul li a {
  display: block;
}

.s1-r ul li a .pic {
  padding-top: 57.14%;
  padding-top: 2.4rem;
}

.s1-r ul li a .tx {
  padding-top: 0.225rem;
}

.s1-r ul li a span {
  margin-top: 0.2rem;
}


/* section2 */
.section2 {
  padding: 1rem 0 1.2rem 0;
  background: url(../images/section2-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section2 .title {
  text-align: center;
  margin-bottom: 1rem;
}

.s2 a {
  display: block;
  position: relative;
  z-index: 1;
}

.s2 a .icon {
  text-align: center;
  height: 0.93rem;
  line-height: 0.93rem;
  font-size: 0;
}

.s2 a .icon img {
  vertical-align: middle;
  max-height: 100%;
}

.s2 a h3 {
  text-align: center;
  font-family: Montserrat-SemiBold;
  font-size: 0.6rem;
  font-weight: bold;
  font-stretch: normal;
  color: #fff;
  margin-top: 0.58rem;
}

.s2 a .d {
  margin: 0.45rem 0 .25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.s2 a .d::before {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px solid #fff;
  opacity: .3;
}

.s2 a .d::after {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px solid #fff;
  opacity: .3;
}

.s2 a .dd {
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  background-color: #e5e8e8;
}

.s2 a .d .x {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
}

.s2 a .d .x::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 0;
  border-top: 1px solid #fff;
  transition: all 1.2s;
}

.s2 a:hover .d .x::before {
  left: 0;
  width: 100%;
}

.s2 a p {
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  color: #fff;
}

.s2 .swiper-pagination {
  display: none;
  text-align: center;
  position: static;
  margin-top: 0.1rem;
}

.s2 .swiper-pagination span {
  margin: 0 0.1rem;
  opacity: 0.5;
}

.s2 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding: 1rem 0;
}

.section3 .title {
  text-align: center;
  margin-bottom: 0.6rem;
}

.section3 a {
  display: block;
}

.section3 a .pic {
  padding-top: 63.26%;
}

.section3 a .tx {
  margin-top: -0.4rem;
  margin-right: 0.4rem;
  padding-top: 0.3rem;
  position: relative;
  z-index: 1;
  display: none;
}

.section3 a .tx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.6rem;
  background: #fff;
  border-top: 2px solid #005dff;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.section3 a .tx h3 {
  padding-right: 0.5rem;
  font-size: .2rem;
  line-height: .3rem;
  height: 0.6rem;
}

.section3 a .tx p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.26rem;
  height: .78rem;
  color: #999999;
}

.s3 .gd {
  margin-top: 0.4rem;
  display: none;
}

.gd {
  position: relative;
  z-index: 1;
}

.gd img {
  display: block;
  width: 0.14rem;
}

.gd img:first-child {
  position: absolute;
  top: -.14rem;
  left: -.14rem;
  opacity: 0;
  overflow: hidden;
  transition: all .5s;
}

.section3 .more,
.section5 .more {
  position: static;
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  transform: none;
}

.section3 .more a,
.section5 .more a {
  display: flex;
  max-width: 1.07rem;
}

.s3 .swiper-pagination {
  display: none;
  text-align: center;
  position: static;
  margin-top: 0.1rem;
}

.s3 .swiper-pagination span {
  margin: 0 0.1rem;
  background-color: #666;
}

.s3 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}


/* section4 */

.section4 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.section4 .title {
  text-align: center;
}

.s4-bg ul li .pic {
  padding-top: 8.06rem;
}

.s4-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 1rem 0 .8rem 0;
}

.s4-big ul {
  padding: 0.9rem 2rem 0 2rem;
  position: relative;
  z-index: 1;
}

.s4-big ul::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 2px solid #fff;
  height: 0.5rem;
  z-index: 1;
}

.s4-big ul li a {
  display: block;
}

.s4-big ul li a>img {
  height: 1.12rem;
  margin: 0 auto;
  /*filter: grayscale(100%) brightness(100);*/
}

.s4-big ul li a .zy {
  text-align: center;
  margin-top: 0.3rem;
}

.s4-big ul li a .zy p {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  height: .8rem;
  color: #ffffff;
}

.s4-big .slick-prev,
.s4-big .slick-next {
  width: 0.61rem;
  height: 0.71rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: .6;
  transition: all .5s;
}

.s4-big .slick-prev {
  background-image: url(../images/s4-prev.png);
}

.s4-big .slick-next {
  background-image: url(../images/s4-next.png);
}

.s4-smi {
  margin-top: 0.6rem;
}

.s4-smi ul li a {
  display: block;
  margin: 0 .1rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background: #fff;
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.s4-smi ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  /* background: #ffdf00; */
  background: linear-gradient(220deg, #808080 0%, #0005FF 100%);
  transition: all 0.5s;
}

.s4-smi ul li.smi2 a::after {
  background: linear-gradient(248deg, #996540 -1%, #0005FF 80%);
}

.s4-smi ul li.smi3 a::after {
  /* background: #a84dff; */
  background: linear-gradient(220deg, #00ABFF 0%, #0005FF 100%);
}

.s4-smi ul li.smi4 a::after {
  /* background: #ff6cc2; */
  background: linear-gradient(220deg, #FC9600 0%, #0005FF 100%);
}

.s4-smi ul li.smi5 a::after {
  background: linear-gradient(220deg, #000000 0%, #0005FF 100%);
}

.s4-smi ul li.smi6 a::after {
  background: linear-gradient(220deg, #E10600 0%, #0005FF 100%);
}

.s4-smi ul li.smi7 a::after {
  background: linear-gradient(220deg, #C7F169 0%, #0005FF 100%);
}

.s4-smi ul li.smi8 a::after {
  background: linear-gradient(220deg, #A260FE 0%, #0005FF 100%);
}

.s4-smi ul li.smi9 a::after {
  background: linear-gradient(220deg, #00DC00 0%, #0005FF 100%);
}

.s4-smi ul li.smi10 a::after {
  background: linear-gradient(220deg, #FEDE00 0%, #0005FF 100%);
}

.s4-smi ul li.smi11 a::after {
  background: linear-gradient(220deg, #FF7FBF 0%, #0005FF 100%);
}

.s4-smi ul li.smi12 a::after {
  background: #0005FF;
}

.s4-smi ul li.smi13 a::after {
  background: #0005FF;
}

.s4-smi ul li.smi14 a::after {
  background: linear-gradient(220deg, #FF0062 0%, #0005FF 100%);
}

.s4-smi ul li a img {
  display: inline;
  vertical-align: middle;
  max-width: 90%;
  max-height: 70%;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.s4-smi ul li.slick-current a::after {
  height: 100%;
}

.s4-smi ul li.slick-current a img {
  filter: grayscale(100%) brightness(100);
}

/* section5 */
.section5 {
  overflow: hidden;
  padding: 1.2rem 0;
}

.section5 .wp {
  position: relative;
  z-index: 1;
}

.section5 .title {
  text-align: center;
}

.s5-video .pic {
  padding-top: 8.78rem;
}

.s5-video .pic video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s5-con {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.2rem 0 .75rem 0;
  z-index: 1;
}

.s5-con::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1)0%, rgba(0, 0, 0, 1)100%);
  opacity: .7;
  z-index: -1;
}

.s5-con .bf {
  margin: 1.47rem auto 1.78rem auto;
}

.s5-con .bf img {
  display: block;
  width: .99rem;
  margin: 0 auto;
  cursor: pointer;
}

.s5 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 .45rem;
}

.s5 ul li {
  width: 33.33%;
}

/* 使用伪元素创建渐变边框 */
.s5 ul li a {
  position: relative;
  display: block;
  margin: 0 .15rem;
  background: linear-gradient(rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: padding-box;
  border: 1px solid transparent;
  padding: 0.3rem 0.4rem;
}

.s5 ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  z-index: -1;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.s5 ul li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: .6rem;
}

.s5 ul li a .tx h3 em {
  color: #fff;
}

.s5 ul li a .tx span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 0.2rem;
  color: #ffffff;
  opacity: 0.6;
  margin-top: 0.2rem;
}

.section5 .more {
  margin-top: 0;
}

.section5 .more a {
  color: #fff;
}

.section5 .more a::before {
  background: #fff;
}

.s5-mob {
  display: none;
}

/* section6 */
.section6 {
  overflow: hidden;
}

.section6 .wp {
  position: relative;
  z-index: 1;
}

.section6 .more a {
  color: #fff;
}

.section6 .more a::before {
  background: #fff;
}

.s6-lt {
  width: 36.53%;
  padding-right: 0.6rem;
  position: absolute;
  left: 0;
  top: 1.36rem;
  z-index: 2;
}

.s6-lt .more {
  position: static;
  transform: none;
  margin-top: 0.5rem;
}

.s6-lt .more a {
  max-width: 1.07rem;
}

.s6 {
  position: relative;
  z-index: 1;
}

.s6::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc((-100vw + 15.6rem)/2);
  width: calc((100vw - 15.6rem)/2 + 36.65%);
  height: 6.7rem;
  background-color: #0005ff;
  z-index: -1;
}

.s6::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc((-100vw + 15.6rem)/2);
  width: calc((100vw - 15.6rem)/2 + 63.47%);
  height: 6.7rem;
  background-color: #f5f5f5;
  z-index: -1;
}

.s6 .swiper-slide {
  opacity: 0 !important;
}

.s6 .swiper-slide-active {
  opacity: 1 !important;
}

.s6 .k {
  display: flex;
  flex-wrap: wrap;
}

.s6-l {
  width: 36.53%;
  padding-top: 3.5rem;
}

.s6-lb ul li a {
  display: block;
}

.s6-lb ul li a .pic {
  padding-top: 3.2rem;
}

.s6-lb ul li a .tx {
  background: #f4f4f4;
  padding: .4rem .58rem .42rem .3rem;
  height: 3.1rem;
}

.s6-lb ul li a .tx h3 {
  font-size: .2rem;
  line-height: .3rem;
  height: 0.6rem;
}

.s6-lb ul li a .tx p {
  font-size: .16rem;
  line-height: .26rem;
  height: .78rem;
  margin-top: 0.2rem;
  color: #999;
}

.s6-lb ul li a .tx .ly,
.s6-rb ul li a .tx .ly {
  display: flex;
  align-items: center;
  font-size: .16rem;
  line-height: .3rem;
  margin-top: 0.4rem;
  color: #000;
}

.s6-lb ul li a .tx .ly img,
.s6-rb ul li a .tx .ly img {
  display: block;
  max-height: .3rem;
  margin-right: 0.1rem;
}

.s6-r {
  width: 63.47%;
  padding-left: 0.6rem;
  padding-top: 1.4rem;
}

.s6-rt a {
  display: block;
  position: relative;
  z-index: 1;
}

.s6-rt a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .88rem;
  height: 0.88rem;
  background: url(../images/bf2.png) no-repeat center;
  background-size: 100% 100%;
}

.s6-rt a .pic {
  padding-top: 5.3rem;
}

.s6-rt a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.5)100%);
}

.s6-rt a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .3rem;
  text-align: center;
}

.s6-rt a .tx h3 {
  font-size: .24rem;
  color: #fff;
}

.s6-rb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -.15rem;
}

.s6-rb ul li {
  width: 50%;
}

.s6-rb ul li a {
  display: block;
  margin: 0.3rem .15rem 0 .15rem;
  position: relative;
  z-index: 1;
}

.s6-rb ul li a .pic {
  padding-top: 2.8rem;
}

.s6-rb a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.5)100%);
}

.s6-rb a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .2rem;
  z-index: 1;
  color: #fff;
}

.s6-rb a .tx h3 {
  font-size: .16rem;
  margin-top: 0.1rem;
}

.s6-rb a .tx h3 em {
  color: #fff;
}

.s6-rb ul li a .tx .ly {
  color: #fff;
}

.s6 .swiper-btn {
  position: absolute;
  bottom: 1.05rem;
  right: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #0005ff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.s6 .swiper-button-prev,
.s6 .swiper-button-next {
  position: static;
  margin-top: 0;
  width: 0.18rem;
  height: 0.09rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.s6 .swiper-button-prev {
  background-image: url(../images/s6-prev.png);
}

.s6 .swiper-button-next {
  background-image: url(../images/s6-next.png);
  margin-top: 0.15rem;
}

.s6 .swiper-pagination {
  display: none;
  position: static;
  margin-top: 0.1rem;
}

.s6 .swiper-pagination span {
  background-color: #666;
  margin: 0 0.1rem;
}

/* section7 */
.section7 {
  overflow: hidden;
  padding: 1rem 0 1.2rem 0;
}

.section7 .title {
  text-align: center;
  margin-bottom: 0.57rem;
}

.s7 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.2rem;
}

.s7 ul li {
  width: 20%;
}

.s7 ul li a {
  display: block;
  margin: .2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding-top: 0.3rem;
  position: relative;
  z-index: 1;
}

.s7 ul li a::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 0;
  border-top: 2px solid #000dff;
  transition: all 0.5s;
}

.s7 ul li a h3 {
  font-size: 0.18rem;
}

.section7 .gd {
  margin-top: 0.2rem;
}


/* hover效果 */
@media screen and (min-width: 1025px) {
  .s2 a:hover .icon img {
    animation: jello 1.5s linear;
  }

  .s3 a:hover .gd img:first-child,
  .s7 a:hover .gd img:first-child {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
  }

  .s7 ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .s4-big .slick-prev:hover,
  .s4-big .slick-next:hover {
    opacity: 1;
  }

  .s4-smi ul li:hover a::after {
    height: 100%;
  }

  .s4-smi ul li:hover a img {
    filter: grayscale(100%) brightness(100);
  }

  .section5 .more a:hover,
  .section6 .more a:hover {
    color: #000dff;
  }


}


@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .down-page {
    display: none;
  }

  .section1,
  .section2,
  .section3,
  .s4-con,
  .section5,
  .s5-con,
  .section7 {
    padding: .4rem 0;
  }

  .section1 {
    background-position: right 127%;
  }

  .title,
  .section3 .title,
  .section7 .title {
    margin-bottom: 0.25rem;
  }

  .tit-c h3 {
    font-size: .28rem;
    line-height: .28rem;
  }

  .more a {
    font-size: .16rem;
  }

  .more a img {
    width: 0.1rem;
  }

  .jdt .tx h3,
  .s1-lb ul li a h3,
  .s1-r ul li a h3,
  .section3 a .tx h3,
  .s4-big ul li a .zy p,
  .s5 ul li a .tx h3,
  .s6-lb ul li a .tx h3,
  .s6-rt a .tx h3,
  .s6-rb a .tx h3 {
    font-size: .18rem;
  }

  .section2 .title {
    margin-bottom: 0.4rem;
  }

  .s2 a p {
    font-size: .16rem;
  }

  .s2 a h3 {
    font-size: .3rem;
    margin-top: 0.3rem;
  }

  .s2 a .d {
    margin: .2rem 0;
  }

  .s2 a .dd {
    width: 0.1rem;
    height: 0.1rem;
  }

  .s2 a .icon {
    height: 0.6rem;
    line-height: 0.6rem;
  }

  .s2 .swiper-pagination {
    display: block;
  }

  .section3 .more,
  .section5 .more {
    margin-top: 0.3rem;
  }

  .s4-big ul li a .zy p {
    line-height: .3rem;
    height: auto;
  }

  .s4-smi ul li a {
    height: 1.2rem;
    line-height: 1.2rem;
  }

  .s4-bg ul li .pic {
    padding-top: 6.4rem;
  }

  .s5-con .bf img {
    width: 0.66rem;
  }

  .s5-video .pic {
    padding-top: 7.58rem;
  }

  .s6::before {
    left: -0.2rem;
    width: calc(36.65% + 0.2rem);
  }

  .s6::after {
    right: -0.2rem;
    width: calc(63.47% + 0.2rem);
  }

  .s6-lt {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    top: 0.4rem;
  }

  .s6-l {
    padding-top: 2.5rem;
  }

  .s6-r {
    padding-left: 0.25rem;
    padding-top: .4rem;
  }

  .s6-lb ul li a .tx .ly img,
  .s6-rb ul li a .tx .ly img {
    max-height: .2rem;
  }

  .s6-rt a::after {
    width: 0.5rem;
    height: 0.5rem;
  }

  .s6 .swiper-btn {
    position: static;
    margin: 0 auto;
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 920px) {

  .title,
  .section3 .title,
  .section7 .title {
    margin-bottom: 0.15rem;
  }

  .section1,
  .section2,
  .section3,
  .s4-con,
  .section5,
  .s5-con,
  .section7 {
    padding: .2rem 0;
  }

  .section1 {
    padding-bottom: 0.15rem;
  }

  .s1-l {
    width: 100%;
    border-right: 0;
    padding: 0.15rem 0 0 0;
  }

  .jdt {
    margin-right: 0;
  }

  .jdt a .pic {
    padding-top: 58.71%;
  }

  .jdt .tx {
    padding: 0 .2rem 0.2rem 0.2rem;
  }

  .jdt .slick-dots {
    width: .26rem;
    right: 0.15rem;
  }

  .jdt .slick-dots li {
    margin: 0.1rem 0.08rem;
  }

  .jdt .slick-dots li.slick-active {
    width: 0.26rem;
    height: 0.3rem;
    margin: 0.1rem 0;
  }

  .s1-lb {
    padding: 0;
    border-top: 0;
    margin-top: 0;
  }

  .s1-lb ul li a {
    padding: 0.15rem 0;
  }

  .s1-lb ul li {
    width: 100%;
  }

  .s1-lb ul li+li {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .s1-lb ul li a span,
  .s1-r ul li a span {
    margin-top: 0.1rem;
  }

  .s1-r {
    width: 100%;
  }

  .s1-r ul li a .pic {
    padding-top: 57.14%;
  }

  .s1-r ul li {
    padding: 0.15rem 0;
  }

  .s1-r ul li a h3 {
    height: auto;
  }

  .s1-r ul li a .tx {
    padding-top: 0.15rem;
  }

  .s4-big .slick-prev,
  .s4-big .slick-next {
    width: 0.41rem;
    height: 0.51rem;
    margin-top: -0.4rem;
  }

  .s4-big ul li a .zy {
    margin-top: 0.15rem;
  }

  .s4-big ul {
    padding: 0 0.5rem;
  }

  .s4-big ul::after {
    content: none;
    height: 0.3rem;
    border-left: 1px solid #fff;
  }

  .s4-big ul li a .zy p {
    -webkit-line-clamp: 3;
    font-size: .16rem;
    line-height: 0.26rem;
  }

  .s4-smi {
    margin-top: 0.3rem;
  }

  .s4-smi ul li a {
    height: 1rem;
    line-height: 1rem;
  }

  .s4-bg ul li .pic {
    padding-top: 4.5rem;
  }

  .s5-con::before {
    left: .2rem;
    right: .2rem;
  }

  .s5 ul {
    padding: 0 0.25rem;
  }

  .s5 ul li a {
    padding: .2rem;
  }

  .s5-video,
  .s5-con,
  .s5-video .pic video {
    display: none;
  }

  .s5-mob {
    display: block;
  }

  .s5-mob .s5 ul {
    padding: 0;
  }

  .s5-mob .s5 ul li {
    width: 100%;
    margin-top: 0.1rem;
  }

  .s5-mob .s5 ul li a {
    margin: 0;
    padding: 0;
  }

  .s5-mob .s5 ul li a .tx h3 {
    height: auto;
  }

  .s5-mob .s5 ul li a .tx h3 em,
  .s5-mob .s5 ul li a .tx span {
    color: #000;
  }

  .s5 ul li a .tx span {
    margin-top: 0.1rem;
  }

  .s5m-video a {
    display: block;
  }

  .s5m-video a .pic {
    padding-top: 56.28%;
  }

  .s5m-video a .pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .66rem;
    height: 0.66rem;
    background: url(../images/bf.png) no-repeat;
    background-size: 100%;
  }



  .s6-l,
  .s6-lt {
    width: 100%;
  }

  .s6-lt {
    top: 0.2rem;
  }

  .s6-l {
    padding-top: 1.4rem;
  }

  .s6-r {
    width: 100%;
    padding-left: 0;
    padding-top: 0.15rem;
  }

  .s6::before {
    left: -0.2rem;
    width: calc(100% + 0.4rem);
  }

  .s6::after {
    content: none;
  }

  .s6-lb ul li a .pic {
    padding-top: 56.14%;
  }

  .s6-lb ul li a .tx {
    padding: .15rem;
    height: auto;
  }

  .s6-lb ul li a .tx h3,
  .s6-lb ul li a .tx p {
    height: auto;
  }

  .s6-lb ul li a .tx .ly,
  .s6-rb ul li a .tx .ly {
    margin-top: 0.1rem;
  }

  .s6-rt a .pic {
    padding-top: 56.98%;
  }

  .s6-rb ul li {
    width: 100%;
  }

  .s6-rb ul li a .pic {
    padding-top: 58.33%;
  }

  .s6-rb ul li a {
    margin: 0.15rem .15rem 0 .15rem;
  }

  .s6-lt .more {
    margin-top: 0.15rem;
  }

  .s6 .swiper-btn {
    display: none;
  }

  .s6 .swiper-pagination {
    display: block;
  }

  .s7 ul li {
    width: 50%;
  }

  .s7 ul {
    margin: 0 -.1rem;
  }

  .s7 ul li a {
    margin: .1rem;
    padding-top: 0.1rem;
  }

  .section7 .gd {
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
  .jdt .slick-dots {
    display: none !important;
  }

  .jdt .slick-slide::after {
    content: none;
  }

  .s3 .swiper-pagination {
    display: block;
  }

  .section3 a .tx {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0.15rem;
  }

  .section3 a .tx h3 {
    padding-right: 0;
  }

  .section3 a .tx::before {
    content: none;
  }

  .section3 a .tx p {
    margin-top: 0.15rem;
  }

  .s3 .gd {
    margin-top: 0.15rem;
  }

  .section3 .more,
  .section5 .more {
    margin-top: 0.15rem;
  }

  .s5 ul li {
    width: 100%;
  }
}