.contact{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,.05);
	padding: 18px;
	box-sizing: border-box;
}
.contact__title{
	padding-top: 20px;
	text-align: center;
	line-height: 1.5;
}
.contact__title h2{
	font-size: 22px;
}
.contact__title h3{
	font-size: 18px;
	color: #999999;
}
.contact__img-wrap{
	width: 800px;
	min-height: 300px;
	margin: 25px auto 30px;
}
.contact__img{
	width: 100%;
}
.contact-cont{
	width: 50%;
	margin: 0 auto;
	font-size: 13px;
	color: #404040;
	line-height: 1.6;
}
.contact-cont p{
	display: inline-block;
}
.contact-cont li:after{
	content: '';
	display: block;
	clear: both;
}
.contact-cont p:last-child{
	float: right;
}
.main{
	padding-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
	.contact{
		width: 1100px;
	}
}