.case-category-contianer{
	margin-top:30px;
	border-top:1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding:18px 0;
}
.case-category-contianer .case-category-link:first-child{
	margin-left:0
}
.case-category-link{
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding:0 8px;
	margin:0 7px;
	float: left;
	position: relative;
}
.case-category-active{
	background: #0042ff;
	color:#fff;
}
.case-category-link:after{
	content: "";
	position: absolute;
	width:1px;
	height: 16px;
	background: #333333;
	right:-10px;
	top:50%;
	margin-top:-8px;
}
.case-category-link:last-child:after{
	display: none;
}
.case-floor-name{
	font-size: 20px;
	color:#0068df;
	background: url(../images/cases_1.png) no-repeat left center;
	padding-left:52px;
	height: 34px;
	text-align: left;
	position: relative;
	margin-top:30px;
}
.case-floor-name:after{
	content: " ";
	position: absolute;
	width:32px;
	height: 2px;
	background: #0068df;
	left:52px;
	bottom:0;
}
.case-floor-list{
	margin-top:30px;
}
.case-floor-list .case-item{
	width:400px;
	float: left;
	position: relative;
	height: 349px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; /* Firefox 4 */
	-webkit-transition: all 0.3s ease; /* Safari 和 Chrome */
	-o-transition: all 0.3s ease; /* Opera */
	top:0;
}
.case-floor-list .case-item:hover{
	top:-10px;
}
.case-floor-list .case-bgimg{
	width:400px;
	height: 204px;
}
.case-floor-list .case-two{
	position: absolute;
	top:0;
	left:50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	
}
.case-floor-list .case-title{
	font-size: 14px;
	color:#fff;
	line-height: 50px;
}
.case-floor-list .case-img{
	width:244px;
}
.case-floor-list .case-info{
	padding-top:70px;
	text-align: left;
}
.case-floor-list .case-name{
	font-size: 14px;
	line-height: 24px;
}
.case-floor-list .case-text{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-floor-list .case-text,
.case-floor-list .case-website{
	font-size: 12px;
	line-height: 24px;
}
.case-floor-list .case-website a{
	color:#0042ff;
}
.case-list-page .case-item{
	margin-bottom:30px;
}