/* 家装案例 */
.xyzs_cases{
    height: 977px;
    background: url(../images/jcases/cases_bg.jpg)no-repeat center;
}
.xyzs_cases .mjdz_title{
    padding-top: 67px;
}
.xyzs_cases_box{
    width: 1500px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.xyzs_cases_box .xyzs_cases_left{
    width: 620px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xyzs_cases_box .xyzs_cases_left .cases_leftli{
    width: 305px;
    height: 279px;
    position: relative;
    overflow: hidden;
    margin-bottom: 11px;
}
.xyzs_cases_box .xyzs_cases_left .cases_leftli img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xyzs_cases_box .xyzs_cases_left .cases_leftli .cases_leftli_zz{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    top: -100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .3s ease;
}
.xyzs_cases_box .xyzs_cases_left .cases_leftli:hover .cases_leftli_zz{
    top: 0;
}
.xyzs_cases_box .xyzs_cases_left .cases_leftli .cases_leftli_zz .cases_leftli_br{
    width: 17px;
    height: 3px;
    background: #FF4900;
}
.xyzs_cases_box .xyzs_cases_left .cases_leftli .cases_leftli_zz h1{
    font-size: 19px;
    color:#fff;
    font-weight: 1000;
    line-height: 19px;
    padding-top: 13px;
}
.xyzs_cases_box .xyzs_cases_left .cases_leftli .cases_leftli_zz p{
    font-size: 16px;
    line-height: 16px;
    padding-top: 14px;
    color:#fff;
}
.xyzs_cases_box .xyzs_cases_left .cases_leftli .cases_leftli_zz i{
    width: 27px;
    height: 27px;
    background: url(../images/jcases/cases_icon01.png)no-repeat center;
    margin-top: 16px;
}
.xyzs_cases_box .xyzs_cases_right{
    width: 866px;
    height: 569px;
    overflow: hidden;
    position: relative;
}
.xyzs_cases_box .xyzs_cases_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xyzs_cases_box .xyzs_cases_right .cases_right_zz{
    position: absolute;
    width: 100%;
    height: 62px;
    background: rgba(0,0,0,50%);
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.xyzs_cases_box .xyzs_cases_right .cases_right_zz i{
    width: 4px;
    height: 24px;
    background: #FF4900;
    margin-left: 26px;
}
.xyzs_cases_box .xyzs_cases_right .cases_right_zz p{
    color:#fff;
    font-size: 18px;
    padding-left: 14px;
    display: flex;
    align-items: center;
}
.xyzs_cases_box .xyzs_cases_right .cases_right_zz p span{
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xyzs_cases_box .xyzs_cases_right .cases_right_zz img{
    width: auto;
    height: auto;
    margin-left: 12px;
}
.xyzs_casesbtn_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.xyzs_casesbtn_box .cases_btn{
    width: 282px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/jcases/cases_btn01.png)no-repeat center;
    color:#fff;
    font-size: 16px;
    margin: 0 36px;
}
.xyzs_casesbtn_box .cases_btn.btn02{
    background: url(../images/jcases/cases_btn02.png)no-repeat center;
}
.xyzs_casesbtn_box .cases_btn img{
    margin-right: 7px;
}