/* 
-------------  动画效果添加  (跟其他插件有冲突，必须添?-------------
*/

.slideInLeft, .fadeInDown, .bounceIn, .slideInRight, .fadeInRight, .bounceInRight, 
.rubberBand, .flipInX, .bounceInDown, .flip, .zoomInUp, .zoomInDown, .fadeInUp, .lightSpeedIn, .flipInY{
    -webkit-animation-name: none !important;
    animation-name: none !important;
}
.animated {
    visibility: visible !important;
}
.active .slideInLeft {
    -webkit-animation-name: slideInLeft !important;
    animation-name: slideInLeft !important;
}
.active .fadeInDown {
    -webkit-animation-name: fadeInDown !important;
    animation-name: fadeInDown !important;
}
.active .bounceIn {
    -webkit-animation-name: bounceIn !important;
    animation-name: bounceIn !important;
}
.active .slideInRight{
    -webkit-animation-name: slideInRight !important;
    animation-name: slideInRight !important;
}
.active .fadeInRight{
    -webkit-animation-name: fadeInRight !important;
    animation-name: fadeInRight !important;
}
.active .bounceInRight{
    -webkit-animation-name: bounceInRight !important;
    animation-name: bounceInRight !important;
}
.active .rubberBand{
    -webkit-animation-name: rubberBand !important;
    animation-name: rubberBand !important;
}
.active .flipInX{
    -webkit-animation-name: flipInX !important;
    animation-name: flipInX !important;
}
.active .bounceInDown{
    -webkit-animation-name: bounceInDown !important;
    animation-name: bounceInDown !important;
}
.active .flip{
    -webkit-animation-name: flip !important;
    animation-name: flip !important;
}
.active .zoomInUp{
    -webkit-animation-name: zoomInUp !important;
    animation-name: zoomInUp !important;
}
.active .zoomInDown{
    -webkit-animation-name: zoomInDown !important;
    animation-name: zoomInDown !important;
}
.active .fadeInUp{
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
}
.active .lightSpeedIn{
    -webkit-animation-name: lightSpeedIn !important;
    animation-name: lightSpeedIn !important;
}
.active .flipInY{
    -webkit-animation-name: flipInY !important;
    animation-name: flipInY !important;
}



/* 
-------------  关于我们  end-------------
*/
