@charset "utf-8";

/*
社保服务
tzp 2018.06.05
*/
.security_area{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.security_item{
	width: 250px;
	height: 220px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	margin: 0 25px 50px;
	float: left;
	text-align: center;
}
.security_img{
	width: 100%;
	height: 170px;
	overflow: hidden;
	position: relative;
}
.security_img img{
	width: 100%;
}
.security_item h1{
	font-size: 18px;
	line-height: 48px;
}
.img_bg{
	width: 100%;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	display: none;
}
.content_s{
	width: 80px;
	height: 34px;
	font-size: 14px;
	background: #e60617;
	color: #fff;
	text-align: center;
	line-height: 34px;
	border-radius: 5px;
	display: block;
	margin: 68px auto;
}
.security_item:hover .img_bg{
	display: block;
}
.security_item:hover h1{
	color: #e60617;
}