/*diashow_org*/
#window_org {
position:relative;
width:400px;
height:300px;
overflow:hidden;
box-shadow:0 0 15px 0 rgba(0,0,0,1);
margin:50px auto;
}

#all_org {
-webkit-animation:slide10 40s ease-in-out infinite;
-moz-animation:slide10 40s ease-in-out infinite;
-ms-animation:slide10 40s ease-in-out infinite;
-o-animation:slide10 40s ease-in-out infinite;
animation:slide10 40s ease-in-out infinite;
width:4400px;
height:300px;
background:#444;
}

#window_org:hover #all_org {
-webkit-animation-play-state:paused;
-moz-animation-play-state:paused;
-ms-animation-play-state:paused;
-o-animation-play-state:paused;
animation-play-state:paused;
}

#window_org:hover:after {
content:"▌▌";
text-shadow:-1px -2px 3px #fff,1px 2px 3px #000;
position:absolute;
right:5px;
top:5px;
opacity:.6;
color:#bbb;
}

#all_org span {
display:block;
float:left;
width:400px;
height:300px;
}

#all_org span.ls img {
display:block;
width:400px;
height:300px;
}

#all_org span.pt img {
display:block;
height:300px;
margin:0 auto;
}
#all_org 100% {
margin-left:-1600px;
}

#all_org 75% {
margin-left:-1200px;
}

#all_org 50% {
margin-left:-800px;
}
#all_org 25% {
margin-left:-400px;
}
@keyframes slide3 {
  0% {
    margin-left: 0;
  }

  20% {
    margin-left: 0;
  }

  33% {
    margin-left: -600px;
  }

  53% {
    margin-left: -600px;
  }

  66% {
    margin-left: -1200px;
  }

  86% {
    margin-left: -1200px;
  }

  100% {
    margin-left: -1800px;
  }
}
@keyframes slide4 {
  0% {
    margin-left: 0;
  }

  25% {
    margin-left: -400;
  }

  50% {
    margin-left: -800px;
  }

  75% {
    margin-left: -1200px;
  }

  100% {
    margin-left: -1600px;
  }
}
@keyframes slide5 {
  0% {
    margin-left: 0;
  }

  12% {
    margin-left: 0;
  }

  20% {
    margin-left: -600px;
  }

  32% {
    margin-left: -600px;
  }

  40% {
    margin-left: -1200px;
  }

  52% {
    margin-left: -1200px;
  }

  60% {
    margin-left: -1800px;
  }

  72% {
    margin-left: -1800px;
  }

  80% {
    margin-left: -2400px;
  }

  92% {
    margin-left: -2400px;
  }

  100% {
    margin-left: -3000px;
  }
}