.wrapmainbox{
	max-width: 1490px;
	width: 90%;
	*width: 1490px;
	margin:0 auto;
}
.guangaobox{
	background-color:#2e2e2c;
}
.btn_guanggao{
	width: 130px;
    height: 45px;
    position: absolute;
    right: 50px;
    top: 20px;
    background-color: #b49266;
    color: #fff;
    border: 0;
    font-size: 18px;
}
.posi_rev{
	position: relative;
}
.guangaobox .posi_rev{
	max-width:1280px;
	width:100%;
	*width:1280px;
	margin:0 auto;
}
.breadcrumb{
	display:block;
	line-height:55px;
	border-bottom:2px solid #e2e2e2;
	border-radius:0;;
}
.breadcrumb a:hover{
	color:#B49266;
}
.clear{
	clear:both;
}
.caselistbox{
	/*min-width:1100px;*/
}
.caselistbox .main{
	padding: 0;
}
.caselistbox .designer{
	margin-bottom:20px;
}
.caselistbox .designer .d-content .idea{
	margin-top: 0;
	max-width:100%;
	height:auto;
	line-height:150%;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:none;
}
.caselistbox .designer .d-content .clearfix{
	height:40px;
	white-space:nowrap;
}
.caselistbox .designer .d-content .date{
	float:none;
	margin-top:0;
	max-width:100%;
	line-height:200%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#434343;
}
.caselistbox .designer .d-content p{
	display:none;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	height:44px;
	line-height:22px;
	overflow:hidden;
	zoom:1;
}
.caselistbox .designer .d-content{
	overflow: hidden;
	background:#F8F8F8;
}
.caselistbox .designer .content:after{
	content:"";
	display:block;
	width:100%;
	height:4px;
	position:absolute;
	bottom:0;
	left:0;
	background:#F8F8F8;
	z-index:9;
}
.caselistbox .designer{
	position:relative;
}
.caselistbox .designer:hover .content:after{
	background:#B49266;
}
.caselistbox .designer .d-content{
	position:relative;
}
.caselistbox .dianzan{
	width:100px;
	line-height:22px;
	text-align:right;
	font-size:12px;
	color:#c2091f;
	white-space:nowrap;
	position:absolute;
	clear:both;
	overflow:hidden;
	bottom:15px;
	right:17px;
}
.caselistbox .dianzan .ico_xin{
	width: 17px;
    height: 14px;
    display: inline-block;
    *display: inline;
    background: url(/Public/Home/img/newindex/ico.png) no-repeat -24px -25px;
    vertical-align:middle;
}
.caselistbox .dianzan .text{
	color:#c2091f;
	display:block;
}
.caselistbox .dianzan .text strong{
	font-weight:normal;
}
.caselistbox .dianzan .btn{
	color:#fff;
	display:none;
	float:right;
	width:36px;
	height:22px;
	text-align:center;
	background:#c2091f;
	border-radius:3px;
	padding:0;
	margin:0;
}
.caselistbox .designer:hover .dianzan .text{
	display:none;
}
.caselistbox .designer:hover .dianzan .btn{
	display:block;
}
/* 案例图片水印 */
.watermark{
	width:100%;
	overflow:hidden;
	position:relative;
}
.watermark:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(/Public/Home/img/home/logo1.png) no-repeat center center;
	background-size:16%;
	transition:transform .5s;
    -webkit-transition: transform .5s;
    -o-transition:transform .5s ;
    -moz-transition: transform .5s;
   	opacity:0.7
}
.designer:hover .watermark:after{
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/* 案例图片水印 */
.imgscale{
	width:100%;
	overflow:hidden;
}
.imgscale img{
	transition:transform .5s;
    -webkit-transition: transform .5s;
    -o-transition:transform .5s ;
    -moz-transition: transform .5s;
}
.imgscale:hover img,.designer:hover .imgscale img{
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.new_transform_img{
	transition: transform .3s;
	-moz-transition: transform .3s; /* Firefox 4 */
	-webkit-transition: transform .3s; /* Safari 和 Chrome */
	-o-transition: transform .3s; /* Opera */
}
.new_transform_img:hover{
	transform: scale(1.02);
}
.relate-designer h4{
	display: inline-block;
	border:0;
	font-size: 18px;
	margin: 25px 0;
	padding: 0 10px;
	line-height: 36px;
	cursor: pointer;
	color: #666;
	width: 200px;
	background:#F8F8F8;
}
.relate-designer .designer-content .name img{
	width:0.30rem;
	height:0.30rem;
}
.relate-designer .designer-content .name{
	float: left;
	font-size:0.20rem;
}
.relate-designer .designer-content .years{
	float: right;
	margin-top:0;
	font-size:0.14rem;
}
.relate-designer .designer-content{
	padding: 10px 15px;
	overflow: hidden;
	background-color:#f6f6f7;
	line-height:0.30rem;
}
.relate-designer{
	margin-bottom: 20px;
}
.designer_button_tis .col-xs-3{
	width: 25%;
}
.designer_button_tis{
	height:auto;
}
h4.designer_button_clone{
	margin-right: -5px;
}
/* 新增20181124 */
.filter{
	padding:20px 0;
	width:100%;
	padding-left:0;
}
.filter dt,.filter dd{
	padding-left:5px;
}
.filter .name{
    display: inline-block;
    font-size: 16px;
    color:#666;
}
.filter .search input{
	border:0;
	width:250px;
	height:35px;
	background:none;
	background-color:#f2f2f2;
	padding-left:10px;
}
.filter .search .btn-search,.filter dt .search .btn-search{
	width:126px;
	border:0;
	height:35px;
	font-size:18px;
	line-height:35px;
	text-shadow:2px 2px 2px #999;
	box-shadow:1px 2px 3px #a1a5a8;
	background:#d7af7e;
	border-radius:5px;
	text-align:center;
	color:#fff;
}
.filter dd.condition{
	min-height:46px;
	line-height:46px;
	color:#666;
}
.filter dd.condition a,.filter dt a{
	padding:0 7px;
	color:#666;
}
.filter dd.condition a:hover{
	color:#b49266;
}
.filter dd.condition:first-of-type{
    margin-left:0;
}
.filter dd.condition .name span{
	font-size:12px;
	vertical-align:bottom;
}
.filter dd.condition div.item {
    line-height: 21px;
    padding: 12px 0;
}
.filter dd.condition div.item a.item{
    display:block;
}
.filter dd.condition div.item a.item:hover:after{
    content:"";
    display:block;
    width:100%;
    height:2px;
    background-color:#b49266;
}
.pagination{
	padding-bottom:20px;
}
.pagination .laypage_main a{
	border: 1px solid #F8F8F8;
    background-color: #F8F8F8;
    color: #787878;
}
.pagination .laypage_main span{
	border: 1px solid #B49266;
    background-color: #B49266;
    color: #fff;
}
.order-button{
	width:160px;
	height:36px;
	background:#B99B73;
	font-size:20px;
    line-height:36px;
    letter-spacing:0px;
}
/*#designer-detail .info{
	height:300px;
	background-size:;
	background: url(../img/bg01.jpg) no-repeat top center;
}
#designer-detail .info .designer{
	width:510px;
	margin-left:25px;
	padding:0;
	margin-top:47px;
}
#designer-detail .info .designer-detail{
	margin-top:60px;
}
#designer-detail .info .btn-wrapper{
	margin-top:0;
	width:auto;
}
#designer-detail .info .designer .images{
	border:0;
}*/
/*#designer-detail .des h4{
	margin:0;
	color:#2E2E2C;
	font-size:20px;
	font-weight:normal;
}
#designer-detail .des p{
	margin-top:20px;
	margin-bottom:30px;
	color:#787878;
}
#designer-detail .info .designer-detail .title .name{
	font-size:30px;
}*/
/*dl.level{
	margin-top:30px;
}
dl.level dd.level-content div{
	font-size:16px;
	color:#fff;
	line-height:200%;
}
.designer-img,.area-img{
	overflow:hidden;
}
.designer-img img,.area-img img{
	transition:transform .5s;
    -webkit-transition: transform .5s;
    -o-transition:transform .5s ;
    -moz-transition: transform .5s;
}
.designer_button_tis>div:hover .designer-img img,.case-item:hover .area-img img{
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.designer_button_tis .designer-content{
	position:relative;
}*/

@media (max-width: 1490px){
	body{
		min-width:750px;
	}
	.wrapmainbox{
		width:90%;
		min-width:auto;
	}
    .caselistbox {
        width: 100%;
        margin:0 auto;
    }
    .caselistbox .designer{
    	width:33.33%;
    }
    .caselistbox .designer .d-img img{
    	/*height:auto;*/
    	width:100%;
    }

    .btn_guanggao{
    	width: 100px;
	    height: 35px;
	    right: 15px;
	    top: 30%;
    }

	.show_btm .slide_c{
		width:33.33%
	}
}

@media (max-width:1100px){
	.caselistbox .designer{
		width:50%;
	}
}

.pull-left{
    display:flex;
    align-items:center;
}
