.ft{
    width: 100%;
    height: 120px;
    background: #4e4c9d;
}
.ft-center{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.ft-center ul{
    display: inline-block;
    text-align: center;
    margin-top: 21px;
}
.ft-center ul li{
    padding:0px 10px;
    height: 14px;
    line-height: 12px;
    border-left: 1px solid #5c5c5c;
    border-right: 1px solid #000000;
}
.ft-center ul li a{
    color: #e5e4ef;
    font-size: 14px; 
}
.ft-center ul li a:hover{
   text-decoration: underline;
   
}
.ft-center ul li.ft-li1{
    border-left: 0;
}
.ft-center ul li.ft-li6{
    border-right: 0;
}
.ft-center p{
    color: #e5e4ef;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px; 
}