#footer{
    height: 170px;
    /*  background: blue;*/
    padding-top: 52px;
    box-sizing: border-box;
    border-top: 2px solid #4285f4;
}
#footer .footer_center{
    width: 1200px;
    /*   background: red;*/
    margin: 0 auto;
}
#footer .footer_center .link{
    height: 35px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
#footer .footer_center .link a{
    padding-right: 40px;
    padding-left:40px;
    font-size: 13px;
    line-height: 35px;
    color: blue;
}
#footer .footer_center .link a:hover{
    /*   font-size: 16px;*/
    color: orangered;
    text-decoration: underline;
}
#footer .footer_center .Copyright{
    height: 35px;
    width: 800px;
    margin: 0 auto;
}
#footer .footer_center .Copyright P{
    line-height: 35px;
    text-align: center;
    font-size: 13px;
}