.toplink {color:#ffffff; margin-right:10px;font-size:12px;}
.toplink:hover {color:#f0f0f0;}
.links .linklist {    justify-content: center;}
.downbutton {background: url(/wsc/images/i-pull.png) no-repeat; width:80%; height: 24px; margin:0 auto;}
.downbutton {display:none;}
@media only screen and (max-width: 500px) {
 .linklist {overflow:hidden; height:180px; transition: all .5s;-webkit-transition: all .5s;}
 .linkarea.all .linklist {height:360px;}
 .downbutton {display:block;}
 .downbutton.down { transform: rotate(180deg);   -webkit-transform: rotate(180deg);}
}

@keyframes floatUp {
  0% {  background-position:  center top;}
  50% { background-position:  center bottom;}
  100% { background-position: center top ;}
}
 
 
/* 应用动画到元素 */
.floating-element {
  /* 动画名称，持续时间，循环次数，延迟，时间函数 */
  animation: floatUp 1s infinite;}

.closestyle1104712{ font-size:12px;color:#333333;text-decoration: none ;}

