.contact-content {
	width: 100%;
	height: 895px;
	overflow: hidden;
	position: relative;
	padding: 95px 0 65px;
}
.contact-content:before {
	content: '';
	display: block;
	width: 890px;
	height: 100%;
	overflow: hidden;
	background: #fefefe url(../images/contact-bg.png) no-repeat top right;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
}
.contact-content .contact-left {
	width: 630px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 1;
}
.contact-left .contact-mode {
	width: 100%;
	overflow: hidden;
	padding: 0 0px;
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}
.contact-mode h2 {
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	padding: 0 0 20px;
	border-bottom: 2px solid #046cb7;
	margin: 0 0 40px;
}
.contact-left .contact-map {
	width: 100%;
	height: 365px;
	overflow: hidden;
	border: 1px solid #e7e9f0;
	margin: 0px 0 0;
	float: left;
	display: block;
}
.contact-right {
	width: 755px;
	height: 735px;
	float: right;
	margin: 10px 0 0;
}
.contact-right .contact-input,.contact-right .contact-textarea {
	width: 100%;
	overflow: hidden;
	margin: 0 0 35px;
	line-height: 20px;
	color: #666666;
	font-size: 16px;
}
.contact-input input {
	display: block;
	width: 100%;
	height: 47px;
	border: 2px solid #cbcccd;
	margin: 13px 0 0;
	padding: 0 10px;
}
.contact-textarea textarea {
	display: block;
	width: 100%;
	line-height: 40px;
	height: 171px;
	border: 2px solid #cbcccd;
	margin: 13px 0 0;
	padding: 0 10px;
}
.contact-right .contact-input li {
	width: calc(50% - 24px);
	width: -moz-calc(50% - 24px);
	width: -webkit-calc(50% - 24px);
	overflow: hidden;
	float: left;
}
.contact-right .contact-input li:last-of-type {
	float: right;
}
.contact-right button {
	display: block;
	width: 130px;
	height: 35px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	overflow: hidden;
	background-color: #046cb7;
	border: none;
	transition: all 0.5s;
}
.contact-right button:hover {
	background-color: #0584de;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 991px) {
	.contact-content {
		height: 1790px;
		padding: 95px 0 65px;
	}
	.contact-content:before {
		width: 100%;
		height: 50%;
		left: 0;
		margin-left: 0;
		background-size: 100%;
	}
	.contact-content .contact-left {
		width: 100%;
		float: none;
	}
	.contact-right {
	    width: 100%;
		float: none;
	    margin: 185px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.contact-content {
		height: 1250px;
		padding: 40px 0 35px;
		margin-top: -38px;
	}
	.contact-left .contact-mode {
	    padding: 0;
	    font-size: 14px;
	    line-height: 25px;
	}
	.contact-mode h2 {
	    font-size: 24px;
	    line-height: 30px;
	    padding: 0 0 13px;
	    border-bottom: 1px solid #046cb7;
	    margin: 0 0 20px;
	}
	.contact-left .contact-map {
	    height: 300px;
	    border: 2px solid #e7e9f0;
	    margin: 0px 0 0;
	}
	.contact-right {
	    margin: 45px 0px 0px;
	}
	.contact-right .contact-input,.contact-right .contact-textarea {
		margin: 0 0 15px;
		line-height: 20px;
		font-size: 14px;
	}
	.contact-input input {
		height: 37px;
		border-width: 1px;
		margin: 7px 0 0;
		padding: 0 10px;
	}
	.contact-textarea textarea {
		line-height: 30px;
		height: 141px;
		border-width: 1px;
		margin: 13px 0 0;
		padding: 0 10px;
	}
	.contact-right .contact-input li {
		width: calc(50% - 7px);
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
	}
	.contact-right button {
		width: 100px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-content:before {
		width: 800px;
		margin-left: -825px;
	}
	.contact-content .contact-left {
		width: 415px;
	}
	.contact-right {
		width: 465px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact-content:before {
		width: 800px;
		margin-left: -825px;
	}
	.contact-content .contact-left {
		width: 500px;
	}
	.contact-right {
		width: 555px;
	}
}
@media only screen and (min-width: 1650px) {
	.contact-content:before {
		width: 890px;
		margin-left: -960px;
	}
	.contact-content .contact-left {
		width: 530px;
	}
	.contact-right {
		width: 635px;
	}
}