footer{
    width: 100%;
    height: auto;
    padding-top: 100px;
}
footer .foot_top{
    width:100%;
    height: auto;
}
footer .foot_bottom{
    width: 100%;
    background: #B31919;
    height:156px;
}
footer .foot_top{
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    background: #2C2C2C;
}
footer .foot_top p{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    line-height: 14px;
}
footer .foot_top p a{
    font-size: 14px;
    color:#CECECE;
}
footer .foot_top p a:hover{
	color:#fff;
}
footer .foot_top p span{
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #CECECE;
    margin-left: 11px;
    margin-right: 11px;
}
footer .foot_bottom p{
    width:1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    color:#fff;
    padding-top: 50px;
    line-height: 40px;
}
footer .foot_bottom p a{
    color:#fff;
}
