#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button
{
    padding: 0;
    margin: 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;
}
#cssmenu:after, #cssmenu ul:after
{
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu
{
    display: block;
}
#cssmenu #menu-button
{
    display: none;
}
#cssmenu #menu-line
{
    height: 2px;
    background: #035cb3;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#cssmenu>ul>li
{
    float: left;
    margin-right: 50px;
}
#cssmenu>ul>li>a
{
    color: #26282a;
    font-size: 16px;
    line-height: 40px;
    padding: 0 5px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}
#cssmenu>ul>li:hover>a, #cssmenu>ul>li.active>a
{
    color: #035cb3;
}
#cssmenu>ul>li.has-sub>a::after
{
    display: none;
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 1s ease;
    -moz-transition: border-color 1s ease;
    -ms-transition: border-color 1s ease;
    -o-transition: border-color 1s ease;
    transition: border-color 1s ease;
}
#cssmenu>ul>li.has-sub:hover>a::after, #cssmenu>ul>li.has-sub.active>a::after
{
    border-color: #000;
}/*??????*/
#cssmenu>ul>li>ul
{
    position: absolute;
    left: -9999px;
}
#cssmenu>ul>li:hover>ul
{
    left: auto;
}
#cssmenu>ul>li>ul>li
{
    height: 0;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -ms-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
#cssmenu>ul>li:hover>ul>li
{
    height: 40px;
}
#cssmenu>ul>li>ul>li>a
{
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #bcdcf1;
    font-size: 14px;
    background: #035cb3;
    border-top: 1px solid #0968c5;
    border-bottom: 1px solid #054c92;
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}
#cssmenu>ul>li:nth-child(2)>ul>li>a
{
    width: 190px;
}
#cssmenu>ul>li:nth-child(3)>ul>li>a
{
    width: 210px;
}
#cssmenu>ul>li:nth-child(5)>ul>li>a
{
    width: 150px;
}
#cssmenu>ul>li>ul>li>a:hover, #cssmenu>ul>li>ul>li>a.active
{
    color: #fff;
}
#cssmenu>ul>li>ul>li.has-sub>a::after
{
    display: none;
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    width: 2px;
    height: 2px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 1s ease;
    -moz-transition: border-color 1s ease;
    -ms-transition: border-color 1s ease;
    -o-transition: border-color 1s ease;
    transition: border-color 1s ease;
}
#cssmenu>ul>li>ul>li.has-sub:hover>a::after
{
    border-color: #000;
}/*??????*/
#cssmenu>ul>li>ul>li>ul
{
    position: absolute;
    left: -9999px;
    top: 0;
}
#cssmenu>ul>li>ul>li:hover>ul
{
    left: 181px;
}
#cssmenu>ul>li>ul>li>ul>li
{
    height: 0;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -ms-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}
#cssmenu>ul>li>ul>li:hover>ul>li
{
    height: 40px;
}
#cssmenu>ul>li>ul>li>ul>li>a
{
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #bcdcf1;
    font-size: 14px;
    background: #035cb3;
    border-top: 1px solid #0968c5;
    border-bottom: 1px solid #054c92;
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}
#cssmenu>ul>li>ul>li>ul>li>a:hover, #cssmenu>ul>li>ul>li>ul>li>a.active
{
    color: #fff;
}
