.contact_banner{
	height: 300px;
	background: #333;
}

.contact_view_wrap{
	margin-top: 3%;
	margin-bottom: 4%;
}
.contact_view_title1{
	height: 40px;
	display: flex;
	color: #000;
	align-items: center;
	margin-bottom: 4%;
}
.contact_view_title2{
	height: 28px;
	line-height: 28px;
	display: flex;
	color: #666;
	margin-bottom: 24px;
}
.contact_view_con{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #dddddd;
	padding-top: 3%;
	flex-wrap: wrap;
}
.contact_view_con_right{
	width: 50%;
	height: 400px;

}
.contact_view_con_left{
	width: 41.67%;
}





.contact_view_con_right img{
	display: block;
	width: 100%;
}

.contact_tel{
	padding-bottom: 24px;
	border-bottom: 1px dashed #dddddd;
	width: 100%;
	align-items: center;
	display: flex;
}
.contact_tel_left{
	width: 82px;
}







.contact_tel_rtitle{
	color: #333;
}
.contact_tel_rnum{
	color: #007b38;

}
.contact_line_wrap{
	padding-top: 32px;

}
.contact_line{
	height: 50px;
	display: flex;
	align-items: center;

}
.contact_line_text{
	margin-left: 10px;
	color: #666;
	flex: 1;
}

.contact_line_img{
	width: 27px;
}

.contact_form{
	background: url("../images/form_bg.jpg") no-repeat center center;
	background-size: cover;
	min-height: 400px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact_form_title1{
	color: #000;
	margin-bottom: 4%;
}

.contact_form_title2{
	color: #666;
	margin-bottom: 3%;
}
#form{
	width: 100%;
	margin-top: 40px;
}
.formline{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_input{
	width: 49%;
	padding-left: 20px;
	background: rgba(0,0,0,.15);
	color: #333;
	height: 60px;
	border: none;
	margin-bottom: 2%;
}

.textarea{
	height: 150px;
	background:rgba(0,0,0,.15); 
	padding: 20px;
	line-height: 24px;
	color: #333;
	width: 100%;
	display: block;
	border: none;
	margin-bottom: 2%;
	font-family: "微软雅黑";
}

.submit_btn{
	width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #007b38;
	cursor: pointer;
}

@media screen and (max-width: 1200px){
	.contact_view_title1 {
		height: 36px;
	}
	.contact_view_title2 {
		height: 26px;
		margin-bottom: 20px;
	}
	
	.contact_tel{
		padding-bottom: 22px;
		
	}
	.contact_tel_left{
		width: 72px;
	}
	.contact_line_wrap {
		padding-top: 28px;
	}
	.contact_line{
		height: 50px;
	}
	.contact_line_img{
		width: 25px;
	}
	.form_input{
		
		height: 54px;
	}
	.submit_btn{
		width: 180px;
		height: 50px;
		
	}
	.contact_form {
		padding-top: 50px;
		padding-bottom: 54px;
	}
	#form{
		margin-top: 36px;
	}
}

@media screen and (max-width: 1000px){
	.contact_view_title1 {
		height: 32px;
	}
	.contact_view_title2 {
		height: 24px;
		margin-bottom: 17px;
	}
	
	.contact_tel{
		padding-bottom: 20px;
		
	}
	.contact_tel_left{
		width: 62px;
	}
	.contact_line_wrap {
		padding-top: 24px;
	}
	.contact_line{
		height: 40px;
	}
	.contact_line_img{
		width: 23px;
	}
	.form_input{
		
		height: 48px;
	}
	.submit_btn{
		width: 160px;
		height: 40px;
		
	}
	.contact_form {
		padding-top: 40px;
		padding-bottom: 46px;
	}
	#form{
		margin-top: 30px;
	}
}

@media screen and (max-width: 800px){
	.contact_view_title1 {
		height: 30px;
	}
	.contact_view_title2 {
		height: 22px;
		margin-bottom: 12px;
	}
	.contact_view_con{
		flex-direction: column-reverse;
	}
	.contact_view_con_right{
		width: 100%;
		height: 300px;

	}
	.contact_view_con_left{
		width: 100%;
		margin-top: 30px;
	}
	.contact_tel{
		padding-bottom: 16px;
		
	}
	.contact_tel_left{
		width: 50px;
	}
	.contact_line_wrap {
		padding-top: 20px;
	}
	.contact_line{
		height: 32px;
	}
	.contact_line_img{
		width: 20px;
	}
	.form_input{
		width: 100%;
		height: 40px;
	}
	.submit_btn{
		width: 120px;
		height: 30px;
		
	}
	.contact_form {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	#form{
		margin-top: 24px;
	}
}