.header{
	float: left;
	width: 100%;
	min-width: 1200px;
	background: #405c72;
}
.header .logo{
	float: left;
	width: 374px;
	height: 140px;
}
.header .logo>a{
	display: block;
	width: 374px;
	height: 57px;
	padding: 52px 0;
	overflow: hidden;
}
.header .logo>a img{
	vertical-align: middle;
}
.header .search-wrap{
	float: right;
	border-radius: 5px;
	padding: 62px 0;
}
.header .search-wrap .md-box{
	float: left;
	width: 100px;
	position: relative;
}
.header .search-wrap .md-box .city{
	color: #b2dfff;
	padding-left: 10px;
	line-height: 32px;
}
.header .search-wrap .md-box .city>.ico{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
	width: 7px;
	height: 4px;
	background: url(../images/md-ico.png) no-repeat;
}
.header .search-wrap .md-box .md-list{
	display: none;
	position: absolute;
	width: 100%;
	top: 32px;
	left:0;
	background: #f8f8f8;
	z-index: 99999;
}
.header .search-wrap .md-box .md-list li{
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .search-wrap .md-box .md-list li>a{
	display: block;
}
.header .search-wrap .md-box .md-list li:hover{
	background: #ebebeb;
}
.header .search-wrap .search-input{
	float: left;
	width: 264px;
	height: 36px;
	padding-left: 16px;
	background: rgba(255,255,255,0.9);
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-shadow: 0 2px 3px 0 rgba(45, 43, 43, 0.2);
	-moz-box-shadow: 0 2px 3px 0 rgba(45, 43, 43, 0.2);
	box-shadow: 0 2px 3px 0 rgba(45, 43, 43, 0.2);
}
.header .search-wrap .search-btn{
	cursor: pointer;
	float: left;
	width: 36px;
	height: 36px;
	background: url(../images/search-btn.png) no-repeat center center;
	margin-left: 20px;
}

.nav{
	float: left;
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #eeeeee;
}
.nav-list{
	float: left;
}
.nav-list>li{
	float: left;
	padding: 0 20px;
	position: relative;
}
.nav-list>li>a{
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	font-weight: bold;
}
.nav-list>li>a>.ico{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -2px;
	width: 9px;
	height: 5px;
	background: url(../images/nav-ico.png) no-repeat;
}
.nav-list>li:hover>a>.ico{
	background: url(../images/nav-ico-hover.png) no-repeat;
}
.nav-list>li.on,
.nav-list>li:hover{
	background-color: #949494;
}
.nav-list>li.on a,
.nav-list>li:hover a{
	color: #ffffff;
}

.nav-list>li>ul{
	display: none;
	position: absolute;
	top: 45px;
	left:0;
	width: 100%;
	background: #f6f6f6;
	z-index: 999;
}
.nav-list>li>ul>li{
	height: 45px;
	line-height: 45px;
	padding: 0 12px;
}
.nav-list>li>ul>li:hover{
	background: #e6e6e6;
}
.nav-list>li>ul>li>a{
	color: #666;
}
.phone-box{
	float: right;
	text-align: right;
	position: relative;
	padding-left: 30px;
}
.phone-box:before{
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 22px;
	height: 18px;
	background: url(../images/st-phone-icon.png) no-repeat;
}

.phone-box strong{
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	font-weight: bold;
}
