.header{
	float: left;
	width: 100%;
	min-width: 1200px;
	background: #0c92f2;
	height: 68px;
}
.header .logo{
	float: left;
	width: 200px;
	height: 68px;
}
.header .logo>a{
	display: block;
	width: 200px;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
}
.header .logo>a img{
	vertical-align: middle;
}
.header .search-wrap{
	float: left;
	width: 300px;
	height: 32px;
	background: #0b84da;
	border-radius: 5px;
	margin-top: 18px;
}
.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: 157px;
	height: 32px;
	background: #0b84da;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .search-wrap .search-btn{
	cursor: pointer;
	float: left;
	width: 43px;
	height: 32px;
	background: url(../images/search-ico.png) no-repeat center center;
}
.header .option{
	float: right;
}
.header .option a{
	display: inline-block;
	margin-left: 10px;
	color: #9cd2f9;
	line-height: 68px;
}
.nav{
	float: left;
	width: 100%;
	min-width: 1200px;
	height: 45px;
	border-bottom: 1px solid #ededed;
}
.nav-list{
	float: left;
}
.nav-list>li{
	float: left;
	padding: 0 12px;
	position: relative;
}
.nav-list>li.home{
	padding-left: 0;
}
.nav-list>li>a{
	font-size: 14px;
	line-height: 45px;
}
.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>a{
	color: #0091d9;
}
.nav-list>li:hover{
	background: #f6f6f6;
}
.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;
	padding-right: 97px;
	text-align: right;
	position: relative;
}
.phone-box:after{
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 142px;
	height: 45px;
	background: url(../images/phone-bg.png) no-repeat;
}
.phone-box p{
	color: #666;
	padding-top: 6px;
}
.phone-box strong{
	font-size: 16px;
	color: #f2700c;
	font-weight: bold;
}
