.g-nav li {
    margin-left: 20px;}

@media only screen and (max-width: 1680px){
.g-nav li {
    margin-left: 20px;}
}
.xxbm .down{width:140px !important;}
.xxbm .down a{    font-size: 17px !important;}
.g-nav2 .scroll li{width: 20%;padding-right: 0px;}
.g-nav2 .scroll li:nth-child(4n){border-right:1px solid rgba(255,255,255,.24);}
.g-nav2 .scroll li:nth-child(6n){border-left:none;}
/*样式*/
.hd-t input::-webkit-input-placeholder { /* chrome/opera/safari */
    color: #ffffff;}
.hd-t input:-ms-input-placeholder { /* ie 10+ */
    color: #ffffff;}
.hd-t input:-moz-placeholder { /* firefox 18- */
    color: #ffffff;
    opacity: 1;}
.hd-t input::-moz-placeholder { /* firefox 19+ */
    color: #ffffff;
   opacity: 1;}

.fivebar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 499;
    box-shadow: var(--nvm-box-shadow-sm)
;}

.fivebar a {
    display: block;
    width: 20%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: .875em;
    height: 56px;
    line-height: 56px;
    background-color: #00276c;
    text-align: center
;}

.fivebar a:first-child {
    border-radius: 8px 0 0
;}

.fivebar a:last-child {
    border-radius: 0 8px 0 0
;}

.fivebar a:hover,.fivebar a.active {
    background: #2f50a0;
    color: #bd9f68;
    font-weight: 600;
    margin-right: 0
;}

.fivebar a.active {
    pointer-events: none
;}

@media (min-width: 1600px) {
    .fivebar {
        width:56px;}

    .fivebar a {
        right: 0;
        width: 56px
    ;}

     .fivebar a:first-child {
        border-radius: 8px 8px 0 0
    ;}

    .fivebar a:first-child:hover {
        border-top-left-radius: 8px!important
    ;}

    .fivebar a:last-child {
        border-radius: 0 0 8px 8px
    ;}

    .fivebar a:last-child:hover {
        border-bottom-left-radius: 8px!important
    ;}

    .fivebar a:hover {
        background: #0b318fd9;
        margin-right: 0;
        width: 76px;
        right: -20px;
        border-radius: 0 8px 8px 0
    ;}
}

@media (min-width: 768px) {
    .fivebar {
        position:fixed;
        bottom: unset;
        top: 50%;
        right: 0;
        height: 216px;
        transform: translateY(-50%);
        width: 56px;
        z-index: 499;
        box-shadow: var(--nvm-box-shadow-sm)
    ;}

    .fivebar a {
        position: absolute;
        right: -20px;
        display: block;
        margin: 0;
        color: #fff;
        font-size: 1.25em;
        height: 36px;
        line-height: 36px;
        background-color: #00276c;
        width: 76px;
        padding: 0 10px;
        text-align: left;
        transition: all .5s ease-in-out
    ;}

    .fivebar a:first-child {
        border-radius: 8px 0 0
    ;}

    .fivebar a:last-child {
        border-radius: 0 0 0 8px
    ;}

    .fivebar a:nth-child(1) {
        top: 0
    ;}

    .fivebar a:nth-child(2) {
        top: 36px
    ;}

    .fivebar a:nth-child(3) {
        top: 72px
    ;}

    .fivebar a:nth-child(4) {
        top: 108px
    ;}

    .fivebar a:nth-child(5) {
        top: 144px
    ;}
    
    .fivebar a:nth-child(6) {
        top: 180px
    ;}

    .fivebar a:hover {
        background: #0b318fd9;
        margin-right: 0;
        right: 0;
        border-radius: 8px 0 0 8px
    ;}
}
