 /*
    **cooperation css
  */
 .bannerimg{
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  .bannerimg a{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
  }
  .bannerimg h2{
    max-width:500px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #333;
    font-size: 36px;
  }
  @media screen and (max-width: 768px){
   .bannerimg h2{
    font-size:20px;
  }
}
.container .hezuo-title{
    padding: 20px 0;
}
.container .hezuo-title h3{
    font-size: 20px;
    color: #0168bf;
}
.container .hezuo-title p{
  color: #333;
  font-size: 14px;
  text-indent: 40px;
  line-height: 35px;
}