大图在小于自身的div中,水平居中
.bannerbox{
position:relative;
width:100%;
height:675px;
overflow: hidden}
.banner{
width:1920px;
position:absolute;
left:50%;
margin-left:-960px;
}
.bannerbox{
position:relative;
width:100%;
height:675px;
overflow: hidden}
.banner{
width:1920px;
position:absolute;
left:50%;
margin-left:-960px;
}