@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.header {
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px -1px 0px #F0F0F0;
  box-shadow: inset 0px -1px 0px #F0F0F0;
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 10;
}

.header .header-content {
  width: auto;
  margin: 0px 20px;
}

.header-title {
  font-weight: bold;
  color: #172B4D;
  font-size: 24px;
  line-height: 40px;
}

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

.clear {
  clear: both;
}

.btn-login {
  width: 92px;
  height: 40px;

  /* 全局/white */

  background: #FFFFFF;
  /* border/base */

  border: 1px solid #DFE1E6;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: rgba(9, 30, 66, 0.95);
  display: inline-table;
  text-decoration: none;
}

.btn-login:hover {
  background-color: rgba(9, 30, 66, 0.02);
}

.btn-register {
  width: 92px;
  height: 40px;
  background: #3870EA;
  border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  margin-left: 4px;
  text-align: center;
  display: inline-table;
  text-decoration: none;
}

.btn-register:hover {
  background: #608dee;
  border-color: #608dee;
  color: #fff;

  /* background-color: #0C9E92; */
}

.btn-use {
  gap: 10px;
  width: 150px;
  height: 48px;
  background: #3870EA;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-top: 20px;
}

.min-width {
  width: auto;
  margin: 0 auto;
}

.block {
  background: rgba(9, 30, 66, 0.02);
  min-width: 1000px;
}

.page-footer {
  /* height: 174px; */
}

.page-footer img {
  margin: 0px auto 6px;
  display: block;
  width: 100px;
  height: 100px;
}

.h-footer {
  height: 41px;
}

.footer-text {
  font-size: 13px;
  line-height: 20px;
  color: rgba(9, 30, 66, 0.66);
  margin-bottom: 7px;
  text-align: center;
}

.footer-text a {
  color: rgba(9, 30, 66, 0.66);
  text-decoration: none;
}



.bg-color {
  background-color: #F4F4F4;
}

.container {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  width: 1200px;
  margin: 0 auto;
  /* position: relative; */
}

.left-container {
  display: flex;
  width: 40%;
  justify-content: flex-end;
  align-items: center;
  /* position: absolute;
  left: 0px; */
}

.left-container-text {
  width: 433px;
  justify-items: center;
}

.left-container-title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 84px;
  text-align: center;
  color: rgba(9, 30, 66, 0.95);
  margin: 8px 0px;
  text-align: left;
}

.left-container-desc {
  font-size: 20px;
  line-height: 28px;
  color: #42526E;
}

.home img {
  width: 655px;
  height: 588px;
  display: block
}

.right-contaner {
  width: 50%;
  /* overflow: hidden; */

}

/* 业务场景 */
.bg-color-blue {
  background: #3870EA;
}

.work {
  width: 1200px;
  margin: 0 auto;
}

.work-title {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 100px;
  color: #FFFFFF;
  text-align: center;
}

.work-contain {
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
  padding-top: 20px;

}

.work-left {
  width: 30%;
  align-items: center;
  text-align: center;
}

.right-contaner1 {
  width: 769px;

}

.lay-menu-item {
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #B2C5FF;
  cursor: pointer;
}

.active-menu {
  color: #FFFFFF;
  position: relative;
}

.active-menu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.lay-right img {
  width: 100%;
}

.lay-right-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  padding-top: 20px;
  height: 80px;
}

.work-right {
  width: 75%;
  display: flex;
  align-items: center;
}

.top-icon,
.bottom-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 32px;
  margin: auto;
}

.display-none {
  display: none;
}

.feature {
  padding-bottom: 100px;
  width: 65%;
}

.feature-contain {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 760px;
  margin: auto;
}

.feature-item-div {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 4);
  margin-top: 20px;
}

.feature-item {
  width: 148px;
  height: 148px;
  background: #DAE2FF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px;
  color: #fff;
}

.feature-item-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.feature-item img {
  width: 80%;

}

/* 奖项 */
.prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 62px 0 62px 0;
}

.prize-title {
  font-size: 42px;
  line-height: 59px;
  color: #172B4D;
  font-weight: bold;
}

.prize-contain {
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.prize-contain-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin: 54px;
}

.prize-contain-item img {
  width: 43px;

}

.prize-contain-text {
  padding-top: 10px;
  width: 155px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #42526E;
}

/* 支持 */
.support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;

}

.support-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  color: #FFFFFF;
}

.support-btn {
  padding-top: 24px;
}

.web {
  display: flex;
}

.phone {
  display: none;
}

@media screen and (min-width: 681px) and (max-width: 1200px) {
  html {
    overflow-x: hidden;
  }

  .font-logo {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 32px;
  }

  /* #mgrImg2 {
    display: block;
  }
  #mgrImg {
    display: none;
  } */
  .block {
    min-width: auto;
  }

  .block-height {
    height: auto;
  }

  .header {
    min-width: auto;
  }

  .header .header-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 42px;
  }

  .min-width {
    width: auto;
  }

  .left-container-title {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
  }

  .left-container-desc {
    font-size: 18px;
    line-height: 26px;
  }

  .page-footer {
    background-color: #ffffff;
  }

  .work,
  .container {
    min-width: auto;
    width: auto;
  }

  .work-right {
    width: 68%;
  }

  .prize-contain-item {
    margin: 36px;
  }

  .feature-item {
    margin: 6px;
  }

  .home img {
    width: 420px;
    height: 377px;
    display: block
  }

  .right-contaner {
    width: 50%;
    overflow: hidden;

  }
}

@media screen and (max-width: 700px) {
  .str_move {
    cursor: inherit;
  }

}

@media screen and (max-width: 680px) {
  html {
    overflow-x: hidden;
  }

  .header {
    min-width: auto;
  }

  .min-width {
    width: auto;
    margin: 0 auto;
  }

  .block-height {
    height: auto;
  }

  .block {
    min-width: auto;
  }

  .header {
    min-width: auto;
  }

  .header .header-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .min-width {
    width: auto;
  }


  .page-footer {
    background-color: #ffffff;
  }

  .left-container-title {
    font-style: normal;
    font-size: 40px;
    line-height: 60px;
  }

  .left-container-desc {
    font-size: 16px;
    line-height: 24px;
    color: #42526E;
  }

  .prize-contain-item {
    margin: 36px;
  }

  .feature-item {
    margin: 6px;
  }

  .feature-contain {
    width: 96%;
  }

  .right-contaner {

    overflow: hidden;

  }

  .work,
  .container {
    min-width: auto;
    width: auto;
  }

  .work-right {
    width: 72%;
  }

  .home img {
      width: 366px;
        height: 330px;
    display: block
  }

}


@media screen and (max-width: 679px) {

  .left-container {
    justify-content: center;
  }

  html {
    overflow-x: hidden;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header .header-content {
    margin: 0px auto;
  }

  .home img {
        width: 366px;
          height: 330px;
    display: block;
    margin: auto
  }

  .phone {
    display: block;
  }

  .web {
    display: none;
  }

  .feature-item-div {
    width: calc((100% - 20px) / 2);
  }

  .prize {
    padding: 31px 0 31px 0;
  }

  .prize-contain {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .prize-contain-text {
    width: 105px;
    font-size: 13px;
    line-height: 22px;
  }

  .prize-contain-item img {
    width: 24px
  }

  .prize-contain-item {
    margin: 10px;
  }

  .support-title {
    font-size: 26px;
  }

  .work-title {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    padding: 30px 0;
  }

  .prize-title {
    font-size: 28px;
    line-height: 32px;
  }

  .support {
    padding: 54px;
  }

  .btn-login,
  .btn-register {
    font-size: 16px;
  }

  .btn-register {
    width: 80px;
    height: 32px;
    line-height: 32px;
  }

  .container {
    flex-direction: column;
    position: relative;
    min-width: auto;
    width: auto;
    padding-top: 70px;
  }

  .left-container {
    width: 85%;
    padding: 0;
    position: absolute;
    top: 80px;
  }

  .left-container-title {
    font-style: normal;
    font-size: 54px;
    line-height: 60px;
    text-align: center;
  }

  .btn-use {
    height: 40px;
    line-height: 40px;
  }

  .right-contaner {
    padding-top: 0px;
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    overflow: hidden;
    margin-top: 214px
  }

  .work {
    padding-top: 10px;
    min-width: auto
  }

  .btn-use {
    margin-left: 25%;
  }

  .btn-login {
    width: 80px;
    height: 32px;
    line-height: 32px;
  }

  .left-container-title {
    font-size: 44px;
    line-height: 58px;
  }
}

/*# sourceMappingURL=index.css.map */
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  /* color: #f00; */
}

.center {
  text-align: center;
  margin-top: 20px;
  font-family: "Microsoft Yahei";
}

#box {
  width: 168px;
  margin: 20px auto;
  /* border: 1px solid #ccc;
   background: #fff; */
  font-size: 12px;
  position: relative;
}

#up,
#down {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  /* background: #eee; */
  /* width: 100%; */
  text-align: center;
  /* height: 28px;
   line-height: 28px; */
  left: 40%;
}

#up {
  top: -36px;
}

#down {
  bottom: -36px;
}

.content {
  margin-top: 28px;
  height: 475px;
  overflow: hidden;
  position: relative;
  /* background: #ccc; */
}

#wrap {
  position: absolute;
  top: 0;
  left: 20%;
}

#wrap ul {
  padding: 0 10px;
}

#wrap li {
  /* width: 148px;
   height: 100px; */
  /* background: purple; */
  margin-top: 10px;
}

.cricles {
  position: absolute;
  bottom: -48px;
  left: 60%;
  margin-left: -161px;
  width: auto;
  height: 20px;
}

.cricles li {
  float: left;
  width: 11.5px;
  height: 8px;
  background: #89A9FF;
  border-radius: 6px;
  margin-right: 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 1s ease 0s;
}

.cricles li:last-child {
  margin-right: 0px;
}

.cricles li.current {
  width: 16px;
  background-color: #FFFFFF;
  ;
}



.icon {
  color: #f64e78;
  font-size: 20px;
  display: inline-block;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1)
}


#down-an {
  display: none;
}

#down-liang {
  display: inline;
}

#up-an {
  display: inline;
}

#up-liang {
  display: none;
}

.swiper-container {
  width: 100%;
  height: 410px;
      padding-top: 30px;
}

.swiper-slide img {
width: 96%;
  height: 90%;
  display: flex;
  margin: auto;
margin-left: 10px;

}

.swiper-slide {
  width: 280px !important;
  height: 90% !important;

}

.swiper-slide-duplicate {
  width: auto;
}

.lb-sign-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 90%;
  margin: auto;
      max-width: 378px;
        min-width: 300px;
      
}

.lb-sign-text-item {
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin: auto;
  padding: 5px 5px
}

/* .wow {
  opacity: 0 !important;
} */

.animated {
  animation-name: fadeInUp;
  animation-duration: 0.66s !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: 1 !important;
  animation-direction: normal !important;
  animation-fill-mode: forwards !important;
  animation-delay: 0s !important;
}


.img-move{
  animation: mymove 1.5s;
    /* animation-iteration-count: 1; */
  
    /* Safari and Chrome */
    -webkit-animation: mymove 1.5s;
    /* -webkit-animation-iteration-count: 1; */
}
 @keyframes mymove {
   0% {
     opacity: 0;
   }

   100% {
     opacity: 1;
   }
 }
