header {
    width: 100%;
    min-height: 101px;
    background: #FFFFFF;
    display: flex;
    padding: 0 80px;
    box-sizing: border-box;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
}

header .logo {
    display: block;
    width: 190px;
    height: 40px;
    margin-top: 30px;
}

header ul {
    width: 960px;
    min-height: 100px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

header ul li {
    width: 120px;
    min-height: 100px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    overflow: hidden;
}

header ul li a img {
    margin-left: 5px;
}

header ul li .more-list {
    display: none;
}

header ul .choice {
    width: 120px;
    /* height: 300px; */
    display: flex;
    flex-direction: column;
    z-index: 2;
}

header ul .choice .more-list {
    display: block;
    width: 120px;
    /* height: 210px; */
    padding-bottom: 10px;
    animation: wrapper-gradient 0.3s linear;
    z-index: 1;
}

@keyframes wrapper-gradient {

    0% {

        margin-top: -200px;

    }

    100% {

        margin-top: 0;

    }

}

header ul .choice .more-list li {
    width: 100%;
    height: 50px;
    min-height: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 50px;
    text-align: center;
}

header ul .choice .more-list li:hover a {
    font-weight: 400 !important;
    color: #000;
}

header ul .choice .more-list li a {
    width: 100%;
    height: 50px;
    color: #666666;
}

header ul li a {
    width: 100%;
    height: 100px;
    color: #000000;
    position: relative;
    z-index: 8888888;
    background-color: #fff;
}

header ul li .code {
    position: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li .code img {
    position: inherit;
}

header ul li a img {
    position: absolute;
    right: 10px;
    top: 50px;
}

header ul li .big-wx {
    display: none;
}

header ul .choice .big-wx {
    display: block;
    width: 80px;
    height: 120px;
}

header ul .choice .big-wx p {
    width: 100%;
    height: 24px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.header-flow {
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 0;
}