.header {
    width: 100%;
    /*position: absolute;*/

    z-index: 33;

}

.header .navbar-brand {
    height: 77px;
    overflow: hidden; }

.header .nav_list .lv1 {
    /*border-bottom: 5px solid white;*/
    margin-right: 20px; }

/*.header .nav_list .lv1:not(:last-child):hover {*/
/*border-bottom: 5px solid #c01738; }*/

/*.header .nav_list .lv1:not(:last-child):hover > a {*/
/*color: inherit; }*/

.header .nav_list .lv1 > a {
    padding: 20px;
    padding-bottom: 13px !important; }

.header .nav_list .lv1.en {
    border-bottom: 0;
    margin-top: 10px;
    margin-right: 12px; }

.header .nav_list .lv1.en a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #c31938;
    box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.16);
    background: white;
    padding: 0 !important;
    text-align: center;
    line-height: 40px; }

.header .nav_list .lv1.li6 {
    margin-right: 30px; }

.header .navbar-nav {
    margin-top: 10px; }

.header .nav_list .lv2 {
    width: 100%;
    top: 67px; }

.header .nav_list .lv2 li {
    margin-top: 0;
    background: white; }

.header .nav_list .lv2 li:hover {
    background: #c01738; }

.header .nav_list .lv2 li:hover a {
    color: white; }

/****************foot******************/
.foot {
    padding-bottom: 60px;
    padding-top: 55px;
    background: #212121;
    color: white; }
.foot li {
    float: none; }
.foot .content {
    display: flex;
    justify-content: space-between; }
.foot p {
    font-size: 16px;
    font-weight: 600; }
.foot .lv1 {
    display: inline-block; }
.foot .lv1 .lv2 {
    margin-top: 30px; }
.foot .lv1 .lv2 li {
    line-height: 26px;
    float: none; }
.foot .lv1 .lv2 li a {
    color: #a6a6a6; }

.beizhu {
    background: #505050;
    font-size: 12px;
    color: #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px; }

@media (max-width: 768px) {
    .header {
        position: static; }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 11px; }

    .navbar-toggle {
        margin-top: 27px; }

    .header .navbar-collapse {
        float: none; }

    .header .nav_list .lv1.en {
        margin-top: 0;
        margin-right: 0;
        border-bottom: 5px solid white; }
    .header .nav_list .lv1.en a {
        display: inline;
        width: auto;
        height: auto;
        border-radius: inherit;
        color: indianred;
        box-shadow: none;
        line-height: inherit; }

    .header .navbar-default .navbar-nav > li {
        margin-right: 0;
        margin-bottom: 0; }

    .header .nav_list .lv1.li6 {
        margin-right: 0; }

    .header .nav_list .lv1:not(:last-child):hover {
        border-bottom: 5px solid white; }

    .foot {
        padding-bottom: 50px;
        padding-top: 50px;
        background: #212121;
        color: white;
        text-align: center;
        font-size: 14px;
        line-height: 31px;


    }



}

/*# sourceMappingURL=public.css.map */
