@charset "utf-8";





.search-box {
	display: block;
	z-index: 9;
	line-height: 0;
	text-align: center;
	font-size: 0;
	position: relative;
	margin: 47px 0px 83px 0px;
}
@media (max-width: 1200px) {
.search-box {
	margin: 7px 0px 43px 0px;
}
}
.search-box:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 20%;
	height: 0;
	border-bottom: 2px solid #ccc;
}
.search-box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	width: 20%;
	height: 0;
	border-bottom: 2px solid #ccc;
}
.search-box input {
	width: 510px;
	height: 46px;
	line-height: 26px;
	font-size: 16px;
	padding: 10px;
	border: none;
	background: #fff;
	outline: none;
	border-radius: 9px;
	margin-left: -2%;
	border: 2px solid #2c66a4;
}
 @media (max-width: 1200px) {
.search-box input {
	width: 90%;
}
.search-box input {
	margin-left: -5%;
}
.search-box:before, .search-box:after {
	display: none;
}
}
.search-box button {
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	text-align: center;
	line-height: 0;
	font-size: 0;
	margin-left: -60px;
	color: transparent;
	background: url("../images/infopublic_new_images/q.png") 0px 0px no-repeat;
}

/* 2021.4.21 筛选 */
.serch_box {
	background: #fafafa;
	padding: 42px 16px 16px;
	margin-right: -10px;
}

.serch_box .no_margin {
	margin: 0 !important;
}

.serch_box .colun1 .no-padding-left{
	padding-left: 0;
}

.serch_box .top_title_pic {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: 0;
}

.serch_box .top_title_pic li {
	margin: 0;
}

.serch_box .top_title_pic i {
	position: absolute;
	display: none;
	font-style: normal;
	right: 32px;
	top: 6px;
	width: 33px;
	height: 33px;
	line-height: 36px;
	color: #696969;
	cursor: pointer;
}

.serch_box .top_title_pic button {
	position: absolute;
	right: 10px;
	_right: 28px;
	top: 3px;
	width: 36px;
	height: 36px;
	background: url("../images/infopublic_new_images/q.png") 0 0 no-repeat;
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
}
.serch_box .radio_tip {
	color: #f6747a;
}
*+ul.top_title_pic button {
	right: 24px;
}

.serch_box .top_title_pic input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	font-size: 18px;
	color: #666;
	border: 2px solid #f6747a;
	outline: none;
	background: #fff;
	
}

*+ul.top_title_pic .inp_text {
	margin: 0 5px;
}

.serch_box .top_title_pic .btn {
	display: inline;
	margin-top: 2px;
	width: 140px;
	height: 50px;
	text-align: center;
	background: #015293;
	border-radius: 11px;
	cursor: pointer;
}

.serch_box .colun1 {
	overflow: hidden;
	zoom: 1;
	margin: 30px 0 10px;
}

.serch_box .colun1 ul {
	float: left;
	overflow: hidden;
	zoom: 1;
	font-size: 16px;
	margin-right: 30px;
	margin-right: 24px\9;
	_margin-right: 0px;
}

.serch_box .colun1 li {
	float: left;
	margin-right: 6px;
}
.serch_box .colun1 li input{
	margin-top: 4px;
	vertical-align: text-top;
}

.serch_box .colun1 li span {
	margin-left: 6px;
}

