html,body{
    margin:0;
    padding:0;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
a:active,a:visited,a:link,a:hover{
    text-decoration: none;
}
a:focus {
    outline:none;
    -moz-outline:none;
}
/*全锟斤拷锟斤拷锟�*/
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px;
}
.pt-15{
    padding-top: 15px !important;
}
.pr-5{
    padding-right: 5px;
}
.pr-10{
    padding-right: 10px;
}
.fl{
    float: left;
    margin-top: 10px;
}
.fr{
    float: right;
    margin-top: 10px;
}
.dsp-in{
    display: inline-block;
}
/*头锟斤拷锟斤拷式*/

.top-header{
    background: rgba(16,113,210,.8);
    background-size: cover;
    height: 50px;
    line-height: 50px;
    width: 100%;
    z-index: 99;
    display: block;
}
.top-header .top-content{
    width: 100%;
    height: 50px;
    padding-left: 16px;
    padding-right: 16px;
    color: #ffffff;
}
.top-header .nav-left{
    width: 80%;
    float: left;
    height: 50px;
}

.top-header .nav-left img{
    height: 31px;
    border: 0;
    vertical-align: -8px;
    margin-left: 13px;
}
.top-header .nav-left span{
    display: inline-block;
    padding-left: 12px;
    font-size: 18px;
}
.top-header .nav-right{
    width: 20%;
    float: right;
}

.top-header .nav-right ul{
    float: right;
}
.top-header .nav-right ul li{
    float:left;
    font-size: 14px;
}
.top-header .nav-right ul li a{
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    height: 50px;
    display: block;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
}
.top-header .nav-right ul li a img{
    margin-right: 10px;
    vertical-align: -8px !important;
}
.top-header .nav-right ul li a span.active{
    display: none;
    color: #6bf3fc;
}

.top-header .nav-left ul li:hover{
    background: rgba(255, 255,255, 0.1);
}


.top-header .nav-left ul li{
    float:left;
    font-size: 14px;
}
.top-header .nav-left ul li a{
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    height: 50px;
    display: block;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
}
.top-header .nav-left ul li a img{
    margin-right: 10px;
    vertical-align: -8px !important;
}
.top-header .nav-left ul li a span.active{
    display: none;
    color: #6bf3fc;
}

.top-header .nav-left ul li:hover{
    background: rgba(255, 255,255, 0.1);
}

.top-header .nav-right .dropdown-menu .glyphicon{
    font-size: 16px;
    padding-right: 10px;
}
.circle{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}
.tx-right .name{
    text-align: right;
}
.top-header i.nav-right-admin{
    width: 24px;
    height: 29px;
    vertical-align: -8px;
    display: inline-block;
    margin-right: 16px;
    background: url("../../common/image/nav-admin.png") no-repeat;
    background-size: 24px 29px;
}
.top-header i.nav-right-menu{
    width: 29px;
    height: 29px;
    vertical-align: -8px;
    display: inline-block;
    margin-right: 16px;
    background: url("../../common/image/nav-menu.png") no-repeat;
    background-size: 29px 29px;
}
.top-header i.glyphicon-home{
    vertical-align: -4px;
    display: inline-block;
    margin-right: 16px;
    font-size: 24px;
}
.top-header i.glyphicon-off{
    vertical-align: -4px;
    display: inline-block;
    margin-right: 16px;
    font-size: 24px;
    padding-left: 10px;
    /*color: #e7515a;*/
}
.top-header i.nav-right-org{
    width: 29px;
    height: 29px;
    vertical-align: -8px;
    display: inline-block;
    margin-right: 16px;
    background: url("../../common/image/nav-org.png") no-repeat;
    background-size: 29px 29px;
}

.top-header  .nav-right .dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-family: "Microsoft YaHei";
    border: 1px solid #ddd;
    min-width: 140px;
}
.top-header  .nav-right .dropdown-menu li{
    width:100%;
    text-align: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.top-header  .nav-right .dropdown-menu li > a{
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}
.top-header .glyphicon-bell{
    font-size: 26px;
    padding-top: 12px;
}
.top-header .badge-default{
    background-color: #e7515a;
    color: #fff;
    font-family:"Microsoft YaHei";
    position: absolute;
    top: 8px;
    right: 8px;
    font-weight: 300;
    padding: 3px 6px;
}
@media screen and (max-width: 1100px) {
    .top-header{
        min-width: 1280px;
    }
    .top-header .top-content{
        padding-left: 0;
        padding-right: 0;
    }
    .top-header .nav-right ul li a img{
        display: none;
    }
    .top-header .nav-right ul li a{
        padding-left: 8px;
        padding-right: 8px;
    }
}
