﻿* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    color: #333;
    font-size: 16px;
}

ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
b {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

table {
    border-collapse: collapse;
}

input,
select,
textarea,
button {
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.kstbbanner {
    font-size: 0;
    display: block;
}

.kstb_bg {
    width: 100%;
    background-color: #ffffff;
}

.d0h3 {
    float: left;
}

.searchbar {
    float: right;
}

.kstbsearchdiv {
    float: right;
    width: 330px;
    height: 40px;
    border-radius: 2px;
    position: relative;
}

.kstbsearchinput {
    float: left;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    width: 100%;
    height: 38px;
    text-indent: 10px;
    padding-right: 40px;
    font-size: 14px;
}

.kstbsearchbtn {
    width: 30px;
    height: 38px;
    background: url(../images/kstbsop.png) no-repeat 5px;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
}

.placetitle {
    width: 100%;
    margin: 30px 0;
    height: 60px;
    color: #333333;
    font-size: 18px;
    line-height: 60px;
}

.placetitle .subtitle {
    float: left;
    width: calc((100% - 10px)/5);
    margin-right: 5px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: url(../images/xt_06.png) center center no-repeat;
}
.placetitle .subtitle:last-child{margin-right:0;}
.placetitle .subtitle.active {
    position: relative;
    color: #fff;
    background: url(../images/xt_05.png) center center no-repeat;
}

.placetitle .subtitle.active::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #0055bf;
    font-size: 0px;
    line-height: 0px;
}

.kstbserdg {
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 20px 20px;
}

.kstbdotit {
    margin-bottom: 20px;
}

.kstbserdg .kstbdotit .kstbt1s.active {
    border-color: #21498b;
}

.kstbserdg .kstbdotit .kstbt1s.active a {
    color: #21498b !important;
}

.kstbserdg .kstbdotit .kstbt1s {
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    color: #333333;
    cursor: pointer;
}

.kstb-table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    table-layout: fixed;
}

.kstb-table tr td a.links {
    float: left;
    line-height: 60px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    padding-left: 50px;
    position: relative;
}

.rmfw tr td a.links {
    line-height: 60px;
}

.kstb-table tr td a.links::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #cccccc;
    border-radius: 50%;
}

.kstb-table .table-btn {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    height: 30px;
    width: 78px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #21498b;
    color: #21498b;
    border-radius: 4px;
    transition: all .3s ease;
}

.kstb-table th {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    background-color: #f1f4f6;
    text-align: left;
}

.kstb-table td {
    text-align: left;
    height: 60px;
    border-top: 1px solid #ededed;
}

.kstb-table th:nth-child(1) {
    padding-left: 50px;
}

.kstb-table td:nth-child(1),
.kstb-table th:nth-child(1) {
    width: 50%;
}

.kstb-table td:nth-child(2),
.kstb-table th:nth-child(2) {
    width: 15%;
    text-align: center;
}

.kstb-table td:nth-child(3),
.kstb-table th:nth-child(3) {
    width: 35%;
    text-align: center;
}

.kstb-table td:nth-child(4),
.kstb-table th:nth-child(4) {
    width: 10%;
    text-align: center;
}

.kstb-table tr:last-child td {
    border-bottom: 1px solid #ededed;
}

.kstb-table tr:hover,
.kstb-table tr:hover td a.links {
    background-color: #f0f9fd;
    color: #21498b;
}

.kstb-table tr:hover td a.links::before {
    background: #21498b;
}

.kstb-table tr a.table-btn:hover {
    background-color: #21498b;
    color: #fff;
    border: 0;
}

.kstbchoice {
    margin-bottom: 15px;
}

.kstbtypeall {
    float: left;
    width: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-right: 10px;
}

.kstbcheckall {
    float: left;
    background: #f0f9fd;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 4px;
    margin-right: 20px;
    color: #21498b;
}

.kstbselectcon {
    float: left;
    width: calc(100% - 195px);
}

.kstbselectcon li {
    float: left;
    font-size: 14px;
    cursor: pointer;
    color: #333333;
    letter-spacing: 1px;
    margin-right: 25px;
    position: relative;
    padding: 5px 0;
}

.kstbselectcon li a {
    font-size: 14px;
    /*font-size: 14px;
    padding: 5px 8px;*/
}

.kstblookmore {
    float: right;
    background: #f0f9fd;
    font-size: 14px;
    width: 80px;
    padding: 5px 8px;
    border-radius: 4px;
    margin-right: 20px;
    color: #21498b;
}

.kstbmorememu {
    float: right;
    font-size: 14px;
    width: 80px;
    padding: 5px 10px 5px 0;
    position: relative;
    border: 1px solid #d7d8dd;
    border-radius: 4px;
    white-space: nowrap;
}

.kstbmoretitle {
    display: block;
    text-align: center;
    color: #333;
    padding-right: 5px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kstbmoretitle:before {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    width: 13px;
    height: 10px;
    background: url(../images/kstb_icon_01.png) no-repeat;
    background-size: cover;
    transition: transform .3s ease;
}

.kstbmorememu.active .kstbmoretitle:before {
    transform: rotate(180deg);
}

.kstbmorememu .kstbmorelist {
    display: none;
    position: absolute;
    padding: 5px 0;
    width: 100%;
    top: 102%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(13, 28, 40, .2);
}

.kstbmorememu .kstbmorelist .kstbmoreitem {
    line-height: 33px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a2b40;
    display: block;
    font-size: 12px;
    text-align: center;
}

.kstbselectcon li.active a {
    font-weight: bold;
    color: #21498b;
    /*background: #f0f9fd;
    border-radius: 4px;*/
}

.kstbmorememu.active .kstbmorelist {
    display: block;
}

.kstbmorelist {
    display: none;
    position: absolute;
    padding: 5px 0;
    width: 100%;
    top: 102%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(13, 28, 40, .2);
}

.page {
    border: 1px solid #ececec;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.blplace {
    width: 100%;
    background: #edf1f4;
    padding: 0 20px;
}

.bltitle {
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
}

.bldd li {
    float: left;
    width: 14%;
    padding: 6px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.bldd li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bldd li.active a {
    font-weight: bold;
    color: #21498b;
}

.karea_box {
    width: 1000px;
    background: #edf1f4;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 20px;
    z-index: 22;
    top: 0;
    display: none;
}

.karea_close {
    width: 17px;
    height: 16px;
    background: url(../images/close_03.png) no-repeat;
    cursor: pointer;
    transition: .2s;
    position: absolute;
    top: 20px;
    right: 20px;
}

.karea_close:hover {
    transform: rotate(180deg);
}

.bgtc {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 19;
    background: rgba(0, 0, 0, .6);
    display: none;
}

@media screen and (max-width:768px) {
    .w1200,
    .kstbsearchdiv {
        width: 98%;
        margin: 0 auto;
    }
    .kstbserdg-c1 {
        overflow-x: scroll;
    }
    .d0h3 {
        float: none;
    }
    .searchbar {
        float: none;
        margin-top: 10px;
    }
    .placetitle {
        margin: 0 0 15px 0;
    }
    .kstbserdg {
        padding: 10px;
    }
    .kstbchoiceAll,
    .kstb-table,
    .page {
        width: 100%;
    }
    .kstb-table th{
    	line-height:inherit;
    }
    .kstb-table td:nth-child(2), .kstb-table th:nth-child(2){
    	width:20%;
    }
    .kstb-table td:nth-child(3), .kstb-table th:nth-child(3){
    	width:30%;
    }
    DIV.page-box{
    	width:100%;
    }
    DIV.page-box slot{
    	display:none;
    }
    .kstb-table tr td a.links{
    	padding-left:20px;
    	max-width:95%;
    }
    .kstb-table tr td a.links::before{
    	left:10px;
    }
    .kstb-table .table-btn:first-child{
    	margin-top:5px;
    }
    .kstb-table .table-btn{
    	margin-bottom:5px;
    }
    .kstbcheckall{
    	margin-right:10px;
    }
    .kstbselectcon li{
    	margin-right:10px;
    }
    .blplace {
        height: auto;
    }
    .bldd li {
        padding: 5px;
        font-size: 14px;
    }
}

.bldd li .nodo {
    color: #999;
    cursor: not-allowed;
}

.kstb-table .noclick {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    height: 30px;
    width: 78px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #ececec;
    color: #999999;
    border-radius: 4px;
    transition: all .3s ease;
    cursor: not-allowed;
}

.kstb-table tr:hover .noclick {
    background-color: none;
    color: #999999;
    border: 1px solid #ececec;
}