.header_top {
	width: 100%;
	height:30px;
	border-bottom: #dedede 1px solid;
}
.header_top ul {
	width: 1200px;
	
	margin: 0 auto;
}
.header_top ul .title {
	width: 760px;
	background: none;
	text-align: left;
	color: #808080
}
.header_top ul .title b {
	color: #808080;
	padding-right: 10px;
}
.header_top ul li {
	
	height: 35px;
	text-align: center;
	float: left;
	display: block;
	line-height: 35px;
	color: #ccc;
}
.header_top ul li a {
	color: #666;
}
.header_top ul li a:hover {
	color: #808080;
}
#wx {
  background: url(/templets/default/images/li_bg.png) no-repeat right center;
    padding-right: 13px;
    position: relative;
    width:50px;
  
}
#wx ul{ display:none; width:120px;z-index:999;}
#wx:hover #li_ul{ display:block; position:relative;  left:5px; top:10px;}