.main_box {
	background-image: url(bg.png);
	background-position-x: center;
	max-width: 1920px;
	height: 663px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 63px 0;
}

/* title */
.title {
	margin: 0 auto 40px;
	width: 100%;
}

.title img {
	margin: 0 auto;
	display: block;
}

/* search */
.search_title {
	/* height: 54px; */
}

.search_box {
	width: 878px;
	/* padding: 0 4px 0 50px; */
	margin: 0 auto;
	box-sizing: content-box;
}

.search_title ul {
	overflow: hidden;
}

.search_title li {
	line-height: 29px;
	font-size: 24px;
	float: left;
	margin-right: 10px;
	color: #d2e0f7;
	font-weight: 700;
	cursor: pointer;
}

.search_title li.on {
	color: #fff;
}

.search_title li:nth-child(1) {
	/* width: 88px; */
}

.search_title li:nth-child(2) {
	/* width: 44px; */
}

.search_title li:nth-child(3) {
	/* width: 154px; */
}

.search_title li:nth-child(4) {
	/* width: 88px; */
	margin-right: 0;
}

.search_title li img {
	margin-top: -3px;
}

.search_title li img.tbon {
	display: none;
}

.search_title li img.tb {
	display: inline;
}

.search_title li.on img.tb {
	display: none;
}

.search_title li.on img.tbon {
	display: inline;
}

.search_box form {
	margin: 35px auto 0;
	width: 810px;
	height: 77px;
	position: relative;
	border: 6px solid rgba(255, 255, 255, 0.27);
	border-radius: 77px;
}

.search_box form input {
	width: 100%;
	height: 65px;
	border: 0;
	border-radius: 65px;
	font-size: 18px;
	color: #333333;
}

.search_box form img {
	position: absolute;
	right: 36px;
	top: 12px;
	z-index: 2;
}

.search_box form .search_sub {
	width: 60px;
	height: 65px;
	position: absolute;
	right: 28px;
	top: 0;
	z-index: 3;
	color: transparent;
	background: center;
	padding: 0;
}

/* 热词 */
.reci {
	overflow: hidden;
	margin: 14px 0;
	vertical-align: bottom;
	padding-left: 65px;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}

.reci li {
	min-height: unset;
	border-bottom: none;
	float: left;
	padding: 0 10px;
	border-radius: 16px;
	margin-right: 10px;
	cursor: pointer;
	color: #ffffff;
	overflow: hidden;
	height: 21px;
	max-width: 140px;
}

.reci li:last-child {
	margin-right: 0;
}

.reci span {
	float: left;
}

/* 热门政策 */
.rmzc {
	margin: 26px auto 0;
	width: 860px;
	box-sizing: content-box;
	padding-left: 50px;
}

.rmzc .rmzc_title {
	height: 32px;
	margin-bottom: 15px;
}

.rmzc .rmzc_title img {
	margin-right: 16px;
	vertical-align: bottom;
}

.rmzc_title span {
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	text-align: left;
	color: #fff;
}

.rmzc_list li {
	margin-bottom: 10px;
	line-height: 22px;
	height: 24px;
	padding-left: 32px;
	color: #fff;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
}

.rmzc_list li span {
	margin-left: 20px;
}

.rmzc_list li:nth-child(1) {
	background-image: url(1.png);
}

.rmzc_list li:nth-child(2) {
	background-image: url(2.png);
}

.rmzc_list li:nth-child(3) {
	background-image: url(3.png);
}

.rmzc_list li:nth-child(4) {
	background-image: url(4.png);
}

.rmzc_list li:nth-child(5) {
	background-image: url(5.png);
}