.qz_index_module02{
    margin-top: .13rem;
    /*padding-bottom: .36rem;*/
}
.qz_index_module02_content_box{
    background: #FBFBFB;
    padding: .43rem 0 .74rem;
    margin-top: .54rem;
}
.qz_index_module02_content{
    width: 13rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.qz_index_module02_content .qz_index_module02_item{
    width: 4.1rem;
    margin-right: .35rem;
    background: #fff;
    border-radius: .05rem;
    box-shadow: 0 ;
    font-size: 0;
    box-shadow: 0 .15rem .5rem rgba(0,0,0,0.05);
    overflow: hidden;
    margin-bottom: .3rem;
}
.qz_index_module02_content .qz_index_module02_item:nth-child(3n){
    margin-right: 0;
}
.qz_index_module02_item .module02_item_img{
    width: 100%;
    height: 2.8rem;
    position: relative;
}
.qz_index_module02_item .module02_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qz_index_module02_item .module02_item_img .module02_item_zz{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all .5s ease;
}
.qz_index_module02_item:hover .module02_item_img .module02_item_zz{
    transform: translateY(0);
}
.qz_index_module02_item .module02_item_zz .module02_item_zz_content{
    width: 3.65rem;
    height: 2.47rem;
    border: 1px solid #fff;
    border-radius: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.qz_index_module02_item .module02_item_zz .module02_item_zz_content .zz_tit{
    font-size: .19rem;
    font-weight: bold;
    color:#fff;
}
.qz_index_module02_item .module02_item_zz .module02_item_zz_content .zz_sub{
    color:#fff;
    font-size: .16rem;
    margin: .08rem 0 .18rem 0;
}
.qz_index_module02_item .module02_item_zz .module02_item_zz_content .zz_btn{
    width: 1.37rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    background: #EE7821;
    border-radius: .05rem;
    font-size: .16rem;
    color:#fff;
}
.qz_index_module02_item .tit{
    font-size: .19rem;
    padding: .24rem .22rem .32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#323232;
}
.qz_index_module02_item .tit span{
    font-size: .16rem;
    padding-left: .16rem;
}
.qz_index_module02_item .tit span b{
    padding-right: .16rem;
}
.qz_index_module02_btn{
    width: 2.75rem;
    line-height: .52rem;
    border: 1px solid #D0D0D0;
    border-radius: .05rem 0 .05rem .05rem;
    font-size: .16rem;
    color:#EE7821;
    display: block;
    text-align: center;
    margin: .25rem auto 0;
    position: relative;
    transition: all .5s ease;
}
.qz_index_module02_btn:hover{
    transform: translateY(-10px);
}
.qz_index_module02_btn::after{
    content: '';
    position: absolute;
    width: .09rem;
    height: .09rem;
    background: url(../images/tuanz/qz_index_icon09.png)no-repeat center/100% 100%;
    right: -.04rem;
    top: -.04rem;
}