﻿html, body
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*企业列表*/
/*头部列表盒子*/
.company-wrmp
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 22%;
    background: url(/BootStrapStyle/img/IndustryEnterprises/bg.png);
    padding-right: 20px;
}
.contentUl
{
    padding: 0px;
    margin: 1% 3% 1% 3%;
    height: 73%;
    overflow: hidden;
}
.contentUl li
{
    list-style: none;
    line-height: 23px;
    cursor: default;
}
.contentUl li span
{
    width: 30.3%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    font-size: 13px;
}
.contentUl li span.active
{
    background-color: #428bca;
}
.firstTitle span
{
    width: 50px;
    border-radius: 2px;
    display: inline-block;
    background-color: #297BCC;
    padding: 7.1%;
    margin-top: 2px;
    height: 6%;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
}
.showSearch
{
    background-color: #297BCC;
    width: 14%;
    color: #FFFFFF;
    height: 6%;
    border: none;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 2%;
    padding: 1.2%;
    letter-spacing: 8px;
    font-size: 14px;
    padding-left: 12px;
    cursor: pointer;
}
.company-list
{
    height: 55%;
}
.company-list .query-boc
{
    padding: 3% 5%;
    overflow: hidden;
}
/*单选按钮*/
.company-list .query-boc .btn-boc
{
    float: left;
}
.company-list .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;
}
.company-list .query-boc .btn-boc li:hover
{
    background: #0c86ee;
    color: #FFFFFF;
}
.company-list .query-boc .btn-boc li.active
{
    background: #0c86ee;
    color: #FFFFFF;
}
/*下拉框*/
.company-list .query-boc .select-boc
{
    display: inline-block;
    width: 80%;
    float: right;
}
.company-list .query-boc .select-boc button
{
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background-color: #428bca;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}
.company-list .query-boc .select-boc select
{
    width: 75%;
    height: 24px;
    line-height: 24px;
}
/*列表标题*/
.company-list .list-title
{
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}
.company-list .list-title p, .company-list .list-title span, .company-list .list-title em
{
    float: left;
    color: #ffffff;
    font-size: 14px;
}
.company-list .list-title p
{
    width: 40%;
    text-align: center;
}
.company-list .list-title span
{
    width: 35%;
}
.company-list .list-title em
{
    width: 25%;
}
/*列表*/
.company-list .list-wrap
{
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: 5px auto;
    font-size: 14px;
}
.company-list .list-wrap .list-box
{
    margin: 0;
    line-height: 30px;
}
.company-list .list-wrap .list-box a
{
    /*background-color: rgba(0,0,0,0.1);*/
    margin: 10px 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}
.company-list .list-wrap .list-box a:hover
{
    background-color: #428bca;
}
.company-list .list-wrap .list-box a.active
{
    background-color: #428bca;
}
.company-list .list-wrap .list-box a p, .company-list .list-wrap .list-box a span, .company-list .list-wrap .list-box a em
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
}
.company-list .list-wrap .list-box a p
{
    width: 40%;
}
.company-list .list-wrap .list-box a span
{
    width: 35%;
    text-align: center;
}
.company-list .list-wrap .list-box a em
{
    width: 25%;
    text-align: center;
}

/*右边*/
.trade-wrap
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 22%;
    background: url(/BootStrapStyle/img/IndustryEnterprises/bg.png);
    padding-left: 20px;
    transition: all 0.7s;
}

/*关闭*/
.close-strip
{
    width: 20px;
    height: 100%;
    background-color: #3b88d4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}
.company-wrmp .close-strip
{
    right: 0;
    position: absolute;
    left: auto;
}
.close-strip img
{
    position: absolute;
    top: 50%;
    margin-top: -65px;
}
.type-title
{
    background-color: #3b88d4;
    color: #FFFFFF;
    font-size: 15px;
    padding: 3% 1% 3% 4%;
    font-weight: 700;
}
.type-title a
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    display: inline-block;
}
.type-title a img
{
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
}
/*企业业务数据*/
.trade-data
{
    height: 55%;
}
.trade-data.area-wrmp
{
    height: 50%;
}
.trade-data .data-head
{
    color: #FFFFFF;
    margin: 3% 1% 2.5% 3%;
}
.trade-data .data-head s
{
    display: inline-block;
    width: 64%;
    height: 1px;
    margin: 12px 2% 0;
    background: #FFFFFF;
}
.tool-div
{
    background-color: Gray;
    background: rgba(0,0,0,0.6);
    width: 440px;
    height: 50px;
    position: absolute;
    left: 5px;
    z-index: 1;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.chushi
{
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.yin
{
    display: none;
}
.serchInfo-yin
{
    display: none;
}
.serchEvent-yin
{
    display: none;
}
html, body, form, #allmap
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "微软雅黑";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
.xian
{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 400px; /* height: 500px; */
    display: block;
    overflow: auto; /* z-index: 3; */
}
.serchInfo-xian
{
    top: 55px;
    padding: 5px;
    position: absolute;
    width: 250px;
    height: 30px;
    left: 452px;
    display: block;
    background: rgba(0,0,0,0.6);
    z-index: 3;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.btn-daohang
{
    background-color: #39b3d7;
    color: White;
    height: 30px;
    padding: 5px 10px;
    border: 0px;
    font-family: '微软雅黑';
    cursor: pointer;
}
.btnSearchInfo
{
    background: #39B3D7;
    height: 30px;
    border: 0px;
    color: White;
    margin-left: 5px;
    font-family: '微软雅黑';
    cursor: pointer;
}
.selection span
{
    font-size: 13px;
}
.select2-results__options li
{
    font-size: 13px;
}
@media only screen and (max-width: 1330px)
{
    .trade-data .data-head s
    {
        width: 58%;
    }
}
.btn-wrap
{
    margin: 0.5% 1.5%;
}
.btn-wrap li
{
    color: #FFFFFF;
    width: 21%;
    margin: 2% 2%;
    padding: 2% 0;
    float: left;
    background-color: #3B88D4;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.btn-wrap li.active
{
    background: #1E9FFF;
}
.btn-wrap li:hover
{
    background: #1E9FFF;
}
/*企业生产情况分析*/
.trade-analyse
{
    height: 45%;
}
.trade-analyse, .number-wrap
{
    height: 48%;
}
/*应急页面的列表*/
.company-wrmp.worry-wrmp
{
    background-color: #0e5193;
    padding-right: 0;
}
.worry-wrmp, .company-chart
{
    height: 45%;
}
.worry-wrmp .company-list .list-title
{
    background-color: #297bcc;
    padding: 0;
    width: 94%;
    margin: 0 auto;
}
.worry-wrmp .company-list .list-wrap
{
    background-color: #FFFFFF;
    width: 94%;
}

.worry-wrmp .company-list .list-wrap .list-box a
{
    background-color: #FFFFFF;
    margin: 10px 0;
}
.worry-wrmp .company-list .list-wrap .list-box a p, .worry-wrmp .company-list .list-wrap .list-box a span, .worry-wrmp .company-list .list-wrap .list-box a em
{
    color: #000000;
}
.worry-wrmp .company-list .list-wrap .list-box a:hover
{
    background-color: #0987f3;
}
.worry-wrmp .company-list .list-wrap .list-box a:hover p, .worry-wrmp .company-list .list-wrap .list-box a:hover span, .worry-wrmp .company-list .list-wrap .list-box a:hover em
{
    color: #FFFFFF;
}
/*应急页面的分类标题*/
.top-title
{
    position: relative;
}
.top-title img
{
    width: 100%;
}
.top-title .title-boc
{
    color: #FFFFFF;
    position: absolute;
    top: 0;
    width: 100%;
}
.top-title .title-boc span
{
    font-size: 14px;
    margin-top: 2.5%;
    margin-left: 7%;
}
.top-title .title-boc a
{
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 2.5%;
    margin-right: 2%;
}
.top-title .title-boc a img
{
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
    width: 8px;
    display: inline-block;
}

.companyWarning
{
    font-size: 13px;
    color: #ffffff;
    height: 85%;
}
.tool-div1
{
    width: 150px;
    top: 0px;
    height: 50px;
    position: absolute;
    left: 43%;
    z-index: 33;
    background-color: Gray;
    background: rgba(0,0,0,0.6);
    z-index: 1;
    border-radius: 6px 6px 6px 6px;
}
.tool-div2
{
    width: 320px;
    top: 0px;
    height: 50px;
    position: absolute;
    left: 25%;
    z-index: 33;
    background-color: Gray;
    background: rgba(0,0,0,0.6);
    z-index: 1;
    border-radius: 6px 6px 6px 6px;
}
.serchInfo-xian
{
    left: 43% !important;
}
.xian
{
    left: 25% !important;
}
.trade-data .data-head
{
    font-size: 15px;
}
/* 企业基础信息及应急资源相关开始 */
.td_title
{
    text-align: right;
}
.detail
{
    float: right;
    color: #49c8f3;
    font-size: 14px !important;
    cursor: pointer;
}
.secondRightDivContain2
{
    width: 100%;
    height: 100%;
    background-color: #1f74c7;
    box-sizing: border-box;
    padding: 2%;
}
.tb_baseinfo
{
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #c0c0c0;
}
.tb_baseinfo tr
{
    background-color: #184A93;
    text-align: left;
    line-height: 20px;
}

.tb_baseinfo td
{
    border: 1px solid #325a97;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}
.mainLeft
{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #1F74C7;
    border: 1px solid #37A8E4;
    box-sizing: border-box;
}
.leftContainer
{
    width: 100%;
    height: 100%;
    padding: 1%;
    box-sizing: border-box;
    overflow-y: auto;
}
.leftHead
{
    width: 100%;
    height: 5%;
    margin-bottom: 1%;
    line-height: 46px;
    border-bottom: 1px solid #4DD7FE;
}
.leftContent
{
    width: 100%;
    height: 94%;
}
.writeFont
{
    font-size: 16px;
    color: #fff;
}

.leftContent > .contList
{
    width: 100%;
    height: 19.3%;
    margin-bottom: 1%;
    border: 1px solid #37A8E4;
    overflow: hidden;
}

.leftContent > .contList:last-child
{
    margin-bottom: 0;
}

.listTitle
{
    width: 100%;
    height: 20%;
    line-height: 33px;
    padding: 0 2%;
    background-color: #164A93;
    border-bottom: 1px solid #4DD7FE;
}

.listTitle > span
{
    color: #4DD7FE;
    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 #c0c0c0;
}

.tableDiv > table thead tr
{
    color: #4DD7FE;
    background-color: rgba(0, 49, 118, 0.9);
}

.tableDiv > table th
{
    border: 1px solid #325a97;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
}

table > thead tr th
{
    padding: 8px;
}

.tabData tr
{
    background-color: #184A93;
    text-align: center;
    line-height: 20px;
}

.tabData td
{
    border: 1px solid #325a97;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.tabData tr:hover
{
    background-color: rgba(11, 63, 136, 0.6);
}

/*滚动条整体样式*/

.tableDiv::-webkit-scrollbar
{
    width: 10px;
    height: 1px;
}

/*滚动条里面小方块*/

.tableDiv::-webkit-scrollbar-thumb
{
    background-color: #164A93;
    background-image: -webkit-linear-gradient( 45deg,     rgba(255, 255, 255, 0.2) 25%,     transparent 25%,     transparent 50%,     rgba(255, 255, 255, 0.2) 50%,     rgba(255, 255, 255, 0.2) 75%,     transparent 75%,     transparent);
}

/*滚动条里面轨道*/

.tableDiv::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #164A93;
}
/* 企业基础信息及应急资源相关结束 */
@media screen and (max-width: 1441px)
{
    .companyWarning
    {
        height: 83%;
    }
    .firstTitle span
    {
        width: 35px;
        font-size: 14px;
    }
    .company-list .query-boc .select-boc
    {
        width: 70%;
        padding-left: 5%;
    }
    .showSearch
    {
        background-color: #297BCC;
        width: 19%;
        color: #FFFFFF;
        height: 6%;
        border: none;
        border-radius: 2px;
        vertical-align: middle;
        margin-left: 2%;
        padding: 1.2%;
        letter-spacing: 2px;
        font-size: 14px;
    }
    .serchInfo-xian
    {
        left: 49% !important;
    }
    .xian
    {
        left: 25% !important;
    }
    .tool-div1
    {
        left: 49%;
    }
    .listTitle
    {
        width: 100%;
        height: 20%;
        line-height: 25px;
        padding: 0 2%;
        font-size: 12px;
        background-color: #164A93;
        border-bottom: 1px solid #4DD7FE;
    }
    .writeFont
    {
        font-size: 16px;
        color: #fff;
    }
    .leftHead
    {
        width: 100%;
        height: 5%;
        margin-bottom: 1%;
        line-height: 30px;
        border-bottom: 1px solid #4DD7FE;
    }
    .tabData td
    {
        border: 1px solid #325a97;
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        white-space: nowrap;
    }
    .tableDiv > table thead tr
    {
        color: #4DD7FE;
        font-size: 12px;
        background-color: rgba(0, 49, 118, 0.9);
    }
}
@media screen and (max-width: 1280px)
{
    .companyWarning
    {
        height: 80%;
    }
    .firstTitle span
    {
        width: 35px;
        font-size: 14px;
    }
    .company-list .query-boc .select-boc
    {
        width: 75%;
    }
    .showSearch
    {
        background-color: #297BCC;
        width: 19%;
        color: #FFFFFF;
        height: 6%;
        border: none;
        border-radius: 2px;
        vertical-align: middle;
        margin-left: 2%;
        padding: 1.2%;
        letter-spacing: 2px;
        font-size: 14px;
    }
    .serchInfo-xian
    {
        left: 51% !important;
    }
    .xian
    {
        left: 25% !important;
        top: 42px;
    }
    .tool-div1
    {
        left: 51%;
    }
    .tool-div2
    {
        width: 280px;
        height: 42px;
    }
    .btn-wrap li
    {
        font-size: 10px;
    }
    .type-title
    {
        font-size: 13px;
        font-weight: 500;
    }
    .trade-data .data-head
    {
        font-size: 13px;
    }
    .chushi
    {
        width: 40px;
        height: 40px;
    }
    .listTitle
    {
        width: 100%;
        height: 20%;
        line-height: 25px;
        padding: 0 2%;
        font-size: 12px;
        background-color: #164A93;
        border-bottom: 1px solid #4DD7FE;
    }
    .writeFont
    {
        font-size: 16px;
        color: #fff;
    }
    .leftHead
    {
        width: 100%;
        height: 5%;
        margin-bottom: 1%;
        line-height: 30px;
        border-bottom: 1px solid #4DD7FE;
    }
    .tabData td
    {
        border: 1px solid #325a97;
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        white-space: nowrap;
    }
    .tableDiv > table thead tr
    {
        color: #4DD7FE;
        font-size: 12px;
        background-color: rgba(0, 49, 118, 0.9);
    }
    .trade-data .data-head
    {
        margin: 0% 1% 0% 3%;
    }
    .btn-wrap li
    {
        margin: 1.5% 2%;
    }
}
