  .index_0 {
      min-height: 600px;
      padding: 0 !important;
  }



  @media (max-width:900px) {



      .index_0 {
          min-height: auto;
          padding: 0 !important;
      }


  }


  @media (min-width: 1440px) {


      .index_0 {
          min-height: 720px;
          padding: 0 !important;
      }


  }



  /*banner*/
  .banner {
      width: 100%;
      height: 100vh;
      overflow: hidden;
      position: relative;
  }



  .banner .digitizing {
      background: url("../images/banner1.jpg") no-repeat;
      background-size: 100% 100%;
  }

  .banner-digitizing-aigc {
      background: url("../images/banner2.jpg") no-repeat;
      background-size: 100% 100%;
  }

  .banner-digitizing-three {
      background: url("../images/banner3.jpg") no-repeat;
      background-size: 100% 100%;
  }



  .digitizing-content {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .digitizing-content .wrap {
      display: flex;
      justify-content: space-between;
      width: 100%;
  }

  /* .bannerTxt {

      width: 7.23rem;


  } */

  .one {
      width: 724px;
      position: relative;
      top: -0.5rem;
  }

  .two .digitizing-img img {
      width: 638px;
  }

  .three {
      width: 738px;

  }

  .digitizing-txt {

      padding-left: 0.5rem;
      margin-top: 0.2rem;
      display: flex;
      justify-content: space-between;


  }

  .digitizing-txt li {
      color: #fff;
      font-size: 0.24rem;
      position: relative;
  }

  .digitizing-txt li:after {
      content: '';
      width: 1px;
      height: 0.2rem;
      background: #fff;
      position: absolute;
      right: -0.22rem;
      top: 50%;
      margin-top: -0.1rem;
  }

  .digitizing-txt li:last-child::after {
      display: none;
  }

  .digitizing-txt li a,
  .bannerTxt .homeMore a {
      color: #fff;
  }


  .bannerTxt .homeMore {
      border-color: #fff;
      margin: 0.3rem 0 0 0.5rem;
  }


  .digitizing-circle11 {
      width: 0.6rem;
      height: 0.6rem;
      border-radius: 50%;
      position: absolute;
      top: 2.3rem;
      right: 2.2rem;
  }

  .digitizing-circle1 {
      background: rgba(197, 42, 49, 0.8);
      z-index: 30;
  }

  .digitizing-circle2 {
      z-index: 20;
      background: rgba(197, 42, 49, 0.5);
      animation: circle1 2s ease-out 1s infinite;
  }

  .digitizing-circle3 {
      z-index: 10;
      background: rgba(197, 42, 49, 0.2);
      animation: scale-circle1 2s ease-out 1s infinite;
  }

  .digitizing-circle22 {
      width: 0.6rem;
      height: 0.6rem;
      border-radius: 50%;
      position: absolute;
      bottom: -0.3rem;
      right: -0.3rem;
  }

  .digitizing-circle4 {
      z-index: 30;
      background: rgba(197, 42, 49, 0.8);

  }

  .digitizing-circle5 {
      z-index: 10;
      background: rgba(197, 42, 49, 0.5);
      animation: circle1 2s ease-out 1s infinite;
  }

  .digitizing-circle6 {
      z-index: 10;
      background: rgba(197, 42, 49, 0.2);
      animation: scale-circle1 2s ease-out 1s infinite;
  }

  @keyframes circle1 {
      from {
          transform: scale(1);
      }

      to {
          transform: scale(1.75);
      }
  }

  @keyframes scale-circle1 {
      from {
          transform: scale(1);
      }

      to {
          transform: scale(2.5);
      }
  }

  @keyframes circle2 {
      from {
          transform: scale(1);
      }

      to {
          transform: scale(1.5);
      }
  }

  @keyframes scale-circle2 {
      from {
          transform: scale(1);
      }

      to {
          transform: scale(2);
      }
  }





  /*分页器样式*/
  .banner-bullet {
      display: inline-block;
      width: 0.14rem;
      height: 0.14rem;
      background: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      margin: 0 0.05rem;
      transition: all 0.3s;
      cursor: pointer;
  }

  /*分页器活动块样式*/
  .banner-bullet-active {
      width: 0.46rem;
      background: rgba(255, 255, 255, 1);
      border-radius: 20px;
  }

  .banner .swiper-pagination {
      bottom: 1.1rem !important;
  }





  .circle-animated0,
  .circle-animated2,
  .circle-animated3 {
      position: relative;
      overflow: hidden;
  }

  .qiye-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
  }

  .circle-animated0 .hd-main,
  .circle-animated1 .hd-main,
  .circle-animated2 .hd-main,
  .circle-animated3 .hd-main {
      position: relative;
      z-index: 1;
  }

  .item-bg3 {
      z-index: 0;
      position: absolute;
      bottom: 20rem;
      width: 18.75rem;
      height: 18.75rem;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
  }

  .qiye-tag:hover {
      transform: scale(1.1);
      transition: all .5s;
  }

  .banner-bottom {
      width: 100%;
      height: 0.96rem;
      background: rgba(9, 15, 33, 0.8);
      position: absolute;
      bottom: 0;
      z-index: 999;
  }

  .banner-bottom .wrap {
      display: flex;
      justify-content: space-between;
  }

  .banner-bottom .wrap li {
      position: relative;
      width: 16.666%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .banner-bottom .wrap li:after {
      content: '';
      width: 1px;
      height: 0.4rem;
      top: 50%;
      margin-top: -0.2rem;
      position: absolute;
      right: 0;
      background-color: rgba(255, 255, 255, 0.3);
  }

  .banner-bottom .wrap li:last-child::after {
      display: none;
  }

  .banner-bottom .wrap li a {
      color: #fff;
      line-height: 0.96rem;
      font-size: 0.22rem;
      position: relative;
  }

  .banner-bottom .wrap li a:after {
      content: '';
      width: 0;
      height: 2px;
      transition: all 0.3s;
      background: rgba(255, 255, 255, 1);
      position: absolute;
      bottom: 0.2rem;
      left: 0;
      transition-duration: .5s;
  }

  .banner-bottom .wrap li a:hover:after {
      width: 100%;
  }

  .homeSzhpt {
      background: url(../images/bg.jpg) no-repeat center;
      padding-top: 0.7rem;
  }

  .homeTi {
      text-align: center;
      line-height: 1.3;
      margin-bottom: 0.3rem;
  }

  .homeTi h1 {
      font-size: 0.5rem;
      font-family: 'syhtB';
  }

  .homeTi p {
      font-size: 0.3rem;
      opacity: 0.15;
      text-transform: uppercase;
  }

  .c2m-swiper {
      position: relative;
  }

  .c2m-bullet {
      height: 0.54rem;
      padding: 0 0.3rem;
      border-radius: 30px;
      font-size: 0.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;

  }

  .c2m-swiper .swiper-pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
  }

  .c2m-bullet-active {
      background: #c52a31;
      color: #fff;
  }

  .c2m-swiper-box .swiper-slide {

      margin-top: 0.2rem;
      border-radius: 20px 20px 0 0;
      overflow: hidden;

  }

  .jzBox {
      background: #fff;

      border-radius: 20px 20px 0 0;
      overflow: hidden;
      padding: 0.3rem 0.6rem;
      width: 95%;
  }

  .xgTit {
      display: flex;
  }

  .szhTi {
      font-size: 0.38rem;

      margin-right: 0.1rem;
      width: 1.6rem;
  }

  .hzhZi {
      font-size: 0.18rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-top: 0.2rem;
  }

  .c2m-swiper-box .swiper-slide ul {
      margin: 0.2rem 0;
      display: flex;
      justify-content: space-between;
  }

  .c2m-swiper-box .swiper-slide ul li {
      width: 25%;

      text-align: center;
      line-height: 1.3;
  }

  .c2m-swiper-box .swiper-slide ul li h1 {
      font-size: 0.24rem;

      margin-bottom: 0.15rem;
  }

  .c2m-swiper-box .swiper-slide ul li p {
      font-size: 0.16rem;
      line-height: 1.6;
  }





  .table {


      text-align: center;

  }

  .table img {
      width: 100%;
      display: block;
  }

  .homeMore {
      position: relative;
      border: 1px solid #333;
      border-radius: 30px;
      overflow: hidden;
      width: 1.69rem;
      height: 0.45rem;
      margin: 0.3rem auto 0;
  }

  .homeMore a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.16rem;
      position: relative;
      z-index: 2;

  }

  .homeMore a i {
      font-size: 6px;
      margin-left: 0.06rem;
  }

  .homeMore span {
      position: absolute;
      width: 0%;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0%);
      transition-duration: .5s;
      background: #c52a31;
      display: block;
      z-index: 1;
  }

  .homeMore:hover span {
      width: 100%;
  }

  .homeMore:hover a,
  .homeMore:hover a i {
      color: #fff;
  }

  .homeZx {
      background: url(../images/bg1.jpg) no-repeat center;
      padding: 1.2rem 0;
      position: relative;
      overflow: hidden;
  }


  .homeZx .item-bg2,
  .homeZx .item-bg1 {
      background: rgba(255, 255, 255, 0.1);

  }

  .bg {
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: rgba(0, 13, 46, 0.51);
  }

  .zxLe {
      width: 40%;
      position: relative;
      z-index: 10;
  }

  .zxLe .homeTi {
      text-align: left;
      color: #fff;
  }

  .zxLe .flImg {
      width: 5rem;
  }

  .zxLis {
      margin-top: 0.25rem;
  }

  .zxLis li {
      height: 0.94rem;
      background: rgba(50, 60, 108, 0.46);
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      margin-bottom: 0.52rem;
  }

  .zxLis li a {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;
      color: #fff;
      padding-left: 0.45rem;
      z-index: 2;
      transition-duration: .5s;
  }

  .zxLis li a h1 {
      font-size: 0.26rem;
      font-family: 'syhtB';
      margin-left: 0.17rem;
  }

  .zxLis li a h1 span {
      margin-right: 0.15rem;
  }

  .zxLis li a .zxIcon {
      font-size: 0.52rem;
  }

  .zxLis li a .jt {
      position: absolute;
      right: 0.26rem;
      top: 50%;
      font-size: 7px;
      transform: translateY(-50%);
  }

  .bg1 {
      position: absolute;
      width: 0%;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0%);
      transition-duration: .5s;
      background: #c52a31;
      display: block;
      z-index: 1;
  }

  .zxLis li:hover .bg1 {
      width: 100%;
  }

  .zxLis li:hover a {
      padding-left: 0.15rem;
  }



  .Menubox ul {
      display: flex;
      cursor: pointer;
      color: #fff;
      margin-bottom: 0.45rem;
  }

  .Menubox ul li {
      margin-right: 0.5rem;
      line-height: 1.3;
      opacity: 0.4;
  }

  .Menubox ul li h1 {
      font-size: 0.38rem;
      font-family: 'syhtB';
  }

  .Menubox ul li p {
      font-size: 0.14rem;
      text-transform: uppercase;
  }

  .Menubox ul li.hover {
      opacity: 1;
  }

  .CbContainer {
      color: #fff;
      font-size: 0.18rem;
      width: 70%;
  }

  .CbContainer .homeMore {
      margin: 1.4rem 0 0 0;
      border: 1px solid #ffffff;
      transition-duration: .5s;
  }

  .CbContainer .homeMore a {
      color: #fff;
  }

  .homeMore:hover {
      border-color: #c52a31;
  }

  .szhFl {

      background: url(../images/gmc-banner.png) no-repeat right center rgba(245, 247, 250, 1);
      position: relative;
      overflow: hidden;
      padding: 1.26rem 0;
      background-size: contain;

  }

  .flTi {
      position: relative;
      z-index: 10;
  }

  .flTi .homeMore {
      margin: 0.5rem 0 0 0;
  }

  .szhFl .wrap {
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 10;
  }

  .flImg {
      position: relative;
      background: #fff;
      padding: 0.1rem;
      width: 4.9rem;
      border-radius: 30px;
  }

  .flImg p {
      width: 100%;

      border-radius: 30px;
      z-index: 101;
      position: relative;
      overflow: hidden;
  }

  .flImg img {
      width: 100%;
      display: block;
      border-radius: 20px;
      transition-duration: .5s;
  }

  .flImg:hover p img {
      transform: scale(1.1);
  }

  .flImg .digitizing-circle11 {
      right: -0.3rem;
      left: auto;
      top: 0.3rem;
  }

  .circleBg {
      position: absolute;
      bottom: -0.8rem;
      left: -1.5rem;
      width: 3.44rem;
      height: 3.44rem;
      background: rgba(255, 255, 255, 0.43);
      box-shadow: 0 0 1.25rem rgba(30, 41, 57, 0.2);
      border-radius: 50%;
      z-index: 1;
  }

  .flTg {
      width: 6rem;
  }

  .flTg dl {
      display: flex;
      margin-bottom: 1rem;
      position: relative;
      z-index: 10;
  }

  .flTg dl dt {
      width: 1.9rem;
      height: 1.9rem;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 0 1.25rem rgba(30, 41, 57, 0.3);
      margin-right: 0.2rem;
      position: relative;
      top: 0;
      transition-duration: .5s;
  }

  .flTg dl dt img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      max-width: 90%;
  }

  .flTg dl dd {
      width: calc(100% - 1.9rem);
      width: -webkit-calc(100% - 1.9rem);

  }

  .xzP {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .xzP h1 {
      font-size: 0.4rem;
  }

  .xzP .homeMore {
      margin: 0;
  }

  .flTg dl dd p {
      font-size: 0.4rem;
  }

  .flTg dl dd .yunJs {
      font-size: 0.18rem;
      display: block;
      line-height: 1.8;
  }

  .flTg dl:hover dt {
      top: -0.15rem;
  }

  .homeAbout {
      position: relative;
  }

  .pcImg {
      display: block;
  }

  .aboutTxt {
      position: absolute;
      left: 2.1rem;
      width: 100%;
      display: flex;
      align-items: center;
      top: 0;
      height: 100%;
  }

  .aboutTxt .homeTi {
      color: #fff;
      text-align: left;
  }

  .abZi {
      font-size: 0.18rem;
      width: 4.76rem;
      text-align: justify;
      color: #fff;
  }

  .aboutTxt .homeMore {
      margin: 0.9rem 0 0 0;
      border-color: transparent;
  }

  .aboutTxt .homeMore a {
      color: #fff;
  }

  .aboutTxt .homeMore span {
      width: 100%;
  }

  .fic {
      position: absolute;
      display: flex;
      align-items: center;
      z-index: 3;
      animation: myfirst 2s infinite;
  }

  .fic dt {
      width: 0.55rem;
      height: 0.55rem;
      background: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .fic dt i {
      color: #fff;
      font-size: 0.4rem;
  }

  .fic dd {
      color: #fff;
      line-height: 1.4;
      margin: 0 0.15rem;
  }

  .dw01 {
      top: 60%;
      left: 28%;
  }

  .dw01 dd,
  .dw02 dd {
      text-align: right;
  }

  .fic dd p {
      font-size: 0.2rem;
  }

  .fic dd span {
      font-size: 0.18rem;
      opacity: 0.8;
  }

  .dw02 {
      top: 20%;
      left: 38%;
      animation: myfirst1 2s infinite;
  }

  .dw03 {
      top: 18%;
      left: 58%;
  }

  .dw04 {
      top: 35%;
      right: 16%;
      animation: myfirst1 2s infinite;
  }

  .dw05 {
      top: 60%;
      right: 14%;
  }

  .homeHz {
      background: url(../images/h.png) no-repeat bottom left rgba(245, 247, 250, 1);
      position: relative;
      overflow: hidden;
      padding: 1rem 0 0 0;
      background-size: contain;
  }

  .homeHz .wrap {
      position: relative;
      height: 7.09rem;
      overflow: hidden;
  }

  .qImg {
      position: absolute;
      bottom: -1.5rem;
      left: 0;
      width: 100%;
      text-align: center;
      overflow: hidden;

  }

  .qImg img {
      width: 4.75rem;
      display: block;
      margin: 0 auto;
      animation: myfirst11 15s infinite linear;
  }

  .hkk {
      width: 7rem;
      height: 7rem;
      border: 0.84rem solid #c52a31;
      position: absolute;
      bottom: -2.5rem;
      left: 50%;
      margin-left: -3.5rem;
      border-radius: 50%;
  }

  .bkk {
      width: 12rem;
      height: 12rem;
      border: 0.84rem solid #ffffff;
      position: absolute;
      bottom: -5.2rem;
      left: 50%;
      margin-left: -6rem;
      border-radius: 50%;
  }

  .hlo {
      position: absolute;
      animation: myfirst 2s infinite;
      max-width: 1.5rem;
  }

  .hlo img {
      width: 100%;
  }

  .po01 {
      top: 0.2rem;
      left: 3.9rem;
  }

  .po02 {
      top: 0.2rem;
      right: 2.8rem;
  }

  .po03 {
      top: 1.2rem;
      left: 1.1rem;
  }

  .po04 {
      top: 1.2rem;
      right: 1.1rem;
  }

  .po05 {
      top: 3.2rem;
      left: 0.1rem;
  }

  .po06 {
      top: 3.2rem;
      right: 0.1rem;
  }

  .po07 {
      bottom: 1rem;
      left: 0rem;
  }

  .po08 {
      bottom: 1rem;
      right: 0rem;
  }

  .po09 {
      left: 45%;
      top: 0.6rem;
  }

  .po10 {
      top: 1.8rem;
      left: 3.7rem;
      max-width: 0.9rem
  }

  .po11 {
      top: 1.8rem;
      right: 3.7rem;
      max-width: 0.9rem
  }

  .po12 {
      top: 3.2rem;
      left: 2.4rem;
      max-width: 0.8rem
  }

  .po13 {
      top: 3.2rem;
      right: 2.4rem;
      max-width: 0.8rem
  }

  .po14 {
      top: 4.8rem;
      left: 1.7rem;
      max-width: 0.8rem
  }

  .po15 {
      top: 4.8rem;
      right: 1.7rem;
      max-width: 0.8rem
  }

  .po16 {
      left: 45%;
      top: 1.8rem;
  }

  .po17 {
      top: 2.8rem;
      left: 4.1rem;
  }

  .po18 {
      top: 2.8rem;
      right: 4.1rem;
  }


  .po19 {
      top: 4.3rem;
      left: 3.1rem;
      max-width: 1rem
  }

  .po20 {
      top: 4.3rem;
      right: 3.1rem;
      max-width: 1rem
  }

  .po21 {
      top: 5.8rem;
      left: 2.7rem;
      max-width: 0.9rem
  }

  .po22 {
      top: 5.8rem;
      right: 2.7rem;
      max-width: 0.9rem
  }

  .newLis-container {
      height: 4.6rem;
      position: relative;
  }

  .sjzxBox {
      padding-top: 0.8rem;
  }

  .sjzxBox p {
      font-size: 0.2rem;
      color: #fff;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
      line-height: 2.2;
      margin-bottom: 0.3rem;
  }

  .sjzxBox a {
      color: #fff;
  }

  .sjzxBox a i {
      font-size: 7px;
  }

  .qhBtn {
      position: absolute;
      bottom: 0.7rem;
      left: 0;
      width: 100%;
      height: 0.45rem;
  }

  .qhBtn:after {
      content: '';
      width: 72%;
      height: 0.02rem;
      background: #fff;
      top: 50%;
      margin-top: -0.01rem;
      left: 0.5rem;
      position: absolute;
  }

  .newLis-container .swiper-button-next,
  .newLis-container .swiper-button-prev {
      width: 0.45rem;
      height: 0.45rem;
      border-radius: 50%;
      border: 2px solid #fff;
      background: none;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 0;
      top: 0;

  }

  .newLis-container .swiper-button-prev {
      left: auto;
      right: 0.65rem;
  }

  .newLis-container .swiper-button-next:hover,
  .newLis-container .swiper-button-prev:hover {
      background: #c52a31;
      border-color: #c52a31;
  }

  .newLis-container .swiper-pagination {
      bottom: 0rem;
      text-align: left;
      color: #fff;
      font-size: 0.22rem;
  }

  .newLis-container .swiper-pagination span {
      color: #fff;
  }




  @keyframes myfirst11 {
      from {
          transform: rotate(0deg);
      }

      to {
          transform: rotate(360deg);
      }
  }

  .hdLis {
      overflow: hidden;
      margin-bottom: 0.3rem;
  }

  .hdLis dl {
      display: flex;
      position: relative;
      z-index: 3;
  }

  .hdLis dl dd {
      width: 270px;
      margin-right: 0.2rem;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 10px;
      height: 1.2rem;
      position: relative;
      background: #fff;
      transform: skew(-20deg);

  }

  .hdLis dl dd img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      max-width: 90%;
      max-height: 90%;
      transform: skew(20deg);
  }

  .mImg {
      display: none;
  }

  @media only screen and (max-width: 1600px) {


      .one {
          width: 660px;
          position: relative;
          top: -0.5rem;
      }

      .digitizing-txt li:after {
          right: -0.3rem;
      }

      .two .digitizing-img img {
          width: 600px;
      }

      .three {
          width: 660px;

      }

      .c2m-swiper-box .swiper-slide ul li {
          width: 27%;
      }

      .c2m-swiper-box .swiper-slide ul li p {
          font-size: 0.18rem;
      }
  }

  @media only screen and (max-width: 1400px) {}


  @media only screen and (max-width: 1280px) {


      .one {
          width: 500px;
          position: relative;
          top: -0.5rem;
      }

      .digitizing-txt li:after {
          right: -0.3rem;
      }

      .two .digitizing-img img {
          width: 450px;
      }

      .three {
          width: 550px;

      }




      .c2m-swiper-box .swiper-slide ul li img {
          width: 0.5rem;
      }

      .item-bg2,
      .item-bg1,
      .item-bg3 {
          width: 150px;
          height: 150px;
      }

      .hdLis dl dd img {
          max-width: 60%;
          max-height: 60%;
      }

      .hdLis dl dd {
          width: 220px;
          height: 1rem;
          margin-bottom: 0;
      }


      .hzhZi,
      .flTg dl dd span,
      .fic dd p,
      .banner-bottom .wrap li a,
      .c2m-bullet {
          font-size: 0.22rem;
      }


      .CbContainer,
      .abZi,
      .fic dd span {
          font-size: 0.22rem;
      }

      .homeMore a {
          font-size: 0.2rem;
      }

      .xzP h1 {
          font-size: 0.36rem;
      }

      .CbContainer {
          width: 80%;
      }

      .flTg {
          width: 6.2rem;
      }

      .flImg {
          width: 5rem;
      }

      .homeMore {
          width: 2rem;
          height: 0.5rem;
      }
  }





  @media only screen and (max-width: 760px) {

      .banner {
          height: 580px !important;
      }

      .banner-bottom,
      .bg,
      .flImg,
      .pcImg {
          display: none;
      }

      .digitizing-content .wrap,
      .mImg {
          display: block;
      }

      .digitizing-txt li {
          font-size: 12px;
      }

      .bannerVideo {
          width: 100%;
          height: 190px;
      }

      .banner .swiper-pagination {
          bottom: 15px !important;
      }

      .homeSzhpt {
          padding-top: 35px;
      }

      .homeTi h1 {
          font-size: 20px;
      }

      .homeTi p,
      .szhTi {
          font-size: 18px;
      }

      .Menubox ul li h1,
      .flTg dl dd p {
          font-size: 16px;
      }

      .hzhZi,
      .zxLis li a h1,
      .Menubox ul li p,
      .CbContainer,
      .flTg dl dd span {
          font-size: 14px;
      }

      .CbContainer {
          width: 100%;
      }

      .CbContainer .homeMore {
          margin-top: 20px;
      }

      .c2m-bullet {
          font-size: 14px;
          padding: 0 6px;
      }

      .c2m-swiper-box .swiper-slide {
          padding: 20px;
      }

      .c2m-swiper-box .swiper-slide ul li img {
          width: 30px;
      }

      .c2m-swiper-box .swiper-slide ul li h1 {
          font-size: 12px;
      }

      .table {
          height: auto;
          border: none;
      }

      .homeMore {
          width: 120px;
          height: 30px;
          font-size: 14px;
      }

      .homeMore a {
          font-size: 14px;
      }

      .item-bg1,
      .item-bg2,
      .item-bg3 {
          width: 100px;
          height: 100px;
      }

      .homeZx {
          padding: 40px 0;
          background-size: cover;
      }

      .zxLe {
          width: 100%;
          float: none;
      }

      .szhFl {
          padding: 35px 0;
          background-size: contain;
      }

      .szhFl .wrap {
          display: block;
      }

      .szhFl .homeMore {
          display: none;
      }

      .flTg {
          width: 100%;
      }

      .aboutTxt {
          padding: 0 20px;
          display: block;
          top: 20px;
          left: 0;

      }

      .abZi,
      .fic dd p {
          width: 100%;
          font-size: 14px;
      }

      .aboutTxt .homeMore {
          margin-top: 10px;
      }

      .fic dd span {
          font-size: 12px;
      }

      .dw01 {
          top: 50%;
          left: 2%;
      }

      .dw03 {
          top: 50%;
          left: auto;
          right: 1%
      }

      .dw02 {
          top: 66%;
          left: 2%;
      }

      .dw04 {
          top: 60%;
          left: auto;
          right: 1%
      }

      .dw05 {
          top: 75%;
          left: auto;
          right: 7%
      }

      .homeHz {
          padding: 30px 0;
      }

      .hdLis dl dd {
          width: 120px;
          height: 40px;
      }

      .hdLis dl dd img {
          max-width: 50%;
      }

      .hdLis {
          margin-bottom: 10px;
      }
  }

  @keyframes myfirst {
      0% {
          transform: translate(0px, 0px);

      }

      50% {
          transform: translate(0px, -10px);

      }

      100% {
          transform: translate(0px, 0px);

      }
  }

  @keyframes myfirst1 {
      0% {
          transform: translate(0px, 0px);

      }

      50% {
          transform: translate(0px, 10px);

      }

      100% {
          transform: translate(0px, 0px);

      }
  }