/* //底部 */
.bottom {
    width: 100%;
    background: #0061B2;
    padding: 50px 0;
 
}

.bottom-center {
     width:1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.boc-left {
    color: #fff;
}

.boc-left :first-child {
    font-size:30px;
   
    font-weight: 300;
}

.boc-left :nth-child(2) {
    font-size:16px ;

    font-weight: 300;
}

.three {
    font-size: 16px ;
    font-weight: 300;
    padding: 10px 0;

}

.last {
    display: flex;
    align-items: center;
    padding: 9px 0;
}

.last :first-child {
    font-size: 16px;

}

.last :nth-child(2) {
    margin-left: 12px;
}

.boc-right {
    text-align: center;
    font-size:18px;
    color: #fff;
}
.boc-right h4{
    padding: 6px 0;
}


.adds {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #0065B3;
    left: 0;
    bottom: -23px;
    display: block;
}

.b {

    color: #0055B2 !important;
}