.nav_pc {
    width: 100%;
}
.nav_pc {
    padding: 0 40px;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 50px;
    transition: background-color 1s;
    background-color: #000000b8;
    border: 0px;
}

.nav_pc .logo {
    float: left;
    height: 100%;
    margin-right: 10px;
    padding: 0px;
}

.loginbox {
    position: fixed;
    display: block;
    width: 280px;
    height: 260px;
    top: 50%;
    margin-top: -195px;
    left: 50%;
    margin-left: -140px;
    background-color: rgba(255,255,255,0.9);
    z-index: 1042;
    border-radius: 5px;
    border: 2px solid #eee;
}

.loginbox .close-loginbox {
    width: 100%;
    margin-top: 15px;
    height: 50px;
    border-top: solid 1px rgba(0,0,0,0.1);
    color: #1f1f1f;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    display: block;
}

span.andisk_logo_text {
    line-height: 50px;
}

span.andisk_logo_small {
    font-size: 40px;
}
span.andisk_logo_text {
    font-family: impact;
}

span.andisk_gray {
    color: gray;
}

span.andisk_blue {
    color: rgb(0, 112, 192);
}

span.andisk_yellow {
    color: rgb(255, 192, 0);
}

.nav_pc .navbar-left, .nav_pc .navbar-right {
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -webkit--moz-box-pack: flex-start;
    box-pack: flex-start;
    height: 100%;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    display: flex;
}


.nav_pc .navbar-left li, .nav_pc .navbar-right li {
    height: 100%;
    display: list-item;
    text-align: -webkit-match-parent;
    position:static;
    width:auto;
}

.nav_pc .navbar-left li a, .nav_pc .navbar-right li a {
    display: block;
    height: 100%;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 1px;
    float:none;
    width: auto;
    margin: 0px;
}


.nav_pc .complete, .nav .product, .nav_pc .support {
    position: relative;
}

.nav_pc .complete .list, .nav_pc .product .list, .nav_pc .support .list {
    display: block;
    height: 100%;
    min-height:10px;
}


.nav_pc .complete ul, .nav_pc .complete ul li:hover, .nav_pc .complete.hover, .nav_pc .product ul, .nav_pc .product ul li:hover, .nav_pc .product.hover, .nav_pc .support ul, .nav_pc .support ul li:hover, .nav_pc .support.hover {
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.nav_pc .complete ul, .nav_pc .product ul, .nav_pc .support ul {
    width: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
    top: 100%;
}

.nav_pc .complete ul li a, .nav_pc .product ul li a, .nav_pc .support ul li a {
    display: block;
    width: 100%;
    line-height: 48px;
    height: 100%;
    padding: 0;
}


.nav_pc .navbar-right {
       justify-content: flex-end;
    margin-left: 0;
    position: absolute;
    right: 80px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
}

.nav_pc .navbar-left .agency a, .nav_pc .navbar-right .agency a {
    display: block;
    height: 40px;
    margin-top: 5px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    background: -webkit-linear-gradient(left,#00ac68,#58dc58);
    background: -o-linear-gradient(right,#00ac68,#58dc58);
    background: -moz-linear-gradient(right,#00ac68,#58dc58);
    background: linear-gradient(to right,#00ac68,#58dc58);
    border-radius: 3px;
    font-size: 16px;
}


.nav_pc .navbar-left li:hover,.nav_pc .navbar-right li:hover {
    background-color: rgba(0,0,0,0.5);
}

