/*banner图整行背景色*/
.inside_banner{
	background:#030643;
}
/*案例列表*/
.case{
	width:1200px;
	margin:24px auto 36px;
}
.case_list{
	float:left;
	width:384px;
	height:376px;
	margin:0 24px 24px 0;
	background:#f8f8f8;
}
.case_list:nth-child(3n){
	margin-right:0;
}
.case_img{
	display:block;
	width:100%;
	height:216px;
	overflow:hidden;
}
.case_img img{
	width:100%;
	height:100%;
	transition:all 0.3s;
}
.case_list:hover{
	box-shadow:0 0 10px rgba(23,99,212,0.35);
	background:#fff;
}
.case_list:hover .case_img img{
	transform:translate(0,0) scale(110%) rotate(0deg);
}
.case_title{
	/*width:324px;*/
	margin-top:18px;
	font-size:16px;
	font-weight:bold;
	line-height:34px;
	padding:0 30px;
	height:34px;
}
.case_con{
	height:48px;
	line-height:24px;
	color:#999;
	padding:0 30px;
	overflow:hidden;
}
.case_use{
	height:20px;
	padding:14px 30px 0;
	overflow:hidden;
}
.case_use img{
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin-right:10px;
}
.case_use_product{
	float:left;
	width:294px;
}
.case_use_product li{
	float:left;
	margin-right:10px;
}
