
.liketome {
	position: fixed;
	bottom: 0;
	left: 0px;
	width: 100%;
	z-index:99999
}
.header {
	width: 160px;
	height:70px;
	background: url('//www.lgmi.com/windows/ZD-left-Advert.png') no-repeat;
	display: none;
	cursor:pointer; 
	position: absolute;
	bottom:0; left:0;
}
.liketome ul {
	width:1000px;
	list-style: none;
	height: 70px;
	/*border: 1px solid #ccc;*/
	margin: 0 auto;
}
.liketome ul.menu {
	display: block;
}
.liketome ul li {
	float: left;
	/*margin-right: 10px;*/
	width: 1000px;
	/*height: 160px;*/
	position: relative;
}
.liketome ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-family: '微软雅黑';
	text-align: center;
	line-height: 24px;
	display: block;
		position: absolute;
		z-index:9999999

}
.liketome ul li .xxx {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	text-align:center;
	margin:5px 5px 0 0
	
}
.liketome ul li .xxx:hover {
	color: #4571a0;
	text-decoration: none;
}