.navigation{position:fixed;width:100%;height:80px;background-color:#fff;z-index:10}
.navigation-logo {
    position: absolute;
    width: 263px;
    height: 80px;
    background-image: url("../../images/logo.png");
    z-index: 10
}
.navigation-menu {
    position: absolute;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #d4d3cc;
    min-width: 1200px
}
.navigation-menu-main {
    position: absolute;
    width: 100%;
    height: 80px;
    text-align: center
}
    .navigation-menu-main .link {
        display: inline-block;
        font-size: 18px;
        color: #000;
        width: 100px;
        height: 80px;
        line-height: 80px
    }
        .navigation-menu-main .link:hover {
            color: #ff6727 !important
        }
.navigation-menu-uac {
    position: absolute;
    height: 80px;
    line-height: 80px;
    right: 20px
}
    .navigation-menu-uac .sign-in, .navigation-menu-uac .sign-up {
        display: inline-block;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 2px
    }
    .navigation-menu-uac .sign-in {
        color: #ff6727;
        width: 73px;
        border: #ff6727 solid 1px;
        margin: 0 10px 0 0
    }
    .navigation-menu-uac .sign-up {
        color: #fff;
        width: 120px;
        border: #ff6727 solid 1px;
        background-color: #ff6727;
        margin: 0 20px 0 0
    }
.navigation-menu-main-sub {
    position: absolute;
    width: 100%;
    height: 850px !important;
    background-color: #fff;
    text-align: center;
    top: 81px;
    border-bottom: 1px solid #d4d3cc;
    z-index: 10;
    visibility: hidden;
}
    .navigation-menu-main-sub .column {
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }
        .navigation-menu-main-sub .column::before {
            position: absolute;
            width: 1px;
            height: 350px;
            content: "";
            background-color: #e0e0e0;
            margin: 50px 0 0 -102px
        }
        .navigation-menu-main-sub .column:nth-child(1)::before {
            display: none
        }
        .navigation-menu-main-sub .column .title {
            font-size: 14px;
            text-align: left;
            margin: 20px 0 10px 0px;
            text-align: center;
        }
        .navigation-menu-main-sub .column .link {
            display: block;
            height: 35px;
            line-height: 35px;
            font-size: 16px;
            text-align: left;
            padding: 0 0 0 0px;
            margin: 0 0 0 0px;
            text-align: center;
        }
            .navigation-menu-main-sub .column .link:hover {
                color: #ff6727 !important
            }




.navigation_index {
    width: 100%;
    padding:0px 0px 0px 0px;
    margin-bottom:10px;
}

.navigation-menu-main-sub_index {
    width: 100%;
    text-align: center;
    top: 81px;
}

    .navigation-menu-main-sub_index .column {
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }

        .navigation-menu-main-sub_index .column::before {
            position: absolute;
            width: 1px;
            height: 350px;
            content: "";
            background-color: #e0e0e0;
            margin: 50px 0 0 -102px
        }

        .navigation-menu-main-sub_index .column:nth-child(1)::before {
            display: none
        }

        .navigation-menu-main-sub_index .column .title {
            font-size: 14px;
            text-align: left;
            margin: 20px 0 10px 0px;
            text-align: center;
        }

        .navigation-menu-main-sub_index .column .link {
            display: block;
            height: 35px;
            line-height: 35px;
            font-size: 16px;
            text-align: left;
            padding: 0 0 0 0px;
            margin: 0 0 0 0px;
            text-align: center;
        }

            .navigation-menu-main-sub_index .column .link:hover {
                color: #ff6727 !important
            }