/* 背景图区域 */

.main-banner-bottom {
	padding: 40px 0 15px 0;
}

.search-box {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    top: -140px;
}

.search-box img {
	width: 16px;
	height: 17.23px;
	vertical-align: -4px;
	margin-right: 10px;
}

input {
	width: 639px;
	height: 50px;
	background: #FFFFFF;
	outline: none;
	padding-left: 20px;
	box-sizing: border-box;
}

button {
	width: 101px;
	height: 50px;
	border: none;
	line-height: 52px;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	cursor: pointer;
}


/* 主体 */
hr {
	height: 1px;
	margin: 13px 0 25px 0;
	background-color: #E7E7E7;
	border: none;
}



