@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: 10rem;
  margin: 0 auto;
  padding-top: 0.5833rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft {
  flex: 1;
  color: #fff;
  text-align: center;
}
.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;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight {
  width: 3.4167rem;
  height: 3.2917rem;
  margin-left: 0.3333rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight img {
  width: 100%;
  height: 100%;
}
.topSwiper #swiperIndex .swiper-wrapper .banner1 > .topBox {
  background-image: url("../static/navBg.png");
}

.coreService {
  background: #fff;
  width: 100%;
  height: 7.1667rem;
}
.coreService-title {
  text-align: center;
  font-weight: 600;
  font-size: 0.3rem;
  line-height: 0.4167rem;
  margin-top: 0.6333rem;
  margin-bottom: 0.5833rem;
}
.coreService-content {
  width: 11.6667rem;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.coreService-content .serviceBox {
  width: 4.8333rem;
  height: 3.7rem;
  border-radius: 0.0667rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: background 0.3s;
}
.coreService-content .serviceBox p {
  transition: all 0.3s;
}
.coreService-content .serviceBox-title {
  color: #0072F9;
  line-height: 0.4167rem;
  font-size: 0.3rem;
  margin-top: 0.55rem;
}
.coreService-content .serviceBox p:nth-child(2) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.coreService-content .serviceBox-txt {
  font-size: 0.2rem;
  color: #6D7278;
  font-weight: 400;
}
.coreService-content .serviceBox-button {
  width: 2.1667rem;
  height: 0.5833rem;
  line-height: 0.5833rem;
  background: #0071F9;
  border-radius: 0.2917rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 0.55rem;
  cursor: pointer;
  transition: all 0.3s;
}
.coreService-content .serviceBox:hover {
  transition: background 0.3s;
  background: #0071F9;
}
.coreService-content .serviceBox:hover p {
  color: #fff;
  transition: all 0.3s;
}
.coreService-content .serviceBox:hover > div {
  color: #2674CA;
  background: #fff;
  transition: all 0.3s;
}
.coreService-content .serviceBox:nth-child(n+2) {
  margin-left: 0.3333rem;
}
.coreService-flow {
  width: 11.6667rem;
  height: 2.4333rem;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.1667rem;
  margin: 0 auto;
  position: relative;
  top: 1.25rem;
  box-sizing: border-box;
  padding: 0 0.3333rem;
}
.coreService-flow .flowTitle {
  height: 0.4167rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding-top: 0.1667rem;
}
.coreService-flow .flowLine {
  margin-top: 0.1667rem;
  display: flex;
  justify-content: space-between;
}
.coreService-flow .flowLine-item {
  text-align: center;
  font-size: 0.1333rem;
  width: 1.3rem;
  position: relative;
}
.coreService-flow .flowLine-item:nth-child(3) {
  width: 1.3333rem;
}
.coreService-flow .flowLine-item img {
  width: 0.9167rem;
  height: 0.9167rem;
  margin-bottom: 0.0333rem;
}
.coreService-flow .flowLine-item::after {
  content: "";
  display: block;
  width: 0.225rem;
  height: 0.225rem;
  background: url("../static/rightIcon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -0.4167rem;
  top: 0.3833rem;
}
.coreService-flow .flowLine-item:last-child::after {
  display: none;
}

.advantage {
  height: 6.25rem;
  background: #F3F5F8;
  overflow: hidden;
  font-size: 0.2rem;
  padding-bottom: 0.6667rem;
}
.advantage-title {
  font-weight: 600;
  font-size: 0.3rem;
  text-align: center;
  margin-top: 1.8333rem;
}
.advantage-content {
  width: 11.6667rem;
  margin: 0 auto;
  display: flex;
  margin-top: 0.4667rem;
  justify-content: space-between;
}
.advantage-item {
  width: 2.6667rem;
  height: 3rem;
  border-radius: 0.0667rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.advantage-item:hover {
  position: relative;
  top: -0.0833rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.advantage-item .imgBox {
  width: 100%;
  height: 1.6083rem;
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  line-height: 1.6083rem;
  font-weight: 600;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.advantage-item p {
  padding: 0.2rem 0.1rem;
  line-height: 0.25rem;
  font-size: 0.15rem;
  font-weight: 400;
}
.advantage-item:nth-child(1) .imgBox {
  background-image: url("../static/advantage1.png");
}
.advantage-item:nth-child(2) .imgBox {
  background-image: url("../static/advantage2.png");
}
.advantage-item:nth-child(3) .imgBox {
  background-image: url("../static/advantage3.png");
}
.advantage-item:nth-child(4) .imgBox {
  background-image: url("../static/advantage4.png");
}

.register {
  width: 100%;
  height: 7.9083rem;
  background: #FFFFFF;
  overflow: hidden;
}
.register-title {
  font-weight: 600;
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.5833rem;
}
.register-txt {
  font-weight: 400;
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.1917rem;
  margin-bottom: 0.1417rem;
}
.register-txt2 {
  font-weight: 400;
  font-size: 0.2rem;
  text-align: center;
}
.register-content {
  text-align: center;
  width: 11.6667rem;
  margin: 0 auto;
  padding-top: 0.4167rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.register-content .typeItem {
  width: 2.05rem;
  height: 2.05rem;
  background: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0.625rem;
  transition: box-shadow 0.3s;
  margin-right: 0.3333rem;
  cursor: pointer;
}
.register-content .typeItem img {
  width: 0.8667rem;
  height: 0.8667rem;
  display: block;
  margin: 0.2167rem auto 0.1667rem;
  filter: brightness(40%) grayscale(1);
  transition: filter 0.3s;
}
.register-content .typeItem:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s;
}
.register-content .typeItem:hover img {
  filter: brightness(100%) grayscale(0);
  transition: filter 0.3s;
}
.register-content .typeItem h5 {
  font-size: 0.175rem;
  margin-bottom: 0.0833rem;
}
.register-content .typeItem p {
  width: 1.4167rem;
  text-align: center;
  font-size: 0.1333rem;
  color: #6D7278;
  font-weight: 400;
  margin: 0 auto;
}

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

.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;
  }
  .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.3333rem;
  }
  .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%;
  }
  .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-content {
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0.1667rem;
  }
  .advantage-content .advantage-item {
    width: 46%;
    height: auto;
    min-width: 2.12rem;
    margin-bottom: 0.1667rem;
  }
  .advantage-content .advantage-item .imgBox {
    width: 100%;
  }
  .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;
  }
  .software {
    height: auto;
  }
  .software-content {
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1667rem;
    padding-top: 0.3333rem;
  }
}
@media screen and (max-width: 495px) {
  .coreService-flow .flowLine {
    justify-content: space-between;
  }
  .coreService-flow .flowLine-item::after {
    right: -4vw;
  }
  .coreService-flow .flowLine-item:nth-child(3)::after {
    display: none;
  }
}
@media screen and (max-width: 384px) {
  .coreService-flow .flowLine {
    justify-content: space-between;
  }
  .coreService-flow .flowLine-item {
    width: 1rem !important;
  }
  .coreService-flow .flowLine-item img {
    width: 0.75rem;
    height: 0.75rem;
  }
  .coreService-flow .flowLine-item::after {
    right: -4vw;
    top: 0.3rem;
  }
}/*# sourceMappingURL=index.min.css.map */