﻿* {
    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;
}

.kstb_bg {
    width: 100%;
    /* background-color: #f8f8f8; */
    margin-bottom: 20px;
}

.ss_martop1 {
    margin-top: -280px;
}

.topnavi {
    background: url(../images/kstbbanner.png) center no-repeat;
    height: 222px;
    margin-bottom: 40px;
    padding-top: 60px;
}

.kstbstatus {
    float: right;
}

.kstbstatus li {
    float: left;
    transition: .2s;
    width: 100px;
    padding: 10px 5px;
}

.kstbstatus li a {
    display: block;
    text-align: center;
    padding-top: 1px;
}

.kstbstatus li a i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 5px auto;
    border-radius: 50%;
}

.kstbstatus li a .i1 {
    background: #f2d300 url(../images/kstbtop_left.png) center center no-repeat;
}

.kstbstatus li a .i2 {
    background: #f2d300 url(../images/kstbtop_right.png) center center no-repeat;
}

.kstbstatus li a span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #f2d300;
    font-size: 16px;
    font-weight: bold;
}

.kstbblock {
    position: relative;
    width: 100%;
}

.kstbblock_white {
    width: 100%;
    background: #fff;
}

.kstbsearchdiv {
    float: right;
    width: 330px;
    height: 45px;
    margin: 10px 0;
    border-radius: 2px;
    position: relative;
}

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

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

.kstb_liuother {
    position: relative;
    width: 1200px;
    margin: 0px auto;
    padding: 0 0 30px;
    background: #fff;
}

.kstb_liu {
    position: relative;
    width: 1200px; 
    margin: 0px auto;
    padding: 20px 0 0px;
}

.kstbtab {
    font-size: 24px;
    display: inline-block;
    color: #057fe9;
    line-height: 36px;
    font-weight: bold;
    position: relative;
}

.kstbtab::after {
    content: "";
    position: absolute;
    bottom: -5px;
    background-color: #057fe9;
    width: 80%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.kstb_first {
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .09);
}

.kstb_first li {
    position: relative;
    float: left;
    transition: .2s;
    width: calc((100% - 40px)/3);
    padding: 0 10px;
    margin-top: 20px;
}

.kstb_first li:nth-child(3n+1) {
    margin-left: 0;
}

.kstb_first li:nth-child(3n) {
    margin-right: 0;
}

.kstb_imgtitle {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}
.kstb_h2 h2{color: #333; font-size: 24px;font-weight: bold; text-align: left; margin-bottom: 20px;}

.kstbitem {
    width: 1220px;
    margin-left: -10px;
    margin-right: -10px;
}

.kstbitem .item {box-shadow: 0 0 9px rgba(0, 0, 0, .09); margin: 0 10px; text-align: center; padding-bottom: 25px; margin-bottom: 5px;}
.kstbitem .item i{display: block;}
.kstbitem .item i img{width: 100%;}
.kstbitem .item b{display: block; height: 73px; font-size: 18px; padding: 25px 10px 0; margin: 0 auto 15px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.kstbitem .item span{display: inline-block; font-size: 16px;border: 1px solid #006eab; line-height: 35px; padding: 0 20px; border-radius: 15px; color: #006eab;}

.kstbitem li a {
    display: block;
    padding: 20px;
    padding-top: 1px;
}

.kstbitem ul {
    margin-bottom: 20px;
    padding: 0 5px;
}

.kstbitem1ul li {
    float: left;
    transition: .2s;
    width: calc((100% - 40px)/3);
    min-height: 120px;
    margin: 0 10px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 0 9px rgba(0, 0, 0, .09);
}

.kstbitem1ul li:hover {
    transform: translateY(-8px);
}

.kstbitem1ul li:nth-child(3n+1) {
    margin-left: 0;
}

.kstbitem1ul li:nth-child(3n) {
    margin-right: 0;
}

.licontent {
    height: 42px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.licontentb {
	display: inline-block;
    margin: 0 10px;
    border: 1px solid #0d98e5;
    border-radius: 4px;
    width: 83px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #057fe9;
}

.kstbitem .slick-dots {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.kstbitem .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    border-radius: 50%;
    padding: 0;
}

.kstbitem .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 2px;
}

.kstbitem .slick-dots .slick-active button {
    width: 34px;
    background-color: #057fe9;
    border-radius: 4px;
}

.kstbitem .slick-prev,
.kstbitem .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    margin-top: -35px;
}

.kstbitem .slick-prev {
    left: -70px;
}

.kstbitem .slick-next {
    right: -70px;
}

.kstbitem .slick-prev:before {
    background-position: 0 -36px;
}

.kstbitem .slick-next:before {
    background-position: -37px -36px;
}

.kstbitem .slick-prev.slick-disabled:before {
    background-position: 0 0;
    opacity: 1;
}

.kstbitem .slick-next.slick-disabled:before {
    background-position: -37px 0;
    opacity: 1;
}

.kstbserdg {
    position: relative;
    z-index: 2;
    background: #fff;

}

.kstbdotit {
    /* margin-bottom: 20px; */
}

.kstbserdg .kstbdotit .kstbt1s.active {
    border-color: #057fe9;
}

.kstbserdg .kstbdotit .kstbt1s.active a {
    color: #057fe9 !important;
}

.kstbserdg .kstbdotit .kstbt1s {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-right: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    color: #333333;
    cursor: pointer;
}
.kstbserdg-content{    padding: 20px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);}

.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: 25px;
    position: relative;
}

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

.kstb-table tr td a.links::before {
    content: "";
    position: absolute;
    left: 10px;
    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 #057fe9;
    color: #057fe9;
    border-radius: 4px;
    transition: all .3s ease;
}

.kstb-table .table-btns {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    height: 30px;
    width: 78px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid rgb(189 193 198);
    color: #999;
    border-radius: 4px;
    transition: all .3s ease;
}

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

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

.kstb-table td:nth-child(2) {
    width: 20%;
}

.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: #057fe9;
}

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

.kstb-table tr:hover .table-btn {
    background-color: #057fe9;
    color: #fff;
    border: 0;
}

.kstbchoice {
    margin-bottom: 15px;
}

.kstbtypeall {
    float: left;
    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: #057fe9;
}

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

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

.kstbselectcon li a {
    font-size: 14px;
}

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

.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: 7px;
    background: url(../images/kstb_icon.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: #057fe9;
}

.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;
}

.kstbitem {
    margin-top: 10px;
    margin-bottom: 20px;
}

.kstbitem h3 {
    height: 250px;
    margin: 0 10px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

.kstbitem .slick-next {
    background: url(../images/fjt1_05.png) no-repeat;
    width: 63px;
    height: 63px;
}

.kstbitem .slick-prev {
    background: url(../images/fjt2_03.png) no-repeat;
    width: 63px;
    height: 63px;
}

.kstbitem .slick-prev.slick-disabled {
    opacity: 0.5;
}

.kstbitem .slick-next.slick-disabled {
    opacity: 0.5;
}

.kstbitem22 li a {
    overflow: hidden;
    height: 146px;
    padding: 20px;
}

.kstbitem li a .itp {
    float: left;
    width: 86px;
    height: 86px;
    background: #057fe9;
    border-radius: 50%;
    text-align: center;
    line-height: 86px;
    margin-top: 6px;
}

.kstbitem li a .itp img {
    vertical-align: middle;
}

.kstbitem li a .em-text {
    float: left;
    width: calc(100% - 86px);
    padding-left: 20px;
    text-align: left;
}

.em-text .em1 {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.em-text .em2 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kstb_first {
    padding: 10px 30px 30px;
}

.kstb_first a {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kstb_first a:before {
    position: absolute;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -2px;
    background: #bfbfbf;
}

.kstb_first li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kstb_liuother {
    padding-top: 10px;
}

.kstb_news{box-shadow: none;}
.kstb_news a{float: left; width: 75%;}
.kstb_news .b-date{float: right; color: #999; font-size: 14px;}


.foldpanel dt,.foldpanel dd{border-bottom:0 solid #ccc;margin:0}
        .foldpanel dt{clear: both; background:url(../images/icon_ylbx_slideUp.png) 92% center #f8f8f8 no-repeat;cursor:pointer;padding:15px 4px;font-size:18px;font-weight:700;padding-left:20px;border-bottom:4px solid #fff}
        .foldpanel dt.active{background-image: url(../images/icon_ylbx_slideDown.png); background-color: #ecfbff; color: #006eab;}
        
        .foldpanel .txt{ float: left;}
        .foldpanel .btn{ float: right;}

        .foldpanel .txt a{display:block;line-height:45px;padding-left:65px; color: #666; transition:all .7s ease 0s; background: url(../images/icon_dd2.png) 45px center no-repeat;}
        .foldpanel .txt a:hover{color:#fff; color: #006eab; background-image: url(../images/icon_dd2_hover.png);}

        .foldpanel .btn .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 #057fe9;
            color: #057fe9;
            border-radius: 4px;
            transition: all .3s ease;
        }
        .foldpanel .btn a.table-btn:hover {
            background-color: #057fe9;
            color: #fff;
            border: 0;
        }
        .foldpanel dd li{clear: both;}
        #my-foldpanel dd{display:none}
        
        /* .slick-list{overflow:unset} */

        .news-items{display: flex; justify-content: space-between; align-items: center;}
        .news-items a{display: block; padding: 20px;box-shadow: 0 0 8px rgb(0 0 0 / 10%);}

        .kstbchoiceAll dl{margin-bottom:25px; overflow: hidden;}
        .kstbchoiceAll dl dt{float: left;font-size: 16px;font-weight: bold; color: #333;}
        .kstbchoiceAll dl dd{float: left;}
        .kstbchoiceAll dl dd a{margin-right: 15px;}

        .sxlb-hd{margin-bottom: 20px;}
        .sxlb-hd .tb_hd{font-size: 16px;font-weight: bold; color: #333;}
        .sxlb-hd .top-tips em{font-weight: bold; padding: 0 5px; color: #057fe9;}

@media screen and (max-width:1440px) {
	.topnavi {
	    margin: 20px 0;
	}
}
@media screen and (max-width:1200px) {
    .w1200,
    .kstb_liuother,
    .kstb_liu,
    .kstbitem,
    .kstbitem ul,.kstb_first,.kstb_first li{
        width: 98%;
        margin: 0 auto;
    }
    .kstb_first li{
    	margin-top:10px;
    }
    .ss_martop1{
    	margin-top: -5px;
    }
    .ss_martop1 .w1200{
    	width: 100%;
    }
    .kstbsearchdiv{
    width: 98%;margin: 10px 1%;
    }
    .topnavi {
    height: auto;
    margin-bottom: 0;
    margin-top: 0; 
    background: linear-gradient(to bottom, #03448e, #3b81c1);;
}
.kstbselectcon{
	width: calc(100% - 110px);
	padding-right:5px;
}
.kstbselectcon li{
	margin-right: 10px;
}
.kstbmorememu{
	width: 60px;
}
.kstbcheckall{
	padding: 0px 8px;
	padding-top:5px;
	margin-right: 5px;
}
.kstb-table td:nth-child(1) {
    width: 67%;
}
.kstb-table td:nth-child(2) {
    width: 33%;
}
    .kstbserdg .kstbdotit .kstbt1s{
    	width: 30%;
    	margin-right: 2%;
    }
    .kstbserdg {
        overflow-x: scroll;
    }
    .kstbitem .slick-prev,
    .kstbitem .slick-next {
        display: none !important;
    }
    .kstbitem1ul li {
        width: 98%;
        margin: 10px auto !important;
    }
    .piaochuang2{
    display:none !important;
    }
}