.l-ykb-list .l-list-ul{
    padding: 0!important;
}
.bmtx-tit{
    color: #2789ee;
    font-size: 24px;
    font-size: .24rem;
    font-weight: bold;
    padding-bottom: 23px;
    padding-bottom: 0.23rem;
    margin-top: 20px;
    margin-top: .2rem;
}
.bmtx-tit img,.bmtx-tit span{
    vertical-align: middle;
}
.bmtx-bar{
    font-size: 0;
}
.bmtx-bar a{
    display: inline-block;
    color: #1492ff;
    font-size: 20px;
    font-size: .2rem;
    border-radius: 4px;
    border-radius: .04rem;
    background: #dcefff;
    height: 56px;
    height: .56rem;
    line-height: 56px;
    line-height: .56rem;
    text-align: center;
    width: 10%;
    margin-left: 1.2%;
    vertical-align: top;
}
.bmtx-bar a:first-child{
    margin-left: 0;
}
.bmtx-bar a.cur,
.bmtx-bar a:hover{
    color: #fff;
    font-weight: bold;
    background: #1492ff;
}
.l-banner {
    width: 100%;
    min-width: 1200px
    min-width: 12rem;
    height: 240px;
    height: 2.40rem;
    background: url(/images/l-banner.png) top center no-repeat;
    background-size: 100% 100%;
}
.w1200 {
    width: 1200px;
    width: 12.00rem;
    margin: 0 auto;
}
.l-qwt-tit > p {
    font-size: 42px;
    font-size: .42rem;
    color: #ffffff;
    padding-top: 70px;
    padding-top: .70rem;
    font-weight: bold;
    padding-left: 20px;
    padding-left: .2rem;
}
.l-qwt-tit .no-tit {
    padding-top: 95px;
    padding-top: .95rem;
}
@media screen and (max-width: 768px){
    .w1200{
        width: 100%;
    }
    .bmtx-tit{
        font-size: .36rem;
    }
    .bmtx-bar a{
        width: 24%;
        font-size: .32rem;
        margin: 0 0 .1rem 1%!important;
    }
}