.dropbtn {
    FONT-FAMILY: Helvetica, Microsoft YaHei, SimHei;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    height: 39px;
    line-height: 39px;
    display: block;
    padding: 0px 25px 0px 25px;
    text-transform: uppercase;
}

.dropbtn_o {
    FONT-FAMILY: Helvetica, Microsoft YaHei, SimHei;
    font-weight: bold;
    font-size: 15px;
    color: #eb212e;
    text-decoration: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
    height: 39px;
    line-height: 39px;
    display: block;
    padding: 0px 25px 0px 25px;
    text-transform: uppercase;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #141414;
    min-width: 250px;
    z-index: 99999;
}

    .dropdown-content a {
        FONT-FAMILY: Helvetica, Microsoft YaHei, SimHei;
        font-weight: 100;
        font-size: 14px;
        color: #ffffff;
        text-align: left;
        text-decoration: none;
        padding: 12px 16px;
        display: block;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #141414;
    }

        .dropdown-content a:hover {
            color: #ffffff;
            background-color: rgba(235, 33, 46, 1);
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    font-weight: bold;
    color: #eb212e;
}


.menu_dot {
    width: 68px;
}

.line {
    font-family: Helvetica, Microsoft YaHei, SimHei;
    font-weight: 100;
    font-size: 17px;
    color: #80a330;
}










.collapsible {
    background-color: #d61820;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 40px;
    height: 40px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    background-image: url(../images/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
}

    .menuActive, .collapsible:hover {
        background-image: url(../images/menu_o.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #d61820;
    }

    .collapsible:after {
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.menuActive:after {
}

.menu_content {
    padding: 0 0px;
    margin: 10px 0px 0px 0px;
    max-height: 0;
    height: 500px;
    overflow-y: scroll;
    transition: max-height 0.2s ease-out;
    text-align: left;
}


.lxmenu {
    FONT-FAMILY: arial, Microsoft YaHei, SimHei;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    background-color: #141414;
    padding: 10px 10px 10px 10px;
    display: block;
}

    .lxmenu:link {
        color: #ffffff;
        text-decoration: none;
    }

    .lxmenu:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .lxmenu:hover {
        FONT-FAMILY: arial, Microsoft YaHei, SimHei;
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
        background-color: #eb212e;
    }

.lxmenu_o {
    FONT-FAMILY: arial, Microsoft YaHei, SimHei;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    background-color: #eb212e;
    padding: 10px 10px 10px 10px;
    display: block;
}

    .lxmenu_o:link {
        color: #ffffff;
        text-decoration: none;
    }

    .lxmenu_o:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .lxmenu_o:hover {
        FONT-FAMILY: arial, Microsoft YaHei, SimHei;
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
        background-color: #eb212e;
    }


.lxsubmenu {
    FONT-FAMILY: arial, Microsoft YaHei, SimHei;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    background-color: #141414;
    padding: 10px 10px 10px 20px;
    display: block;
    border-bottom-color: #141414;
    border-bottom-style: solid;
    border-width: 1px;
}

    .lxsubmenu:link {
        color: #ffffff;
        text-decoration: none;
    }

    .lxsubmenu:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .lxsubmenu:hover {
        FONT-FAMILY: arial, Microsoft YaHei, SimHei;
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
        background-color: rgba(235, 33, 46, 1);
    }

.lxsubmenu_o {
    FONT-FAMILY: arial, Microsoft YaHei, SimHei;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(235, 33, 46, 1);
    padding: 10px 10px 10px 20px;
    display: block;
    border-bottom-color: #141414;
    border-bottom-style: solid;
    border-width: 1px;
}

    .lxsubmenu_o:link {
        color: #ffffff;
        text-decoration: none;
    }

    .lxsubmenu_o:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .lxsubmenu_o:hover {
        FONT-FAMILY: arial, Microsoft YaHei, SimHei;
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
        background-color: rgba(235, 33, 46, 1);
    }











.menu {
    width: 100%;
    height: 39px;
    text-align: center;
    background-color: #141414;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.menu_bar {
    width: 100%;
    height: 14px;
    text-align: center;
    display: none;
}

.menu_respon_bg {
    position: fixed;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 10px 10px;
    text-align: right;
    right: 0px;
    z-index: 31;
}

.menu_respon {
    position: relative;
}

.submenu_la {
    background-color: rgba(235, 33, 46, 1);
    display: block;
    padding: 10px 10px 10px 10px;
    text-align: right;
}




@media (min-width: 800px) {

    .menu_respon_bg {
        width: 55%;
        display: none;
    }

    .menu_respon {
        width: 100%;
    }
}

@media (min-width: 1200px) {
}

@media screen and (max-width: 1160px) {
    .menu {
        display: none;
    }

    .menu_bar {
        display: block;
    }

    .menu_respon_bg {
        width: 55%;
        top: 60px;
        display: block;
    }

    .menu_respon {
        width: 100%;
    }

    .submenu_la {
        display: none;
    }
}


@media screen and (max-width: 920px) {

    .menu_respon_bg {
        top: 10px;
        width: 55%;
        display: block;
    }

    .menu_respon {
        width: 100%;
    }

    .submenu_la {
        display: block;
    }
}



@media screen and (max-width: 800px) {

    .menu_respon_bg {
        top: 10px;
        width: 55%;
        display: block;
    }

    .menu_respon {
        width: 100%;
    }

    .submenu_la {
        display: block;
    }
}

@media screen and (max-width: 582px) {

    .menu_respon_bg {
        top: 100px;
        width: 95%;
        display: block;
    }

    .menu_respon {
        width: 100%;
    }

    .submenu_la {
        display: block;
    }
}
