@charset "utf-8";
/*µ¼º½À¸*/
.nav_menu,
.nav_menu ul,
.nav_menu ul li,
.nav_menu ul li a,
.nav_menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nav_menu #menu-button {
        margin-top: 100px;
        background: #F00;
        position: absolute;
        z-index: 99999;
    }

    .nav_menu:after,
    .nav_menu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .nav_menu #menu-button {
        display: none;
    }

.nav_menu {
    width: auto;
    line-height: 1;
    color:#fff;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #990B2C;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.nav_menu > ul > li {
    float: left;
    width:100px;
}

.nav_menu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    .nav_menu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

.nav_menu.align-center ul ul {
    text-align: left;
}

.nav_menu.align-right > ul > li {
    float: right;
}

.nav_menu.align-right ul ul {
    text-align: right;
}

.nav_menu > ul > li > a {
    padding: 16px 0px 16px 0px;
    text-decoration: none;
    text-transform: uppercase;
    color: #eee;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    text-align: center;
}

.nav_menu > ul > li:hover > a {
    text-align: center;
    color: #fff;
    background: #3488e2;
}

.nav_menu > ul > li.nav-has-sub > a {

}

    .nav_menu > ul > li.nav-has-sub > a::after {
        position: absolute;
        top: 35px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #990B2C;
        border-right: 1px solid #990B2C;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

.nav_menu > ul > li.nav-has-sub:hover > a::after {
    border-color: #990B2C;
}

.nav_menu ul ul {
    position: absolute;
    left: -9999px;
}

.nav_menu > ul > li > ul {
    border-top: 1px solid #FFF;
    z-index: 999;
}

.nav_menu li:hover > ul {
    left: auto;
}

.nav_menu.align-right li:hover > ul {
    right: 0;
}

.nav_menu ul ul ul {
    margin-left: 100%;
    top: 0;
}

.nav_menu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.nav_menu ul ul li {
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.nav_menu ul li:hover > ul > li {
    height: 44px;
}

.nav_menu ul ul li .a1 {
    height: 44px;
    line-height: 44px;
    padding: 0px 10px;
    width: 100px;
    background: #f1f1f1;
    text-decoration: none;
    color: #666;
    text-align: center;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-bottom: 1px dotted #ccc;
}
.nav_menu ul ul li .a2 {
    height: 44px;
    line-height: 18px;
    padding: 3px 10px;
    width: 100px;
    background: #f1f1f1;
    text-decoration: none;
    color: #666;
    text-align: center;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-bottom: 1px dotted #ccc;
}

    .nav_menu ul ul li:hover > a,
    .nav_menu ul ul li a:hover {
        color: #e99839;
        border-top: 1px solid #FFF;
    }

.nav_menu ul ul li.nav-has-sub > a::after {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.nav_menu.align-right ul ul li.nav-has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.nav_menu ul ul li.nav-has-sub:hover > a::after {
    border-color: #990B2C;
}