.bannerBox {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    background: url(../images/banner_04.jpg) no-repeat center top;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.theTitle {
    color: white;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 55px;
}
.searchBox{
	width: 650px;
	height: 90px;
	background: rgba(255,255,255,0.25);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
.theInput {
    height: 38px;
    outline: none;
    border: none;
    width: 74%;
    background: white url(../images/search.png) no-repeat 8px center;
    text-indent: 28px;
}
.theBtn{
	background: #184568;
	color: white;
	outline: none;
	border: none;
	height: 38px;
	width: 12%;
	margin-left: 2%;
	cursor: pointer;
}
.theBtn:hover{
	background: #25435b;
}
.theBtn:active{
	background: #133755;
}