.banner-description {
	width: 100%;
}
.main {
	background: url(../images/gfqh/contactUs/contact-us-content-bg.png);
	background-size: 100% 100%;
	min-height: 680px;
}
.contact-us-title {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 70px 0;
}
.content-wrapper {
	margin: 0 100px;
}
.content-us-content {
	float: left;
}
.contact-us-info-wrapper {
	float: left;
	margin-left: 30px;
}
.info-group {
	margin-bottom: 40px;
}
.info-title {
	color: #497EE0;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.info-detail {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.app-banner-description {
	display: none;
}

@media (max-width: 1200px) and (min-width: 993px) {
	.content-us-content {
		width: 100%;
	}
	.contact-us-info-wrapper {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.info-group {
		margin-bottom: 20px;
	}
}

@media (max-width:992px) {
	.content-us-content {
		width: 100%;
	}
	.contact-us-info-wrapper {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.info-group {
		margin-bottom: 20px;
	}
}
@media (max-width: 749px) and (min-width: 320px) {
	.banner-description {
		display: none;
	}
	.app-banner-description {
		display: block;
		width: 100%;
	}
	.content-wrapper {
	    margin: 0 5rem;
	}
	.contact-us-title {
	    margin: 40px 0;
	}
	.row {
		margin: 0;
	}
}