/* case-main */
#tit1{
	font-size: 18px;
	color: #4c4747;
}

/* 移动案例 start */
.case {
	clear: both;
	margin: 0 auto;
	width: 100%;
	background-color: #ebebeb;
	overflow: hidden;
	padding-top: 20px;
}
.case-list {
	float: left;
	margin-left: 4%;
	width: 28%;
	height: 250px;
}
.case-list .case-img {
	width: 100%;
	height: 190px;
	text-align: center;
	/*line-height: 110px;*/
}
.case-list .case-img img {
	width: 175px;
	height: 175px;
	border-radius: 50%;
}
.case-list .case-tit {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	white-space:nowrap;	/* 强制不换行 */
}
/* 移动案例 end */