.breadcrumb {
	background-color: #fff;
}

.xhdz_box {
	width: 100%;
	overflow: hidden;
	margin-top: 3%;
}

.xhdz_box .xhdz_left {
	border: 1px solid #f1f1f1;
	margin-top: 10px;
}

.xhdz_box .xhdz_left ul li {
	padding: 10px 0;
}

.xhdz_box .xhdz_left ul li h4 {
	font-size: 16px;
	color: #4e4e4e;
}

.xhdz_box .xhdz_left ul li input {
	border: 0;
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	padding: 5px 10px;
	width: 100%;
	height: 39px;
}

.xhdz_box .xhdz_left ul li button {
	width: 60%;
	background-color: #ff9900;
	color: #fff;
	border: 0;
	padding: 8px 10px;
	border-radius: 25px;
	text-align: center;
}

.xhdz_box .xhdz_left ul li:last-child {
	text-align: center;
}

@media (min-width: 1200px) {
	.xhdz_box .xhdz_right {
		padding: 0 0 0 35px;
	}
}

.xhdz_box .xhdz_right h4 {
	color: #020202;
	padding: 7px 0;
	font-size: 20px;
	font-size: 22px;
}

.xhdz_box .xhdz_right p {
	font-size: 14px;
	text-indent: 2em;
}

.xhdz_box .xhdz_right p a {
	color: #0141a3;
	text-decoration: underline;
}

.xhdz_box .xhdz_right .table {
	width: 100%;
}

.xhdz_box .xhdz_right .table table {
	width: 100%;
}

.xhdz_box .xhdz_right .table table thead {
	background-color: #000058;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.xhdz_box .xhdz_right .table table thead tr th {
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}

.xhdz_box .xhdz_right .table table thead tr th:first-child {
	width: 164px;
	overflow: hidden;
}

.xhdz_box .xhdz_right .table table thead tr th:nth-child(2) {
	min-width: 70px;
}

.xhdz_box .xhdz_right .table tbody tr td {
	text-align: center;
}

.xhdz_box .xhdz_right .table tbody tr td .xx_num {
	display: inline-block;
	height: 50px;
	width: 100%;
	line-height: 50px;
}

.xhdz_box .xhdz_right .table tbody tr td .td_box {
	position: relative;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 4px 0;
	padding: 9px 0;
	font-size: 14px;
}

.xhdz_box .xhdz_right .table tbody tr td .fast_td {
	border-right: 1px solid #f1f1f1;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	text-align: left;
}

.xhdz_box .xhdz_right .table tbody tr td .fast_td img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

.xhdz_box .xhdz_right .table tbody tr td .fast_td a {
	position: absolute;
	margin-left: 10px;
	display: inline-block;
	width: 130px;
	height: 50px;
	color: #0141a3;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
}

.xhdz_box .xhdz_right .table tbody tr td .fast_td a .dz_text {
	background-color: #ff9900;
	padding: 2px 10px;
	font-size: 9px;
	color: #fff;
	margin-top: 3px;
	float: left;
}

.xhdz_box .xhdz_right .table tbody tr td .last_td {
	border-right: 1px solid #f1f1f1;
	background-color: #f4f5f6;
	padding: 6px 0;
}

.xhdz_box .xhdz_right .table tbody tr td .last_td .cz {
	width: 100%;
}

.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num {
	height: 24px;
}

.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num span {
	display: inline-block;
}

.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num span input {
	height: 20px;
	width: 30px;
	text-align: center;
}

.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num .jian,
.xhdz_box .xhdz_right .table tbody tr td .last_td .cz .inpu_num .jia {
	height: 20px;
	width: 20px;
	border: 1px solid #f1f1f1;
	background-color: #ccc;
}

.xhdz_box .xhdz_right .table tbody tr td .last_td .cz button {
	margin-top: 6px;
	border: 0;
	background-color: #690599;
	color: #fff;
	width: 80px;
	height: 30px;
	/* border-radius: 5px; */
	font-size: 14px;
}

.xhdz_box .xhdz_right .fot_btn {
	text-align: center;
	margin-bottom: 20px;
}

.xhdz_box .xhdz_right .fot_btn button {
	border: 0;
	background-color: #690599;
	color: #fff;
	padding: 10px 25px;
	border-radius: 5px;
	font-size: 14px;
}

@media (min-width: 980px) {
	.xhdz_box .table .fast_td {
		min-width: 100px;
	}

	.xhdz_box .table .last_td {
		min-width: 55px;
	}

	.xhdz_box .xhdz_right .cpcs .right_input {
		margin-left: 24px;
		width: 280px;
	}
}

@media (max-width: 980px) {
	.xhdz_right {
		overflow-x: scroll;
		padding: 7px;

	}

	.xhdz_box .xhdz_right .table table thead tr th:first-child {
		width: 136px;
		overflow: hidden;
	}

	.xhdz_box .xhdz_right .table table thead tr th:nth-child(2) {
		min-width: 32px;
	}

	.xhdz_box .xhdz_right .table tbody tr td .fast_td a {
		position: absolute;
		margin-left: 6px;
		display: inline-block;
		width: 90px;
		height: 50px;
		color: #0141a3;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.xhdz_box .table {
		min-width: 560px;
	}

	.xhdz_box .table .fast_td {
		min-width: 152px;
	}

	.xhdz_box .table .last_td {
		min-width: 100px;
	}

}

@media (min-width: 1520px) {
	.xhdz_box .table .fast_td {
		min-width: 100px;
	}

	.xhdz_box .table .last_td {
		min-width: 55px;
	}
}


.qybt-title {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	margin-top: 50px;
}

.qybt-title span:nth-child(1) {
	color: #000000;
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
}

.qybt-title span:nth-child(2) {
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Impact";
	color: #d4d4d4;
}
