var speed33=25//速度数值越大速度越慢
gun4.innerHTML=gun3.innerHTML
function Marqueeguntwo(){
if(gun4.offsetWidth-guntwo.scrollLeft<=0)
guntwo.scrollLeft-=gun4.offsetWidth
else{
guntwo.scrollLeft++
}
}
var MyMare=setInterval(Marqueeguntwo,speed33)
guntwo.onmouseover=function() {clearInterval(MyMare)}
guntwo.onmouseout=function() {MyMare=setInterval(Marqueeguntwo,speed33)}