/* 2020-05 */
@font-face {
  font-family: 'NeutraTextBoldAlt';
  src: url("../fonts/NeutraTextBoldAlt.otf");
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url("../fonts/DINPro-Regular_0.otf");
}
@keyframes p-ani-1 {
  0% {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes p-ani-2 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes p-ani-3 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 30px;
    height: 100px;
  }
}
@keyframes p-ani-4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes p-ani-5 {
  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-6 {
  0% {
    left: -12px;
  }
  100% {
    left: 100%;
  }
}
@keyframes p-ani-7 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes p-ani-8 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.new-p-page .scroll-wrap {
  min-width: 1200px;
}
.new-p-page .c-tit {
  text-align: center;
}
.new-p-page .c-tit h3 {
  font-size: 36px;
}
.new-p-page .c-tit:after {
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  margin: 24px auto 0;
}
.new-p-page .s1 {
  height: 80vh;
  font-size: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/newproduct/img-1.jpg");
  overflow: hidden;
}
.new-p-page .s1 .ani-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.new-p-page .s1 .ani-box .box {
  position: absolute;
}
.new-p-page .s1 .ani-box img {
  display: block;
  width: 100%;
  position: static !important;
}
.new-p-page .s1 .ani-box .l-t {
  top: -10vh;
  left: 0;
  width: 35.42vw;
  max-width: 679px;
}
.new-p-page .s1 .ani-box .l-b {
  left: 5.572vw;
  bottom: 0;
  width: 20.38vw;
  max-width: 391px;
}
.new-p-page .s1 .ani-box .r-t {
  top: -8vh;
  right: 0;
  width: 18.1vw;
  max-width: 347px;
}
.new-p-page .s1 .ani-box .r-b {
  right: 3.125vw;
  bottom: -3vh;
  width: 27.3vw;
  max-width: 524px;
}
.new-p-page .s1 .line-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.new-p-page .s1 .line-box .line {
  position: absolute;
  left: 0;
  -webkit-animation: p-ani-1 linear infinite;
  -moz-animation: p-ani-1 linear infinite;
  -ms-animation: p-ani-1 linear infinite;
  animation: p-ani-1 linear infinite;
}
.new-p-page .s1 .line-box .line:nth-of-type(1) {
  width: 10.1vw;
  top: 40%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  animation-duration: 5s;
}
.new-p-page .s1 .line-box .line:nth-of-type(2) {
  width: 10.1vw;
  bottom: 10%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  animation-duration: 4s;
  animation-delay: .5s;
}
.new-p-page .s1 .line-box .line:nth-of-type(3) {
  width: 16.458vw;
  top: 50%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  animation-duration: 3s;
  animation-delay: 1s;
}
.new-p-page .s1 .line-box .line:nth-of-type(4) {
  width: 9.791vw;
  top: 60%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  animation-duration: 4s;
  animation-delay: 1.5s;
  opacity: .6;
}
.new-p-page .s1 .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 120px;
  z-index: 3;
}
.new-p-page .s1 h3 span, .new-p-page .s1 h3 img {
  display: inline-block;
  vertical-align: bottom;
}
.new-p-page .s1 h3 span {
  font-size: 3.75vw;
  color: #fff;
  font-style: italic;
  letter-spacing: 10px;
}
.new-p-page .s1 h3 img {
  width: 15.2vw;
  max-width: 290px;
  margin-left: 1.25vw;
}
.new-p-page .s1 .items {
  margin: 10vh 0;
}
.new-p-page .s1 .item {
  display: inline-block;
  vertical-align: top;
}
.new-p-page .s1 .item:nth-of-type(2) {
  margin: 0 13vw;
}
.new-p-page .s1 .item .icon {
  width: 168px;
  height: 168px;
  margin: 0 auto;
  position: relative;
}
.new-p-page .s1 .item .icon i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(1, 247, 238, 0.3);
  border-radius: 50%;
  -webkit-animation: p-ani-2 1.5s linear infinite;
  -moz-animation: p-ani-2 1.5s linear infinite;
  -ms-animation: p-ani-2 1.5s linear infinite;
  animation: p-ani-2 1.5s linear infinite;
}
.new-p-page .s1 .item .icon i:nth-of-type(1) {
  transform-origin: 48% 48%;
}
.new-p-page .s1 .item .icon i:nth-of-type(2) {
  transform-origin: 52% 48%;
  animation-delay: .5s;
}
.new-p-page .s1 .item .icon i:nth-of-type(3) {
  transform-origin: 48% 52%;
  animation-delay: 1s;
}
.new-p-page .s1 .item .num {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(1, 247, 238, 0.8);
  border-radius: 50%;
}
.new-p-page .s1 .item .num span {
  font-size: 3.125vw;
  color: #fff;
  font-family: 'NeutraTextBoldAlt';
}
.new-p-page .s1 .item h3 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 2vw;
}
.new-p-page .s1 .btns {
  margin-top: 10vh;
}
.new-p-page .s1 .btns a {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  font-size: 16px;
  line-height: 56px;
  border: 2px solid #fff;
  border-radius: 30px;
  margin: 0 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-p-page .s1 .btns a:nth-of-type(1) {
  color: #fff;
}
.new-p-page .s1 .btns a:nth-of-type(1):before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newproduct/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
.new-p-page .s1 .btns a:nth-of-type(2) {
  background-color: #fff;
  color: #3971ff;
}
.new-p-page .s1 .btns a:nth-of-type(2):before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newproduct/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
@media screen and (min-width: 992px) {
  .new-p-page .s1 .btns a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  }
}
.new-p-page .s2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/newproduct/img-2.jpg");
  padding-top: 6vw;
}
.new-p-page .s2 .c-tit h3 {
  color: #445058;
}
.new-p-page .s2 .c-tit:after {
  background-color: #108cee;
}
.new-p-page .s2 .cont {
  width: 56%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
}
.new-p-page .s2 .cont img.bg {
  display: block;
  width: 100%;
}
.new-p-page .s2 .cont img.line,
.new-p-page .s2 .cont img.txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.new-p-page .s2 .cont img.line {
  z-index: 1;
  -webkit-animation: p-ani-2 8s linear infinite;
  -moz-animation: p-ani-2 8s linear infinite;
  -ms-animation: p-ani-2 8s linear infinite;
  animation: p-ani-2 8s linear infinite;
}
.new-p-page .s2 .cont img.txt {
  z-index: 2;
}
.new-p-page .s2 .dot {
  position: absolute;
  z-index: 3;
}
.new-p-page .s2 .dot .icon {
  position: relative;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(60, 143, 255, 0.3);
  background-image: linear-gradient(135deg, #4277ff, #32b5ff);
}
.new-p-page .s2 .dot .icon:before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.new-p-page .s2 .dot span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #108cee;
  white-space: nowrap;
}
.new-p-page .s2 .dot .hide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-p-page .s2 .dot .hide:after {
  content: '';
  position: absolute;
  width: 203px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/newproduct/img-6.png");
}
.new-p-page .s2 .dot .hide .box {
  padding: 5px;
  position: relative;
}
.new-p-page .s2 .dot .hide i.ani {
  width: 30px;
  height: 100px;
  position: absolute;
}
.new-p-page .s2 .dot .hide i.lt {
  top: 0;
  left: 0;
  border-top: 2px solid #3b92ff;
  border-left: 2px solid #3b92ff;
}
.new-p-page .s2 .dot .hide i.lb {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #3b92ff;
  border-left: 2px solid #3b92ff;
}
.new-p-page .s2 .dot .hide i.rt {
  top: 0;
  right: 0;
  border-top: 2px solid #3b92ff;
  border-right: 2px solid #3b92ff;
}
.new-p-page .s2 .dot .hide i.rb {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #3b92ff;
  border-right: 2px solid #3b92ff;
}
.new-p-page .s2 .dot .hide .info {
  width: 460px;
}
.new-p-page .s2 .dot .hide .info:before {
  content: '';
  width: 100%;
  height: 25px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/newproduct/img-7.png");
  background-size: 100% 100%;
}
.new-p-page .s2 .dot .hide .info:after {
  content: '';
  width: 100%;
  height: 31px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/newproduct/img-8.png");
  background-size: 100% 100%;
}
.new-p-page .s2 .dot .hide .txt {
  background-color: #ebf3ff;
  border-left: 1px solid #3b92ff;
  border-right: 1px solid #3b92ff;
  padding: 0 24px;
}
.new-p-page .s2 .dot .hide h3 {
  font-size: 24px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #4277ff, #32b5ff);
}
.new-p-page .s2 .dot .hide p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .new-p-page .s2 .dot .hide p {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #4277ff, #32b5ff);
  }
}
.new-p-page .s2 .dot:nth-of-type(1) {
  top: 43%;
  left: 8.2%;
}
.new-p-page .s2 .dot:nth-of-type(1) .icon {
  width: 60px;
  height: 60px;
}
.new-p-page .s2 .dot:nth-of-type(1) .icon:before {
  background-image: url("../images/newproduct/icon-3.png");
}
.new-p-page .s2 .dot:nth-of-type(1) .hide {
  padding-bottom: 85px;
  left: -323px;
  bottom: 30px;
}
.new-p-page .s2 .dot:nth-of-type(1) .hide:after {
  left: 120px;
  bottom: 0;
}
.new-p-page .s2 .dot:nth-of-type(2) {
  top: 62%;
  left: 25.3%;
}
.new-p-page .s2 .dot:nth-of-type(2) .icon {
  width: 72px;
  height: 72px;
}
.new-p-page .s2 .dot:nth-of-type(2) .icon:before {
  background-image: url("../images/newproduct/icon-4.png");
}
.new-p-page .s2 .dot:nth-of-type(2) .hide {
  padding-bottom: 85px;
  left: -383px;
  bottom: 36px;
}
.new-p-page .s2 .dot:nth-of-type(2) .hide:after {
  left: 180px;
  bottom: 0;
}
.new-p-page .s2 .dot:nth-of-type(3) {
  top: 17%;
  left: 38%;
}
.new-p-page .s2 .dot:nth-of-type(3) .icon {
  width: 48px;
  height: 48px;
}
.new-p-page .s2 .dot:nth-of-type(3) .icon:before {
  background-image: url("../images/newproduct/icon-5.png");
}
.new-p-page .s2 .dot:nth-of-type(3) .hide {
  padding-top: 85px;
  left: -523px;
  top: 24px;
}
.new-p-page .s2 .dot:nth-of-type(3) .hide:after {
  top: 0;
  left: 320px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.new-p-page .s2 .dot:nth-of-type(4) {
  top: 26.5%;
  left: 72%;
}
.new-p-page .s2 .dot:nth-of-type(4) .icon {
  width: 72px;
  height: 72px;
}
.new-p-page .s2 .dot:nth-of-type(4) .icon:before {
  background-image: url("../images/newproduct/icon-6.png");
}
.new-p-page .s2 .dot:nth-of-type(4) .hide {
  padding-top: 85px;
  right: -323px;
  top: 36px;
}
.new-p-page .s2 .dot:nth-of-type(4) .hide:after {
  top: 0;
  right: 120px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  -moz-transform: rotateX(180deg) rotateY(180deg);
  -ms-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}
.new-p-page .s2 .dot:nth-of-type(5) {
  top: 49%;
  left: 68%;
}
.new-p-page .s2 .dot:nth-of-type(5) .icon {
  width: 42px;
  height: 42px;
}
.new-p-page .s2 .dot:nth-of-type(5) .icon:before {
  background-image: url("../images/newproduct/icon-7.png");
}
.new-p-page .s2 .dot:nth-of-type(5) .hide {
  padding-top: 85px;
  right: -323px;
  top: 21px;
}
.new-p-page .s2 .dot:nth-of-type(5) .hide:after {
  top: 0;
  right: 120px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  -moz-transform: rotateX(180deg) rotateY(180deg);
  -ms-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}
.new-p-page .s2 .dot:nth-of-type(6) {
  top: 49%;
  left: 88%;
}
.new-p-page .s2 .dot:nth-of-type(6) .icon {
  width: 60px;
  height: 60px;
}
.new-p-page .s2 .dot:nth-of-type(6) .icon:before {
  background-image: url("../images/newproduct/icon-8.png");
}
.new-p-page .s2 .dot:nth-of-type(6) .hide {
  padding-top: 85px;
  right: -323px;
  top: 30px;
}
.new-p-page .s2 .dot:nth-of-type(6) .hide:after {
  top: 0;
  right: 120px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  -moz-transform: rotateX(180deg) rotateY(180deg);
  -ms-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}
.new-p-page .s2 .dot:nth-of-type(7) {
  top: 72%;
  left: 66%;
}
.new-p-page .s2 .dot:nth-of-type(7) .icon {
  width: 60px;
  height: 60px;
}
.new-p-page .s2 .dot:nth-of-type(7) .icon:before {
  background-image: url("../images/newproduct/icon-9.png");
}
.new-p-page .s2 .dot:nth-of-type(7) .hide {
  padding-bottom: 85px;
  right: -383px;
  bottom: 30px;
}
.new-p-page .s2 .dot:nth-of-type(7) .hide:after {
  bottom: 0;
  right: 180px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.new-p-page .s2 .dot.active {
  z-index: 5;
}
.new-p-page .s2 .dot.active .hide {
  opacity: 1;
  visibility: visible;
}
.new-p-page .s2 .dot.active .hide i.ani {
  -webkit-animation: p-ani-3 2s ease-in-out;
  -moz-animation: p-ani-3 2s ease-in-out;
  -ms-animation: p-ani-3 2s ease-in-out;
  animation: p-ani-3 2s ease-in-out;
}
.new-p-page .s3 {
  padding: 6vw 0;
  background-color: #f9faff;
}
.new-p-page .s3 .c-tit h3 {
  color: #445058;
}
.new-p-page .s3 .c-tit:after {
  background-color: #108cee;
}
.new-p-page .s3 .tab-tit {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.new-p-page .s3 .tab-tit .cont {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}
.new-p-page .s3 .tab-tit .items {
  padding: 1.5vw 0;
}
.new-p-page .s3 .tab-tit .item {
  position: relative;
  border-radius: 27px;
}
.new-p-page .s3 .tab-tit .item .btn {
  border-radius: 27px;
  background-image: url("../images/newproduct/icon-11.jpg");
  font-size: 16px;
  line-height: 54px;
  color: #7e899c;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.new-p-page .s3 .tab-tit .item .btn:before {
  content: '';
  width: 20px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-p-page .s3 .tab-tit .item .line {
  width: 50px;
  height: 4px;
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  margin-top: -2px;
  border-radius: 2px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/newproduct/icon-10.png");
  background-size: 100% 100%;
}
.new-p-page .s3 .tab-tit .item .line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #4277ff;
}
.new-p-page .s3 .tab-tit .item:nth-of-type(1) .btn:before {
  background-image: url("../images/newproduct/s3-icon-1.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(1).active .btn:before {
  background-image: url("../images/newproduct/s3-icon-1-on.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(2) .btn:before {
  background-image: url("../images/newproduct/s3-icon-2.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(2).active .btn:before {
  background-image: url("../images/newproduct/s3-icon-2-on.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(3) .btn:before {
  background-image: url("../images/newproduct/s3-icon-3.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(3).active .btn:before {
  background-image: url("../images/newproduct/s3-icon-3-on.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(4) .btn:before {
  background-image: url("../images/newproduct/s3-icon-4.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(4).active .btn:before {
  background-image: url("../images/newproduct/s3-icon-4-on.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(5) .btn:before {
  background-image: url("../images/newproduct/s3-icon-5.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(5).active .btn:before {
  background-image: url("../images/newproduct/s3-icon-5-on.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(6) .btn:before {
  background-image: url("../images/newproduct/s3-icon-6.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(6).active .btn:before {
  background-image: url("../images/newproduct/s3-icon-6-on.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(7) .btn:before {
  background-image: url("../images/newproduct/s3-icon-7.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(7).active .btn:before {
  background-image: url("../images/newproduct/s3-icon-7-on.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(8) .btn:before {
  background-image: url("../images/newproduct/s3-icon-8.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(8).active .btn:before {
  background-image: url("../images/newproduct/s3-icon-8-on.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(9) .btn:before {
  background-image: url("../images/newproduct/s3-icon-9.png");
}
.new-p-page .s3 .tab-tit .item:nth-of-type(9).active .btn:before {
  background-image: url("../images/newproduct/s3-icon-9-on.png");
}
.new-p-page .s3 .tab-tit .item.active .btn {
  background-image: url("../images/newproduct/img-9.jpg");
  color: #fff;
}
.new-p-page .s3 .tab-tit .item.active .line:after {
  width: 100%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.new-p-page .s3 .tab-tit .button {
  outline: none;
  position: absolute;
  width: 16px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -13px;
  background-image: url("../images/newproduct/prev-1.png");
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.new-p-page .s3 .tab-tit .button:hover {
  background-image: url("../images/newproduct/prev-2.png");
}
.new-p-page .s3 .tab-tit .button-prev {
  left: 0;
}
.new-p-page .s3 .tab-tit .button-next {
  right: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.new-p-page .s3 .tab-tit .button.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}
.new-p-page .s3 .tab-cont {
  text-align: center;
}
.new-p-page .s3 .tab-cont .cont {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.new-p-page .s3 .tab-cont .item {
  display: none;
}
.new-p-page .s3 .tab-cont .item.active {
  display: block;
}
.new-p-page .s3 .tab-cont .para {
  position: relative;
  padding: 24px 90px;
  margin: 0 6.25vw;
  opacity: 0;
  -webkit-animation: p-ani-5 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: p-ani-5 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: p-ani-5 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: p-ani-5 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-p-page .s3 .tab-cont .para:before, .new-p-page .s3 .tab-cont .para:after {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.new-p-page .s3 .tab-cont .para:before {
  top: 24px;
  left: 0;
  background-image: url("../images/newproduct/icon-13.png");
}
.new-p-page .s3 .tab-cont .para:after {
  right: 0;
  bottom: 24px;
  background-image: url("../images/newproduct/icon-14.png");
}
.new-p-page .s3 .tab-cont .para p {
  font-size: 16px;
  line-height: 2;
  color: #445058;
}
.new-p-page .s3 .tab-cont .img-box {
  position: relative;
  opacity: 0;
  -webkit-animation: p-ani-5 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: p-ani-5 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: p-ani-5 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: p-ani-5 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.new-p-page .s3 .tab-cont .icon {
  position: absolute;
}
.new-p-page .s3 .tab-cont .icon img {
  display: block;
  width: 100%;
}
.new-p-page .s3 .tab-cont .icon:nth-of-type(1) {
  width: 6.25vw;
  top: 4.843%;
  left: 8.125%;
  -webkit-animation: p-ani-2 10s linear infinite;
  -moz-animation: p-ani-2 10s linear infinite;
  -ms-animation: p-ani-2 10s linear infinite;
  animation: p-ani-2 10s linear infinite;
}
.new-p-page .s3 .tab-cont .icon:nth-of-type(2) {
  width: 11.718vw;
  top: 18.28%;
  right: 3.61%;
}
.new-p-page .s3 .tab-cont .icon:nth-of-type(3) {
  width: 8.177vw;
  bottom: 5.46%;
  left: 3.8888%;
}
.new-p-page .s3 .tab-cont .icon:nth-of-type(4) {
  right: 0;
  bottom: 5.46%;
}
.new-p-page .s3 .tab-cont .icon:nth-of-type(4) img {
  display: block;
  width: 24px;
  margin-top: 15px;
  opacity: 0;
  -webkit-animation: p-ani-4 0.6s linear infinite;
  -moz-animation: p-ani-4 0.6s linear infinite;
  -ms-animation: p-ani-4 0.6s linear infinite;
  animation: p-ani-4 0.6s linear infinite;
}
.new-p-page .s3 .tab-cont .icon:nth-of-type(4) img:nth-of-type(2) {
  animation-delay: .2s;
}
.new-p-page .s3 .tab-cont .icon:nth-of-type(4) img:nth-of-type(3) {
  animation-delay: .4s;
}
.new-p-page .s3 .tab-cont .img {
  position: relative;
  z-index: 2;
}
.new-p-page .s3 .tab-cont .img img {
  display: block;
  width: 100%;
}
.new-p-page .s3 .tab-cont a.btn {
  display: inline-block;
  font-size: 18px;
  color: #4277ff;
}
.new-p-page .s3 .tab-cont a.btn:after {
  content: '';
  width: 15px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/newproduct/icon-12.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 10px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.new-p-page .s3 .tab-cont a.btn:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.new-p-page .s4 {
  min-height: 100vh;
  position: relative;
  background-color: #f9faff;
}
.new-p-page .s4 .c-tit h3 {
  color: #fff;
}
.new-p-page .s4 .c-tit:after {
  background-color: #fff;
}
.new-p-page .s4 .bg-box {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/newproduct/img-15.png");
  overflow: hidden;
}
.new-p-page .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-p-page .s4 .canvas-box {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
.new-p-page .s4 .cont-box {
  position: relative;
  padding: 6vw 0;
  margin-top: -100vh;
  z-index: 2;
}
.new-p-page .s4 .cont {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
}
.new-p-page .s4 .cont .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 5vw) / 3);
  margin-top: 2.5vw;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .new-p-page .s4 .cont .item:nth-of-type(3n-1) {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }
}
.new-p-page .s4 .cont .item .top-box {
  text-align: center;
  font-size: 24px;
  line-height: 74px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.new-p-page .s4 .cont .item .bot-box {
  padding: 0 1.5625vw;
}
.new-p-page .s4 .cont .item .txt-box {
  height: 160px;
}
.new-p-page .s4 .cont .item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  position: relative;
}
.new-p-page .s4 .cont .item .icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  z-index: 1;
}
.new-p-page .s4 .cont .item .icon i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center 13px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.new-p-page .s4 .cont .item p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  padding-left: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}
.new-p-page .s4 .cont .item .ope-box {
  border-top: 1px dashed #cccccc;
  padding: 30px 0;
  position: relative;
}
.new-p-page .s4 .cont .item .ope-box span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #cccccc;
  font-family: 'DINPro-Regular';
}
.new-p-page .s4 .cont .item .ope-box a {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  line-height: 20px;
  color: #4176ff;
  margin-top: -10px;
}
.new-p-page .s4 .cont .item:nth-of-type(6n-5) .top-box {
  background-image: url("../images/newproduct/img-16.jpg");
}
.new-p-page .s4 .cont .item:nth-of-type(6n-5) .icon {
  background-color: rgba(158, 165, 206, 0.1);
}
.new-p-page .s4 .cont .item:nth-of-type(6n-5) .icon:before {
  background-color: #9ea5ce;
}
.new-p-page .s4 .cont .item:nth-of-type(6n-4) .top-box {
  background-image: url("../images/newproduct/img-17.jpg");
}
.new-p-page .s4 .cont .item:nth-of-type(6n-4) .icon {
  background-color: rgba(220, 143, 200, 0.1);
}
.new-p-page .s4 .cont .item:nth-of-type(6n-4) .icon:before {
  background-color: #dc8fc8;
}
.new-p-page .s4 .cont .item:nth-of-type(6n-3) .top-box {
  background-image: url("../images/newproduct/img-18.jpg");
}
.new-p-page .s4 .cont .item:nth-of-type(6n-3) .icon {
  background-color: rgba(226, 203, 141, 0.1);
}
.new-p-page .s4 .cont .item:nth-of-type(6n-3) .icon:before {
  background-color: #e2cb8d;
}
.new-p-page .s4 .cont .item:nth-of-type(6n-2) .top-box {
  background-image: url("../images/newproduct/img-19.jpg");
}
.new-p-page .s4 .cont .item:nth-of-type(6n-2) .icon {
  background-color: rgba(101, 194, 192, 0.1);
}
.new-p-page .s4 .cont .item:nth-of-type(6n-2) .icon:before {
  background-color: #65c2c0;
}
.new-p-page .s4 .cont .item:nth-of-type(6n-1) .top-box {
  background-image: url("../images/newproduct/img-20.jpg");
}
.new-p-page .s4 .cont .item:nth-of-type(6n-1) .icon {
  background-color: rgba(245, 171, 154, 0.1);
}
.new-p-page .s4 .cont .item:nth-of-type(6n-1) .icon:before {
  background-color: #f5ab9a;
}
.new-p-page .s4 .cont .item:nth-of-type(6n) .top-box {
  background-image: url("../images/newproduct/img-21.jpg");
}
.new-p-page .s4 .cont .item:nth-of-type(6n) .icon {
  background-color: rgba(172, 152, 186, 0.1);
}
.new-p-page .s4 .cont .item:nth-of-type(6n) .icon:before {
  background-color: #ac98ba;
}
@media screen and (min-width: 992px) {
  .new-p-page .s4 .cont .item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .new-p-page .s4 .cont .item:hover .icon i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
.new-p-page .s5 {
  padding: 6vw 0;
  position: relative;
  background-color: #f9faff;
}
.new-p-page .s5:before {
  content: '';
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(180deg, #b9eafe, #f9faff);
  z-index: 1;
}
.new-p-page .s5 .c-tit h3 {
  color: #445058;
}
.new-p-page .s5 .c-tit:after {
  background-color: #108cee;
}
.new-p-page .s5 .cont {
  position: relative;
  z-index: 2;
}
.new-p-page .s5 .main {
  max-width: 1440px;
  width: 90%;
  margin: 4vw auto 0;
  font-size: 0;
}
.new-p-page .s5 .left-box {
  width: 340px;
  display: inline-block;
  vertical-align: middle;
}
.new-p-page .s5 .left-box .box {
  display: none;
}
.new-p-page .s5 .left-box .box.active {
  display: block;
}
.new-p-page .s5 .left-box .item {
  position: relative;
  padding: 35px 20px;
  overflow: hidden;
  cursor: pointer;
}
.new-p-page .s5 .left-box .item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #eceded;
  z-index: 1;
}
.new-p-page .s5 .left-box .item:after {
  content: '';
  position: absolute;
  left: -12px;
  bottom: 0;
  width: 12px;
  height: 1px;
  background-color: #4277ff;
  -webkit-animation: p-ani-6 2s linear infinite;
  -moz-animation: p-ani-6 2s linear infinite;
  -ms-animation: p-ani-6 2s linear infinite;
  animation: p-ani-6 2s linear infinite;
  z-index: 2;
}
.new-p-page .s5 .left-box .item p {
  font-size: 16px;
  line-height: 20px;
  color: #445058;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.new-p-page .s5 .left-box .item p:after {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newproduct/icon-16.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-p-page .s5 .left-box .item:nth-of-type(1):after {
  animation-delay: 1.6s;
}
.new-p-page .s5 .left-box .item:nth-of-type(2):after {
  animation-delay: 1.2s;
}
.new-p-page .s5 .left-box .item:nth-of-type(3):after {
  animation-delay: .8s;
}
.new-p-page .s5 .left-box .item:nth-of-type(4):after {
  animation-delay: .4s;
}
.new-p-page .s5 .left-box .item.active p {
  color: #4277ff;
}
.new-p-page .s5 .left-box .item.active p:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.new-p-page .s5 .left-box .ope {
  position: relative;
  margin: 24px 20px 0;
}
.new-p-page .s5 .left-box .ope .num {
  font-size: 14px;
  color: #cececf;
  text-align: center;
  font-family: 'DINPro-Regular';
}
.new-p-page .s5 .left-box .ope .num i {
  font-style: normal;
}
.new-p-page .s5 .left-box .ope .num span.curr {
  font-size: 24px;
  color: #4277ff;
}
.new-p-page .s5 .left-box .ope .button {
  position: absolute;
  top: 50%;
  margin-right: -5px;
  width: 15px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/newproduct/prev-3.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.new-p-page .s5 .left-box .ope .button:hover {
  background-image: url("../images/newproduct/prev-4.png");
}
.new-p-page .s5 .left-box .ope .button-prev {
  left: 0;
}
.new-p-page .s5 .left-box .ope .button-next {
  right: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.new-p-page .s5 .center-box {
  display: inline-block;
  vertical-align: middle;
  width: calc(68.8% - 340px);
  position: relative;
}
.new-p-page .s5 .center-box img.bg {
  display: block;
  width: 100%;
}
.new-p-page .s5 .center-box .info {
  width: 50%;
  max-width: 290px;
  position: absolute;
  top: 24%;
  left: 19%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background-color: #dddedf;
  border: 1px solid #dddedf;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}
.new-p-page .s5 .center-box .info h3 {
  padding: 15px;
  font-size: 24px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #4277ff, #32b5ff);
}
.new-p-page .s5 .center-box .info .para {
  background-color: #f8f9fa;
  padding: 7px 10px;
}
.new-p-page .s5 .center-box .info p {
  font-size: 14px;
  line-height: 24px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #4277ff, #32b5ff);
}
.new-p-page .s5 .center-box .box {
  display: none;
}
.new-p-page .s5 .center-box .box.active {
  display: block;
}
.new-p-page .s5 .center-box .dot {
  position: absolute;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  cursor: pointer;
}
.new-p-page .s5 .center-box .dot .ring {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.new-p-page .s5 .center-box .dot span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #d1a577;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: p-ani-7 2.1s linear infinite;
  -moz-animation: p-ani-7 2.1s linear infinite;
  -ms-animation: p-ani-7 2.1s linear infinite;
  animation: p-ani-7 2.1s linear infinite;
}
.new-p-page .s5 .center-box .dot span:nth-of-type(1) {
  border-style: dashed;
}
.new-p-page .s5 .center-box .dot span:nth-of-type(2) {
  animation-delay: .7s;
}
.new-p-page .s5 .center-box .dot span:nth-of-type(3) {
  animation-delay: 1.4s;
}
.new-p-page .s5 .center-box .dot:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background-color: #d1a577;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.new-p-page .s5 .center-box .dot.shandong {
  top: 48%;
  left: 72.6%;
}
.new-p-page .s5 .center-box .dot.tianjin {
  top: 38.49%;
  left: 72.69%;
}
.new-p-page .s5 .center-box .dot.xuchang {
  top: 59.87%;
  left: 63.19%;
}
.new-p-page .s5 .center-box .dot.shanghai {
  top: 61%;
  left: 79.75%;
}
.new-p-page .s5 .center-box .dot.sichuan {
  top: 71.28%;
  left: 50.62%;
}
.new-p-page .s5 .center-box .dot.guangzhou {
  top: 82.89%;
  left: 64.5%;
}
.new-p-page .s5 .center-box .dot.jiangsu {
  top: 57%;
  left: 70.55%;
}
.new-p-page .s5 .center-box .dot.zhejiang {
  top: 67.2%;
  left: 71.31%;
}
.new-p-page .s5 .center-box .dot.active span {
  border-color: #4277ff;
}
.new-p-page .s5 .center-box .dot.active:after {
  background-color: #4277ff;
}
.new-p-page .s5 .right-box {
  width: 31.2%;
  max-width: 448px;
  display: inline-block;
  vertical-align: middle;
}
.new-p-page .s5 .right-box .item {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: none;
  opacity: 0;
}
.new-p-page .s5 .right-box .item .img-box {
  overflow: hidden;
}
.new-p-page .s5 .right-box .item .img-box img {
  display: block;
  width: 100%;
}
.new-p-page .s5 .right-box .item .txt-box {
  padding: 1.5vw;
}
.new-p-page .s5 .right-box .item .txt-box:before {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newproduct/icon-17.png");
  display: block;
}
.new-p-page .s5 .right-box .item .img {
  text-align: center;
}
.new-p-page .s5 .right-box .item .img img {
  height: 40px;
  width: auto;
}
.new-p-page .s5 .right-box .item p {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  height: 48px;
  overflow: hidden;
  text-align: center;
  margin: 1.5vw 0;
}
.new-p-page .s5 .right-box .item a {
  display: block;
  text-align: center;
  padding-top: 1.25vw;
  border-top: 1px dashed #cccccc;
  font-size: 16px;
  color: #0060ff;
}
@media screen and (min-width: 1025px) {
  .new-p-page .s5 .right-box .item.active {
    display: block;
    -webkit-animation: p-ani-5 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -moz-animation: p-ani-5 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: p-ani-5 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: p-ani-5 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}
.new-p-page .s5 a.more {
  display: block;
  margin: 4vw auto 0;
  width: 240px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background-image: linear-gradient(135deg, #4277ff, #32b5ff);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .new-p-page .s5 a.more:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(60, 143, 255, 0.3);
  }
}

.new-p-popups {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: none;
}
.new-p-popups .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.new-p-popups .close {
  position: absolute;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/newproduct/close.png");
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.new-p-popups .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.new-p-popups .cont {
  width: 90%;
  max-width: 480px;
  height: 600px;
  padding: 120px 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/newproduct/popup-bg.jpg");
  box-shadow: 0 20px 40px rgba(53, 31, 165, 0.2);
  background-size: 100% 100%;
}
.new-p-popups .cont h3 {
  font-size: 24px;
  color: #333333;
}
.new-p-popups .cont img {
  width: 180px;
  display: block;
  margin: 50px auto 0;
  border: 1px solid #e6e6e6;
}
.new-p-popups .cont p {
  font-size: 16px;
  color: #7e899c;
  letter-spacing: 2px;
  margin-top: 24px;
}

/*---------- media ----------*/
@media screen and (max-width: 1600px) {
  .new-p-page .s1 .item .icon {
    width: 140px;
    height: 140px;
  }

  .new-p-page .s1 .item h3 {
    font-size: 20px;
  }

  .new-p-page .s1 .btns a {
    width: 200px;
    line-height: 50px;
  }

  .new-p-page .s2 .dot .hide .info {
    width: 400px;
  }

  .new-p-page .s2 .dot .hide h3 {
    font-size: 20px;
  }

  .new-p-page .c-tit h3 {
    font-size: 30px;
  }

  .new-p-page .c-tit:after {
    width: 50px;
    margin: 15px auto 0;
  }

  .new-p-page .s3 .tab-cont .img-box {
    width: 72%;
    margin: 0 auto;
  }

  .new-p-page .s4 .cont .item .top-box {
    font-size: 20px;
    line-height: 60px;
  }

  .new-p-page .s4 .cont .item .icon {
    width: 84px;
    height: 84px;
    padding: 7px;
  }

  .new-p-page .s4 .cont .item .icon:before {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }

  .new-p-page .s4 .cont .item .icon i {
    background-size: auto 58px;
  }

  .new-p-page .s4 .cont .item p {
    width: calc(100% - 84px);
  }

  .new-p-page .s4 .cont .item .ope-box {
    padding: 24px 0;
  }

  .new-p-page .s5 .center-box .info h3 {
    font-size: 20px;
  }

  .new-p-page .s5 a.more {
    width: 200px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1440px) {
  .new-p-page .s3 .tab-tit .item .btn {
    font-size: 14px;
    line-height: 46px;
  }

  .new-p-page .s3 .tab-tit .item .line {
    width: 40px;
    left: calc(100% + 10px);
  }

  .new-p-page .s5 .center-box .info {
    left: 15%;
  }
}
@media screen and (max-width: 1366px) {
  .new-p-page .s1 .item .icon {
    width: 120px;
    height: 120px;
  }

  .new-p-page .s1 .item .num span {
    font-size: 36px;
  }

  .new-p-page .s1 .item h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .new-p-page .s1 .btns a {
    width: 160px;
    line-height: 42px;
    font-size: 14px;
  }

  .new-p-page .c-tit h3 {
    font-size: 26px;
  }

  .new-p-page .s2 .dot .hide .info {
    width: 340px;
  }

  .new-p-page .s2 .dot .hide h3 {
    font-size: 18px;
  }

  .new-p-page .s2 .dot .hide p {
    font-size: 13px;
    line-height: 20px;
  }

  .new-p-page .s2 .dot:nth-of-type(1) .hide {
    left: -263px;
  }

  .new-p-page .s2 .dot:nth-of-type(1) .hide::after {
    left: 60px;
  }

  .new-p-page .s2 .dot:nth-of-type(3) .hide {
    left: -440px;
  }

  .new-p-page .s2 .dot:nth-of-type(3) .hide::after {
    left: 240px;
  }

  .new-p-page .s2 .dot:nth-of-type(6) .hide {
    right: -253px;
  }

  .new-p-page .s2 .dot:nth-of-type(6) .hide::after {
    right: 50px;
  }

  .new-p-page .s3 .tab-cont .para p {
    font-size: 14px;
  }

  .new-p-page .s3 .tab-cont a.btn {
    font-size: 16px;
  }

  .new-p-page .s4 .cont .item .top-box {
    font-size: 18px;
  }

  .new-p-page .s4 .cont .item p {
    font-size: 14px;
  }

  .new-p-page .s5 .center-box .info h3 {
    font-size: 18px;
    padding: 12px;
  }

  .new-p-page .s5 .left-box .item {
    padding: 24px 15px;
  }

  .new-p-page .s5 a.more {
    width: 160px;
    line-height: 44px;
    font-size: 14px;
  }

  .new-p-page .s5 .right-box .item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .new-p-page .s5 .left-box {
    width: 300px;
  }

  .new-p-page .s5 .left-box .item p {
    font-size: 14px;
  }

  .new-p-page .s5 .center-box {
    width: calc(68.8% - 300px);
  }
}
@media screen and (max-width: 1024px) {
  .new-p-page .scroll-wrap {
    min-width: auto;
  }

  .new-p-page .s1 .cont-box {
    padding-top: 0;
  }

  .new-p-page .s1 .items {
    margin: 60px 0;
  }

  .new-p-page .s2 {
    padding: 6vw 0;
  }

  .new-p-page .s2 .cont {
    margin-top: 30px;
  }

  .new-p-page .s2 .cont img.bg,
  .new-p-page .s2 .cont img.line,
  .new-p-page .s2 .cont img.txt {
    display: none;
  }

  .new-p-page .s2 .dot {
    position: static;
    font-size: 0;
    margin-top: 20px;
    background-image: linear-gradient(135deg, #4277ff, #32b5ff);
    padding: 10px 20px;
    border-radius: 30px;
  }
  .new-p-page .s2 .dot.active {
    border-radius: 5px;
  }

  .new-p-page .s2 .dot .icon {
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
    vertical-align: middle;
    background-image: none;
  }

  .new-p-page .s2 .dot .icon:before {
    background-size: 20px auto;
  }

  .new-p-page .s2 .dot span {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    padding-top: 0;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    width: calc(100% - 50px);
    text-align: left;
  }

  .new-p-page .s2 .dot span br {
    display: none;
  }

  .new-p-page .s2 .dot .hide {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0 !important;
    margin-top: 15px;
    display: none;
    transition: none;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    margin-top: 15px;
  }

  .new-p-page .s2 .dot .hide i.ani,
  .new-p-page .s2 .dot .hide .info:before,
  .new-p-page .s2 .dot .hide .info:after,
  .new-p-page .s2 .dot .hide:after {
    display: none;
  }

  .new-p-page .s2 .dot .hide .box {
    padding: 0;
  }

  .new-p-page .s2 .dot .hide .info {
    width: auto;
  }

  .new-p-page .s2 .dot .hide .txt {
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .new-p-page .s2 .dot .hide h3 {
    display: none;
  }

  .new-p-page .s2 .dot .hide p {
    margin-top: 15px;
    color: #fff;
  }

  .new-p-page .s4 .cont .item {
    width: calc(50% - 1.25vw);
    margin-left: 2.5vw;
  }

  .new-p-page .s4 .cont .item:nth-of-type(odd) {
    margin-left: 0;
  }

  .new-p-page .s4 .cont .item .txt-box {
    height: 140px;
  }

  .new-p-page .s4 .cont .item p {
    line-height: 20px;
  }

  .new-p-page .s5 .left-box,
  .new-p-page .s5 .center-box {
    display: none;
  }

  .new-p-page .s5 .right-box .item {
    display: block;
    opacity: 1;
    box-shadow: none;
  }

  .new-p-page .s5 .right-box {
    width: 100%;
    max-width: none;
  }

  .new-p-page .s5 .swiper-pagination {
    position: static;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .new-p-page .s1 {
    height: 50vh;
  }

  .new-p-page .s1 .ani-box .l-t,
  .new-p-page .s1 .ani-box .r-t {
    top: 0;
  }

  .new-p-page .s1 .ani-box .r-b {
    bottom: 0;
  }

  .new-p-page .s1 .btns {
    margin-top: 6vh;
  }

  .new-p-page .s1 h3 span {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .new-p-page .s1 h3 img {
    width: 90px;
  }

  .new-p-page .s1 .line-box {
    display: none;
  }

  .new-p-page .s1 .item .icon {
    width: 90px;
    height: 90px;
  }

  .new-p-page .s1 .item:nth-of-type(2) {
    margin: 0 20px;
  }

  .new-p-page .s1 .item h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .new-p-page .s1 .item .num span {
    font-size: 26px;
  }

  .new-p-page .s1 .btns a {
    width: 140px;
    line-height: 36px;
    border-width: 1px;
    margin: 0 5px;
  }

  .new-p-page .s1 .btns a:nth-of-type(2):before {
    margin: -2px 3px 0 0;
  }

  .new-p-page .s2 {
    padding: 40px 20px;
  }

  .new-p-page .c-tit h3 {
    font-size: 20px;
  }

  .new-p-page .c-tit:after {
    width: 24px;
    margin: 10px auto 0;
  }

  .new-p-page .s2 .cont {
    margin-top: 20px;
    width: 100%;
  }

  .new-p-page .s3 {
    padding: 40px 20px;
  }

  .new-p-page .s3 .tab-tit .cont {
    width: 100%;
    padding: 0 30px;
  }

  .new-p-page .s3 .tab-tit .items {
    padding: 20px 0;
  }

  .new-p-page .s3 .tab-tit .item .line {
    width: 20px;
  }

  .new-p-page .s3 .tab-tit .item .line {
    left: calc(100% + 5px);
    display: none;
  }

  .new-p-page .s3 .tab-tit .item .btn {
    font-size: 12px;
    line-height: 36px;
  }

  .new-p-page .s3 .tab-tit .item .btn:before {
    margin: -2px 5px 0 0;
  }

  .new-p-page .s3 .tab-cont .cont {
    width: 100%;
    padding-top: 15px;
  }

  .new-p-page .s3 .tab-cont .para {
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .new-p-page .s3 .tab-cont .para:before,
  .new-p-page .s3 .tab-cont .para:after {
    display: none;
  }

  .new-p-page .s3 .tab-cont .para p {
    line-height: 24px;
  }

  .new-p-page .s3 .tab-cont .img-box {
    width: 100%;
  }

  .new-p-page .s3 .tab-cont .icons {
    display: none;
  }

  .new-p-page .s3 .tab-cont a.btn {
    font-size: 14px;
  }

  .new-p-page .s4 {
    min-height: auto;
  }

  .new-p-page .s4 .bg-box {
    position: absolute;
    height: 100%;
  }

  .new-p-page .s4 .cont-box {
    padding: 40px 20px;
    margin-top: 0;
  }

  .new-p-page .s4 .cont {
    width: 100%;
    margin-top: 20px;
  }

  .new-p-page .s4 .cont .item {
    box-shadow: none;
    transition: none;
    margin: 0;
  }

  .new-p-page .s4 .cont .item .top-box {
    line-height: 50px;
  }

  .new-p-page .s4 .cont .item .bot-box {
    padding: 0 10px;
  }

  .new-p-page .s4 .cont .item .icon {
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .new-p-page .s4 .cont .item .icon:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }

  .new-p-page .s4 .cont .item .icon i {
    background-size: auto 40px;
  }

  .new-p-page .s4 .cont .item p {
    width: calc(100% - 60px);
  }

  .new-p-page .s4 .cont .item .ope-box {
    padding: 12px 0;
  }

  .new-p-page .s4 .cont .item .ope-box span {
    opacity: 0;
  }

  .new-p-page .s4 .cont .item .ope-box a {
    left: 0;
    text-align: center;
    font-size: 16px;
  }

  .new-p-page .s4 .swiper-pagination {
    position: static;
    margin-top: 20px;
  }

  .new-p-page .s5 .right-box .item .txt-box {
    padding: 15px;
  }

  .new-p-page .s5 .right-box .item p {
    margin: 10px 0;
  }

  .new-p-page .s5 .right-box .item a {
    padding-top: 10px;
    font-size: 14px;
  }

  .new-p-page .s5 a.more {
    margin-top: 20px;
  }

  .new-p-popups .cont {
    height: auto;
    padding: 80px 0;
  }

  .new-p-popups .close {
    top: 10px;
    right: 10px;
  }

  .new-p-popups .cont h3 {
    font-size: 20px;
  }

  .new-p-popups .cont img {
    width: 140px;
    margin-top: 30px;
  }

  .new-p-popups .cont p {
    font-size: 14px;
    margin-top: 15px;
  }
}
/* 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;
  }
}

/*# sourceMappingURL=new-product.css.map */
