.banner{
	
	background-image: url(../images/contact.jpg);
	
}

.content .inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.content .content-left{
	width: 800px;
	overflow: hidden;
	margin-bottom: 120px;
}


.content .content-left .about-us{
	margin-top: 50px;
	text-align: center;
}
.content .content-left .about-us .sub-title{
	margin-bottom: 0;
}
.content .content-left .content-article h6{
	color: #404040;
	line-height: 57px;
	margin-top: 27px;
	font-size: 17px;
	font-weight: 500;
}
.content .content-left .contact-info{
	text-align: left;
	line-height: 30px;
	padding: 0 10px;
}
.content .content-left .contact-info p{
	margin: 0 !important;
}
.content .content-left .content-article img{
	width: 100%;
	padding:0 10px;
	margin-bottom: 20px;
}
.content .content-left .position-img-box{
	padding: 0 20px;
	margin-bottom: 15px;
}
.content .content-left .content-article .position-img-box img{
	width: 100%;
}
.content .content-aside{
	margin-top: 65px;
}
