/***********底部**********/
footer{
    width: 100%;
    min-width: 1200px;
    padding: 50px 0 40px;
    margin: 0 auto;
    border-top: 2px solid #377d6d;
    background: #333333;
}
footer .footer{
    width: 1200px;
    margin: 0 auto;
}
footer .footer .footer-top{
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
footer .footer .footer-top ul{
    padding-top: 15px;
}
footer .footer .footer-top ul li{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 35px;
}
footer .footer .footer-top ul li a{
    font-size: 16px;
    color: #999999;
}
footer .footer .footer-top>p{
    width: 1px;
    height: 78px;
    background: #757575;
    margin-top: 25px;
}
footer .footer .footer-top>div{
    width: 227px;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
footer .footer .footer-top>div p{
    width: 100px;
    text-align: center;
}
footer .footer .footer-top>div p span{
    font-size: 14px;
    color: #ffffff;
}
footer .footer>p{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}
/***********底部 end**********/