.banner-txt h2,.banner-txt p {
	color: #ffffff;
}
.contact1 {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
}
.contact1 .contact1-box {
	width: 380px;
	height: 280px;
	overflow: hidden;
	padding: 47px 0 0;
	line-height: 25px;
	color: #7f7e7e;
	font-size: 14px;
	background-color: #f6f6f6;
	text-align: center;
}
.contact1 .contact1-box:nth-of-type(2) {
	line-height: 20px;
	text-align: justify;
}
.contact1 .contact1-box:nth-of-type(2) p {
	width: 171px;
	margin: 0 auto;
}
.contact1-box .contact1-icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 13px auto 35px;
}
.contact1-box .contact1-img {
	width: 154px;
	height: 154px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.contact1-icon img,.contact1-img img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.contact1 .contact1-box {
	    width: 100%;
	    height: 560px;
	    padding: 94px 0 0;
	    line-height: 35px;
	    font-size: 24px;
	}
	.contact1 .contact1-box:nth-of-type(2) {
		margin: 70px 0;
		line-height: 40px;
	}
	.contact1 .contact1-box:nth-of-type(2) p {
		width: 304px;
	}
	.contact1-box .contact1-icon {
		width: 100px;
		height: 100px;
		margin: 26px auto 70px;
	}
	.contact1-box .contact1-img {
		width: 308px;
		height: 308px;
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 700px) {
	.contact1 {
	    padding: 40px 0;
	}
	.contact1 .contact1-box {
	    width: 100%;
	    height: 280px;
	    padding: 47px 0 0;
	    line-height: 20px;
	    font-size: 14px;
	}
	.contact1 .contact1-box:nth-of-type(2) {
		margin: 30px 0;
		line-height: 20px;
	}
	.contact1 .contact1-box:nth-of-type(2) p {
		width: 171px;
	}
	.contact1-box .contact1-icon {
		width: 50px;
		height: 50px;
		margin: 13px auto 35px;
	}
	.contact1-box .contact1-img {
		width: 154px;
		height: 154px;
		margin: 0 auto 10px;
	}
}
@media only screen and (min-width: 992px) {
	.contact1 .contact1-box {
		width: 300px;
    	float: left;
	}
	.contact1 .contact1-box:nth-of-type(2) {
		margin: 0 35px;
	}
}
@media only screen and (min-width: 1300px) {
	.contact1 .contact1-box {
		width: 380px;
	}
	.contact1 .contact1-box:nth-of-type(2) {
		margin: 0 30px;
	}
}
.contact-map {
	width: 100%;
	height: 735px;
	overflow: hidden;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
@media only screen and (max-width: 700px) {
	.contact-map {
		height: 350px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-map {
		height: 575px;
	}
}
@media only screen and (min-width: 1300px) {
	.contact-map {
		height: 735px;
	}
}
.contact2 {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 80px;
}
.contact2 .contact2-title {
	width: 100%;
	overflow: hidden;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #333333;
}
.contact2-title h2 {
	font-size: 48px;
	line-height: 55px;
	margin: 0 0 15px;
	color: #000000;
}
.contact2 .contact2-form {
	width: 100%;
	height: 512px;
	margin: 45px 0 0;
}
.contact2-form input {
	display: block;
	height: 86px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	margin: 0 0 24px;
	padding-left: 30px;
	font-size: 20px;
}
.contact2-form input:nth-of-type(2n) {
	float: right;
}
.contact2-form textarea {
	display: block;
	width: 100%;
	height: 165px;
	padding: 0 30px;
	font-size: 20px;
	line-height: 60px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.contact2-form button {
	display: block;
	width: 165px;
	height: 57px;
	font-size: 24px;
	color: #FFFFFF;
	overflow: hidden;
	border-radius: 5px;
	background-color: #e60012;
	border: none;
	float: right;
	margin: 70px 0 0;
	transition: all 0.5s;
}
.contact2-form button:hover {
	box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 991px) {
	.contact2-form input {
		width: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.contact2 {
		padding: 40px 0;
	}
	.contact2 .contact2-title {
		font-size: 15px;
		line-height: 20px;
	}
	.contact2-title h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 10px;
	}
	.contact2 .contact2-form {
		height: 440px;
		margin: 30px 0 0;
	}
	.contact2-form input {
		height: 43px;
		margin: 0 0 15px;
		padding-left: 15px;
		font-size: 14px;
	}
	.contact2-form textarea {
		height: 165px;
		padding: 0 15px;
		font-size: 14px;
		line-height: 40px;
	}
	.contact2-form button {
		width: 85px;
		height: 30px;
		font-size: 14px;
		margin: 25px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.contact2 {
		padding: 75px 0 65px;
	}
	.contact2 .contact2-title {
		font-size: 20px;
		line-height: 25px;
	}
	.contact2-title h2 {
		font-size: 36px;
		line-height: 45px;
		margin: 0 0 10px;
	}
	.contact2 .contact2-form {
		height: 430px;
		margin: 45px 0 0;
	}
	.contact2-form input {
		width: calc(50% - 12px);
		width: -moz-calc(50% - 12px);
		width: -webkit-calc(50% - 12px);
		height: 60px;
		margin: 0 0 24px;
		padding-left: 20px;
		font-size: 16px;
		float: left;
	}
	.contact2-form input:nth-of-type(2n) {
		float: right;
	}
	.contact2-form textarea {
		height: 165px;
		padding: 0 20px;
		font-size: 16px;
		line-height: 50px;
	}
	.contact2-form button {
		width: 135px;
		height: 45px;
		font-size: 20px;
		margin: 50px 0 0;
	}
}
@media only screen and (min-width: 1300px) {
	.contact2 {
		padding: 90px 0 80px;
	}
	.contact2 .contact2-title {
		font-size: 24px;
		line-height: 30px;
	}
	.contact2-title h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 15px;
	}
	.contact2 .contact2-form {
		height: 512px;
		margin: 45px 0 0;
	}
	.contact2-form input {
		height: 86px;
		margin: 0 0 24px;
		padding-left: 30px;
		font-size: 20px;
	}
	.contact2-form textarea {
		height: 165px;
		padding: 0 30px;
		font-size: 20px;
		line-height: 60px;
	}
	.contact2-form button {
		width: 165px;
		height: 57px;
		font-size: 24px;
		margin: 70px 0 0;
	}
}