/* 公共样式-----公共搜索框-----开始 */

.zysearch {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	height: 145px;
	background-color: #ff8a00;
}

.zysearch .check .checkbox {
	display: inline-block;
	margin: 5px 26px;
}

.zysearch .check .checkbox .inpcheck {
	width: 17px;
	height: 17px;
	top: -2px;
	background-color: #fff;
	color: #fff !important;
}

.zysearch .search {
	text-align: center !important;
	height: 80px;
	position: relative;
	padding: 46px 0px 0px;
}

.zysearch .search .inpsea {

	position: absolute;
	left: 50%;
	transform: translateX(-50%);

}

.zysearch .search .inpsea .input-groupa {
	width: 100%;
	float: right;
}

.zysearch .search .inpsea .input-group {
	width: 82%;
	float: right;
}

.zysearch .search .inpsea .input-group-btn {
	white-space: nowrap;
	width: 16%;
	right: 48px;
}

.close_ico {
	font-size: 26px;
	font-weight: bold !important;
	cursor: pointer;
}

.zysearch .search .inpsea .input-group-btn .gj_srach {
	font-size: 16px;
	vertical-align: middle;
	margin: 0 20px;
	cursor: pointer;
	color: #042b64;

}

.zysearch .search .inpsea .input-group-btn .gj_srach .add_ico {
	display: inline-block;
	width: 13px;
	height: 13px;
	line-height: 12px;
	margin: 0 5px;
	/* vertical-align: middle; */
}



.zysearch .search .inpsea .serchbtn {
	width: 104px;
	height: 40px;
	background-color: #fff !important;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	border-radius: 0px;
}

.zysearch .search .inpsea .serchbtn span {
	/* color: #0088f0; */
	color: #333;
	font-size: 24px;
	line-height: 31px;
}

.zysearch .auto-screening {
	position: absolute;
	top: 55px;
	width: 66%;
	z-index: 9;
	border: 1px solid #cccccc;
	border-bottom: 0;
	border-top: 0;
	max-height: 300px;
}

.gj_search_box .xh_list {
	position: absolute;
	top: 55px;
	width: 66%;
	z-index: 9;
	border: 1px solid #cccccc;
	border-bottom: 0;
	border-top: 0;
	max-height: 300px;
}

.auto-screening-prompt {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	padding: 0 10px;
	color: #999;
	font-weight: bold;
	font-size: 14px !important;
}



/* 高级搜索----开始 */
.gj_search_box {
	position: relative;
	width: 100%;
}

.gj_search_box .search_box {
	position: absolute;
	/* width: 84%; */
	background: #fff;
	z-index: 999;
	margin: 0 auto;
	transform: translateX(-50%);
	padding: 30px;
	box-shadow: 0 0 34px #d2d2d2;
	color: #666;
	display: none;
	text-align: left;
	width: 920px;

}

.gj_search_box .search_box .tit_h {
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
}

.gj_search_box .search_box .tit_h h4 {
	font-size: 21px;
	font-weight: bold;
	display: inline-block;
	width: 300px;
	border-bottom: 0px solid #042b64;
	padding-bottom: 13px;
	margin: 0;
	color: #042b64;
}

.gj_search_box .search_box .search_list {}

.gj_search_box .search_box .search_list ul {}

.gj_search_box .search_box .search_list ul li {
	margin: 15px 0;
}

.gj_search_box .search_box .search_list ul li .tit {
	padding: 10px 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	color: #042b64;
}

.gj_search_box .search_box .search_list ul li .in_li {
	position: relative;
	width: 50%;

}

.gj_search_box .search_box .search_list ul li .in_li .xhinp,
.gj_search_box .search_box .search_list ul li .in_li .sccjcinp {
	width: 47%;
	display: inline-block;
	margin: 0 7px;


}

.gj_search_box .search_box .search_list ul li .input {
	width: 100%;
	padding: 0px 10px;
	height: 39px;
	border-radius: 40px;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
}

.gj_search_box .search_box .search_list ul li .search_ico {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 28px;
	background: #042b64;
	color: #fff;
	width: 38px;
	height: 37px;
	text-align: center;
	border-radius: 40px;
	line-height: 36px;
	border: 0;
	outline: none;
}

.gj_search_box .search_box .search_list ul li .down_ico {
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 35px;
	z-index: -1;
}

.gj_search_box .search_box .search_list ul li .cc_li {
	display: inline-block;
	width: 100%;
	vertical-align: top;

}

.gj_search_box .search_box .search_list ul li .cc_li .cc_tit {
	border-bottom: 1px solid #f1f1f1;
	width: 91%;
	font-size: 16px;
	padding: 5px 0;
	color: #666;
}

.gj_search_box .search_box .search_list ul li .cc_li .dw_tit {
	min-width: 63px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}

.gj_search_box .search_box .search_list ul li .cc_li .inp {
	width: 32%;
	display: inline-block;
}


.gj_search_box .search_box .search_list ul li .cc_li .inp input {
	padding: 8px 19px;
	width: 173px;
	border-radius: 50px;
	border: 1px solid #d9d9d9;
	margin: 10px 0;
	font-size: 14px;
}

.gj_search_box .search_box .search_list ul li .cc_li_t .inp input {
	width: 100px;

}

.gj_search_box .search_box .search_list ul li .gjsub_btn {
	width: 95%;
	height: 41px;
	background: #042b64;
	border-radius: 40px;
	color: #fff;
	font-size: 19px;
	border: 0;
	outline: none;

}

.cx {		width: 18%;
		float: left;		position: relative;
		top: -25px;
		/* left: 15px; */
	color: #fff;		text-align: left;
}

.cx h3 {
		font-size: 28px;
}

.cx p {
		font-size: 18px;	}

/* 高级搜索----结束 */
/* 公共搜索框-----开始 */
@media (min-width: 1520px) {
	.zysearch .search .inpsea {
		width: 50%;
	}

	.cplist .left_tree_box {
		display: block !important;
	}
}

@media (min-width: 980px) {

	/* .left_tree_box {
        display: block!important;
        padding: 0 25px;
        border: 1px solid #f1f1f1;
      } */
	.gj_search_box .search_box {
		left: 48%;
	}

	.zysearch .search {
		/* padding: 22px !important; */
	}

	.zysearch .web {
		display: none !important;
	}

	.zysearch .search .inpsea {
		width: 1300px;
	}

	.zysearch .search .inpsea h2 {
		width: 100%;
		float: left;
		font-weight: bold;
		color: #333;
		margin-top: 8px;
		font-size: 38px;
		text-align: center;
	}

	.zysearch .search .inpsea .form-control:not(:first-child) {
		height: 42px;
		width: 20%;
		/* margin: 5PX; */
		border: 1px solid #ff8a00;
		border-radius: 0px;
		float: left;
	}

	.zysearch .search .inpsea .form-control {
		height: 42px;
		width: 33%;
		margin: 5PX;
		border: 1px solid #ff8a00;
		border-radius: 0px;
	}

	.zysearch .search .inpsea .form-controla {
		height: 42px;
		width: 93%;
		margin: 5PX;
		border: 1px solid #ff8a00;
		border-radius: 0px;
		font-size: 14px;
		padding-left: 5px;
	}

	.zysearch .xhinp,
	.zysearch .sccjcinp {
		width: 37%;
		display: inline-block;
		margin: 0 10px;
		float: left;
	}

	.zysearch .search .inpsea .serchbtn {
		width: 90px;
		height: 39px;
		border: 0;
		outline: none;
		/* margin-left: 60px !important; */
	}

	.zysearch .auto-screening {
		top: 55px;
		width: 66%;
	}

	.search_bg {
		background: #f2f2f2;
		position: relative;
		top: -36px;
	}
}

@media (max-width: 1024px) {
	.gj_search_box .search_box {
		width: 90%;
	}

}

@media (max-width: 980px) {
	.gj_search_box .search_box {
		left: 50%;
	}

	.zysearch {
		width: 100%;
		font-weight: bold;
		color: #333;
		/* margin-top: 8px; */
		font-size: 38px;
		height: 325px !important;
	}

	.zysearch .search .inpsea .form-control {
		height: 46px;
		width: 83%;
		margin: 5PX;
		border: 1px solid #dddddd;
		border-radius: 0px;
		font-weight: normal;
		position: relative;
		left: 28px;
	}

	.cplist .left_tree_box {
		display: none;
	}

	.zysearch .pc {
		display: none !important;
	}

	.zysearch .web {
		display: inline-block !important;
	}

	.zysearch .search .inpsea .input-group-btn .web .add_ico {
		width: 30px;
		height: 34px;
		font-size: 20px;
		line-height: 34px !important;
		margin: 0;

	}

	.zysearch .search .inpsea .input-group-btn .gj_srach {
		font-size: 14px;
		color: #fff;
		vertical-align: middle;
		margin: 0 20px;
		cursor: pointer;
	}

	.zysearch .search .inpsea .serchbtn span {
		color: #fff;
		font-size: 26px;
		line-height: 23px;
	}

	.zysearch .serchbtn {
		width: 56px !important;
		height: 34px !important;
		border-radius: 0px !important;
	}

	.zysearch .search .inpsea .input-group-btn .gj_srach {
		margin: 0;
	}

	.inpsea {
		width: 100%;
	}

	.form-control {
		height: 35px !important;
	}

	.auto-screening {
		top: 35px;
		width: 70%;
	}

	.gj_search_box .search_box {
		width: 100%;
		padding: 20px;
	}

	.gj_search_box .search_box .search_list ul li .in_li {
		width: 98%;
	}

	.gj_search_box .search_box .search_list ul li .cc_li {
		width: 100%;
	}

	.gj_search_box .search_box .search_list ul li .cc_li_o .inp {
		width: 49%;
		display: inline-block;

	}

	.gj_search_box .search_box .search_list ul li .cc_li_o .dw_tit {
		width: 56px;

	}

	.gj_search_box .search_box .search_list ul li .cc_li_o .inp input {
		width: 63%;
	}

	.gj_search_box .search_box .search_list ul li .cc_li_t .inp {
		width: 100%;

	}

	.gj_search_box .search_box .search_list ul li .cc_li_t .inp input {
		width: 35%;

	}

	.gj_search_box .search_box .search_list ul li .cc_li_t .dw_tit {
		width: 80px;

	}

	.gj_search_box .search_box .search_list ul .sub_li {
		text-align: center;
	}

	.gj_search_box .search_box .search_list ul li .gjsub_btn {
		width: 50%;
	}

	.zysearch .search {
		width: 100%;
		text-align: center !important;
		/* height: 80px; */
		/* position: relative; */
		padding: 0px;
	}

	.zysearch .search .inpsea .input-group {
		width: 94%;
		float: left;
	}

	.zysearch .search .inpsea .form-controla {
		height: 42px;
		width: 93%;
		margin: 5PX;
		border: 1px solid #ff8a00;
		border-radius: 0px;
		font-size: 14px;
		padding-left: 5px;
	}

	.cx {
		width: 100% !important;
		text-align: center !important;
		float: left;
		margin-top: 29px;
	}

	.sea_search {
		height: 200px;
	}

	.search_bg {
		/* background: #034c91; */
		height: 141px;
		width: 100%;
		position: relative;
		top: -36px;
	}

	.zysearch .search .inpsea .serchbtn {
		width: 104px;
		height: 40px;
		background-color: #fff !important;
		border-radius: 0;
		border: 0;
		font-size: 14px;
		border-radius: 0px;
	}

	.zysearch .search .inpsea .serchbtn span {
		color: #2f2f2f;
		font-size: 26px;
		line-height: 23px;
	}

	.gj_search_box .search_box .search_list ul li .cc_li_o .inp {
		width: 98%;
		display: inline-block;
	}

	.zysearch .search .inpsea .input-group-btn {
		/* position: absolute; */
		font-size: 0;
		white-space: nowrap;
		width: 12%;
		right: 0;
		z-index: 999;
		top: 0;
	}

	.zysearch .search .inpsea .input-groupa {
		width: 100%;
		float: right;
		margin-top: 15px;
	}



}
