a {
    text-decoration: none;
}
.right {
    
width: 980px;
}
li, ol, ul {
    list-style: none;
}
dd{margin: 0;}
.filter {
    margin-bottom: 25px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cbcbcb;
}
.header_tit {
    position: relative;
    color: #333;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    padding-left: 13px;
}
.header_tit .box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    display: block;
    margin-top: -3px;
    background-color: #0b6cb8;
}
.header_tit .line {
    position: absolute;
    top: 50%;
    width: 1px;
    display: none;
    height: 18px;
    margin-top: -9px;
    margin-left: 8px;
    background-color: #b19163;
}

.table_con {
    margin-bottom: 20px;
    background-color: #f6f6f6
}

.table_1 {
    margin-top: 10px
}

.table_1 th {
    cursor: pointer
}

.table_1 .fixed_row {
    background-color: #f0f0f0
}
.table_1 tr th:first-child {
    border-left: 1px solid #0b6cb8;
}

table {
   
    text-indent: initial;
    border-collapse: collapse;
    border-spacing: 0;
}


.table_1 tr td,
.table_1 tr th {
    height: 50px;
    font-size: 15px;
    text-align: center;
}

.comp_selec_options>a:hover {
    background-color: #f5f5f5
}

.comp_selec_options .selec_empty {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 36px;
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
    background-color: #f5f5f5
}

.table_1 {
    margin-top: 15px;
    width: 100%
}

.table_1 .header {
    width: auto;
    position: static !important;
    background-position: center right;
    background-image: url(../images/ico/arrow_up_down.png)
}

.table_1 .header.headerSortUp {
    background-image: url(../images/ico/arrow_up2.png)
}

.table_1 .header.headerSortDown {
    background-image: url(../images/ico/arrow_down2.png)
}

.table_1 tr th {
    color: #fff;
    font-weight: 700;
    border-right: 1px solid #fff;
    background-color: #0b6cb8
}

.table_1 tr th:first-child {
    border-left: 1px solid #0b6cb8
}

.table_1 tr th:last-child {
    border-right: 1px solid #0b6cb8
}

.table_1 tr td {
    border: 1px solid #0b6cb8;
    color: #333
}

.table_1 tr.no_data td,
.table_no_data {
    font-size: 16px;
    color: #0b6cb8
}

.table_1 tr:hover td {
    background-color: #f3f3f3
}

.table_1 tr.loading td {
    border: none;
    height: 100px;
    background-color: #fff;
    background-position: center;
    background-image: url(../images/com/loading_01.gif)
}

.table_header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%
}

.body .banner,
.body .banner>img {
    position: relative
}

.table_header_fixed .table_1 {
    margin-top: 0
}

.table_header {
    height: 50px
}

.table_no_data {
    margin-left: 0;
    margin-right: 0;
    height: 60px;
    text-align: center;
    border: 1px solid #0b6cb8;
    line-height: 55px;
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif
}

.tabTip {
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
    color: #0b6cb8;
    line-height: 150%;
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif
}






    .filter {
        padding-top: 22px;
        padding-bottom: 5px;
        border-top: 1px solid #cbcbcb
    }
    
    .filter dl {
        margin-bottom: 17px;
    }
    
    .filter dl:after,
    .filter dl:before {
        content: "";
        display: table
    }
    
    .filter dl:after {
        clear: both
    }
    
    .filter dl dt {
        float: left;
        font-size: 18px;
        color: #333;
        line-height: 30px;
        font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
        width: 65px;
    }
    
    .filter dl dd a,
    .filter dl dd.noOrder a {
        line-height: 32px;
        text-align: center;
        font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
        *zoom: 1;
        cursor: pointer
    }
    
    .filter dl dd {
        float: left;
        width: 914px;
    }
    
    .filter dl dd a {
        width: 79px;
        display: inline-block;
        *
        display: inline;
        transition: all .15s linear 0s;
        -moz-transition: all .15s linear 0s;
        -webkit-transition: all .15s linear 0s;
        font-size: 16px;
        color: #666;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    
    .filter dl dd a.active,
    .filter dl dd a:hover {
        background: #0b6cb8;
        color: #fff
    }
    
    .filter dl dd a.padd {
        white-space: nowrap;
        width: auto;
        padding: 0 15px
    }
    
    .filter dl dd.noOrder {
        float: left;
        width: 785px
    }
    
    .filter dl dd.noOrder a {
        display: inline-block;
        *display: inline;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        font-size: 14px;
        color: #666;
        width: auto;
        padding: 0 22px
    }
    
    .filter dl dd.noOrder a.active {
        background: #0b6cb8;
        color: #fff
    }
    
    .filter_2 {
        *zoom: 1;
        margin: 20px -20px 20px -10px
    }
    
    .filter_2:after,
    .filter_2:before {
        content: "";
        display: table
    }
    
    .filter_2:after {
        clear: both
    }
    
    .filter_2 .comp_selec {
        float: left;
        margin: 10px;
        width: 198px;
        height: 36px;
        overflow: hidden;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #0b6cb8
    }
    
    .filter_2 .comp_selec,
    .filter_2 .comp_selec * {
        transition: all 50ms linear 0s;
        -moz-transition: all 50ms linear 0s;
        -webkit-transition: all 50ms linear 0s;
        -o-transition: all 50ms linear 0s
    }
    
    .filter_2 .comp_selec .sel_con {
        position: relative;
        float: left;
        width: 115px;
        height: 36px
    }
    
    .filter_2 .comp_selec .sel_con input {
        text-align: center;
        width: 85px;
        height: 36px;
        border: none;
        font-size: 14px;
        line-height: 36px;
        padding-left: 15px;
        color: #0b6cb8;
        padding-right: 15px
    }
    
    .comp_selec_options,
    .filter_2 .comp_selec:hover {
        border: 1px solid #0b6cb8
    }
    
    .filter_2 .comp_selec .btn {
        float: right;
        color: #fff;
        width: 83px;
        height: 36px;
        font-size: 14px
    }
    
    .filter_2 .comp_selec .option {
        display: none
    }
    
    .filter_2 .comp_selec:hover .sel_con input {
        color: #0b6cb8
    }
    














 .thc_list {
    *zoom: 1;
    width: 953px;
    padding-left: 28px;
    padding-top: 22px
}

.thc_list:after,
.thc_list:before {
    content: "";
    display: table
}

.thc_list:after {
    clear: both
}

.thc_list>li {
    float: left;
    height: 43px;
    width: 158px
}

.thc_list>li a {
    color: #333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
    line-height: 32px;
    -moz-transition: all .22s linear 0s;
    -webkit-transition: all .22s linear 0s;
    -o-transition: all .22s linear 0s;
    border-radius: 3px;
    padding-left: 22px;
    padding-right: 22px
}

.thc_list>li a:hover {
    color: #fff;
    background-color: #0b6cb8
}








    .lnfs_tab {padding: 0px;margin-top: 35px;}
    .lnfs_con{padding: 0px;}


   .lnfs_tab:after,
 .lnfs_tab:before {
    content: "";
    display: table
}

.lnfs_tab:after {
    clear: both
}

.lnfs_tab>li {
    text-align: center;
    width: 158px;
    height: 38px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    transition: all .15s linear 0s;
    -moz-transition: all .15s linear 0s;
    -webkit-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    margin-right: 20px;
    border-radius: 2px;
    font-size: 18px;
    color: #0b6cb8;
    line-height: 40px;
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
    border: 1px solid #0b6cb8
}

.lnfs_tab>li.active {
    color: #fff;
    background-color: #0b6cb8;
}

.lnfs_con {
    margin-top: 15px
}

.lnfs_con .img {
    text-align: center;
    font-size: 0;
    margin-top: 30px
}

.lnfs_con .lnfs_img {
    text-align: center;
    margin-top: 15px
}

.lnfs_con .filter {
    margin-top: 0
}

