.page_header {
    top: 0;
    width: 100%;
    background-color: #fff;
}
.header_components {
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.header_box{ 
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    justify-content: space-between;
    cursor: pointer;
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_left_div{ 
    margin-left: 15px;
}

.header_right li{ 
    border-right: 1px solid #9999;
    height: 22px;
    line-height: 22px;
    padding: 0px 10px 0px 10px;
}

.header_left {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.header_box_main_top_header{ 
    width: 100%;
}

.navigationBar {
    width: 100%;
    background-color: #cbf1f5;
    cursor: pointer;
}

.navigationBar_box {
    width: 100%;
    margin: auto;
    display: flex;
}

.navigationBar_box_left {
    width: 28%;
    text-align: right;
}

.navigationBar_box_left img {
    max-width: 250px;
}

.navigationBar_box_right {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.navigationBar_box_right div {
    display: flex;
    min-width: 135px;
    text-align: center;
    height: 82px;
}

.navigationBar_box_right_font,
.navigationBar_box_right_font_action {
    display: flex;
    flex-direction: column;
    width: 10%;
    align-items: center;
    line-height: 1.7;
    height: 100%;
    justify-content: center;
}

.navigationBar_box_right_font_action {
    color: #337ab7;
}

.navigationBar_box_right_font span,
.navigationBar_box_right_font_action span {
    font-size: 14px;
    color: gray;
}
.header_li{ 
    display: flex;
    align-items: center;
}
.header_li img{ 
    width: 18px;
    margin-right:2px;
}
