/*------------------------------------------------box family------------------------------------------*/
.box_family {
	float: left;
	width: 176px;
	margin-top: 30px;
}
.family_h {
	background-image: url(images/family_H.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 138px;
	padding-left: 38px;
	float: left;
}
.family_content {
	float: left;
	height: 220px;
	width: 128px;
	padding-top: 30px;
	padding-right: 23px;
	padding-bottom: 30px;
	padding-left: 23px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e8f1f9;
	border-left-color: #e8f1f9;
	background-color: #FFFFFF;
}
.family_content img {
	height: 45px;
	width: 128px;
	padding-bottom: 10px;
}
.family_foot{
	background-image: url(images/family_foot.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 176px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
.family_foot  li {
	display: inline;
	text-align: center;
}
.T_white16b{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.T_white13{
	font-family: Tahoma;
	font-size: 13px;
	color: #5F68E0;
	text-decoration: none;
	font-weight: bold;
}
.T_white13 a {
	font-family: Tahoma;
	font-size: 13px;
	color: #5F68E0;
	text-decoration: none;
	font-weight: bold;
}
.T_white13 a:hover {
	color: #333333;
	text-decoration: none;
}
