/*底部*/
.footer{
    height: 210px;
    width: 100%;
    background-color: #000;
}
.footerContent{
    color: #ffffff;
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
    box-sizing: border-box;
    position: relative;
}
.footerContent a{
    color: #ffffff;
    font-size: 16px;
}
.leftDiv li{
    float: left;
    width: 95px;
    text-align: left;
}
.leftDiv{
    float: left;
    margin-top: 25px;
}
.rightDiv{
    float: right;

    font-size: 16px;
}
.footerTel{
    position: absolute;
    top:70px;
    right:325px;
}
.footerTel span:first-child{
    width: 62px;
    height: 62px;
    display: inline-block;
    background: url("../img/phone.png") no-repeat;
    vertical-align:middle;
    margin-top: 15px;
}
.footerMail{
    position: absolute;
    top:70px;
    right:0px;
}
.footerMail span:first-child{
    width: 62px;
    height: 62px;
    display: inline-block;
    background: url("../img/eamil.png") no-repeat;
    vertical-align:middle;
    /*background-size: 62px;*/
    margin-top: 15px;
}