.clearfix:after{display:block;content:"";clear:both}
.security_guide_bg{
	width:100%;
	margin-top:40px;
}
.security_guide{
	width:1200px;
	margin: 0 auto;
	font-size:12px;
}
.security_guide > div:nth-child(1){
	width:6%;
	float:left;
}
.security_guide > div:nth-child(2){
	width:70%;
	float:left;
	padding-top:3px;
}
.security_guide > div > p > span{
	color:#D5D5D5;
}
.security_guide > div > p > span:nth-child(1){
	float:left;
	width:8%;
}
.security_guide > div > p > span:nth-child(2){
	float:left;
	width:92%;
}
.security_guide > div:nth-child(1) > img{
	height:50px;
	border-radius:5px;
	background-color:#D5D5D5;
}