* {
    padding: 0;
    margin: 0;
}

img{
    width: 100%;
}

.container1 {
    width: 100%;
    max-width: 46.5rem;
    height: 100%;
    /* background-color: pink; */
    margin: 0 auto;
    position: relative;
}

.header{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 46.5rem;
    z-index: 99;
    background-color: #ffffff;
    padding-bottom: 1rem;
}

.lunbo {
    margin-top: 6rem;
}

.logo{
    display: inline-block;
    max-width: 12rem;
    margin: 0 .4rem;
    margin-top: .4rem;
    margin-bottom: 0;
}

.service{
    display: inline-block;
    max-width: 12rem;
    margin: 0 .4rem;
    margin-top: .4rem;
    margin-bottom: 0;
    float: right;
    overflow: hidden;
}

.bg{
    max-width: 46.5rem;
}

/* .bottom-container{
    max-width: 46.5rem;
    position: absolute;
    top: 16.8%;
    width: 100%;
} */

.bottom-container {
    margin-bottom: 1rem;
}

.bottom-items{
    margin-top: 0.2rem;
    width: 100%;
    max-width: 46.5rem; 
    display: flex;
    justify-content: space-around;
}

.bottom-items  div {
    max-width: 30rem;
    margin:0.5rem;
}

.visit{
    padding: 0 0.5rem;
}

.floor{
    width: 100%;
    /* max-width: 46.5rem; */
    position: absolute;
    bottom: 1.5%;
    left: 50%;
    transform:translate(-50%,0);
}

/* .floor-items{
    max-width: 46.5rem;

} */

.floor-items span{
    /* max-width: 46.5rem;  */
    width: 100%;
    display: inline-block;
    font-size: 0.8rem;
    text-align: center;
    color: white;
}