body{
	height: 100%;
	background: url('/static/home/images/glob/bigbg.png') no-repeat;
	background-size: cover;
}

.middlepartbox{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logobigbox{
	display: flex;
	justify-content: center;
}
.logobox{
	display: flex;
	align-items: center;
}

.logo{
	height: 65px;
	margin-right: 15px;
}
.logozi{
	width: auto;
    height: 80px;
}


.searchbox{
	display: flex;
	align-items: center;
	margin-top: 44px;
  justify-content: center;
}
.searchleft_box{
	height: 45px;
	font-size: 16px;
	color: #474545;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 40px;
	padding: 0 20px;
	cursor: pointer;
}
.arrowdown{
	width: 14px;
	height: 8px;
	margin-left: 5px;
}
.searchright_box{
    width: 50%;
    max-width: 1200px;
    height: 45px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    padding-left: 40px;
    margin-left: 28px;
    overflow:hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 16px;
}
.searchright_box input{
	width: 76%;
	height: 45px;
	line-height: 45px;
}
.searchbtnbox{
	height: 45px;
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	background: #e2b179;
	cursor: pointer;
}
.searchbtnbox img{
	width: 22px;
	height: 22px;
	margin-right: 6px;
}
.searchbtnbox p{
	letter-spacing: 5px;
}



