/*样式*/
.banner .nav {

    opacity: 0.8;}
    .scroll-container {  
            width: 100%;  
            height:429px;  
            overflow: hidden;  
            position: relative;}  
  
        .scroll-text {  
            position: absolute;  
            white-space: nowrap;  
            animation: scrollText 35s linear infinite;}  
  
       @keyframes scrollText {  
    0% { top: 0%;} /* 动画起始时，元素位置在容器的底部之外 */  
    100% { top: -100%;} /* 动画结束时，元素移动到容器的顶部之外 */  
}
.je{
float:right;}
    .scroll-container {  
            width: 100%;  
            height:429px;  
            overflow: hidden;  
            position: relative;}  
  
        .scroll-text {  
            position: absolute;  
            white-space: nowrap;  
            animation: scrollText 35s linear infinite;}  
  
       @keyframes scrollText {  
    0% { top: 0%;} /* 动画起始时，元素位置在容器的底部之外 */  
    100% { top: -100%;} /* 动画结束时，元素移动到容器的顶部之外 */  
}
.je{
float:right;}
