/*slider1*/
.sli-cont {
  display: block;
  line-height: 2;
  margin-top: 151px;
}
.sli-cont span {
  background:rgba(250, 250, 250, 0.4);
  border: 1px solid #eee;
  clear: both;
  color: #000;
  display: inline-block;
  font-size: 28px;
  opacity:0;
  padding: 10px;
  text-shadow: 0 1px 12px #fff;
  -webkit-text-shadow: 0 1px 12px #fff;
  -ms-text-shadow: 0 1px 12px #fff;
  -moz-text-shadow: 0 1px 12px #fff;
  -o-text-shadow: 0 1px 12px #fff;
}
.current .sli-cont span {
	-webkit-animation:moveupani 6s ease-out both;
	-moz-animation:moveupani 6s ease-out both;
	-o-animation:moveupani 6s ease-out both;
	-ms-animation:moveupani 6s ease-out both;
	animation:moveupani 6s ease-out both;
	opacity:1;
}
.sli-cont p {
  background:rgba(51, 51, 51, 0.4);
  border: 1px solid rgba(250, 250, 250, 0.5);
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  padding: 21px;
  opacity:0;
}
.current .sli-cont p {
	-webkit-animation:moveright 2s ease-out both;
	-moz-animation:moveright 2s ease-out both;
	-o-animation:moveright 2s ease-out both;
	-ms-animation:moveright 2s ease-out both;
	animation:moveright 2s ease-out both;
	opacity:1;
}
.sli-cont a {
  background:rgba(41, 128, 185, 0.3);
  border: 1px solid rgba(250, 250, 250, 0.4);
  color: #fff;
  opacity:0;
  display: inline-block;
  padding: 10px 20px;
}
.current .sli-cont a {
	-webkit-animation:moveleft 2s ease-out both;
	-moz-animation:moveleft 2s ease-out both;
	-o-animation:moveleft 2s ease-out both;
	-ms-animation:moveleft 2s ease-out both;
	animation:moveleft 2s ease-out both;
	opacity:1;
}
.sli-cont a:hover{
	background:rgba(41, 128, 185, 0.7);
}
.sli-cont .fasls{
  clear: both;
  display: block;
  margin-bottom: 15px;
}
.movement1 {
  height: 79px;
  left: 117px;
  position: absolute;
  top: 20px;
  width: 64px;
  opacity:0;
}
.current .movement1 {
  opacity:1;
	-webkit-animation:moveleft2 2s ease-out both;
	-moz-animation:moveleft2 2s ease-out both;
	-o-animation:moveleft2 2s ease-out both;
	-ms-animation:moveleft2 2s ease-out both;
	animation:moveleft2 2s ease-out both;  
}
.movement2 {
  height: 100px;
  position: absolute;
  right: 117px;
  top: 45px;
  width: 79px;
  opacity:0;
}
.current .movement2 {
  opacity:1;
	-webkit-animation:moveright2 2s ease-out both;
	-moz-animation:moveright2 2s ease-out both;
	-o-animation:moveright2 2s ease-out both;
	-ms-animation:moveright2 2s ease-out both;
	animation:moveright2 2s ease-out both;    
}
.current .slider3-img span:nth-child(7){
	-webkit-animation:moveleft 6s ease-out both;
	-moz-animation:moveleft 6s ease-out both;
	-o-animation:moveleft 6s ease-out both;
	-ms-animation:moveleft 6s ease-out both;
	animation:moveleft 6s ease-out both;
	opacity:1;
}
/*slider3*/