.hq-head{
	height: 55px;
	line-height: 55px;
	overflow: hidden;
}
.hq-head .left-img,
.hq-head .right-p{
	display: inline-block;
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
}
.hq-head .right-p{
	color:#999;
	padding-left: 10px;
	font-size: 18px;
	position: relative
}
.hq-head .right-p::before{
	content: '';
	height: 18px;
	position: absolute;
	width: 1px;
	background: #999;
	left: 0;
	top: 19px
}
.hq-head .hq-right{
	float: right;
}
.hq-head .hq-right a{
	padding-left: 35px;
	color: #333;
	font-size: 14px;
	transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.hq-head .hq-right a:hover{
	color: #18aa1f
}
.hq-foot{
	background: url('../../images/common/foot.jpg') center center repeat;
	width: 100%;
	height:71px;
}
.hq-head .hq-right .list-message{
	position: relative;
}
.hq-head .hq-right .list-message i{
	position: absolute;
	top:-6px;
	right:-12px;
	background-color: #ff0000;
	color:#fff;
	font-size: 8px;
	text-align: center;
	line-height: 16px;
	width:16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}