/*top*/
.top{
	width:100%;
	height:100px;
	/*background:url(../img/top-bg.png);*/
}
.top-center{
	width:1300px;
	height: 90px;
	margin:0 auto;
	background-position:360%;

}
.top-center-left{
	float:left;
	height:90px;
	width: 300px;
	line-height: 150px;

}
.top-center-right{
	float:right;
	height: 90px;
	width: 850px;
}
.layui-nav{
	background: none;
	float:left;
	/*margin-top:90px;*/
	position: relative;
	top:10px;
	/*left:258px;*/
	left:-42px;
}
.layui-nav *{
	font-size: 15px;
}