.section2{
	text-align: center;
	font-size: 22px;
	color: #565555;
	line-height: 190%;
	padding: 150px 0 140px;
	background: url("../images/contact-bg2.jpg") no-repeat;
}


/*section3*/
.section3{
	padding: 5% 0;
}
.section3 .auto-container{
	width: 1100px;
}
.section3 .section3-con{
	margin-top: 10%;
}
.section3 .half{
	width: 50%;
	float: left;
}
.section3 .left h2{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 7%;
	margin-top: 1%;
}

.section3 .left p{
	font-size: 18px;
	margin-top: 4%;
}
.section3 .right input,
.section3 .right a,
.section3 .right textarea{
	margin-left: auto;
}
.section3 .right input{
	height: 30px;
	line-height: 30px;
}
.section3 .right textarea{
	min-height: 120px;
}
.section3 .right input,
.section3 .right textarea{
	display: block;
	width: 360px;
	margin-bottom: 10px;
	border: 1px solid #434343;
	color: #434343;
	padding: 4px 8px;

}
.section3 .right a{
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #90272b;
	width: 378px;
	color: #fff;
	font-size: 18px;
}
.section3 .section-title h2{
	font-size: 48px;
}

@media (max-width: 1279px){
	.section2{
		font-size: 20px;
	}
}

@media (max-width: 1120px){
	.section3 .auto-container {
	    width: 900px;
	}
	.section3 .left h2{
		font-size: 20px;
	}
	.section3 .left p{
		font-size: 16px;
	}
}

@media (max-width: 1017px){
	.section2 {
	    font-size: 18px;
	    padding-bottom: 80px;
	}
	.section3 .section-title h2{
		font-size: 36px;
	}

}

@media (max-width: 980px){
	.section2{
		font-size: 14px;
		padding-top: 100px;
		padding-bottom: 40px;
		text-align: left;
	}
	.section3 .section-title h2 {
	    font-size: 20px;
	}
	.section3 .left h2 {
	    font-size: 16px;
	}
	.section3 .left p {
	    font-size: 14px;
	}




	.section3 .auto-container {
	    width: 100%;
	}
	.section3 .half{
		width: 100%;
		float: none;
		margin-bottom: 4%;
	}
	.section3 .right input, .section3 .right a, .section3 .right textarea{
		margin-right: auto;
		margin-left: 0;
	}
	.section3 .left h2{
		margin: 0;
	}
	.section3 .left p{
		margin-top: 2%;
	}

	.section3 .right input, 
	.section3 .right textarea{
		width: 97%;
	}
	.section3 .right a{
		width: 99%;
	}


	.section3 .section3-con{
		margin-top: 7%;
	}

}

@media (max-width: 640px){
	.phone-br{
		display: none;
	}
	.section2{
		line-height: 170%;
	}
}

@media (max-width: 414px){
	.section3 .right input, .section3 .right textarea{
		width: 94%;
	}
	.section3 .right a {
	    width: 98%;
	}
}












