body {
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
}

.footer {
    /* height: 235px; */
    margin-top: 10px;
    background-position: center;
    background: #00215c;
}

.foot_nav {
    background: #00215c;
    color: white;
    margin-top: 10px;
}

.nav_cont {
    width: 1400px;
    background: #00215c;
    background-image: url(./image/foot.png);
    background-repeat: no-repeat;
    padding:20px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    /* border-bottom: 1px dashed #caccc9; */
}

.nav_cont a {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.foot_mes {
    background: #00215c;
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
    /* margin: 20px; */
    /* margin-top:10px; */
    line-height: 30px;
}

.foot_img {
    text-align: center;
    padding:15px 0;

}