@charset "UTF-8";

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

/****************************/
.yjtabljg_container {
	width: 1200px;
	margin: 0 auto;
}

.yjtabljg_search {
	padding: 30px;
	height: 380px;
	background: #FCFCFC;
}

.yjtabljg_search .search_title span {
	float: left;
	padding-left: 18px;
	height: 18px;
	line-height: 18px;
	border-left: 4px solid #115DB2;
	font-size: 18px;
	font-weight: bold;
	color: #115DB2;
}

.yjtabljg_form {
	margin-top: 40px;
	padding: 0 18px;
}

.yjtabljg_form .search_sub {
	margin-bottom: 20px;
}

.yjtabljg_form .search_sub .in_title {
	float: left;
	font-size: 16px;
	color: #000;
	width: 64px;
	text-align: right;
	line-height: 38px;
	margin-right: 10px;
}

.yjtabljg_form .search_sub input {
	float: left;
	border: 1px solid #D6D6D6;
	outline: none;
	border-radius: 3px;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
}

.yjtabljg_form .search_sub select {
	float: left;
	border: 1px solid #D6D6D6;
	outline: none;
	border-radius: 3px;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	width: 103px;
}

.yjtabljg_form .search_sub input.js_bt {
	width: 625px;
}

.yjtabljg_form .search_sub .js_lm1 {
	width: 140px;
}

.yjtabljg_form .search_sub .js_lm2 {
	margin-left: 10px;
	width: 140px;
}

.yjtabljg_form .search_sub input.js_zw {
	width: 1008px;
}

.yjtabljg_form .search_sub input.js_cbdw {
	width: 393px;
}

.yjtabljg_form .search_sub .js_hybh {
	width: 275px;
}

.yjtabljg_form .search_sub .bh {
	width: auto;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

.yjtabljg_form .search_sub input.js_bh {
	width: 100px;
	text-align: center;
}

.yjtabljg_form .search_sub .rq {
	width: auto;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

.yjtabljg_form .search_sub input.js_rq {
	width: 210px;
	text-align: center;
}

.ml20 {
	margin-left: 20px;
}

.yjtabljg_form .search_sr {
	text-align: center;
}

.yjtabljg_form .search_sr input {
	width: 140px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #115DB2;
	border: 1px solid #115DB2;
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
}

.yjtabljg_form .search_sr input[type="reset"] {
	background: #fff;
	color: #115DB2;
	margin-left: 20px;
}

@media (max-width:768px) {
	.yjtabljg_container {
		width: 100%;
		margin: 0 auto;
	}

	.yjtabljg_search {
		padding: 15px;
		height: auto;
		background: #FCFCFC;
	}


	.yjtabljg_form {
		margin-top: 20px;
		padding: 0 10px;
	}

	.yjtabljg_form .search_sub {
		margin-bottom: 0;
	}

	.yjtabljg_form .search_sub .in_title {
		float: left;
		font-size: 16px;
		color: #000;
		width: 22%;
		text-align: right;
		line-height: 38px;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		overflow: hidden;
		height: 38px;
	}

	.yjtabljg_form .search_sub input {
		float: right;
		border: 1px solid #D6D6D6;
		outline: none;
		border-radius: 3px;
		height: 38px;
		line-height: 38px;
		padding-left: 10px;
		width: 75%;
		margin-top: 5px;
		margin-bottom: 5px;

	}

	.yjtabljg_form .search_sub select {
		float: right;
		border: 1px solid #D6D6D6;
		outline: none;
		border-radius: 3px;
		height: 38px;
		line-height: 38px;
		padding-left: 10px;
		width: 75%;
		margin-top: 5px;
		margin-bottom: 5px;

	}

	.yjtabljg_form .search_sub input.js_bt {
		width: 75%;
	}

	.yjtabljg_form .search_sub .js_lm1 {
		width: 75%;
	}

	.yjtabljg_form .search_sub .js_lm2 {
		margin-left: 20%;
		width: 75%;

	}

	.yjtabljg_form .search_sub input.js_zw {
		width: 75%;
	}

	.yjtabljg_form .search_sub input.js_cbdw {
		width: 75%;
	}

	.yjtabljg_form .search_sub .js_hybh {
		width: 75%;
	}

	.yjtabljg_form .search_sub .bh {
		display: none;
	}

	.yjtabljg_form .search_sub input.js_bh {
		width: 75%;
		text-align: center;
	}

	.yjtabljg_form .search_sub .rq {
		margin-left: 0;
	}

	.yjtabljg_form .search_sub input.js_rq {
		width: 75%;
		text-align: center;
	}

	.ml20 {
		margin-left: 0;
	}

	.yjtabljg_form .search_sr {
		text-align: center;
		margin-top: 10px;
	}

}

@media (max-width:360px) {
	.yjtabljg_search {
		padding: 10px;
		height: auto;
		background: #FCFCFC;
	}
	.yjtabljg_form .search_sub .in_title {
		font-size: 13px;
		overflow: hidden;
		height: 38px;
	}

	.yjtabljg_form .search_sub input {

		font-size: 13px;
	}

	.yjtabljg_form .search_sub select {

		font-size: 13px;
	}

	.yjtabljg_form .search_sr input {
		text-align: center;
		margin-top: 10px;
		width: 40%;
	}
}
