#two-level {
    width: 100%;
    height: 33vh;
}
#two-level img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#two-level-wrap {
    padding: 0;
    width: 100%;
    height: 100%;
}
.two-level-content {
    width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 20px;
    color: #233446;
    /* overflow: hidden; */
}
.level-one {
    display: flex;
    align-items: center;
}
.BMC {
    margin: 70px auto 0px;
    width: 1400px;
}
.BMC .rowBMC {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 60px;
    padding: 0;
}
.BMC .item {
    margin: 0px auto 66px;
    width: 330px;
    text-align: center;
    cursor: pointer;
}
.BMC .item img {
    width: 200px;
    text-align: center;
}
.BMC .content div:first-child {
    font-size: 26px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 45px;
    text-align: center;
}
.BMC .content div:last-child {
    font-weight: normal;
    width: 330px;
    font-size: 18px;
    font-family: Arial;
    color: #233446;
    line-height: 36px;
    margin-top: 4px;
    text-align: left;
    text-align: center;
}