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