/*foot*/
.footer {
    width: 100%;
    height: 120px;
    background: #3460ab;
}
.footerInfor {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
}

.footerInfor span {
    display: block;
    height: 40px;
    padding: 40px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}