/*
 * 案例css
 */

.case_list{
	width:100%;
	overflow:hidden;
}
.case_list li{
	position: relative;
	float:left;
	width:285px;
	height:261px;
	margin-left:20px;
	margin-top:20px;
	text-indent:10px;
	transition: all 0.4s;
	cursor:pointer;
}
.case_list li:nth-child(4n+1){
	margin-left:0;
}
.case_list li img{
	float:left;
	width:100%;
	height:140px;
}
.case_list li span{
	padding:8px 0;
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
    font-size:16px;
    color:#00be6e;
    border:1px solid #e5e5e5;
    background-color:#ffffff;
}
.case_list li span .people{
	border-top:1px solid #e5e5e5;
    margin-top: 6px;
    padding-top: 8px;
}
.case_list li span .people p{
    font-size: 12px;
    color: #999;
}
.case_list li span .people p img{
    margin: 5px 0 0 13px;
}
.case_list li span div{
	font-size:12px;
	color: #999;
	line-height:20px;
	margin-top:4px;
}
.case_list li:hover{
    transform: translate3d(0, -3%, 0);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.list_case_title{
	width:100%;
	text-align:center;
}
.list_case_title h2{
    font-size:36px;
    line-height:35px;
    font-weight:100;
    color:#00be6e;
}
.list_case_title div{
    width:100%;
    height:30px;
    line-height:30px;
    color:#787878;
}
.main_content .detail_title{
	font-size:24px;
	font-weight:600;
	color:#444;
	text-align:center;
}
.main_content .detail_content{
	min-height:300px;
	margin-top:30px;
	padding-bottom:20px;
	font-size:14px;
	color:#00be6e;
	border-bottom:1px dashed #ccc;
}
.main_content .detail_content .people{
	font-size:16px;
	line-height:25px;
}
.case_img{
	width: 1200px;
	margin:0  auto;
	height: 641px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.case_img img{
	width: 100%;
	height: 100%;
}