.banner {
    width: 100%;
    height: 540px;
    /* overflow: hidden; */
}

.banner01 {
    width: 100%;
    background: url(../imgs/banner01.png) center;

}
.kjzx_content_list li P{margin-bottom:0}
.banner_section {
    margin-bottom: -55px;
}

.banner_nav {
    position: relative;
    margin: 0 auto;
    transform: translateY(-50%);
    max-width: 1200px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1;
}

.banner_nav_item {
    height: 100%;
    display: flex;
    align-items: center;
}



.banner_nav_item_img {
    width: 54px;
    height: 54px;
    background: #F5F8FA;
    border-radius: 10px;
    display: flex;
    margin-right: 15px;
}

.banner_nav_item_img img {
    width: 100%;
    height: 100%;
}

.banner_nav_item_msg_tit {
    color: #333333;
    font-size: 18px;
}

.banner_nav_item_msg_txt {
    font-weight: 400;
    color: #999999;
    font-size: 14px;
}

.all_tit {
    line-height: 60px;
    font-weight: 800;
    font-size: 24px;
    color: #333333;
}

.m-1200 {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 42px;
}

.kjsc_content {
    height: 570px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.kjsc_item {
    width: 280px;
    height: 270px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    padding: 18px 20px;
    box-sizing: border-box;
}

.kjsc_item_title {
    font-size: 16px;
    color: #333333;
    line-height: 42px;
}

.kjsc_item_div {
    line-height: 18px;
    padding: 8px;
    width: 238px;
    height: 55px;
    background: #FAFAFA;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.kjsc_item_div_txt {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kjkz_content {
    display: flex;
    justify-content: space-between;
}


.kjkz_items {
    display: flex;
    flex-wrap: wrap;
    width: 894px;
    justify-content: space-between;
    align-content: space-between;
    box-sizing: border-box;
    padding-bottom: 19px;
}

.kjkz_item {
    width: 280px;
    height: 240px;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    padding-top: 63px;
    padding-left: 18px;
}

.kjkz_item:nth-child(1) {
    background-image: url(../imgs/kz01.png);
}

.kjkz_item:nth-child(2) {
    background-image: url(../imgs/kz02.png);
}

.kjkz_item:nth-child(3) {
    background-image: url(../imgs/kz03.png);
}

.kjkz_item:nth-child(4) {
    background-image: url(../imgs/kz04.png);
}

.kjkz_item:nth-child(5) {
    background-image: url(../imgs/kz05.png);
}

.kjkz_item:nth-child(6) {
    background-image: url(../imgs/kz04.png);
}

.kjkz_item_text_title div:nth-child(1) {
    font-size: 34px;
    font-weight: 400;
    line-height: 0;
    margin-bottom: 15px;
}

.kjkz_item_text_title div:nth-child(2) {
    font-size: 34px;
    font-weight: bold;
}

.kjkz_item_text_msg {
    width: 145px;
    /*height: 40px;*/
    padding: 4px 8px;
    display: flex;
    align-items: center;
    background: #FAFAFA;
    border-radius: 20px;
    text-align: center;
    /*line-height: 40px;*/
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 26px;
}

.kjkz_item_tag {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    width: 40px;
    height: 20px;
    background: #FF6F02;
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    left: 0;
    top: 20px;
}

.kjkz_item_btn {
    width: 150px;
    height: 38px;
    background: #FF6F02;
    border-radius: 19px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.kjkz_news {
    width: 280px;
    height: 544px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    padding: 0 21px;
}

.kjkz_news_tit {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding: 20px 0;
}

.time {
    width: 125px;
    height: 12px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
    margin-left: 12px;
}

.kjkz_news_item {
    display: flex;
    align-items: center;
    margin-top: 26px;
    cursor: pointer;
}

.kjkz_news_item:hover .kjkz_news_item_number {
    color: #FF6F02;
}

.kjkz_news_item:hover .kjkz_news_item_info {
    color: #FF6F02;
}


.kjkz_news_item_number {
    font-size: 28px;
    font-family: Impact;
    font-weight: 400;
    color: #D9D8D6;
    line-height: 18px;
    margin-right: 18px;
}

.kjkz_news_item_info {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}

.sxxt_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sxxt_content_item {
    width: 216px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    display: flex;
    padding: 16px;
    margin-bottom: 24px;
}

.sxxt_content_item_img {
    width: 48px;
    height: 48px;
    background: #F5F8FA;
    border-radius: 6px;
    margin-right: 16px;
}

.sxxt_content_item_txt div:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.sxxt_content_item_txt div:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

.kjdy_content {
    padding: 30px;
    box-sizing: border-box;
    height: 390px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.kjdy_content_left {
    width: 660px;
}

.kjdy_content_left_item {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.kjdy_content_left_item_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 14px;
}

.kjdy_content_left_item_msg_name {
    font-size: 14px;
    margin-bottom: 8px;
}

.kjdy_content_left_item_msg_info {
    width: 602px;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.kjdy_content_left_item_msg_info span {
    color: #666;
}

.kjdy_content_left_title {
    width: 658px;
    height: 38px;
    padding-left: 14px;
    line-height: 38px;
    box-sizing: border-box;
    background: #F5F8FA;
    border-radius: 6px 6px 0px 0px;
}

.kjdy_content_right {
    width: 442px;
}

.kjdy_content_right_msg {
    width: 442px;
    height: 330px;
    background: #F5F8FA;
    border-radius: 6px;
    position: relative;
}

.kjdy_content_right_msg .kjdy_content_right_img {
    position: absolute;
    right: 38px;
    bottom: -30px;
}

.kjdy_content_right_msg_info_title {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-top: 12px;
    margin-left: 14px;
}

.inter {
    width: 8px;
    height: 15px;
    font-family: DIN;
    font-size: 20px;
}

.kjdy_content_right_msg_info_number {
    padding: 22px 0;
}

.kjdy_content_right_msg_info>div:not(.kjdy_content_right_msg_info_title) {
    padding-left: 35px;
}

.kjdy_content_right_msg_info_txt_title {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}

.kjdy_content_right_msg_info_number span {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

.kjdy_content_right_msg_info_number .number {
    width: 40px;
    height: 56px;
    background: #E8EDF1;
    border-radius: 4px;
    line-height: 56px;
    font-size: 44px;
    font-family: DIN;
    font-weight: bold;
    color: #4F7DFF;
}

.kjdy_content_right_msg_info_txt_msg {
    font-size: 14px;
    font-weight: 400;
}

.kjdy_content_right_msg_info_txt_msg div {
    padding-top: 10px;
}

.kjdy_content_right_msg_info_txt_msg img {
    vertical-align: sub;
}

.kjdy_content_right_msg_info_txt_btn {
    width: 150px;
    height: 38px;
    background: #FF6F02;
    border-radius: 19px;
    margin-top: 16px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-family: PingFang;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.kjdy_content_right_msg_info_txt_tip {
    margin-top: 14px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
}

.about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 94px;
}

.about_left {
    width: 588px;
    position: relative;
}

.about_left_msg {
    font-size: 14px;
    font-family: PingFang;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.about_left_msg p {
    margin-bottom: 0;
}

.about_left_msg span {
    font-size: 24px;
    font-family: PingFang;
    font-weight: 800;
    color: #333333;
}

.about_left_msg p:nth-child(1) {
    margin-bottom: 40px;
}

.about_right img {
    width: 563px;
    height: 408px;
    border-radius: 10px;
}

.about_left_items {
    width: 741px;
    height: 164px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    margin-top: 30px;
    z-index: 1000000;
    position: absolute;
    display: flex;
}

.about_left_item {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
}

.about_left_item img {
    width: 75px;
    height: 75px;
    background: #F5F8FA;
    border-radius: 50%;
}

.about_left_item_txt {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: center;
}

.about_left_item_txt span {
    width: 20px;
    height: 15px;
    font-size: 20px;
    font-family: DIN;
    font-weight: bold;
    color: #FF6F02;
}

.teacher_list {
    display: flex;
    justify-content: space-between;
}

.teacher_list_item {
    width: 216px;
    height: 311px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.teacher_list_item_btn {
    width: 120px;
    height: 22px;
    margin: 0 auto;
    background: #FF6F02;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.teacher_list_item_msg {
    font-size: 18px;
    color: #333333;
}

.teacher_list_item_msg div:nth-child(1) {
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.statistics {
    width: 1201px;
    height: 227px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    background-image: url(../imgs/dq.png);
    background-repeat: no-repeat;
    /* background-position: -50% 0; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.statistics_item div:nth-child(1) {

    font-size: 50px;
    font-family: DIN;
    font-weight: bold;
    color: #FF6F02;
}

.statistics_item div:nth-child(2) {
    line-height: 54px;
    font-weight: 500;
    color: #222222;
}

.kjzx_content {
    width: 1200px;
    height: 695px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
}

.kjzx_content_nav {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    display: flex
}

.kjzx_content_nav div {
    width: 144px;
    line-height: 60px;
    text-align: center;
}

.kjzx_content_nav .isActive {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.isActive_line {
    display: none;
}

.isActive .isActive_line {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 3px;
    background: #FF6F02;
    border-radius: 2px;
}

.kjzx_content_list {
    height: calc(100% - 61px);
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    list-style: none;
}

.kjzx_content_list li {
    width: 240px;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 15px;
    
}

.kjzx_content_list li P {
    width: 166px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.kjzx_content_list li span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.kjzx_content_nav {
    cursor: pointer;
}

.none {
    display: none;
}

@media screen and (max-width:750px) {

    .banner {
        height: 3.95rem;
    }

    .banner01 {
        width: 100%;
        background: url(../imgs/banner02.png) center;
        background-size: 100% 100%;
    }

    .banner_nav {
        transform: translateY(0);
    }

    .banner_section {
        margin-bottom: 0;
    }

    .banner_nav_item {
        flex-direction: column;
        justify-content: center;

    }

    .banner_nav {
        height: 2.38rem;
    }

    .banner_nav_item_msg_tit img,
    .banner_nav_item_msg_txt {
        display: none;

    }

    .banner_nav_item_img {
        margin-right: 0;
        width: 1.08rem;
        height: 1.08rem;
        margin-bottom: .2rem;
    }

    .banner_nav_item_msg_tit {
        font-size: .32rem;
    }

    .m-1200 {
        margin-top: .2rem;
        padding: 0 .25rem;
    }

    .kjsc_content {
        flex-wrap: nowrap;
        overflow-x: auto;
        height: auto;
        width: auto;
    }

    .kjsc_item {
        flex-shrink: 0;
        margin-right: .25rem;
        width: 5.6rem;
        height: 5.4rem;
        border-radius: .2rem;
        padding: .36rem .42rem;
    }

    .kjsc_item img {
        width: 4.76rem;
        height: 2.68rem;
        border-radius: .12rem;
    }

    .kjsc_item_div {
        width: 4.76rem;
        height: 1.1rem;
        border-radius: .12rem;
        font-size: .24rem;
        font-weight: 400;
        line-height: .36rem;
    }

    .kjsc_item_title {

        font-size: .32rem;
        line-height: .84rem;
    }

    .kjkz_content {
        display: block;
    }

    .kjkz_items {
        flex-wrap: nowrap;
        overflow-x: auto;
        width: auto;
        padding-bottom: .38rem;
    }

    .kjkz_item {
        flex-shrink: 0;
        width: 5.6rem;
        height: 4.8rem;
        margin-right: .4rem;
        padding-top: 1.26rem;
        padding-left: .38rem;
    }

    .kjkz_item_tag {
        width: .8rem;
        height: .4rem;
        background: #FF6F02;
        border-radius: 0px .2rem .2rem 0px;
        line-height: .4rem;
        font-size: .24rem;
    }

    .kjkz_item_text_title div:nth-child(1) {
        font-size: .68rem;
        font-weight: 400;
        line-height: .68rem;
        margin-bottom: .15rem;
    }

    .kjkz_item_text_title div:nth-child(2) {
        font-size: .68rem;
        font-weight: bold;
    }

    .kjkz_item_text_msg {
        width: 2.9rem;
        /*height: .8rem;*/
        /*line-height: .8rem;*/
        margin-top:.2rem;
        padding: .08rem .16rem;
        font-size: .28rem;
        background: #FAFAFA;
        border-radius: .2rem;
    }

    .kjkz_item_btn {
        width: 3rem;
        height: .76rem;
        font-size: .32rem;
        line-height: .76rem;
        border-radius: .38rem;
    }

    .kjkz_news {
        width: 100%;
        margin-top: .4rem;
        height: 11.67rem;
        padding: 0 .42rem;

    }

    .kjkz_news_tit {

        font-size: .4rem;
        padding: .4rem 0;
    }

    .time {
        font-size: .24rem;
    }

    .kjkz_news_item {
        margin-top: .58rem;
    }

    .kjkz_news_img {
        width: 6.18rem;
        height: 3.48rem;
        border-radius: .06rem;
    }

    .kjkz_news_item_number {
        font-size: .56rem;
    }

    .kjkz_news_item_info {
        font-size: .24rem;
    }

    .sxxt_content {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .sxxt_content_item {
        flex-shrink: 0;
        margin-right: .4rem;
        width: 4.32rem;
        height: 1.6rem;
        border-radius: .2rem;
        padding: .32rem;
        margin-bottom: 0;
    }

    .sxxt_content_item_img {
        width: .96rem;
        height: .96rem;
    }

    .sxxt_content_item_txt div:nth-child(1) {
        font-size: .36rem;
    }

    .sxxt_content_item_txt div:nth-child(2) {
        font-size: .24rem;
    }

    .kjdy_content {
        display: block;
        height: 16.64rem;
        padding: 0;
    }

    .kjdy_content_left_title {
        width: 6.38rem;
        height: .76rem;
        line-height: .76rem;
        font-size: .28rem;
    }

    .kjdy_content_left {
        width: 100%;
        height: 9.44rem;
        padding: .32rem;
        box-sizing: border-box;
    }

    .kjdy_content_left_item {
        align-items: flex-start;
    }

    .kjdy_content_left_item_msg_info {
        width: 5.1rem;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .kjdy_content_left_item_msg_name {
        font-size: .28rem;
        margin-bottom: .16rem;
    }

    .kjdy_content_left_item_msg_info {
        font-size: .28rem;

        line-height: .44rem;
    }

    .kjdy_content_left_item_img {
        width: .8rem;
        height: .8rem;
        margin-right: .26rem;
    }

    .kjdy_content_right {
        width: 100%;
    }

    .kjdy_content_right_msg {
        margin: 0 auto;
        width: 6.38rem;
        height: 6.6rem;
    }

    .kjdy_content_right_msg .kjdy_content_right_img {
        width: 2.44rem;
        height: 4.76rem;
        right: 0rem;
        bottom: -0.6rem;
    }

    .kjdy_content_right_msg_info_number .number {
        width: .60rem;
        height: .9rem;
        line-height: .9rem;
        border-radius: .04rem;
        font-size: .7rem;
    }

    .kjdy_content_right_msg_info_number span {
        margin-right: .07rem;

    }

    .kjdy_content_right_msg_info_number .inter {
        margin-right: 0rem;
    }

    .kjdy_content_right_msg_info_title {

        font-size: .28rem;
        padding-top: .3rem;
        margin-left: .3rem;
    }

    .kjdy_content_right_msg_info>div:not(.kjdy_content_right_msg_info_title) {
        padding-left: .32rem;
    }

    .kjdy_content_right_msg_info_number {
        padding: .3rem 0;
    }

    .kjdy_content_right_msg_info_txt_title {
        line-height: 1rem;
        font-size: .48rem;
    }

    .kjdy_content_right_msg_info_txt_msg {
        font-size: .26rem;
    }

    .kjdy_content_right_msg_info_txt_msg div {
        padding-top: .3rem;
    }

    .kjdy_content_right_msg_info_txt_btn {
        width: 3rem;
        height: .76rem;
        line-height: .76rem;
        border-radius: .38rem;
    }

    .kjdy_content_right_msg_info_txt_tip {
        font-size: .24rem;
        margin-top: .32rem;

    }

    .about {
        flex-wrap: wrap;
        margin-top: 1.15rem;
        margin-bottom: 6.52rem;
    }

    .about_right img {
        width: 7.02rem;
        height: 5.09rem;
        border-radius: .1rem;
        margin-top: .38rem;
    }

    .about_left_msg span {
        font-size: .48rem;
    }

    .about_left_msg {
        font-size: .28rem;
        line-height: .56rem;
        font-weight: 400;
    }

    .about_left_items {
        margin-top: 0px;
        bottom: -11.96rem;
        flex-wrap: wrap;
        height: 6.22rem;
        width: 100%;
    }

    .about_left_item {
        flex: none;
        width: 50%;
    }

    .about_left_item img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .about_left_item_txt {
        font-size: .24rem;
        line-height: .8rem;
    }

    .about_left_item_txt span {

        font-size: .4rem;

    }

    .teacher_list {
        width: 100%;
        overflow-x: auto;
    }

    .teacher_list_item {
        flex-shrink: 0;
        width: 4.32rem;
        height: 6.22rem;
        border-radius: .2rem;
        margin-right: .6rem;
        padding: .4rem;

    }

    .teacher_list_item img {
        width: 3.52rem;
        height: 4.3rem;
        border-radius: .06rem;
    }

    .teacher_list_item_msg div:nth-child(1) {
        height: .72rem;
        line-height: .72rem;
        text-align: center;
        font-size: .36rem;
    }

    .teacher_list_item_btn {
        width: 2.4rem;
        height: .44rem;
        border-radius: .22rem;
        line-height: .44rem;
        font-size: .24rem;
    }

    .statistics {
        margin-top: .5rem;
        width: 100%;
        height: 4rem;
        flex-wrap: wrap;
    }

    .statistics_item {
        width: 33.33%;
    }

    .statistics_item div:nth-child(1) {
        font-size: .5rem;
    }

    .statistics_item div:nth-child(2) {
        line-height: normal;
        font-size: .24rem;
    }

    .kjzx_content {
        width: 100%;
        height: 13.9rem;
    }
.kjzx_content_list {
      height: 12.68rem;
}
    .kjzx_content_list li {
        display: none;
        width: 100%;
        padding: 0 .6rem;
    }

    .kjzx_content_list li:nth-child(-n+10) {
        display: block;
    }

    .kjzx_content_list li div {
        width: 100%;
        font-size: .28rem;

    }


    .kjzx_content_list li span {
        font-size: .24rem;
    }

    .kjzx_content_nav {
        height: 1.2rem;
        overflow-x: auto;
    }

    .kjzx_content_nav div {
        width: 2.88rem;
        flex-shrink: 0;
        font-size: .36rem;
    }

    .kjzx_content_nav .isActive {
        font-size: .36rem;
    }

    .isActive_line {
        width: .68rem;
        height: .06rem;

    }
}