/*轮播*/
#contLogosBox{
    width: 623px;
    height: auto;
    background: #fff;
    position: fixed;
    left:-1000px;
    top:0;
    z-index: 1000;
}
#contLogosBox img{
    width: 100%;
    float: left;
}
@media screen and (max-width: 623px) {
    #contLogosBox{
        left: 0;
    }
}
#contLogosBox #realTime3{
    position: absolute;
    right:50px;
    top:89px;
    color: #fff;
    font-size: 14px;
}