.contact_content{
	width: 100%;
	overflow: hidden;
}
.contact_title{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0 0;
}
.contact_title h1{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 55px;
	padding-left: 10px;
}
.contact_title p{
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #333333;
	font-size: 14px;
}
.contact_title p img{
	margin: -2px 5px 0 0;
}
@media only screen and (max-width:767px ) {
	.contact_title{
		padding: 20px 0 10px;
	}
	.contact_title h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
		padding: 0;
	}
	.contact_title p{
		position: static;
		right: 0;
		bottom: 0px;
	}
}
.contact_content{
	width: 100%;
	overflow: hidden;
}
.contact_content ul{
	width: 100%;
	overflow: hidden;
	padding: 25px 0 45px;
}
.contact_content ul h1{
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
}
.contact_content ul li{
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	float: left;
	height: auto;
	overflow: hidden;
}
.contact_content ul li h4{
	font-size: 14px;
}
.contact_content ul li p:nth-of-type(1){
	line-height: 20px;
	margin-bottom: 15px;
}
.contact_content ul li:nth-of-type(2){
	width: 555px;
	margin-left: 120px;
}
.contact_form{
	width: 100%;
	overflow: hidden;
}
.contact_form input{
	width: 555px;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	padding-left: 12px;
	border: 1px solid #ededed;
}
.contact_form textarea{
	width: 555px;
	max-width: 100%;
	border: 1px solid #ededed;
	line-height: 40px;
	margin-bottom: 15px;
	padding-left: 12px;
}
.contact_form input[type="submit"]{
	width: 135px;
	height: 40px;
	border-radius: 5px;
	padding: 0;
	font-size: 15px;
	background-color: #dc3a3a;
	color: #fff;
	border: none;
}
.contact_yzm{
	width: 555px;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.contact_yzm input{
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
}
.contact_yzm .yzm_img{
	width: 101px;
	height: 40px;
	line-height: 37px;
	border: 1px solid #ededed;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.contact_yzm .yzm_img img{
	max-width: 100%;
}
@media only screen and (max-width:991px ) {
	.contact_content ul li:nth-of-type(2){
		margin: 40px 0 0;
	}
}
@media only screen and (max-width:991px ) {
	.contact_content ul {
	    padding: 25px 0 25px;
	}
	.contact_content ul li:nth-of-type(2){
		width: 100%;
		margin: 20px 0 0;
	}
}