  /* shortcut */
.shortcut{height:184px;margin:0px auto 0 auto;position:relative;z-index:101;overflow:hidden;}
.shortcut a{margin-right:20px;display:block;width:360px;height:184px;position:relative;overflow:hidden;float:left;transition:all 0.3s linear;-webkit-transition:all 0.s linear;top:0px;}
.shortcut a img{position:absolute;left:0px;top:0px;}
.shortcut a span{position:absolute;line-height:18px;font-family:arial;color:#fff;left:15px;bottom:32px;transition:all 1s;-webkit-transition:all 1s;}
.shortcut a .imgH{left:-360px;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;}
.shortcut a:hover{text-decoration:none;}
.shortcut a:hover .imgH{display:block;left:0px;}
.shortcut a:hover span{animation:img4 0.8s linear infinite alternate;-webkit-animation:img4 1s linear infinite alternate;}
@keyframes img4{0%{bottom:32px;} 100%{bottom:25px;}}
@-webkit-keyframes img4{0%{bottom:32px;} 100%{bottom:25px;}}