.contactBox{
	width: 100%;
	background-color: #F8F8F8;
	padding: 80px 0 115px;
	box-sizing: border-box;
}
.contactBox .formBox{
}
.formLeft{
	width: 65%;
	background-color: #FFFFFF;
	
}
.boxCens{
	width: 85%;
	margin: 55px auto 50px;
	text-align: center;
	
}
.boxCens h3{
	font-size: 26px;
	line-height: 30px;
	color: #27803e;
}
.boxCens .cenps{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin: 10px 0 20px;
}
.input-box p{
	width: 47%;
	height: 55px;
	line-height: 55px;
	text-indent: 20px;
	border: 1px rgba(0,0,0,0.2) solid;
	
}
.input-box p input{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 55px;
	text-indent: 20px;
	color: #333333;
}
.input-box p input::-webkit-input-placeholder{
	font-size: 14px;
	line-height: 55px;
	text-indent: 20px;
	color: #999999;
}
.input-box p:nth-child(1){
	margin: 0 35px 30px 0;
}
.tearbox{
	border: 1px rgba(0,0,0,0.2) solid;
	width: 100%;
}
.tearbox textarea{
	resize: none;
	width: 100%;
	height: 150px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 15px;
	color: #333333;
	text-indent: 20px;
	resize: none;
}
.tearbox textarea::-webkit-input-placeholder{
	color: #999999;
	text-indent: 20px;
	
	width: 100%;
	height: 150px;
	font-size: 14px;
	color: #999999;
	text-indent: 20px;
	resize: none;
}
.submits a{
	width: 190px;
	height: 46px;
	display: block;
	background-color: #27803e;
	font-size: 14px;
	line-height: 46px;
	color: #ffffff;
	margin: 20px auto;
	
}

.descRigh{
	width: 35%;
    background: #EEEEEE;
}
.descRigh ul{
	width: 70%;
	margin: 52px auto;
	
}
.descRigh ul li{
	margin-bottom: 11.2%;
}
.descRigh ul li:last-child{
	margin-bottom: 0;
}
.descRigh ul li h4{
	font-size: 18px;
	line-height: 30px;
	color: #27803e;
	padding-bottom: 9px;
}
.descRigh ul li p,.descRigh ul li p span{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.descRigh ul li p span{
	margin-right: 12px;
}
.btpage5c {
    padding: 18px 0;
}





@media screen and (max-width:1000px) {
	.formBox{
		width: 100%;
	}
	.contactBox{
		padding: 30px 0;
	}
	.formLeft,.descRigh{
		width: 90%;
		float: none;
		margin: auto;
		overflow: hidden;
	}
	.input-box p,.input-box p:nth-child(1){
		width: 100%;
		margin-bottom: 15px;
		height: 45px;
		line-height: 45px;
	}
	.input-box p input{
		line-height: 45px;
	}
	.tearbox textarea{
		height: 88px;
	}
	.boxCens,.descRigh ul{
		width: 92%;
		margin: 25px auto 27px;
	}
	.descRigh ul li {
		margin-bottom: 10px;
	}
	
	
	
	
}