
.pc{
    display: block;
}
.mobile{
    display: none;
}
.wrap{
    max-width: 1400px;
    min-width: 320px;
    margin: 0 auto;
}
.v_banner{
    position: relative;
    margin-bottom: 10px;
}
.top-title{
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
}
.com-title{
    text-align: center;
}
.com-title span{
    position: relative;
    display: inline-block;
    font-size: 34px;
    text-align: center;
    color: #282828;
}
.com-title span:after{
    position: absolute;
    z-index: -1;
    content: '';
    left: -20px;
    right: -20px;
    bottom: -12px;
    height: 28px;
    background-color: #f6f3fc;
}
.list{
    margin-bottom: 115px;
}
.list li{
    float: left;
    width: 25%;
    height: 334px;
    text-align: center;
}
.list li .img-box{
    position: relative;
    height: 200px;
    margin-bottom: 24px;
}
.list li img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    max-width: 100%;
}
.list li .title{
    line-height: 50px;
    font-weight: bold;
    font-size: 30px;
    color: #7666d1;
}
.list li p{
    font-size: 18px;
    line-height: 30px;
    color:#666;
}
.feature{
    padding-bottom: 100px;
}
.feature li{
    float: left;
    width: 22%;
    margin-right: 4%;
    height: 390px;
    padding: 0 48px;
    background: #f6f3fc;
    box-sizing: border-box;
}
.feature li:last-child{
    margin-right: 0;
}
.feature li span{
    display: block;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon1{
    background-image: url(../images/feature_01.png);
}
.icon2{
    background-image: url(../images/feature_02.png);
}
.icon3{
    background-image: url(../images/feature_03.png);
}
.icon4{
    background-image: url(../images/feature_04.png);
}
.feature .com-title{
    margin-bottom: 40px;
}
.feature li .des{
    font-weight: bold;
    line-height: 44px;
    font-size: 22px;
    color: #282828;
    text-align: center;
}
.feature li p{
    font-size: 16px;
    line-height: 26px;
    color: #8f889c;
}
.apply{
    padding: 80px 0 95px;
    background: #f6f3fc;
}
.apply-title{
    margin-bottom: 34px;
}
.apply-title span:after{
    background-color: #eae4f9;
}
@media only screen and (max-width:1260px){
    .list li{
        padding: 0 20px;
    }
    .feature li{
        padding: 0 30px;
    }
    .feature li span{
        height: 150px;
    }
    .feature li .des{
        font-size: 20px;
    }
}
@media only screen and (max-width:1040px){
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .m-banner{
        margin-bottom: 60px;
    }
    .m-banner img{
        width: 100%;
    }
    .com-title span{
        font-size: 36px;
    }
    .com-title span:after{
        height: 28px;
    }
    .list{
        padding: 32px 0 80px;
        margin-bottom: 0;
    }
    .list li{
        width: 50%;
        height: 358px;
        padding-top: 28px;
    }
    .list li .img-box{
        margin-bottom: 20px;
    }
    .list li p{
        font-size: 24px;
        line-height: 30px;
    }
    .feature{
        padding: 0 30px;
    }
    .feature .com-title{
        margin-bottom: 50px;
    }
    .feature li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .feature li:nth-child(2n){
        margin-right: 0;
    }
}
@media only screen and (max-width:767px){
    .m-banner{
        margin-bottom: 30px;
    }
    .com-title span{
        font-size: 18px;
    }
    .com-title span:after{
        height: 14px;
        bottom: -6px;
    }
    .list{
        padding: 16px 0 40px;
        margin-bottom: 0;
    }
    .list li{
        height: 340px;
        padding-top: 14px;
    }
    .list li .img-box{
        margin-bottom: 10px;
    }
    .list li p{
        font-size: 16px;
        line-height: 24px;
    }
    .feature{
        padding: 0 15px;
    }
    .feature .com-title{
        margin-bottom: 25px;
    }
    .feature li{
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .apply{
        padding: 40px 0 47px;
    }
    .apply-title{
        margin-bottom: 17px;
    }
    .home_subsidy .liuyanFrom{
        padding: 15px;
    }
    .home_subsidy .liuyanFrom .save_btn{
        margin-top: 25px;
    }
}
@media only screen and (max-width:480px){
    .list li{
        height: 280px;
    }
    .list li .img-box{
        height: 120px;
    }
    .feature li{
        padding: 0 15px;
        height: 360px;
    }
    .feature li span{
        height: 110px;
        background-size: 60px auto;
    }
    .feature li .des{
        font-size: 16px;
    }
    /* .home_subsidy .liuyanFrom .form_company,.home_subsidy .liuyanFrom li.form_other > div{
        padding-left: 70px;
    } */
    .home_subsidy .liuyanFrom li .layui-form-item .layui-inline:first-child::after{
        width: 0px;
    }
}