.right_contact_content{
	float:right;
	width:48%;
	margin: 50px 0 80px;
}
.left_contact_content{
	float:left;
	width:48%;
	margin: 50px 0 80px;
}
.left_contact_content .txt{
	color:#5b5b5b;
	font-size:18px;
}
.left_contact_content .txt p{
	width:90%;
	line-height:150%;
}
.left_contact_content .txt a{
	color:#0a23a5;
}
.left_contact_content .contact-way{
	margin: 60px 0;
}
.left_contact_content .contact-way p{
	margin:20px 0;
	font-size: 18px;
	color:#5b5b5b;
}
.left_contact_content .contact-way p img{
    margin-right: 15px;	
}
.left_contact_content .contact-way p a{
	color:#5b5b5b;
}
.right_contact_content .contact_content h3{
	background: #2e922f;
    color: #fff;
    padding: 3px 20px;
    font-size: 20px;
    font-weight: normal;
}
.right_contact_content .contact_content form p{
	overflow:hidden;
	color:#434343;
	border:1px solid #434343;
	margin: 15px 0;
	font-size:14px;
	padding: 5px 15px;
	overflow:hidden;
}
.right_contact_content .contact_content form p textarea{
	display: block;
    width: 100%;
    height: 50px;
}
.right_contact_content .contact_content form p label{
	margin-right: 10px;
}
.right_contact_content .contact_content form p label b{
	color:#ea1c1c;
}
.right_contact_content .contact_content form p.send{
	border: 0;
    padding: 0;
    text-align: right;
}
@media screen and (max-width: 780px) {
	.right_contact_content,
	.left_contact_content{
		width:100%;
		margin: 30px 0;
	}
}