/* 更大设备 */
@media screen and (min-width: 1281px) {
    .z98bebnavmenu .z98bebnav {
        background-color: transparent;
        display: flex;
        justify-content: space-around;
    }
    .z98bebnavmenu .z98bebnav-item a{
        /* color: #333 !important; */
        font-size: 15px;
        color: rgb(255, 255, 255);
        font-weight: bold;
    }
    .z98bebnav-child dd a{
        color: rgb(255, 255, 255) !important;
    }
        .z98bebnavmenu .z98bebnav-itemed>a {
        color: aqua;
    }
    .search{
        display: none;
    }
}

/* 笔记本或PC */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .z98bebheader{
        height: 74.99px;
        overflow: hidden;
    }
    .z98bebnav-itemed>a:hover{
        color:#333 !important ;
    }
}

/* ##平板电脑/Ipad竖屏 */
@media screen and (min-width: 768px) and (max-width: 1023px) {

}

/* 多数竖屏的智能手机 */
@media screen and (min-width: 320px) and (max-width: 767px) {

    .anetext p,.anetext h3{
        margin: 3px;
    }

    .aneimg img {
        max-width: initial;
    }
}

/* 公共 */
@media screen and (min-width: 320px) and (max-width: 1023px) {
    .head_img,.head_text{
        display: none;
    }
    .hy_nav{
        /* display: none; */
    }
    .z98bebheader{
        height: 60px;
        overflow: hidden;
    }
    .z98bebsub-menu ul{
        height: auto !important;
    }
    .incident-record span{
        display: none;
    }
    .shaft-detail-cont{
        margin-left: auto !important;
 
    }
    .incident-record img{
        max-width: 100%;
    }
    .z98bebnav-itemed>a:hover{
        color:#333 !important ;
    }
    .abtimg img {
        max-width: 100%;
        transform: scale(.9);
        display: block;
        margin: auto;
    }
}