#header .header-top *{
	font-size: 13px;
}
/*头部*/
#header .header-top{
	width:100%;
	height:40px;
	line-height: 40px;
	background: #fdfcfc;
	color:#6c6c6c;
	font-size: 13px;
	border-bottom: 1px solid #eeeeee;
}
#header .header-top .triangle-down {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-top: 4px solid #9c9c9c;
	margin-left: 4px;
}
#header .header-top ul li{
	float: left;
	margin-right: 25px;
	position: relative;
}
#header .header-top .top-nav li{
	float: left;
	padding:0 18px;
	margin-right: 0;
	position: relative;
}

#header .header-top .top-nav li:nth-child(-n+5):after{
	content:"|";
	position: absolute;
	right:0;
	top:0;
	color: #d4d2d2;
}
#header .header-top ul li span{
	display: inline-block;
	vertical-align: middle;
	width:20px;
	height:21px;
	background: url(../img/icon/common.png) no-repeat 0 0;
	margin-right:5px;
}

#header .header-top ul li .icon-index{
	background-position: -20px 0;
}
#header .header-top ul li .icon-message{
	background-position: -43px 0;
	margin-left: 5px;
}
#header .header-top ul li .icon-peijian{
	background: url(../img/icon/peijian.png) no-repeat center  1px;
}
#header .header-top ul li a{
	color:#6c6c6c;
}
#header .header-top ul li a.em{
	color: #e01222;
	font-size: 14px;
}
#header .header-top ul li a.public-btn{
	color: #ff4200;
}
#header .header-top .top-nav dl{
	width: 103px;
	background: #fff;
	border:solid #d4d2d2;
	border-width: 0 1px 1px;
	display: none;
	position: absolute;
	top:0;
	left: -3px;
	z-index: 99;
}
#header .header-top .top-nav dl dt{
	text-indent: 20px;
}

#header .header-top .top-nav dl dd{
	font-size: 13px;
	text-align: center;
	line-height: 27px;
}
#header .header-top .top-nav dl dd a{
	color:#6c6c6c;
}
#header .header-top .top-nav dl dd:hover{
	background: #f5f5f5;
}
#header .header-top .top-nav li.drop-down:hover dl,#header .header-top .personal .drop-down:hover dl{
	display: block;
}
#header .header-top .personal .p-btn{
	display: inline-block;
	vertical-align: top;
	height: 40px;
	width: 100px;
	text-align: center;

}
#header .header-top .personal .p-btn .nicheng{
	display: inline-block;
	vertical-align: top;
	width: 85px;
	height: 40px;
	overflow: hidden;	
}
#header .header-top .personal i{
	display: inline-block;
	vertical-align: middle;
	height:15px;
	padding:0 3px;
	line-height: 15px;
	background: #ff0419;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 11px;
	margin-left: 5px;
}
#header .header-top .personal dl{
	width: 75px;
	top:41px;
	left: 18px;
}
#header .header-top .personal .drop-down{
	display: inline-block;
	vertical-align:middle;
}

#header .header-top .personal .drop-down:hover .p-btn{
	border: solid #d4d2d2;
	border-width:0 1px 1px 1px;
	background: #fff;
	color: #ff0000;
	box-sizing: border-box;
}
#header .header-top .sao-box {
	width: 80px;
	text-align: center;
}
#header .header-top .sao-box dl{
	position: absolute;
	left: -1px;
	top: 41px;
	background: #fff;
	font-size: 15px;
	color: #000;
	z-index: 99;
}
#header .header-top .sao-box .img-box,#header .header-top .sao-box .img-intro{
	display: inline-block;
	vertical-align: top;
}
#header .header-top .sao-box dd{
	width: 224px;
	height: 110px;
	padding: 10px;
	box-sizing:border-box;
}
#header .header-top .sao-box .img-box{
	width: 80px;
	height: 80px;
}
#header .header-top .sao-box .img-intro{
	width: 121px;
	margin-top: 15px;
	text-align: center;
	line-height: 25px;
}
#header .header-top .sao dd{
	border-bottom: 1px solid #d4d2d2;
}
#header .header-top .sao{
	border:solid #d4d2d2;
	border-width: 0 1px;
	display: none;
}
#header .header-top .sao-box:hover dl{
	display: block;
}
#header .header-top .sao-box:hover{
	background: #fff;
	border: solid #d4d2d2;
	border-width:0 1px;
	box-sizing: border-box;
}
