@media (max-width: 1150px) {
  .head_pc {
    display: none;
  }
  .head_wap {
    padding: 0 5% 0 0;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
  }
  .head_wap .wap_logo img {
    width: 80%;
  }
  .about-us {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .about-us::-webkit-scrollbar {
    display: none;
  }
  .ibox2 {
    height: auto;
  }
  
  
  
  
  .list2 li{
    display: flex;
}
.list2 .info{
    width: 50%;
    
}
.list2 .info .tit{
    margin-bottom: 40px;
        overflow: auto;
    white-space:normal !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.list2 li a{
    width: 50%;
}

.er_im{
   width: 30%;  
   margin:10px auto 0  ;
}


.pr_body_img {
    background-color: rgba(0, 0, 0, 0);
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}



  
}





