.section_content {
    padding-bottom: 1rem;
    background-size: 100% 100%;
    background-image: url(../img/meng314.png);
  }
  .contit {
    color: #303030;
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
  }
  .contit1 {
    color: #555555;
    font-weight: 400;
    font-size: 0.16rem;
    text-align: center;
    margin-top: 0.08rem;
  }
  .Con_honswiper {
    /*height: 15.4rem;*/
    width: 100%;
    position: relative;
  }
  .Con_honswiper1 {
    position: relative;
    /*height: 16.4rem;*/
  }
  .H_mySwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.1rem 0.1rem !important;
    margin-top: 0.4rem;
  }
  .H_mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* height: calc((100% - 30px) / 2) !important; */
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Con_honswiper1 .swiper-pagination-bullet {
    width: 0.37rem;
    height: 0rem;
    border: 0.05rem solid #C1C1C1;
    border-radius: 0.02rem;
  }
  .Con_honswiper1 .swiper-pagination-bullet-active {
    width: 0.37rem;
    height: 0rem;
    border: 0.05rem solid #1978DC;
    border-radius: 0.02rem;
  }
  .H_asp {
    display: block;
    width: 100%;
    height: 100%;
  }
  .H_asp:hover .H_img {
    box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0, 0, 0, 0.32);
  }
  .H_asp:hover .H_text1 {
    color: #1978DC;
  }
  .H_img {
    width: 4.4rem;
    height: 3.3rem;
    display: flex;
    background: #EDEDED;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  .H_img1 {
    width: 4rem;
    height: 3rem;
    display: flex;
  }
  .H_text1 {
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    margin-top: 0.15rem;
    transition: all 0.3s;
  }
  .Hon_pagin {
    bottom: 0% !important;
    height: fit-content !important;
    width: fit-content !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .Con_honswiper1 .Hix_next {
    width: 0.52rem;
    height: 0.52rem;
    background: #eee;
    border-radius: 50%;
    top: 99%;
    right: 33%;
  }
  .Con_honswiper1 .Hix_next::after {
    font-size: 0.18rem;
    color: #000;
  }
  .Con_honswiper1 .Hix_prev {
    width: 0.52rem;
    height: 0.52rem;
    background: #eee;
    border-radius: 50%;
    top: 99%;
    left: 33%;
  }
  .Con_honswiper1 .Hix_prev::after {
    font-size: 0.18rem;
    color: #000;
  }
  
  
  @media only screen and (max-width:768px){
      .section_content{
          padding-left: 0.2rem;
          padding-right: 0.2rem;
      }
      .Hon_pagin{
          top: 96%!important;
      }
      .fancybox__container{
          margin-top: 1rem!important;
      }
      .Con_honswiper1 .Hix_next{
              right: 29%;
      }
      .Con_honswiper1 .Hix_prev{
          left: 29%;
      }
  }