.header {
    height: auto;
    max-width: 1920px;
    margin: auto;
    position: fixed;
    z-index: 500;
    background-color: #fff;
    z-index: 500;
    left: 0;
    right: 0;
    /* box-shadow: 0 0 10px #ccc; */
}

.header-top {
    height: 40px;
    width: 100%;
    line-height: 40px;
    margin: auto;
    background-color: #f4f4f4;
}

.header-border {
    height: 1px;
    width: auto;
    border-bottom: 1px solid #333;
}

.active-border {
    position: absolute;
    top: 48px;
    height: 3px;
    width: 32px;
    left: 34px;
    display: none;
    background-color: #3788de;
}

.two-border {
    left: 28px;
    width: 45px;
}

.two-border,
.three-border,
.four-border,
.five-border,
.sex-border {
    left: 22px;
    width: 59px;
}
/* 未登录头部显示部分 */
.header-login {
    display: block;
    color: #666;
    font-size: 12px;
    width: 1200px;
    margin: auto;
    text-align: right;
}

    .header-login > a:nth-child(1), .header-login > a:nth-child(3) {
        color: #666;
        margin: 0 5px;
    }

    .header-login > a:nth-child(3) {
        margin: 0 18px 0 5px;
        color: #e14829;
    }
/* 登陆成功后头部显示部分 */
.header-welcom {
    display: none;
    /* display: block; */
    color: #fff;
    font-size: 14px;
    width: 1200px;
    margin: auto;
    text-align: right;
}

.header-welcom-show {
    display: block;
    color: #666;
    font-size: 14px;
    width: 1200px;
    margin: auto;
    text-align: right;
}

.header-welcom > span {
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    /*background: url("/static/img/header/b70.png") center center no-repeat;*/
    background-position: 0 0;
}

.header-welcom > a {
    color: #02a7f0;
    margin-right: 28px;
    margin-left: 5px;
}

.header-balance {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.header-balance-span {
    position: absolute;
    top: -1px;
    left: 9px;
    color: #fff;
    background-color: #ff0000;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 8px;
}
/* 头部导航 */
.header-bottom {
    width: 1200px;
    height: 90px;
    margin: auto;
    /* box-shadow: 0 2px 10px 3px #ccc; */
    /* z-index: 100; */
}

    .header-bottom img {
        height: 58px;
        width: 210px;
        margin-top: 16px;
        cursor: pointer;
    }

.header-bottom-p {
    height: 3px;
    width: 50px;
    position: absolute;
    background: linear-gradient(to right,#fff 0%,#3788de 50%,#fff 100%);
    left: 27px;
    top: 31px;
    /* box-shadow: 0 0 10px #fff; */
}

.header-nav {
    position: absolute;
    display: inline-block;
    /*margin-left: 349px;*/
    font-size: 16px;
    min-width: 800px;
    margin-left: 90px;
}

    .header-nav > li {
        float: left;
        height: 90px;
        width: 130px;
        text-align: center;
        line-height: 90px;
        cursor: pointer;
        position: relative;
    }

    .header-nav > li > a {
        display:block;
        width:100%;
        height:100%;
        color: #333;
    }

    .header-nav > li:hover .hove {
        color: #02a7f0;
    }

    .header-nav > li:hover .active-border {
        display: block;
    }

ul.select-ul {
    box-shadow: 0 0 10px #999;
    background-color: #fff;
}

    ul.select-ul > li {
        height: 60px;
        width: 100px;
        text-align: center;
        line-height: 60px;
        cursor: pointer;
        display: none;
    }

        ul.select-ul > li > a {
            color: #333;
        }

.select-opeing:hover ul.select-ul > li {
    display: block;
}

ul.select-ul > li:hover .select-hove {
    color: #02a7f0;
}

ul.select-ul > li:hover {
    /* background-color: 3887dd; */
}

div.header-welcom-show {
    cursor: pointer;
}

.select-opeing:hover {
    background-color: #f4f4f4;
}

label.loginout {
    color: #e14829;
    margin-right: 25px;
    margin-left: 15px;
    cursor: pointer;
}

    label.loginout:hover {
        color: #e14829;
    }

label.this-img {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    font-weight: 600;
}

.head-introduction {
    height: 60px;
    width: 100%;
    background:url("/static/img/header/header-bg.png") center center no-repeat;
    color: #fff;
}

.label-img {
    display: inline-block;
    height: 60px;
    width: 40px;
    vertical-align: initial;
}

.head-introduction-span {
    display: inline-block;
    position: relative;
    width: 200px;
}

    .head-introduction-span > h3 {
        font-size: 16px;
        position: absolute;
        top: -26px;
        left: 15px;
    }

    .head-introduction-span > p {
        font-size: 14px;
        position: absolute;
        top: 1px;
        left: 15px;
    }

.head-introduction > ul {
    text-align: center;
}

    .head-introduction > ul > li {
        display: inline-block;
    }
