/*Document CSS*/
.wq_content {
	width: 1200px;
	min-width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	margin-bottom: 40px;
	min-height: 700px;
}
.tool_nav_left {
	width: 235px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}
.wq_gcgj_right {
	float: left;
	width: 930px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	min-height: 432px;
	padding-bottom: 80px;
}
.js_title_z {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.js_title_z>i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	height: 18px;
	width: 6px;
	background: url(../newimages/wenku_juxing.png) no-repeat center center;
}
.js_title_z>span {
	color: #646464;
	font-size: 16px;
}

/*FOMR*/
.js_form_z {
	margin: 30px 100px 0px 30px;
}
.js_input_li {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #646464;
	font-size: 14px;
}
.js_input_li:hover {
	background: #eeeeee;
}
.z_left_li,.z_right_li,.z_input_bz {
	float: left;
}
.z_input_bz {
	color: red;
}
.z_left_li {
	width: 140px;
	margin-right: 20px;
	text-align: right;
}
.z_right_li {
	overflow: hidden;
}
.z_right_li>input[type=text] {
	width: 180px;
	height: 25px;
	outline: none;
	border: 1px solid #ccc;
	padding: 0px 5px 0px 5px;
}
.z_input_li {
	float: left;
	margin-right: 50px;
}
.z_input_li>label {
	cursor: pointer;
}
.z_form_button>input {
	background-image: linear-gradient(to right,#fb3c34,#ff8a41);
	border: none;
	border-radius: 3px;
	color: #fff;
	width: 118px;
	height: 30px;
	cursor: pointer;
	margin-left: 190px;
	margin-top: 5px;
	outline: none;
}

.z_sp_line {
	margin: 30px 0px 0px 30px;
	width: 800px;
	border-top: 1px solid #646464;
	height: 0px;
}
.z_img_title {
	margin-left: 30px;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.z_result_pic {
	width: 800px;
	min-height: 400px;
	border: 1px solid #646464;
	overflow: hidden;
	margin-left: 30px;
}
.z_result_pic>img {
	width: 100%;
}
/*判断*/
.js_input_li_juhe {
	display: none;
}
/*table*/
.z_result_table {
	margin-left: 30px;
	overflow: hidden;
}
.z_table_th,.z_table_tr {
	height: 35px;
}
.z_table_th>span,.z_table_tr>span {
	display: block;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 35px;
}
.z_table_td1 {width: 270px;}
.z_table_td2,.z_table_td3 {width:85px;}
.z_table_td4,.z_table_td6 {width: 110px;}
.z_table_td5 {width: 135px;}
.z_table_th>span {
	background: #269a73;
	border-right: 1px solid #fff;
}
.z_table_tr>span {
	background: #eee;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}
.z_all_num {
	color: red;
}
.z_result_btn {
	margin-top: 30px;
}
.z_result_btn>button {
	height: 25px;
	width: 160px;
	border-radius: 3px;
	border: none;
	outline: none;
	cursor: pointer;
}
.z_result_btn_y {
	margin-left: 200px;
	background: #E6971E;
	color: #fff;
}
.z_result_btn_c {
	margin-left: 20px;
	color: #fff;
	background: #269a73;
}

/*弹窗*/
.z_bg {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
	display: none;
}
.z_pop_up {
	margin: 200px auto;
	height: 300px;
	width: 430px;
	background: #fff;
	z-index: 10001;
	position: relative;
}
.z_pop_up_title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #272727;
	color: #fff;
	padding-left: 10px;
}
.z_content_li {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-top: 10px;
}
.z_lf_c,.z_rt_c {
	float: left;
}
.z_lf_c {
	width: 130px;
	text-align: right;
}
.z_rt_c>input {
	height: 20px;
	line-height: 20px;
	width: 190px;
	padding-left: 5px;
	padding-right: 5px;
	outline: none;
	border: 1px solid #ccc;
}
.z_pop_btn {
	margin-top: 15px;
}
.z_pop_btn>button {
	height: 25px;
	width: 60px;
	background: orange;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 3px;
	cursor: pointer;
}
.z_pop_btn>button.z_pop_btn_c {
	background: #ccc;
	margin-left: 20px;
}
.z_pop_btn>button.z_pop_btn_t {
	margin-left: 130px;
}
.z_close_img {
	position: absolute;
	right: 10px;
	top: 10px;
}
.z_close_img>img {
	cursor: pointer;
}


















