@charset "UTF-8";
:root {
  --base-color: #3c3c3c;
  --light-color: #ffffff;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

input,
textarea,
select {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", sans-serif;
}

::-webkit-input-placeholder {
  color: #595a62;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #595a62;
  opacity: 0.5;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #595a62;
  opacity: 0.5;
}

/* Internet Explorer 10+ */
:-moz-placeholder {
  color: #595a62;
  opacity: 0.5;
}

/* firefox 14-18 */
html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html::-webkit-scrollbar-track {
  border-radius: 8px;
}

html::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #93d0f5;
}

.oscroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #383838;
}

/* 两头空块 */
.oscroll::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
  background-color: transparent;
}

.oscroll::-webkit-scrollbar-thumb {
  background-color: #93d0f5;
  border-radius: 0px;
  width: 4px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
}

.oscroll::-webkit-scrollbar-track {
  border-radius: 0px;
  width: 4px;
  background-color: #383838;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow: hidden;
}

.layout {
  width: 100vw;
  height: 100vh;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.wrap {
  min-width: 13.66rem;
  margin: 0 auto;
  min-height: 1000px;
}

.headbar {
  position: relative;
  height: 1.4rem;
}

/* 顶部导航栏和Banner样式 SASS嵌套优化 */
.pc-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pc-navbar .navbar-logo {
  position: absolute;
  top: 0.45rem;
  left: 0.53rem;
}
.pc-navbar .navbar-logo .logolink {
  display: block;
}
.pc-navbar .navbar-logo img {
  width: 1.86rem;
  height: auto;
  display: block;
}
.pc-navbar .navbar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-navbar .navbar-menu li .toindex {
  display: block;
  width: 1.97rem;
  height: 0.39rem;
  background-image: url("../images/nav.png");
  background-position: -1.52rem 0;
}
.pc-navbar .navbar-menu li .todownload {
  display: block;
  width: 1.5rem;
  height: 0.39rem;
  background-image: url("../images/nav.png");
  background-position: 0 0;
}
.pc-navbar .navbar-menu li a {
  display: block;
  background-size: 3.74rem;
  background-repeat: no-repeat;
}

.slogan {
  position: absolute;
  top: 0.65rem;
  left: 50%;
  -webkit-transform: translateX(-1.45rem);
          transform: translateX(-1.45rem);
}
.slogan img {
  width: 9.03rem;
  height: auto;
  display: block;
}
.slogan .slogan-wrap {
  width: 9.03rem;
  height: 6.66rem;
  position: relative;
  background: url("../images/slogan.png") no-repeat;
  background-size: 100% 100%;
  -webkit-mask: url("../images/slogan.png") 0 0/100%;
}
.slogan .slogan-wrap::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%);
  -webkit-animation: shark-wrap 2.2s infinite;
          animation: shark-wrap 2.2s infinite;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

@-webkit-keyframes shark-wrap {
  0% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
}

@keyframes shark-wrap {
  0% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
}
.ballwrap {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/line.png");
  background-size: 7.29rem;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.ballwrap .ball {
  width: 3.46rem;
  height: 3.46rem;
  border-radius: 50%;
  position: relative;
  background-image: url("../images/ball.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
  margin: 0rem 0rem 0;
}
.ballwrap .ball .keyframe1, .ballwrap .ball .keyframe2, .ballwrap .ball .keyframe3, .ballwrap .ball .keyframe4, .ballwrap .ball .show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ballwrap .ball:hover .keyframe1, .ballwrap .ball:hover .keyframe2, .ballwrap .ball:hover .keyframe3, .ballwrap .ball:hover .keyframe4, .ballwrap .ball:hover .show {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ballwrap .ball .tt {
  position: absolute;
  display: block;
  width: 2.63rem;
  height: 0.65rem;
  bottom: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ballwrap .ball .show {
  background-repeat: no-repeat;
}
.ballwrap .ball.ball1 .tt {
  background-image: url("../images/tt1.png");
}
.ballwrap .ball.ball1 .keyframe1 {
  width: 2.22rem;
  height: 1.65rem;
  margin: 0 auto;
  background-image: url("../images/keyfram1.png");
  background-size: 13.08rem;
  background-position: -0.31rem 0;
  -webkit-animation: keystep1 1s steps(6) infinite both;
          animation: keystep1 1s steps(6) infinite both;
}
.ballwrap .ball.ball1 .show {
  width: 2.69rem;
  height: 2.69rem;
  margin-top: 0.75rem;
  margin-left: 0.1rem;
  background-image: url("../images/ball1.png");
  background-size: 100%;
}
.ballwrap .ball.ball2 {
  background-image: url("../images/ballp.png");
}
.ballwrap .ball.ball2 .tt {
  background-image: url("../images/tt2.png");
}
.ballwrap .ball.ball2 .keyframe2 {
  width: 1.7rem;
  height: 2.09rem;
  margin: 0 auto;
  background-image: url("../images/keyfram2.png");
  background-size: 18.48rem;
  background-position: -0.31rem 0;
  -webkit-animation: keystep2 1s steps(1, end) infinite both;
          animation: keystep2 1s steps(1, end) infinite both;
}
.ballwrap .ball.ball2 .show {
  width: 1.75rem;
  height: 2.35rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  background-image: url("../images/ball2.png");
  background-size: 100%;
}
.ballwrap .ball.ball3 .tt {
  background-image: url("../images/tt3.png");
}
.ballwrap .ball.ball3 .show3 {
  width: 2.27rem;
  height: 2.27rem;
  background-image: url("../images/ball3.png");
  background-size: 2.03rem;
  margin-top: 0.65rem;
  margin-left: 0.9rem;
}
.ballwrap .ball.ball4 .tt {
  background-image: url("../images/tt4.png");
}
.ballwrap .ball.ball4 .show4 {
  width: 1.96rem;
  height: 2.37rem;
  background-image: url("../images/ball4.png");
  background-size: 2.03rem;
  margin: 0 auto;
  margin-top: 0.65rem;
}

.ballwrap2 {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/line.png");
  background-size: 7.29rem;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.ballwrap2 .ball {
  width: 3.46rem;
  height: 3.46rem;
  border-radius: 50%;
  position: relative;
  background-image: url("../images/ball.png");
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
  margin: 0rem 0rem 0;
}
.ballwrap2 .ball .keyframe1, .ballwrap2 .ball .keyframe2, .ballwrap2 .ball .keyframe3, .ballwrap2 .ball .keyframe4, .ballwrap2 .ball .show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ballwrap2 .ball:hover .keyframe1, .ballwrap2 .ball:hover .keyframe2, .ballwrap2 .ball:hover .keyframe3, .ballwrap2 .ball:hover .keyframe4, .ballwrap2 .ball:hover .show {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ballwrap2 .ball .tt {
  position: absolute;
  display: block;
  width: 2.63rem;
  height: 0.65rem;
  bottom: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ballwrap2 .ball .show {
  background-repeat: no-repeat;
}
.ballwrap2 .ball.ball1 .tt {
  background-image: url("../images/tt2-1.png");
}
.ballwrap2 .ball.ball1 .keyframe1 {
  width: 2.22rem;
  height: 1.65rem;
  margin: 0 auto;
  background-image: url("../images/keyfram1.png");
  background-size: 13.08rem;
  background-position: -0.31rem 0;
  -webkit-animation: keystep1 1s steps(6) infinite both;
          animation: keystep1 1s steps(6) infinite both;
}
.ballwrap2 .ball.ball1 .show {
  width: 2.69rem;
  height: 2.69rem;
  margin-top: 0.4rem;
  margin-left: 0.38rem;
  background-image: url("../images/ball2-1.png");
  background-size: 100%;
}
.ballwrap2 .ball.ball2 {
  background-image: url("../images/ballp.png");
}
.ballwrap2 .ball.ball2 .tt {
  background-image: url("../images/tt2.png");
}
.ballwrap2 .ball.ball2 .keyframe2 {
  width: 1.7rem;
  height: 2.09rem;
  margin: 0 auto;
  background-image: url("../images/keyfram2.png");
  background-size: 18.48rem;
  background-position: -0.31rem 0;
  -webkit-animation: keystep2 1s steps(1, end) infinite both;
          animation: keystep2 1s steps(1, end) infinite both;
}
.ballwrap2 .ball.ball2 .show {
  width: 1.75rem;
  height: 2.35rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  background-image: url("../images/ball2.png");
  background-size: 100%;
}
.ballwrap2 .ball.ball3 .tt {
  background-image: url("../images/tt3.png");
}
.ballwrap2 .ball.ball3 .show3 {
  width: 2.27rem;
  height: 2.27rem;
  background-image: url("../images/ball3.png");
  background-size: 2.03rem;
  margin-top: 0.65rem;
  margin-left: 0.9rem;
}
.ballwrap2 .ball.ball4 .tt {
  background-image: url("../images/tt4.png");
}
.ballwrap2 .ball.ball4 .show4 {
  width: 1.96rem;
  height: 2.37rem;
  background-image: url("../images/ball4.png");
  background-size: 2.03rem;
  margin: 0 auto;
  margin-top: 0.65rem;
}

.wrap-index2 .slidPop .code {
  background-image: url(../images/wxqrcode2.png);
}
.wrap-index2 .pc-navbar .navbar-logo img {
  width: 2.25rem;
}

.slidPop {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.slidPop.in {
  right: -1.57rem;
}

.slidPop.out {
  right: 0px;
}

.slidPop .code {
  width: 1.57rem;
  height: 2.45rem;
  font: 0/0 a;
  background-image: url(../images/wxqrcode.png);
  background-size: 1.57rem;
  position: relative;
}

.slidPop .btn {
  width: 0.54rem;
  height: 0.54rem;
  font: 0/0 a;
  margin: -0.25rem auto;
  position: relative;
  z-index: 1;
  background: url(../images/closebtn.png) center center no-repeat;
  background-size: 0.54rem;
}

.slidPop .outbtn {
  width: 0.52rem;
  height: 1.63rem;
  left: -0.52rem;
  top: 0;
  position: absolute;
  font: 0/0 a;
  display: none;
  background: url(../images/slideout.png) center center no-repeat;
  background-size: 100%;
}

.swiperPop .pop-wrap {
  padding: 135px 0px;
  width: 947px;
  height: 820px;
  background-image: url("../images/popbg.png");
  background-color: transparent;
}
.swiperPop .pop-wrap .close-pop {
  width: 50px;
  height: 50px;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 57px;
  top: 95px;
  z-index: 2;
}
.swiperPop .pop-wrap .show-swiper-button-nav .swiper-button-prev {
  left: -82px;
  width: 68px;
  height: 87px;
  background-image: url("../images/swippre.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.swiperPop .pop-wrap .show-swiper-button-nav .swiper-button-next {
  right: -50px;
  width: 68px;
  height: 87px;
  background-image: url("../images/swipnext.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.swiperPop .pop-wrap .show-swiper-button-nav .swiper-button-next::after,
.swiperPop .pop-wrap .show-swiper-button-nav .swiper-button-prev::after {
  content: "";
}
.swiperPop .pop-wrap .show-swiper-button-nav .swiper-button-next::before,
.swiperPop .pop-wrap .show-swiper-button-nav .swiper-button-prev::before {
  content: "";
}
.swiperPop .pop-wrap .featureSlid {
  position: relative;
  margin: 0 auto;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide {
  width: 914px;
  padding-right: 33px;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide .keyframe1, .swiperPop .pop-wrap .featureSlid .swiper-slide .keyframe2, .swiperPop .pop-wrap .featureSlid .swiper-slide .keyframe3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide .keyframe1 {
  width: 345px;
  height: 395px;
  margin: 0 auto;
  background-image: url("../images/keyf1.png");
  background-size: 4516px;
  -webkit-animation: keystep1 1s steps(13) infinite both;
          animation: keystep1 1s steps(13) infinite both;
  position: absolute;
  left: 539px;
  top: 181px;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide .keyframe2 {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-image: url("../images/keyf2.png");
  background-size: 3000px;
  -webkit-animation: keystep2 1s steps(20) infinite both;
          animation: keystep2 1s steps(20) infinite both;
  position: absolute;
  left: 122px;
  top: 198px;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide .keyframe3 {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-image: url("../images/keyf3.png");
  background-size: 3000px;
  -webkit-animation: keystep3 1s steps(20) infinite both;
          animation: keystep3 1s steps(20) infinite both;
  position: absolute;
  left: 122px;
  top: 378px;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide .cehckbtn {
  width: 263px;
  height: 65px;
  background-image: url("../images/checkbtn.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide .cehckbtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide .cehckbtn1 {
  margin: 40px auto 0;
}
.swiperPop .pop-wrap .featureSlid .swiper-slide .cehckbtn2 {
  margin: -20px auto 0;
}
.swiperPop .pop-wrap .swiper-container-3d .swiper-slide-shadow-right {
  background-image: url("");
  background-size: 100%;
}
.swiperPop .pop-wrap .swiper-container-3d .swiper-slide-shadow-left {
  background-image: url("");
  background-size: 100%;
}
.swiperPop .pop-wrap .swiper-pagination-show {
  color: #c8cdd7;
  font-size: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
}
.swiperPop .pop-wrap .swiper-pagination-show span {
  color: #c8cdd7;
}
.swiperPop .pop-wrap .swiper-pagination-define {
  margin-top: 40px;
}
.swiperPop .pop-wrap .swiper-pagination-define span {
  margin: 0 9px;
  display: block;
  width: 170px;
  height: 30px;
  border-top: 9px solid #9a9ca0;
  color: #9a9ca0;
  text-align: center;
}
.swiperPop .pop-wrap .swiper-pagination-define span.active {
  border-top: 9px solid #22f2ff;
  color: #22f2ff;
}
.swiperPop .pop-wrap .swiper-pagination-define span:hover {
  border-top: 9px solid #22f2ff;
  color: #22f2ff;
}
.swiperPop .pop-wrap .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border-radius: initial;
  position: relative;
  width: 73px;
  height: 31px;
  margin-left: 33px;
}
.swiperPop .pop-wrap .swiper-pagination-bullet:nth-of-type(1) {
  margin-left: 0;
  width: 91px;
}
.swiperPop .pop-wrap .swiper-pagination-bullet:nth-of-type(4) {
  width: 61px;
}
.swiperPop .pop-wrap .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 73px;
  height: 31px;
  z-index: 1;
}

.copyrt {
  width: 90px;
  position: absolute;
  bottom: 54px;
  right: 34px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
.copyrt img {
  display: block;
  width: 100%;
  height: auto;
}
.copyrt.show {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}

body .footer {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -200px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body .footer.show {
  bottom: 0px;
}

@-webkit-keyframes keystep1 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -4516px;
  }
}

@keyframes keystep1 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -4516px;
  }
}
@-webkit-keyframes keystep2 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -3000px;
  }
}
@keyframes keystep2 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -3000px;
  }
}
@-webkit-keyframes keystep3 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -3000px;
  }
}
@keyframes keystep3 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -3000px;
  }
}
@-webkit-keyframes keystep4 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -17.44rem;
  }
}
@keyframes keystep4 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -17.44rem;
  }
}
@-webkit-keyframes keystepppp2 {
  0% {
    background-position: -0.31rem 0;
  }
  20% {
    background-position: -2.66rem 0;
  }
  30% {
    background-position: -4.97rem 0;
  }
  40% {
    background-position: -7.26rem 0;
  }
  50% {
    background-position: -9.61rem 0;
  }
  60% {
    background-position: -11.92rem 0;
  }
  70% {
    background-position: -14.26rem 0;
  }
  80% {
    background-position: -16.52rem 0;
  }
  100% {
    background-position: -0.31rem 0;
  }
}
@keyframes keystepppp2 {
  0% {
    background-position: -0.31rem 0;
  }
  20% {
    background-position: -2.66rem 0;
  }
  30% {
    background-position: -4.97rem 0;
  }
  40% {
    background-position: -7.26rem 0;
  }
  50% {
    background-position: -9.61rem 0;
  }
  60% {
    background-position: -11.92rem 0;
  }
  70% {
    background-position: -14.26rem 0;
  }
  80% {
    background-position: -16.52rem 0;
  }
  100% {
    background-position: -0.31rem 0;
  }
}