@charset "utf-8";

@media screen and (min-width: 1240px) {
  /*banner区域swiper默认样式调整开始*/
  #bannerContainer.hearder-banner{margin-top: 0;}
  .banner-container {
    margin-top: 100px;
    overflow: hidden;
  }

  .banner-wrap .swiper-pagination-bullet {
    width: 30px !important;
    height: 6px !important;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1 !important;
  }

  .banner-wrap
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 5px !important;
  }

  .banner-wrap .swiper-pagination-bullet-active {
    width: 30px !important;
    height: 6px !important;
    background: var(--redColor) !important;
    border-radius: 0;
  }

  .banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets,
  .banner-wrap .swiper-pagination-custom,
  .banner-wrap .swiper-pagination-fraction {
    bottom: 30px !important;
    left: 0;
    width: 100%;
  }

  .banner-wrap .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .banner-wrap .swiper-slide img{width:100%;max-height: 810px;}

  .banner-wrap .swiper-button-next,
  .banner-wrap .swiper-button-prev {
    width: 72px !important;
    height: 137px !important;
    background: rgba(0, 0, 0, 0.2) !important;
	top: 41%;
  }

  .banner-wrap .swiper-button-prev,
  .banner-wrap .swiper-container-rtl .swiper-button-next {
    left: 6% !important;
  }

  .banner-wrap .swiper-button-next,
  .banner-wrap .swiper-container-rtl .swiper-button-prev {
    right: 6% !important;
  }

  .banner-wrap .swiper-button-next:after,
  .banner-wrap .swiper-button-prev:after {
    font-size: 70px !important;
    color: #fff !important;
  }
  /*banner区域swiper默认样式调整结束*/

  /*核心亮点区域开始*/
  .num-count {
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
  }

  .num-count li {
    -webkit-box-flex: 6;
    flex: 6;
  }

  .num-count .num-item {
    height: 140px;
    padding: 35px 0;
    margin: 0 5px;
    text-align: center;
    -webkit-box-shadow: 0 5px 9px -1px #ebf2ff;
    box-shadow: 0 5px 9px -1px #ebf2ff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(102, 136, 153, 0.18);
  }

  .num-count .num-item:hover {
    border-color: var(--redColor);
  }

  .num-count .num-item .numCX {
    font-size: 28px;
    color: var(--redColor);
    font-weight: bold;
  }

  .num-count .num-item .indc {
    margin-top: 6px;
    font-size: 16px;
    color: var(--twoColor);
  }

  .num-count .num-item .unitC {
    font-size: 18px;
    color: var(--twoColor);
    vertical-align: 0px;
  }

  .num-count .num-item .unitC.unit-add {
    color: var(--redColor);
    font-size: 28px;
    font-weight: bold;
  }
  /*核心亮点区域结束*/

  /*服务产品区域开始*/
  .block-ser-pro {
    background: #f8fafa;
  }

  .service-pro-main {
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
  }

  .service-pro-main li {
    -webkit-flex: 5;
    flex: 5;
  }

  .service-pro-main .service-figure {
    position: relative;
    height: 350px;
    margin: 0 5px;
    padding-top: 40px;
    background: #fff;
    text-align: center;
    overflow: hidden;
  }

  .service-pro-main .service-figure:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -45px;
    display: block;
    width: 100%;
    height: 45px;
    background: var(--redColor);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .service-pro-main .service-figure .figure-img img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .service-pro-main .service-figure .figure-img img:hover {
    -webkit-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
  }

  .service-pro-main .service-figure .figure-main .figure-tit {
    margin: 20px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
  }

  .service-pro-main .service-figure .figure-main .figure-tit em {
    font-weight: normal;
  }

  .service-pro-main .service-figure .figure-main .figure-txt {
    font-size: 14px;
    line-height: 2;
  }

  .service-pro-main .service-figure .figure-main .moblie-figure-txt {
    display: none !important;
  }

  .service-pro-main .figure-more {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: transparent;
    color: var(--twoColor);
    line-height: 45px;
    font-size: 12px;
  }

  .service-pro-main .service-figure:hover .figure-more {
    color: #fff;
  }

  .service-pro-main .service-figure:hover:after {
    bottom: 0;
  }
  /*服务产品区域结束*/

  /*核心优势区域开始*/
  .block-core-adv {
    background: url(../images/index/core-adv-bg.png) no-repeat center;
    background-size: cover;
  }

  .block-core-adv .block-title .tit-english {
    color: rgba(255, 255, 255, 0.6);
  }

  .block-core-adv .block-title .tit-main {
    color: #fff;
  }

  .block-core-adv .block-title .tit-line {
    background: #fff;
  }

  .core-adv-main {
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
  }

  .core-adv-main li {
    -webkit-flex: 5;
    flex: 5;
    position: relative;
  }

  .core-adv-main li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.4);
    margin-top: -30px;
  }

  .core-adv-main li:last-child:after {
    display: none;
  }

  .core-adv-main .core-adv-figure {
    position: relative;
    margin: 0 5px;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
  }

  .core-adv-main .core-adv-figure .figure-img .moblie-figure-img {
    display: none !important;
  }

  .core-adv-main .core-adv-figure .figure-img .pc-figure-img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .core-adv-main .core-adv-figure:hover .figure-img .pc-figure-img {
    -webkit-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
  }

  .core-adv-main .core-adv-figure .figure-main .figure-tit {
    margin: 40px 0 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }

  .core-adv-main .core-adv-figure .figure-main .figure-txt {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
  }
  /*核心优势区域结束*/

  /*全流程智能化管理系统区域开始*/
  .block-process-int {
    padding-bottom: 0;
  }

  .block-process-int .process-int-main {
    position: relative;
    margin: 40px auto 0 auto;
    width: 100%;
    height: 700px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background: #2965ff;
    overflow: hidden;
  }

  .sprite {
    position: absolute;
    left: 50%;
    top: 50%;
  }

  .sprite-layer1 {
    transform: translate(-50%, -50%);
    background: url(../images/index/method-draw-image.svg) 50% no-repeat;
    width: 960px;
    height: 580px;
    z-index: 2;
  }

  .sprite-layer2 {
    transform: translate(-406px, -250px);
    background: url(../images/index/sprite.png) 50% no-repeat;
    width: 800px;
    height: 418px;
    z-index: 3;
    -webkit-animation: myAnimation-data-v-4e44aa88 1s steps(1) infinite;
    animation: myAnimation-data-v-4e44aa88 1s steps(1) infinite;
  }

  .animate-element[data-v-4e44aa88] {
    opacity: 0;
  }
  .fly-up[data-v-4e44aa88] {
    -webkit-animation-name: fly-up-data-v-4e44aa88;
    animation-name: fly-up-data-v-4e44aa88;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .scale-large[data-v-4e44aa88] {
    -webkit-animation-name: scale-large-data-v-4e44aa88;
    animation-name: scale-large-data-v-4e44aa88;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .fade-in[data-v-4e44aa88] {
    -webkit-animation-name: fade-in-data-v-4e44aa88;
    animation-name: fade-in-data-v-4e44aa88;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  @-webkit-keyframes fly-up-data-v-4e44aa88 {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fly-up-data-v-4e44aa88 {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes scale-large-data-v-4e44aa88 {
    0% {
      transform: scale(0.2);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scale-large-data-v-4e44aa88 {
    0% {
      transform: scale(0.2);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @-webkit-keyframes fade-in-data-v-4e44aa88 {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade-in-data-v-4e44aa88 {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .product-page .banner[data-v-4e44aa88] {
    height: 480px;
    text-align: center;
  }
  .product-page .banner .logo[data-v-4e44aa88] {
    margin-top: 60px;
    width: 120px;
    height: 120px;
  }
  .product-page .banner .text[data-v-4e44aa88] {
    width: 45%;
    margin: 0 auto;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
  }
  .product-page .banner .email[data-v-4e44aa88] {
    display: inline-block;
    margin: 68px auto 0;
  }
  .product-page .slogan[data-v-4e44aa88] {
    margin: 68px auto 0;
    width: 1115px;
    height: 222px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 3px 8px 0 rgba(9, 10, 11, 0.08);
    background-image: url(/static/common/moka_element.svg);
    background-repeat: no-repeat;
    background-position: 90% bottom;
    background-size: 122px;
  }
  .product-page .slogan .title[data-v-4e44aa88] {
    margin-top: 52px;
    font-size: 32px;
    font-weight: 700;
    color: #0e1421;
  }
  .product-page .slogan .text[data-v-4e44aa88] {
    width: 604px;
    margin: 20px auto 0;
    line-height: 24px;
    color: #758296;
  }
  .product-page .mage[data-v-4e44aa88] {
    width: 1115px;
    height: 430px;
    overflow: hidden;
    margin: auto;
    padding: 10px 0;
  }
  .product-page .mage[data-v-4e44aa88]:not(:last-child) {
    border-bottom: 1px solid #dfe2eb;
  }
  .product-page .mage .title[data-v-4e44aa88] {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    color: #0e1421;
  }
  .product-page .mage .text[data-v-4e44aa88] {
    font-size: 14px;
    line-height: 32px;
    color: #758296;
  }
  .product-page .mage .mage-left[data-v-4e44aa88] {
    float: left;
    overflow: hidden;
    width: 557px;
  }
  .product-page .mage .image[data-v-4e44aa88] {
    width: 557px;
  }
  .product-page .bottom-container[data-v-4e44aa88] {
    position: relative;
    padding-top: 328px;
  }
  .product-page .user[data-v-4e44aa88] {
    position: absolute;
    top: 60px;
    left: calc(50% - 505px);
    width: 1010px;
    height: 328px;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    padding: 0 140px;
    background: #fff;
    background-image: url(/static/common/quote.svg);
    background-repeat: no-repeat;
    background-position: 60px 60px;
    box-shadow: 0 0 21px 0 rgba(14, 20, 33, 0.05);
    border: 1px solid #f2f6ff;
    border-radius: 8px;
  }
  .product-page .user .logo[data-v-4e44aa88] {
    width: 200px;
    margin-top: 42px;
  }
  .product-page .user .text[data-v-4e44aa88] {
    margin-top: 30px;
    line-height: 36px;
    font-size: 14px;
    color: #494d5a;
  }
  .product-page .bottom[data-v-4e44aa88] {
    height: 288px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(0deg, #2b60fa, #3784ff);
  }
  .product-page .bottom .body[data-v-4e44aa88] {
    margin: 120px auto 0;
    width: 1020px;
  }
  .product-page .bottom .title[data-v-4e44aa88] {
    font-size: 32px;
    color: #fff;
  }
  .product-page .bottom .email[data-v-4e44aa88] {
    float: right;
  }
  .product-page .bottom .image[data-v-4e44aa88] {
    position: absolute;
    bottom: 0;
    left: -90px;
    width: 452px;
    opacity: 0.06;
  }
  @media screen and (min-width: 310px) and (max-width: 768px) {
    .product-page .banner[data-v-4e44aa88] {
      height: 249px;
      text-align: center;
    }
    .product-page .banner .logo[data-v-4e44aa88] {
      margin-top: 30px;
      width: 58px;
      height: 32px;
    }
    .product-page .banner .text[data-v-4e44aa88] {
      width: 82%;
      margin: 13px auto 0;
      line-height: 20px;
      color: #fff;
      font-size: 12px;
    }
    .product-page .banner .email[data-v-4e44aa88] {
      display: inline-block;
      margin: 34px auto 0;
    }
    .product-page .slogan[data-v-4e44aa88] {
      margin: 46px auto 0;
      width: 312px;
      height: 232px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 3px 8px 0 rgba(9, 10, 11, 0.08);
      background-image: url(/static/common/moka_element.svg);
      background-repeat: no-repeat;
      background-position: 90% bottom;
      background-size: 122px;
    }
    .product-page .slogan .title[data-v-4e44aa88] {
      margin-top: 26px;
      font-size: 20px;
      font-weight: 700;
      color: #0e1421;
    }
    .product-page .slogan .text[data-v-4e44aa88] {
      width: 272px;
      margin: 16px auto 0;
      line-height: 20px;
      color: #758296;
    }
    .product-page .mage[data-v-4e44aa88] {
      width: 312px;
      height: 470px;
      overflow: hidden;
      margin: auto;
      padding: 32px 0 24px;
    }
    .product-page .mage[data-v-4e44aa88]:not(:last-child) {
      border-bottom: 1px solid #dfe2eb;
    }
    .product-page .mage .title[data-v-4e44aa88] {
      margin-bottom: 16px;
      font-size: 20px;
      font-weight: 700;
      color: #0e1421;
    }
    .product-page .mage .text[data-v-4e44aa88] {
      font-size: 12px;
      line-height: 20px;
      color: #758296;
    }
    .product-page .mage .text span[data-v-4e44aa88] {
      display: block;
      margin-bottom: 8px;
    }
    .product-page .mage .mage-up[data-v-4e44aa88] {
      width: 312px;
    }
    .product-page .mage .mage-down[data-v-4e44aa88] {
      height: 208px;
    }
    .product-page .mage .image[data-v-4e44aa88] {
      width: 312px;
      height: 208px;
    }
    .product-page .mage-four[data-v-4e44aa88] {
      height: 500px;
    }
    .product-page .mage-one[data-v-4e44aa88] {
      height: 390px;
    }
    .product-page .bottom-container[data-v-4e44aa88] {
      position: relative;
      padding-top: 328px;
    }
    .product-page .user[data-v-4e44aa88] {
      position: absolute;
      top: 30px;
      left: calc(50% - 156px);
      width: 312px;
      height: 328px;
      z-index: 1;
      text-align: center;
      margin: 0 auto;
      padding: 0 20px;
      background: #fff;
      background-image: url(/static/common/quote.svg);
      background-repeat: no-repeat;
      background-position: 60px 60px;
      box-shadow: 0 0 21px 0 rgba(14, 20, 33, 0.05);
      border: 1px solid #f2f6ff;
      border-radius: 8px;
    }
    .product-page .user .logo[data-v-4e44aa88] {
      width: 160px;
      margin-top: 40px;
    }
    .product-page .user .text[data-v-4e44aa88] {
      margin-top: 5px;
      line-height: 20px;
      font-size: 12px;
    }
    .product-page .bottom[data-v-4e44aa88] {
      height: 200px;
      position: relative;
      overflow: hidden;
      background-image: linear-gradient(0deg, #2b60fa, #3784ff);
    }
    .product-page .bottom .body[data-v-4e44aa88] {
      margin: 54px auto 0;
      width: 360px;
    }
    .product-page .bottom .title[data-v-4e44aa88] {
      display: block;
      font-size: 22px;
      color: #fff;
      margin: 0 auto;
      text-align: center;
      font-weight: 500;
    }
    .product-page .bottom .email[data-v-4e44aa88] {
      clear: both;
      position: relative;
      left: -20px;
    }
    .product-page .bottom .image[data-v-4e44aa88] {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 327px;
      opacity: 0.06;
    }
  }
  .digitizing[data-v-4e44aa88] {
    width: 100%;
    height: 658px;
    background: #2965ff;
    padding-top: 48px;
    margin: 0 auto;
  }
  .container[data-v-4e44aa88] {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .title[data-v-4e44aa88] {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
  }
  .bg-video[data-v-4e44aa88] {
    height: 480px;
    width: 100%;
    background: #2965ff;
  }
  .img[data-v-4e44aa88] {
    position: absolute;
    z-index: 4;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: hidden;
    cursor: pointer;
  }
  .animate1[data-v-4e44aa88] {
    width: 155px;
    height: 150px;
    visibility: visible;
    -webkit-animation-name: fall1-data-v-4e44aa88;
    animation-name: fall1-data-v-4e44aa88;
  }
  .animate2[data-v-4e44aa88] {
    width: 166px;
    height: 147px;
    visibility: visible;
    -webkit-animation-name: fall2-data-v-4e44aa88;
    animation-name: fall2-data-v-4e44aa88;
  }
  .animate3[data-v-4e44aa88] {
    width: 146px;
    height: 150px;
    visibility: visible;
    -webkit-animation-name: fall3-data-v-4e44aa88;
    animation-name: fall3-data-v-4e44aa88;
  }
  .animate4[data-v-4e44aa88] {
    width: 144px;
    height: 114px;
    visibility: visible;
    -webkit-animation-name: fall4-data-v-4e44aa88;
    animation-name: fall4-data-v-4e44aa88;
  }
  .animate5[data-v-4e44aa88] {
    width: 141px;
    height: 115px;
    visibility: visible;
    -webkit-animation-name: fall5-data-v-4e44aa88;
    animation-name: fall5-data-v-4e44aa88;
  }
  .sprite[data-v-4e44aa88] {
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .sprite-layer1[data-v-4e44aa88] {
    transform: translate(-50%, -50%);
    background: url(/static/home/sprite1.svg) 50% no-repeat;
    width: 960px;
    height: 580px;
    z-index: 2;
  }
  .sprite-layer2[data-v-4e44aa88] {
    transform: translate(-406px, -250px);
    background: url(/static/home/sprite.png) 50% no-repeat;
    width: 800px;
    height: 418px;
    z-index: 3;
    -webkit-animation: myAnimation-data-v-4e44aa88 1s steps(1) infinite;
    animation: myAnimation-data-v-4e44aa88 1s steps(1) infinite;
  }
  @-webkit-keyframes fall1-data-v-4e44aa88 {
    0% {
      top: -130px;
    }
    to {
      top: 413px;
    }
  }
  @keyframes fall1-data-v-4e44aa88 {
    0% {
      top: -130px;
    }
    to {
      top: 413px;
    }
  }
  @-webkit-keyframes fall2-data-v-4e44aa88 {
    0% {
      top: -130px;
    }
    to {
      top: 317px;
    }
  }
  @keyframes fall2-data-v-4e44aa88 {
    0% {
      top: -130px;
    }
    to {
      top: 317px;
    }
  }
  @-webkit-keyframes fall3-data-v-4e44aa88 {
    0% {
      top: -124px;
    }
    to {
      top: 288px;
    }
  }
  @keyframes fall3-data-v-4e44aa88 {
    0% {
      top: -124px;
    }
    to {
      top: 288px;
    }
  }
  @-webkit-keyframes fall4-data-v-4e44aa88 {
    0% {
      top: -95px;
    }
    to {
      top: 90px;
    }
  }
  @keyframes fall4-data-v-4e44aa88 {
    0% {
      top: -95px;
    }
    to {
      top: 90px;
    }
  }
  @-webkit-keyframes fall5-data-v-4e44aa88 {
    0% {
      top: -94px;
    }
    to {
      top: 72px;
    }
  }
  @keyframes fall5-data-v-4e44aa88 {
    0% {
      top: -94px;
    }
    to {
      top: 72px;
    }
  }
  @-webkit-keyframes myAnimation-data-v-4e44aa88 {
    0% {
      background-position: 0 0;
    }
    1.69% {
      background-position: -824px 0;
    }
    3.39% {
      background-position: -1648px 0;
    }
    5.08% {
      background-position: -2472px 0;
    }
    6.78% {
      background-position: -3296px 0;
    }
    8.47% {
      background-position: -4120px 0;
    }
    10.17% {
      background-position: -4944px 0;
    }
    11.86% {
      background-position: -5768px 0;
    }
    13.56% {
      background-position: -6592px 0;
    }
    15.25% {
      background-position: -7416px 0;
    }
    16.95% {
      background-position: -8240px 0;
    }
    18.64% {
      background-position: -9064px 0;
    }
    20.34% {
      background-position: -9888px 0;
    }
    22.03% {
      background-position: -10712px 0;
    }
    23.73% {
      background-position: -11536px 0;
    }
    25.42% {
      background-position: -12360px 0;
    }
    27.12% {
      background-position: -13184px 0;
    }
    28.81% {
      background-position: -14008px 0;
    }
    30.51% {
      background-position: 0 -498px;
    }
    32.20% {
      background-position: -824px -498px;
    }
    33.90% {
      background-position: -1648px -498px;
    }
    35.59% {
      background-position: -2472px -498px;
    }
    37.29% {
      background-position: -3296px -498px;
    }
    38.98% {
      background-position: -4120px -498px;
    }
    40.68% {
      background-position: -4944px -498px;
    }
    42.37% {
      background-position: -5768px -498px;
    }
    44.07% {
      background-position: -6592px -498px;
    }
    45.76% {
      background-position: -7416px -498px;
    }
    47.46% {
      background-position: -8240px -498px;
    }
    49.15% {
      background-position: -9064px -498px;
    }
    50.85% {
      background-position: -9888px -498px;
    }
    52.54% {
      background-position: -10712px -498px;
    }
    54.24% {
      background-position: -11536px -498px;
    }
    55.93% {
      background-position: -12360px -498px;
    }
    57.63% {
      background-position: -13184px -498px;
    }
    59.32% {
      background-position: -14008px -498px;
    }
    61.02% {
      background-position: 0 -996px;
    }
    62.71% {
      background-position: -824px -996px;
    }
    64.41% {
      background-position: -1648px -996px;
    }
    66.10% {
      background-position: -2472px -996px;
    }
    67.80% {
      background-position: -3296px -996px;
    }
    69.49% {
      background-position: -4120px -996px;
    }
    71.19% {
      background-position: -4944px -996px;
    }
    72.88% {
      background-position: -5768px -996px;
    }
    74.58% {
      background-position: -6592px -996px;
    }
    76.27% {
      background-position: -7416px -996px;
    }
    77.97% {
      background-position: -8240px -996px;
    }
    79.66% {
      background-position: -9064px -996px;
    }
    81.36% {
      background-position: -9888px -996px;
    }
    83.05% {
      background-position: -10712px -996px;
    }
    84.75% {
      background-position: -11536px -996px;
    }
    86.44% {
      background-position: -12360px -996px;
    }
    88.14% {
      background-position: -13184px -996px;
    }
    89.83% {
      background-position: -14008px -996px;
    }
    91.53% {
      background-position: 0 -1494px;
    }
    93.22% {
      background-position: -824px -1494px;
    }
    94.92% {
      background-position: -1648px -1494px;
    }
    96.61% {
      background-position: -2472px -1494px;
    }
    98.31% {
      background-position: -3296px -1494px;
    }
    100.00% {
      background-position: -4120px -1494px;
    }
  }
  @keyframes myAnimation-data-v-4e44aa88 {
    0% {
      background-position: 0 0;
    }
    1.69% {
      background-position: -824px 0;
    }
    3.39% {
      background-position: -1648px 0;
    }
    5.08% {
      background-position: -2472px 0;
    }
    6.78% {
      background-position: -3296px 0;
    }
    8.47% {
      background-position: -4120px 0;
    }
    10.17% {
      background-position: -4944px 0;
    }
    11.86% {
      background-position: -5768px 0;
    }
    13.56% {
      background-position: -6592px 0;
    }
    15.25% {
      background-position: -7416px 0;
    }
    16.95% {
      background-position: -8240px 0;
    }
    18.64% {
      background-position: -9064px 0;
    }
    20.34% {
      background-position: -9888px 0;
    }
    22.03% {
      background-position: -10712px 0;
    }
    23.73% {
      background-position: -11536px 0;
    }
    25.42% {
      background-position: -12360px 0;
    }
    27.12% {
      background-position: -13184px 0;
    }
    28.81% {
      background-position: -14008px 0;
    }
    30.51% {
      background-position: 0 -498px;
    }
    32.20% {
      background-position: -824px -498px;
    }
    33.90% {
      background-position: -1648px -498px;
    }
    35.59% {
      background-position: -2472px -498px;
    }
    37.29% {
      background-position: -3296px -498px;
    }
    38.98% {
      background-position: -4120px -498px;
    }
    40.68% {
      background-position: -4944px -498px;
    }
    42.37% {
      background-position: -5768px -498px;
    }
    44.07% {
      background-position: -6592px -498px;
    }
    45.76% {
      background-position: -7416px -498px;
    }
    47.46% {
      background-position: -8240px -498px;
    }
    49.15% {
      background-position: -9064px -498px;
    }
    50.85% {
      background-position: -9888px -498px;
    }
    52.54% {
      background-position: -10712px -498px;
    }
    54.24% {
      background-position: -11536px -498px;
    }
    55.93% {
      background-position: -12360px -498px;
    }
    57.63% {
      background-position: -13184px -498px;
    }
    59.32% {
      background-position: -14008px -498px;
    }
    61.02% {
      background-position: 0 -996px;
    }
    62.71% {
      background-position: -824px -996px;
    }
    64.41% {
      background-position: -1648px -996px;
    }
    66.10% {
      background-position: -2472px -996px;
    }
    67.80% {
      background-position: -3296px -996px;
    }
    69.49% {
      background-position: -4120px -996px;
    }
    71.19% {
      background-position: -4944px -996px;
    }
    72.88% {
      background-position: -5768px -996px;
    }
    74.58% {
      background-position: -6592px -996px;
    }
    76.27% {
      background-position: -7416px -996px;
    }
    77.97% {
      background-position: -8240px -996px;
    }
    79.66% {
      background-position: -9064px -996px;
    }
    81.36% {
      background-position: -9888px -996px;
    }
    83.05% {
      background-position: -10712px -996px;
    }
    84.75% {
      background-position: -11536px -996px;
    }
    86.44% {
      background-position: -12360px -996px;
    }
    88.14% {
      background-position: -13184px -996px;
    }
    89.83% {
      background-position: -14008px -996px;
    }
    91.53% {
      background-position: 0 -1494px;
    }
    93.22% {
      background-position: -824px -1494px;
    }
    94.92% {
      background-position: -1648px -1494px;
    }
    96.61% {
      background-position: -2472px -1494px;
    }
    98.31% {
      background-position: -3296px -1494px;
    }
    100.00% {
      background-position: -4120px -1494px;
    }
  }
  /*全流程智能化管理系统区域结束*/

  /*合作案例&客户评价区域开始*/
  .case-cus-main {
    position: relative;
    margin-top: 40px;
    padding-top: 60px;
  }

  .case-cus-main:before,
  .case-cus-main:after {
    content: "";
    display: block;
    background: #8fb0f7;
    position: absolute;
  }

  .case-cus-main:before {
    width: 410px;
    height: 320px;
    top: 0;
    right: -60px;
  }

  .case-cus-main:after {
    width: 320px;
    height: 210px;
    top: 400px;
    left: -60px;
  }

  .case-cus-main .gallery-top {
    width: 100%;
    height: 500px;
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 101px 0px rgba(14, 14, 14, 0.08);
    box-shadow: 0px 10px 101px 0px rgba(14, 14, 14, 0.08);
  }

  .case-cus-main .gallery-top .swiper-button-next,
  .case-cus-main .gallery-top .swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) !important;
  }

  .case-cus-main .gallery-top .swiper-button-prev,
  .case-cus-main .gallery-top .swiper-container-rtl .swiper-button-next {
    left: 2% !important;
  }

  .case-cus-main .gallery-top .swiper-button-next,
  .case-cus-main .gallery-top .swiper-container-rtl .swiper-button-prev {
    right: 2% !important;
  }

  .case-cus-main .gallery-top .swiper-button-next:after,
  .case-cus-main .gallery-top .swiper-button-prev:after {
    font-size: 16px !important;
    color: #fff !important;
  }

  .case-cus-main .gallery-top .gallery-top-main {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    padding: 100px 50px;
  }

  .case-cus-main .gallery-top .gallery-top-main .gallery-top-item {
    -webkit-flex: 3;
    flex: 3;
    padding: 0 50px;
  }

  .case-cus-main .gallery-top .gallery-top-main .case-cus-main-logo {
    text-align: center;
    margin-bottom: 40px;
  }

  .case-cus-main .gallery-top .gallery-top-main .case-cus-main-js {
    font-size: 14px;
    color: var(--twoColor);
    line-height: 1.5;
  }

  .case-cus-main .gallery-top .gallery-top-main .case-cus-main-tit {
    padding-left: 30px;
    font-size: 17px;
    background: url(../images/index/case-cus3.png) no-repeat left center;
    background-size: 20px;
    margin-bottom: 40px;
  }

  .case-cus-main .gallery-top .gallery-top-main .case-cus-main-list {
    line-height: 1.5;
  }

  .case-cus-main .gallery-top .gallery-top-main .case-cus-main-list li {
    margin-top: 15px;
	font-size:14px;
  }

  .case-cus-main .gallery-top .gallery-top-item-2 {
    position: relative;
  }

  .case-cus-main .gallery-top .gallery-top-item-2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 2px;
    height: 200px;
    margin-top: -100px;
    background: #ddd;
  }

  .case-cus-main .gallery-top .gallery-top-item-3 {
    text-align: center;
  }

  .case-cus-main .gallery-top .gallery-top-item-3 p {
    font-size: 14px;
    color: var(--twoColor);
  }

  .case-cus-main .gallery-top .gallery-top-item-3 .case-cus-main-link {
    display: inline-block;
    width: 240px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    border: 1px solid #488bff;
    color: #488bff;
    margin-top: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  .case-cus-main .gallery-top .gallery-top-item-3 .case-cus-main-link:hover {
    background: #488bff;
    color: #fff;
  }

  .case-cus-main .gallery-thumbs {
    margin-top: 60px;
  }

  .case-cus-main .gallery-thumbs .swiper-slide {
    width: 160px !important;
    margin-right: 20px !important;
  }

  .case-cus-main .gallery-thumbs .swiper-slide:last-child {
    margin: 0 !important;
  }

  .case-cus-main .gallery-thumbs .swiper-slide div {
    display: -webkit-flex;
    display: flex;
    width: 160px;
    height: 100px;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
  }

  .case-cus-main .gallery-thumbs .swiper-slide-thumb-active div {
    background: rgba(72, 139, 255, 0.1);
    border-color: rgba(72, 139, 255, 1);
  }
  /*合作案例&客户评价区域结束*/

  /*荣誉资质区域开始*/
  .block-honor-qua {
    background: url(../images/index/block-honor-qua-bg.png) no-repeat center;
    background-size: cover;
  }

  .block-honor-qua .honor-qua-banner {
    margin-top: 40px;
  }

  .honor-qua-banner .swiper-wrapper {
    padding-bottom: 40px;
  }

  .honor-qua-banner .swiper-slide {
    position: relative;
    width: 290px;
    height: 212px;
    background: #fff;
    overflow: hidden;
  }

  .honor-qua-banner .swiper-slide p {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 212px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .honor-qua-banner .swiper-slide:hover p {
    display: block;
  }

  .honor-qua-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--redColor) !important;
  }

  /*荣誉资质区域结束*/

  /*宝航资讯区域开始*/
  .block-information {
    background: #f6f8fa;
  }

  .block-information .information-main {
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
  }

  .block-information .information-main .news-container {
    width: 380px;
  }

  .block-information .information-main .news-container .news-tit {
    width: 100%;
    height: 138x;
    text-align: center;
    line-height: 138px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    transition: 0.2s linear;
  }
  .block-information .information-main .news-container .news-tit:hover {
    background-size: 115%;
  }
  .block-information .information-main .news-container .news-tit-hy {
    background-image: url(../images/index/news-tit-bg-hy.png);
  }

  .block-information .information-main .news-container .news-tit-mt {
    background-image: url(../images/index/news-tit-bg-mt.png);
  }

  .block-information .information-main .news-container .news-tit-dt {
    background-image: url(../images/index/news-tit-bg-dt.png);
  }

  .block-information .information-main .news-container .news-cont-list a {
    display: block;
    width: 100%;
    color: var(--twoColor);
    overflow: hidden;
  }

  .block-information
    .information-main
    .news-container
    .news-cont-list
    a:hover
    .news-list-tit {
    color: var(--redColor);
  }

  .block-information
    .information-main
    .news-container
    .news-cont-list
    a:hover
    .news-list-tit:after {
    background: var(--redColor);
  }

  .block-information
    .information-main
    .news-container
    .news-cont-list
    .news-list-tit {
    position: relative;
    float: left;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    padding-left: 15px;
  }

  .block-information
    .information-main
    .news-container
    .news-cont-list
    .news-list-tit:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: var(--twoColor);
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .block-information
    .information-main
    .news-container
    .news-cont-list
    .news-time {
    float: right;
    line-height: 35px;
    font-size: 12px;
  }
  /*宝航资讯区域结束*/

  /*我们的客户区域开始*/
  .block-our-cli .our-cli-main {
    margin-top: 40px;
    text-align: center;
  }

  .block-our-cli .our-cli-main p {
    font-size: 14px;
    color: var(--twoColor);
    line-height: 2;
  }

  .block-our-cli .rno-lattice-logo {
    margin: 40px 0 30px 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .block-our-cli .rno-lattice-logo li {
    width: 20%;
  }

  .block-our-cli .rno-lattice-logo li a {
    display: block;
    width: 180px;
    height: 68px;
    margin: 0 auto 10px auto;
    border: 1px solid transparent;
    overflow: hidden;
  }
  .block-our-cli .rno-lattice-logo li a:hover {
    border: 1px solid #ff0000;
  }

  .block-our-cli .our-cli-main .our-cli-more {
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: var(--redColor);
    color: #fff;
  }

  .block-our-cli .our-cli-main .our-cli-more:hover {
    background: #ff0000;
  }
  /*我们的客户区域结束*/

  .dance-m {
    position: absolute;
    top: 1025px;
    right: -70px;
    width: 280px;
    -webkit-animation-name: up-and-down-m;
    animation-name: up-and-down-m;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
  }
  .dance_o {
    position: absolute;
    top: 2390px;
    left: -22px;
	width: 290px;
	z-index: 100;
    transform-origin: center;
    -webkit-animation-name: up-and-down-o;
    animation-name: up-and-down-o;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
  }
  .dance_k {
    position: absolute;
    z-index: 100;
	top: 4400px;
    left: -20px;
    width: 280px;
    -webkit-animation-name: up-and-down-k;
    animation-name: up-and-down-k;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
  }
  .dance_a {
    position: absolute;
    z-index: 100;
    top: 5200px;
    right: -30px;
    width: 280px;
    transform-origin: center;
    -webkit-animation-name: up-and-down-a;
    animation-name: up-and-down-a;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
  }
  @-webkit-keyframes up-and-down-m {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(80px) rotate(16deg);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes up-and-down-m {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(80px) rotate(16deg);
    }
    to {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes up-and-down-o {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(80px) rotate(-32deg);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes up-and-down-o {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(80px) rotate(-32deg);
    }
    to {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes up-and-down-k {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(80px) rotate(16deg);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes up-and-down-k {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(80px) rotate(16deg);
    }
    to {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes up-and-down-a {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(80px) rotate(38deg);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes up-and-down-a {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(80px) rotate(38deg);
    }
    to {
      transform: translateY(0);
    }
  }
}
