﻿html
{
    background-color: #eaeaea;
}
.xian
{
    display: block;
    margin-top: 5px;
}
.yin
{
    display: none;
    margin-top: 5px;
}
#divMap div
{
    float: left;
}
#addModel div
{
    float: left;
}

.divxian
{
    height: 86px;
    line-height: 86px;
    width: 86px;
    margin-left: 5px;
    display: inline-block;
}
/*---------头部--------------*/
.top-div
{
    margin-right: 0px;
    width: 100%;
    height: 100px;
}

.top-left
{
    text-align: center;
    /*width: 172px;*/
     width: 344px;
    height: 100%;
    float: left;
}
.top-center
{
    text-align: center;
    width: 100%;
    height: 86px;
    margin: 0 auto;
}

.top-content
{
    height: 86px;
    line-height: 86px;
    width: 86px;
}
.top-ul
{
    width: 100%;
    height: 100%;
    list-style-type: none;
}
/*-----------快捷按钮--------*/
/*领导模式*/
#leader-div{
    background-image: url('/BootStrapStyle/img/button/leaderx.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#leader-div:hover
{
    background-image: url('/BootStrapStyle/img/button/leadery.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*数据模式*/
#data-div
{
    background-image: url('/BootStrapStyle/img/button/datax.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#data-div:hover
{
    background-image: url('/BootStrapStyle/img/button/datay.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*地图模式*/
#map-div
{
    background-image: url('/BootStrapStyle/img/button/mapx.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#map-div:hover
{
    background-image: url('/BootStrapStyle/img/button/mapy.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

/*监控模式*/
#warning-div
{
    background-image: url('/BootStrapStyle/img/button/warningx.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#warning-div:hover
{
    background-image: url('/BootStrapStyle/img/button/warningy.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*企业信息*/
#company-div
{
    background-image: url('/BootStrapStyle/img/button/companyx.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#company-div:hover
{
    background-image: url('/BootStrapStyle/img/button/companyy.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*重大危险源*/
#dengeryuan-div
{
    background-image: url('/BootStrapStyle/img/button/dengeryuanx.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#dengeryuan-div:hover
{
    background-image: url('/BootStrapStyle/img/button/dengeryuany.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*安全知识库*/
#zhishi-div
{
    background-image: url('/BootStrapStyle/img/button/zhishix.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#zhishi-div:hover
{
    background-image: url('/BootStrapStyle/img/button/zhishiy.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*隐患排查*/
#yinhuan-div
{
    background-image: url('/BootStrapStyle/img/button/yinhuanx.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#yinhuan-div:hover
{
    background-image: url('/BootStrapStyle/img/button/yinhuany.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*预警管理*/
#yujing-div
{
    background-image: url('/BootStrapStyle/img/button/yujingx.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#yujing-div:hover
{
    background-image: url('/BootStrapStyle/img/button/yujingy.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*应急救援*/
#yingji-div
{
    background-image: url('/BootStrapStyle/img/button/yingjix.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#yingji-div:hover
{
    background-image: url('/BootStrapStyle/img/button/yingjiy.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*生产执法*/
#shengchan-div
{
    background-image: url('/BootStrapStyle/img/button/shengchanx.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#shengchan-div:hover
{
    background-image: url('/BootStrapStyle/img/button/shengchany.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*辅助办公*/
#bangong-div
{
    background-image: url('/BootStrapStyle/img/button/bangongx.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#bangong-div:hover
{
    background-image: url('/BootStrapStyle/img/button/bangongy.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#fuzhu-div
{
    background-image: url('/BootStrapStyle/img/button/fuzhux.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#fuzhu-div:hover
{
    background-image: url('/BootStrapStyle/img/button/fuzhuy.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
/*统计报表*/
#baobiao-div
{
    background-image: url('/BootStrapStyle/img/button/baobiaox.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#baobiao-div:hover
{
    background-image: url('/BootStrapStyle/img/button/baobiaoy.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
