* {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

html, body {
    font-family: '微软雅黑','黑体',Arial, Helvetica, sans-serif;

}
.min_width{
    min-width: 1250px;
}
*, *:before, *:after {
    max-height: 100000px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

ul, ol {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #000
}

table {
    border-collapse: collapse;
    table-layout: fixed
}

input, textarea {
    outline: 0;
    border: 0
}

textarea {
    resize: none;
    overflow: auto
}

.left{
    float: left;
}
.right{
    float: right;
}
.clearfix {
    zoom: 1
}


.clearfix:after {
    content: "";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

a:hover{
    text-decoration: none;
    color: #000000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #fff;
    border: none;
}