﻿.pubmaster
{

}
.pubhead {
    position:fixed;
    z-index:99;
    left:0;
    top:0;
    right:0;
    height: 0.7rem;
    background-color:#FFF;
    box-shadow: 0px 2px 3px rgba(204,204,204,0.3);
    display:flex;
    justify-content:space-between;
}
    .pubhead .logo {
        padding-top: 0.1rem;
        padding-left: 0.1rem;
    }
        .pubhead .logo img {
            display: block;
            height: 0.5rem;
        }
    .pubhead .lang{
        display:flex;
        padding-top:0.15rem;
    }
        .pubhead .lang a {
            display: block;
            padding-left: 0.24rem;
            color: #0a2463;
            background-image: url(/img/pimg/langon.png);
            background-repeat: no-repeat;
            background-size: 0.2rem 0.2rem;
            background-position: left center;
            height: 0.4rem;
            line-height: 0.4rem;
            font-size: 0.18rem;
        }
    .pubhead .menu {
        margin-top: 0.15rem;
        margin-right: 0.1rem;
        width: 0.4rem;
        height: 0.4rem;
        background-image: url(/img/mimg/menu.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 0.4rem 0.4rem;
    }
.pubfoot {
    background-color: #2d2d35;
    color: #FFF;
    text-align:center;
    line-height:0.3rem;
    padding:0.1rem 0;
}
    .pubfoot a {
        color: #FFF!important
    }
    /*****/
    .menumain {
        display: none;
        position: fixed;
        z-index: 100;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        color: #FFF;
        overflow: hidden;
        background-color: #003466;
        user-select: none;
    }
    .menumain a{
        color:#FFF!important;
        line-height:0.6rem;
        font-size:0.16rem;
        display:block;
    }
        .menumain .fsta {
            font-size: 0.2rem;
            border-bottom: 1px solid #194976;
            padding-left: 0.18rem;
            position: relative;
        }
        .menumain .fsta::before {
            content: "";
            width: 6px; 
            height: 6px;
            border-radius: 2px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 0.27rem; 
        }
    .menumain .menuul {
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
        margin-top: 0.2rem;
    }
    .menumain .menuli {
    }
    .menumain .menunm {
        line-height: 0.6rem;
        font-size: 0.2rem;
        border-bottom: 1px solid #194976;
        padding-left: 0.18rem;
        position: relative;
        background-image: url(/img/mimg/jtd.png);
        background-repeat: no-repeat;
        background-position: right 0.1rem center;
        background-size: 0.2rem 0.2rem;
    }
    .menumain .menunmon {
        background-image: url(/img/mimg/jtt.png);
    }
.menumain .menunm::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.27rem;
}
    .menumain .menuchild {
        display: none;
        padding: 0 0.2rem;
    }
        .menumain .menuchild a {
            padding-left: 0.18rem;
            position: relative;
            line-height:0.5rem;
        }
        .menumain .menuchild a::before {
            content: "";
            width: 6px;
            height: 2px;
            border-radius: 1px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 0.24rem;
        }
.closemenu {
    position: absolute;
    z-index: 3;
    top: 0.15rem;
    right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
    background-image: url(/img/mimg/closemenu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.4rem 0.4rem;
}