/*banner图整行背景色*/
.inside_banner{
	background:#030643;
}
/*内容*/
.content{
	width:1200px;
	margin:0 auto 68px;
	background-color: #f8f8f8;
}
.content_text{
	width:1100px;
	margin:0px auto;
	padding-top: 38px;
	padding-bottom: 80px;
}
.case_title{
	font-size:32px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
}
.case_text{
	margin: 38px auto 20px;
}
.case_text_p{
	font-size:16px;
	line-height:24px;
	color:#666;
	text-indent:32px;
}
.case_product{
	width:1200px;
}
.case_product img{
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin-right:10px;
}
.case_use_product{
	float:left;
}
.case_use_product li{
	float:left;
	margin-right:10px;
}
.case_use_product a{
	font-size:16px;
}