﻿.m_tel{
    position: fixed;
    right: 0;
    z-index: 999;
    bottom: 220px;
}

@media(min-width: 768px){
    .m_tel{
        display: none;
    }

}
.foot1{
    float: left;
    color: #fff;
    font-size: 14px;
}
.foot1 li{
    float: left;
    padding-left: 150px;
}
.foot1 a{
    color: #fff;
}