@charset "utf-8";

/*头部*/
header{
	height: 60px;
	line-height: 60px;
}

.logo-img{
	display: none;
}
header .img, header .logo-icon-img{
    height: 60px;
    width: 60px;
}
.logo-icon-img{
	display: block;
	background: url(../img/logo-icon-white.png) no-repeat center center;
}
header{
	position: relative;
}
header .row{
	position: relative;
	z-index: 999;
}
.img{
	position: absolute;
	left: 16px;
}
header a{
	font-size: 16px;
}
header .col-md-2{
	text-align: center;
	position: relative;
	width: 100%;
}
.head-down{
	position: absolute;
	padding: 10px 24px;
	z-index: 8;
	box-shadow: 0px 0px 6px #ddd;
	display: none;
	background-color: #fff;
}
.head-down ul li{
	height: 40px;
	line-height: 40px;
}
.nav-more{
	text-align: center;
	float: right;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: 13px;
	margin-right: 10px;
	display: block;
	background: url(../img/header-more.png) no-repeat center center;
}
.nav-text{
	margin-top: 60px;
	box-shadow: 0px 0px 4px #eee;
}
header .col-md-2{
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: 0 16px;
	height: 48px;
	line-height: 48px;
}
header .col-md-2:nth-last-of-type(1){
	border-bottom: none;
}
.nav-down-img{
	float: right;
	margin-top: 20px
}
.nav-down-img-block{
	display: block;
}
.nav-down-img-white{
	display: none;
}
header .col-md-2:hover > a, header .col-md-2:hover .nav-down-img{
	opacity: 0.6;
}
.head-down ul li:hover a{
	color: #22a7d9;
}
header .col-md-2:hover .head-down{
	display: block;
}
.nav-text{
	background-color: #fff;
	display: none;
}
