/*--------------brand logo scroll---------*/
.brands{height: 100px;box-sizing: border-box; width: 100%; border-bottom: #E81E21 medium solid; border-top: #000000 medium solid;overflow: hidden;
 position: relative;}
.scroll {display: inline-block; float: left; position: relative; width: 100%;overflow: hidden; }
.scroll img {display: inline-block; float: left; position: relative; width: 100%; }
.brands img {display: inline-block; position: relative; }
.br-inner {position: relative;width: 100%; height: 100%; margin: 0; line-height: 50px; text-align: center; -moz-animation: scroll-left 40s linear infinite; -webkit-animation: scroll-left 40s linear infinite; animation: scroll-left 40s linear infinite;display: block;
}
