.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main .contact_title {
	height: 160px;
	width: 100%;
	background-image: url(../images/contact_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 105px;
}

.main .contact .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}


.main .contact .l {
	width: calc(100% - 670px);
	background-color: #fafafa;
	box-sizing: border-box;
	padding-left: 80px;
	padding-top: 50px;
}

.main .contact .l h4 {
	font-size: 26px;
	font-weight: 500;
	color: #313131;
	line-height: 35px;
}

.main .contact .l p {
	font-size: 16px;
	color: #424242;
	line-height: 24px;
}

.main .contact .l p span {
	display: inline-block;
	color: #898989 !important;
	width: 155px;
	text-align: justify;
	text-align-last: justify;
	-moz-text-align-last: justify;
	-ms-text-align-last: justify;
}

.main .contact .r {
	width: 670px;
}

.main .contact .r #map {
	width: 100%;
	height: 520px;
}

.main .message {
	padding-bottom: 90px;
}

.main .message h4.cn_title {
	font-size: 48px;
	color: #434343;
	text-align: center;
	font-weight: 500;
	line-height: 72px;
	padding-top: 68px;
}

.main .message h4.en_title {
	font-size: 32px;
	color: rgba(108,108,108,.3);
	text-align: center;
	font-weight: 500;
	line-height: 56px;
	padding-bottom: 47px;
}
