.contact{
	width: 1166px;
	padding: 30px 0;
	margin: 0 auto;
}
.contact-box{
	padding: 20px;
	background: #fff;
	text-align: left;
	box-shadow: 0 0 16px 8px #ddd;
	overflow: hidden;
}
.contact-box img{
	max-width: 100%;
	height: auto;
}
.contact-title{
	display: block;
	padding: 0 18px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	color: #555;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
}
