/* 自定义样式 - 从HTML中提取的内联样式 */

#tl-bar {
    font-size: 12px;
    width: 100%;
    height: 34px;
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    font-family: Arial, "Microsoft Yahei";
    position: relative;
    z-index: 999;
}

#tl-bar .tl-top-nav {
    width: 1100px;
    height: 34px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

#tl-bar a.index {
    padding-right: 10px;
    display: flex;
    float: left;
    color: #555;
    padding-right: 2px;
    height: 34px;
    line-height: 34px;
}

#tl-bar .tl-top-nav .tb_tr {
    width: 160px;
    float: right;
    zoom: 1;
    position: relative;
    z-index: 99;
}

#tl-bar .tl-top-nav .tb_tr ul {
    width: 200px;
}

#tl-bar .tl-top-nav .tb_tr ul li {
    float: left;
    overflow: hidden;
    zoom: 1;
}

#tl-bar .tl-top-nav .tb_tr ul li a {
    float: left;
    color: #444;
    height: 34px;
    line-height: 34px;
}

#tl-bar .tl-top-nav .tb_tr ul li a em {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
    background: url(../images/top.gif) 0px -21px no-repeat;
}

#tl-bar .navBar .dh {
    padding: 6px 15px 0px 15px;
    display: block;
    position: absolute;
    left: 207px;
    height: 27px;
    cursor: pointer;
    z-index: 20;
    color: #555;
}

#tl-bar .navBar .dh em {
    width: 15px;
    height: 13px;
    float: left;
    background: url(../images/top.gif) -2px -41px no-repeat;
    margin-right: 6px;
}

#tl-bar .tl-bar_box {
    width: 400px;
    height: 207px;
    background: #fafafa;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    position: relative;
    top: 10px;
    left: 1px;
    z-index: 9999;
    display: none;
    padding-top: 18px;
    overflow: hidden;
    zoom: 1;
    height: 180px;
    text-align: left;
}

#tl-bar .tl-top-nav .tb_tr ul b {
    font-weight: normal;
    color: #e0e0e0;
    float: left;
    margin: 8px 14px 0px;
}
