/* 封面页样式 */
.btn-box02{
    margin-bottom: 40px;
}
.btn-box02 a{
    display: block;
    width: 456px;
    margin-right: 16px;
    height: 106px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    font-size: 22px;
    padding: 20px 30px;
    box-sizing: border-box;
    background-size: cover;
    line-height: 65px;
    margin-bottom: 16px;
    padding-left: 40px;
}
.btn-box02 a img{
    width: 46px;
    display: block;
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}
.btn-box02 a span{
    float: left;
}
.btn-box02 a:nth-of-type(3n){
    margin-right: 0;
}

.btn-box02 a:nth-of-type(1){
    background: url(../images/bg-zlyw01.png) no-repeat center;
}
.btn-box02 a:nth-of-type(2){
    background: url(../images/bg-zlyw02.png) no-repeat center;
}
.btn-box02 a:nth-of-type(3){
    background: url(../images/bg-zlyw03.png) no-repeat center;
}
.btn-box02 a:nth-of-type(4){
    background: url(../images/bg-zlyw04.png) no-repeat center;
}
.btn-box02 a:nth-of-type(5){
    background: url(../images/bg-zlyw05.png) no-repeat center;
}
.btn-box02 a:last-child{
    background: url(../images/bg-zlyw06.png) no-repeat center;
}


