#new-tbkc .btns::before,
#new-tbkc .fix-nav .con ul li.active::before,
#new-tbkc .banner .banner-wrap ul li::before,
#new-tbkc .top-desc .video-wrap::before,
#new-tbkc .top-desc .video-wrap .btn-zui-wrap .btn-wrap::before,
#new-tbkc .top-desc .video-wrap .btn-zui-wrap .btn-wrap::after,
#new-tbkc .top-desc .text-wrap p:nth-child(1)::before,
#new-tbkc .top-desc .text-wrap::after,
#new-tbkc .people .list-wrap>div::before,
#new-tbkc .people .list-wrap>div ul li::before,
#new-tbkc .solve-problem-wrap .solve-problem ul li::before,
#new-tbkc .peoples::before,
#new-tbkc .peoples .hover-cons .left-title li::after,
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li .btn-box a::after,
#new-tbkc .thr-liang-wrap::before,
#new-tbkc .thr-liang-wrap .thr-liang .wrap .wrap-list div ul li::before,
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li::before, 
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li::after, 
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li p:nth-child(1)::before, 
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li:nth-child(odd) p:nth-child(3)::before, 
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li:nth-child(even) p:nth-child(3)::before, 
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li p:nth-child(3)::after,
#new-tbkc .fangshi-wrap::before,
#new-tbkc .fangshi-wrap .fangshi ul li::before,
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl dt::before,
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl dd:last-child::after,
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li::after,
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li p:nth-child(1)::before,
#new-tbkc .school-wrap::before,
#new-tbkc .school-wrap::after,
#new-tbkc .school-wrap .school .country-tab-top ul .active::before,
#new-tbkc .school-wrap .school .school-cont .school-box ul li::before,
#new-tbkc .news-wrap .news::before,
#new-tbkc .news-wrap .news::after,
#new-tbkc .news-wrap .news .con .con-box-wrap .tit-wrap::before,
#new-tbkc .news-wrap .news .con .con-box-wrap .tit-wrap::after,
#new-tbkc .baozhang-wrap div p:nth-child(1)::before,
#new-tbkc .baozhang ul li::before,
.footer-top-bg .cont .text-cont ul.right>li:nth-child(1) ul li .hover-wrap>div::before,
.footer-top-bg .cont .text-cont ul.right>li:nth-child(1) ul li .little-red-book>div ul li p:nth-child(1)::before{
    content: "";
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
header nav .nav li .same a,
header nav .nav>li:nth-child(1) a{
    font-size: 16px !important;
}
header nav .nav li a.home{
   font-weight: bold;
    padding: 13px 0px 16px 0px!important;
}
#new-tbkc .fix-nav{
    display: none;
    z-index: 4;
    box-shadow: 0 4px 4px 0 #c0c0c040;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
}
#new-tbkc .fix-nav .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
#new-tbkc .fix-nav .con>a{
    display: block;
    width: 111px;
    height: 32px;
}
#new-tbkc .fix-nav .con>a img{
    width: 100%;
}
#new-tbkc .fix-nav .con ul{
    display: flex;
    align-items: center;
}
#new-tbkc .fix-nav .con ul li.active{
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    position: relative;
}
#new-tbkc .fix-nav .con ul li.active::before{
    margin: auto;
    left: 0;
    right: 0;
    bottom: 13px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/nav-active.png);
    width: 20.5px;
    height: 5px;
    background-size: 100% 100%;
}
#new-tbkc .fix-nav .con ul li{
    margin-left: 52px;
    cursor: pointer;
}
#new-tbkc .fix-nav .con ul li,
#new-tbkc .fix-nav .con ul li a{
    padding: 23px 0;
    font-size: 16px;
    color: #262626;
}
#new-tbkc .hiddens{
    display: none;
}
#new-tbkc .banner p,
#new-tbkc .banner h5{
    color: #fff;
}
#new-tbkc .mbx a,
#new-tbkc .mbx span{
    font-size: 14px;
}
#new-tbkc .banner .banner-wrap,
#new-tbkc .mbx,
#new-tbkc .top-desc,
#new-tbkc .people,
#new-tbkc .peoples .people-cons,
#new-tbkc .solve-problem,
#new-tbkc .thr-liang-wrap .thr-liang,
#new-tbkc .tbfd-cont-wrap .tbfd-cont,
#new-tbkc .shouhuo-wrap .shouhuo,
#new-tbkc .school-wrap .school .school-cont,
#new-tbkc .news-wrap .news,
#new-tbkc .baozhang{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#new-tbkc .common-enter {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#new-tbkc .common-enter,#new-tbkc .common-leave {
    transition: opacity 1s,transform 1s,-webkit-transform 1s
}

#new-tbkc .common-leave {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}
#new-tbkc .top-enter p,#new-tbkc .top-enter p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#new-tbkc .top-leave p,#new-tbkc .top-leave p {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}
#new-tbkc .title-wrap{
    text-align: center;
}
#new-tbkc .title-wrap p{
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
}
#new-tbkc .title-wrap p:nth-child(1){
    color: #262626;
    font-weight: bold;
    font-size: 34px;
}
#new-tbkc .title-wrap p:nth-child(2){
    color: #5B5B5B;
    font-size: 16px;
}
#new-tbkc .title-wrap p:nth-child(3){
    display: inline-block;
    width: 73px;
    height: 4px;
    background-color: #FFD409;
}
#new-tbkc .btns{
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 250px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #3d3d3d;
    border-radius: 29px;
    background: #FFD409;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
#new-tbkc .btns::before{
    width: 20px;
    height: 75px;
    transform: rotate(20deg);
    top: -9px;
    left: 0;
    background-color: rgba(255,255,255,.52);
    animation: formright .8s linear 0s infinite;
}
@keyframes formright{
    from{
        left: -58px;
    }
    to{
        left: 290px;
    }
}
#new-tbkc .btns a{
    display: block;
    color: #3d3d3d;
}
#new-tbkc .banner{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rxbsfd/banner-bg.png);
    padding: 65px 0 0 0px;
    height: 486px;
}
#new-tbkc .banner .banner-wrap ul li{
    padding-left: 35px;
    position: relative;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 28.5px;
}
#new-tbkc .banner .banner-wrap ul li::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/banner-icon3.png);
    width: 21.5px;
    height: 22px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#new-tbkc .banner .banner-wrap ul li span{
    font-size: 16px;
    color: #FFD409;
    font-weight: bold;
}
#new-tbkc .banner .tops{
    position: relative;
    margin-bottom: 68px;
}
#new-tbkc .banner img{
    height: 38px;
    margin-bottom: -50px;
}
#new-tbkc .banner h5{
    font-size: 65px;
    margin-bottom: 11.5px;
}
#new-tbkc .banner p{
    font-size: 20px;
}
#new-tbkc .block-bg{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_gkss/bg1.png);
}
#new-tbkc .mbx{
    margin-top: 24px;
    margin-bottom: 64px;
}
#new-tbkc .mbx a:first-child,
#new-tbkc .mbx span{
    color: #262626;
}
#new-tbkc .mbx span{
    margin:  0 10px ;
    display: inline-block;
}
#new-tbkc .mbx a:last-child{
    color: #595959;
}
#new-tbkc .top-desc{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 65px;
}
#new-tbkc .top-desc .video-wrap{
    width: 460px;
    position: relative;
}
#new-tbkc .top-desc .video-wrap video{
    border-radius: 8px ;
    width: 100%;
    height: 100%;
    /* height: 239px; */
}
#new-tbkc .top-desc .video-wrap::before{
    width: 302px;
    height: 152px;
    left: 37px;
    top: -40px;
    z-index: -1;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/one1.png);
}
#new-tbkc .top-desc .video-wrap .btn-zui-wrap{
    cursor: pointer;
    position: absolute;
    width: 48px;
    height: 48px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#new-tbkc .top-desc .video-wrap .btn-zui-wrap .btn-wrap{
    position: relative;
    width: 48px;
    height: 48px;
}
#new-tbkc .top-desc .video-wrap .btn-zui-wrap .btn-wrap img{
    width: 48px;
    height: 48px;
    z-index: 3;
    position: absolute;
}
#new-tbkc .top-desc .video-wrap .btn-zui-wrap .btn-wrap::before{
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 70px;
    border:1px solid rgba(255,255,255,.46);
    left: -12px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: vidoe-btn 1.5s linear 0s infinite;
}
#new-tbkc .top-desc .video-wrap .btn-zui-wrap .btn-wrap::after{
    width: 87px;
    height: 87px;
    position: absolute;
    border-radius: 87px;
    border:1px solid rgba(255,255,255,.46);
    left: -21px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: vidoe-btn1 1.5s linear 0s infinite;
}
@keyframes vidoe-btn {
	from {
        left: -12px;
        width: 70px;
        height: 70px;
		opcity: 1;
	}
	to {
        left: -28px;
		width: 100px;
		height: 100px;
		opacity: 0;
	}
}
@keyframes vidoe-btn1 {
	from {
        left: -21px;
        width: 87px;
        height: 87px;
		opcity: 1;
	}
	to {
        left: -36px;
		width: 117px;
		height: 117px;
		opacity: 0;
	}
}
#new-tbkc .top-desc .text-wrap{
    width: 700px;
    margin: 16px 0;
    position: relative;
}
#new-tbkc .top-desc .text-wrap::after{
    width: 378px;
    height: 57px;
    right: 122px;
    top: 2px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/one2.png);
}
#new-tbkc .top-desc .text-wrap p:nth-child(1){
    font-size: 22px;
    color:#262626;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
#new-tbkc .top-desc .text-wrap p:nth-child(1)::before{
    width: 45px;
    height: 45px;
    background-color: rgba(255,212,9,.20);
    left: -23px;
    top: -19px;
    z-index: -1;
    border-radius: 45px;
}
#new-tbkc .top-desc .text-wrap p:nth-child(2){
    font-size:14px;
    color:#5B5B5B;
    margin-bottom: 16px;
    margin-top: 11px;
}
#new-tbkc .top-desc .text-wrap p:nth-child(3){
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #FFD409;
    margin-bottom: 34px;
}
#new-tbkc .top-desc .text-wrap p:last-child{
    font-size: 16px;
    color: #18153C;
    line-height: 32.32px;
}
#new-tbkc .people{
    padding-bottom: 50px;
}
#new-tbkc .people .title-wrap{
    margin-bottom: 41px;
}
#new-tbkc .people .title-wrap p:nth-child(1){
    margin-bottom: 16px;
}
#new-tbkc .people .title-wrap p:nth-child(2){
    margin-bottom: 10px;
}
#new-tbkc .people .list-wrap>div:nth-child(1){
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 2;
}
#new-tbkc .people .list-wrap>div:nth-child(1):before{
    z-index: -1;
    width: 478px;
    height: 478px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
    left: 0;
    right: 4px;
    top: 53px;
    bottom: 0;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rxmsfd/pic2.png);
}
#new-tbkc .people .list-wrap>div ul{
    width: 590px;
}
#new-tbkc .people .list-wrap>div ul:last-child{
    padding-left: 115px;
}
#new-tbkc .people .list-wrap>div ul li{
    display: inline-block;
    position: relative;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    border-radius: 100px;
    line-height: 57px;
    padding: 0 24px 0 49px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #262626;
}
#new-tbkc .people .list-wrap>div ul li:last-child{
    margin-bottom: 24px;
}
#new-tbkc .people .list-wrap>div ul li::before{
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #FFB202;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 24px;
}
#new-tbkc .people .list-wrap>div ul li:hover{
    border: 1px solid #FFD409;
    background-color: #FFD409;
}
#new-tbkc .people .list-wrap>div ul li:hover::before{
    background-color: #262626;
}
#new-tbkc .people .list-wrap>div ul:nth-child(1) li:nth-child(1){
    margin-left: 29%;
}
#new-tbkc .people .list-wrap>div ul:nth-child(1) li:nth-child(2){
    margin-left: 74px;
}
#new-tbkc .people .list-wrap>div ul:nth-child(1) li:nth-child(3){
    margin-right: 50px;
}
#new-tbkc .people .list-wrap>div ul:nth-child(1) li:nth-child(4){
    margin-left: 21px;
}
#new-tbkc .people .list-wrap>div ul:nth-child(1) li:nth-child(5){
    margin-left: 71px;
}
#new-tbkc .people .list-wrap>div ul:nth-child(2) li:nth-child(1){
    margin-left: 3px;
}
#new-tbkc .people .list-wrap>div ul:nth-child(2) li:nth-child(2){
    margin-left: 76px;
}
#new-tbkc .people .list-wrap>div ul:nth-child(2) li:nth-child(3){
    margin-left: 98px;
}
#new-tbkc .people .list-wrap>div ul:nth-child(2) li:nth-child(5){
    margin-left: 38px;
}
#new-tbkc .solve-problem-wrap{
    padding: 36px 0 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rxmsfd/bg1.png);
}
#new-tbkc .solve-problem-wrap .solve-problem img{
    width: 313px;
    height: 49px;
    margin-bottom: 35px;
}
#new-tbkc .solve-problem-wrap .solve-problem ul{
    width: 840px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#new-tbkc .solve-problem-wrap .solve-problem ul li{
    width: 50%;
    position: relative;
    padding-left: 29px;
    margin-bottom: 16px;
    font-size: 18.46px;
    color: #fff;
}
#new-tbkc .solve-problem-wrap .solve-problem ul li::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rxmsfd/icon1.png);
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#new-tbkc .solve-problem-wrap .solve-problem ul li span{
    color: #FFD409;
    font-weight: bold;
}
#new-tbkc .peoples{
    position: relative;
    padding: 60px 0;
}
#new-tbkc .peoples::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_gkss/after2-1.png);
    background-size: 100% 100%;
    left: 81px;
    top: 77px;
    width: 253px;
    height: 248px;
}
#new-tbkc .peoples .title-wrap p:nth-child(2){
    margin: 18px 0 7px;
}
#new-tbkc .people-cons .hover-wrap{
    margin-top: 44px;
}
#new-tbkc .peoples .hover-cons{
    display: flex;
    justify-content: space-between;
}
#new-tbkc .peoples .hover-cons .left-title{
    width: 314px;
}  
#new-tbkc .peoples .hover-cons .left-title li{
    position: relative;
    width: 100%;
    height: 152px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
    color: #262626;
    font-weight: bold;
    border-radius: 8px;
    background: #F4F4F4;
    margin-bottom: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#new-tbkc .peoples .hover-cons .left-title li:last-child{
    margin-bottom: 0;
}
#new-tbkc .peoples .hover-cons .left-title li::after{
    margin: auto;
    top: 0;
    bottom: 0;
    right: -29px;
    width: 0;
    height: 20px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rxbsfd/icon1-1.png);
}
#new-tbkc .peoples .hover-cons .left-title li.active:after{
    width: 13.5px;
}
#new-tbkc .peoples .hover-cons .left-title li.active{
    color: #fff;
}
#new-tbkc .peoples .hover-cons .left-title li:nth-child(1).active{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rxbsfd/pic3-1.png);
}
#new-tbkc .peoples .hover-cons .left-title li:nth-child(2).active{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rxbsfd/pic3-2.png);
}
#new-tbkc .peoples .hover-cons .left-title li:nth-child(3).active{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rxbsfd/pic3-3.png);
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2){
    max-height: 504px;
    overflow-y: scroll;
    padding: 24px 3px 1px 29px;
    width: 845px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 32px rgba(114, 114, 114, 0.18);
}
/* 整个滚动条 */
#new-tbkc .peoples .hover-cons ::-webkit-scrollbar {
    /* 对应纵向滚动条的宽度 */
    width: 8px;
    /* 对应横向滚动条的宽度 */
    height: 10px;
}

/* 滚动条上的滚动滑块 */
#new-tbkc .peoples .hover-cons ::-webkit-scrollbar-thumb {
    background-color: #A6A6A6;
    height: 30px;
    border-radius: 32px;
}

/* 滚动条轨道 */
#new-tbkc .peoples .hover-cons ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 32px;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list{
    display: flex;
    flex-wrap: wrap;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li{
    padding: 24px 16px 13px 24px;
    width: 238px;
    height: 136px;
    flex-shrink: 0;
    border-radius: 8.25px;
    background: #F7F9FD;
    margin-right: 32px;
    margin-bottom: 24px;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li:nth-child(3n){
    margin-right: 0;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li p:nth-child(1){
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 12px;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li p:nth-child(2){
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 8px;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li .btn-box{
    position: relative;
    height: 38px;
    overflow: hidden;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li .btn-box img{
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    margin-bottom: 4px;
    display: block;
    border-radius: 35px;
    box-shadow: 0 4px 4px #E4EDFF;
    transition: all .3s;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li .btn-box p{
    position: absolute;
    right: 0;
    top: 50px;
    transition: all .3s;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li .btn-box a{
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #262626;
    background-color: #fff;
    border-radius: 88px;
    padding: 6px 24px 6px 16px;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li .btn-box a::after{
    width: 5.5px;
    height: 9.5px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_rxbsfd/icon1-3.png);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 13px;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li:hover{
    background-color: #FFD409;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li:hover img{
    top: -120%;
}
#new-tbkc .peoples .hover-cons>ul:nth-child(2) .right-list li:hover .btn-box p{
    top: 3px;
}

#new-tbkc .people-cons .btns{
    margin-top: 48px;
}
#new-tbkc .thr-liang-wrap{
    background: linear-gradient(180deg, #F8F9FC 0%, #F7FAFF 100%);
}
#new-tbkc .thr-liang-wrap .thr-liang{
    padding: 60px 0;
}
#new-tbkc .thr-liang-wrap .thr-liang .title-wrap p:nth-child(2){
    margin: 16px 0 5px;
}
#new-tbkc .thr-liang-wrap .prev-wrap>ul{
    margin: 50px 0 40px;
    display: flex;
    justify-content: space-between;
}
#new-tbkc .thr-liang-wrap .prev-wrap>ul li{
    text-align: center;
    padding: 0px 22px 16px 22px;
    background-color: #fff;
    width: 285px;
    border-radius: 8px;
    box-shadow: 0 5px 23.4px 0 rgba(140, 140, 140, 0.18);
}
#new-tbkc .thr-liang-wrap .prev-wrap>ul li img{
    width: 124px;
}
#new-tbkc .thr-liang-wrap .prev-wrap>ul li p:nth-child(2){
    text-align: center;
    color: #262626;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 15px;
}
#new-tbkc .thr-liang-wrap .prev-wrap>ul li p:nth-child(2) span{
    color: #FF8B02;
}
#new-tbkc .thr-liang-wrap .prev-wrap>ul li p:nth-child(3){
    font-size: 16px;
    color: #5B5B5B;
    line-height: 31px;
    text-align: left;
}
#new-tbkc .thr-liang-wrap .prev-wrap>ul li:nth-child(3) p:nth-child(2){
    margin: 35px 0 16px 0;
}
#new-tbkc .thr-liang-wrap .prev-wrap>ul li:nth-child(5) p:nth-child(2){
    margin: 36px 0 16px 0;
}
#new-tbkc .thr-liang-wrap .prev-wrap .btns{
    margin-top: 45px;
}
#new-tbkc .tbfd-cont-wrap{
    position: relative;
    padding: 58px 0 57px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/bg2.png);
}
#new-tbkc .tbfd-cont-wrap::before{
    border-top: 1px dashed #fff;
    width: 100%;
    height: 1px ;
    left: 0;
    top: 7%;
    margin: auto;
    bottom: 0;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .title-wrap p{
    color: #fff;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .title-wrap p:nth-child(2){
    margin: 19px 0 5px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap{
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 73px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul:nth-child(2){
    margin-top: 73px;
    width: 711px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li{
    position: relative;
    padding: 19px 15px 13px 19px;
    width: 221px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/after-icon.png);
    width: 16px;
    height: 16px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -43px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li::before{
    margin: auto;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 9px solid #fff;
    transform: rotate(180deg);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li:nth-child(even):before{
    margin: auto;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 9px solid #FFD409;
    transform: rotate(180deg);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li:nth-child(odd){
    background-color: #fff;
    border-radius: 8px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li:nth-child(even){
    background-color: #FFD409;
    border-radius: 8px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li p:nth-child(1){
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 13px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li p:nth-child(1)::before{
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 26px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(1) p:nth-child(1)::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/icon2-1.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(2) p:nth-child(1)::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/icon2-2.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(3) p:nth-child(1)::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/icon2-3.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(4) p:nth-child(1)::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/icon2-4.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(5) p:nth-child(1)::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/icon2-5.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap-bottom li:nth-child(1) p:nth-child(1)::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/icon2-6.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap-bottom li:nth-child(2) p:nth-child(1)::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/icon2-7.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap-bottom li:nth-child(3) p:nth-child(1)::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/icon2-8.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li p:nth-child(2){
    font-size: 14px;
    color: #5B5B5B;
    line-height: 24px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li p:nth-child(3){
    text-align: right;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li:nth-child(odd) p:nth-child(3){
    padding-bottom: 8px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    padding-right: 34px;
    font-size: 14px;
    color: #D6D6D6;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li:nth-child(even) p:nth-child(3){
    padding-bottom: 8px;
    border-bottom: 1px solid #FFF;
    position: relative;
    padding-right: 34px;
    font-size: 14px;
    color: #FFF;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li:nth-child(odd) p:nth-child(3)::before{
    width: 27px;
    height: 3px;
    right: 0;
    bottom: 0;
    background: #FFD409;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li:nth-child(even) p:nth-child(3)::before{
    width: 27px;
    height: 3px;
    right: 0;
    bottom: 0;
    background: #FFF;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul li p:nth-child(3)::after{
    right: 0;
    bottom: 9px;
    height: 17px;
    width: 26.5px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(1) p:nth-child(3)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/text1-1.png);
    width: 24px;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(2) p:nth-child(3)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/text1-2.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(3) p:nth-child(3)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/text1-3.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(4) p:nth-child(3)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/text1-4.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont .tab-wrap li:nth-child(5) p:nth-child(3)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/text1-5.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul{
    display: flex;
    align-items: center;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul:nth-child(2) li::after{
    width: 0;
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul:nth-child(2) li::before{
    top: -147px;
    bottom: 0;
    transform:rotate(0)
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul:nth-child(2) li:nth-child(1) p:nth-child(3)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/text1-6.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul:nth-child(2) li:nth-child(2) p:nth-child(3)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/text1-7.png);
}
#new-tbkc .tbfd-cont-wrap .tbfd-cont ul:nth-child(2) li:nth-child(3) p:nth-child(3)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_kqcc/text1-8.png);
}
#new-tbkc .fangshi-wrap{
    padding: 60px 0 60px;
    position: relative;
    background-color: #fff;
}
#new-tbkc .fangshi-wrap::before{
    width: 249px;
    height: 211px;
    right: 0;
    bottom: 0;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon6-5.png);
}
#new-tbkc .fangshi-wrap .fangshi .title-wrap p:nth-child(2){
    margin: 16px 0 5px;
}
#new-tbkc .fangshi-wrap .fangshi{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap{
    margin-top: 50px;
    display: flex;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl{
    position: relative;
    margin-right: 20px;
    width: 298px;
    height: 322px;
    padding: 28px 25px 26px 31px;
    border-radius: 8.25px;
    background:  #FFD409;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/text1-1.png);
    width: 107px;
    height: 89px;
    bottom: 0;
    right: 0;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl dt{
    font-size: 20px;
    font-weight: bold;
    color: #262626;
    position: relative;
    padding-left: 30px;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl dt::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/icon1-1.png);
    width: 22px;
    height: 21px;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl dd:nth-child(2){
    font-size: 16px;
    color: #3D3D3D;
    line-height: 27.84px;
    margin: 13px 0 80px;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl dd:last-child{
    position: relative;
    background-color: #fff;
    border-radius: 18.5px;
    width: 109px;
    height: 37px;
    line-height: 37px;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl dd:last-child::after{
    width: 16px;
    height: 16px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 13px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/pic3-6.png);
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap dl dd:last-child a{
    padding-left: 16px;
    display: block;
    font-size: 14px;
    color: #5B5B5B;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul{
    width: calc(100% - 318px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li,
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li p:first-child{
    position: relative;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li{
    width: 430px;
    height: 151px;
    border-radius: 8.25px;
    background: #F8FAFE;
    margin-bottom: 20px;
    padding: 24px 28px 29px 24px;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li::after{
    right: 0;
    bottom: 0;
    width: 75px;
    height: 57px;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li:nth-child(1)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/text1-2.png);
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li:nth-child(2)::after{
    height: 58px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/text1-3.png);
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li:nth-child(3)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/text1-4.png);
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li:nth-child(4)::after{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/text1-5.png);
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li p:first-child{
    padding-left: 33px;
    font-size: 20px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 15px;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li p:first-child::before{
    left: -3px;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li:nth-child(1) p:first-child::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/icon1-2.png);
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li:nth-child(2) p:first-child::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/pic3-3.png);
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li:nth-child(3) p:first-child::before{
    width: 32px;
    height: 32px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/pic3-4.png);
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li:nth-child(4) p:first-child::before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbzyfd/pic3-5.png);
}
#new-tbkc .fangshi-wrap .fangshi .text-content-wrap ul li p:last-child{
    font-size: 16px;
    color: #3D3D3D;
    line-height: 27.84px;
}
#new-tbkc .server-wrap{
    padding: 60px 0 51px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/bg8.png);
}
#new-tbkc .server-wrap .server{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
#new-tbkc .server-wrap .server .title-wrap p{
    color: #fff;
}
#new-tbkc .shouhuo-wrap .shouhuo .title-wrap p:nth-child(2),
#new-tbkc .server-wrap .server .title-wrap p:nth-child(2){
    margin: 16px 0 5px;
}
#new-tbkc .server-wrap .server ul{
    margin: 56px 10px 41px 10px;
    display: flex;
    justify-content: space-between;
}
#new-tbkc .server-wrap .server ul li{
    padding-right: 69px;
    margin-right: 81px;
    border-right: 1px dashed rgba(152,152,152,.62);
}
#new-tbkc .server-wrap .server ul li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
#new-tbkc .server-wrap .server ul li p{
    color: #fff;
    font-size: 18px;
}
#new-tbkc .server-wrap .server ul li img{
    height: 44px;
}
#new-tbkc .server-wrap .server .su-pic-wrap{
    padding: 0 7px;
    position: relative;
    margin-top: 41px;
    /* backdrop-filter: blur(35.64px); */
    border: 1px solid #fff;
    border-radius: 8.3px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/bg8-1.png);
    /* background-color: rgba(255,255,255,.22); */
}
#new-tbkc .server-wrap .server .su-pic-wrap .swiper-button-prev,
#new-tbkc .server-wrap .server .su-pic-wrap .swiper-button-next{
    width: 44px;
    height: 44px;
    top: 61%;
    background-size: 100% 100%;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/lunbo-btn.png);
}
#new-tbkc .server-wrap .server .su-pic-wrap .swiper-button-prev{
    left: 0;
}
#new-tbkc .server-wrap .server .su-pic-wrap .swiper-button-next{
    transform: rotate(180deg);
    right: 0;
}
#new-tbkc .server-wrap .server .su-pic-wrap .swiper-slide{
    transform: scale(0.88);
    transition: all .3s;
}
#new-tbkc .server-wrap .server .su-pic-wrap .swiper-slide:hover{
    transform: scale(0.95);
}
#new-tbkc .server-wrap .server .su-pic-wrap .img-wrap{
    width: 100%;
    height: 409.87px;
    border-radius: 8.2px;
    overflow: hidden;
}
#new-tbkc .server-wrap .server .su-pic-wrap .img-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 8.2px;
    cursor: url(https://oss.kaoersi.com/public/images/yxk/fdj.png),auto;
}
/*图片放大弹层*/
.overlay {
    background-color: rgba(0, 0, 0, 0.815);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.overlayBg {
    position: relative;
    z-index: 11;
    display: flex; /*因为企业荣誉3A认证出现问题所以添加*/
    max-width: 80vw;
    max-height: 80vh;
}
.overlayBg-mb {
    position: relative;
    z-index: 11;
    max-width: 90%;
}
.imgClose {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
    background: url(https://oss.kaoersi.com/public/images/close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    cursor: pointer;
    opacity: 0.4;
}
.imgClose:hover {
    opacity: 1;
}
.imgClose-mb {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: url(https://oss.kaoersi.com/public/images/close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    cursor: pointer;
    opacity: 0.4;
}
.imgClose-mb:hover {
    opacity: 1;
}
.overlayimg {
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
}
/*图片放大弹层*/
#new-tbkc .school-wrap{
    padding: 60px 0 17px;
    background-color: #fff;
    position: relative;
}
#new-tbkc .school-wrap::before{
    width: 304px;
    height: 578.5px;
    left: 0;
    top: 0;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/after9-1.png);
}
#new-tbkc .school-wrap::after{
    width: 140px;
    height: 135px;
    right: 0;
    top: 162px;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/after9-2.png);
}
#new-tbkc .school-wrap .school .title-wrap p:nth-child(2){
    margin: 16px 0 5px;
}
#new-tbkc .school-wrap .school .country-tab-top{
    width: 1368px;
    margin-bottom: 40px;
    margin-top: 53px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(270deg, #ffffff00 0%, #FAF4E4 10%, #FFFAE8 87.86%, #ffffff00 100%);
}
#new-tbkc .school-wrap .school .country-tab-top ul{
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
}
#new-tbkc .school-wrap .school .country-tab-top ul li{
    width: 160px;
    height: 54px;
    padding: 12px 0 19px;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #262626;
    z-index: 0;
    cursor: pointer;
}
#new-tbkc .school-wrap .school .country-tab-top ul .active{
    font-weight: bold;
}
#new-tbkc .school-wrap .school .country-tab-top ul .active::before{
    width: 151px;
    height: 63px;
    bottom: -2px;
    left: 0;
    z-index: -1;

    padding-right: 9px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/active-9.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box-list{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
#new-tbkc .school-wrap .school .school-cont .school-box{
    width: 282px;
    margin-right: 24px;
    border-radius: 8px;
    margin-bottom: 31px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 #3e3e3e2e;
}
#new-tbkc .school-wrap .school .school-cont .school-box:nth-child(4n){
    margin-right: 0;
}
#new-tbkc .school-wrap .school .school-cont .school-box:hover{
    box-shadow: 0 12px 15px 0 #3e3e3e2e;
}
#new-tbkc .school-wrap .school .school-cont .school-box .top{
    width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 14px 21px 14px 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 79px;
    display: flex;
    align-items: center;
}
#new-tbkc .school-wrap .school .school-cont .school-box:nth-child(1) .top{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/pic9-1.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box:nth-child(2) .top{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/pic9-2.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box:nth-child(3) .top{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/pic9-3.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box:nth-child(4) .top{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/pic9-4.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box:nth-child(5) .top{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/pic9-5.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box:nth-child(6) .top{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/pic9-6.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box:nth-child(7) .top{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/pic9-7.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box:nth-child(8) .top{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/pic9-8.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box .top img{
    width: 51px;
    height: 51px;
    margin-right: 11px;
    border-radius: 51px;
    background-color: #fff;
}
#new-tbkc .school-wrap .school .school-cont .school-box .top p{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    width: calc(100% - 66px);
}
#new-tbkc .school-wrap .school .school-cont .school-box ul{
    border-radius: 0 0 8px 8px;
    padding: 20px 0 9px 25px;
}
#new-tbkc .school-wrap .school .school-cont .school-box ul li{
    padding-left: 23px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #373737;
    position: relative;
}
#new-tbkc .school-wrap .school .school-cont .school-box ul li::before{
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
}
#new-tbkc .school-wrap .school .school-cont .school-box ul li:nth-child(1):before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon9-1.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box ul li:nth-child(2):before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon9-2.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box ul li:nth-child(3):before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon9-3.png);
}
#new-tbkc .school-wrap .school .school-cont .school-box ul li:nth-child(4):before{
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon9-4.png);
}


#new-tbkc .industry{
    padding: 60px 0 32px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/bg10.png);
}
#new-tbkc .industry .industry-con .title-wrap p:nth-child(2){
    margin: 16px 0 5px;
}
#new-tbkc .industry .industry-con{
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
}
#new-tbkc .industry .industry-con ul{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 43px;
}
#new-tbkc .industry .industry-con ul li{
    background-color: #fff;
    display: flex;
    width: 384px;
    align-items: center;
    padding: 25px 0 24px 27px;
    margin-bottom: 31px;
    border-radius: 8px;
    box-shadow: 0 -3px 22px 0 #24242421;
}
#new-tbkc .industry .industry-con ul li:hover{
    box-shadow: 0 11px 22px 0px #24242421;
}
#new-tbkc .industry .industry-con ul li img{
    width: 81.5px;
    height: 81px;
    margin-right: 20px;
}
#new-tbkc .industry .industry-con ul li div p:nth-child(1){
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;
    margin-bottom: 20px;
}
#new-tbkc .industry .industry-con ul li div p:nth-child(2){
    font-size: 16px;
    color: #5B5B5B;
}
#new-tbkc .industry .industry-con .pic-wrap{
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
}
#new-tbkc .industry .industry-con .pic-wrap #h-pic{
    padding-bottom: 23px;
}
#new-tbkc .industry .industry-con .pic-wrap .img-wrap{
    background-color: #fff;
    padding: 13px;
    box-shadow: 0 6px 23px 0 rgba(36,36,36,.13);
    border-radius: 0 0 8px 8px;
    border-top: 3px solid #FFD409;
}
#new-tbkc .industry .industry-con .pic-wrap .img-wrap img{
    width: 180px;
    height: 126px;
}
#new-tbkc .industry .industry-con .pic-wrap .img-wrap p{
    font-size: 12px;
    color: #262626;
    margin-top: 16px;
    text-align: center;
}
#new-tbkc .industry .industry-con .pic-wrap .swiper-button-prev,
#new-tbkc .industry .industry-con .pic-wrap .swiper-button-next{
    width: 44px;
    height: 44px;
    top: 45%;
    background-size: 100% 100%;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/lunbo-btn.png);
}
#new-tbkc .industry .industry-con .pic-wrap .swiper-button-prev{
    left: 0;
}
#new-tbkc .industry .industry-con .pic-wrap .swiper-button-next{
    right: 0;
    transform: rotate(180deg);
}
#new-tbkc .news-wrap{
    overflow: hidden;
    padding: 60px 0 64px;
    background-color: #fff;
}
#new-tbkc .news-wrap .news{
    position: relative;
    z-index: 0;
}
#new-tbkc .news-wrap .news::before{
    width: 349px;
    height: 343px;
    left: -220px;
    bottom: -82px;
    z-index: -1;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/after11-1.png);
}
#new-tbkc .news-wrap .news::after{
    width: 72px;
    height: 72px;
    right: -44px;
    bottom: -34px;
    z-index: -1;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/after11-2.png);
}
#new-tbkc .news-wrap .news .title-wrap p:nth-child(2){
    margin: 16px 0 5px;
}
#new-tbkc .news-wrap .news .con{
    display: flex;
    justify-content: space-between;
}
#new-tbkc .news-wrap .news .con .con-box-wrap{
    margin-top: 43px;
    width: 590px;
    border-radius: 6px;
    box-shadow: 0 22.15px 24.44px 0 #a5a5a52e;
    background-color: #fff;
}
#new-tbkc .news-wrap .news .con .con-box-wrap .tit-wrap{
    background-color: #FFD409;
    border-radius: 6px 6px 0 0;
    padding: 19px 0;
    height: 64px;
    position: relative;
    font-size: 20px;
    color: #3d3d3d;
    font-weight: bold;
    padding-left: 56px;
}
#new-tbkc .news-wrap .news .con .con-box-wrap .tit-wrap::before{
    width: 22px;
    height: 21px;
    margin: auto;
    left: 24px;
    top: 0;
    bottom: 0;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon11-1.png);
}
#new-tbkc .news-wrap .news .con .con-box-wrap:nth-child(2) .tit-wrap::before{
    width: 24px;
    height: 24px;
    margin: auto;
    left: 24px;
    top: 0;
    bottom: 0;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon11-2.png);
}
#new-tbkc .news-wrap .news .con .con-box-wrap .tit-wrap::after{
    width: 113px;
    height: 64px;
    right: 0px;
    top: 0;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/icon11-3.png);
}
#new-tbkc .news-wrap .news .con .con-box-wrap ul{
    padding: 21px 22px 5px 24px;
}
#new-tbkc .news-wrap .news .con .con-box-wrap ul li{
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#new-tbkc .news-wrap .news .con .con-box-wrap ul li a{
    font-size: 16px;
    color:#262626;
    width: 63%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#new-tbkc .news-wrap .news .con .con-box-wrap ul li span{
    font-size: 14px;
    color: #8D8D8D;
}
#new-tbkc .news-wrap .news .con .con-box-wrap ul li:hover a{
    color: #FF7B02;
}
#new-tbkc .news-wrap .news .con .con-box-wrap ul li:hover span{
    color: #FFb202;
}
#new-tbkc .baozhang-wrap{
    padding: 27px 0px 27px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://oss.kaoersi.com/public/other/images/list_kc_tbkc/bg12.png);
}
#new-tbkc .baozhang{
    padding: 0 105px 0 73px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#new-tbkc .baozhang-wrap div p:nth-child(1){
    font-size: 20px;
    color: #262626;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
}
#new-tbkc .baozhang-wrap div p:nth-child(1)::before{
    width: 4px;
    height: 22px;
    background-color: #262626;
    left: 0;
    top: 5px;
}
#new-tbkc .baozhang-wrap div p:nth-child(2){
    font-size: 14px;
    color: #5B5B5B;
    margin-top: 12px;
}
#new-tbkc .baozhang ul{
    display: flex;
    align-items: center;
}
#new-tbkc .baozhang ul li{
    text-align: center;
    padding-right: 31px;
    margin-right: 31px;
    position: relative;
}
#new-tbkc .baozhang ul li::before{
    width: 1px;
    height: 51px;
    background-color: #e2e2e2;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
}
#new-tbkc .baozhang ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
#new-tbkc .baozhang ul li:last-child::before{
    width: 0;
}
#new-tbkc .baozhang ul li:nth-child(2) p{
    margin-top: 18px;
}
#new-tbkc .baozhang ul li:nth-child(3) p{
    margin-top: 13px;
}
#new-tbkc .baozhang ul li img{
    margin-top: 3px;
    width: 44px;
    height: 44px;
}
#new-tbkc .baozhang ul li:nth-child(2) img{
    margin-bottom: -8px;
}