
.dg_header {
    width: 100%;
    background: rgba(195, 19, 13, 0.8);
    position: absolute;
    z-index: 33;
}

.dg_container {
    width: 1200px;
    margin: 0 auto;
}

.left_logo {
    height: 110px;
    line-height: 110px;
    float: left;
}

.right_nav {
    float: right;
    height: 110px;
}

.dg_navitem {
    width: 150px;
    height: 100%;
    text-align: center;
    line-height: 110px;
    color: #fff;
    float: left;
}

.logomobilebtn {
    display: none;
}
@media (max-width: 1200px) {
    .dg_header {
        width: 100%;
        position: relative;
        z-index: auto;
        background: rgba(195, 19, 13);
    }
    .dg_container {
        width: 95%;
        margin-left: 2.5%;
    }
    .left_logo {
        line-height: 1;
        height: auto;
        padding: 15px;
        float: left;
        padding-left: 20px;
    }
    .left_logo img{
        height: 40px;
    }
    .right_nav{
        display: none;
    }
    .logomobilebtn {
        display: block;
        line-height: 70px;
        font-size: 30px;
        color: #fff;
        text-align: right;
        padding-right: 20px;
        float: right;

    }

}


#mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.logoshow {
    width: 100%;
    position: absolute;
    bottom: 50px;
}

.menutel {
    color: #C3130D;
    padding-top: 20px;
    text-align: left;
    padding-left: 20px;
}

.menutel a {
    color: #C3130D;
    font-size: 20px;
    display: block;
    padding-left: 5px;
}

a:hover, a:focus {
    text-decoration: none
}

.mobile-nav ul li a {
    color: #C3130D;
    display: block;
    padding: 1em 5%;
    border-bottom: 1px solid #C3130D;
    transition: all 0.2s ease-out;
    cursor: pointer;


}

.mobile-nav ul li a:hover {
    background-color: #C3130D;
    color: #ffffff;
}

.mobile-nav {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

.show-nav {
    transform: translateX(0);
}

.hide-nav {
    transform: translateX(220px);
}

/*侧滑关键*/
.mobile-nav-taggle {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background-color: #C3130D;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer
}