img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
/* dlb */
.dlb_name{
	padding: 1.5rem 20% 1rem;
}
.dlb_btn{
	display: flex;
	justify-content: space-between;
	padding: 0rem 10% 1.5rem;
}
.dlb_p{
	text-align: center;
	color: #d63a3a;
}
.dlb_btn a{
	display: block;
	width: 45%;
	text-align: center;
	line-height: 2.3rem;
	font-size: 1.1rem;
	color: #fff;
	background-color: #ff0024;
	box-shadow: 0rem 0rem 2rem #fdfea3;
	border-radius: 1.15rem;
}
/* wsbmks */
.wsbmks .dlb_name{
	padding: 1.5rem 25% 1rem;
}
.wsbmks_p{
	text-align: center;
	color: #c70003;
	padding-bottom: 0.5rem;
}
.wsbmks_ctn{
	background: url(../img/wsbmks_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 3rem 8% 3rem 6%;
}
.wsbmks_list{
	padding: 0.8rem 5%;
	background-color: #f0565b;
	border-radius: 2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wsbmks_list li{
	width: 48%;
}
.wsbmks_btn{
	padding: 1rem 10% 0;
}
/* zysj */
.zysj_list1{
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	background-color: #ff0003;
}
.zysj_list1 li{
	text-align: center;
	color: #fff000;
}
.zysj_list1 li:nth-child(1){
	width: 25%;
}
.zysj_list1 li:nth-child(2){
	width: 15%;
}
.zysj_list1 li:nth-child(3){
	width: 15%;
}
.zysj_list1 li:nth-child(4){
	width: 45%;
}

.zysj_list2{
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
	background-color: #e7e7e7;
	border-bottom: 0.1rem solid #fff;
}
.zysj_list2 li{
	text-align: center;
	color: #313131;
}
.zysj_list2 li:nth-child(1){
	width: 25%;
}
.zysj_list2 li:nth-child(2){
	width: 15%;
}
.zysj_list2 li:nth-child(3){
	width: 15%;
}
.zysj_list2 li:nth-child(4){
	width: 45%;
}
.zysj_list2 li:nth-child(4) span{
	display:inline-block;
	width: 1rem;
	height: 1rem;
}
.zysj_list2 li:nth-child(4) i{
	color: #ff0000;
}
.zysj_list2 li:nth-child(4) a{
	display:inline-block;
	width: 4rem;
	background-color: #333333;
	color: #fff;
	border-radius: 0.3rem;
}
/* dchl */
.dchl_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 1%;
}
.dchl_list li{
	width: 47%;
	padding-bottom: 0.8rem;
}
/* jyybz */
.jyybz_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jyybz_list li{
	width: 45%;
	padding-bottom: 0.8rem;
}
.mssy .dlb_btn{
	padding: 2rem 10%;
}
/* form */

.ljc_form {
	padding: 1.5rem 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: #ef0004;
}

.form_right {
	width: 97%;
	line-height: 3.5rem;
	font-size: 1.4rem;
	font-weight: 1000;
	padding-left: 1%;
	color: #000;
	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 #594853;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}

.ipt_form input::placeholder {
	color: #3e565a;
}

.ipt_form button {
	width: 100%;
	background-color: #ef0004;
	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;
}