@charset "utf-8";
.banner .info{
	top: 20px;
}
.banner .info div h4{
	margin: 0 0 10px 0;
}
.content .good section{
	text-align:center;
	color:red;
	border-bottom:1px dashed #666;
	padding-bottom:3px;
}
.content .good figure{
	width:380px;
	height:205px;
	float:left;
	padding:15px;
	margin:20px;
	box-sizing:border-box;
	border:1px solid #666;
	border-radius:5px;
	text-align:center;
}
.content .good figure div{
	width:100px;
	height:100px;
	background:#27417A;
	border-radius:50px;
	margin:0 auto 30px auto;
}
.content .good figure div span{
	line-height:100px;
	font-size:45px;
	font-weight:bold;
	display:block;
	color:#FFF;
}