.qm_head{
padding: 0 2.08%;
}
.qm_head_l{
    color: #0074e0;
}
.qm_head_r .qm_head_r_liselect{
    background: #0074e0;
}
.yuewan-cont{
    width: 100%;
    padding:0 2.8% 100px;
}
.yuewan-item{
    display: inline-block;
    box-sizing: border-box;
    width: 33.333333%;
    vertical-align:top;
    color: #fff;
    float: left;
}
.yw-item-text{
    width: 100%;
    max-width: none;
    min-width: 100%;
    padding-top: 62.6%;
    border: 0;
    position: relative;
}
.yw-item-text1{
    background: url('../img/yuewan/price.jpg') center center no-repeat;
    background-size: cover;
}
.yw-item-text2{
    background: url('../img/yuewan/duty.jpg') center center no-repeat;
    background-size: cover;
}
.yw-item-text3{
    background: url('../img/yuewan/vision.jpg') center center no-repeat;
    background-size: cover;
}
.yw-item-text::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.yw-item-text1::after{
    background: rgba(239,59,59,.7);
}
.yw-item-text2::after{
    background: rgba(26,59,184,.7);
}
.yw-item-text3::after{
    background: rgba(242,101,49,.7);
}
.yw-text-cont{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.yw-tl{
    margin-bottom: 0.2rem;
}
.yw-text{
    font-size: 20px;
}
@media (max-width: 768px) {
    .yw-tl{
        margin-bottom: 0;
        font-size: 0.14rem;
    }
    .yw-text{
        font-size: 0.12rem;
    }
    
}

