#banner{
    width: 100%;
    height: 449px;
    background: url('theme/images/banner.jpg');
    background-size:cover;
    background-position:center;
}
#video{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('theme/images/1.jpg');
    background-position:center;
}
#floor2{
    display: block;
    width: 100%;
    height: 738px;
    background: url('theme/images/2.jpg');
    background-size:cover;
    background-position:center;
}
#floor3{
    width: 100%;
    height: 580px;
    background: url('theme/images/3.jpg');
    background-size:cover;
    background-position:center;
}
#container{
    width: 100%;
    height: 500px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('theme/images/4.jpg');
    background-position:center;
}
.swiper-container {
    width: 100%;
    height: 500px;
    margin: 20px auto 0;
    
} 
.swiper-wrapper{
    margin-top: 120px;
}
.swiper-slide{
    width: 350px;
    height: 250px;
    /* overflow:hidden; */
 
}
.scrollImg{
    width: 350px;
    height: 250px;
    cursor: pointer;
    z-index:1;
}
.swiper-slide:hover{   
    transform: scale(1.5);
    -webkit-transform: scale(1.5); /*Safari 和 Chrome*/
    -moz-transform: scale(1.5); /*Firefox*/
    -ms-transform: scale(1.5); /*IE9*/
    -o-transform: scale(1.5); /*Opera*/
    transition-duration:0.5s;
    z-index:2;
    
}
    