﻿html body
{
    margin: 0px;
    padding: 0px;
}
body, html, form, #allmap
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}
/*工具栏*/
.tool-div
{
    background-color: Gray;
    background: rgba(0,0,0,0.6); /*filter: alpha(opacity=50);             -moz-opacity: 0.5;             -khtml-opacity: 0.5;             opacity: 0.5;             background-color: #102021;             border: 0px border #fffffb;*/
    width: 297px;
    height: 50px;
    position: absolute;
    left: 5px;
    z-index: 1;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.chushi
{
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.chushi:hover
{
    background-color: #009ad6;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.centerTool-div-show
{
    width: 248px;
    height: 30px;
    position: absolute;
    left: 400px;
    z-index: 1;
    background-color: White;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
    display: block;
}
.centerTool-div-hide
{
    display: none;
    width: 280px;
    height: 30px;
    position: absolute;
    left: 480px;
    z-index: 1;
    background-color: White;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.chck_tb
{
    font-family: '微软雅黑';
    font-size: 13px;
}
/*右侧*/
.company-div-right-title
{
    background-color: #2EA9F8;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: '微软雅黑';
}
/*右侧企业周边资源*/
.rightTool-div-show
{
    width: 500px;
    height: 402px;
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 45px;
    top: 20%;
    border: 1px solid #228fbd;
    background-color: #7bbfea;
    display: block;
}
.rightTool-div-hide
{
    display: none;
}
.rightTool-div-title
{
    background-color: #2EA9F8;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: '微软雅黑';
}
.rightTool-content-div
{
    overflow: auto;
    height: 350px;
    width: 96%;
    padding: 10px;
    background-color: #ffffff;
}
.rightZiyuan-content-div
{
    overflow: auto;
    height: 350px;
    width: 95%;
    background-color: #ffffff;
}
.zy_tb
{
    border-collapse: collapse;
    width: 100%;
    line-height: 25px;
}
.zy_tb tr
{
    border: 1px solid silver;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    direction: ltr;
}
.zy_tb tr td
{
    text-align: center;
    font-family: '微软雅黑';
    font-size: 13px;
    border: 1px solid #dddddd;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-collapse: collapse;
    color: #000;
    box-sizing: border-box;
    direction: ltr;
    line-height: 1.4285;
    padding: 2px;
}
/*右侧企业隐患排查*/
.company-div-right-show
{
    width: 500px;
    height: 402px;
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 45px;
    top: 20%;
    border: 1px solid #228fbd;
    background-color: #ccc;
    display: block;
}
.company-div-right-hide
{
    display: none;
}
.companydiv-tb
{
    width: 100%;
    line-height: 25px;
}
.companydiv-tb tr
{
    border: 1px solid silver;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    direction: ltr;
}
.companydiv-tb td
{
    text-align: center;
    font-family: '微软雅黑';
    font-size: 13px;
    border: 1px solid #dddddd;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-collapse: collapse;
    color: #000;
    box-sizing: border-box;
    direction: ltr;
    line-height: 1.4285;
    padding: 2px;
}
/*左侧 */
.yin
{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 400px; /*height: 500px;*/
    display: none;
    overflow: auto;
}
.xian
{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 400px; /*height: 500px;*/
    display: block;
    overflow: auto;
}
.selectcompany
{
    font-size: 13px;
    font-family: '微软雅黑';
    text-align: left;
    border-radius: 0px !important; /* W3C syntax */
}

/*select2改变样式*/
.select2-results__options li
{
    font-size: 13px;
}
/*右侧黑色背景*/
.tool-right-div-show
{
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 0px;
    top: 20%;
    background: rgba(0,0,0,0.6);
    display: block;
    width: 45px;
    height: 90px;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.tool-ul
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 50px;
    height: 90px;
}
.tool-ul li
{
    float: left;
    color: Red;
    list-style-type: none;
    height: 45px;
    width: 50px;
    margin: 0px;
}
.tool-ul li img
{
    padding: 2px;
    margin: 0px;
    height: 40px;
    cursor: pointer;
    width: 40px;
}
.tool-ul li:hover
{
    background-color: #009AD6;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
