@font-face {
  font-family: "PingFangSCRegular";
  src: url("../static/font/PingFangSC-Regular.ttf") format("truetype"), url("../static/font/PingFangSC-Regular.woff2") format("woff2"), url("../static/font/PingFangSC-Regular.woff") format("woff"), url("../static/font/PingFangSC-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: PingFangSCRegular;
  cursor: context-menu;
  min-width: 1200px;
}

.topSwiper {
  width: 100%;
  height: 4.5rem;
}
.topSwiper #swiperIndex {
  height: 4.5rem;
  position: relative;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox {
  width: 100%;
  height: 4.5rem;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 16px;
  position: relative;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content {
  display: flex;
  height: 3.6667rem;
  align-items: center;
  width: 11rem;
  margin: 0 auto;
  padding-top: 0.5833rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft {
  flex: 1;
  color: #fff;
  padding-left: 0.3rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h2 {
  font-size: 0.4rem;
  font-weight: 600;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h3 {
  font-size: 0.3rem;
  line-height: 0.75rem;
  font-weight: 400;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p {
  font-size: 0.175rem;
  font-weight: 400;
  margin: 0.25rem 0;
  font-size: 0.2rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight {
  width: 2.5rem;
  height: 2.8333rem;
  margin-left: 0.3333rem;
  position: relative;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight img {
  width: 100%;
  height: 100%;
}
.topSwiper #swiperIndex .swiper-wrapper .banner1 > .topBox {
  background-image: url("../static/navBg.png");
}

.center {
  width: 11.6667rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.0833rem;
}
.center-left {
  width: 2.4rem;
  height: 4.5rem;
  background: #E8F4FF;
  font-size: 0.175rem;
  box-sizing: border-box;
  padding-left: 0.1667rem;
  padding-top: 0.2083rem;
}
.center-left h4 {
  color: #0096F7;
}
.center-left li {
  line-height: 0.2833rem;
  font-size: 0.1333rem;
  font-weight: 400;
}
.center-right {
  padding-left: 0.35rem;
  padding-top: 0.1rem;
  font-size: 0.175rem;
  flex: 1;
}
.center-right h4 {
  color: #0096F7;
  line-height: 0.2833rem;
}
.center-right li {
  padding: 0.1667rem 0.3rem 0;
  padding-left: 0.6rem;
  margin-bottom: 0.3333rem;
  border-radius: 0.1667rem;
  transition: background 0.3s;
  cursor: pointer;
}
.center-right li :hover {
  background: #e4f4ff;
  transition: background 0.3s;
}
.center-right li h5 {
  font-size: 0.1333rem;
  line-height: 0.2333rem;
  font-weight: 600;
  position: relative;
}
.center-right li h5::after {
  content: "Q";
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  border-radius: 0.0333rem;
  font-size: 0.1333rem;
  color: #fff;
  text-align: center;
  line-height: 0.1667rem;
  position: absolute;
  left: -0.3rem;
  top: 2px;
  background: #0999F9;
  font-weight: 400;
}
.center-right li p {
  font-size: 0.1333rem;
  line-height: 0.2333rem;
  color: #6D7278;
}
.center-right li p:nth-child(3) {
  font-size: 0.1167rem;
}
.center-right li p:nth-child(2) {
  position: relative;
}
.center-right li p:nth-child(2)::after {
  content: "A";
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  border-radius: 0.0333rem;
  font-size: 0.1333rem;
  color: #fff;
  text-align: center;
  line-height: 0.1667rem;
  position: absolute;
  left: -0.3rem;
  top: 2px;
  background: #FCDA5E;
  font-weight: 400;
}

.advantage {
  width: 100%;
  height: 5.775rem;
  background: #fff;
  overflow: hidden;
}
.advantage-title {
  font-weight: 600;
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 0.6333rem;
}
.advantage-txt {
  font-size: 0.2rem;
  font-weight: 400;
  width: 11.6667rem;
  margin: 0.2rem auto;
  text-align: center;
}
.advantage-content {
  width: 11.6667rem;
  height: 2.45rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.0833rem;
}
.advantage-content .cardBox {
  width: 2.2rem;
  height: 2.6rem;
  background: #FFFFFF;
  border-radius: 0.0667rem;
  transition: box-shadow 0.3s;
  text-align: left;
  box-sizing: border-box;
  padding: 0.25rem 0 0.2917rem;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  transition: background 0.3s;
}
.advantage-content .cardBox img {
  width: 0.75rem;
  height: 0.875rem;
  display: block;
  margin: 0 auto;
  transition: filter 0.3s;
}
.advantage-content .cardBox:nth-child(1) img {
  width: 0.85rem;
  height: 0.85rem;
}
.advantage-content .cardBox:nth-child(2) img {
  width: 0.85rem;
  height: 0.85rem;
}
.advantage-content .cardBox:nth-child(4) img {
  width: 0.9167rem;
  height: 0.9167rem;
}
.advantage-content .cardBox h5 {
  font-size: 0.175rem;
  margin: 0.1rem 0;
  text-align: center;
  font-weight: 600;
  transition: color 0.3s;
  margin-top: 0.14rem;
}
.advantage-content .cardBox p {
  padding: 0 0.1333rem;
  font-size: 0.1333rem;
  color: #6D7278;
  line-height: 0.1833rem;
  transition: color 0.3s;
}
.advantage-content .cardBox:hover {
  background: #0071F9;
  transition: background 0.3s;
}
.advantage-content .cardBox:hover h5 {
  color: #fff;
  transition: color 0.3s;
}
.advantage-content .cardBox:hover p {
  color: #fff;
  transition: color 0.3s;
}
.advantage-content .cardBox:hover img {
  filter: grayscale(100%) brightness(200%);
  transition: filter 0.3s;
}

.software {
  width: 100%;
  height: 6.8rem;
  background: #F3F5F8;
  overflow: hidden;
}
.software-title {
  font-weight: 600;
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.5833rem;
}
.software-content {
  width: 11.6667rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.4667rem;
}
.software-content .typeItem {
  display: flex;
  width: 5.65rem;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0.4167rem 0.3rem;
  padding-bottom: 0.0833rem;
  text-align: left;
  transition: box-shadow 0.3s;
  margin-bottom: 0.4rem;
  box-sizing: border-box;
}
.software-content .typeItem:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
}
.software-content .typeItem-left img {
  width: 1.1667rem;
  height: 1.1667rem;
}
.software-content .typeItem-right {
  flex: 1;
  padding-left: 0.25rem;
}
.software-content .typeItem-right h5 {
  font-weight: 400;
  font-size: 0.25rem;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0.125rem;
}
.software-content .typeItem-right p {
  font-size: 0.1667rem;
  color: #6D7278;
  line-height: 0.25rem;
}

.flowLine {
  height: 4.5rem;
  width: 100%;
  background-image: url("../static/navBg.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.flowLine-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  top: 2.4rem;
}
.flowLine-title {
  font-weight: 600;
  font-size: 0.3rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0.6333rem;
}
.flowLine-lineBox {
  width: 11.6667rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
  margin-top: 0.5rem;
}
.flowLine-lineBox li {
  width: 1.6167rem;
  height: 2.15rem;
  border-radius: 0.0833rem;
  text-align: center;
  list-style: none;
  font-size: 0.3rem;
  position: relative;
  cursor: pointer;
}
.flowLine-lineBox li img {
  width: 100%;
  height: 100%;
}
.flowLine-lineBox li h4 {
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  padding: 0.1667rem 0 0.125rem;
  position: relative;
  z-index: 10;
}
.flowLine-lineBox li .block {
  width: 0.275rem;
  height: 0.05rem;
  background: #FFFFFF;
  border: 0.0167rem solid #FFFFFF;
  border-radius: 0.0417rem;
  margin: 0 auto;
  margin-top: 0.0667rem;
  position: relative;
  z-index: 10;
}
.flowLine-lineBox li p {
  font-weight: 600;
  font-size: 0.4rem;
  color: #FFFFFF;
  padding-top: 0.2rem;
  position: relative;
  z-index: 10;
}
.flowLine-lineBox li .txt {
  font-weight: 400;
  font-size: 0.15rem;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 10;
}
.flowLine-lineBox li:hover .txt {
  color: #6D7278;
  transition: color 0.3s;
}
.flowLine-lineBox li:hover h4 {
  transition: color 0.3s;
  color: #000;
}
.flowLine-lineBox li:hover P {
  transition: color 0.3s;
  color: #059AF8;
}
.flowLine-lineBox li:hover .block {
  transition: all 0.3s;
  background: #059AF8;
  border-color: #059AF8;
}
.flowLine-lineBox li:hover:before {
  content: "";
  color: #fff;
  font-weight: bold;
  line-height: 0.5rem;
  font-size: 0.4rem;
  writing-mode: tb-rl;
  letter-spacing: 0.0833rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  border-radius: 6px;
  top: 0;
  left: 0;
  animation: otherFlow 0.3s;
  -moz-animation: otherFlow 0.3s;
  /* Firefox */
  -webkit-animation: otherFlow 0.3s;
  /* Safari and Chrome */
  -o-animation: otherFlow 0.3s;
  /* Opera */
  z-index: 1;
}

@keyframes otherFlow {
  0% {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.problem {
  overflow: hidden;
  padding-bottom: 0.5833rem;
}
.problem-title {
  font-weight: 600;
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.5833rem;
  margin-bottom: 0.3333rem;
}
.problem-content {
  width: 11.6667rem;
  margin: 0 auto;
}
.problem .problemItem {
  margin-bottom: 0.3333rem;
}
.problem .problemItem-title {
  padding-left: 0.5rem;
  font-weight: 600;
  font-size: 0.2rem;
  position: relative;
}
.problem .problemItem-title::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 0.4rem;
  height: 0.3833rem;
  top: -0.0333rem;
  background-image: url("../static/problemIcon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.problem .problemItem p {
  margin-left: 0.5rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #6D7278;
  line-height: 0.3rem;
  margin-top: 0.0833rem;
  transition: background 0.3s;
  cursor: pointer;
}
.problem .problemItem p:hover {
  background: #e4f4ff;
  transition: background 0.3s;
}

.bottomBox {
  background: #3D414A;
  overflow: hidden;
  margin: 0 auto;
}
.bottomBox-content {
  width: 14.8333rem;
  height: 2.2833rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.bottomBox-content .logo img {
  width: auto;
  height: 0.8rem;
  display: block;
}
.bottomBox-content ul {
  font-size: 0.15rem;
  color: #FFFFFF;
  line-height: 0.4167rem;
  margin-left: 1.1167rem;
}
.bottomBox-content .link {
  margin-left: 1.65rem;
}
.bottomBox-content .qrCodeBox {
  margin-left: 2rem;
  display: flex;
}
.bottomBox-content .qrCodeBox > div {
  width: 1.1333rem;
  height: 1.1333rem;
  background: #FFFFFF;
  border: 1px solid #979797;
}
.bottomBox-content .qrCodeBox > div:nth-child(2) {
  margin-left: 0.75rem;
}

@media screen and (max-width: 600px) {
  body {
    min-width: auto;
  }
  .center {
    width: 100%;
    padding: 0.1333rem 0.25rem;
    box-sizing: border-box;
  }
  .topSwiper {
    width: 100%;
    height: 4rem;
  }
  .topSwiper #swiperIndex {
    height: 4rem;
    position: relative;
    overflow: visible !important;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox {
    height: 4rem;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content {
    display: flex;
    height: 3.3rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0.5833rem;
    position: relative;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft {
    flex: 1;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 2;
    padding-left: 0.1667rem;
    top: 0;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h2 {
    font-size: 0.3333rem;
    font-weight: 600;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h3 {
    font-size: 0.2333rem;
    line-height: 0.75rem;
    font-weight: 400;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p {
    font-size: 0.1833rem;
    width: 70%;
    line-height: 0.2833rem;
    font-weight: 400;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight {
    width: 3.4167rem;
    height: 3.2917rem;
    margin-left: 0.3333rem;
    display: none;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRightPhone {
    width: 1.3rem;
    height: 2.5rem;
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRightPhone img {
    width: 100%;
    height: 100%;
  }
  .software {
    width: 100%;
    padding: 0.1667rem;
    box-sizing: border-box;
    height: auto;
  }
  .software-content {
    width: 100%;
  }
  .coreService {
    height: auto;
    text-align: center;
  }
  .coreService-content {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .coreService-content .serviceBox {
    width: 4.3333rem;
    height: 3.3333rem;
    margin-bottom: 0.3333rem;
  }
  .coreService-content .serviceBox-button {
    margin-top: 0.3rem;
  }
  .coreService-flow {
    display: inline-block;
    max-width: 90%;
    margin: 0 auto;
    z-index: 999;
    height: auto;
    padding-bottom: 0.3333rem;
    padding: 0 0.25rem;
  }
  .coreService-flow .flowLine {
    flex-wrap: wrap;
    justify-content: left;
  }
  .coreService-flow .flowLine-item {
    margin-bottom: 0.25rem;
  }
  .coreService-flow .flowLine-item::after {
    right: -0.1667rem;
  }
  .advantage {
    height: auto;
  }
  .advantage-txt {
    width: 100%;
    padding: 0.1667rem;
    box-sizing: border-box;
    line-height: 0.3333rem;
    padding-top: 0;
  }
  .advantage-content {
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0.1667rem;
    height: auto;
  }
  .advantage-content .cardBox {
    margin-bottom: 0.1667rem;
  }
  .advantage-content .cardBox p {
    line-height: 0.25rem;
  }
  .register {
    height: auto;
  }
  .register-txt {
    padding: 0 0.1667rem;
  }
  .register-txt2 {
    padding: 0 0.1667rem;
  }
  .register-content {
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1667rem;
    justify-content: center;
    padding-top: 0.3333rem;
  }
  .register-content .typeItem {
    margin-right: 0.1667rem;
  }
  .register-content .typeItem img {
    margin-top: 0.125rem;
  }
  .register-content .typeItem p {
    width: 100%;
    padding: 0 0.0833rem;
    box-sizing: border-box;
  }
  .problem {
    width: 100%;
  }
  .problem-content {
    width: 100%;
    padding: 0.1667rem;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=block.min.css.map */