/* 2020-08 */
@font-face {
  font-family: 'DINPro-Regular';
  src: url("../fonts/DINPro-Regular_0.otf");
}
@keyframes p-ani-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes p-ani-2 {
  from, to {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 12px, 0);
  }
}
@keyframes p-ani-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.new-v8 .scroll-wrap {
  min-width: 1200px;
}

.new-v8-title {
  text-align: center;
}
.new-v8-title h3 {
  font-size: 38px;
}
.new-v8-title p {
  font-size: 18px;
  line-height: 30px;
  max-width: 1180px;
  margin: 15px auto 0;
}
.new-v8-title:after {
  content: '';
  width: 157px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 15px auto 0;
}
.new-v8-title.deep h3 {
  color: #1f497d;
color: #182c49;
letter-spacing: .2em;
}
.new-v8-title.deep p {
  color: #666666;
}
.new-v8-title.deep:after {
  background-image: url("../images/icon-1-1.png");
}
.new-v8-s9 .new-v8-title.deep:after {
  background-image: url("../images/icon-1-2.png");
}
.new-v8-title.white h3 {
  color: #545454;
}
.new-v8-title.white p {
  color: #545454;
}
.new-v8-title.white:after {
  background-image: url("../images/icon-1-1.png");
}

.new-v8-s1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/newv8/img-17.jpg");
  height: 50vw;
  position: relative;
  font-size: 0;
}
.new-v8-s1 .cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 5vw;
}
.new-v8-s1 .left-box {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
}
.new-v8-s1 h3 {
  font-size: 66px;
  color: #fff;
}
.new-v8-s1 h4 {
  font-size: 40px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 30px;
}
.new-v8-s1 a {
  display: block;
  width: 170px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 16px;
  color: #304cc9;
  background-color: #fff;
  position: relative;
  transition: all .3s ease;
}
.new-v8-s1 a:after {
  content: '';
  width: 9px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-5.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
@media screen and (min-width: 1025px) {
  .new-v8-s1 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
}
.new-v8-s1 .right-box {
  display: inline-block;
  vertical-align: middle;
  width: 53%;
  max-width: 760px;
  transform: translateX(2vw);
  position: relative;
}
.new-v8-s1 .right-box img.bg {
  display: block;
  width: 100%;
}
.new-v8-s1 .right-box .ani {
  position: absolute;
  animation: p-ani-2 2.5s infinite ease;
}
.new-v8-s1 .right-box .ani img {
  display: block;
  width: 100%;
}
.new-v8-s1 .right-box .ani:nth-of-type(1) {
  width: 5.789%;
  top: 30.169%;
  left: 3.815%;
}
.new-v8-s1 .right-box .ani:nth-of-type(2) {
  width: 3.947%;
  bottom: 6.61%;
  left: 43.157%;
  animation-delay: .6s;
}
.new-v8-s1 .right-box .ani:nth-of-type(3) {
  width: 3.947%;
  right: 3.947%;
  bottom: 28.81%;
  animation-delay: .3s;
}

.new-v8-s2 {
  background-color: #fafbfc;
  padding: 5vw 0;
}
.new-v8-s2 .top-box {
  margin: 2.5vw 0;
  padding: 0 3.5vw;
  font-size: 0;
}
.new-v8-s2 .top-box .item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
  cursor: pointer;
}
.new-v8-s2 .top-box .item .box {
  display: inline-block;
}
.new-v8-s2 .top-box .item i {
  display: block;
  width: 54px;
  height: 48px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.new-v8-s2 .top-box .item h3 {
  font-size: 18px;
  color: #8793a7;
  margin-top: 20px;
  transition: color .3s ease;
}
.new-v8-s2 .top-box .item:nth-of-type(1) i {
  background-image: url("../images/newv8/icon-3-1.png");
}
.new-v8-s2 .top-box .item:nth-of-type(1):hover i, .new-v8-s2 .top-box .item:nth-of-type(1).active i {
  background-image: url("../images/newv8/icon-3-1-on.png");
}
.new-v8-s2 .top-box .item:nth-of-type(2) i {
  background-image: url("../images/newv8/icon-3-2.png");
}
.new-v8-s2 .top-box .item:nth-of-type(2):hover i, .new-v8-s2 .top-box .item:nth-of-type(2).active i {
  background-image: url("../images/newv8/icon-3-2-on.png");
}
.new-v8-s2 .top-box .item:nth-of-type(3) i {
  background-image: url("../images/newv8/icon-3-3.png");
}
.new-v8-s2 .top-box .item:nth-of-type(3):hover i, .new-v8-s2 .top-box .item:nth-of-type(3).active i {
  background-image: url("../images/newv8/icon-3-3-on.png");
}
.new-v8-s2 .top-box .item:nth-of-type(4) i {
  background-image: url("../images/newv8/icon-3-4.png");
}
.new-v8-s2 .top-box .item:nth-of-type(4):hover i, .new-v8-s2 .top-box .item:nth-of-type(4).active i {
  background-image: url("../images/newv8/icon-3-4-on.png");
}
.new-v8-s2 .top-box .item:nth-of-type(5) i {
  background-image: url("../images/newv8/icon-3-5.png");
}
.new-v8-s2 .top-box .item:nth-of-type(5):hover i, .new-v8-s2 .top-box .item:nth-of-type(5).active i {
  background-image: url("../images/newv8/icon-3-5-on.png");
}
.new-v8-s2 .top-box .item:hover h3, .new-v8-s2 .top-box .item.active h3 {
  color: #2853c3;
}
.new-v8-s2 .line {
  height: 3px;
  background-color: #dfe3ee;
  position: relative;
}
.new-v8-s2 .line span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #4369c8;
  width: 0;
  transition: width .6s ease;
}
.new-v8-s2 .bot-box {
  background-color: #fff;
  padding: 3.125vw 1.5vw 1.5vw;
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  font-size: 0;
}
.new-v8-s2 .bot-box .child {
  display: none;
}
.new-v8-s2 .bot-box .child.active {
  display: block;
}
.new-v8-s2 .left-box {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  padding: 0 3.5vw;
}
.new-v8-s2 .left-box h3, .new-v8-s2 .left-box p, .new-v8-s2 .left-box .btn {
  opacity: 0;
  animation: p-ani-1 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s2 .left-box h3 {
  font-size: 36px;
  color: #4369c8;
  animation-delay: .1s;
}
.new-v8-s2 .left-box p {
  font-size: 17px;
  line-height: 32px;
  color: #79848d;
  margin: 24px 0;
  animation-delay: .2s;
}
.new-v8-s2 .left-box .btn {
  animation-delay: .3s;
}
.new-v8-s2 .left-box a {
  display: block;
  width: 160px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  background-image: linear-gradient(155deg, #4081ff, #34acff);
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .new-v8-s2 .left-box a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
.new-v8-s2 .right-box {
  display: inline-block;
  vertical-align: middle;
  width: 56%;
  max-width: 769px;
  opacity: 0;
  animation: p-ani-1 0.7s 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s2 .right-box img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.new-v8-s2 .button {
  width: 99px;
  height: 104px;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newv8/prev-1.png");
  cursor: pointer;
  transition: all .3s ease;
}
.new-v8-s2 .button:hover {
  background-image: url("../images/newv8/prev-2.png");
}
.new-v8-s2 .button-prev {
  left: -50px;
}
.new-v8-s2 .button-next {
  right: -50px;
  transform: rotateY(180deg);
}

.new-v8-s3 {
padding: 4vw 0 2vw;
}
.new-v8-s3 .para {
  max-width: 1280px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 32px;
  color: #79848d;
  text-align: center;
}
.new-v8-s3 .m-show {
  display: none;
}
.new-v8-s3 .m-show img {
  display: block;
  width: 100%;
}
.new-v8-s3 .cont {
  width: 68vw;
  margin: 3vw auto 0;
  position: relative;
  padding: 20px;
  font-size: 0;
  perspective: 800px;
}
.new-v8-s3 .ani-box {
  width: 68vw;
  height: 68vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform-origin: center bottom;
  transform: scaleY(0.28);
}
.new-v8-s3 .ani-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dotted #0052d9;
  border-radius: 50%;
}
.new-v8-s3 .ani-box span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: p-ani-3 20s linear infinite;
}
.new-v8-s3 .ani-box span:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4083ff;
  position: absolute;
  bottom: -5px;
  left: 50%;
}
.new-v8-s3 .block {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/img-16.png");
  background-size: 100% auto;
  padding-bottom: 4vw;
  position: relative;
  z-index: 2;
}
.new-v8-s3 .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.5vw;
  text-align: center;
  font-size: 20px;
  color: #006ff1;
  font-weight: bold;
}
.new-v8-s3 .tit span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"
}
.new-v8-s3 .txt-box {
  font-size: 0;
}
.new-v8-s3 .txt-box .box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 8vw);
  margin: 0 4vw;
}
.new-v8-s3 .txt-box .box span {
  display: block;
  border: 1px dashed #3d8cff;
  border-radius: 5px;
  text-align: center;
  font-size: 17px;
  color: #3d8cff;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}
.new-v8-s3 .txt-box .box:after {
  content: '';
  width: 13px;
  height: 113px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-11.png");
  display: block;
}
.new-v8-s3 .txt-box .box:nth-of-type(1):after {
  margin-left: 7.5vw;
  margin-right: auto;
}
.new-v8-s3 .txt-box .box:nth-of-type(2):after {
  margin-right: 7.5vw;
  margin-left: auto;
}
.new-v8-s3 .items {
  padding: 0 3.125vw;
  margin-top: 2vw;
  display: flex;
  justify-content: space-between;
}
.new-v8-s3 .item {
  width: 16.66%;
  text-align: center;
  animation: p-ani-2 2.5s linear infinite;
}
.new-v8-s3 .item .box {
  position: relative;
}
.new-v8-s3 .item img {
  display: block;
  width: 100%;
}
.new-v8-s3 .item .cell_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.new-v8-s3 .item h3 {
  font-size: 20px;
  color: #fff;
}
.new-v8-s3 .item p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 10px;
}
.new-v8-s3 .item:nth-of-type(2), .new-v8-s3 .item:nth-of-type(4) {
  margin-top: -5vw;
}
.new-v8-s3 .item:nth-of-type(3) {
  margin-top: -8vw;
}
.new-v8-s3 .item:nth-of-type(3) h3, .new-v8-s3 .item:nth-of-type(3) p {
  color: #006ff1;
  color:#fff;
}

.new-v8-s3 .item:hover h3, .new-v8-s3 .item:hover p {
  color: #006ff1;

}

.new-v8-s3 .item:nth-of-type(2) {
  animation-delay: .5s;
}
.new-v8-s3 .item:nth-of-type(3) {
  animation-delay: 1s;
}
.new-v8-s3 .item:nth-of-type(4) {
  animation-delay: 1.5s;
}
.new-v8-s3 .item:nth-of-type(5) {
  animation-delay: 2s;
}

.new-v8-s4 {
  padding: 4.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/newv8/img-6.jpg");
  position: relative;
  overflow: hidden;
}
.new-v8-s4 canvas.line {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.new-v8-s4 .tab-tit {
  text-align: center;
  margin-top: 2.5vw;
  font-size: 0;
}
.new-v8-s4 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  width: calc(16.66% - 24px);
  margin: 0 12px;
  font-size: 18px;
  line-height: 58px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: color .3s ease, background .3s ease, border-shadow .3s ease;
}
.new-v8-s4 .tab-tit .item:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  opacity: 0;
  transition: all .3s ease;
}
.new-v8-s4 .tab-tit .item:hover, .new-v8-s4 .tab-tit .item.active {
  color: #0052d9;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.new-v8-s4 .tab-tit .item.active:after {
  opacity: 1;
}
.new-v8-s4 .tab-cont {
  margin-top: 2vw;
}
.new-v8-s4 .tab-cont .child {
  display: none;
}
.new-v8-s4 .tab-cont .child.active {
  display: block;
}
.new-v8-s4 .tab-cont img {
  display: block;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  animation: p-ani-1 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s4 .tab-cont p {
  left: 0;
  right: 0;
  bottom: 3vw;
  font-size: 18px;
  line-height: 32px;
  color: #7a848d;
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 10px;
  box-shadow: 0 0 2vw rgba(97, 106, 236, 0.2);
  opacity: 0;
  animation: p-ani-1 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  z-index: 2;
}

.new-v8-s5 {
  padding: 4.5vw 0;
}
.new-v8-s5 .mid-block {
  border-bottom: 1px solid #efeff1;
  margin-top: 2vw;
  font-size: 0;
  text-align: center;
}
.new-v8-s5 .tab-tit .block {
  display: flex;
  justify-content: space-between;
}
.new-v8-s5 .tab-tit .item {
  font-size: 18px;
  color: #8793a7;
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.new-v8-s5 .tab-tit .item:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0052d9;
  transform: scaleX(0);
  transition: transform .6s ease;
}
.new-v8-s5 .tab-tit .item:hover, .new-v8-s5 .tab-tit .item.active {
  color: #0052d9;
}
.new-v8-s5 .tab-tit .item:hover:after, .new-v8-s5 .tab-tit .item.active:after {
  transform: scaleX(1);
}
.new-v8-s5 .bot-block {
  margin-top: 3.5vw;
  font-size: 0;
}
.new-v8-s5 .bot-block .child {
  display: none;
}
.new-v8-s5 .bot-block .child.active {
  display: block;
}
.new-v8-s5 .left-box {
  display: inline-block;
  vertical-align: middle;
  width: 52%;
  padding-right: 1.5vw;
}
.new-v8-s5 .left-box img {
  display: block;
  width: 100%;
  max-width: 697px;
  margin: 0 auto;
  opacity: 0;
  animation: p-ani-1 0.7s 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s5 .right-box {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.new-v8-s5 .top-box {
  padding: 2.7vw;
  position: relative;
}
.new-v8-s5 .top-box:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0052d9;
}
.new-v8-s5 .top-box:before, .new-v8-s5 .top-box h3, .new-v8-s5 .top-box h4, .new-v8-s5 .top-box p, .new-v8-s5 .top-box .btn {
  opacity: 0;
  animation: p-ani-1 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s5 .top-box h3 {
  font-size: 30px;
  color: #333;
  animation-delay: .1s;
}
.new-v8-s5 .top-box h4, .new-v8-s5 .top-box p {
  font-size: 17px;
  line-height: 30px;
  color: #79848d;
}
.new-v8-s5 .top-box h4 {
  margin-top: 10px;
  animation-delay: .2s;
}
.new-v8-s5 .top-box p {
  margin: 24px 0;
  animation-delay: .3s;
}
.new-v8-s5 .top-box .btn {
  animation-delay: .4s;
}
.new-v8-s5 .top-box a {
  display: block;
  width: 160px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  background-image: linear-gradient(155deg, #4081ff, #34acff);
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .new-v8-s5 .top-box a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
.new-v8-s5 .bot-box {
  background-color: #f7fafb;
  padding: 1.8vw 2.7vw;
  font-size: 0;
  opacity: 0;
  animation: p-ani-1 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: .5s;
}
.new-v8-s5 .bot-box span {
  display: inline-block;
  vertical-align: top;
  margin-left: 3vw;
  font-size: 16px;
  color: #616b7c;
}
.new-v8-s5 .bot-box span:nth-of-type(1) {
  margin-left: 0;
}
.new-v8-s5 .bot-box span:before {
  content: '';
  width: 20px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
}
.new-v8-s5 .bot-box span:nth-of-type(1):before {
  background-image: url("../images/newv8/icon-4-1.png");
}
.new-v8-s5 .bot-box span:nth-of-type(2):before {
  background-image: url("../images/newv8/icon-4-2.png");
}
.new-v8-s5 .bot-box span:nth-of-type(3):before {
  background-image: url("../images/newv8/icon-4-3.png");
}

.new-v8-s6 {
  padding: 4.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/new-v8-s6bg.png");
  font-size: 0;
}
.new-v8-s6 .cont {
  margin-top: 3vw;
  background-color: #fafafa;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.new-v8-s6 .tab-tit {
  background-color: #fff;
  border-right: 1px solid #eaedf0;
}
.new-v8-s6 .tab-tit .block {
  height: 100%;
}
.new-v8-s6 .tab-tit .item {
  width: 300px;
  height: 20%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eceff1;
  cursor: pointer;
}
.new-v8-s6 .tab-tit .item span {
  font-size: 18px;
  color: #8793a7;
  transition: all .3s ease;
}
.new-v8-s6 .tab-tit .item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background-color: #e6edf5;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon-5_3.png");
  opacity: 0;
  transition: all .3s ease;
}
.new-v8-s6 .tab-tit .item.active span {
  color: #0052d9;
}
.new-v8-s6 .tab-tit .item.active:after {
  opacity: 1;
}
.new-v8-s6 .tab-cont {
  padding: 3.125vw;
}
.new-v8-s6 .tab-cont .child {
  display: none;
}
.new-v8-s6 .tab-cont .child.active {
  display: block;
}
.new-v8-s6 .left-box {
  display: inline-block;
  vertical-align: middle;
  width: 38%;
  position: relative;
  padding-right: 2vw;
}
.new-v8-s6 .left-box:before {
  content: '';
  width: 5.83vw;
  height: 5.1vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newv8/icon-6.png");
  position: absolute;
  top: 0;
  left: 0;
  margin: -2vw 0 0 -2.915vw;
}
.new-v8-s6 .left-box:before, .new-v8-s6 .left-box h3, .new-v8-s6 .left-box h4, .new-v8-s6 .left-box p, .new-v8-s6 .left-box .btn {
  opacity: 0;
  animation: p-ani-1 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s6 .left-box h3 {
  font-size: 30px;
  color: #333;
  animation-delay: .1s;
}
.new-v8-s6 .left-box h4, .new-v8-s6 .left-box p {
  font-size: 17px;
  line-height: 30px;
  color: #79848d;
}
.new-v8-s6 .left-box h4 {
  margin-top: 10px;
  animation-delay: .2s;
}
.new-v8-s6 .left-box p {
  margin: 24px 0;
  animation-delay: .3s;
}
.new-v8-s6 .left-box .btn {
  animation-delay: .4s;
}
.new-v8-s6 .left-box a {
  display: block;
  width: 160px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #207eef;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .new-v8-s6 .left-box a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
.new-v8-s6 .right-box {
  display: inline-block;
  vertical-align: middle;
  width: 62%;
}
.new-v8-s6 .right-box img {
  display: block;
  width: 100%;
  max-width: 601px;
  margin: 0 auto;
  opacity: 0;
  animation: p-ani-1 0.7s 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.new-v8-s7 {
  padding: 5vw 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/newv8/img-14.png");
}
.new-v8-s7 .tab-tit {
  margin-top: 3vw;
  position: relative;
  padding-bottom: 23px;
}
.new-v8-s7 .tab-tit .block {
  display: flex;
  justify-content: space-between;
}
.new-v8-s7 .tab-tit:before {
  content: '';
  height: 46px;
  border-radius: 24px;
  border: 2px dotted #d3dce6;
  position: absolute;
  left: 3.125vw;
  right: 3.125vw;
  bottom: 0;
  box-shadow: border-box;
}
.new-v8-s7 .tab-tit .item {
  position: relative;
  width: 240px;
  text-align: center;
  cursor: pointer;
}
.new-v8-s7 .tab-tit .item:before, .new-v8-s7 .tab-tit .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  transition: all .3s ease;
}
.new-v8-s7 .tab-tit .item:before {
  background-color: #f6f8fa;
  z-index: 1;
}
.new-v8-s7 .tab-tit .item:after {
  opacity: 0;
  background-image: linear-gradient(155deg, #4081ff, #34acff);
  z-index: 2;
}
.new-v8-s7 .tab-tit .item span {
  display: block;
  font-size: 18px;
  line-height: 46px;
  color: #8793a7;
  transition: color .3s ease;
  position: relative;
  z-index: 3;
}
.new-v8-s7 .tab-tit .item span:after {
  content: '';
  width: 10vw;
  height: 2px;
  background-color: #3a95ff;
  position: absolute;
  right: -10vw;
  top: 19px;
  transform-origin: left center;
  transform: scaleX(0);
}
.new-v8-s7 .tab-tit .item:nth-of-type(1) {
  z-index: 1;
}
.new-v8-s7 .tab-tit .item:nth-of-type(2) {
  z-index: 2;
}
.new-v8-s7 .tab-tit .item:nth-of-type(3) {
  z-index: 3;
}
.new-v8-s7 .tab-tit .item:nth-of-type(4) {
  z-index: 4;
}
.new-v8-s7 .tab-tit .item:last-of-type span:after {
  display: none;
}
.new-v8-s7 .tab-tit .item:hover:after, .new-v8-s7 .tab-tit .item.active:after {
  opacity: 1;
}
.new-v8-s7 .tab-tit .item:hover span, .new-v8-s7 .tab-tit .item.active span {
  color: #fff;
}
.new-v8-s7 .tab-tit .item.active span:after {
  transform: scaleX(1);
  transition: transform 1s ease;
}
.new-v8-s7 .tab-cont {
  margin-top: 4vw;
}
.new-v8-s7 .tab-cont .child {
  display: none;
}
.new-v8-s7 .tab-cont .child.active {
  display: block;
}
.new-v8-s7 .tab-cont .img-box, .new-v8-s7 .tab-cont .para {
  opacity: 0;
  animation: p-ani-1 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s7 .tab-cont .img-box {
  text-align: center;
  animation-delay: .1s;
}
.new-v8-s7 .tab-cont .img-box img {
  display: block;
  max-width: 1248px;
  width: 90%;
  margin: 0 auto;
}
.new-v8-s7 .tab-cont .para {
  font-size: 17px;
  line-height: 30px;
  color: #8793a7;
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 10px;
  box-shadow: 0 0 2vw rgba(97, 106, 236, 0.2);
  margin-top: -2vw;
  position: relative;
  animation-delay: .2s;
  z-index: 2;
}

.new-v8-s8 {
  padding: 5vw 0;
  background-color: #0052d9;
  font-size: 0;
}
.new-v8-s8 .cont {
  margin-top: 3vw;
}
.new-v8-s8 .tab-tit {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  padding-right: 3vw;
  padding-left: 55px;
}
.new-v8-s8 .tab-tit .item {
  width: 100%;
  max-width: 260px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
.new-v8-s8 .tab-tit .item:nth-of-type(1) {
  margin-top: 0;
}
.new-v8-s8 .tab-tit .item:before, .new-v8-s8 .tab-tit .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  transition: all .3s ease;
}
.new-v8-s8 .tab-tit .item:before {
  background-color: #fff;
  z-index: 1;
}
.new-v8-s8 .tab-tit .item:after {
  opacity: 0;
  background-image: linear-gradient(155deg, #4081ff, #34acff);
  z-index: 2;
}
.new-v8-s8 .tab-tit .item i {
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newv8/icon-7.png");
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -55px;
}
.new-v8-s8 .tab-tit .item i:before {
  content: '';
  width: 1px;
  height: 94px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/newv8/icon-8.png");
  position: absolute;
  left: 6px;
  top: 14px;
}
.new-v8-s8 .tab-tit .item i:after {
  content: '';
  width: 55px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 6px;
  transform-origin: left top;
  transform: scaleX(0);
  transition: all .3s ease;
}
.new-v8-s8 .tab-tit .item span {
  font-size: 18px;
  color: #8793a7;
  display: block;
  padding: 1.5vw 1vw;
  position: relative;
  z-index: 3;
  transition: all .3s ease;
}
.new-v8-s8 .tab-tit .item:last-of-type i:before {
  display: none;
}
.new-v8-s8 .tab-tit .item:hover:before, .new-v8-s8 .tab-tit .item.active:before {
  opacity: 0;
}
.new-v8-s8 .tab-tit .item:hover:after, .new-v8-s8 .tab-tit .item.active:after {
  opacity: 1;
}
.new-v8-s8 .tab-tit .item:hover i:after, .new-v8-s8 .tab-tit .item.active i:after {
  transform: scaleX(1);
}
.new-v8-s8 .tab-tit .item:hover span, .new-v8-s8 .tab-tit .item.active span {
  color: #fff;
}
.new-v8-s8 .tab-cont {
  display: inline-block;
  vertical-align: middle;
  width: 76%;
}
.new-v8-s8 .tab-cont .child {
  display: none;
}
.new-v8-s8 .tab-cont .child.active {
  display: block;
}
.new-v8-s8 .tab-cont img {
  display: block;
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  opacity: 0;
  animation: p-ani-1 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s8 .tab-cont p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  animation: p-ani-1 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.new-v8-s9 {
  padding: 5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/new-v8bg.png");
  font-size: 0;
}
.new-v8-s9 .tab-tit {
  margin: 2.5vw 0;
  text-align: center;
}
.new-v8-s9 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 40px;
  margin-right: 11vw;
  cursor: pointer;
}
.new-v8-s9 .tab-tit .item:after {
  content: '';
  width: 11vw;
  height: 1px;
  background-color: #e1e6f0;
  position: absolute;
  top: 30px;
  right: -11vw;
}
.new-v8-s9 .tab-tit .item i {
  display: block;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
  border:1px solid #fff;
}
.new-v8-s9 .tab-tit .item span {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
.new-v8-s9 .tab-tit .item:last-of-type {
  margin-right: 0;
}
.new-v8-s9 .tab-tit .item:last-of-type:after {
  display: none;
}
.new-v8-s9 .tab-tit .item:nth-of-type(1) i {
  background-image: url("../img/icon-9-1.png");
}
.new-v8-s9 .tab-tit .item:nth-of-type(2) i {
  background-image: url("../img/icon-9-2.png");
}
.new-v8-s9 .tab-tit .item:nth-of-type(3) i {
  background-image: url("../img/icon-9-3.png");
}
.new-v8-s9 .tab-tit .item:nth-of-type(4) i {
  background-image: url("../img/icon-9-4.png");
}
.new-v8-s9 .tab-tit .item:hover i, .new-v8-s9 .tab-tit .item.active i {
  background-color: #fff;
  box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.1);
}

.new-v8-s9 .tab-tit .item:hover span, .new-v8-s9 .tab-tit .item.active span {
  color: #fff;
}
.new-v8-s9 .tab-cont {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.1);
  padding: 3.5vw;
}
.new-v8-s9 .tab-cont .child {
  display: none;
}
.new-v8-s9 .tab-cont .child.active {
  display: block;
}
.new-v8-s9 .left-box {
  display: inline-block;
  vertical-align: middle;
  width: 52%;
}
.new-v8-s9 .left-box img {
  display: block;
  width: 100%;
  max-width: 664px;
  margin: 0 auto;
  opacity: 0;
  animation: p-ani-1 0.7s 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s9 .right-box {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  position: relative;
  padding-left: 2vw;
}
.new-v8-s9 .right-box:before {
  content: '';
  width: 5.83vw;
  height: 5.1vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newv8/icon-6.png");
  position: absolute;
  margin: -2vw 0 0 -2.915vw;
}
.new-v8-s9 .right-box:before, .new-v8-s9 .right-box h3, .new-v8-s9 .right-box h4, .new-v8-s9 .right-box p, .new-v8-s9 .right-box .dot, .new-v8-s9 .right-box .btn {
  opacity: 0;
  animation: p-ani-1 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s9 .right-box h3 {
  font-size: 30px;
  color: #333;
  animation-delay: .1s;
}
.new-v8-s9 .right-box h4, .new-v8-s9 .right-box p {
  font-size: 17px;
  line-height: 30px;
  color: #79848d;
}
.new-v8-s9 .right-box h4 {
  margin-top: 10px;
  animation-delay: .2s;
}
.new-v8-s9 .right-box p {
  margin: 24px 0;
  animation-delay: .3s;
}
.new-v8-s9 .right-box .dot {
  margin-bottom: 24px;
  animation-delay: .4s;
}
.new-v8-s9 .right-box .dot span {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.5vw;
  font-size: 16px;
  color: #616b7c;
}
.new-v8-s9 .right-box .dot span:nth-of-type(1) {
  margin-left: 0;
}
.new-v8-s9 .right-box .dot span:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
}
.new-v8-s9 .right-box .dot span:nth-of-type(1):before {
  background-image: url("../images/newv8/icon-10-1.png");
}
.new-v8-s9 .right-box .dot span:nth-of-type(2):before {
  background-image: url("../images/newv8/icon-10-2.png");
}
.new-v8-s9 .right-box .dot span:nth-of-type(3):before {
  background-image: url("../images/newv8/icon-10-3.png");
}
.new-v8-s9 .right-box .dot span:nth-of-type(4):before {
  background-image: url("../images/newv8/icon-10-4.png");
}
.new-v8-s9 .right-box .btn {
  animation-delay: .5s;
}
.new-v8-s9 .right-box a {
  display: block;
  width: 160px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #207eef;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .new-v8-s9 .right-box a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
.new-v8-s9 .button {
  width: 99px;
  height: 104px;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newv8/prev-1.png");
  cursor: pointer;
  transition: all .3s ease;
}
.new-v8-s9 .button:hover {
  background-image: url("../images/newv8/prev-2.png");
}
.new-v8-s9 .button-prev {
  left: -50px;
}
.new-v8-s9 .button-next {
  right: -50px;
  transform: rotateY(180deg);
}

.new-v8-s10 {
  padding: 4.5vw 0 6vw;
}
.new-v8-s10 .items {
  margin: 3.5vw -10px 0;
  font-size: 0;
}
.new-v8-s10 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 20px);
  max-width: 465px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all .3s ease;
}
.new-v8-s10 .item .top-box {
  position: relative;
}
.new-v8-s10 .item img {
  display: block;
  width: 100%;
}
.new-v8-s10 .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 24px;
}
.new-v8-s10 .item h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}
.new-v8-s10 .item a {
  display: block;
  width: 100px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 15px;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .new-v8-s10 .item a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
  }
}
.new-v8-s10 .item .bot-box {
  height: 160px;
  padding: 0 24px;
}
.new-v8-s10 .item p {
  font-size: 18px;
  line-height: 30px;
  color: #79848d;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .new-v8-s10 .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.2);
  }
  .new-v8-s10 .item:hover p {
    color: #3176e8;
  }
}

.new-v8-s11 .cont {
  display: flex;
}
.new-v8-s11 .left-box {
  width: 38%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/newv8/img-2.jpg");
  padding: 4vw 3.125vw 4vw 18.75vw;
}
.new-v8-s11 .left-box .box {
  position: relative;
  padding: 3.125vw 0 3.125vw 3.125vw;
}
.new-v8-s11 .left-box .item {
  margin-top: 3.125vw;
  cursor: pointer;
}
.new-v8-s11 .left-box .item span {
  font-size: 18px;
  color: #8d8d8d;
  transition: color .3s ease;
}
.new-v8-s11 .left-box .item span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #4083ff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  opacity: 0;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .new-v8-s11 .left-box .item:hover {
    color: #4083ff;
  }
}
.new-v8-s11 .left-box .item.active span {
  color: #4083ff;
}
.new-v8-s11 .left-box .item.active span:after {
  opacity: 1;
  transform: translateX(10px);
}
.new-v8-s11 .left-box .item:nth-of-type(1) {
  margin-top: 0;
}
.new-v8-s11 .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 35px 0;
}
.new-v8-s11 .progress .line {
  width: 2px;
  height: 100%;
  background-color: #fff;
  margin-left: 7px;
  position: relative;
}
.new-v8-s11 .progress .line .pro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #4083ff;
  transition: height .6s ease;
}
.new-v8-s11 .progress span {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  font-family: 'DINPro-Regular';
  transform: rotate(90deg);
}
.new-v8-s11 .progress span.curr {
  top: 0;
}
.new-v8-s11 .progress span.total {
  bottom: 0;
}
.new-v8-s11 .right-box {
  width: 62%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/newv8/img-3.jpg");
  padding: 4vw 18.75vw 4vw 10vw;
}
.new-v8-s11 .right-box .child {
  display: none;
}
.new-v8-s11 .right-box .child.active {
  display: block;
}
.new-v8-s11 .right-box .para {
  margin-bottom: 2vw;
  opacity: 0;
  animation: p-ani-1 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s11 .right-box .para h3 {
  font-size: 22px;
  color: #fff;
}
.new-v8-s11 .right-box .para p {
  font-size: 17px;
  color: #d7d7d7;
  margin-top: 10px;
}
.new-v8-s11 .right-box .btn {
  opacity: 0;
  animation: p-ani-1 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-v8-s11 .right-box a.try {
  display: block;
  width: 160px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  background-color: #3b92ff;
  text-align: center;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .new-v8-s11 .right-box a.try:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}

.new-v8-s12 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/new-v8-s12bg.png");
}
.new-v8-s12 h3 {
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.new-v8-s12 a {
  display: block;
  margin: 20px auto 0;
  width: 160px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .new-v8-s12 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
  }
}

/*---------- media ----------*/
@media screen and (max-width: 1600px) {
  .new-v8-s1 h3 {
    font-size: 50px;
  }

  .new-v8-s1 h4 {
    font-size: 30px;
  }

  .new-v8-title h3 {
    font-size: 32px;
  }

  .new-v8-s2 .top-box .item h3,
  .new-v8-s3 .txt-box .box span,
  .new-v8-s4 .tab-tit .item,
  .new-v8-s5 .tab-tit .item,
  .new-v8-s6 .tab-tit .item span,
  .new-v8-s7 .tab-tit .item span,
  .new-v8-s8 .tab-tit .item span,
  .new-v8-s9 .tab-tit .item span,
  .new-v8-s11 .left-box .item span {
    font-size: 16px;
  }

  .new-v8-s2 .left-box h3 {
    font-size: 30px;
  }

  .new-v8-s2 .left-box a,
  .new-v8-s5 .top-box a,
  .new-v8-s6 .left-box a,
  .new-v8-s9 .right-box a,
  .new-v8-s11 .right-box a.try {
    width: 140px;
    line-height: 44px;
  }

  .new-v8-s3 .item h3 {
    font-size: 18px;
  }

  .new-v8-s3 .item p,
  .new-v8-s5 .bot-box span,
  .new-v8-s9 .right-box .dot span {
    font-size: 15px;
  }

  .new-v8-s4 .tab-tit .item {
    line-height: 50px;
  }

  .new-v8-s5 .top-box h3,
  .new-v8-s6 .left-box h3,
  .new-v8-s9 .right-box h3 {
    font-size: 26px;
  }

  .new-v8-s2 .left-box p,
  .new-v8-s3 .para,
  .new-v8-s4 .tab-cont p,
  .new-v8-s5 .top-box h4, .new-v8-s5 .top-box p,
  .new-v8-s6 .left-box h4, .new-v8-s6 .left-box p,
  .new-v8-s7 .tab-cont .para,
  .new-v8-s9 .right-box h4, .new-v8-s9 .right-box p,
  .new-v8-s10 .item p,
  .new-v8-s11 .right-box .para p,
  .new-v8-title p {
    font-size: 16px;
    line-height: 28px;
  }

  .new-v8-s10 .item a {
    line-height: 36px;
    font-size: 15px;
  }

  .new-v8-s10 .item .bot-box {
    height: 150px;
  }

  .new-v8-s11 .right-box .para h3 {
    font-size: 20px;
  }

  .new-v8-s10 .item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .new-v8-s1 h3 {
    font-size: 40px;
  }

  .new-v8-s1 h4 {
    font-size: 24px;
  }

  .new-v8-s1 a {
    width: 150px;
    line-height: 44px;
  }

  .new-v8-s1 .right-box {
    transform: none;
    width: 50%;
  }

  .new-v8-title h3 {
    font-size: 28px;
  }

  .new-v8-s2 .left-box h3 {
    font-size: 24px;
  }

  .new-v8-s2 .left-box p,
  .new-v8-s3 .para,
  .new-v8-s4 .tab-cont p,
  .new-v8-s5 .top-box h4,
  .new-v8-s5 .top-box p,
  .new-v8-s6 .left-box h4,
  .new-v8-s6 .left-box p,
  .new-v8-s7 .tab-cont .para,
  .new-v8-s8 .tab-cont p,
  .new-v8-s9 .right-box h4,
  .new-v8-s9 .right-box p,
  .new-v8-s10 .item p,
  .new-v8-s11 .right-box .para p,
  .new-v8-title p {
    font-size: 15px;
    line-height: 24px;
  }

  .new-v8-s2 .left-box a,
  .new-v8-s5 .top-box a,
  .new-v8-s6 .left-box a,
  .new-v8-s9 .right-box a,
  .new-v8-s11 .right-box a.try {
    line-height: 40px;
    font-size: 15px;
  }

  .new-v8-s3 .txt-box .box {
    width: calc(50% - 4vw);
    margin: 0 2vw;
  }

  .new-v8-s10 .item h3 {
    font-size: 18px;
  }

  .new-v8-s3 .txt-box .box span {
    font-size: 14px;
  }

  .new-v8-s3 .item h3 {
    font-size: 16px;
  }

  .new-v8-s3 .item p {
    margin-top: 5px;
  }

  .new-v8-s3 .item p,
  .new-v8-s5 .bot-box span,
  .new-v8-s9 .right-box .dot span {
    font-size: 14px;
  }

  .new-v8-s5 .top-box h3,
  .new-v8-s6 .left-box h3,
  .new-v8-s9 .right-box h3 {
    font-size: 24px;
  }

  .new-v8-s11 .right-box .para h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .new-v8 .scroll-wrap {
    min-width: auto;
  }

  .new-v8-s7 .tab-tit .item {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .new-v8 .wrapper {
    width: 100% !important;
  }

  .new-v8-s1 {
    height: auto;
  }

  .new-v8-s1 .cont {
    position: static;
    padding: 40px 20px;
  }

  .new-v8-s1 .left-box {
    width: 100%;
    text-align: center;
  }

  .new-v8-s1 h3 {
    font-size: 24px;
  }

  .new-v8-s1 h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .new-v8-s1 a {
    width: 100px;
    line-height: 36px;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    margin: 0 auto;
  }

  .new-v8-s1 a:after {
    right: 10px;
  }

  .new-v8-s1 .right-box {
    width: 70%;
    display: block;
    margin: 20px auto 0;
  }

  .new-v8-s2 {
    padding: 40px 20px;
  }

  .new-v8-title h3 {
    font-size: 20px;
  }

  .new-v8-title p {
    margin-top: 10px;
  }

  .new-v8-title:after {
    width: 100px;
    height: 8px;
    margin-top: 10px;
  }

  .new-v8-s2 .top-box {
    margin: 20px 40px;
    padding: 0;
  }

  .new-v8-s2 .line {
    display: none;
  }

  .new-v8-s2 .top-box .item i {
    width: 45px;
    height: 40px;
    background-size: contain;
  }

  .new-v8-s2 .top-box .item h3,
  .new-v8-s3 .txt-box .box span,
  .new-v8-s4 .tab-tit .item,
  .new-v8-s5 .tab-tit .item,
  .new-v8-s6 .tab-tit .item span,
  .new-v8-s8 .tab-tit .item span,
  .new-v8-s9 .tab-tit .item span,
  .new-v8-s11 .left-box .item span {
    font-size: 14px;
  }

  .new-v8-s2 .top-box .item h3 {
    margin-top: 10px;
    line-height: 20px;
  }

  .new-v8-s2 .bot-box {
    padding: 20px;
  }

  .new-v8-s2 .left-box {
    width: 100%;
    padding: 0;
  }

  .new-v8-s2 .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .new-v8-s2 .left-box h3 {
    font-size: 18px;
    text-align: center;
  }

  .new-v8-s2 .left-box p,
  .new-v8-s3 .para,
  .new-v8-s4 .tab-cont p,
  .new-v8-s5 .top-box h4,
  .new-v8-s5 .top-box p,
  .new-v8-s6 .left-box h4,
  .new-v8-s6 .left-box p,
  .new-v8-s7 .tab-cont .para,
  .new-v8-s8 .tab-cont p,
  .new-v8-s9 .right-box h4,
  .new-v8-s9 .right-box p,
  .new-v8-s10 .item p,
  .new-v8-s11 .right-box .para p,
  .new-v8-title p {
    font-size: 14px;
    line-height: 24px;
  }

  .new-v8-s2 .left-box p {
    margin: 10px 0;
  }

  .new-v8-s2 .left-box a,
  .new-v8-s5 .top-box a,
  .new-v8-s6 .left-box a,
  .new-v8-s9 .right-box a,
  .new-v8-s11 .right-box a.try {
    font-size: 14px;
    width: 120px;
    line-height: 36px;
    margin: 0 auto;
  }

  .new-v8-s2 .button,
  .new-v8-s9 .button {
    width: 40px;
    height: 43px;
    margin-top: 0;
  }

  .new-v8-s2 .button {
    top: -110px;
  }

  .new-v8-s9 .button {
    top: -100px;
  }

  .new-v8-s2 .button-prev,
  .new-v8-s9 .button-prev {
    left: 0;
  }

  .new-v8-s2 .button-next,
  .new-v8-s9 .button-next {
    right: 0;
  }

  .new-v8-s3 {
    padding: 40px 20px;
  }

  .new-v8-s3 .para {
    margin-top: 15px;
  }

  .new-v8-s3 .cont {
    display: none;
  }

  .new-v8-s3 .m-show {
    display: block;
    margin-top: 20px;
  }

  .new-v8-s4 {
    padding: 40px 20px;
  }

  .new-v8-s4 canvas.line {
    display: none;
  }

  .new-v8-s4 .tab-tit {
    margin-top: 20px;
    padding-bottom: 8px;
    white-space: nowrap;
  }

  .new-v8-s4 .tab-cont {
    margin-top: 20px;
  }

  .new-v8-s4 .tab-tit .item {
    margin: 0;
    width: 50%;
    line-height: 40px;
    white-space: normal;
  }

  .new-v8-s4 .tab-tit .item:hover, .new-v8-s4 .tab-tit .item.active {
    box-shadow: none;
  }

  .new-v8-s4 .tab-cont p {
    position: static;
    padding: 20px;
  }

  .new-v8-s5 {
    padding: 40px 20px;
  }

  .new-v8-s5 .mid-block {
    margin-top: 20px;
  }

  .new-v8-s5 .tab-tit .block {
    display: block;
    font-size: 0;
    white-space: nowrap;
  }

  .new-v8-s5 .tab-tit .item {
    padding-bottom: 15px;
    display: inline-block;
    white-space: normal;
  }

  .new-v8-s5 .bot-block {
    margin-top: 20px;
  }

  .new-v8-s5 .left-box {
    display: block;
    width: 80%;
    padding-right: 0;
    margin: 0 auto;
  }

  .new-v8-s5 .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .new-v8-s5 .top-box:before {
    display: none;
  }

  .new-v8-s5 .top-box h3, .new-v8-s6 .left-box h3, .new-v8-s9 .right-box h3 {
    font-size: 18px;
    text-align: center;
  }

  .new-v8-s5 .top-box h4,
  .new-v8-s6 .left-box h4,
  .new-v8-s9 .right-box h4 {
    text-align: center;
  }

  .new-v8-s5 .top-box p,
  .new-v8-s6 .left-box p,
  .new-v8-s9 .right-box p {
    margin: 15px 0;
  }

  .new-v8-s5 .top-box {
    padding: 0;
  }

  .new-v8-s5 .bot-box {
    margin-top: 10px;
    padding: 10px;
  }

  .new-v8-s5 .bot-box span {
    line-height: 30px;
    margin-left: 0;
    margin-right: 10px;
  }

  .new-v8-s6 {
    padding: 40px 20px;
  }

  .new-v8-s6 .cont {
    margin-top: 20px;
    display: block;
  }

  .new-v8-s6 .tab-tit .item {
    height: 40px;
  }
  .new-v8-s6 .tab-tit .item.active {
    background-color: #f2f2f2;
  }

  .new-v8-s6 .tab-tit .item:after {
    display: none;
  }

  .new-v8-s6 .tab-cont {
    padding: 20px;
  }

  .new-v8-s6 .left-box {
    width: 100%;
    padding-right: 0;
  }

  .new-v8-s6 .right-box {
    width: 80%;
    display: block;
    margin: 20px auto 0;
  }

  .new-v8-s7 {
    padding: 40px 20px;
  }

  .new-v8-s7 .tab-tit {
    margin-top: 20px;
    display: block;
    padding-bottom: 0;
    white-space: nowrap;
  }

  .new-v8-s7 .tab-tit:before {
    display: none;
  }

  .new-v8-s7 .tab-tit .item {
    display: inline-block;
    width: 48%;
    white-space: normal;
  }

  .new-v8-s7 .tab-tit .item span {
    font-size: 12px;
    line-height: 36px;
  }

  .new-v8-s7 .tab-tit .item span:after {
    display: none;
  }

  .new-v8-s7 .tab-cont .para {
    margin-top: 0;
    padding: 20px;
  }

  .new-v8-s8 {
    padding: 40px 20px;
  }

  .new-v8-s8 .cont {
    margin-top: 20px;
  }

  .new-v8-s8 .tab-tit {
    width: 100%;
    padding: 0;
    white-space: nowrap;
  }

  .new-v8-s8 .tab-tit .item {
    display: inline-block;
    margin: 0;
    text-align: center;
  }

  .new-v8-s8 .tab-tit .item i {
    display: none;
  }

  .new-v8-s8 .tab-tit .item span {
    padding: 0;
    line-height: 40px;
  }

  .new-v8-s8 .tab-cont {
    margin-top: 20px;
    width: 100%;
  }

  .new-v8-s9 {
    padding: 40px 20px;
  }

  .new-v8-s9 .tab-tit {
    margin: 20px 40px;
  }

  .new-v8-s9 .tab-tit .item {
    margin: 0;
    padding: 0;
  }

  .new-v8-s9 .tab-tit .item:after {
    display: none;
  }

  .new-v8-s9 .tab-tit .item i {
    margin: 0 auto;
  }

  .new-v8-s9 .tab-tit .item span {
    position: static;
    margin-top: 10px;
    display: block;
    transform: none;
  }

  .new-v8-s9 .tab-cont {
    padding: 20px;
  }

  .new-v8-s9 .left-box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .new-v8-s9 .right-box {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .new-v8-s9 .right-box .dot {
    margin-bottom: 15px;
  }

  .new-v8-s9 .right-box .dot span {
    width: 50%;
    margin: 5px 0;
  }

  .new-v8-s10 {
    padding: 40px 20px;
  }

  .new-v8-s10 .items {
    margin: 20px 0 0;
  }

  .new-v8-s10 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .new-v8-s10 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .new-v8-s10 .item a {
    font-size: 14px;
    line-height: 32px;
  }

  .new-v8-s10 .item .bot-box {
    height: auto;
    padding: 15px 20px;
  }

  .new-v8-s11 .cont {
    display: block;
  }

  .new-v8-s11 .left-box,
  .new-v8-s11 .right-box {
    padding: 40px 20px;
    width: 100%;
  }

  .new-v8-s11 .progress {
    display: none;
  }

  .new-v8-s11 .left-box .item {
    margin: 0;
    text-align: center;
  }

  .new-v8-s11 .left-box .item span:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #4083ff;
    border-bottom: none;
  }

  .new-v8-s12 {
    padding: 40px 20px;
  }

  .new-v8-s12 h3 {
    font-size: 18px;
  }
}
/* a8 header footer mobile*/
@media screen and (max-width: 1024px) {
  .header .main .site,
  .header .main .ope {
    display: none !important;
  }

  .fixed_header {
    display: none !important;
  }

  .header {
    height: 50px;
  }

  .header .main {
    height: 50px;
  }

  .header .main .nav {
    display: none;
  }

  .header .main .logo {
    width: 140px;
    margin: 0 auto;
  }

  .header .main .logo img {
    height: 30px;
  }

  .a8-head-drop {
    display: block;
    width: 24px;
    height: 16px;
    right: 20px;
    top: 17px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
  }

  .a8-head-drop.active .line2 {
    display: none;
  }

  .a8-head-drop.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }

  .a8-head-drop.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }

  .a8-head-drop span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .a8-head-drop span.line1 {
    top: 0;
  }

  .a8-head-drop span.line2 {
    top: 7px;
  }

  .a8-head-drop span.line3 {
    bottom: 0;
  }

  .comm_sub_nav {
    position: fixed;
    top: 50px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
  }

  .comm_sub_nav .link a {
    width: 33.33%;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #108cee;
  }

  .comm_sub_nav .btns {
    display: none;
  }

  .wrapper {
    width: 94%;
  }

  .footer {
    padding: 30px 0 !important;
  }

  .footer .main .left {
    display: none;
  }

  .footer .link_box {
    text-align: center;
  }
}
.cell_box{font-size: 0;}
.cell_box:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.cell_box .cell{width: 100%; display: inline-block; vertical-align: middle;}
/*# sourceMappingURL=new-v8.css.map */
.dt-number[data-v-2f4392f8] {
 	width:100%;
 	height:594px;
 	margin-bottom:-80px;
 	background:url(../images/3bj.0e0db9e1.png) no-repeat 50%
 }
 .dt-number .flex-forth[data-v-2f4392f8] {
 	display:flex;
 	margin-top:20px
 }
 .dt-number .flex-forth .once[data-v-2f4392f8] {
 	flex:1;
 	height:250px;
 	display:inline-flex;
 	justify-content:center;
 	align-items:center;
 	flex-direction:column
 }
 .dt-number .flex-forth .cent-dd[data-v-2f4392f8] {
 	width:240px;
 	height:40px;
 	box-shadow:0 8px 6px rgba(20,88,234,.1);
 	border-radius:10px;
 	margin-bottom:30px;
 	margin-top:30px;
 	text-align:center;
 	font-size:28px;
 	font-family:PingFang SC;
 	font-weight:700;
 	line-height:18px;
 	color:#182c49
 }
 .dt-number .flex-forth .desc[data-v-2f4392f8] {
 	font-size:18px;
 	font-family:PingFang SC;
 	font-weight:400;
 	line-height:18px;
 	color:#182c49
 }
 .dt-number .flex-forth .f-p[data-v-2f4392f8] {
 	padding-top:30px
 }