.telNumber-head {
    background: url(../img/contact/bg_contactus.png) no-repeat;
    background-size: cover;
    padding: 120px  27.4vw;
}

.telNumber-head img {
    width: 11.5vw;
    height: 11.5vw;
}
.telNumber-head li{
    color: white;
    font-size:16px;
    font-family:AlibabaPuHuiTi-Medium,AlibabaPuHuiTi;
    font-weight:500;
    text-align: center;
}
.telNumber-head li span{
    margin-top: 23px;
}
.telNumber-head ul{
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}
.number{
    padding: 80px 0 80px 9vw;
}
.number>span{
    font-size:16px;
    letter-spacing: 1px;
    padding-bottom: 3px;
}
.number .top{
    margin-top: 80px ;
    color: #8D8D8D;
}
.number>h1{
    color: #3275D0
    
}
.telNumber-content{
    display: flex;
}
.telNumber-content>div{
    flex: 1;
}
/* 移动端 */
@media screen and (max-width: 768px){
  .white-title{
    font-size: 34px;
  }
  .mediu-font-14{
    font-size: 14px;
  }
  .telNumber-head{
    padding:  60px 68px;
  }
  .telNumber-head ul{
    margin-top: 0px;
    flex-direction: column;
    padding: 0 36px;
    justify-content: center;
    align-items: center;
  }
  .telNumber-head li{
    margin-top: 40px;
  }
  .telNumber-head img{
    width:unset;
    height: unset;
  }
  .telNumber-content {
    display: flex;
    flex-direction: column;
    height: 786px;
  }
}