.cooperate_banner{
    font-size: 0;
    position: relative;
}

.cooperate_banner img{
    width: 100%;
    height: auto;
}


.cooperate_banner .layer{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
 z-index: 9;

}




.cooperate_banner .box{
  width: 100%;
  height: 150px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%,-50%);
  text-align: center;
 z-index: 10;
  
}

.cooperate_banner .box h3{
  font-size: 50px;
}

.cooperate_banner .box h5{
  font-size: 30px;
  text-transform: uppercase;
  font-weight:100;

}











.cooperate_box {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #0636be;
  box-sizing: border-box;
}


.cooperate_box  ul{
  width: 1200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  box-sizing: border-box;
}

.cooperate_box  ul li{
 float: left;
 width: 20%;
 color: #fff;
 text-align: center;
}










.cooperate_box ul li   p{
 display: inline-block;
 text-align: left;
 font-weight: 100;


}

.cooperate_box ul li p   .peo{
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
}

.cooperate_box ul li p  span{
  font-size: 30px;
  font-weight: 100;
}












































.cooperate01{
    font-size: 0;
}

.cooperate01  img{
    width: 100%;
    height: auto;
}