html, body, div, applet, object, iframe,h1, h2, h3, h4, h5, h6,p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,textarea, ruby, section, summary,time, mark, audio, video,input,button{margin: 0;padding: 0;border: 0;}
input,textarea{ outline: none; }
input:focus,textarea:focus{border-color: none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a:hover{color:#405efe;}

/*常用样式*/

.ks-container{max-width:1200px;margin:0px auto 20px;position: relative;}
.ks-container::after{display:block;clear:both;content:'';}
.ks-col-19 .ids_connect{width:100%;float:left;text-align:center;}
.ks-col-19 .ids_connect p{line-height:26px;margin:10px 0;text-indent:2em;text-align:left;}
.ks-col-19 .ids_connect img{width:80%;margin:5px auto 15px;box-shadow:0px 0px 5px 0px #999;}
.ks-col-19 .ids_connect .combo-ico{width:100%;margin-bottom:20px;float:left;}

.ks-fl{
    float: left;
}
.ks-fr{
    float: right;
}
.ks-mt-5{
    margin-top:5px;
}
.ks-mt-10{
    margin-top:10px;
}
.ks-mt-15{
    margin-top:15px;
}
.ks-mt-20{
    margin-top:20px;
}
/*底部内边距20*/
.ks-pb-20{
    padding-bottom: 20px;
}
.ks-pt-5{
    padding-top:5px;
}
.ks-pt-10{
    padding-top:10px;
}
.ks-pt-15{
    padding-top:15px;
}
.ks-pt-20{
    padding-top:20px;
}
.ks-ml-5{
    margin-left:5px;
}
.ks-ml-10{
    margin-left:10px;
}
.ks-ml-15{
    margin-left:15px;
}
.ks-ml-20{
    margin-left:20px;
}
.ks-ml-30{
    margin-left:30px;
}
.ks-ml-40{
    margin-left:40px;
}
.ks-pl-5{
    padding-left:5px;
}
.ks-pl-10{
    padding-left:10px;
}
.ks-pl-15{
    padding-left:15px;
}
.ks-pl-20{
    padding-left:20px;
}
.ks-pl-30{
    padding-left:30px;
}
.ks-pl-40{
    padding-left:40px;
}
.ks-pr-10{
    padding-right:10px;
}
.ks-color--primary{
    color:#405efe;
}
.ks-color--title{
    color:#333;
}
.ks-color--info{
    color:#666;
}
.ks-color--gray{
    color:#999;
}
.ks-color--link{
    color:#1890ff;
}

/*文字大小*/
.ks-h1{
    font-size: 36px;
    font-weight: bold;
}
.ks-h2{
    font-size: 32px;
    font-weight: bold;
}
.ks-h3{
    font-size: 24px;
    font-weight: bold;
	width:100%;float:left;
}

.ks-h4{
    font-size: 18px;
    font-weight: bold;
}
.ks-h5{
    font-size: 16px;
    font-weight: bold;
}
.ks-h6{
    font-size: 14px;
    font-weight: bold;
}
.ks-h1-normal{
    font-size: 36px;
}
.ks-h2-normal{
    font-size: 32px;
}
.ks-h3-normal{
    font-size: 24px;
}
.ks-h4-normal{
    font-size: 18px;
}
.ks-h5-normal{
    font-size: 16px;
}
.ks-h6-normal{
    font-size: 14px;
}
/*字体加粗*/
.ks-fb{
    font-weight: bold;
}

/*标题*/
.ks-title{
    height:44px;
    line-height: 44px;
    overflow: hidden;
}
.ks-title__more{
    font-size: 14px;
    float: right;
}
.ks-title__name{
    float: left;
    font-size: 18px;
}
.ks-title__more a{
    color:#787878;
    
}
.ks-title .ks-tabs{
    display: inline-block
}

.ks-block--tall{
	height: 100px;
}
/*layout布局*/
.ks-row::after{
    display:block;
    clear:both;
    content:'';
}
@media screen and (max-width: 576px) {
    .ks-col-1{
        width: 4.16667%;
    }
    .ks-col-2{
        width: 8.33333%;
    }
    .ks-col-3{
        width: 12.5%;
    }
    .ks-col-4{
        width: 16.66667%;
    }
    .ks-col-5{
        width: 20.83333%;
    }
    .ks-col-6{
        width: 25%;
    }
    .ks-col-7{
        width: 29.16667%;
    }
    .ks-col-8{
        width: 33.33333%;
    }
    .ks-col-9{
        width: 37.5%;
    }
    .ks-col-10{
        width: 41.66667%;
    }
    .ks-col-11{
        width: 45.83333%;
    }
    .ks-col-12{
        width: 50%;
    }
    .ks-col-13{
        width: 54.16667%;
    }
    .ks-col-14{
        width: 58.33333%;
    }
    .ks-col-15{
        width: 62.5%;
    }
    .ks-col-16{
        width: 66.66667%;
    }
    .ks-col-17{
        width: 70.83333%;
    }
    .ks-col-18{
        width: 75%;
    }
    .ks-col-19{
        width: 79.16667%;
    }
    .ks-col-20{
        width: 83.33333%;
    }
    .ks-col-21{
        width: 87.5%;
    }
    .ks-col-22{
        width: 91.66667%;
    }
    .ks-col-23{
        width: 95.83333%;
    }
    .ks-col-24{
        width: 100%;
    }
    .ks-h3{
    	font-size: 18px;
    }
    .ks-block--tall{
    	height: 30px;
    }
}
@media screen and (min-width: 576px) {
    .ks-col-sm-1{
        width: 4.16667%;
    }
    .ks-col-sm-2{
        width: 8.33333%;
    }
    .ks-col-sm-3{
        width: 12.5%;
    }
    .ks-col-sm-4{
        width: 16.66667%;
    }
    .ks-col-sm-5{
        width: 20.83333%;
    }
    .ks-col-sm-6{
        width: 25%;
    }
    .ks-col-sm-7{
        width: 29.16667%;
    }
    .ks-col-sm-8{
        width: 33.33333%;
    }
    .ks-col-sm-9{
        width: 37.5%;
    }
    .ks-col-sm-10{
        width: 41.66667%;
    }
    .ks-col-sm-11{
        width: 45.83333%;
    }
    .ks-col-sm-12{
        width: 50%;
    }
    .ks-col-sm-13{
        width: 54.16667%;
    }
/*    .ks-col-sm-14{
        width: 58.33333%;
    }*/
    .ks-col-sm-15{
        width: 62.5%;
    }
    .ks-col-sm-16{
        width: 66.66667%;
    }
    .ks-col-sm-17{
        width: 70.83333%;
    }
    .ks-col-sm-18{
        width: 75%;
    }
    .ks-col-sm-19{
        width: 79.16667%;
    }
    .ks-col-sm-20{
        width: 83.33333%;
    }
    .ks-col-sm-21{
        width: 87.5%;
    }
    .ks-col-sm-22{
        width: 91.66667%;
    }
    .ks-col-sm-23{
        width: 95.83333%;
    }
    .ks-col-sm-24{
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .ks-col-md-1{
        width: 4.16667%;
    }
    .ks-col-md-2{
        width: 8.33333%;
    }
    .ks-col-md-3{
        width: 12.5%;
    }
    .ks-col-md-4{
        width: 16.66667%;
    }
    .ks-col-md-5{
        width: 20.83333%;
    }
    .ks-col-md-6{
        width: 25%;
    }
    .ks-col-md-7{
        width: 29.16667%;
    }
    .ks-col-md-8{
        width: 33.33333%;
    }
    .ks-col-md-9{
        width: 37.5%;
    }
    .ks-col-md-10{
        width: 41.66667%;
    }
    .ks-col-md-11{
        width: 45.83333%;
    }
    .ks-col-md-12{
        width: 50%;
    }
    .ks-col-md-13{
        width: 54.16667%;
    }
    .ks-col-md-14{
        width: 58.33333%;
    }
    .ks-col-md-15{
        width: 62.5%;
    }
    .ks-col-md-16{
        width: 66.66667%;
    }
    .ks-col-md-17{
        width: 70.83333%;
    }
    .ks-col-md-18{
        width: 75%;
    }
    .ks-col-md-19{
        width: 79.16667%;
    }
    .ks-col-md-20{
        width: 83.33333%;
    }
    .ks-col-md-21{
        width: 87.5%;
    }
    .ks-col-md-22{
        width: 91.66667%;
    }
    .ks-col-md-23{
        width: 95.83333%;
    }
    .ks-col-md-24{
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .ks-col-lg-1{
        width: 4.16667%;
    }
    .ks-col-lg-2{
        width: 8.33333%;
    }
    .ks-col-lg-3{
        width: 12.5%;
    }
    .ks-col-lg-4{
        width: 16.66667%;
    }
    .ks-col-lg-5{
        width: 20.83333%;
    }
    .ks-col-lg-6{
        width: 25%;
    }
    .ks-col-lg-7{
        width: 29.16667%;
    }
    .ks-col-lg-8{
        width: 33.33333%;
    }
    .ks-col-lg-9{
        width: 37.5%;
    }
    .ks-col-lg-10{
        width: 41.66667%;
    }
    .ks-col-lg-11{
        width: 45.83333%;
    }
    .ks-col-lg-12{
        width: 50%;
    }
    .ks-col-lg-13{
        width: 54.16667%;
    }
    .ks-col-lg-14{
        width: 58.33333%;
    }
    .ks-col-lg-15{
        width: 62.5%;
    }
    .ks-col-lg-16{
        width: 66.66667%;
    }
    .ks-col-lg-17{
        width: 70.83333%;
    }
    .ks-col-lg-18{
        width: 75%;
    }
    .ks-col-lg-19{
        width: 79.16667%;
    }
    .ks-col-lg-20{
        width: 83.33333%;
    }
    .ks-col-lg-21{
        width: 87.5%;
    }
    .ks-col-lg-22{
        width: 91.66667%;
    }
    .ks-col-lg-23{
        width: 95.83333%;
    }
    .ks-col-lg-24{
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .ks-col-xl-1{
        width: 4.16667%;
    }
    .ks-col-xl-2{
        width: 8.33333%;
    }
    .ks-col-xl-3{
        width: 12.5%;
    }
    .ks-col-xl-4{
        width: 16.66667%;
    }
    .ks-col-xl-5{
        width: 20.83333%;
    }
    .ks-col-xl-6{
        width: 25%;
    }
    .ks-col-xl-7{
        width: 29.16667%;
    }
    .ks-col-xl-8{
        width: 33.33333%;
    }
    .ks-col-xl-9{
        width: 37.5%;
    }
    .ks-col-xl-10{
        width: 41.66667%;
    }
    .ks-col-xl-11{
        width: 45.83333%;
    }
    .ks-col-xl-12{
        width: 50%;
    }
    .ks-col-xl-13{
        width: 54.16667%;
    }
    .ks-col-xl-14{
        width: 58.33333%;
    }
    .ks-col-xl-15{
        width: 62.5%;
    }
    .ks-col-xl-16{
        width: 66.66667%;
    }
    .ks-col-xl-17{
        width: 70.83333%;
    }
    .ks-col-xl-18{
        width: 75%;
    }
    .ks-col-xl-19{
        width: 79.16667%;
    }
    .ks-col-xl-20{
        width: 83.33333%;
    }
    .ks-col-xl-21{
        width: 87.5%;
    }
    .ks-col-xl-22{
        width: 91.66667%;
    }
    .ks-col-xl-23{
        width: 95.83333%;
    }
    .ks-col-xl-24{
        width: 100%;
    }
}
[class*=ks-col-]{
    float: left;
    box-sizing: border-box;
}
/*动画
[ks-animate]{
    opacity: 0;
}
按钮*/
.ks-button{
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    transition: .3s;
    color: #4158ca;
}
.ks-button+.ks-button{
    margin-left: 10px;
}
.ks-button:hover{
    border-color: #4158ca;
    background-color: #b6c2ff;
    color:#243ec6;
}
.ks-button--plain{
    border-color:#4158ca;
    color: #4158ca;
}
.ks-button--small{
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 15px;
    font-size: 12px;
}
/*蓝色背景按钮*/
.ks-button--primary{
    background-color: #405efe;
    border-color:#405efe;
    color:#fff;
}
.ks-button--primary:hover{
    background-color: #243ec6;
    border-color:#243ec6;
    color:#fff;
}
/*image*/
.ks-image{
    overflow: hidden;
}
.ks-image img{
    object-fit: cover;
    width:70px;
    height:70px;
}
.ks2-image img{
    width:200px;
}
.ks-image--contain img{
	object-fit: contain;
}

/*选项卡*/

/*默认风格*/
.ks-tabs{
    line-height: 44px;
}
.ks-tabs__item{
    padding: 0 20px;
    float: left;
    font-size: 14px;
    cursor: pointer;
}
.ks-tabs__item.active{
    position: relative;
    color:#f55d14;
}
.ks-tabs__item.active::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #f55d14;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ks-tab-pane{
    display: none;
}
/*朴素风格*/
.ks-tabs--plain .ks-tabs__item{
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    border-radius: 34px;
    background: #f6f6f6;
    position: relative;
    top: 5px;
}
.ks-tabs--plain .ks-tabs__item+.ks-tabs__item{
    margin-left: 10px;
}
.ks-tabs--plain .ks-tabs__item.active{
    background:url(../images/linear-horizontal.jpg) no-repeat;
    background-size: 100% 100%;
    color:#fff;
}
.ks-tabs--plain .ks-tabs__item.active::after{
    display: none;
}
/*轮播图*/
.ks-carousel{
    position: relative;
}
/*标签*/
.ks-tag{
    height: 22px;
    line-height: 22px;
    background: #fbebe6;
    color:#ed603a;
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

.ks-tag--warning{
    background:#fff4e4;
    color:#f48000;
}
.ks-tag + .ks-tag{
    margin-left: 5px;
}

    /* 单行显示 */
    .ks-ellipsis{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /*控制两行显示*/
    .ks-ellipsis-2{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        cursor:pointer;
    }
	 /*Cell单元格*/
     .ks-cell {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        box-sizing: border-box;
        width: 100%;
        padding: 10px 15px;
        overflow: hidden;
        color: #333333;
        font-size: 15px;
        line-height: 24px;
        background-color: #fff;
    }
    .ks-cell__title, .ks-cell__value {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
    .ks-cell__right-icon {
        margin-left: 5px;
        color: #969799;
    }
    .ks-cell__left-icon, .ks-cell__right-icon {
        min-width: 1em;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .ks-icon {
        position: relative;
        display: inline-block;
        font: normal normal normal 14px/1 "kst-icon";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    .ks-cell:not(:last-child)::after {
        position: absolute;
        box-sizing: border-box;
        content: ' ';
        pointer-events: none;
        right: 0;
        bottom: 0;
        left: 15px;
        border-bottom: 1px solid #ebedf0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    .more {
        float: right;
        font-size: 0.7rem;
        color: #575c60;
        background: url(../index/images/icon-right.png) no-repeat 100% 50%;
        background-size: 0.6rem 0.6rem;
        padding-right: 0.8rem;
    }
    .ks-cell img{
        width: 22px;
        height: 22px;
        margin-right: 5px;
    }
.ks-text--center {
    text-align: center;
}
.wsw-right-padd50{
	padding-left: 150px;
	padding-top:100px;
}
.wsw-right-padd50 p{
	line-height: 30px;
}
.wsw-line100{
	line-height: 100px;
}

.wsw-a{
	color: #fff;
    display: block;
    padding: 3px 5px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #fff;
    border-radius: 5px;
    float: left;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.wsw-right{
	text-align: right;
    margin-top: 20px;
    float: right;
}