.qz_index_module04{
    margin-top: .82rem;
    font-size: 0;
    background: #FBFBFB;
    padding-bottom: .55rem;
}
.qz_index_module04_top{
    width: 100%;
    height: 4.5rem;
    background: url(../images/jcases/qz_index_bg.jpg)no-repeat center/cover;
}
.qz_index_module04_top_content{
    width: 13rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 1.75rem;
    box-sizing: border-box;
    position: relative;
}
.qz_index_module04_top_content .module04_tit{
    color:#fff;
}
.qz_index_module04_top_content .module04_tit .tit{
    font-size: .5rem;
}
.qz_index_module04_top_content .module04_tit .sub{
    font-size: .32rem;
    color:#fff;
    margin-top: .12rem;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.qz_index_module04_top_content .module04_tit .sub i{
    width: .07rem;
    height: .32rem;
    background: #EE7821;
    margin-right: .21rem;
}
.qz_index_module04_top_nav{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.qz_index_module04_top_nav a{
    color:#fff;
    font-size: .19rem;
    line-height: .5rem;
    text-align: center;
    width: 1.85rem;
    margin-right: 1px;
    background: #050403;
}
.qz_index_module04_top_nav a:last-child{
    margin-right: 0;
}
.qz_index_module04_content{
    width: 13rem;
    margin: .3rem auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.qz_index_module04_content .qz_index_module04_item{
    width: 4.1rem;
    background: #fff;
    border-radius: .05rem;
    overflow: hidden;
    box-shadow: 0 .15rem .5rem rgba(0,0,0,0.1);
    margin-right: .35rem;
    margin-bottom: .3rem;
    transition: all .5s ease;
}
.qz_index_module04_content .qz_index_module04_item:nth-child(3n){
    margin-right: 0;
}
.qz_index_module04_content .qz_index_module04_item:hover{
    transform: translateY(-.09rem);
}
.qz_index_module04_item_img{
    width: 100%;
    height: 2.8rem;
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.qz_index_module04_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qz_index_module04_item_zz{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 .24rem;
    box-sizing: border-box;
    color:#fff;
    transition: all .5s ease;
    transform: translateY(100%);
}
.qz_index_module04_content .qz_index_module04_item:hover .qz_index_module04_item_zz{
    transform: translateY(0);
}
.qz_index_module04_item_zz .tit{
    font-size: .19rem;
    font-weight: bold;
}
.qz_index_module04_item_zz .sub{
    font-size: .16rem;
    margin-top: .08rem;
}
.qz_index_module04_item_zz .module04_item_zz_btn{
    font-size: .16rem;
    width: 1.37rem;
    line-height: .36rem;
    border: 1px solid rgba(255,255,255,0.25);
    color:#fff;
    border-radius: .05rem;
    text-align: center;
    margin-top: .2rem;
    transition: all .5s ease;
}
.qz_index_module04_item_zz .module04_item_zz_btn:hover{
    background: #fff;
    color:#323232;
    border-color:#fff;
}
.qz_index_module04_item_text{
    padding: .26rem .3rem;
    box-sizing: border-box;
    font-size: .16rem;
    color:#000000;
    display: flex;
    align-items: center;
}
.qz_index_module04_item_text i{
    width: .07rem;
    height: .2rem;
    background: #EE7821;
    margin-right: .22rem;
}
.qz_index_module04_item_text p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - .3rem);
}