.contact-content {
	width: 100%;
	padding: 90px 0 120px;
	overflow: hidden;
}
.contact-content h3 {
	font-size: 26px;
	line-height: 35px;
	height: 42px;
	font-weight: bold;
	position: relative;
}
.contact-content h3:before {
	content: '';
	display: block;
	width: 39px;
	height: 39px;
	overflow: hidden;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 102px;
}
.contact-left {
	width: 570px;
	overflow: hidden;
	float: left;
}
.contact-left .contact-mode {
	width: 370px;
	margin: 35px 0 0;
	overflow: hidden;
}
.contact-mode p {
	font-size: 20px;
	line-height: 28px;
	padding: 0 0 0 45px;
	color: #696969;
	margin: 0 0 28px;
	background-repeat: no-repeat !important;
	background-position: 0px 2px !important;
}
.contact-mode p:nth-of-type(1) {
	margin: 0 0 25px;
	background-image: url(../img/ct1.png);
}
.contact-mode p:nth-of-type(2) {
	background-image: url(../img/ct2.png);
}
.contact-mode p:nth-of-type(3) {
	background-image: url(../img/ct3.png);
}
.contact-left .contact-map {
	width: 100%;
	height: 300px;
	border-radius: 5px;
	margin: 25px 0 0;
	border: 1px solid #c0c0c0;
	overflow: hidden;
}
.contact-right {
	overflow: hidden;
	float: right;
}
.contact-right h3 {
	margin: 0 0 26px;
}
.contact-right input {
	display: block;
	width: 100%;
	height: 65px;
	margin: 0 0 32px;
	padding: 0 23px;
	font-size: 14px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: none;
	overflow: hidden;
}
.contact-right textarea {
	display: block;
	width: 100%;
	height: 225px;
	padding: 20px 23px;
	font-size: 14px;
	line-height: 25px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: none;
	overflow: hidden;
}
.contact-right button {
	display: block;
	width: 100%;
	height: 65px;
	border-radius: 5px;
	margin: 43px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e60012;
	border: none;
	overflow: hidden;
}
@media only screen and (max-width: 991px) {
	.contact-content {
	    padding: 90px 0;
	}
	.contact-content h3 {
	    font-size: 48px;
	    line-height: 50px;
	    height: 55px;
	}
	.contact-content h3:before {
	    width: 55px;
	    height: 55px;
	    top: 3px;
	    left: 200px;
	}
	.contact-left {
		width: 100%;
		float: none;
		margin: 0 0 80px;
	}
	.contact-left .contact-mode {
		width: 100%;
		margin: 60px 0 0;
	}
	.contact-mode p {
		font-size: 36px;
		line-height: 50px;
		padding: 0 0 0 80px;
		margin: 0 0 28px;
		background-size: auto 45px;
		background-position: 0px 2px !important;
	}
	.contact-mode p:nth-of-type(1) {
		margin: 0 0 25px;
	}
	.contact-left .contact-map {
		height: 600px;
		border-radius: 10px;
		margin: 50px 0 0;
		border-width: 2px;
	}
	.contact-right {
		width: 100%;
		float: none;
	}
	.contact-right h3 {
		margin: 0 0 50px;
	}
	.contact-right input {
		height: 90px;
		margin: 0 0 50px;
		padding: 0 40px;
		font-size: 28px;
		border-radius: 10px;
	}
	.contact-right textarea {
		height: 400px;
		padding: 20px 40px;
		font-size: 28px;
		line-height: 40px;
		border-radius: 10px;
	}
	.contact-right button {
		height: 90px;
		border-radius: 10px;
		margin: 70px 0 0;
		font-size: 36px;
	}
}
@media only screen and (max-width: 750px) {
	.banner {
		margin: 30px 0 0;
	}
	.banner img {
		width: 750px;
		margin-left: -460px;
	}
	.contact-content {
	    padding: 40px 0;
	}
	.contact-content h3 {
	    font-size: 24px;
	    line-height: 25px;
	    height: 30px;
	}
	.contact-content h3:before {
	    width: 33px;
	    height: 33px;
	    top: 0px;
	    left: 100px;
	}
	.contact-left {
		margin: 0 0 35px;
	}
	.contact-left .contact-mode {
		margin: 30px 0 0;
	}
	.contact-mode p {
		font-size: 18px;
		line-height: 25px;
		padding: 0 0 0 35px;
		margin: 0 0 15px;
		background-size: auto 20px;
		background-position: 0px 2px !important;
	}
	.contact-mode p:nth-of-type(1) {
		margin: 0 0 12px;
	}
	.contact-left .contact-map {
		height: 250px;
		border-radius: 5px;
		margin: 15px 0 0;
		border-width: 1px;
	}
	.contact-right h3 {
		margin: 0 0 25px;
	}
	.contact-right input {
		height: 40px;
		margin: 0 0 20px;
		padding: 0 15px;
		font-size: 14px;
		border-radius: 5px;
	}
	.contact-right textarea {
		height: 200px;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 25px;
		border-radius: 5px;
	}
	.contact-right button {
		height: 40px;
		border-radius: 5px;
		margin: 30px 0 0;
		font-size: 16px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-content {
	    padding: 60px 0 80px;
	}
	.contact-left {
		width: 400px;
	}
	.contact-right {
		width: 50%;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-content {
	    padding: 75px 0 100px;
	}
	.contact-left {
		width: 500px;
	}
}
@media only screen and (min-width: 1550px) {
	.contact-content {
	    padding: 90px 0 120px;
	}
	.contact-left {
		width: 570px;
	}
}