/*==========================================

 _____   _    __    _    _____      _    __    _     _____     _______    _____     _____
| ____| | |  |  \  | |  |  __  \   | |  |  \  | |   / ____|   |___ ___|  |  ___|   / ____|
| |__   | |  | \ \ | |  | |   \ \  | |  | \ \ | |  / /   ___     | |     | |__    / /    
|  __|  | |  | |\ \| |  | |   | |  | |  | |\ \| |  | |  |__ |    | |     |  __|   | |
| |     | |  | | \ \ |  | |__ / /  | |  | | \ \ |  \ \___/ /     | |     | |___   \ \____
|_|     |_|  |_|  \__|  |_____ /   |_|  |_|  \__|   \_____/      |_|     |_____|   \_____|


  FingdingTec
  Code by Rzc
  Agency:findingtec.com
  Date:2015.11.11
  
==========================================*/

.FlowLeft{
	animation: flowleft 7s linear infinite;
	-moz-animation: flowleft 7s linear infinite;	
	-webkit-animation: flowleft 7s linear infinite;	
	-o-animation: flowleft 7s linear infinite;
	 background:url(../images/bolang.png) no-repeat 0 top;

}
@keyframes flowleft
{
from{ background:url(../images/bolang.png) no-repeat 0 top;}
to{ background:url(../images/bolang.png) no-repeat -194px top;}
}
@-moz-keyframes flowleft 
{
from{ background:url(../images/bolang.png) no-repeat 0 top;}
to{ background:url(../images/bolang.png) no-repeat -194px top;}
}
@-webkit-keyframes flowleft
{
from{ background:url(../images/bolang.png) no-repeat 0 top;}
to{ background:url(../images/bolang.png) no-repeat -194px top;}
}


@-o-keyframes flowleft
{
from{ background:url(../images/bolang.png) no-repeat 0 top;}
to{ background:url(../images/bolang.png) no-repeat -194px top;}
}


.FlowRight{
	animation: flowright 10s linear infinite;
	-moz-animation: flowright 10s linear infinite;	
	-webkit-animation: flowright 10s linear infinite;	
	-o-animation: flowright 10s linear infinite;
	background:url(../images/bolang2.png) no-repeat right top;

}
@keyframes flowright
{
from{ background:url(../images/bolang2.png) no-repeat right top;}
to{ background:url(../images/bolang2.png) no-repeat left top;}
}

@-moz-keyframes flowright
{
from{ background:url(../images/bolang2.png) no-repeat right top;}
to{ background:url(../images/bolang2.png) no-repeat left top;}
}


@-webkit-keyframes flowright
{
from{ background:url(../images/bolang2.png) no-repeat right top;}
to{ background:url(../images/bolang2.png) no-repeat left top;}
}


@-o-keyframes flowright
{
from{ background:url(../images/bolang2.png) no-repeat right top;}
to{ background:url(../images/bolang2.png) no-repeat left top;}
}




.NewsFlow{
	animation: newsflow 10s linear infinite;
	-moz-animation: newsflow 10s linear infinite;	
	-webkit-animation: newsflow 10s linear infinite;	
	-o-animation: newsflow 10s linear infinite;
	 background:url(../images/shui.png) no-repeat 0 bottom;
}
@keyframes newsflow
{
from{ background:url(../images/shui.png) no-repeat 0 bottom;}
to{ background:url(../images/shui.png) no-repeat -533px bottom;}
}
@-moz-keyframes newsflow 
{
from{ background:url(../images/shui.png) no-repeat 0 bottom;}
to{ background:url(../images/shui.png) no-repeat -533px bottom;}
}
@-webkit-keyframes newsflow
{
from{ background:url(../images/shui.png) no-repeat 0 bottom;}
to{ background:url(../images/shui.png) no-repeat -533px bottom;}
}


@-o-keyframes newsflow
{
from{ background:url(../images/shui.png) no-repeat 0 bottom;}
to{ background:url(../images/shui.png) no-repeat -533px bottom;}
}

















