@charset "utf-8";
#ind_casebg{
	/*border: 1px solid red;*/
	background: url();
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom: 3%;
}
#ind_case_div{
	/*border: 1px solid green;*/
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
#ind_case_div h3{
	text-align: center;
	line-height: 35px;
	margin-top: 3%;
	margin-bottom: 5%;
	font-size: 32px;
	color: #333;
}
.ind_case_col{
	/*border: 1px solid red;*/
}
.ind_case_col img{
	width: 100%;
}
.ind_case_col h4{
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}
.ind_case_col h4 a{
	color: #333;
}
.ind_case_col p{
	/*line-height: 35px;*/
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}

.more{
	border: 1px solid #ccc;
	line-height: 25px;
	width: 9%;
	text-align: center;
	border-radius: 16px;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 2%;
}

@media(max-width: 768px){
	#ind_case_div h3{
		color: #333;
	}
}