﻿

header {
    position: relative;
}

/*header top*/

.header-top {
    height: 45px;
    background-color: var(--default-color-1);
    position: relative;
    background-image: url(../../../Design/img/bg-header-top_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

    .header-top .container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .header-top .container .infor {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

    .header-top .infor .item:nth-child(1) {
        margin-right: 16px;
    }

    .header-top .infor .item.tel {
        padding-right: 0;
        background: unset !important;
    }

    .header-top .infor .item.tl .icon {
        width: 26px;
        height: 26px;
        background-color: #020B4F;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        margin-right: 10px;
    }

    .header-top .infor .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .header-top .infor .item.tel::before {
            display: none;
        }

        .header-top .infor .item::before {
            content: '';
            width: 1px;
            position: absolute;
            height: 21px;
            background-color: #ffffff80;
            right: 0;
        }

        .header-top .infor .item span {
            font-size: 15px;
            color: #fff;
        }

        .header-top .infor .item.tel section {
            color: var(--default-color-2);
            font-size: 15px;
        }

            .header-top .infor .item.tel section.sp a {
                font-family: OpenSB;
                font-size: 17.66px;
            }

        .header-top .infor .item.tel a {
            display: inline-block;
            font-family: OpenSB;
            color: #2A2F35;
            font-size: 15px;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
        }


/*header bottom*/
.header-bottom {
    height: 78px;
    z-index: 5;
    width: 100%;
    background-color: #F4F4F4;
    position: relative;
}

    .header-bottom.fixed {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 999999999999;
    }

    .header-bottom .container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .header-bottom .container .logo {
            transform: translateY(-21px);
            z-index: 2;
            transform: translate(7px, -21px);
        }

    .header-bottom.fixed .container .logo {
        transform: translateY(0);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .header-bottom.fixed .container .logo canvas {
            height: 76px;
        }
.header-bottom .list.l li:nth-child(1) a{
    padding-left: 0;
}
.header-bottom .list.l li:last-child a{
     /* padding-right: 0; */
}
.header-bottom .list.r li:nth-child(4) a {
    padding-right: 0;
}
.header-bottom .list.r li:first-child a{
    /* padding-left:0; */
}
    .header-bottom .list {
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        list-style: none;
    }
.sac{display:none}
        .header-bottom .list li {
            position: relative;
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            transition: all ease .5s;
            cursor: pointer;
            height: 100%;
            user-select: none;
        }

            .header-bottom .list li a {
                padding: 0 calc(24px /2);
                transition: all linear .2s;
                color: #000;
                font-size: 15px;
                display: flex;
                position: relative;
                align-items: center;
                height: 100%;
                overflow: hidden;
                justify-content: center;
                font-weight: bold;
            }

                .header-bottom .list li a::before {
                    left: 0;
                    content: '';
                    position: absolute;
                    bottom: -8px;
                    width: 100%;
                    height: 2px;
                    background-color: #022155;
                    transition: all linear .2s;
                }

                .header-bottom .list li a:hover::before {
                    bottom: 0;
                }

                .header-bottom .list li a:hover {
                    background-color: rgb(0 0 0 / 10%);
                    color: #022155;
                }

            .header-bottom .list li.btn-menu-rs {
                display: none;
                font-size: 22px;
            }

        .header-bottom .list .drop {
            position: absolute;
            top: calc(100% + 5px);
            left: 0;
            max-height: 0;
            z-index: 10;
            overflow: hidden;
            list-style: none;
            background-color: #fff;
            -webkit-transition: all ease-in .3s;
            -o-transition: all ease-in .3s;
            transition: all ease-in .3s;
            pointer-events: none;
        }

        .header-bottom .list li.hav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .header-bottom .list li.hav:hover::before {
                display: block;
            }

            .header-bottom .list li.hav::before {
                content: '';
                position: absolute;
                width: 100%;
                height: 8px;
                top: calc(100%);
                display: none;
                overflow-y: overlay;
            }

        .header-bottom .list li:hover .drop {
            padding: 5px 0;
            height: unset;
            max-height: 300px;
            pointer-events: all;
            -webkit-box-shadow: 0 0 8px 1px #00000078;
            box-shadow: 0 0 8px 1px #00000078;
        }

            /* width */
            .header-bottom .list li:hover .drop::-webkit-scrollbar {
                width: 7px;
            }

            /* Track */
            .header-bottom .list li:hover .drop::-webkit-scrollbar-track {
                background: transparent;
            }

            /* Handle */
            .header-bottom .list li:hover .drop::-webkit-scrollbar-thumb {
                background: #888;
            }


        .header-bottom .list .drop li {
            padding: 0;
        }

            .header-bottom .list .drop li a {
                white-space: nowrap;
                font-size: 13px;
                padding: 7px 12px;
                font-family: OpenSB;
                color: var(--blue-default);
                font-weight: normal;
                -webkit-transition: all ease .2s;
                -o-transition: all ease .2s;
                transition: all ease .2s;
            }

                .header-bottom .list .drop li a:hover {
                    background-color: var(--default-color-3);
                    color: #fff;
                }

.list-menu-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .infor .item.tel section::selection,
.header-top .infor .item.tel a::selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}
