.footer{
    height: 225px;
    background-color: #F6F6F6;
}
.footer .container{
    height: 225px;
    position: relative;
}

.contact_left{
    width: 100%;
    min-height: 225px;
    position: absolute;
    left: 0;
    padding-top: 11px;
    font-family:sans-serif;
    
}
.contact_left h2{
    font-size:18px;
    font-weight:500;
    color:rgba(0,0,0,0.85);
    line-height:28px;
    font-family:sans-serif;

}
.contact_left p{
    width: 100%;
    height: 32px;
    font-size:14px;
    font-weight:400;
    font-family:sans-serif;
    color:rgba(0,0,0,0.65);
    line-height:32px;
    margin: 0;
}
.contact_right{
    position: absolute;
    right: 0;
}
.contact_right>div{
    width: 150px;
    height: 225px;
    float: right;
    padding-top: 49px;
}
.contact1{
    margin-right: 40px;
}
.contact_right>div img{
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 0 10px 27px;
}
.contact_right>div span{
    width: 150px;
    display: inline-block; 
    text-align: center; 
    font-size:14px;
    font-family:sans-serif;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:20px;

    overflow: hidden;
    white-space: nowrap;/* 文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
    text-overflow: ellipsis;
}
