/*foot.css*/
#ft{padding: 40px 0; width:100%; min-width: inherit; text-align: center; background: #222;}
#ft *{color:#666; font-size: 14px; line-height: 28px; -ms-transform: skew(-0.1deg); -webkit-transform: skew(-0.1deg); transform: skew(-0.1deg); text-align: center; font-weight: 300;}
#ft_company{margin: 0 auto;}
#ft_company li{display: inline-block;}
@media screen and (max-width:1199px){
    #ft{padding: 30px 0;}
    #ft *{font-size: 13px; line-height: 24px; word-break: keep-all;}
}
@media screen and (max-width:480px){
    #ft *{font-size: 12px; line-height: 18px; text-align: center;}
}