@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%;
  -webkit-font-smoothing: antialiased;
}

.layout {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 1.2rem;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 2.81rem;
  height: 6.36rem;
  background-image: url("../images/navbg.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-7.8rem);
          transform: translateX(-7.8rem);
  top: 8.88rem;
  padding-bottom: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.pos {
  position: fixed;
  top: 0rem;
}
.menu span {
  display: inline-block;
  font-size: 0.24rem;
  color: #ea8e8e;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0.15rem;
  width: 2.3rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  position: relative;
}
.menu span i {
  font-style: normal;
  position: relative;
  z-index: 1;
}
.menu span::after {
  content: "";
  width: 2.3rem;
  height: 0.56rem;
  left: 0;
  top: 0;
  background-image: url("../images/nav.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  position: absolute;
}
.menu span:hover i {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaac), to(#fffef7));
  background: linear-gradient(to bottom, #fffaac, #fffef7);
  background: -webkit-linear-gradient(to bottom, #fffaac, #fffef7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ea8e8e;
}
.menu span:hover::after {
  background-image: url("../images/nav_act.png");
  z-index: 0;
}
.menu span.act i {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaac), to(#fffef7));
  background: linear-gradient(to bottom, #fffaac, #fffef7);
  background: -webkit-linear-gradient(to bottom, #fffaac, #fffef7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ea8e8e;
}
.menu span.act::after {
  background-image: url("../images/nav_act.png");
  z-index: 0;
}

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

.head-bar {
  position: relative;
  height: 8.88rem;
}

/* 顶部导航栏和Banner样式 SASS嵌套优化 */
.pc-navbar {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1.5rem;
  z-index: 2;
  padding-right: 0.45rem;
}
.pc-navbar .navbar-logo {
  position: absolute;
  top: 0.45rem;
  left: 0.83rem;
}
.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.34rem;
  height: 0.39rem;
  background-image: url("../images/toindex.png");
  background-size: 100%;
  -webkit-transition: all 0.3 ease-in;
  transition: all 0.3 ease-in;
  margin-left: 15px;
}
.pc-navbar .navbar-menu li .toindex:hover {
  background-image: url("../images/toindex_act.png");
}
.pc-navbar .navbar-menu li .todownload {
  display: block;
  width: 1.34rem;
  height: 0.39rem;
  background-image: url("../images/todownload.png");
  background-size: 100%;
  -webkit-transition: all 0.3 ease-in;
  transition: all 0.3 ease-in;
}
.pc-navbar .navbar-menu li .todownload:hover {
  background-image: url("../images/todownload_act.png");
}
.pc-navbar .navbar-menu li a {
  display: block;
  background-size: 3.74rem;
  background-repeat: no-repeat;
}

.m-navbar {
  display: none;
}

.topact {
  width: 0.78rem;
  height: 1.91rem;
  background-image: url("../images/top.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(7.4rem);
          transform: translateX(7.4rem);
  top: 8.88rem;
  display: none;
}
.topact.pos {
  position: fixed;
  top: 0rem;
}

.slogan {
  position: absolute;
  top: 3.4rem;
  left: 50%;
  -webkit-transform: translateX(-2.1rem);
          transform: translateX(-2.1rem);
}
.slogan .slogan-wrap {
  width: 6.71rem;
  height: 4.41rem;
  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%);
  }
}
.mainWrap {
  position: relative;
  width: 11.99rem;
  margin: 0 auto 0;
  -webkit-transform: translateX(1.3rem);
          transform: translateX(1.3rem);
}
.mainWrap .content {
  width: 11.99rem;
  height: 57.91rem;
  background-image: url("../images/cntbg.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.28rem 0.65rem 0;
}
.mainWrap .content .part {
  width: 100%;
}
.mainWrap .content .part:not(:first-child) {
  margin-top: 0.95rem;
}
.mainWrap .content .part img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.mainWrap .content .p4 img {
  display: block;
  width: 7.36rem;
  height: auto;
}

.swiperPop .pop-wrap {
  padding: 135px 0px;
  width: 947px;
  height: 820px;
  background-color: transparent;
}
.swiperPop .pop-wrap .close-pop {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 57px;
  top: 95px;
  z-index: 2;
}

.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);
}

@-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;
  }
}