.banner a{
    position: relative;}
.banner a p{
    position: absolute;
    bottom: 100px;
    width: 60%;
    height: 60px;
    left: 50%;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.6);
    color: #fff;
    transform: translateX(-50%);}

@media (max-width:1024px){
    .banner a p{width:96%;padding:0 2%;height:32px;line-height:32px;bottom: 40px;background: rgba(0,0,0,0.4);color: #bfb7b7;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display:none;}
}
.footimg{max-width:130px;}
