body{
	background-color: #fff;
}
img{
	width: 100%;
	height: 100%;
}
.hdxq_name{
	padding: 1rem 15%;
}
.dhjt_ctn{
	padding: 1rem 5%;
	background-color: #e00916;
}
.dhjt_hdsj {
	background: url(../img/dhjt_bg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0.8rem;
}
.dhjt_hdsj p{
	font-size: 1.3rem;
	text-align: center;
	line-height: 2.8rem;
	padding-bottom: 1.5rem;
	color: #db5800;
}
.dhjt_hdsj p span{
	color: #db5800;
	font-weight: 800;
	padding-left: 1%;
}
.dhjt_hdnr2{
	background-color: #fff;
	line-height: 2.1rem;
	font-size: 1.3rem;
	font-weight: 800;
	padding: 0.8rem 5%;
	text-indent: 2.6rem;
}
.dhjt_btn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.5rem 0 2rem;
}
.dhjt_btn a{
	display: block;
	width: 49%;
	line-height: 2.5rem;
	font-size: 1.1rem;
	text-align: center;
	background-color: #fff0ac;
	color: #db5800;
	background: url(../img/btn_bg.png) no-repeat;
	background-size: 100% 100%;
}
.hdyc_mg{
	padding-top: 1rem;
}
.tzb_list{
	display: flex;
	justify-content: space-between;
}
.tzb_lis{
	width: 48%;
}
/* form */

.ljc_form {
	padding: 1rem 5% 1.5rem;
	background-color: #fff;
}

.form_top {
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding-bottom: 0.8rem;
}

.form_left {
	width: 3%;
	height: 3.5rem;
	background-color: #e00916;
}

.form_right {
	width: 97%;
	line-height: 3.5rem;
	font-size: 1.4rem;
	font-weight: 1000;
	padding-left: 1%;
	color: #e00916;
	border-bottom: 0.1rem solid #ababab;
}

.ipt_form {
	margin-left: 3%;

	margin-bottom: 0.8rem;
}

.ipt_form input {
	line-height: 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #e00916;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}

.ipt_form input::placeholder {
	color: #3e565a;
}

.ipt_form button {
	width: 100%;
	background-color: #e00916;
	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.1rem solid #594853;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}
.pagebottom{
	display: none;
}