/*这是顶部*/
.fill{
	width:100%;
	height:46px;
}
.top{
	z-index:10;
	position: fixed;
	top:0px;
	left:0px;
	height:46px;
	width:100%;
	background-color:#56abe4;
	text-align:center;
	line-height:46px;
	font-size:18px;
	color:#fff;
}
.top a{
	position: absolute;
	display:block;
	height:46px;
	line-height:46px;
	text-align:left;
	width:80px;
	left:15px;
	top:0px;
	color:#fff;
	z-index:10;
	font-size:20px;
}
.pic{
	width:100%;
	overflow:hidden;
	position: relative;
}
.pic img{
	width:100%;
}
.pic .lj{
	height:30px;
	position: absolute;
	top:20px;
	left:10%;
	font-size:16px;
	line-height:30px;
}
/*.pic .lj .hezi{
	height:20px;
	width:10px;
	border:1px solid #fff;
	display:inline-block;
}*/

