.banner{
    height: 31.25rem;
    background-position: center;
    padding-top: 9.375rem;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: .3125rem;
    text-shadow: 0 .1875rem .75rem rgb(0 0 0 / 40%);
    background-image: url(../img/RenovationCase/caseban.jpg);
}
.banner_con{
    position: relative;
    padding: 2.8125rem 0;
    line-height: 2.875rem;
}
.banner_con h2{
    position: relative;
    z-index: 1;
    font-size: 3rem;
    font-weight: lighter;
    text-transform: uppercase;
}
.banner_con p{
    position: relative;
    z-index: 1;
    font-size: 2.25rem;
    letter-spacing: .5rem;
}
.banner_con p::after{
    content: "";
    position: absolute;
    bottom: -1.875rem;
    left: 50%;
    margin-left: -0.625rem;
    display: block;
    width: 1.25rem;
    height: .1875rem;
    background: #bb5f02;
}
.banner_con::before{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 6.125rem;
    height: 100%;
    margin-left: -3.0625rem;
    border: .25rem solid #b9b9b9;
    opacity: .65;
}

.banner_des{
    margin-top: .3125rem;
    font-size: 1.125rem;
    padding: 0 .625rem;
    letter-spacing: .625rem;
}
.bread{
    padding: 1.5625rem 0;
    color: #999999;
    font-size: .75rem;
    text-align: right;
    border-bottom: .0625rem solid #eeeeee;
}
.bread a{
    color: #000;
}
.RenovationCaseDetail{
    padding: 4.375rem 0 7.1875rem;
}
.RenovationCaseDetail .rcd_carousel{
    min-height: 40.3125rem;
    display: flex;
    justify-content: space-between;
}
.RenovationCaseDetail .rcd_carousel .left{
    border: .0625rem solid #EEEEEE;
    width: 62.6875rem;
    height: 40.3125rem;
    overflow: hidden;
    position: relative;
}
.RenovationCaseDetail .rcd_carousel .left p{
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
}
.RenovationCaseDetail .rcd_carousel .left p img{
    width: 62.6875rem;
    height: 40.3125rem;
}
.RenovationCaseDetail .rcd_carousel .left button{
    position: absolute;
    display: block;
    top: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    font-size: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #078905;
    border-radius: 50%;
}
.RenovationCaseDetail .rcd_carousel .left .carousel_left_prev{
    left: .625rem;
    background-image: url(../img/about/slick_prev.png);
}
.RenovationCaseDetail .rcd_carousel .left .carousel_left_next{
    right: .625rem;
    background-image: url(../img/about/slick_next.png);
}
.RenovationCaseDetail .rcd_carousel .right{
    position: relative;
    height: 38.625rem;
    width: 13.3125rem;
    border: .0625rem solid #EEEEEE;
    overflow: hidden;
    padding: 1.9375rem 0;
}
.RenovationCaseDetail .rcd_carousel .right p{
    position: absolute;
    top: 1.875rem;
}
.RenovationCaseDetail .rcd_carousel .right p img{
    padding: .125rem 0;
    width: 13.0625rem;
    height: 8.6875rem;
}
.RenovationCaseDetail .rcd_carousel .right .carousel_right_prev{
    top: 0;
    background: url(../img/RenovationCaseDetail/case_img_prev.png);
}
.RenovationCaseDetail .rcd_carousel .right .carousel_right_next{
    bottom: 0;
    background: url(../img/RenovationCaseDetail/case_img_next.png); 
}
.RenovationCaseDetail .rcd_carousel .right .carousel_right_prev,.RenovationCaseDetail .rcd_carousel .right .carousel_right_next{
    position: absolute;
    display: block;
    margin: 0;
    width: 100%;
    height: 1.6875rem;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    z-index: 9;
}
.RenovationCaseDetail .rcd_carousel .right .carousel_right_prev:hover,.RenovationCaseDetail .rcd_carousel .right .carousel_right_next:hover{
    background-color: #078905;
}
.RenovationCaseDetail .rcd_content{
    border-top: .0625rem solid #e5e5e5;
    margin-top: 2.8125rem;
    display: flex;
    justify-content: space-between;
}
.RenovationCaseDetail .rcd_content .left{
    margin-top: 2.5rem;
    width: 70%;
    padding-top: 1.25rem;
    position: relative;
}

.RenovationCaseDetail .rcd_content .left .pc-block .tit{
    position: relative;
    padding-right: 7.5rem;
}
.RenovationCaseDetail .rcd_content .left .pc-block .tit h1{
    font-size: 1.5rem;
    color: #333333;
    font-weight: 500;
}
.RenovationCaseDetail .rcd_content .left .pc-block .tit a div{
    position: absolute;
    top: 0;
    right: 0;
    border: .0625rem solid #e5e5e5;
    display: inline-block;
    border-radius: .1875rem;
    font-size: 1rem;
    color: #101b26;
    padding: 0 1.125rem 0 2.1875rem;
    line-height: 1.625rem;
    background: url(../img/REnovationCaseDetail/ico_heart.png) .9375rem .375rem no-repeat;
    cursor: pointer;
}
.RenovationCaseDetail .rcd_content .left .pc-block .des{
    margin-top: .625rem;
    display: flex;
    justify-content: space-between;
}
.RenovationCaseDetail .rcd_content .left .pc-block .des .text{
    width: 65%;
    line-height: 1.75rem;
}
.RenovationCaseDetail .rcd_content .left .pc-block .des .share{
    display: inline-block;
    vertical-align: middle;
    filter:grayscale(100%);
}
.RenovationCaseDetail .rcd_content .left .pc-block .des span{
    display: inline-block;
    vertical-align: middle;
}
.RenovationCaseDetail .rcd_content .left .pc-block div{
    display: inline-block;
    vertical-align: middle;
}
.RenovationCaseDetail .rcd_content .left .pc-block div a{
    color: #333;
    float: left;
    font-size: .75rem;
    padding-left: 1.0625rem;
    line-height: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: .375rem .375rem .375rem 0;
    background: url(../img/newsDetail/icons_0_16.png);   
}
.RenovationCaseDetail .rcd_content .left .pc-block div .a1{
    background-position: 0 0;
}
.RenovationCaseDetail .rcd_content .left .pc-block div .a2{
    background-position: 0 -3.25rem;   
}
.RenovationCaseDetail .rcd_content .left .pc-block div .a3{
    background-position: 0 -6.5rem;
}
.RenovationCaseDetail .rcd_content .left .pc-block div .a4{
    background-position: 0 -16.25rem; 
}
.RenovationCaseDetail .rcd_content .left .pc-block div .a5{
    background-position: 0 -13rem;  
}
.RenovationCaseDetail .rcd_content .left .pc-block div .a6{
    background-position: 0 -100.75rem;
}
.RenovationCaseDetail .rcd_content .left .center{
    margin-top: 1.25rem;
    padding: 1.875rem 0;
    border-top: .0625rem dotted #e1dfe0;
    line-height: 1.875rem;
}
.RenovationCaseDetail .rcd_content .left .center span{
    margin-bottom: 1.25rem;
    display: inline-block;
    background: #078905;
    color: #FFFFFF;
    font-size: .75rem;
    width: 6.875rem;
    height: 1.625rem;
    line-height: 1.625rem;
    text-align: center;
    margin-top: 0;
}
.RenovationCaseDetail .rcd_content .left .center div{
    font-size: .875rem;
    color: #333;
}
.RenovationCaseDetail .rcd_content .left .bottom{
padding-top: 1.5625rem;
border-top: .0625rem dotted #e1dfe0;
display: flex;
justify-content: space-between;
}
.RenovationCaseDetail .rcd_content .left .bottom a{
    font-size: .875rem;
    color: #333;
}
.RenovationCaseDetail .rcd_content .left::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 2.5rem;
height: .1875rem;
background: #078905;
}
.RenovationCaseDetail .rcd_content .right{
    margin-top: 3.75rem;
    width: 27.5%;
}
.RenovationCaseDetail .rcd_content .right .right_con{
    margin-bottom: 1rem;
    background: #f5f5f5;
    padding: 2.1875rem 1.5625rem 1.5625rem;
}
.RenovationCaseDetail .rcd_content .right .right_con h2{
    margin-bottom: 1.25rem;
    font-size: .75rem;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: .125rem;
    font-weight: 500;
}
.RenovationCaseDetail .rcd_content .right .right_con h2 span{
    margin-right: .625rem;
    font-size: 1.5rem;
    color: #333333;
    letter-spacing: .1875rem;
}
.RenovationCaseDetail .rcd_content .right .rc_bottom{
    display: flex;
    justify-content: space-between;
}
.RenovationCaseDetail .rcd_content .right .rc_bottom .img{
    width: 49%;
}
.RenovationCaseDetail .rcd_content .right .rc_bottom .img img{
    width: 100%;
}
.RenovationCaseDetail .rcd_content .right .rc_bottom .text{
    width: 46%;
    padding-top: 1.875rem;
}
.RenovationCaseDetail .rcd_content .right .rc_bottom .text .tt div{
    font-size: 1.25rem;
    color: #333333;
    letter-spacing: .125rem;
}
.RenovationCaseDetail .rcd_content .right .rc_bottom .text .tt p{
    margin-top: .625rem;
    font-size: .75rem;
    color: #666;
    letter-spacing: .0625rem;
}
.RenovationCaseDetail .rcd_content .right .rc_bottom .text .bt{
    margin-top: 1.25rem;
    text-align: center;
}
.RenovationCaseDetail .rcd_content .right .rc_bottom .text .bt a{
    display: block;
    margin-bottom: .5rem;
    line-height: 1.375rem;
    border: .0625rem solid #078905;
    color: #078905;
    font-size: .75rem;
    text-transform: uppercase;
}
.RenovationCaseDetail .rcd_bottom{
    margin-top: 5rem;
}
.RenovationCaseDetail .rcd_bottom .ny-theme{
    padding-bottom: .75rem;
    position: relative;
    border-bottom: .0625rem solid #eeeeee;
    display: flex;
    justify-content: space-between;
}
.RenovationCaseDetail .rcd_bottom .ny-theme .tit span{
    font-size: 1.5rem;
    color: #1f0a00;
    letter-spacing: .125rem;
    padding-left: .6875rem;
    position: relative;
}
.RenovationCaseDetail .rcd_bottom .ny-theme .tit span::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.75rem;
    left: 0;
    width: .1875rem;
    height: 1.5rem;
    background: #078905;
}
.RenovationCaseDetail .rcd_bottom .ny-theme .tit i{
    margin-left: .625rem;
    font-size: .75rem;
    color: #cccccc;
    text-transform: uppercase;
    font-style: normal;
}   
.RenovationCaseDetail .rcd_bottom .ny-theme .link{
    position: absolute;
    bottom: -0.0625rem;
    right: 0;
}   
.RenovationCaseDetail .rcd_bottom .ny-theme .link a{
    margin-left: 3.75rem;
    display: inline-block;
    line-height: 2.375rem;
    font-size: .875rem;
}
.RenovationCaseDetail .rcd_bottom .ny-theme .link a:hover{
    padding-bottom: 0;
    border-bottom: .0625rem solid #b48b62;
    color: #b48b62;
}
.RenovationCaseDetail .rcd_bottom .ny-theme .active{
    padding-bottom: 0;
    border-bottom: .0625rem solid #b48b62;
    color: #b48b62;
}
.RenovationCaseDetail .rcd_bottom .pro_img{
    overflow: hidden;
    margin-top: 1.5625rem;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul{
    display: flex;
    flex-wrap: wrap;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li{
    padding: .5rem;
    width: 33.3333333333%;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a{
    border: .0625rem solid #eeeeee;;
    display: block;
    background: #FFFFFF;
    width: 100%;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a .pro_img_top{
    position: relative;
    overflow: hidden;
    display: block;
    height: 18.75rem;
    width: 100%;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a .pro_img_top img{
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a .pro_img_top .pit_con{
    transition: all 0.4s;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a .pro_img_top .pit_con div{
    display: inline-block;
    vertical-align: middle;
    padding: 0 1.25rem;
    margin-top: 5rem;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a .pro_img_top .pit_con div p{
    margin: 0 auto 1.25rem;
    max-width: 340px;
    color: #ffffff;
    font-size: .75rem;
    line-height: 1.75rem;
    max-height: 5.25rem;
    overflow: hidden;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a .pro_img_top .pit_con div span{
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: url(../img/index/ico_search.png);
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a .pro_img_text{
    padding: .9375rem 1.5625rem;
    display: flex;
    justify-content: space-between;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a .pro_img_text span{
    color: #101b26;
    line-height: 1.625rem;
    font-size: 1rem;
}
.RenovationCaseDetail .rcd_bottom .pro_img ul li a .pro_img_text em{
    line-height: 1.625rem;
    background: url(../img/RenovationCase/ico_heart.png) no-repeat left;
    padding-left: 1.375rem;
    color: #101b26;
    font-size: 1rem;
    font-style: normal;
    cursor: pointer;
}
