.container .types .type {
    min-width: 12.5vw;
    white-space:nowrap;
    /*overflow:hidden;*/
    /*overflow-x: auto;*/
}

.container .banner {
  width: 100%;
  height: 41.6666666667vh;
  background: url("../img/cooperate/jjfa.jpg") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1000px){
     .container .about .title, .container .give .title {
         margin-top: 24px;
     }
     .container .types .type {
         min-width: 130px;
     }
}