.sy_xzwm@charset "utf-8";

/* CSS Document */

.center {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.f-cb {
    zoom: 1;
}


/*--case--*/

.box-title h2 {
    font-size: 28px;
    font-weight: bold;
}

.case {
    padding-bottom: 60px;
    overflow: hidden;
}

.case-list {
    margin: 30px -17px -17px -17px;
    overflow: hidden;
}

.case-list .item {
    position: relative;
    float: left;
    margin: 17px;
    width: 377px;
    overflow: hidden;
}

.case-list .pic {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.case-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.case-list .text {
    padding-top: 20px;
    overflow: hidden;
}

.case-list .text h3 {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-list .text h3 a {
    color: #666;
}

.case-list .text h3 a:hover {
    color: #000;
}

.case-list .text .tag {
    padding-top: 15px;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
}

.case-list .text .tag i {
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    overflow: hidden;
    border-radius: 50%;
    background: #e1e1e1;
}

.case-list .text .tag i img {
    display: block;
    width: 21px;
    height: 21px;
}

.case-list .text .tag span {
    display: block;
    float: left;
    padding: 0 12px;
    font-size: 16px;
    color: #666;
    border-right: #e1e1e1 solid 1px;
}

.case-list .text .tag span:last-child {
    border-right: none;
}

.case-list .item:hover .pic img {
    transform: scale(1.1);
}

.case-list .insetForm {
    margin: 17px;
}

.case .results {
    display: none;
}


/**设计师详情结束**/


/**经典案例开始**/

.caseItem {
    width: 388.5px;
    height: 310px;
    /* border: 1px solid #e7e7e7; */
    box-sizing: border-box;
    margin-right: 17px;
    margin-bottom: 35px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    float: left;
}

.caseItem:nth-child(3n) {
    margin-right: 0 !important;
}

.caseItem:nth-child(-n+3) {
    margin-bottom: 0 !important;
}

.caseItem:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
}

.caseItem-img {
    /* width: 100%; */
    height: 217px;
}


/* 软装案例头三张图 */


/* .w1200>div:nth-child(2)>div:nth-child(1) .caseItem-img,
.w1200>div:nth-child(2)>div:nth-child(2) .caseItem-img,
.w1200>div:nth-child(2)>div:nth-child(3) .caseItem-img{
    margin-left: -27%;
} */


/* .w1200>div:nth-child(2)>div:not(:nth-child(-n+3)) .caseItem-img{
    width: 100%;
} */

.caseItem-down {
    position: relative;
    height: 90px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 27px;
    padding-top: 20px;
    background: #fff;
    text-align: center;
}

.caseItem-down p {
    display: inline-block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333;
}

.caseItem-master {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.effect-bubba {
    text-align: center;
    overflow: hidden;
}

.effect-bubba-background {
    background: #000;
}

.effect-bubba:hover img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.effect-bubba .bofang {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 53px;
    padding-left: 20px;
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
    box-sizing: border-box;
}

.effect-bubba .bofang img {
    width: 8px;
    line-height: 40px;
    margin: 24px 0;
    position: absolute;
    left: 20px;
}

.caseItem-master::before,
.caseItem-master::after {
    pointer-events: none;
}

.caseItem-master::before,
.caseItem-master::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.caseItem-master::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.caseItem-master::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.effect-bubba p {
    padding: 20px;
    opacity: 0;
    margin-top: 60px;
    font-size: 20px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.effect-bubba:hover .caseItem-master::before,
.effect-bubba:hover .caseItem-master::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-bubba:hover h2,
.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.drawingItem {
    display: inline-block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}


/* 效果图案例列表 */

.drawing_case_item {
    width: 387px;
    height: 307px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin-right: 17px;
    margin-bottom: 35px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    float: left;
}

.drawing_case_item:nth-child(3n) {
    margin-right: 0 !important;
}

.drawing_case_item:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
}

.drawing_case_tem_down {
    position: relative;
    height: 90px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 27px;
    padding-top: 20px;
}

.drawing_case_tem_down p {
    display: inline-block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}


/* .prodyct_list .case-all>div:nth-child(+3) { */