/* 顶部图片 */
.homeBg{
    height: 7.1875rem;
    background: url('../static/cooperationBg.jpg') no-repeat;
    background-size: cover;
    position: relative;
   }
   /* .homeBg .message{
     position: absolute;
     top: 2.3rem;
     right: 0;
   } */
   .homeBg .message img{
     display: block;
     padding-bottom: .05rem;
   }
   .continer{
    background-color: #FFFFFF;
   }
   .partner{
     text-align: center;
     padding: .8375rem 0 .5125rem 0;
   }
   .partner .title{
    font-size: .625rem;
    font-weight: bold;
    color: #333333;
   }
   .partnerImg{
     text-align: center;
     padding: 0 1.25rem;
   }
  .partnerImg img{
    width: 100%;
    height: 100%;
  }
  .contact .title{
    text-align: center;
    font-size: 50px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding: 1.125rem 0 .7375rem 0;
  }
  .contact .contactList{
   display: flex;
   padding: 0 3.375rem;
   padding-bottom: 1.675rem;
   justify-content: space-around;
  }
  .contact .contactList li{
   position: relative;
  }
  .contact .contactList li .card{
    display: block;
    width: 3.5625rem;
    height: 5.3rem;
  }
  .contact .contactList li .avatar{
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 1.175rem;
    left: 1.0125rem;
  }
.userInfo{
    position: absolute;
    top: 2.95rem;
    left: 50%;
    transform: translateX(-50%);
}
.userInfo ul li{
    text-align: center;
    line-height: 1;
}
.userInfo .name{
font-size: .425rem;
font-weight: bold;
color: #0089FF;
padding-bottom:.1875rem;
}
.userInfo .dpt{
font-size: .3rem;
color: #333333;
padding-bottom: .1875rem;
}
.userInfo .phone{
    padding-bottom: .1rem;
}
.userInfo .phone,.email{
font-size: .25rem;
color: #333333;
}
