.banner{
	background: url(../images/banner-contact.jpg) top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-content{
	position: relative;
	width: 1140px;
	margin: 0 auto;
	height: 497px;
}
.banner-content h2{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	font-style: italic;
	text-shadow: 0 3px 2px rgba(0,0,0,0.5);
	line-height: 150%;
	padding-top: 200px;
}
.gray-bg{	
	background: #f8f8f8;
}
.inner{
	width: 1140px;
	margin: 0 auto;
}
.text{
	color: #545454;
	font-size: 16px;
	line-height: 200%;
}
.inner p.text{
	width: 60%;
	margin: 40px auto 0 auto;
}
/*contact*/
.contact{
	display: block;    
    padding: 64px 0;
}
.contact-us{
	width:1140px;
	margin: 0 auto;
    text-align: center;
}
.contact .contact-form{
	width:720px;
	padding:0 10px;
	margin:0 auto;
	padding-top:60px;
	text-align: left;
	overflow: hidden;
}
.contact .contact-form li{
	float:left;
	padding-bottom:20px;
	width:50%;
	padding: 0 30px 20px 30px;
}
.contact .contact-form li label{
	display: block;
	padding-bottom: 10px;
	color:#000;
}
.contact .contact-form li input[type=text]{
	float: left;
    width: 100%;
    background:#fff;
    height: 30px;
    color: #666;
    padding: 0 10px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    border:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact .contact-form li textarea{
	width: 100%;
    background:#fff;
    line-height: 30px;
    color: #666;
    border-radius: 4px;
    padding: 0 10px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    border:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact .contact-submit{
	width:720px;
	margin:0 auto;
}
.contact .contact-submit a{
	display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #309eff;
    font-size: 18px;
    border-radius: 40px;
    margin: 40px auto;
    text-align: center;
    width: 350px;
}

@media (max-width:1140px){
	.inner, .banner-content{
		width: auto;
	}
}
@media (max-width:990px)  {
	.contact .contact-form,.contact .contact-submit{
		margin: 0 30px;
		width: auto;
	}
}
@media (max-width:600px) {
	.contact .contact-form li{
		float: none;
		width: 100%;
		overflow: hidden;
	}

}
@media (max-width: 568px) {
	.contact .contact-form, .contact .contact-submit {
	    margin: 0 10px;
	}
	.contact .contact-submit a{
		margin: 50px 30px;
		width: auto;
	}
	.banner-content h2{
		font-size: 32px;
	}
}