@charset "utf-8";

.header .welcome{
    display: none;
}
.header .navis {
    position: fixed; left: 0; right: 0; top: 0; z-index: 10000;
}
.header .navis .logo img {
    height: 80%;
}
.header .time03 {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.header .navis ul {
    display: flex;
    /*text-align: center;*/
}
.header .navis ul li:not(.login-reg){
    float: left;
    margin: 0 10px;
    position: relative;
    flex: 1;
}
.header .headerNav-btn{ display: block; line-height: 100px;}
/*.header .navis ul li:after{ content: ''; display: block;  width: 0; position: absolute; left: 50%; bottom: 0; height: 2px; background-color: #12c0ff; transition: all .3s ease-out 0s; -webkit-transform: translateX(-50%); transform: translateX(-50%);}*/
/*.header .navis ul li:hover .headerNav-btn{ color: #12c0ff;}*/
/*.header .navis ul li:hover:after{ width: 100%;}*/
.header .navis ul li[class='active']:after{ width: 100%;}
.header .navis ul li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #000;
}

.header .header-nav .login-reg {
    margin-left: 1.6vw;
    display: inline-block;
    font-size: .8vw;
    text-align: right;
    float: right;
}


@media screen and (min-width: 768px) {
    .header .navis .logo {
        height: 80px;
        line-height: 80px;
        padding: 0px 15px;
        cursor: pointer;
        display: block;
    }
    .header .navis ul {
        height: 80px;
        display: flex;
        text-align: center;
        align-items: center;
    }
    .header .navis ul li a {
        font-size: 50px;
    }
}
@media screen and (min-width: 992px) {
    .header .navis ul li a {
        font-size: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .header .welcome{
        display: block;
        line-height: 34px;
        padding-left: 8px;
        background-color: #2979ff;
        color: #fff;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10000;
    }
    .header .time03 {
        background-color: #fff;
    }
    .header .navis {
        top: 34px;
    }
    .header .navis .logo {
        height: 60px;
        line-height: 60px;
        padding: 0px;
        display: block;
    }
    .header .navis .menus  {
        text-align: right;
        padding-right: 25px;
        line-height: 56px;
    }
    .header .navis img  {
        width: 30%;
    }
    .header .navis .logo img {
        width: 20%;
        height: 80%;
    }
    .iconfont {
        color: #fff;
        font-size: 32px !important;
        background-color: #2979ff !important;
        border-radius: 4px !important;
    }
}





