html,body,form{
    width: 100%;
    height:100%;
    overflow: hidden;
    background-color: white;
    margin: 0px;
}
.leftBigDiv{
    width: 24%;
    height: 100%;
    background-color: #1f74c7;
    float: left;
    padding: 0.6%;
    box-sizing: border-box;
}
.rightBigDiv{
    width: 76%;
    height: 100%;
    background-color: #eaeaea;
    float: right;
    padding: 0.6%;
    box-sizing: border-box;
}
.leftTopDiv{
    width: 100%;
    background-color: #184a93;
    border: 1px solid #318bc7;
    height: 60%;
    box-sizing: border-box;
}
.leftBottomDiv{
    width: 100%;
    height: 38%;
    margin-top: 3%;
    border: 1px solid #318bc7;
    background-color: #184a93;
}
.leftBottomDiv1{
    width: 100%;
    height: 40%;
    margin-top: 2%;
    border: 1px solid #318bc7;
    background-color: #184a93;
}
.leftBottomDiv2{
    width: 100%;
    height: 54%;
    margin-top: 3%;
    border: 1px solid #318bc7;
    background-color: #184a93;
}
.firstTitle{
    margin:3%;
    font-size: 0;
}
.firstTitle span{
   display: inline-block;
    background-color: #4ed5ff;
    padding: 7.1%;
    height: 6%;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    margin-top: -4.6%;
}
.firstTitle input{
    width: 58%;
    height:6%;
    color: #fff;
    display: inline-block;
    border: 1px solid #328bc7;
    outline: none;
    background-color: #184a93;
    padding: 1.48%;
    vertical-align: middle;
}
.td_title
{
    text-align:right;
}
.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;
}

input::-webkit-input-placeholder{
    color:#4976b9;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#4976b9;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#4976b9;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#4976b9;
}
.showSearch{
    background-color:#2ea9f7;
    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;
}
.secondDivTitle{
    width: 100%;
    background-color: #003176;
    height: 6%;
}
.secondDivTitle .titleUl{
    width: 100%;
    padding: 0px;
    line-height: 32px;
}
.secondDivTitle .titleUl li{
    width: 33.3%;
    text-align: center;
    float: left;
    list-style: none;
    color: #41b9e3;
    letter-spacing: 2px;
}
.contentUl li span{
    width: 33.3%;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 15px;
}
.contentUl{
    padding: 0px;
    margin: 3% 3% 0 3%;
    height: 73%;
    overflow: hidden;
}
.colorLi span{
    color:#ffbe12 !important;
}
.contentUl li{
    list-style: none;
    line-height: 23px;
    cursor: default;
}
.fenye{
    text-align: center;
    font-size: 14px;
}
.fenye span{
    cursor: pointer;
}
.fenye p{
    margin: 0px;
    color: #2fa8f9;
}
.leftBottomDiv{
    box-sizing: border-box;
    padding: 4%;
}
.leftBottomDiv1,.leftBottomDiv2{
    box-sizing: border-box;
    padding: 2%;
}

.titleD{
    color:#4ed6ff;
    width: 100%;
    height: 10%;
    border-bottom: 1px solid #4ed6ff;
}
.titleD1{
    width: 100%;
    height: 27%;
    border-bottom: 1px solid #4ed6ff;
}
.titleD2{
    width: 100%;
    height: 16%;
    color:#4ed6ff;
    border-bottom: 1px solid #4ed6ff;
}
.firstRightDivContain{
    width: 100%;
    height: 100%;
}
.contentEcharts1{
    width: 100%;
    height: 90%;
}
.rightBigDiv{
    position: relative;
    padding: 0px;
    box-sizing: border-box;
}
.rightBigDivContain{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sliderRight{
    width: 30%;
    height:100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    right: 0px;
    box-sizing: border-box;
    padding: 1% 1% 1% 2%;
    transition: all 0.5s;
     z-index: 2;
}
.iconArrow{
    width: 3%;
    height: 10%;
    background: -webkit-linear-gradient(left, #04dbfe , #155ea5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #04dbfe, #155ea5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #04dbfe, #155ea5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #04dbfe , #155ea5); /* 标准的语法（必须放在最后） */
    position: absolute;
    left: 0px;
    border: 1px solid #03e3ff;
    top:45%;
}
.iconArrow img{
    width: 100%;
    height: 28%;
    vertical-align: middle;
    margin-top: 30px;
}
.rightTopDiv,.rightcenterDiv{
    width: 100%;
    height: 44%;
    border: 1px solid #318bc7;
    background-color: #184a93;
    box-sizing: border-box;
    padding: 4%;
}
.rightcenterDiv{
    margin-top: 2%;
}
.rightbottomDiv{
    width: 100%;
    height: 12%;
    box-sizing: border-box;
    padding: 3% 0 0 0;
}
.rightbottomDiv div {
    width: 22%;
    height: 55%;
    line-height: 41px;
    background: -webkit-linear-gradient(#1e6fc1, #18509b);
    background: -o-linear-gradient(#1e6fc1, #18509b);
    background: -moz-linear-gradient(#1e6fc1, #18509b);
    background: linear-gradient(#1e6fc1, #18509b);
    border: 1px solid #318bc7;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
    cursor: pointer;
}
.rightbottomDiv .emergency{
    float: left;
}
.rightbottomDiv .module{
    float: right;
    margin-left: 3%;
}
.enterPrise{
    height: 72%;
    width: 100%;
}
.enterPrise1{
    height: 72%;
    width: 100%;
    margin-top: 2%;
}
.enterPrise1 p{
    margin: 0px;
    color: #FFFFFF;
    padding-left: 6%;
    height: 22%;
    position: relative;
}
.enterPrise1 p::before{
    width: 16px;
    height: 16px;
    background-color: #4ed6ff;
    content: "";
    position: absolute;
    border-radius: 2px;
    top:4px;
    left: 0px;
}
.enterPrise1 p span{
    letter-spacing: 2px;
    font-size: 14px;
}
.enterPrise p{
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 2%;
    letter-spacing: 1px;
    font-size: 16px;

}
.bigD{
    width: 80%;
    height: 100%;
    margin: 4% auto;
}
.smallDiv{
    width: 30%;
    height: 40%;
    text-align: center;
    color:#4cd4fe;
    border: 1px solid #3494ce;
    float: left;
    text-align: center;
    margin-left: 1.8%;
    line-height: 36px;
    cursor: pointer;
}
.twoDivShow{
    width: 100%;
    height:40% ;
}
.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%;
}

/*雅楠部分css代码*/
.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: 1280px) {
    .firstTitle input {
        width: 50%;
        height: 6%;
        display: inline-block;
        border: 1px solid #328bc7;
        outline: none;
        background-color: #184a93;
        padding: 1.48%;
        vertical-align: middle;
    }
    .showSearch {
        background-color: #2ea9f7;
        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;
    }
    .secondDivTitle .titleUl li {
        width: 33.3%;
        text-align: center;
        float: left;
        list-style: none;
        color: #41b9e3;
        letter-spacing: 2px;
        font-size: 14px;
    }
    .secondDivTitle .titleUl {
        width: 100%;
        padding: 0px;
        line-height: 26px;
    }
    .contentUl li span {
        width: 33.3%;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #FFFFFF;
        font-size: 12px;
    }
    .contentUl li {
        list-style: none;
        line-height: 18px;
        cursor: pointer;
    }
    .contentUl {
        padding: 0px;
        margin: 3% 3% 0 3%;
        height: 70%;
        overflow: hidden;
    }
    .rightbottomDiv div {
        width: 22%;
        height: 48%;
        font-size: 12px;
        line-height: 32px;
        background: -webkit-linear-gradient(#1e6fc1, #18509b);
        background: -o-linear-gradient(#1e6fc1, #18509b);
        background: -moz-linear-gradient(#1e6fc1, #18509b);
        background: linear-gradient(#1e6fc1, #18509b);
        border: 1px solid #318bc7;
        color: #FFFFFF;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        letter-spacing: 1px;
        cursor: pointer;
    }
    .smallDiv {
        width: 30%;
        height: 40%;
        font-size: 12px;
        text-align: center;
        color: #4cd4fe;
        border: 1px solid #3494ce;
        float: left;
        text-align: center;
        margin-left: 1.8%;
        line-height: 24px;
    }
    .enterPrise p {
        margin: 0px;
        color: #FFFFFF;
        text-align: center;
        margin-top: 2%;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .bigD {
        width: 80%;
        height: 100%;
        margin: 2% auto;
    }
    .enterPrise1 p::before {
        width: 14px;
        height: 14px;
        background-color: #4ed6ff;
        content: "";
        position: absolute;
        border-radius: 2px;
        top: 4px;
        left: 0px;
    }
    .enterPrise1 p {
        margin: 0px;
        color: #FFFFFF;
        padding-left: 6%;
        height: 20%;
        position: relative;
    }
    .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: 1441px) {
    .smallDiv {
        width: 30%;
        height: 40%;
        text-align: center;
        color: #4cd4fe;
        border: 1px solid #3494ce;
        float: left;
        font-size: 14px;
        text-align: center;
        margin-left: 1.8%;
        line-height: 32px;
    }
    .firstTitle input {
        width: 50%;
        height: 6%;
        display: inline-block;
        border: 1px solid #328bc7;
        outline: none;
        background-color: #184a93;
        padding: 1.48%;
        vertical-align: middle;
    }
    .showSearch {
        background-color: #2ea9f7;
        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;
    }
    .secondDivTitle .titleUl li {
        width: 33.3%;
        text-align: center;
        float: left;
        list-style: none;
        color: #41b9e3;
        letter-spacing: 2px;
        font-size: 14px;
    }
    .secondDivTitle .titleUl {
        width: 100%;
        padding: 0px;
        line-height: 26px;
    }
    .contentUl li span {
        width: 33.3%;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #FFFFFF;
        font-size: 12px;
    }
    .contentUl li {
        list-style: none;
        line-height: 18px;
        cursor: default;
    }
    .contentUl {
        padding: 0px;
        margin: 2% 3% 0 3%;
        height: 72%;
        overflow: hidden;
    }
    .rightbottomDiv div {
        width: 22%;
        height: 48%;
        font-size: 12px;
        line-height: 32px;
        background: -webkit-linear-gradient(#1e6fc1, #18509b);
        background: -o-linear-gradient(#1e6fc1, #18509b);
        background: -moz-linear-gradient(#1e6fc1, #18509b);
        background: linear-gradient(#1e6fc1, #18509b);
        border: 1px solid #318bc7;
        color: #FFFFFF;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        letter-spacing: 1px;
        cursor: pointer;
    }
    .smallDiv {
        width: 30%;
        height: 40%;
        font-size: 12px;
        text-align: center;
        color: #4cd4fe;
        border: 1px solid #3494ce;
        float: left;
        text-align: center;
        margin-left: 1.8%;
        line-height: 24px;
    }
    .enterPrise p {
        margin: 0px;
        color: #FFFFFF;
        text-align: center;
        margin-top: 2%;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .bigD {
        width: 80%;
        height: 100%;
        margin: 2% auto;
    }
    .enterPrise1 p::before {
        width: 14px;
        height: 14px;
        background-color: #4ed6ff;
        content: "";
        position: absolute;
        border-radius: 2px;
        top: 4px;
        left: 0px;
    }
    .enterPrise1 p {
        margin: 0px;
        color: #FFFFFF;
        padding-left: 6%;
        height: 20%;
        position: relative;
    }
    .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);
    }
}

/*==========重新基于webkit的浏览器滚动条样式===========*/
::-webkit-scrollbar /*整体部分*/
{
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track /*滑动轨道*/
{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0px;
    background: rgba(0,0,0,0.05);
}
::-webkit-scrollbar-thumb /*滑块*/
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.15);
}
::-webkit-scrollbar-thumb:hover /*滑块效果*/
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.25);
}
/*==========重新基于webkit的浏览器滚动条样式===========*/

 .anchorBL
{
    display:none;
}
/*.BMap_noprint
{
    display:none;
} */ 