﻿body,html{
	height:100%;
}
.bg {
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.top-area {
	height: 120px;
}
.top-area a:hover{
	text-decoration:none;
	color:#fff;
}
.top-area a:visited {
	text-decoration: none;
	color: #fff;
}
.nav-wrap{
	padding-left:60px;
	margin-top:30px;
}
.nav-item{
	display:inline-block;
	padding: 0 20px;
	color:#fff;
	cursor:pointer;
	position:relative;
}
.menu-item-arrow {
	position: absolute;
	top: 7px;
	right: 8px;
}
.maps {
	display:none;
	position: absolute;
	left: 136px;
}
.maps li {
	text-align: center;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 100px;
	background-color: rgba(0, 0, 0,0.2);
}
.maps li a{
	color:#fff;
	cursor:pointer;
}
.maps li a:hover {
	color: red;
}
.info-wrap{
	padding-right:20px;
	margin-top:20px;
}
.info-item {
	display: inline-block;
	float: right;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
}
.login-icon{
	margin-right:8px;
	width:18px
}
.top-logo {
	margin-left: 20px;
	margin-top: 15px;
	width: 160px;
}
#main {
	min-height: 700px;
}
#searchArea {
	width: 424px;
	height: 30px;
	margin: 140px auto 0 auto;
	background-color: #FFF;
	border: 1px solid #BFC1C0;
	border-radius: 5px;
}
#searchBox
{
	width:334px;
	height:28px;
	margin:1px;
	line-height:28px;
	float:left;
	display:inline;
}
#searchBtn
{
    width:85px;
	height:30px;
    border:0;
	border-radius: 4px;
	background-color: #FFF;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
    background-position:right center;
}

.search-wrap{
	width:900px;
	margin:200px auto;
}

.logo{
	margin-top:36px;
	margin-right:36px;
	float:left;
}

