﻿@charset "utf-8";

body,
html {
    height: 100%;
    overflow: hidden;
}

body,
ul {
    margin: 0;
    padding: 0
}

body {
    font: 14px 微软雅黑, 宋体, arial narrow, HELVETICA;
    -webkit-text-size-adjust: 100%
}

li {
    list-style: none
}

a {
    text-decoration: none
}
 

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 80px;
    background: #2e6dfc;
}

.header-logo {
    width: 490px;
    background: url(../images/lg.png) 100% 0 no-repeat #fff;
    height: 80px;
    padding: 11px 0 0 30px;
    float: left;
}

.logo {
    background: url(../images/logo.091c77f.png);
    width: 720px;
    height: 59px;
}

.header-right .fl {
    text-align: center;
    padding-top: 17px;
    color: #fff;
    position: relative;
    height: 40px;
    margin-right: 30px;
}

.header-right .fl.header-line {
    width: 1px;
    height: 24px;
    background: #ddd;
    margin-top: 28px;
    margin-right: 30px;
}


.index-icon {
    background-image: url(../images/index-icon.png);
    display: inline-block;
    vertical-align: middle;
}

.icon-email {
    width: 33px;
    height: 24px;
    background-position: -1200px -105px;
    margin-bottom: 13px;
    margin-top: 13px;
    position: relative;
    top: 0;
    right: 300px;
}

.login {
    position: absolute;
    right: 20px;
    top: 0;
    height: 60px;
    line-height: 60px;
    text-align: right;
}

.login-ul {
    overflow: hidden;
    margin-top: -55px;
    color: #fff;
}

.login-ul li {
    float: right;
    margin-left: 30px;
    cursor: pointer;
    color: #fff;
    height: 60px;
    line-height: 50px;
}

.user {
    color: #fff;
}

.header-nav {
    font-size: 0;
    text-align: center;
    height: 40px;
    background: #fff;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.header-nav .nav-main {
    display: inline-block;
}

.header-nav .nav-main .nav-item.active {
    color: #2e6dfc;
    position: relative;
}

.header-nav .nav-main .nav-item {
    display: inline-block;
    margin: 0 25px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}

.nav-hide-list {
    position: absolute;
    top: 38px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    white-space: nowrap;
}

.nav-hide-list .nav-one {
    color: #666;
    padding: 10px;
    width: 188px;
}

.nav-item:hover .nav-hide-list{display: block;}
.nav-one div {color: #666;text-align:left;font-size:14px;}




#detailes-window p,
li,
b,
img {
    font-family: "microsoft yahei";
    color: #fff;
    list-style: none;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
}

#detailes-window span {
    font-family: "microsoft yahei";
    font-size: 12px;
    color: #fff;
}




.leftfr {
    float: right;
    padding-top: 5px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.s-side {
    min-width: 200px;
    position: fixed;
    top:120px;
    left: 0;
    width:200px;
    bottom: 0;
    background-color: #2e6dfc;
    box-shadow: 0 0 10px #313131;
    padding: 10px;
    z-index:999;
    overflow-y: scroll;
    overflow: auto;
}

.s-side .s-firstItem i {
    font-size: 20px
}

.s-side .s-firstItem span {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    text-shadow: 0 0 5px #eee;
    white-space: 10px
}

.s-side .first {
    padding: 10px 0;
    border-bottom: 1px solid #ccc
}

.s-side .d-firstNav span {
    display: inline-block;
    margin-left: 10px
}

.s-side .d-firstNav i.fr {
    font-size: 25px
}

.s-side .s-secondNav,
.s-side .s-secondItem {
    margin-left: 45px;
    margin-top: 10px
}

.s-secondNav:hover,
.d-firstNav:hover {
    cursor: pointer
}


.s-side .d-secondDrop {
    margin-left: 65px;
    margin-top: 10px
}
.s-side .d-secondDrop li{
    line-height:30px;
}

.iconRotate {
    transform: rotate(90deg);
    transition: transform .5s
}

.s-firstDrop,
.s-secondDrop {
    display: none
}

.s-thirdItem select{width: 125px;
    height: 23px;
    border: none;
}
.s-firstDrop label{font-size:14px;}
.s-secondDrop select{width:104px;}

.search{position:relative;}

.search img{
    position: absolute;
    top: 9px;
    left:85px;
}
.search button{
    width: 69px;
    height:21px;
    border: none;
}
.search button a{
    line-height: 17px;
    color:#2e6dfc;
    cursor: pointer;
}




    img {
        border: none;
    }
    dl,
    dt,
    dd {
        display: block;
        margin: 0;
    }




    /*left*/
    .leftsidebar_box {
        width: 125px;
        height: auto !important;
        overflow: visible !important;
        position: absolute;
        background-color: #3992d0;
        left:5px;
        top:10px;
        z-index: 999;
    }

    .line {
        height: 2px;
        width: 100%;
        background-image: url(../images/left/line_bg.png);
        background-repeat: repeat-x;
    }

    .leftsidebar_box dt {
        padding-left: 40px;
        padding-right: 10px;
        background-repeat: no-repeat;
        background-position: 10px center;
        color: #f5f5f5;
        font-size: 14px;
        position: relative;
        line-height: 40px;
        cursor: pointer;
    }

    .leftsidebar_box dd {
        background-color: #4ba3ad;
        padding-left: 20px;
        font-size:12px;
    }

    .leftsidebar_box dd a {
        color: #f5f5f5;
        line-height: 30px;
        cursor:pointer;
    }
    .leftsidebar_box dd:hover {
        background: #438f98;
    }
    .leftsidebar_box dt img {
        position: absolute;
        right: 10px;
        top: 16px;
    }

    .system_log dt {
        background-image: url(../images/left/syetem_management.png)
    }

    .leftsidebar_box dl dd:last-child {
        padding-bottom: 10px;
    }



/*遮罩层一级指标*/


#goodcover{display:none;position:absolute;top:0%;left:0%;width:100%;height:133%;background-color:#000;z-index:1001;-moz-opacity:.8;opacity:.5;filter:alpha(opacity=80)}
#code{width:450px;height:260px;
    background-color:#fff;
    position:absolute;
    display:none;
    left:45%;
    z-index:1002}

.close1{height:40px;width: 100%;
    margin: 0 auto;
    background: #157eff;
    color: #fff;
    border-bottom: 1px dotted #ccc;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;}

.close1>p{float:left;margin-top: 8px;}
.close1 p img{vertical-align: middle;}

.close1bot{height:60px;
    width: 100%;
    margin: 0 auto;
    color: #ff8400;
    border-bottom: 1px dotted #ccc;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;}

#closebt{float:right}
#closebt img{width:25px;margin-top: 8px;margin-right:10px;}
.goodtxt{text-align:left;}

.dialogIco{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
}
.editInfos{padding: 1px 0;}

.editInfos li{width: 100%;
    margin: 5px auto;
    color: #000;
    text-align: center;}

.ipt{
    border: 1px solid #ccc;
    padding: 5px;
    width: 80px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 3px #ccc inset;
    -webkit-box-shadow: 0 0 3px #ccc inset;
    margin-left: 5px;
}
.submitBtn{margin-top:20px;cursor: pointer;width:200px;height:35px;line-height:35px;background:#1171f2;color:#fff;border:none;}

.submitBtnOne {margin-top:20px;cursor: pointer;width:100px;height:35px;line-height:35px;background:#1171f2;color:#fff;border:none;}



/*遮罩层二级指标*/

#goodcovertwo{display:none;position:absolute;top:0%;left:0%;width:100%;height:133%;background-color:#000;z-index:1001;-moz-opacity:.8;opacity:.5;filter:alpha(opacity=80)}
#codetwo{width:450px;height:340px;
    background-color:#fff;
    position:absolute;
    display:none;
    left:45%;
    z-index:1002}

.close1two{height:40px;width: 100%;
    margin: 0 auto;
    background: #157eff;
    color: #fff;
    border-bottom: 1px dotted #ccc;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;}

.close1two>p{float:left;margin-top: 8px;}
.close1two p img{vertical-align: middle;}

.close1bottwo{height:40px;
    width: 100%;
    margin: 0 auto;
    color: #ff8400;
    border-bottom: 1px dotted #ccc;
    letter-spacing: 1px;
    padding: 5px 0;
    margin-right:10px;
    text-align: center;}

#closebttwo{float:right}
#closebttwo img{width:25px;margin-top: 8px;margin-right:10px;}
.goodtxttwo{text-align:left;}

.editInfostwo{padding: 1px 0;}

.editInfostwo li{width: 100%;
    margin: 5px auto;
    color: #000;
    text-align: center;}

.ipttwo{
    border: 1px solid #ccc;
    padding: 5px;
    width: 80px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 3px #ccc inset;
    -webkit-box-shadow: 0 0 3px #ccc inset;
    margin-left: 5px;
}
.submitBtntwo{margin-top:20px;cursor: pointer;width:100px;height:35px;line-height:35px;background:#1171f2;color:#fff;border:none;}



/*遮罩层三级指标*/

#goodcoverthree{display:none;position:absolute;top:0%;left:0%;width:100%;height:133%;background-color:#000;z-index:1001;-moz-opacity:.8;opacity:.5;filter:alpha(opacity=80)}
#codethree
{
    width:815px;
    height:800px;
    background-color:#fff;
    position:absolute;
    z-index:1002
    }

 .close1three{height:40px;width: 100%;
    margin: 0 auto;
    background: #157eff;
    color: #fff;
    border-bottom: 1px dotted #ccc;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;}


.close1three>p{float:left;margin-top: 8px;}
.close1three p img{vertical-align: middle;}



#closebtthree{float:right}
#closebtthree img{width:25px;margin-top: 8px;}
.goodtxtthree{
    width: 100%;
    margin: 0 auto;
    color: #ff8400;
    border-bottom: 1px dotted #ccc;
    letter-spacing: 1px;
    text-align: left;
    overflow-x:hidden;
    padding-left: 15px;
    }

.editInfosthree li{width: 100%;
    margin: 8px auto;
    color: #000;
    margin-left:10px;
    text-align: left;}

.editInfosthree li img {vertical-align:middle;cursor:pointer;padding-left:5px;}

.iptthree{
    border: 1px solid #ccc;
    padding: 5px;
    width: 80px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 3px #ccc inset;
    -webkit-box-shadow: 0 0 3px #ccc inset;
    margin-left: 5px;
}
.submitBtnthree{cursor:pointer;width:100px;height:35px;line-height:35px;background:#1171f2;color:#fff;border:none;}


.righttb{width:105px;height:60px;position:absolute;top:10px;right:10px;z-index:999;background:#157eff;}
/*.righttb a{margin-left:5px;}*/
.righttb p {text-align:center;line-height:50px;font-size:15px;height:90px;}
.duihao{position:absolute;top:-75px;right:5px;}
.righttb strong{width:100%;text-align:center;font-size: 14px;color: yellow;line-height:60px;display:inline-block;}


.rightbot5{width:72px;height:72px;background:#64aff8;opacity: 0.7;position:absolute;right:10px;bottom:10px;display:none;z-index: 100001;}
.rightbotcen5{width:72px;height:72px;font-size:16px;text-align:center;color:#fff;cursor: pointer;margin:auto;padding-top:5px;line-height:70px;}

.ycshu>div{width:70px;height:70px;border: 1px solid #1171f2;font-size:15px;text-align:center;color:#fff;cursor: pointer;margin:auto;padding-top:5px;line-height:70px;background:#1171f2;margin-top:8px;}
.ycheng>div{float:left;width:70px;height:64px;border: 1px solid #1171f2;font-size:15px;text-align:center;color:#fff;cursor: pointer;margin:auto;padding-top:5px;line-height:70px;background:#1171f2;margin-left: 8px;}

.ycshu>div:hover{background:#2e6dfc;}
.ycheng>div:hover{background:#2e6dfc;}

.yincang{display:none;}
.rightbot5:hover .yincang{display: block;}
.ycshu{width:80px;height:320px;position:absolute;right:-5px;top:-340px;}
.ycheng{width:320px;height:80px;position:absolute;left:-320px;bottom:-8px;}




.rightbot6{width:72px;height:72px;background:#64aff8;opacity: 0.7;position:absolute;right:10px;bottom:10px;display:block;z-index: 100001;}
.rightbotcen6{width:72px;height:72px;font-size:16px;text-align:center;color:#fff;cursor: pointer;margin:auto;padding-top:5px;line-height:70px;}

.ycshu6>div{width:70px;height:70px;border: 1px solid #1171f2;font-size:15px;text-align:center;color:#fff;cursor: pointer;margin:auto;padding-top:5px;line-height:30px;background:#1171f2;margin-top:8px;}
.ycheng6>div{float:left;width:70px;height:64px;border: 1px solid #1171f2;font-size:15px;text-align:center;color:#fff;cursor: pointer;margin:auto;padding-top:5px;line-height:30px;background:#1171f2;margin-left: 8px;}

.ycshu6>div:hover{background:#2e6dfc;}
.ycheng6>div:hover{background:#2e6dfc;}

.yincang6{display:none;}
.rightbot6:hover .yincang6{display: block;}
.ycshu6{width:82px;height:90px;position:absolute;right:-5px;top:-90px;}
.ycheng6{width:90px;height:80px;position:absolute;left:-90px;bottom:-8px;}


.map1an{position:absolute;top:45%;left:0px;cursor:pointer;z-index:999;}
.mapmap {
    height: calc(100% - 120px);
    width:calc(100% - 225px);
    position: relative;
    margin-top: 120px !important;
    float: right;
}

.tuli {
        width: 175px;
        height: 150px;
        overflow: visible !important;
        position: absolute;
        left:5px;
        bottom:20px;
        z-index: 999;
        border:1px solid #666;
        background:#157eff;
        opacity:0.9;
}

.tl {text-align:center;color:#fff;}
.tuli .span1 {width:30px;height:15px;background:#ff8400;float:left;vertical-align:middle;margin-top:7px;margin-left:5px;}
.tuli .span2 {width:30px;height:15px;background:#ffd800;float:left;margin-top:7px;vertical-align:middle;margin-left:5px;}
.tuli p {width:135px;float:left;line-height:0;margin-left:5px;font-size:12px;color:#fff;}

 .qzdianji {
        width:70px;
        height:40px;
        position: absolute;
        background-color: #3992d0;
        left:150px;
        line-height:40px;
        text-align:center;
        cursor:pointer;
        top:10px;
        color:#fff;
        z-index: 999;
    }

#goodcover4{display:none;position:absolute;top:0%;left:0%;width:100%;height:133%;background-color:#000;z-index:1001;-moz-opacity:.8;opacity:.5;filter:alpha(opacity=80)}
#code4
{
    width:515px;
    height:180px;
    background-color:#fff;
    position:absolute;
    display:none;
    left:45%;
    z-index:1002}

.close14{height:40px;width: 100%;
    margin: 0 auto;
    background: #157eff;
    color: #fff;
    border-bottom: 1px dotted #ccc;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;}

.close14>p{float:left;margin-top: 8px;}
.close14 p img{vertical-align: middle;}

#closebt4{float:right}
#closebt4 img{width:25px;margin-top: 8px;margin-right:10px;}

.goodtxt4 table{ background:#666;width:90%;margin-left:5%;}
.goodtxt4 table td{ background:#FFF;text-align:center;}


.ycshu .public{ 
    -webkit-transition: 0.4s; 
    -webkit-transition: -webkit-transform 0.4s ease-out; 
    transition: transform 0.4s ease-out; 
    -moz-transition: -moz-transform 0.4s ease-out; 

} 

.ycshu .public:hover{ 
    transform: rotateZ(360deg); 
    -webkit-transform: rotateZ(360deg); 
    -moz-transform: rotateZ(360deg); 
    background:#ff8400;
    color:#fff;
    border:none;
}

.ycheng .public{ 
    -webkit-transition: 0.4s; 
    -webkit-transition: -webkit-transform 0.4s ease-out; 
    transition: transform 0.4s ease-out; 
    -moz-transition: -moz-transform 0.4s ease-out; 

} 

.ycheng .public:hover{ 
    transform: rotateZ(360deg); 
    -webkit-transform: rotateZ(360deg); 
    -moz-transform: rotateZ(360deg); 
    background:#ff8400;
    color:#fff;
    border:none;
}


.ycshu6 .public{ 
    -webkit-transition: 0.4s; 
    -webkit-transition: -webkit-transform 0.4s ease-out; 
    transition: transform 0.4s ease-out; 
    -moz-transition: -moz-transform 0.4s ease-out; 

} 

.ycshu6 .public:hover{ 
    transform: rotateZ(360deg); 
    -webkit-transform: rotateZ(360deg); 
    -moz-transform: rotateZ(360deg); 
    background:#ff8400;
    color:#fff;
    border:none;
}

.ycheng6 .public{ 
    -webkit-transition: 0.4s; 
    -webkit-transition: -webkit-transform 0.4s ease-out; 
    transition: transform 0.4s ease-out; 
    -moz-transition: -moz-transform 0.4s ease-out; 

} 

.ycheng6 .public:hover{ 
    transform: rotateZ(360deg); 
    -webkit-transform: rotateZ(360deg); 
    -moz-transform: rotateZ(360deg); 
    background:#ff8400;
    color:#fff;
    border:none;
}