.header .logo {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 100%;
    text-align: center
}

.header .h_right {
    width: 100%;
    height: 76px;
    border-top: 1px dashed #dedede
}

.header .right {
    height: 100%
}

.header .right .h_icon {
    margin-left: 31px;
    width: 21px;
    height: 100%;
    line-height: 72px;
    cursor: pointer
}

.header .right .h_icon a, .header .right .h_icon div {
    display: block;
    height: 100%
}

.header {
    text-align: center
}

.g_member #header {
    position: static
}

#header {
    position: relative;
}

#header .index_wrapper_1680 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 86px;
    margin-top: 16px;
    margin-bottom: 16px
}

#header .h_left {
    /*width: 620px;*/
    display: flex;
    flex-wrap: nowrap;
    flex-basis: auto !important;
}

/*.default_nav_style .n_item {*/
/*    margin-right: 5%;*/
/*}*/

.default_nav_style .n_item > a {
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 20px;
}

/*.default_nav_style .n_item>a:hover{border-bottom:solid 1px #222;}*/
.default_nav_style .small_nav_sec .nav_sec_item a,
.default_nav_style .small_nav_sec .nav_sec_item dt a {
    font-size: 14px;
    font-weight: 400;
}

#header .logo {
    flex: 0 0 16.666667%;
    text-align: center;
    max-width: 16.666667%;
    z-index: 999
}

#header .logo img {
    vertical-align: middle
}

#header .h_right {
    display: inline-flex;
    justify-content: flex-end;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

#header .h_right .h_icon_item {
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    width: 31px;
    height: 31px;
    vertical-align: middle
}

#header .h_right .h_icon_item a {
    display: block;
    height: 100%
}

#header .h_right .h_icon_search {
    background: url(../image/icon_search.png) no-repeat no-repeat;
    position: relative
}

#header .h_right .h_icon_search .h_search_form {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: 250px;
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #555;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all .4s
}

#header .h_right .h_icon_search .h_search_form .text {
    padding-left: 10px;
    width: 80%;
    height: 100%;
    background: 0 0;
    border: 0;
    box-sizing: border-box
}

#header .h_right .h_icon_search .h_search_form .sub_btn {
    width: 15%;
    height: 100%;
    background: url(../image/search_icon.png) no-repeat center/50% auto;
    border: 0;
    cursor: pointer
}

#header .h_right .h_icon_login {
    background: url(../image/icon_login.png) no-repeat no-repeat
}

#header .h_right .h_icon_lang {
    background: url(../image/icon_lang.png) no-repeat no-repeat;
    position: relative
}

#header .h_right .h_icon_lang .top_lang {
    display: block;
    height: 31px;
    width: 31px;
    line-height: 31px;
    font-size: 12px;
    text-align: center;
    font-family: Lato-Regular
}

#header .h_right .h_icon_lang .lang_choice {
    z-index: 999;
    background: #fff;
    width: 200px;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 9px 30px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: 4px;
    transition: all .4s ease 0s;
    max-height: 540px;
    overflow-y: auto;
}

#header .h_right .h_icon_lang .lang_choice::-webkit-scrollbar {
    display: none;
}

#header .h_right .h_icon_lang:hover .lang_choice {
    opacity: 1;
    z-index: 999
}

#header .h_right .h_icon_lang .lang_choice a {
    display: block;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#header .h_right .h_icon_inquiry {
    background: url(../image/icon_inquiry.png) no-repeat no-repeat
}

@media screen and (max-width: 991px) {
    #header {
        display: none
    }

    .index_wrapper_1680 {
        padding: 0 15px
    }

}


@media (max-width: 991px) {
    .header {
        top: 0 !important
    }

    .header .logo {
        height: auto
    }
}

