* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
}
body {
    min-width: 1024px;
    position: relative;
}
ul,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

a {
    font-weight: 600;
    text-decoration: none;
    /* color: rgb(222, 216, 216); */
    color: #1f59c4;
    letter-spacing: 1.5px;
}
header {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
}

header>ul {
    /* width: 50%; */
    margin-right: 5%;
    height: 100%;
    float: right;
    overflow: hidden;
}

header>ul>li {
    height: 100%;
    margin: 0 12px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

header>ul>li>p {
    font-size: 16px;
    font-weight: bolder;
}

header>ul>li>span {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    margin-top: -10px;

}
.cut{
    margin-top: -1px;
}
.cut>p>a {
    font-weight: 900;
    font-size: 18px;
    color: #14298c;
    letter-spacing: 2px;
}

.cut>span {
    background-color: #14298c;
}

.text-filing{
    float: left;
        font-size: 14px;
        margin: 0px 0px 0px 6px;
        font-weight: normal;
        color: #939393;
}
.img-filing{
    float: left;
        width: 16px;
        height: 16px;
        margin-top: 2px;
}
.w100 {
    width: 100%;
}