/* 底部css */

footer {
    width: 100%;
    background: #034688;
    box-sizing: border-box;
    padding-top: 30px;
}

.foot {
    width: 100%;
    height: 277px;
    background: #034688;
}

.Bcontent {
    width: 1290px;
    height: 240px;
    display: flex;
    margin: 0 auto;
}

.Bcontent1 {
    width: 400px;
    height: 240px;
    border-right: 1px solid #0a61b7;
}

.ospan {
    display: inline-block;
    height: 25px;
    width: 2px;
    background: red;
}

.Bcontent2 {
    height: 21px;
    width: 89px;
    border-right: 3px solid red;
    font-size: 20px;
    line-height: 18px;
}

.Bcontent2 a {
    color: #FFF;
}

.Bcontent3 {
    margin-top: 30px;
}

.Bcontent3 li {
    font-size: 16px !important;
    line-height: 25px;
    color: #FFF;
}

.Bcontent4 {
    font-size: 30px;
    color: #FFF;
    margin-top: 20px;
}

.Bcontent5 {
    width: 560px;
    height: 240px;
    border-right: 1px solid #0a61b7;
}

.Bcontent6 {
    width: 376px;
    height: 218px;
    margin: 0 auto;
    margin-top: 15px;
}

.Bcontent6 p {
    font-size: 18px;
    color: #FFF;
}

.Bcontent7 {
    width: 360px;
    height: 160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.Bcontent7 li {
    width: 125px;
    height: 160px;
    font-size: 16px;
    text-align: center;
}

.Bcontent7 p {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.Bcontent8 {
    width: 286px;
    height: 150px;
    margin: 0 auto;
    margin-top: 30px;
}

.Bcontent8 p {
    font-size: 18px;
    color: #FFF;
}

.Bcontent9 {
    width: 280px;
    height: 90px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Bcontent9 li {
    width: 90px;
}

.Bcontent9 a {
    color: #FFF;
    font-size: 16px;
}

.foot1 {
    width: 100%;
    /* height: 60px; */
    background: #021b33;
    padding-top: 15px;
    padding-bottom: 20px;
}

.foot1 p {
    text-align: center;
    /* line-height: 60px; */
    font-size: 14px;
    color: #FFF;
}