﻿/*css 煤矿企业管理样式*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    padding: 0;
    margin: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-weight: normal;
    font-style: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-size: 100%;
}
s, i, em
{
    font-style: normal;
    text-decoration: none;
}
q:before, q:after
{
    content: ”;
}
abbr, acronym
{
    border: 0;
}
a
{
    text-decoration: none;
    color: #666666;
}
input, select, textarea
{
    border: 0;
    border: none;
    outline: none;
}
img
{
    border: 0;
    vertical-align: middle;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
/*清除浮动*/
.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    *zoom: 1; /*IE/7/6*/
}
html, body, form, #allmap
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.wrap
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*头部统计数量*/
.head-number
{
    position: absolute;
    top: 0;
    text-align: center;
    width: 50%;
}
.head-number ul
{
    width: 100%;
    position: relative;
    background: url(/BootStrapStyle/img/CoalMineEnterprises/bg.png);
}
.head-number li
{
    width: 13%;
    padding: 1% 1%;
    margin: 2%;
    text-align: center;
    opacity: 1;
    display: inline-block;
    border-radius: 5px;
}
/*总数*/
.head-number li.sum
{
    background-color: #2dd250;
}
/*产能*/
.head-number li.capacity
{
    background-color: #4ae3cc;
}
/*设备*/
.head-number li.device
{
    background-color: #7661cf;
}
/*风险点*/
.head-number li.risk
{
    background-color: #c99d15;
}
/*隐患排查*/
.head-number li.hidden
{
    background-color: #aa3189;
}
.head-number li span
{
    margin-bottom: 5px;
    font-size: 16px;
}
.head-number li span, .head-number li P
{
    color: #FFFFFF;
    display: block;
    font-size: 14px;
}
/*天气信息*/
.weather-box
{
    position: absolute;
    top: 30%;
    width: 202px;
    overflow: hidden;
}
.weather-box .weather-boc
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.weather-box .weather-boc table
{
    margin: 5px 24px 5px 5px;
}
.weather-box .weather-boc td
{
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.weather-box .weather-boc a
{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 24px;
    font-size: 15px;
    border-top: 1px solid #F0F0F0;
    color: #212121;
    cursor: pointer;
}
.weather-box .weather-boc a:hover
{
    background: #3471A6;
    color: #FFFFFF;
}
.weather-box .btn
{
    position: absolute;
    width: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    background-color: #1f1f1f;
    filter: alpha(opacity=20); /* IE */
    -moz-opacity: 0.2; /* 老版Mozilla */
    -khtml-opacity: 0.2; /* 老版Safari */
    opacity: 0.2; /* 支持opacity的浏览器*/
    cursor: pointer;
}
.weather-box .btn:hover
{
    opacity: 0.4; /* 支持opacity的浏览器*/
}
.weather-box .btn img
{
    margin-top: 96px;
}
.weather-info
{
    width: 100px; /*默认一个宽度*/
    text-overflow: ellipsis; /*让超出的内容用...实现*/
    white-space: nowrap; /*禁止换行*/
    overflow: hidden; /*超出的隐藏*/
    display: inline-block;
}
/*地图上的企业信息*/
.company
{
    position: absolute;
    left: 40%;
    top: 40%;
}
.company .company-bg
{
    width: 300px;
}
.company .company-boc
{
    position: absolute;
    top: 0;
    padding: 10px 8px 20px;
}
.company .company-boc ul
{
    margin-bottom: 5px;
}
.company .company-title
{
    font-size: 16px;
    color: #247fcd;
    padding: 5px 10px;
    margin-bottom: 3px;
}
.company .company-title span
{
    width: 239px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company .company-title img
{
    width: 12px;
    margin-top: 5px;
    cursor: pointer;
}
.company .company-item
{
    margin-bottom: 7px;
    padding: 0 10px;
}
.company .company-item span
{
    display: inline-block;
    font-size: 14px;
    width: 42px;
}
.company .company-item p
{
    display: inline-block;
    font-size: 14px;
    width: 220px;
}
.company .bottom-btn
{
    border-top: 1px solid #2E2D3C;
    text-align: right;
    padding: 5px;
}
.company .bottom-btn span
{
    color: #ff5353;
    font-size: 14px;
    cursor: pointer;
}
/*定位还原图标*/
.allocation
{
    position: absolute;
    right: 20.5%;
    bottom: 20.5%;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-image: url(/BootStrapStyle/img/CoalMineEnterprises/icon_allocation.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.allocation .allocation-icon
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    background-image: url(/BootStrapStyle/img/CoalMineEnterprises/allocation_default.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.allocation:hover .allocation-icon
{
    background-image: url(/BootStrapStyle/img/CoalMineEnterprises/allocation_select.png);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
/*右边*/
.right-box
{
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 20%;
    background: url(/BootStrapStyle/img/CoalMineEnterprises/bg.png);
}
/*头部列表盒子*/
.right-box .head-box
{
    width: 100%;
    height: 50%;
    background: url(/BootStrapStyle/img/CoalMineEnterprises/bg.png);
}
.right-box .head-box .query-boc
{
    padding: 15px;
    overflow: hidden;
}
/*两个单选按钮*/
.right-box .head-box .query-boc .btn-boc
{
    float: left;
}
.right-box .head-box .query-boc .btn-boc li
{
    border: 1px solid #428bca;
    padding: 0px 5px;
    height: 22px;
    line-height: 22px;
    color: #428bca;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    background: #E9F1F6;
    cursor: pointer;
}
.right-box .head-box .query-boc .btn-boc li:hover
{
    background: #0c86ee;
    color: #FFFFFF;
}
.right-box .head-box .query-boc .btn-boc li.active
{
    background: #0c86ee;
    color: #FFFFFF;
}
/*下拉框*/
.right-box .head-box .query-boc .select-boc
{
    display: inline-block;
    width: 60%;
    float: right;
}
.select-boc-btn
{
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background-color: #428bca;
    float: right;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    padding: 0px 5px;
}
.select-boc-select
{
    width: 68%;
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: 14px;
}
/*重写select2样式*/
.select2, .select2-container, .select2-selection, .select2-selection__rendered, .select2-selection__arrow
{
    height: 26px !important;
    line-height: 26px !important;
    font-size: 14px !important;
}
.select2-results
{
    font-size: 14px !important;
}
/*列表标题*/
.right-box .head-box .list-title
{
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}
.right-box .head-box .list-title p, .right-box .head-box .list-title span, .right-box .head-box .list-title em
{
    float: left;
    color: #ffffff;
    font-size: 14px;
}
.right-box .head-box .list-title p
{
    width: 50%;
    text-align: center;
}
.right-box .head-box .list-title span
{
    width: 30%;
    text-align: center;
}
.right-box .head-box .list-title em
{
    width: 20%;
    text-align: center;
}
/*列表*/
.right-box .head-box .list-box
{
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: 0;
    line-height: 30px;
    list-style: none;
    margin: 5px auto;
    font-size: 14px;
}
.right-box .head-box .list-box li
{
    margin: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    list-style: none;
}
.right-box .head-box .list-box a
{
    background-color: rgba(0,0,0,0.1);
    margin: 5px 10px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}
.right-box .head-box .list-box a:hover
{
    background-color: #428bca;
}
.right-box .head-box .list-box a.active
{
    background-color: #428bca;
}
.right-box .head-box .list-box a p, .right-box .head-box .list-box a span, .right-box .head-box .list-box a em
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
}
.right-box .head-box .list-box a p
{
    width: 50%;
}
.right-box .head-box .list-box a span
{
    width: 30%;
    text-align: center;
}
.right-box .head-box .list-box a em
{
    width: 20%;
    text-align: center;
    text-decoration: none;
}
/*右下角盒子头部与左侧的边框*/
.border-line
{
    height: 1%;
    background-color: #5d6065;
}
.vertical-line
{
    width: 2%;
    height: 100%;
    background-color: #5d6065;
    float: left;
}
/*圆环图表*/
.chart-box
{
    width: 100%;
    height: 29%;
}
.chart-box .chart-boc
{
    width: 100%;
    height: 100%;
    text-align: center;
}
/*分类按钮*/
.type-box
{
    width: 100%;
    height: 19%;
    opacity: 1;
}
.type-box table
{
    height: 100%;
    width: 98%;
    float: left;
    text-align: center;
}
.type-box table span
{
    display: inline-block;
    font-size: 14px;
    padding: 6% 15%;
    text-align: center;
    background: #3361c8;
    background-image: linear-gradient(0deg,#3361c8 0%,#489ce5 100%), linear-gradient(#428bca,#428bca);
    background-blend-mode: normal, normal;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
}
/*底部盒子*/
.footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20%;
    height: 20%;
    background: url(/BootStrapStyle/img/CoalMineEnterprises/bg.png);
}
.footer .footer-chart
{
    width: 100%;
    height: 100%;
}
.footer-chart-line
{
    width: 59%;
    height: 100%;
    float: left;
    text-align: center;
}
.footer-chart-bar
{
    width: 40%;
    height: 100%;
    float: right;
    text-align: center;
}
/*企业关联信息*/
.footer-company
{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20%;
    height: 240px;
    background: url(/BootStrapStyle/img/CoalMineEnterprises/bg.png);
    padding: 5px;
}
.footer-company-table
{
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.divHead
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    border-bottom: 1px solid #888b90;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    text-indent: 10px;
}
.td_title
{
    text-align: right;
}
.tb_baseinfo
{
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    border: 1px solid #5d6065;
}
.tb_baseinfo tr
{
    background-color: #303337;
    text-align: left;
    line-height: 20px;
}

.tb_baseinfo td
{
    border: 1px solid #5d6065;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}
.td_btn
{
    color: #4DD7FE;
    border: 1px solid #4DD7FE;
    padding: 2px 10px;
    cursor: pointer;
}
.divContent
{
    width: 100%;
    height: 100%;
}
.divContent > .contList
{
    width: 100%;
    height: 50%;
    margin-bottom: 1%;
    border: 1px solid #8DA0B3;
    overflow: hidden;
}
.divContent > .contList:last-child
{
    margin-bottom: 0;
}
.listTitle
{
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background-color: #5D6065;
    border-bottom: 1px solid #888b90;
    text-align: left;
}
.listTitle > span
{
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}
.tableDiv
{
    width: 100%;
    height: 80%;
    overflow-y: auto;
}
.tableDiv > table
{
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #888b90;
}
.tableDiv > table thead tr
{
    color: #ffffff;
    font-weight: bold;
    background-color: #303337;
}
.tableDiv > table th
{
    border: 1px solid #888b90;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    text-align: center;
}
.tableDiv > table thead tr th
{
    padding: 4px;
}
.tabData tr
{
    background-color: #303337;
    text-align: center;
    line-height: 20px;
}
.tabData td
{
    border: 1px solid #888b90;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}
.tabData tr:hover
{
    background-color: #303337;
    opacity: 0.6;
}
/*企业信息栏操作按钮*/
.btn-up
{
    width: 18px;
    height: 100px;
    line-height: 100px;
    position: fixed;
    left: 0px;
    bottom: 60px;
    opacity: 0.8;
    display: none;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-left: 0px;
}
.btn-up:hover
{
    opacity: 1;
}
.btn-down
{
    width: 100px;
    height: 18px;
    line-height: 18px;
    position: fixed;
    right: 20%;
    bottom: 250px;
    opacity: 0.8;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-bottom: 0px;
    margin-right: 80px;
}
.btn-down:hover
{
    opacity: 1;
}
