.component-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,.7);
    color: #ffffff;
}
.component-nav .navigator-container {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.component-nav .top-logo {
    float: left;
    margin: 20px 0 0;
    width: 120px;
    height: 40px;
}
.component-nav .top-logo a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    line-height: 40px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    -webkit-background-size: 120px 40px;
    background-size: 120px 40px;
}
.component-nav .top-nav {
    float: right;
    height: 100%;
}
.component-nav ol, .component-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.component-nav .top-nav-li {
    position: relative;
    float: left;
    margin: 0 10px;
    height: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.component-nav .top-nav-li .top-nav-a {
    text-align: left;
}
.component-nav .top-nav-li .top-nav-a {
    position: relative;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 80px;
    color: hsla(0, 0%, 100%, .5);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.component-nav .top-nav-sub {
    background: rgba(0,0,0, .7);
}
.component-nav .top-nav-sub {
    position: absolute;
    display: none;
    top: 80px;
    left: -8px;
    width: auto;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.component-nav .top-nav-sub .one-sub {
    display: block;
    padding: 0 18px;
    font-size: 14px;
    line-height: 32px;
    color: hsla(0, 0%, 100%, .5);
    text-align: left;
    transition: all .2s ease;
    white-space: nowrap;
}
.component-nav .top-nav-sub .one-sub {
    color: hsla(0, 0%, 100%, .5);
}
.component-nav .top-nav-sub .one-sub:first-child {
    padding: 5px 18px 0;
}
.component-nav .top-nav-li.separate-line {
    position: relative;
}
.component-nav .top-nav-li.separate-line s {
    position: absolute;
    right: 0;
    top: 30px;
    width: 1px;
    height: 20px;
    background: hsla(0,0%,100%,.4);
}