.fl_target 
{
	overflow: visible;
}

.fl_bar 
{
	position: absolute;
	z-index: 2;
	left: 0;
}

.fl_bar.fixed 
{
	position: fixed;
}

.fl_bar.fl_header.fixed 
{
	top: 0;
}

.fl_bar.fl_footer.fixed 
{
	bottom: 0;
}

@-webkit-keyframes opacity 
{
	from 
	{ 
		opacity: 0;
	} to 
	{
		opacity: 1;
	}
}

@-webkit-keyframes opacity-inv
{
	from 
	{ 
		opacity: 1;
	} to 
	{
		opacity: 0;
	}
}

.afff {color:#fff;background:none;line-height:60px;height:38px;overflow:hidden;}
.incobg {height:38px;overflow:hidden;}
.inco1 {background:url(inco2.png) no-repeat center top;}
.inco2 {background:url(inco1.png) no-repeat center top;}
.inco3 {background:url(inco3.png) no-repeat center top;}
.inco4 {background:url(inco4.png) no-repeat center top;}
.w_box {width:100%;}
.w_layout_box {width:100%;}
.navbar {background-color:#333;height:40px;display:block;width:100%;display:block;}
.navbar li {width:25%;float:left;background-color:#333;text-align:center;}
.navbar li a {height:38px;display:block;}