/*家装案例*/
 .floor_jiazhuanganli {
 }
.jiazhuang_case_box {
    margin-bottom: 54px;
}
.jiazhuang_case_style_choose {
    color: #727272;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 45px;
}
.jiazhuang_case_style_choose a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #727272;
    padding: 0 7px
}

.style_active {
    color: #07a865 !important
}


.case_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.case_list ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: -10px;
}

.case_list li {
    float: left;
    margin-left: 4px;
    width: 24.7%;
    margin-top: 4px;
    height:auto;
    max-height: 325px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.case_list li:hover .case_detail_shadow_box {
    opacity: 1;
}

.case_list li:hover .case_detail_bottom_box {
    opacity: 0;
}

@media screen and (min-width: 1900px) {
    .case_list li {
        width: 24.79%;
    }
}
@media screen and (max-width: 1610px) {
    .case_list ul {
        margin-left: -10px;
    }
}


.case_list_box {
    width: 100%;
    max-height:325px;
    height:auto;
}

.case_list_box img {
    width: 100%;
	height: 18vw;
    max-height: 325px;
}
.case_detail_bottom_box{
    position:absolute;
    bottom: 0px;
    left:0px;
    background:rgba(0,0,0,0.5);
    color:#fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    width:100%;
}
.case_detail_shadow_box {
    width:100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    top: 0;
    left: 0;
    padding: 2vw 2vw;
    opacity: 0;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.case_detail_header_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    vertical-align: middle;
}

.case_detail_case_name {
    color: #fff;
    font-size: 25px;
    margin-left: 10px;
}

.case_detaile_design_concept {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin-top: 29px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case_detaile_btn_box {
    margin-top: 30px;
    text-align: center
}

.case_detail_btn {
    width: 99px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
}

.see_detail_btn {
    background: #fff;
    color: #000;
    margin-right: 22px;
}

.reserve_btn {
    color: #fff;
    background: #00ae66;
    cursor: pointer
}
.see_more_case{
    width:120px;
    height:30px;
    line-height:30px;
    display:block;
    border:1px solid #cbcbcb;
    color:#101010;
    font-size:14px;
    margin:20px auto;
    text-align:center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.see_more_case:hover{
    background: #00ae66;
    color:#fff;
}
/*家装案例end*/