  .section_con {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .5);
      left: 0;
      top: 0;
      z-index: 2;
  }

  .section_con img {
      width: 53%;
      position: absolute;
      z-index: 2;
      top: 53%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }

  .banner-text {
      color: #1d2129;
      position: absolute;
      bottom: 0;
      background: rgb(255 255 255 / 10%);
      width: 100%;
      height: 128px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .banner-text .text {
      color: #fff;
      font-size: 42px;
      font-weight: 600;
  }

  .banner-text .text2 {
      color: #4e5969;
      font-size: 14px;
  }

  .banner-text .button {
      font-family: PingFang SC;
      margin-left: 48px;
      display: flex;
      height: 45px;
      padding: 0 30px;
      justify-content: center;
      align-items: center;
      border-radius: 60px;
      background: #ffffff;
      color: #1366EC;
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      transition: all .3s ease-in-out;
      cursor: pointer;
  }




  .mdeia_w {
      width: 1280px;
  }

  .bg_video {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
  }

  .zc_image_box:hover,
  .gcloud:hover {
      /* background-image: linear-gradient(253deg, rgba(55, 0, 255, .05) 0%, rgba(0, 98, 255, .05) 100%); */
  }

  .gcloud:hover {
        border-radius: 0;
    }

    .gcloud .zc_image_box:hover{
        background: none;
    }

  .gcloud_1:hover {
      border-radius: 10px 0 0 0;
  }

  .gcloud_2:hover {
      border-radius: 0 10px 0 0;
  }

  .gcloud_3:hover {
      border-radius: 0 0 10px 0;
  }

  .gcloud_4:hover {
      border-radius: 0 0 0 10px;
  }

  .zc_image_box:hover .zc_text_96,
  .lazy-bg:hover .zc_text_961,
  .gcloud:hover .zc_text_96 {
      color: rgb(15 57 168);
  }

  .product-cards .section5 .section-main{
    padding: 0 !important;
  }

  .product-cards .section1 .section-body li::before{
    width: 0 !important;
  }

  .product-cards .section1 .section-body ul{
    padding: 0 !important;
  }

  .product-cards .section5 {
    margin-bottom: 75px;
  }

  .about .section-body{
    margin: 70px auto 0;
  }

  .about .section2 li:nth-child(4), .about .section2 li:nth-child(5){
    margin-top: -40px !important;
  }

  .about .section2 ul{
    text-align: center;
  }

  .he_pc_hd.act .he_pcbx.border {
    border: 0 !important;
  }

  .container {
    padding-top: 20px !important;
  }

  .breadcrumb-wrap {
    margin-bottom: 0 !important;
  }

  @keyframes expand {
    0% {
      background-size: 100%;
    }
    100% {
      background-size: 110%;
    }
  }

  .gcloud-bg:hover {
      background-size: 180% !important;
  }

  @media screen and (min-width: 1920px) {
      .mdeia_w {
          width: 1280px !important;
      }
  }

  @media (min-width: 1920px) {

      .container-xxl,
      .container-xl,
      .container-lg,
      .container-md,
      .container-sm,
      .container {
          max-width: 1280px !important;
      }
  }