/* ANDON - 预留空白 */
.andon-blank {
    height: 80px;
}
/* ANDON - 跑马灯 */
.andon-marquee {
    height: 540px;
    background-image: url('../../imgs/productCenter/mes/banner.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.andon-marquee h1{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 35px;
}
.andon-marquee h3{
    font-size: 32px;    
}
/* ANDON - 菜单 */
.andon-menu {
    background-color: #f6fafc;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.andon-menu-content {
    width: 1280px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.andon-content-menu-item {
    width: 320px;
    height: 70px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* ANDON - 介绍 */
.andon-introduce {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ANDON - 带来什么 */
.andon-bring {
    background-color: #f6fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ANDON - 构成 */
.andon-constitute {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ANDON - 呼叫与处理 */
.andon-handle {
    background-color: #f6fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ANDON - 提醒与展示 */
.andon-show {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ANDON - 统计与分析 */
.andon-statistics {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6fafc;
}
/* ANDON - 部署 */
.andon-deploy {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 750px) {
    /* 未完待续 */
}