
.senxia-banner{
    padding: 0;
}
.senxia-products-introduce{
    text-align: center;
    padding: 5rem 10rem;
    background-color: #EEF6FF;
}
.senxia-products{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.senxia-products>div{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}
.senxia-products img{
    width: 250px;
    height: auto;
}
.senxia-products>div>p{
    margin-top: 3rem;
    text-align: center;
}
.senxia-products-introduce>.image-desc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
    justify-content: center;
}
.senxia-products-introduce>.image-desc img{
    width: 100%;
    height: auto;
}
.senxia-operations{
    text-align: center;
    padding: 5rem 10rem;
}
.senxia-operations img{
    width: 100%;
    height: auto;
}
.alb-banner img{
    width: 100%;
    height: auto;
}
.senxia-alb{
    padding: 5rem 10rem;
    text-align: center;
}
.eat-timing{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}
.eat-timing>div{
    margin-bottom: 3rem;
}
.eat-timing p{
    font-size: 2rem;
    color: #191919;
}
.senxia-alb-desc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}