

/*contact*/
.box_contact {
	width: 1041px;
	float: left;
	margin-top: 80px;
}
.contactDiv {
	width: 304px;
	height: 248px;
	float: left;
	border: 1px solid #dedede;
	margin-right: 41px;
}
.contact_image {
	width: 120px;
	height: 100px;
	float: left;
	margin: -50px 92px 0 92px;
}
.contact_title {
	width: 304px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding: 15px 0;
}
.contact_content {
	width: 234px;
	float: left;
	font-size: 14px;
	color: #333333;
	padding: 0 35px;
	line-height: 25px;
}