.lmch{
    width: 100%;
}



.mbx{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    color: #0075c5;
    box-sizing: border-box;
}
.mbx>a{
    color: #0075c5;
}
.mbx>a:hover{
    text-decoration: underline;
}
.lmch_cont{
    width: 100%;
    text-align: center;
    border: 1px solid #bfdff8;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    background-color: #eff6fc;
}
.lmch_cont>img{
    margin: 50px 0;
}
