/**
* Author: LiuMengLong
* Version: 独有样式
* Last Changed by LiuMengLong
* Last Update : 2014-04-10
*/
/*--banner-*/

@charset "utf-8";
/**
* Author: LiuMengLong
* ÌØÐ§»ù´¡ÎÄ¼þ
* Last Changed by LiuMengLong
* Last Update : 2013-03-20
*/
.flash { -webkit-animation:flash 3s ease infinite; -moz-animation:flash 3s ease infinite; -o-animation:flash 3s ease infinite }
 @-webkit-keyframes flash {  0%, 50%, 100% {
opacity: 1;
}
 25%, 75% {
opacity: 0.5;
}
}
 @-moz-keyframes flash {  0%, 50%, 100% {
opacity: 1;
}
 25%, 75% {
opacity: 0.5;
}
}
 @-o-keyframes flash {  0%, 50%, 100% {
opacity: 1;
}
 25%, 75% {
opacity: 0.5;
}
}
 @keyframes flash {  0%, 50%, 100% {
opacity: 1;
}
 25%, 75% {
opacity: 0.5;
}
}
 