html, body {
    min-width: 1200px;
    /*min-height: 768px;*/
    height: 100%;
    background: #D4D9E2;
    overflow: hidden;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.container-fluid {
    height: 100%;
    padding-left: 0;
    padding-right: 10px;
}

/* header start */
.header {
    /*position: absolute;*/
    z-index: 2002;
    padding-left: 48px;
    width: 100%;
    height: 60px;
    margin-right: 10px;
    line-height: 60px;
    background: #E3E6ED url(../images/title-logo.png) no-repeat;
}

.headTit {
    padding: 0 0 0 15px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bolder;
    color: #000;
}

.messagebox {
    position: relative;
}

.headNav > li:hover {
    background: #edf0f6;
    transition: .5s;
}

.headNav > li > a {
    display: block;
    padding: 0 15px 0 44px;
    color: #5c667a;
    border-left: solid 1px #D4D9E2;
    transition: .5s;
}

    .headNav > li > a:hover,
    .headNav > li > a:focus,
    .layout:hover,
    .layout:focus {
        color: #AF0001;
        text-decoration: none;
    }

.commandCenter {
    background: url(../images/commandCenter.png) no-repeat 12px center;
}

    .commandCenter:hover {
        background: url(../images/commandCenter-hover.png) no-repeat 12px center;
    }

.message {
    position: relative;
    background: url(../images/message.png) no-repeat 12px center;
}

.nums {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #bb3700;
    border-radius: 20px;
}

.line12 {
    line-height: 12px;
}

.message:hover {
    background: url(../images/message-hover.png) no-repeat 12px center;
}

.customerService {
    background: url(../images/customerService.png) no-repeat 12px center;
}

    .customerService:hover {
        background: url(../images/customerService-hover.png) no-repeat 12px center;
    }

.helpCenter {
    background: url(../images/helpCenter.png) no-repeat 12px center;
}

    .helpCenter:hover {
        background: url(../images/helpCenter-hover.png) no-repeat 12px center;
    }

.backstage {
    border-right: solid 1px #D4D9E2;
    background: url(../images/backstage.png) no-repeat 12px center;
}

    .backstage:hover {
        background: url(../images/backstage-hover.png) no-repeat 12px center;
    }

.nameBox {
    position: relative;
    padding: 0 15px;
}

.username {
    display: inline-block;
    width: 80px;
    text-align: left;
    color: #bb3700;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:center;
}

.personBtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 20px 0;
    line-height: 20px;
    background: url(../images/arrow1.png) no-repeat center;
}

.person {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 60px;
    display: none;
    width: 100px;
    padding: 10px 0;
    background: #2D3445;
}

    .person > li {
        line-height: 30px;
    }

        .person > li > a {
            display: block;
            color: #8591A6;
        }

        .person > li:hover > a {
            color: #6495ed;
        }

.layout {
    padding-left: 15px;
    color: #5c667a;
}
/* header end */

.wrapper {
    position: relative;
    height: calc(100% - 60px);
    padding-top: 10px;
}

.content {
    height: 100%;
    margin-right: 0;
    background: #D4D9E2;
}

.main {
    height: calc(100% - 50px);
    margin-bottom: 10px;
}

/*.main{
	height: calc(100% - 50px);
	margin-right: 0;
	background: #fff;
}*/

/* nav start */
body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
    position: relative;
    z-index: 2001;
    left: 0;
    float: left;
    width: 160px;
    height: 100%;
    /*padding-top: 70px;*/
}

.navbar-static-side {
    background: #242424 url(../images/2.png) no-repeat center bottom;
    color: transparent;
    opacity: 1;
    /*border-right: solid 1px #3B445C;*/
}

.navIcon {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/menu.png) no-repeat center;
    z-index: 99999;
    position: relative;
    z-index:99999;
}

.navIcon:hover {
    background: url(../images/menu-hover.png) no-repeat center;
}

.leftNav {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100% !important;
    height: calc(100% - 30px) !important;
    overflow: hidden;
    /*border-right: solid 1px #3B445C;*/
}

.overflow {
    overflow: hidden;
}

.leftNav > li {
    margin-bottom: 1px;
    text-align: left;
}

    .leftNav > li:hover,
    .leftNav > li.active {
        background: #252B35 url(../images/nav-hover.png) no-repeat center !important;
        background-size: 100% 100%;
    }

    /*.leftNav>li.active a:after{
	content: '';
    position: absolute;
    z-index: 2002;
    top: 1px;
    right: -2px;
    display: block;
    width: 2px;
    height: calc(100% - 2px);
    background: #252B35;
}*/

    .leftNav > li > a {
        position: relative;
        display: block;
        height: 46px;
        padding-left: 55px;
        line-height: 46px;
        text-align: left;
        font-size: 15px;
        color: #fff;
    }

    .leftNav > li:hover a,
    .leftNav > li.active a {
        color: #faf408 !important;
    }

.workbench {
    background: url(../images/workbench.png) no-repeat 15px center;
}

.leftNav > li:hover .workbench,
.leftNav > li.active .workbench {
    background: url(../images/workbench-hover.png) no-repeat 15px center;
}

.communityMt {
    background: url(../images/communityMt.png) no-repeat 15px center;
}

.leftNav > li:hover .communityMt,
.leftNav > li.active .communityMt {
    background: url(../images/communityMt-hover.png) no-repeat 15px center;
}

.jc {
    background: url(../images/jc.png) no-repeat 15px center;
}

.leftNav > li:hover .jc,
.leftNav > li.active .jc {
    background: url(../images/jc_hover.png) no-repeat 15px center;
}

.businessMt {
    background: url(../images/businessMt.png) no-repeat 15px center;
}

.leftNav > li:hover .businessMt,
.leftNav > li.active .businessMt {
    background: url(../images/businessMt-hover.png) no-repeat 15px center;
}

.Member {
    background: url(../images/Member.png) no-repeat 15px center;
}

.leftNav > li:hover .Member,
.leftNav > li.active .Member {
    background: url(../images/Member-hover.png) no-repeat 15px center;
}

.hiddenDangerMt {
    background: url(../images/serviceCenterMt.png) no-repeat 15px center;
}

.leftNav > li:hover .hiddenDangerMt,
.leftNav > li.active .hiddenDangerMt {
    background: url(../images/serviceCenterMt-hover.png) no-repeat 15px center;
}

.safetySupervisionMt {
    background: url(../images/hiddenDangerMt.png) no-repeat 15px center;
}

.leftNav > li:hover .safetySupervisionMt,
.leftNav > li.active .safetySupervisionMt {
    background: url(../images/hiddenDangerMt-hover.png) no-repeat 15px center;
}

.serviceCenterMt {
    background: url(../images/safetySupervisionMt.png) no-repeat 15px center;
}

.leftNav > li:hover .serviceCenterMt,
.leftNav > li.active .serviceCenterMt {
    background: url(../images/safetySupervisionMt-hover.png) no-repeat 15px center;
}

.socialGroupMt {
    background: url(../images/SafetyCommitteeMt.png) no-repeat 15px center;
}

.leftNav > li:hover .socialGroupMt,
.leftNav > li.active .socialGroupMt {
    background: url(../images/SafetyCommitteeMt-hover.png) no-repeat 15px center;
}

.SafetyCommitteeMt {
    background: url(../images/SafetyCommitteeMt.png) no-repeat 15px center;
}

.examine {
    background: url(../images/socialGroupMt.png) no-repeat 15px center;
}

.leftNav > li:hover .examine,
.leftNav > li.active .examine {
    background: url(../images/socialGroupMt-hover.png) no-repeat 15px center;
}

.leftNav > li:hover .SafetyCommitteeMt,
.leftNav > li.active .SafetyCommitteeMt {
    background: url(../images/SafetyCommitteeMt-hover.png) no-repeat 15px center;
}

/*.examine{
	background: url(../images/examine.png) no-repeat 15px center;
}

.leftNav>li:hover .examine,
.leftNav>li.active .examine{
	background: url(../images/examine-hover.png) no-repeat 15px center;
}*/

.emergencyMt {
    background: url(../images/emergencyMt.png) no-repeat 15px center;
}

.leftNav > li:hover .emergencyMt,
.leftNav > li.active .emergencyMt {
    background: url(../images/emergencyMt-hover.png) no-repeat 15px center;
}


.leftNav > li:hover .examine,
.leftNav > li.active .examine {
    background: url(../images/socialGroupMt-hover.png) no-repeat 15px center;
}
/*.decisionAnalysisMt{
	background: url(../images/decisionAnalysisMt.png) no-repeat 15px center;
}

.leftNav>li:hover .decisionAnalysisMt,
.leftNav>li.active .decisionAnalysisMt{
	background: url(../images/decisionAnalysisMt-hover.png) no-repeat 15px center;
}*/

.forewarningMt {
    background: url(../images/forewarningMt.png) no-repeat 15px center;
}

.leftNav > li:hover .forewarningMt,
.leftNav > li.active .forewarningMt {
    background: url(../images/forewarningMt-hover.png) no-repeat 15px center;
}

/*.AuditsMt{
	background: url(../images/AuditsMt.png) no-repeat 15px center;
}

.leftNav>li:hover .AuditsMt,
.leftNav>li.active .AuditsMt{
	background: url(../images/AuditsMt-hover.png) no-repeat 15px center;
}*/

.pointMt {
    background: url(../images/pointMt.png) no-repeat 15px center;
}

.leftNav > li:hover .pointMt,
.leftNav > li.active .pointMt {
    background: url(../images/pointMt-hover.png) no-repeat 15px center;
}


.randomcheck {
    background: url(../images/randomcheck.png) no-repeat 15px center;
}

.leftNav > li:hover .randomcheck,
.leftNav > li.active .randomcheck {
    background: url(../images/randomcheck-hover.png) no-repeat 15px center;
}


/* nav end */
/* subNav start */
.subNav {
    position: absolute;
    top: -100%;
    left: 100%;
    width: 148px !important;
    height: calc(100% - 50px) !important;
    padding-top: 30px;
    background: #AF0001;
    border-left: solid 1px #AF0001;
    overflow: hidden;
}

.second {
    display: none;
    color: #fff;
}

    .second > li {
        padding: 10px 10px 15px 15px;
        text-align: left;
        background: url(../images/underline.png) no-repeat center bottom;
        transition: .5s;
    }

        .second > li > a {
            position: relative;
            padding-right: 12px;
            display: block;
            color: #fff;
            cursor: pointer;
        }

            .second > li > a.active,
            .second > li > a:hover {
                color: #faf408;
            }

.secondTit > b {
    position: absolute;
    top: 3px;
    right: 0;
    width: 15px;
    height: 15px;
    background: url(../images/arrow.png) no-repeat center;
    transition: .5s;
}

.secondTit.active > b,
.secondTit:hover > b {
    /*border-left-color: #6495ed;*/
    background: url(../images/arrow-hover.png) no-repeat center;
    transform: rotate(90deg);
}

.third {
    display: none;
    padding: 0 10px;
}

    .third > li {
        font-size: 12px;
    }

        .third > li > a {
            display: inline-block;
            margin-top: 10px;
            color: #fff;
            cursor: pointer;
        }

            .third > li > a.active,
            .third > li > a:hover {
                color: #faf408;
            }















/* subNav end */


/* footer start */
.footer {
    /*position: fixed;
	right: 10px;
	bottom: 0;*/
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #999999;
    background: #fff;
}
.version {
    color: #333333;
    font-size: 14px !important;
}
.police {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/police.png) no-repeat;
}
.polices {
    padding-left: 20px;
    background: url(../images/police.png) no-repeat;
}
/*下面的备案号*/
.trading {
    color: #999999;
    text-decoration: underline;
}

/*版本号*/
.versionNumber {
    position: fixed;

    bottom: 11px;
    color: #faf408;
    z-index: 1000;
    font-size: 10px;
}
/* footer end */



/*@media screen and (max-width : 1330px) {
	.headNav{
		display: none;
	}
}*/
