.footer{
    width: 100%;
    height: 440px;
    display: block;
    margin: 0 auto;
    background-color: #0536be;
    
 
}


.footer .footers{
    margin-right: auto;
    margin-left: auto;
    height: 300px;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 5% ;

}


.footer .footers .footers_l{
    width: 10%;
    height: 304px;
   line-height: 440px;
    float: left;
    text-align: center;
 
}

.footer .footers .footers_l img{

}

.footer .footers .footers_r{
    width: 10%;

    float:right;
    text-align: center;

}

.footer .footers .footers_c{

    text-align: center;
    padding-top: 75px;
    width: 750px;
    display: block;
    margin: 0 auto;
}

.footer .footers .footers_c ul li{
    float: left;
    width: 20%;
    height: 100%;
}

.footer .footers .footers_c ul li a{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
}

.footer .footers .footers_c ul li a:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.footer .footers .footers_c ul li a:nth-child(2):hover{
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 15px rgba(67, 72, 84, 0.5);
    color: #FFFFFF;
    font-weight: bold;
}

.footer .footers .footers_c ul li a:nth-child(3):hover{
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 15px rgba(67, 72, 84, 0.5);
    color: #FFFFFF;
    font-weight: bold;
}
.footer .footers .footers_c ul li a:nth-child(4):hover{
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 15px rgba(67, 72, 84, 0.5);
    color: #FFFFFF;
    font-weight: bold;
}
.footer .footers .footers_c ul li a:nth-child(5):hover{
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 15px rgba(67, 72, 84, 0.5);
    color: #FFFFFF;
    font-weight: bold;
}











.footer p{
    text-align: center;
    color: #FFFFFF;
}



.footer p:nth-child(2){
    margin: 34px 0 12px 0;
}

