﻿.div_NavBar {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #D2CFC9;
    /*background-color:#706879; color:white;*/
    /*border:1px solid red;*/
}
/*.div_NavBar:hover{background-color:black; color:white;}*/
.div_NavBar_hover {
    background-color: black;
    color: white;
}

.tb_nav {
    width: 100%;
    height: 100%;
    font-size: 14px; /*border:1px solid red;*/
    font-weight: bolder;
}

.td_systemName {
    width: 28%;
    font-size: 20px;
    font-weight: 600;
    /*text-align:center;*/
}

.td_dh { /*border:1px solid red;*/
    text-align: right;
}

    .td_dh div { /*display:flex;*/
        line-height: 48px; /*border:1px solid red;*/
        margin-left: 6%;
        float: left;
    }

        .td_dh div:hover {
            cursor: pointer; /*color:#1E5CB3;*/
            color: #059fe9;
        }

    .td_dh a:hover {
        cursor: pointer; /*color:#1E5CB3;*/
        color: #059fe9;
    }
    .a_login{list-style:none; text-decoration:none;}
    .a_login:hover{
        cursor: pointer; /*color:#1E5CB3;*/
        color: #059fe9;}
    .td_dh div a {
        color: white;
        font-weight: bolder;
        text-decoration: none;
    }

.div_MenuTwo {
    width: 100%; /*border:1px solid red;*/
    padding-top: 30px;
    font-size: 14px;
    padding-bottom: 40px;
    background-color: white;
    color: #7e7e7e;
    position: absolute;
    z-index: 2;
    display: none;
}

.menutoTitle {
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #000000;
    font-weight: bolder;
}

.tb_MenuTwo {
    width: 460px;
    line-height: 32px;
    margin-left: auto;
    margin-right: auto; /*border:1px solid red;*/ /*margin-left:38%;*/
    display: none;
}

.tr_title, .menu_One {
    font-size: 16px;
    font-weight: bolder;
    color: black;
}

.tb_MenuTwo a {
    text-decoration: none;
    color: #7e7e7e;
}

    .tb_MenuTwo a:hover {
        color: #059fe9;
    }

.menu_One:hover {
    color: #059fe9;
    cursor: pointer;
}
/*.menu_One_f:hover{
    color: #059fe9;
    cursor: pointer;
}*/

.li_Two:hover {
    color: #059fe9;
    cursor: pointer;
}

#tb_cpfw {
    height: 260px; /*border:1px solid red;*/
}

    #tb_cpfw > div {
        width: 160px;
        float: left;
        margin-left: 10px; /*border:1px solid red;*/
    }

        #tb_cpfw > div ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

    #tb_cpfw ul li {
        line-height: 32px;
    }

#tb_jjfa td { /*border:1px solid red;*/
    border-collapse: collapse;
}

.ul_jjfa {
    margin: 0;
    padding: 0;
    list-style: none; /*border:1px solid red;*/
}

    .ul_jjfa li:hover {
        color: #059fe9;
        cursor: pointer;
    }
