@charset "UTF-8";header {
    height: 90px;
    line-height: 90px;
    background: rgba(0,0,0,.2);
    color: #fff;
}

.t_logo_div {
    height: 100%;
    margin-left: 35px;
    float: left;
}

.t_logo_div .t_logo_img {
    max-height: 80%;
}

.t_functional_area {
    float: right;
    display: flex;
    align-items: center
}

.t_functional {
    position:relative;
    float: left;
    min-width: 150px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.t_functional a {
    display: block
}

.t_functional_area .t_functional img {
    margin-right: 5px;
    margin-bottom: 2px
}

.t_functional a {
    padding: 0 10px
}

.t_functional a:hover,.t_functional.on a {
    background-color: rgba(0,0,0,.2);
    color: #fff
}

.t_bai {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.t_bai .t_functional:hover {
    background-color: #da251d;
    opacity: 1;
    color: #fff
}

.t_bai .t_functional:hover a {
    color: #fff
}

.on_other {
    color: #fff;
    background-color: #da251d
}

.languageBox:hover .selected-op{display:block;}
.selected-op {
    position: absolute;
    width: 100%;
    line-height: 180%;
    background: #ffffff;
    color: #666666;
    padding: 10px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none;
    z-index: 999;
}
.selected-op a{padding: 0;height: 36px;line-height: 36px;}
.selected-op a:hover{color: #333333;background: #f8f8f8;font-weight: bold;}




