img {
	display: inherit;
}

.box {
	background-color: #efefef;
	overflow: hidden;
}
.xdfys{
	position: relative;
	height: 19rem;
	
}
.xdfys_bg{
	background: #fff;
	padding: 0 5%;
	margin: 0 5%;
	position: absolute;
	top: -8rem;
	left: 0;
	right: 0;
	border-radius: 1rem;
}
.xdfys_bg h3{
	padding: 1rem 0;
	text-align: center;
	color: #e6571e;
}
.xdfys_list li{
	padding-bottom: 1rem;
}
.zpzy_name{
	padding: 1rem 5%;
	overflow: hidden;
}
.zpzy_name i{
	height: 1.5rem;
	width: 0.3rem;
	background-color: #eb7c15;
	float: left;
}
.zpzy_name h3{
	font-size: 1.1rem;
	float: left;
	padding-left: 5%;
	line-height: 1.5rem;
}
.zpzy_list{
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	flex-wrap: wrap;
}
.zpzy_list li{
	padding: 1rem 2%;
	background-color: #fff;
	width: 48%;
	margin-bottom: 0.8rem;
}
.zpzy_lis_name{
	overflow: hidden;
}
.zpzy_lis_name p span:nth-child(1){
	font-size: 1.2rem;
	font-weight: bold;
}
.zpzy_lis_name p span:nth-child(2){
	font-size: 0.7rem;
}
.zpzy_lis_name p{
	padding-bottom: 0.3rem;
}
.zpzy_lis_name p a{
	color: #e6571e;
	font-weight: bold;
}
.zpzy_lis_name p:nth-child(2){
	text-indent: 2rem;
	color: #727272;
	font-size: 0.9rem;
	height: 8rem;
}
.zpzy_lis_btn{
	padding: 0.8rem;
}
.zpzy_lis_btn a{
	display: block;
	line-height: 1.8rem;
	font-size: 0.9rem;
	margin: 0 auto;
	width: 75%;
	background: #e6571e;
	color: #fff;
	border-radius: 0.9rem;
	text-align: center;
}
.wdzl{
	margin: 1rem 5%;
	padding: 0 3%;
	background-color: #fff;
	border-radius: 1rem;
}
.wdzl_name{
	text-align: center;
	font-size: 1.4rem;
	color: #e6571e;
	padding: 1.8rem 0;
}
.wdzl_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 1.8rem;
}
.wdzl_list li{
	width: 48%;
	margin-bottom: 0.8rem;
	padding: 0.8rem 3%;
	border: 0.05rem solid #727272;
}
.wdzl_list li p:nth-child(1){
	font-size: 0.8rem;
	font-weight: bold;
}
.wdzl_list li p:nth-child(2){
	font-size: 0.8rem;
	color: #727272;
}
/* form */
.form_box{
	margin: 1.5rem 5% 1.5rem;
	background-color: #fff;
	border-radius: 1rem;
	padding: 1rem 3%;
}
.form_box h3{
	text-align: center;
	color: #e6571e;
	padding-bottom: 1rem;
}
.form_top {
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding-bottom: 0.8rem;
}

.ipt_form {
	margin-left: 3%;

	margin-bottom: 0.8rem;
}

.ipt_form input {
	line-height: 3rem;
	font-size: 1.2rem;
	border: 0.05rem solid #bfbfbf;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
	padding-left: 5%;
}
.ipt_form input::placeholder {
	color: #bfbfbf;
}

.ipt_form button {
	width: 100%;
	background-color: #e6571e;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 0.8rem;
	text-align: center;
	outline: none;
}

.form_qyhj_botm {
	overflow: hidden;
}

.form_qyhj_botm_lis {
	width: 50%;
	float: left;
}

.form_qyhj_botm_lis a {
	display: block;
}
.ipt_form select{
	line-height: 3rem;
	height: 3rem;
	font-size: 1.2rem;
	border:0.05rem solid #bfbfbf;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
	color: #bfbfbf;
}