﻿/* 底部 footer */
.footer{
    width: 100%;
    margin-top: 3px;
    border-top: 3px solid #CB1610;
}
.footer-head{
    height: 130px;
    margin: 0 auto;
    background: #FFFFFF;
}
.footer-foot{
    width: 800px;
    margin: 0 auto;
    background: #FFFFFF;
}
.footer-foot1,
.footer-foot2,
.footer-foot3{
    float: left;
    margin-top: 20px;
}
.footer-foot2 p img{
    width: 15px;
    height: 15px;
}
.footer-foot1 img{
    width: 90px;
    height: 95px;
}
.footer-foot2 p{
    margin-top: 6px;
    font-size: 14px;
    margin-left: 15px;
}
.footer-foot3{
    margin-left: 30px;
    margin-top: 35px;
    width: 110px;
    border: 1px solid red;
    border-radius: 5px;
}