@-webkit-keyframes slideleft{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}

@keyframes slideleft{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}

.notice_bar_cnt { width:100%; height:30px; display:block; background:#FFFFFF; border-top:1px solid #CCC; overflow:hidden; }
.notice_bar_cnt .notice_bar_list { width:100%; max-width:1024px; margin:0px auto; overflow:hidden; }
.notice_bar_cnt .notice_bar_list .notice_item { display:table; font-size:14px; line-height:30px; font-weight:normal; text-wrap:nowrap; }
.notice_bar_cnt .notice_bar_list .notice_item * { display:inline; }
.notice_bar_cnt .notice_bar_list .notice_item IMG, .notice_bar_cnt .notice_bar_list .notice_item IFRAME { display:none; }

.scroll .notice_bar_cnt { position:fixed; top:92px; z-index:1000; box-shadow:0 0px 5px #bdbdbd; }

.slide-left { animation:slideleft 20s ease-in .2s infinite; }
.slide-left:hover { -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused;  animation-play-state: paused; }