.top {
    background: rgba(4, 121, 229, .8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 108px;
    z-index: 9999;
}

.top .left-img {
    width: 400px;
    position: absolute;
    left: 110px;
    top: 0;
    display: flex;
}

.top .right-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* margin-left: 800px; */
    padding: 0;
    margin-bottom: 0;
}
.top .left-img .left-text {
    height: 108px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 13px;
}
.top .left-img .left-text h1 {
    font-size: 30px;
    font-weight: 550;
    color: #f8d407;
}
.top .left-img .left-text p {
    font-size: 25px;
    margin: 0;
    color: #fff;
}

.tab-list, .tab-list a {
    color: #fff;
    text-decoration: none;
}
.tab-list {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.top .right-tab li .icon-bg01 {
    width: 28px;
    height: 28px;
    background: url('/images/ico_nav_01.png') no-repeat 0 0;
}
.link-active .icon-bg01 {
    background: url('/images/ico_nav_01_hover.png') no-repeat 0 0 !important;
}
.top .right-tab li .icon-bg02 {
    width: 28px;
    height: 28px;
    background: url('/images/ico_nav_02.png') no-repeat 0 0;
}
.link-active .icon-bg02 {
    background: url('/images/ico_nav_02_hover.png') no-repeat 0 0 !important;
}
.top .right-tab li .icon-bg03 {
    width: 28px;
    height: 28px;
    background: url('/images/ico_nav_03.png') no-repeat 0 0;
}
.link-active .icon-bg03 {
    background: url('/images/ico_nav_03_hover.png') no-repeat 0 0 !important;
}
.top .right-tab li .icon-bg04 {
    width: 28px;
    height: 28px;
    background: url('/images/ico_nav_04.png') no-repeat 0 0;
}
.link-active .icon-bg04 {
    background: url('/images/ico_nav_04_hover.png') no-repeat 0 0 !important;
}
.top .right-tab li .icon-bg05 {
    width: 28px;
    height: 28px;
    background: url('/images/ico_nav_05.png') no-repeat 0 0;
}
.link-active .icon-bg05 {
    background: url('/images/ico_nav_05_hover.png') no-repeat 0 0 !important;
}
.top .right-tab li .icon-bg06 {
    width: 28px;
    height: 28px;
    background: url('/images/ico_nav_06.png') no-repeat 0 0;
}
.link-active .icon-bg06 {
    background: url('/images/ico_nav_06_hover.png') no-repeat 0 0 !important;
}
.top .right-tab li .tab-text {
    height: 16px;
    line-height: 16px;
    margin-left: 5px;
    padding-right: 30px;
}
.top .right-tab .line {
    width: 2px;
    height: 16px;
    background: #5892db;
}
.top .right-tab .link-active .tab-text {
    color: #f8d407;
    margin-left: 5px;
    padding-right: 30px;
}
.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}