﻿@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  margin: 0px;
  font-size: 14px;
  color: #91989f;
  font-family: 'Montserrat', Arial, Helvetica, Microsoft YaHei, sans-serif;
  cursor: default;
}

* {
  padding: 0px;
  margin: 0px;
  -moz-box-sizing: border-box;
  /*Firefox3.5+*/
  -webkit-box-sizing: border-box;
  /*Safari3.2+*/
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, Helvetica, Microsoft YaHei, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
  font-weight: normal;
  color: #555;
}

input,
select,
button {
  font-size: 14px;
  font-family: 'Montserrat', Arial, Helvetica, Microsoft YaHei, sans-serif;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
}

button {
  overflow: visible
}

img {
  border: none;
}

li {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #005caf;
}

.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.con {
  width: 1520px;
  margin: 0 auto;
  max-width: 94%;
}

.container {
  width: 1520px;
  margin: 0 auto;
  max-width: 94%;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header.on {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02), 0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04);
}

.header.ny {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02), 0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04);
}

.header .container {
  position: relative;
  width: 100%;
  padding: 0 40px;
}

.header .logo {
  float: left;
  margin: 20px 0 15px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header.on .logo {}

.header .logo img {
  height: 30px;
  display: block;
}

.header .logo .img2 {
  display: none
}

.header.on .logo .img1 {
  display: none
}

.header.on .logo .img2 {
  display: block
}

.header.ny .logo .img1 {
  display: none
}

.header.ny .logo .img2 {
  display: block
}

.header .an {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 18px;
  width: 30px;
  display: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.header .an span {
  width: 30px;
  height: 2px;
  background-color: #555;
  display: block;
  position: absolute;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header .an span.a1 {
  top: 0;
  left: 0;
}

.header .an span.a2 {
  top: 8px;
  left: 0;
}

.header .an span.a3 {
  top: 16px;
  left: 0;
}

.header .an.n span.a2 {
  display: none;
}

.header .an.n span.a1 {
  top: 8px;
  width: 30px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
  top: 8px;
  width: 30px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


.header .right {
  float: right;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}

.header.on .right {
  color: #222;
}

.header.ny .right {
  color: #222;
}

.header .right .dh {
  display: inline-block;
  font-size: 18px;
  line-height: 70px;
  padding: 0 10px;
  color: #333;
}

.header .right .ss {
  line-height: 70px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.header .right .lx {
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  background: hsla(0, 0%, 100%, .6);
  margin-left: 10px;
  border-radius: 25px;
  margin-top: 15px;
}

.header.on .right .lx {
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
}

.header.ny .right .lx {
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
}

.header .right .lx a {
  padding: 0 6px;
  display: inline-block;
  color: #222;
  font-size: 14px;
}

.header .right .lx i {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: middle;
}

.header .right .lx:hover {
  background: hsla(0, 0%, 100%, 1)
}
.ny .right .lx:hover {
    background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
}
.header.on .right .lx a {
  color: #fff
}

.header.ny .right .lx a {
  color: #fff
}

.header .right .yy {
  line-height: 70px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 18px;
}

.header .right .yy i {}

.header .right .yy .x_l {
  width: 90px;
  top: 70px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  background: #fff;
  line-height: 40px;
  display: none
}

.header .right .yy .x_l a {
  color: #333;
  display: block;
  font-size: 14px;
  text-align: center;
}

.header .right .yy .x_l a:hover {
  color: #58bba6;
}

.header .right i {
  font-size: 25px;
}



.search {
  width: 100%;
  padding: 30px 5%;
  background-color: #f7f7f7;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 999;
  display: none;
  box-sizing: border-box;
}

.search .an_sj {
  width: 5%;
  line-height: 52px;
  color: #555;
  float: right;
  text-align: right;
}

.search input.w_z {
  width: 90%;
  height: 52px;
  border-radius: 0;
  font-size: 18px;
  line-height: 52px;
  color: #555;
  float: left;
  -webkit-appearance: none;
}

.search button.s_c {
  width: 5%;
  height: 52px;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  float: left;
  -webkit-appearance: none;
  font-weight: bold;
}

.search i {
  font-size: 24px;
}


.header .nav {
  float: left;
  margin-left: 50px;
}

.header .nav i {
  font-size: 12px;
  color: #aaa;
  line-height: 54px;
  text-align: right;
  position: absolute;
  width: 50%;
  height: 54px;
  right: 0px;
  top: 50%;
  display: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.header .nav ul li {
  line-height: 70px;
  float: left;
  position: relative;
  margin-left: 50px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header .nav ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
}

.header.on .nav ul li a {
  color: #333;
}

.header.ny .nav ul li a {
  color: #333;
}

.header .nav ul li:hover .y_j a {
  cursor: pointer;
  background-image: -webkit-linear-gradient(230deg, #bb7dfb, #414ed4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .nav ul li.on .y_j a {
  cursor: pointer;
  background-image: -webkit-linear-gradient(230deg, #bb7dfb, #414ed4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .nav ul li span {
  width: 0;
  height: 3px;
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
  border-radius: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.header .nav ul li:hover span {
  width: 100%;
}

.header .nav ul li.on span {
  width: 100%;
}

.nav .y_j {
  position: relative;
}

.nav .e_j {
  width: 160px;
  background-color: rgba(255, 255, 255, .9);
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -80px;
  display: none;
  z-index: 9999;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a {
  display: block;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .nav ul li .e_j a:last-child {
  border-bottom: none;
}

.header .nav .e_j a:hover {
  color: #7562e4;
}

@media (min-width:1024px) {

  .header .nav .e_j {
    display: none !important;
  }

  .header .nav ul li:hover .e_j {
    display: block !important;
  }

  .head_h {
    height: 68px;
    display: none
  }
}


@media only screen and (max-width:1124px) {
  .head_h {
    height: 60px;
    display: block
  }

  .header {
    border: 0;
    height: 60px;
    background: #333;
    width: 100%
  }

  .header .container {
    padding: 0;
    height: 60px;
    width: 94%
  }

  .header .logo {
    margin: 15px auto;
  }

  .header .an {
    display: block;
    right: 10px;
  }

  .header .an span {
    background-color: #999
  }

  .header .nav ul {
    width: 100%;
  }

  .header.on .nav {
    width: 100%
  }

  .header .nav {
    width: 100%;
    padding: 15px 5%;
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 60px;
    right: -100%;
    z-index: 9999;
    overflow: auto;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin-top: 0
  }

  .header .nav.on {
    right: 0;
  }

  .header.on .nav ul li a {
    font-size: 16px;
    color: #222;
  }

  .header .nav i {
    display: block;
    font-size: 16px;
    color: #222;
  }

  .header .nav ul li {
    line-height: 60px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    float: none;
    margin: 0;
    padding: 0
  }

  .header .nav ul li::after {
    background: rgba(0, 0, 0, 0);
  }

  .header.on .nav ul li {
    line-height: 60px;
  }

  .header .nav .e_j {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: none;
    position: relative;
    display: none;
    top: auto;
    left: auto;
    margin: 0;
    padding-bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .header .nav ul li .e_j a {
    color: #333;
    font-size: 16px;
    text-align: left;
  }

  .header .nav .e_j a {
    border-top: 0;
    font-size: 12px;
    color: #222;
    line-height: 32px;
  }

  .header .nav .e_j a:hover {
    background: none;
  }

  .header .nav ul li:hover .e_j {
    display: none;
  }

  .header .nav ul li a {
    font-size: 16px;
    color: #222;
  }

  .header .nav ul li:hover span {
    width: 0;
  }

  .header .nav ul li.on span {
    width: 0;
  }
}
.bans .swiper-pagination{bottom: 20px !important}
.bans .swiper-pagination .swiper-pagination-bullet{height: 5px;}
.bans .swiper-pagination-bullet-active{background-image: -webkit-linear-gradient(230deg, #bb7dfb, #414ed4);}
.ban {
  position: relative;
}

.ban img,.ban video {
  height: auto;
  width: 100%;
  /* object-fit: cover; */
}

.ban .mb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.ban .mb h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 500;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.ban .mb h4 {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
}

.ban .more {
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 26px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 110px;
  position: relative;
  padding-right: 35px;
}

.ban .more .sj {
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 25px;
  background: #000;
  position: absolute;
  text-align: center;
  color: #fff;
  right: 2px;
  top: 2px;
}

.ban .more a {
  color: #000;
  display: block;
}

.ban .more:hover {
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
}

.ban .more:hover a {
  color: #fff;
}

.ban .more .sj i {
  font-size: 20px;
}





.tit {
  margin-bottom: 50px;
  text-align: center
}

.tit h1 {
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.1;
}

.tit h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 60px;
  margin-left: -30px;
  height: 3px;
  background: #ccc;
  border-radius: 2px;
}

.tit h1 span {}

.tit h3 {
  font-size: 20px;
  color: #666;
  margin-top: 20px;
  text-transform: uppercase;
  display: none;
}

.sy_about {
  padding: 80px 0;
  overflow: hidden;
}

.sy_about .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sy_about .wenz {
  width: 55%;
  line-height: 2;
  font-size: 16px;
  color: #333;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
}

.sy_about .wenz h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5
}

.sy_about .wenz h2 span {
  font-weight: bold;
}

.sy_about .wenz p {
  margin-bottom: 15px;
}

.sy_about .wenz .more {
  width: 180px;
  border-radius: 25px;
  height: 50px;
  color: #231916;
  border: #ccc 1px solid;
  margin: 50px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.sy_about .wenz .more button {
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  color: #231916;
}

.sy_about .wenz .more:hover {
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
}

.sy_about .wenz .more i {
  margin-left: 10px;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.sy_about .wenz .more:hover i {
  margin-left: 15px;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.sy_about .tp {
  width: 40%;
  float: right;
}

.sy_about .tp img {
  width: 100%;
  display: block;
}

.sy_p1 {
  overflow: hidden;
}

.sy_p1 ul li {
  width: 50%;
  float: left;
  padding: 0 6px;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.swiper-hy .box {
  width: 100%;
  height: calc(40vw - 14.4px);
  overflow: hidden;
  position: relative;
}

.swiper-hy .box .tp {
  position: absolute;
  left: 0;
  height:calc(100% - 260px);
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  bottom: 0;
  background-size: auto 100% !important;
}

.swiper-hy .swiper-slide:hover .box .tp {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-hy .swiper-slide .box .w_z {
  position: absolute;
  width: 100%;
  z-index: 3;
  text-align: center;
  left: 0;
  top: 5%;
}

.swiper-hy .swiper-slide .box .w_z h1 {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.swiper-hy .swiper-slide .box .w_z h2 {
  font-size: 28px;
  color: #333;
  font-weight: 300;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.swiper-hy .swiper-slide .box .w_z h3 {
  font-size: 18px;
  color: #333;
}

.swiper-hy .swiper-slide .box .w_z .lj {
  width: 174px;
  border-radius: 40px;
  line-height: 50px;
  border: 1px solid #ccc;
  text-align: left;
  position: relative;
  transition: all .36s ease;
  margin: 25px auto 0;
  z-index: 99999999;
}

.swiper-hy .swiper-slide .box .w_z .lj a {
  position: relative;
  padding: 0 34px;
  display: block;
  color: #222;
  font-size: 16px;
}

.swiper-hy .swiper-slide .box .w_z .lj:hover {
  color: #fff;
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
}

.swiper-hy .swiper-slide .box .w_z .lj:hover a {
  color: #fff;
}

.swiper-hy .swiper-slide .box .w_z .lj .std_btn1_icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #231916;
  transition: all .36s ease;
}

.swiper-hy .swiper-slide .box .w_z .lj:hover .std_btn1_icon {
  background: #fff;
  color: #000;
  transition: all .36s ease;
}

.swiper-hy .swiper-slide .box .w_z .lj i {
  font-size: 14px;
}




.swiper-hy {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 10px;
  position: relative;
}

.swiper-hy .swiper-slide {
  position: relative;
  overflow: hidden;
}

.sy_hyyy .swiper-button-prev {
  width: 39px;
  height: 39px;
  margin-top: -20px;
  left: 0px;
  opacity: 0;
}

.sy_hyyy .swiper-button-prev i {
  font-size: 24px;
  color: #222;
}

.sy_hyyy .swiper-button-next {
  width: 39px;
  height: 39px;
  margin-top: -20px;
  right: 0px;
  opacity: 0;
}

.sy_hyyy .swiper-button-next i {
  font-size: 24px;
  color: #222;
}

.sy_hyyy:hover .swiper-button-prev {
  opacity: 1;
}

.sy_hyyy:hover .swiper-button-next {
  opacity: 1
}

.sy_hyyy .con {
  position: relative;
}

.sy_hyyy {
  padding: 80px 0 70px;
  overflow: hidden;
  border-top: #eee 1px solid;
}

.swiper-hy .swiper-slide img {
  width: 100%;
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}






.indcase {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}

.indcase ._PageTitle {
  position: absolute;
  top: 150px;
  left: 10%;
  z-index: 9
}

.indcase-more {
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  width: 132px;
  height: 36px;
  margin-left: 20px;
  line-height: 34px;
  border-radius: 5px;
  border: 2px solid #8589b2;
  font-size: 14px;
  text-align: center;
  color: #8589b2;
  transition: all .4s ease;
}

.indcase-more span {
  position: relative;
  z-index: 2;
}

.indcase-more span:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 6px;
  font-size: 22px;
  display: inline-block;
  transform: translateY(2px);
}

.indcase-more:after {
  content: "";
  width: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(135deg, #0068dd, #00aeee);
  position: absolute;
  transition: all .4s ease;
}

.indcase-more:hover {
  border: 2px solid #2386ee;
  color: #fff;
}

.indcase-more:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.indcase-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.indcase-img {
  width: 100%;
  object-fit: cover;
  position: relative;
  min-height: 475px;
}

.indcase-wd {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 0;
  width: 100%;
  opacity: 0
}

.active .indcase-wd {
  animation: fadeInRight .5s 0.8s forwards;
}

.indcase-wd-font {
  width: 540px;
  color: #fff;
}

.indcase-wd h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.indcase-wd p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
}

.indcase-wd h2,
.indcase-wd p {
  opacity: 0;
}

.swiper-slide-active .indcase-wd h2 {
  animation: fadeInRight .5s 0.8s forwards;
}

.swiper-slide-active .indcase-wd p {
  animation: fadeInRight .5s 0.8s forwards;
}

.swiper-slide-active .indcase-wd .indban-wd-link {
  animation: indbanOpacity 1s ease both .9s;
}

.indcase-click {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 4;
  user-select: none;
  background: rgba(0, 0, 0, 0.3);
}

.indcase-click:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .2;
}

.indcase-click .equip-min {
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.indcase-click .equip-min p {
  font-size: 18px;
  color: #fff;
  height: 68px;
  line-height: 68px;
}

.indcase-click .equip-min em {
  font-size: 30px;
  font-style: normal;
  margin-right: 10px;
}

.indcase-click .equip-min i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  background: #fff;
}

.indcase-click .con {
  position: relative;
  padding: 0 50px;
}

.indcase-click .swiper-container {
  padding-bottom: 6px;
}

.indcase-click .equip-min.cur i {
  width: 100%;
  border-radius: 0;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  transition: width .6s ease;
}

.indcase-click-prev,
.indcase-click-next {
  position: absolute;
  transition: all .4s ease;
  bottom: 10px;
  z-index: 4;
  height: 34px;
  width: 34px;
  cursor: pointer;
  border-radius: 50%;
  background: #4352df url('/tpl/www/images/indcasearr.png') no-repeat left 10px center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
}

.indcase-click-prev {
  left: 0;
}

.indcase-click-next {
  right: 0;
  transform: rotate(180deg);
}

.indcase-click-prev:hover,
.indcase-click-next:hover {
  animation: casearr .6s linear both;
}

.indcase-box .swiper-slide img {
  width: 100%;
  display: block;
}

@keyframes casearr {
  0% {
    background-position: left 10px center;
  }

  60% {
    background-position: -34px center;
  }

  60.0001% {
    background-position: 34px center;
  }

  100% {
    background-position: left 10px center;
  }
}

.indban-wd-link a {
  display: inline-block;
  width: 140px;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  position: relative;
  color: #fff;
}

.indban-wd-link a:last-child {
  margin-right: 0;
}

.indban-wd-link a span {
  position: relative;
  z-index: 2;
}

.indban-wd-link a:first-child {
  background: linear-gradient(135deg, #663300, #fc9f42);
}

.indban-wd-link a:hover span:after {
  margin-left: 12px;
}

.indban-wd h2,
.indban-wd p,
.indban-wd-link {
  opacity: 0;
}

.swiper-slide-active .indban-wd h2 {
  animation: indbanLeft 1s ease both .4s;
}

.swiper-slide-active .indban-wd p {
  animation: indbanLeft 1s ease both .6s;
}

.swiper-slide-active .indban-wd-link {
  animation: indbanOpacity 1s ease both .9s;
}

@keyframes indbanLeft {
  0% {
    opacity: 0;
    transform: translateX(140px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes indbanOpacity {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.sy_news {
  padding: 100px 0;
  background: #fbf9f8;
}

.sy_news .img_box {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.left_side .img_box:nth-of-type(1) {
  background-color: #f5f5f5 !important;
}

.side_item .img_box .info_box .n_info_title {
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
}

.side_item .img_box .info_box .n_info_title h3 {
  color: #fff;
}

.sy_news .con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sy_news .side_item {
  width: calc(51% / 2 - 19px);
}

.side_item.center_side {
  width: 49.5% !important;
}

.right_side .img_box:nth-of-type(2) {
  background-color: #f5f5f5 !important;
}

.compute_item_img {
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

.compute_item_img .compute_process_img {
  display: flex;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.side_item .img_box::after {
  background-color: rgba(0, 0, 0, 0%);
}

.side_item .img_box .info_box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 28px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
}

.compute_item_img .compute_process_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.compute_item_img .compute_process_img:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_news .side_item {
  width: calc(51% / 2 - 19px);
}


.sy_news .more {
  width: 174px;
  border-radius: 40px;
  line-height: 50px;
  border: 1px solid #ccc;
  text-align: left;
  position: relative;
  transition: all .36s ease;
  margin: 30px auto 0
}

.sy_news .more a {
  position: relative;
  padding: 0 34px;
  display: block;
  color: #222;
  font-size: 16px;
}

.sy_news .more:hover {
  color: #fff;
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
}

.sy_news .more:hover a {
  color: #fff;
}

.sy_news .more .std_btn1_icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #231916;
  transition: all .36s ease;
}

.sy_news .more:hover .std_btn1_icon {
  background: #fff;
  color: #000;
  transition: all .36s ease;
}

.sy_news .more i {
  font-size: 14px;
}

.sy_p3 {
  padding: 80px 0;
}

.sy_p3 ul {
  padding-top: 20px;
}

.sy_p3 ul li {
  width: 30.3333%;
  float: left;
  text-align: center;
  padding: 30px 0;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  margin: 0 1.5%;
  background: #fff;
  border-radius: 10px;
}

.sy_p3 ul li .tb {
  margin-bottom: 35px;
}

.sy_p3 ul li .tb i {
  font-size: 60px;
  color: #18243c;
}

.sy_p3 ul li h3 {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.sy_p3 ul li p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  max-width: 80%;
  margin: 0 auto;
}

.sy_p3 ul li:hover {
  box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.3);
  transform: translateY(-5px);
  -wbkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}


.mod_advice {
  min-height: 260px;
  background: #231916;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.ys_pos_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.std_btn1 {
  width: 174px;
  border-radius: 40px;
  border: 1px solid #fff;
}

.std_btn1 .std_btn_box {
  position: relative;
  padding: 0 34px;
}

.std_btn_box {
  display: block;
  width: 100%;
  height: 100%;
}

.std_btn1 .std_btn1_icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.std_btn1 .std_btn1_icon img:nth-child(2),
.std_btn1 .std_btn1_icon img:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.std_btn1 .ys_imgbox_cover {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #041D2C;
  line-height: 30px;
  text-align: center;
}

.std_btn1 p {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}

.std_btn1 img {
  width: 16px;
}

.std_btn1 img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.std_btn1 img:last-child {
  opacity: 0;
}

.std_blue {
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
}

.std_blue .std_btn_box {
  padding: 0 42px;
}

.std_blue p {
  color: #fff;
}

.std_blue .ys_imgbox_cover {
  background: #fff;
}

.std_btn2 {
  width: 116px;
  border-radius: 36px;
  background: var(--colormain2);
}

.std_btn2 a {
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
}

.std_none_blue {
  background: var(--colormain1);
}

.std_btn3 p {
  color: #fff;
  font-size: 16px;
  padding-right: 15px;
}

.std_btn3 .std_btn_box {
  display: flex;
  align-items: center;
}

.std_btn4 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #041D2C;
  position: relative;
}

.std_btn4 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mod_advice_bj {
  width: 50%;
}

.mod_advice_bj img {
  width: 100%;
}

.mod_advice_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mod_advice_left_title {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.mod_advice_left_text {
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
}

.foot_bot_right_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 220px);
}

.ys_footer {
  background-color: rgba(166, 196, 238, 0.08);
  padding: 50px 0 30px;
}

.ys_cont1400 {
  width: 1520px;
  margin: 0 auto;
  max-width: 100%;
}

.foot_top_right {
  width: 15%;
}

.foot_top_mid {
  width: 64%;
}

.foot_top_left {
  width: 24%;
  padding-right: 48px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.foot_top {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}

.foot_top_left {
  width: 24%;
  padding-right: 48px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.foot_top_left li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 37px 0 41px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.foot_top_left li p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.foot_top_left li:last-child a {
  border-color: transparent;
}

.foot_top_left li img {
  width: 16px;
}

.foot_top_mid>ul {
  display: flex;
  padding: 0 45px;
  justify-content: space-around;
}

.foot_top_mid>ul>li>ul {
  display: flex;
}

.foot_top_mid>ul>li {
  padding: 0 45px;
}

.foot_top_mid>ul>li>ul>li {
  padding: 0 25px;
}

.foot_top_mid>ul>li>ul {
  margin: 0 -25px;
}

.foot_top_mid>ul>li>a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 18px;
}

.foot_top_mid {
  padding: 18px 0;
}

.foot_top_mid>ul>li>ul>li>ul>li a {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 2.6;
}

.foot_top_right_title {
  color: #222;
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 18px;
}

.foot_top_right_ul {
  display: flex;
  justify-content: space-between;
}

.foot_top_right_ul li {
  width: 47%;
  position: relative;
  text-align: center;
}

.foot_top_right_ul li img {
  width: 86px;
  margin: auto;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.foot_top_right_ul li:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.foot_top_right_ul li p {
  margin-top: 15px;
  color: #000;
}

.foot_top_right_img {
  cursor: pointer;
  width: 100%;
}

.foot_top_right_ewm {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}

.foot_mid_left {
  width: 23%;
  border-radius: 10px;
  background: rgba(233, 236, 239, 0.06);
  backdrop-filter: blur(10px);
  padding: 22px 40px 18px;
}

.foot_mid_right {
  width: 77%;
  padding-left: 40px;
}

.foot_mid {
  display: flex;
  justify-content: space-between;
}

.foot_mid_right ul {
  display: flex;
  border-radius: 10px;
  background: rgba(233, 236, 239, 0.06);
  backdrop-filter: blur(10px);
  padding: 27px 0 25px;
}

.foot_mid_right li {
  width: 50%;
  padding: 0 90px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.foot_mid_left_title {
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  line-height: 1.75;
}

.foot_mid_left_text a {
  font-family: 'playbold' !important;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}

.foot_mid_right_text a {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-family: 'playregular' !important;
}

.foot_mid_right li:last-child {
  border-color: transparent;
}

.foot_mid {
  padding: 70px 0 55px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 40px;
}

.foot_bot {
  display: flex;
  justify-content: space-between;
  border-top: #ccc 1px solid;
  padding-top: 20px;
}

.foot_bot_left,
.foot_bot_right {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.foot_bot_logo {
  width: 162px;
  margin-right: 58px;
}

.foot_bot_logo img {
  width: 100%;
  display: block;
}

.foot_bot_bq p,
.foot_bot_bq span,
.foot_bot_bq a,
.foot_bot_right a {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 1.5;
}

.foot_bot_ys {
  color: rgba(0, 0, 0, .2) !important;
  font-size: 14px;
  line-height: 1.5;
}

.foot_bot_right li {
  padding: 0 10px;
  position: relative;
}

.foot_bot_right {
  margin: 0 -10px;
}

.foot_bot_right li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, .5);
}

.foot_bot_right li:last-child::before {
  display: none;
}

.wzxx {
  line-height: 60px;
  border-bottom: #eee 1px solid;
  font-size: 16px;
  color: #555;
}

.wzxx a {
  color: #000;
  margin: 0 15px;
}

.wzxx a:hover {
  color: #8267e9;
}

.n_gyban {
  padding: 130px 0 60px;
  position: relative;
}

.n_gyban .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.n_gyban .w_z {
  width: 55%;
}

.n_gyban .w_z h4 {
  font-size: 16px;
  color: #000;
  line-height: 27px;
  margin-bottom: 15px;
}

.n_gyban .w_z h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 300;
}

.n_gyban .w_z .text {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 34px;
  text-align: justify;
}

.n_gyban .t_p {
  width: 40%;
}

.n_gyban .t_p img {
  width: 100%;
  display: block;
}

.ntit {
  line-height: 50px;
  width: 100%;
}

.ntit li {
  margin-right: 30px;
  padding-right: 30px;
  font-size: 18px;
  float: left;
  position: relative;
}

.ntit li::after {
  content: "";
  right: 0;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  background: #ccc;
  width: 1px;
  position: absolute;
}

.ntit li a {
  color: #000;
}

.ntit li:hover a {
  color: #8267e9;
}

.ntit li.on a {
  color: #8267e9;
}

.ny_gy2 {
  padding: 70px 0;
  background: #f6f6f6;
}

.ny_gy2 .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  flex-wrap: wrap;
}

.ny_gy2 h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 300;
}

.ny_gy2 .w_z {
  width: 55%;
}

.text {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 34px;
  text-align: justify;
}

.ny_gy2 .t_p {
  width: 40%;
}

.ny_gy2 .t_p img {
  width: 100%;
  display: block;
}

.ny_gy3 {
  padding: 70px 0;
}

.ny_gy3 h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 300;
}

.ny_gy3 .con {
  max-width: 1260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ny_gy3 .w_z {
  width: 50%;
}

.ny_gy3 .s_z {
  width: 40%;
}

.ny_gy3 .s_z li {
  padding: 20px 0;
  text-align: center;
  width: 50%;
  float: left;
}

.ny_gy3 .s_z li h3 {
  font-size: 50px;
  color: #8267e9;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.ny_gy3 .s_z li h3 span {
  margin-left: 10px;
  font-size: 20px;
  color: #000;
}

.ny_gy3 .s_z li p {
  font-size: 18px;
  color: #222;
}

.ny_gy3 .s_z li h3 em {
  font-size: 24px;
  position: absolute;
  right: -20px;
  top: 0px;
  color: #000;
  font-style: normal;
}

.product-number-info {

  position: relative;
}

.product-number-info h2 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.product-number-info .product-number-inner {
  margin: 0 auto;
}

.product-number-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.q {
  zoom: 1;
}

.product-number-info li {
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  float: left;
  width: 50%;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}

.product-number-info li:hover {
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.product-number-info li b {
  font-size: 50px;
  font-weight: normal;
  color: #8267e9;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}

.product-number-info li h3 {
  font-size: 20px;
  color: #333;
  letter-spacing: 1px;
}

.product-number-info li p {
  font-size: 18px;
  color: #222;
}

.product-number-info li b i {
  font-style: normal;
}

.product-number-info li b sup {
  position: absolute;
  font-size: 24px;
  right: -15px;
  top: -3px;
  color: #000;
}


.product-number-info li b em {
  font-style: normal;
  font-size: 20px;
  color: #000;
  font-weight: 100;
  padding-left: 2px;
  position: relative;
  top: -4px;
}





.ny_gy4 {
  padding: 60px 0 70px;
  border-top: #eee 1px solid;
}

.ny_gy4 h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 300;
}

.ny_gy4 .con {
  max-width: 1260px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.ny_gy4 li {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

.ny_gy4 li h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  padding: 0 30px
}

.ny_gy4 li .text {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 30px;
  padding: 0 30px 25px;
}

.ny_gy4 li img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.ny_cpp1 {
  padding: 80px 0;
  text-align: center;
  background: #f6f6f6;
}

.ny_cpp1 .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  flex-wrap: wrap;
}

.ny_cpp1 .t_p {
  width: 40%;
}

.ny_cpp1 .t_p img {
  width: 100%;
  border-radius: 8px;
}

.ny_cpp1 .w_z {
  width: 55%;
}

.ny_cpp1 h1 {
  font-size: 50px;
  background-image: -webkit-linear-gradient(230deg, #bb7dfb, #414ed4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
  font-weight: 300;
}

.ny_cpp1 .text {
  text-align: center;
}

.cp_lqs {
  padding: 10px 0 80px;
  border-bottom: #eee 1px solid;
}

.cp_lqs h1 {
  font-size: 50px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  font-weight: 300;
}

.cp_lqs ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.cp_lqs ul li {
  width: 19%;
  background: #f6f6f6;
  border-radius: 10px;
  text-align: center;
  padding: 35px 28px;
}

.cp_lqs ul li .t_b {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.cp_lqs ul li .t_b img {
  width: 50px;
}

.cp_lqs ul li h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.cp_lqs ul li p {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
}






.ny_cpp2 {
  padding: 70px 0;
}

.ny_cpp2 h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 50px;
  font-weight: 300;
}

.ny_cpp2 .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ny_cpp2 .w_z {
  width: 25%;
}

.ny_cpp2 .w_z p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin-bottom: 8px;
  color: #444;
}

.ny_cpp2 .w_z h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.ny_cpp2 .t_p {
  width: 45%;
}

.ny_cpp2 .t_p img {
  max-width: 100%;
  margin: auto;
  display: block;
}

.ny_cpp3 {
  padding: 70px 0 0;
  background: #f6f6f6;
}

.ny_cpp3 h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 50px;
  font-weight: 300;
  text-align: center;
}

.ny_cpp3 .sp {
  position: relative;
}

.ny_cpp3 .sp img {
  width: 100%;
  display: block
}

.ny_cpp3 .sp .m_b {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

.ny_cpp3 .sp .m_b .t_b {
  width: 120px;
}

.ny_bps {
  padding: 70px 0;
  text-align: center;
}

.ny_bps h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 300;
}

.ny_bps .text {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 80px;
}

.ny_bps .lj {
  width: 174px;
  border-radius: 40px;
  line-height: 50px;
  border: 1px solid #ccc;
  text-align: left;
  position: relative;
  transition: all .36s ease;
  margin: 25px auto 0
}

.ny_bps .lj a {
  position: relative;
  padding: 0 34px;
  display: block;
  color: #222;
  font-size: 16px;
}

.ny_bps .lj:hover {
  color: #fff;
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
}

.ny_bps .lj:hover a {
  color: #fff;
}

.ny_bps .lj .std_btn1_icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #231916;
  transition: all .36s ease;
}

.ny_bps .lj:hover .std_btn1_icon {
  background: #fff;
  color: #000;
  transition: all .36s ease;
}

.ny_bps .lj i {
  font-size: 14px;
}

.nban_fa {
  height: 510px;
  position: relative;
}

.nban_fa .m_b {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.nban_fa .m_b h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

.nban_fa .m_b .text {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.ny_fa1 {
  padding: 70px 0;
}

.ny_fa1 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.ny_fa1 ul li {
  width: 48%;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.ny_fa1 ul li .sz {
  font-size: 60px;
  background-image: -webkit-linear-gradient(230deg, #bb7dfb, #414ed4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 15px;
}

.ny_fa1 ul li p span {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: block;
}

.ny_fa1 ul li p {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.ny_fa2 {
  padding: 70px 0;
  background: rgba(166, 196, 238, 0.08);
}

.challenge-list {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  font-size: 0;
  box-shadow: 2px 3.464px 14.72px 1.28px rgba(0, 7, 21, 0.03);
  display: flex;
  flex-wrap: wrap;
}

.challenge-list li {
  font-size: 14px;
  width: 25%;
  padding: 80px 1.5%;
  text-align: center;
  box-sizing: border-box;
}

.challenge-list li img {
  width: 60px;
}

.challenge-list .line {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px
}

.challenge-list li:nth-child(4n) .line {
  display: none;
}

.challenge-list h3 {
  margin: 15px 0 25px;
  color: #222;
  font-size: 18px
}

.challenge-list p {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.ny_fa3 {
  padding: 70px 0;
  overflow: hidden;
}

.ny_fa3 h1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 300;
}

.ny_fa3 .text {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 80px;
}

.ny_fa3 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ny_fa3 ul li {
  width: 31.3333%;
  margin: 1%;
  border-radius: 10px;
  overflow: hidden;
}

.ny_fa3 ul li .t_p {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}

.ny_fa3 ul li .t_p img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  object-fit: cover;
}

.ny_fa3 ul li:hover .t_p img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_xw {
  padding: 60px 0;
}

.ny_xw ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.ny_xw ul li {
  width: 32%;
  margin: 0 2% 2% 0;
  background-color: #f8f8f8;
  overflow: hidden;
}

.ny_xw ul li:nth-child(3n) {
  margin-right: 0
}

.ny_xw ul li .t_p {
  width: 100%;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}

.ny_xw ul li .t_p img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_xw ul li:hover .t_p img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ny_xw ul li .w_z {
  padding: 32px;
}

.ny_xw ul li .w_z h3 {
  font-size: 24px;
  color: #222;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 15px;
}

.ny_xw ul li .w_z h3:hover {
  color: #7261e3;
}

.ny_xw ul li .w_z p {
  font-size: 16px;
  color: #222;
}

.ny_xw ul li .w_z span {
  float: right;
  margin-left: 15px;
}

.ny_xw ul li .w_z span.dz {}

.ny_xw ul li .w_z span.dz:hover {
  color: #e41101;
}

.ny_xw ul li .w_z span.on {
  color: #e41101;
}

.ny_xw ul li .w_z span i {
  margin-right: 3px;
}

.page {
  padding: 30px 0;
  text-align: center;
}

.page a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #f8f8f8;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: #222;
  font-size: 16px;
  margin: 0 5px;
}

.page a:hover {
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
  color: #fff;
}

.page a.on {
  background: -webkit-linear-gradient(left, #b87cfa, #4352df);
  background: -o-linear-gradient(right, #b87cfa, #4352df);
  background: -moz-linear-gradient(right, #b87cfa, #4352df);
  background: linear-gradient(to right, #b87cfa, #4352df);
  color: #fff;
}

.page a i {
  font-size: 20px;
}

.sy_cjwt {
  padding: 60px 0;
  overflow: hidden;
}

.subNavBox {
  border-bottom: 0;
}

.subNav {
  cursor: pointer;
  font-size: 20px;
  color: #000;
  line-height: 60px;
  padding: 0 30px 0 0;
  background: url(/tpl/www/images/1_10.png) right center / 20px no-repeat;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}

.subNav:hover {
  color: #7261e3;
}

.currentDd {
  color: #7261e3
}

.currentDt {
  background: #fff url(/tpl/www/images/1_10s.png) right center / 20px no-repeat;
}

.navContent {
  display: none;
}

.navContent li {
  line-height: 1.8;
  color: #444;
  padding: 20px;
  font-size: 16px;
}

.ny_zp {
  padding: 60px 0;
}

.ny_zp li {
  padding: 30px 0;
  border-bottom: #e8eaec 1px solid;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ny_zp li .a_n {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #7261e3;
}

.ny_zp li .a_n a {
  color: #7261e3;
}

.ny_zp li h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 17.5px;
  margin-bottom: 18px;
}

.ny_zp li h3 {
  font-size: 30px;
  color: #000;
}

.ny_zp li p {
  color: #06091c;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  max-width: 770px;
}

.ny_qqbj {
  padding: 70px 0;
}

.ny_qqbj img {
  width: 100%;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.ny_qqbj ul {
  padding-top: 60px;
  justify-content: space-between;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.ny_qqbj ul li {
  width: 32%;
  border-radius: 10px;
  background: rgba(242, 245, 246, 0.60);
  padding: 20px 30px;
  margin-bottom: 20px;
}

.ny_qqbj ul li h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 24px;
}

.ny_qqbj ul li .nr {
  font-size: 16px;
  color: #555;
  display: flex;
  line-height: 25px;
  margin-bottom: 15px;
}




@media only screen and (max-width:1366px) {
  .foot_top_right {
    width: 192px;
  }

  .ys_cont1400 {
    max-width: 90%;
  }

  .ny_gy2 .con {
    max-width: 1200px;
  }

  .header .right .lx {
    margin-left: 0px;
  }

  .header .nav ul li {
    margin-left: 36px;
  }

  .ny_gy3 .con {
    max-width: 1200px;
  }

  .ny_gy3 .s_z {
    width: 45%;
  }

  .ny_gy3 .s_z li p {
    font-size: 16px;
  }

  .ny_gy4 .con {
    max-width: 1200px;
  }




}









@media only screen and (max-width:1124px) {

  .container {
    width: 94%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
  }

  .header .right .lx {
    padding: 0 10px;
    margin-top: 10px;
    margin-right: 50px;
  }



  .ban .mb h1 {
    font-size: 30px;
  }

  .ban .mb h4 {
    font-size: 20px;
    line-height: 35px;
  }

  .ban .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 50px;
  }

  .ban .more .sj {
    width: 37px;
    height: 37px;
    line-height: 37px;
  }

  .sy_about {
    padding: 50px 0;
  }

  .tit h1 {
    font-size: 30px;
  }

  .sy_about .wenz {
    width: 100%;
  }

  .sy_hyyy {
    padding: 50px 0 40px;
  }

  .swiper-hy .box {
    height: 24rem;
  }

  .swiper-hy .swiper-slide .box .w_z {
    top: 0%;
  }

  .swiper-hy .swiper-slide .box .w_z h2 {
    font-size: 24px;
  }

  .swiper-hy .swiper-slide .box .w_z .lj {
    line-height: 40px;
  }

  .swiper-hy .swiper-slide .box .w_z .lj a {
    padding: 0 20px;
  }

  .side_item .img_box .info_box {
    padding: 10px 15px;
  }

  .side_item .img_box .info_box .n_info_title {
    margin-top: 5px;
    font-size: 16px;
  }

  .sy_news .more {
    line-height: 40px;
  }

  .sy_news .more a {
    padding: 0 20px;
  }

  .sy_news .more .std_btn1_icon {
    right: 2px;
  }

  .sy_news {
    padding: 50px 0;
  }

  .sy_p3 {
    padding: 40px 0;
  }

  .sy_p3 ul li p {
    max-width: 100%;
  }

  .foot_top_left {
    width: calc(100% - 200px);
    padding-right: 0;
  }

  .ntit {
    position: absolute;
    top: 10px;
    left: 0;
  }

  .n_gyban {
    padding: 90px 0 30px;
  }

  .n_gyban .w_z {
    width: 100%;
  }

  .n_gyban .t_p {
    width: 100%;
  }

  .n_gyban .w_z h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .ny_gy2 {
    padding: 40px 0;
  }

  .ny_gy2 .con {
    max-width: 90%;
  }

  .ny_gy2 .t_p {
    width: 100%;
  }

  .ny_gy2 h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .ny_gy2 .w_z {
    width: 100%;
  }

  .ny_gy3 {
    padding: 40px 0;
  }

  .ny_gy3 .con {
    max-width: 90%;
  }

  .ny_gy3 .w_z {
    width: 100%;
  }

  .ny_gy3 h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .ny_gy3 .s_z {
    width: 100%;
    margin-top: 20px;
  }

  .ny_gy4 h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .ny_gy4 .con {
    max-width: 90%;
  }

  .ny_gy4 {
    padding: 30px 0 30px;
  }

  .ny_gy4 li {
    width: 100%;
    margin-bottom: 20px;
  }

  .ny_gy4 li h3 {
    font-size: 20px;
    padding: 0 20px;
  }

  .ny_gy4 li .text {
    padding: 0 20px 15px;
  }

  .cp_lqs {
    padding: 10px 0 40px;
  }

  .cp_lqs h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .ny_cpp2 {
    padding: 30px 0;
  }

  .ny_cpp2 h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .ny_cpp2 .w_z {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

  .ny_cpp2 .w_z p {
    width: 46%;
    float: left;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .ny_cpp2 .w_z h3 {
    width: 50%;
    float: left;
  }

  .ny_cpp2 .t_p {
    width: 100%;
    margin: 20px 0;
  }

  .ny_cpp3 .sp .m_b .t_b {
    width: 90px;
  }

  .ny_bps {
    padding: 40px 0;
  }

  .ny_bps h1 {
    font-size: 30px;
  }

  .ny_cpp3 h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .ny_cpp3 {
    padding: 30px 0 0;
  }

  .ny_cpp1 .con {
    display: flex;
    max-width: 90%;
  }

  .wzxx {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
  }

  .ny_cpp1 {
    padding: 30px 0;
  }

  .ny_cpp1 h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .nban_fa {
    height: 20rem;
  }

  .nban_fa .m_b h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .nban_fa .m_b .text {
    max-width: 90%;
  }

  .ny_fa1 {
    padding: 30px 0;
  }

  .ny_fa1 ul li {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .ny_fa2 {
    padding: 30px 0;
  }

  .challenge-list li {
    width: 50%;
    padding: 20px;
  }

  .challenge-list {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .ny_fa3 {
    padding: 30px 0;
  }

  .ny_zp {
    padding: 40px 0;
  }

  .ny_zp li .a_n {
    margin-top: 15px;
  }

  .ny_zp li h3 {
    font-size: 24px;
  }

  .ny_qqbj {
    padding: 10px 0 30px;
  }

  .ny_qqbj ul li {
    width: 100%;
  }

  .sy_cjwt {
    padding: 30px 0;
  }

  .subNav {
    font-size: 16px;
    line-height: 28px;
    background: url(/tpl/www/images/1_10.png) right 5px / 16px no-repeat;
    padding-bottom: 10px
  }

  .navContent li {
    padding: 20px 0;
  }

  .ny_xw ul li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }

  .ny_xw ul li:nth-child(3n) {
    margin-right: 1%;
  }

  .ny_xw {
    padding: 30px 0;
  }






}

@media only screen and (max-width:600px) {
    .ban img,.ban video {
    height: 20rem;
  }
  .header .right .lx {
    padding: 0 5px;
    margin-left: 0;
    line-height: 34px;
  }

  .ban .mb h1 {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }

  .ban .mb h4 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .ban .more {
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-top: 20px;
  }

  .ban .more .sj {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .swiper-hy .box {
    height: 45rem;
  }

  .swiper-hy .swiper-slide .box .w_z h2 {
    font-size: 2rem;
  }

  .swiper-hy .swiper-slide .box .w_z h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

  .swiper-hy .swiper-slide .box .w_z .lj {
    line-height: 36px;
  }

  .swiper-hy .swiper-slide .box .w_z .lj a {
    font-size: 14px;
  }

  .tit {
    margin-bottom: 30px;
  }

  .tit h1 {
    font-size: 2.5rem;
  }

  .indcase {
    padding-top: 10px;
  }

  .indcase-box .swiper-slide img {
    height: 20rem;
    object-fit: cover;
  }

  .indcase-click .equip-min em {
    font-size: 20px;
    margin-right: 5px;
  }

  .indcase-click .equip-min p {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }

  .sy_news .side_item {
    width: 100%;
  }

  .side_item.center_side {
    width: 100% !important;
  }

  .compute_item_img .compute_process_img.xw_sj {
    padding-top: 30% !important;
  }

  .sy_p3 ul li .tb {
    margin-bottom: 20px;
  }

  .sy_p3 ul li {
    width: 100%;
    padding: 20px 0;
    margin: 0 0 20px;
  }

  .foot_top_left li a {
    padding: 0 0 0 0
  }

  .foot_bot_left {
    display: none;
  }

  .foot_bot_right_box {
    flex-wrap: wrap;
    width: 100%;
  }

  .foot_bot_right {
    margin: 0;
    width: 100%;
    margin-top: 10px;
  }

  .ys_footer {
    padding: 30px 0 20px;
  }

  .foot_top {
    margin-bottom: 20px;
  }

  .ny_gy3 .s_z li {
    margin: 0 1%;
    width: 48%;
  }

  .ntit li {
    margin-right: 1.2rem;
    padding-right: 1rem;
    font-size: 1.4rem;
  }

  .n_gyban .w_z .text {
    font-size: 16px;
    line-height: 30px;
  }

  .con {
    max-width: 90%;
  }

  .text {
    font-size: 16px;
    line-height: 30px;
  }

  .product-number-info li b {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .cp_lqs ul li {
    width: 100%;
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .ny_cpp2 .w_z {
    line-height: 28px;
  }

  .ny_cpp2 .w_z h3 {
    font-size: 18px;
  }

  .ny_cpp2 .w_z p {
    letter-spacing: 0;
  }

  .ny_bps .text {
    max-width: 100%;
    padding: 0 20px;
  }

  .ny_cpp1 {
    padding: 30px 0;
  }

  .ny_cpp1 .w_z {
    width: 100%;
  }

  .ny_cpp1 .t_p {
    width: 100%;
  }

  .ny_cpp1 h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .ny_cpp1:nth-child(2n) .con {
    flex-direction: column-reverse;
  }

  .nban_fa {
    height: 22rem;
  }

  .ny_fa1 ul li {
    flex-direction: column
  }

  .challenge-list li {
    width: 100%;
  }

  .challenge-list li .line {
    display: none;
  }

  .ny_fa3 ul li {
    width: 100%;
    margin: 1% 0;
  }

  .ny_qqbj .cbli_icon img {
    width: 20px;
  }

  .ny_zp li p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .ny_xw ul li {
    width: 100%;
    margin: 0 0 2%;
  }

  .ny_xw ul li:nth-child(3n) {
    margin-right: 0;
  }

  .ny_xw ul li .w_z {
    padding: 20px 15px;
  }

  .ny_xw ul li .w_z h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .page a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    margin: 0 1px;
  }
}
.detailP {
	padding: 80px 0;
}

.detailP .pageTitle {
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-align: center;
}

.detailP .pageTime {
	font-size: 16px;

	margin-top: 20px;
	text-align: center;
}

.detailP .pageNr {
	font-size: 16px;
	line-height: 1.875;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 32px;
	padding: 24px 0;
	margin-bottom: 24px;
	min-height: 500px;
}

.detailP .pageNr img {
	max-width: 100%;
}

.detailP .pageNum {}

.detailP .pageNum a {
	font-size: 16px;

	margin-top: 8px;
}

.detailP .pageNum a:first-child {
	margin-top: 0;
}

.detailP .pageNum a:hover {
	background-image: -webkit-linear-gradient(230deg, #bb7dfb, #414ed4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width:1432px) {
	.detailP .pageTitle {
		font-size: 32px;
	}
}

@media (max-width:1232px) {
	.detailP .pageTitle {
		font-size: 28px;
	}
}

@media (max-width:1024px) {
	.detailP .pageTitle {
		font-size: 24px;
	}
}

@media (max-width:800px) {
	.detailP {
		padding: 20px 0;
	}

	.detailP .pageTime {
		font-size: 14px;
		margin-top: 8px;
	}

	.detailP .pageNr {
		font-size: 14px;
		line-height: 1.6;
		margin-top: 16px;
		padding: 16px 0;
	}

	.detailP .pageNum a {
		font-size: 14px;
	}
    #videoCover{display: none;}
}
.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}