  .xin_muluzi {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 10px 21px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
  }

  .xin_muluzi_A {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }

  .xin_muluzi a {
    display: block;
  }

  .xin_muluzi_A>div {
    width: 32%;
    margin: 0 0.6% 20px;
  }

  .xin_muluzi_A>div a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 50px;
    background-color: #053B83;
    text-transform: uppercase;
    font-size: 16px;
  }

  .xin_muluzi_A>div a:hover {
    background: #FECA0A;
    color: white !important;
  }

  .xin_muluzi_A+div {
    width: 16%;
  }

  .he_muli_active a {
    background-color: #FECA0A !important;
    color: white !important;
  }

  .xinxi_top {
    position: relative;
  }

  .xinxi_top_img {
    width: 100%;
    display: flex;
    justify-content: right;
  }


  .xinxi_top_img img {
    width: 100%;
  }

  @media (max-width:1750px) {
    .xin_muluzi {
      width: 95%;
    }

    .style_public_contact {
      width: 95%;
    }
  }

  @media (max-width:998px) {
    .xinxi {
      width: 100%;
      padding: 20px 0;
      box-sizing: border-box;
    }

    .products_list {
      width: 100% !important;
    }

    .xinxi_foot_A {
      margin-bottom: 20px;
    }

    .xin_muluzi_A>div {
      width: 48.8% !important;
    }

    .xin_muluzi {
      align-items: flex-start;
    }

    .xin_muluzi_A+div {
      width: 30%;
    }

    .xin_muluzi_A+div {
      display: none;
    }
  }

  @media (max-width:500px) {

    .xin_muluzi_A>div {
      width: 100% !important;
    }
  }