@charset "utf-8";

/* banner */

.banner .slick-dots {
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 9.0625rem;
    bottom: 3.75rem;
}

.banner .slick-dots li {
    width: 1.375rem;
    height: 1.375rem;
    background: url(../images/banner_wjx.png);
    margin: 0 1rem;
    border-radius: 0;
}

.banner .slick-dots .slick-active {
    width: 5.4375rem;
    height: 2.25rem;
    background: url(../images/banner_active.png);
}

/* title */
.title {
    position: relative;
}

.title_txt {
    padding: 1.5625rem 0 0 5.3125rem;
    background-image: url(../images/title_bg.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    height: 6.25rem;
    display: inline-block;
}

.tit-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tit-more a {
    display: block;
}

.tit-more a img {}

.title_txt .img {
    text-align: right;
    height: 1.125rem;
}

.title_txt img {
    display: block;
    height: 100%;
    float: right;
}

.title_txt p {
    font-size: max(24px, 2.1875rem);
    line-height: 2.1875rem;
    margin: .5rem 0 0.6rem;
    font-weight: bold;
    color: #333333;
}

.title_txt span {
    display: block;
    font-family: ArialMT;
    font-size: 1rem;
    color: #1493EB;
    line-height: .75rem;
}

/* 大学新闻 */

.news {
    background: #f6fafd;
    padding: 4.0625rem 0 4.6875rem;
}

.news_main {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.news_l {
    width: 58.875%;
}

.news_l .img {
    width: 100%;
    height: 33.5rem;
}

.news_l .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.news_l .txt {
    padding: 1.3rem 1.5rem 1.7rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.time {
    width: 4.6875rem;
    height: 4.5rem;
    position: relative;
    padding-top: 1.4375rem;
    padding-left: 2.0625rem;
    background: url(../images/time_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.time span {
    display: block;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: max(26px, 2.125rem);
    line-height: 1.625rem;
    color: #13ACFC;
    text-align: center;
    margin-bottom: .375rem;
}

.time p {
    font-size: max(14px, 1rem);
    line-height: 1rem;
    color: #003333;
    text-align: center;
}

.news_l .txt .cont {
    width: calc(100% - 6.6875rem);
}

.news_l .txt .cont span {
    display: block;
    font-weight: bold;
    font-size: max(20px, 1rem);
    color: #333333;
    line-height: 3rem;
}

.news_l .txt .cont p {
    font-size: max(14px, 1rem);
    line-height: 1rem;
    color: #666666;
}

.news_l .image:hover .txt .cont span,
.news_l .image:hover .txt .cont p {
    color: #13ACFC;
}

.news_l .slick-dots {
    position: absolute;
    right: .625rem;
    bottom: 8.375rem;
    display: flex;
    align-items: center;
}

.news_l .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 3px 5px;
}

.news_l .slick-dots .slick-active {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: url(../images/news_xx.png);
    background-size: cover;
}

.news_r {
    width: 39.4375%;
}

.news_r li {
    background: #fff;
    margin-bottom: 1.9375rem;
    transition: all 0.3s ease-in;
}

.news_r li:hover {
    background: url(../images/news_r_li_bg.png);
}

.news_r li:last-child {
    margin-bottom: 0;
}

.news_r li a {
    display: flex;
    justify-content: space-between;
    padding: 1.7rem .95rem;
}

.news_r li a .cont {
    width: calc(100% - 5.75rem);
}

.news_r li a .cont span {
    display: block;
    font-size: max(17px, 1.1rem);
    line-height: 1.875rem;
    color: #000000;
}

.news_r li a .cont p {
    margin-top: .375rem;
    font-size: max(14px, 1rem);
    color: #666666;
    line-height: 1.5625rem;
}

.news_r li:hover .time span,
.news_r li:hover .time p,
.news_r li:hover a .cont span,
.news_r li:hover a .cont p {
    color: #fff;
}

.news_r li:hover .time {
    background: url(../images/time_bg_.png);
}

/* 招生信息 */

.Announcement {
    background: url(../images/zsxx_bg.png);
    padding: 6rem 0 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}



.post-51 {
    position: absolute;
    top: 54px;
    left: 100px;
}

.post-51 .border1,
.post-51 .border2 {
    position: absolute;
    width: 62.5rem;
    height: 62.5rem;
    transform-origin: left top;
    z-index: 9;
}

.post-51 .border1 {
    top: 26.5rem;
    left: 12.5rem;
    transform: scale(1.4);
}

.post-51 .border2 {
    left: 31.25rem;
    top: 28.125rem;
    transform: scale(1.1);
}

.post-51 .border1:before,
.post-51 .border2:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px dashed #fff;
    position: absolute;
    border-radius: 50%;
    animation: spin1 86s linear infinite;
}

.post-51 .border2:before {
    animation: spin2 86s linear infinite;
}



@keyframes spin1 {
    from {
        transform: translateY(-50%) rotateX(72deg) rotateY(-7deg) rotateZ(0deg) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotateX(72deg) rotateY(-7deg) rotateZ(0deg) rotate(360deg);
    }
}


.post-51 .border1 .ballContainer {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotateRound 40s linear infinite;
    animation: rotateRound 40s linear infinite;
    border-radius: 50%;
}

.post-51 .border1 .ball,
.post-51 .border2 .ball {
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 222;
}

.post-51 .border1 .ball {
    width: 12rem;
    height: 3.375rem;
    background: url(../images/zsxx_fj.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: rotateRoundBall 40s linear infinite;
    animation: rotateRoundBall 40s linear infinite;
}


.post-51 .border2 .ballContainer {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotateRound2 50s linear infinite;
    animation: rotateRound2 50s linear infinite;
}

.post-51 .border2 .ball {
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    animation-duration: 50s;
    /* -webkit-animation: rotateRoundBall2 40s linear infinite;
    animation: rotateRoundBall2 100s linear infinite; */
    transform: translate(-50%, -50%) rotateX(-72deg);
}

/* .post-51 .border2 .ball {
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 222;
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotateX(-72deg);
} */

@keyframes spin2 {
    from {
        transform: translateY(-50%) rotateX(72deg) rotateY(-2deg) rotateZ(0deg) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotateX(72deg) rotateY(-2deg) rotateZ(0deg) rotate(360deg);
    }
}

@keyframes rotateRound {
    from {
        transform: translateY(-50%) rotateX(72deg) rotateY(-7deg) rotateZ(0deg);
    }

    to {
        transform: translateY(-50%) rotateX(72deg) rotateY(-7deg) rotateZ(360deg);
    }
}

@keyframes rotateRound2 {
    from {
        transform: translateY(-50%) rotateX(72deg) rotateY(-2deg) rotateZ(0deg);
    }

    to {
        transform: translateY(-50%) rotateX(72deg) rotateY(-2deg) rotateZ(360deg);
    }
}

@keyframes rotateRoundBall {
    from {
        transform: translate(-50%, -50%) rotateX(-72deg) rotateY(360deg) rotateZ(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotateX(-72deg) rotateY(360deg) rotateZ(0deg);
    }
}

/* @keyframes rotateRoundBall2 {
    from {
        transform: translate(-50%, -50%) rotateX(-72deg) rotateY(0deg) rotateZ(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotateX(-72deg) rotateY(360deg) rotateZ(0deg);
    }
} */


.post-51 .zmyq {
    width: 35.625rem;
    height: 35.625rem;
    position: relative;
    left: 103%;
    top: 9rem;
    animation: spin3 30s linear infinite;
}

.post-51 .zmyq::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.post-51 .zmyq .tt1 {
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 222;
    background: #fff;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    animation: spin3 30s linear infinite;
}

@keyframes spin3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}











.Announcement .title .title_txt {
    background-image: url(../images/title_bg_.png);
}

.Announcement .title .title_txt p,
.Announcement .title .title_txt span {
    color: #fff;
}


.Announcement_main {
    margin-top: 3.375rem;
    position: relative;
    z-index: 99;
}

.Announcement_main li {
    width: 18.25%;
    float: left;
    margin-left: 2.96875%;
    transition: all 0.3s ease;
}

.Announcement_main li:first-child {
    margin-left: 0;
}

.Announcement_main li:hover {
    box-shadow: 8px 7px 46px 7px rgba(1, 58, 93, 0.33);
}


.Announcement_main .zsxx_xh {
    float: left;
    margin-left: 2.96875%;
    width: 15.125%;
    margin-top: 7.125rem;
}


.Announcement_main .zsxx_xh img {
    width: 100%;
    height: auto;
    display: block;
}

.Announcement_main li:nth-child(2),
.Announcement_main li:nth-child(5) {
    margin-top: 9.6875rem;
}

.Announcement_main li a .txt {
    background: url(../images/zsxx_list_bg.png);
    padding: 1.375rem 1.125rem 2rem;
}

.Announcement_main li a .txt .lb {
    padding: 0 1rem 0 .625rem;
    line-height: 1.875rem;
    font-size: max(13px, .9375rem);
    display: inline-block;
    color: #D81E06;
    background: url(../images/zsxx_zslb.png);
    background-size: 100% 100%;
}

.Announcement_main li a .txt span {
    font-size: max(16px, 1.125rem);
    color: #333333;
    line-height: 2rem;
    /* min-height: 4rem; */
    margin: 1.25rem 0;
    transition: all 0.3s ease;
}

.Announcement_main li:hover a .txt span,
.Announcement_main li:hover a .txt .sj {
    color: #13ACFC;
}


.Announcement_main li a .txt p {
    font-size: max(14px, 1rem);
    color: #666666;
    line-height: 1.625rem;
}

.Announcement_main li a .txt .sj {
    font-style: normal;
    font-size: max(14px, 1rem);
    color: #999999;
    line-height: .875rem;
    display: block;
    margin-top: 2.8125rem;
    transition: all 0.3s ease;
}

.Announcement_main li a .img {
    width: 100%;
    height: 11.375rem;
}

.Announcement_main li a .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* 学员风采 */

.xyfc {
    background: url(../images/xyfc_bg.png);
    padding-top: 3.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.xyfc .w1600 {
    display: flex;
    justify-content: space-between;
}

.zjkgd {
    width: 75.375%;
}

.zjkgd_t {
    display: flex;
    position: relative;
    z-index: 99;
}

.bt_img {
    width: 20.875%;
    margin-top: .875rem;
    margin-left: .5rem;
}

.bt_img img {
    display: block;
    width: 100%;
    height: auto;
}

.zjkgd_t li {
    width: 4.375rem;
    height: 5.4375rem;
    background-image: url(../images/fc_tbbj.png);
    background-position: center;
    margin-right: 2.0625rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.zjkgd_t li:last-child {
    margin-right: 0;
}

.zjkgd_t li>img {
    display: block;
    height: 1.5625rem;
    width: auto;
    margin: 1.0625rem auto 0;
}


.zjkgd_t li p {
    font-size: max(14px, 1rem);
    color: #2E8FD4;
    line-height: 2rem;
    text-align: center;
}

.zjkgd_t li .twoCode {
    position: absolute;
    width: 7.5rem;
    height: 0;
    left: calc(50% - 3.75rem);
    top: -8.125rem;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 100;
}

.zjkgd_t li:hover .twoCode {
    height: 7.5rem;
    opacity: 1;
}

.zjkgd_t li .twoCode img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zjkgd_b {
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    margin-top: 2.5rem;
}

.zjkgd_b_tit {
    width: 32.6%;
    background: url(../images/zj_kgd.png);
}

.kgfc .kgfc_l_tit,
.kgfc .kgfc_r_tit,
.zjkgd_b_tit {
    font-weight: bold;
    font-size: max(32px, 1.75rem);
    color: #D3231C;
    line-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zjkgd_b_tit a {
    color: #D3231C;
}

.zjkgd_b_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 67.4%;
    padding: 0px 7px;
}

.zjkgd_b_main li {
    margin-top: 7px;
    width: calc(50% - 3.5px);
    height: 16.5rem;
}

.zjkgd_b_main li a {
    position: relative;
}

.zjkgd_b_main li a,
.zjkgd_b_main li a .img,
.zjkgd_b_main li a .img img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zjkgd_b_main li a .txt,
.kgfc .kgfc_l li a .txt,
.kgfc .kgfc_r li a .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: .875rem;
    z-index: 3;
    width: 100%;
    box-sizing: border-box;
}

.zjkgd_b_main li a .txt:after,
.kgfc .kgfc_l li a .txt:after,
.kgfc .kgfc_r li a .txt:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3rem;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(28, 193, 167, 0) 100%);
    z-index: -1;
}

.zjkgd_b_main li a .txt span,
.kgfc .kgfc_l li a .txt span,
.kgfc .kgfc_r li a .txt span {
    display: block;
    width: 1.875rem;
    height: 1.5625rem;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.zjkgd_b_main li a .txt .tb1,
.kgfc .kgfc_l li a .txt .tb1,
.kgfc .kgfc_r li a .txt .tb1 {
    background: url(../images/fc_gzh.png);
}

.zjkgd_b_main li a .txt .tb2,
.kgfc .kgfc_l li a .txt .tb2,
.kgfc .kgfc_r li a .txt .tb2 {
    background: url(../images/fc_dy.png);
}

.zjkgd_b_main li a .txt .tb3,
.kgfc .kgfc_l li a .txt .tb3,
.kgfc .kgfc_r li a .txt .tb3 {
    background: url(../images/fc_wb.png);
}

.zjkgd_b_main li a .txt .tb4,
.kgfc .kgfc_l li a .txt .tb4,
.kgfc .kgfc_r li a .txt .tb4 {
    background: url(../images/fc_sph.png);
}

.zjkgd_b_main li a .txt .tb5,
.kgfc .kgfc_l li a .txt .tb5,
.kgfc .kgfc_r li a .txt .tb5 {
    background: url(../images/fc_bl.png);
}

.zjkgd_b_main li a .txt p,
.kgfc .kgfc_l li a .txt p,
.kgfc .kgfc_r li a .txt p {
    font-size: max(16px, 1.125rem);
    color: #FFFFFF;
    line-height: 2rem;
    margin-left: .5rem;
}

/* index_4 */

.index_4 {
    background: url(../images/index_bg2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.kgfc .w1600 {
    display: flex;

}

.kgfc .kgfc_l,
.kgfc .kgfc_r {
    width: 49.7%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.kgfc .kgfc_l li {
    height: 16.5rem;
    width: calc(100% - 49.5%);
}

.kgfc .kgfc_l_tit,
.kgfc .kgfc_l li:nth-child(3),
.kgfc .kgfc_r_tit,
.kgfc .kgfc_r li:nth-child(3) {
    width: 49.5%;
    height: 16.5rem;
}

.kgfc .kgfc_l .kgfc_l_tit {
    color: #fff;
    background: url(../images/kgd_yx.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.kgfc .kgfc_l .kgfc_l_tit a {
    color: #fff;

}

.kgfc .kgfc_l li a,
.kgfc .kgfc_r li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.kgfc .kgfc_l li a .img,
.kgfc .kgfc_l li a .img img,
.kgfc .kgfc_r li a .img,
.kgfc .kgfc_r li a .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.kgfc .kgfc_l li a .img {
    position: relative;
}

.kgfc .kgfc_l li a .img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.kgfc .kgfc_l li a .img span {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    background: url(../images/sp_bf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: calc(50% - 1.625rem);
    top: calc(50% - 1.625rem);
    z-index: 3;
}

.kgfc .kgfc_l li a .txt,
.kgfc .kgfc_r li a .txt {
    position: absolute;
    bottom: 0;
    left: 0;
}


.kgfc .kgfc_r {
    width: calc(100% - 49.7%);
    padding: 0 7px;
}

.kgfc .kgfc_r .kgfc_r_tit {
    color: #13ACFC;
    background: url(../images/kgd_sh.png);
}

.kgfc .kgfc_r .kgfc_r_tit a {
    color: #13ACFC;
}

.kgfc .kgfc_r li,
.kgfc .kgfc_r_tit {
    margin-top: 7px;
    height: calc(16.5rem - 7px) !important;
}

.kgfc .kgfc_r_tit,
.kgfc .kgfc_r li:nth-child(3) {
    width: calc(49.5% - 3px);
}


.kgfc .kgfc_r li:nth-child(2n) {
    margin-left: 7px;
    width: calc(100% - 49.5% - 4px);
}

/* 人员招聘 */

.ryzp {
    padding: 8.25rem 0 23.875rem;
    background: url(../images/ryzp_bg.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}


.ryzp .w1600 {
    position: relative;
    z-index: 99;
}

.ryzp_fj {
    position: absolute;
    bottom: 0;
    left: 0;

    transition: transform 0.15s ease-out;
}


.ryzp_fj img {
    display: block;
    width: 100%;
    height: auto;
}













.ryzp_main {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ryzp_main li {
    margin-bottom: 3.4375rem;
    background: rgba(255, 255, 255, 0.84);
    width: 30.875%;
    transition: all 0.3s ease;
}

.ryzp_main li:hover {
    background: url(../images/rczp_li_bg.png);
}

.ryzp_main li a {
    display: block;
    padding: 3.25rem 2rem 1.875rem;
}

.ryzp_main li a p {
    font-size: max(18px, 1.4375rem);
    line-height: 2.0625rem;
    min-height: 4.125rem;
    font-weight: bold;
    color: #333333;
    text-align: justify;
    transition: all 0.3s ease;
}

.ryzp_main li a .xx {
    width: 100%;
    height: 24px;
    margin: 3rem 0 2.5rem;
    background: url(../images/rczp_xx_h.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all 0.3s ease;
}

.ryzp_main li:hover a .xx {
    background: url(../images/rczp_xx_b.png);
}

.ryzp_main li a .fbsj {
    line-height: 1rem;
    font-size: 13px;
    color: #999999;
    text-align: right;
    transition: all 0.3s ease;
}

.ryzp_main li:hover a p,
.ryzp_main li:hover a .fbsj {
    color: #fff;
}

/* 本科招生网 */

.bkzs {
    overflow: hidden;
    position: relative;
    padding-top: 24.3125rem;
}

.bkzs_img {
    position: relative;
}

.bkzs_img::before {
    position: absolute;
    content: "";
    width: 105%;
    height: calc(105vw/1*1);
    background-image: url(../images/bkzs_tybk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -2.5%;
    /* transform: translateX(-50%); */
    top: -12.5rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    animation: 50s linear infinite ani_turn;
}

@keyframes ani_turn {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.bkzs_img img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.bkzs_main {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 4.375rem;
    z-index: 15;
}

.bkzs_main li,
.bkzs_main1 .swiper-slide {
    width: 16.125rem;
    height: 16.125rem;
    background: url(../images/bkzs_li_bg_.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all 0.3s ease;
}

.bkzs_main li:hover,
.bkzs_main1 .swiper-slide:hover {
    background: url(../images/bkzs_li_bg.png);
}

.bkzs_main li:nth-child(2),
.bkzs_main li:nth-child(4) {
    margin-top: 6.875rem;
}

.bkzs_main li:nth-child(2) {
    margin-left: 5rem;
}

.bkzs_main li:nth-child(3) {
    margin: 0 12.5rem;
}

.bkzs_main li:nth-child(4) {
    margin-left: 1.125rem;
    margin-right: 3.75rem;
}

.bkzs_main li:nth-child(1),
.bkzs_main li:nth-child(5) {
    margin-top: 23.625rem;
}

.bkzs_main li a,
.bkzs_main1 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 5rem;
}

.bkzs_main li a span,
.bkzs_main1 .swiper-slide a span {
    width: 5rem;
    height: 3.4375rem;
    display: block;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}

.bkzs_main li:nth-child(5n+1) a span,
.bkzs_main1 .swiper-slide:nth-child(5n+1) a span {
    background-image: url(../images/icon_syssb.png);
}

.bkzs_main li:hover:nth-child(5n+1) a span,
.bkzs_main1 .swiper-slide:hover:nth-child(5n+1) a span {
    background-image: url(../images/icon_syssb_.png);
}

.bkzs_main li:nth-child(5n+2) a span,
.bkzs_main1 .swiper-slide:nth-child(5n+2) a span {
    background-image: url(../images/icon_zsw.png);
}

.bkzs_main li:hover:nth-child(5n+2) a span,
.bkzs_main1 .swiper-slide:hover:nth-child(5n+2) a span {
    background-image: url(../images/icon_zsw_.png);
}

.bkzs_main li:nth-child(5n+3) a span,
.bkzs_main1 .swiper-slide:nth-child(5n+3) a span {
    background-image: url(../images/icon_zsw.png);
}

.bkzs_main li:hover:nth-child(5n+3) a span,
.bkzs_main1 .swiper-slide:hover:nth-child(5n+3) a span {
    background-image: url(../images/icon_zsw_.png);
}

.bkzs_main li:nth-child(5n+4) a span,
.bkzs_main1 .swiper-slide:nth-child(5n+4) a span {
    background-image: url(../images/icon_zydh.png);
}

.bkzs_main li:hover:nth-child(5n+4) a span,
.bkzs_main1 .swiper-slide:hover:nth-child(5n+4) a span {
    background-image: url(../images/icon_zydh_.png);
}

.bkzs_main li:nth-child(5n) a span,
.bkzs_main1 .swiper-slide:nth-child(5n) a span {
    background-image: url(../images/icon_zhjy.png);
}

.bkzs_main li:hover:nth-child(5n) a span,
.bkzs_main1 .swiper-slide:hover:nth-child(5n) a span {
    background-image: url(../images/icon_zhjy_.png);
}

.bkzs_main li a p,
.bkzs_main1 .swiper-slide a p {
    width: 60%;
    margin: 0 auto;
    font-size: max(18px, 1.4375rem);
    line-height: 1.8125rem;
    font-weight: bold;
    color: #288BFC;
    text-align: center;
    margin-top: 1.1875rem;
    transition: all 0.3s ease;
}

.bkzs_main li:hover a p,
.bkzs_main1 .swiper-slide:hover a p {
    color: #fff;
}







.bkzs_main1 {
    display: none;
}








@media (max-width: 1650px) {

    .news .w1600,
    .Announcement .w1600,
    .xyfc .w1600,
    .kgfc .w1600,
    .ryzp .w1600 {
        width: 100%;
        padding: 0 3%;
    }

    .Announcement_main li a .img {
        height: calc(17.1vw/97*61);
    }

    .bkzs_main li a p {
        width: 90%;
        font-size: max(18px, 1.2rem);
    }

}

@media (max-width: 1200px) {
    .banner .slick-dots {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .bkzs_main {
        top: 8rem;
    }

    .bkzs_main li {
        width: 11rem;
        height: 11rem;
    }

    .bkzs_main li a span {}

    .bkzs_main li a p {
        width: 100%;
        font-size: 16px;
    }

    .bkzs_main li:nth-child(2),
    .bkzs_main li:nth-child(4) {
        margin-top: 4.875rem;
    }

    .bkzs_main li:nth-child(2) {
        margin-left: 0;
    }

    .bkzs_main li:nth-child(3) {
        margin: 0 5rem;
    }

    .bkzs_main li:nth-child(4) {
        margin-left: 0;
        margin-right: 0;
    }

    .bkzs_main li:nth-child(1),
    .bkzs_main li:nth-child(5) {
        margin-top: 13.625rem;
    }

    .bkzs_img::before {
        width: 100%;
        background-size: contain;
        left: 0;
    }

    .bkzs_main li a {
        padding-top: 4rem;
    }

    .news_main {
        display: block;
    }

    .news_l {
        width: 100%;
    }

    .news_r {
        width: 100%;
        margin-top: 1.875rem;
    }

    .news_l .img {
        height: calc(90vw/21*12);
    }

    .Announcement_main {
        justify-content: space-between;
    }

    .Announcement_main li {
        width: 47.5%;
        margin-left: 0;
        margin-bottom: 3.125rem;
    }

    .Announcement_main li:nth-child(2),
    .Announcement_main li:nth-child(5) {
        margin-top: 0;
        margin-left: 5%;
    }

    .Announcement_main .zsxx_xh {
        display: none;
    }

    .Announcement_main li a .img {
        height: calc(44.65vw/97*61);
    }

    .ryzp_main li {
        width: 48%;
    }

    .kgfc .w1600,
    .ryzp .w1600 {
        display: block;
    }

    .kgfc .kgfc_l,
    .kgfc .kgfc_r,
    .zjkgd_b_tit,
    .zjkgd_b_main {
        width: 100%;
    }

    .kgfc .kgfc_l li,
    .kgfc .kgfc_l .kgfc_l_tit,
    .kgfc .kgfc_l li:nth-child(3) {
        width: 50%;
    }

    .kgfc_l {
        padding-top: 7px;
    }

    .zjkgd_b {
        flex-wrap: wrap;
    }

    .kgfc .kgfc_l_tit,
    .kgfc .kgfc_l li:nth-child(3),
    .kgfc .kgfc_r_tit,
    .kgfc .kgfc_r li:nth-child(3),
    .kgfc .kgfc_l li {
        height: calc(47.5vw/402*264);
    }

    .kgfc .kgfc_r {
        padding: 0;
    }

    .kgfc .kgfc_r li,
    .kgfc .kgfc_r_tit {
        height: calc(46.3vw / 26 * 17) !important;
    }

    .bt_img {
        display: none;
    }

    .zjkgd {
        width: 100%;
    }

    .zjkgd_b_main li,
    .zjkgd_b_tit {
        height: calc(45.9vw / 395 * 265);
    }
}

@media (max-width: 768px) {
    .news_r {
        margin-top: 1.5rem;
    }

    .news_r li a .cont span {
        font-size: max(16px, 1.1rem);
    }

    .news_r li a .cont p {
        font-size: 13px
    }

    .news_r li {
        margin-bottom: 1rem;
    }

    .news {
        padding: 2rem 0 3rem;
    }

    .news_l .txt .cont span {
        font-size: 16px;
    }

    .time {
        padding-left: 0;
    }

    .time span {
        font-size: 24px;
    }

    .news_r li a .cont {
        width: calc(100% - 5rem);
    }

    .news_l .txt,
    .news_r li a {
        padding: 1rem 1rem 1rem 0.5rem;
    }

    .news_l .txt .cont {
        width: calc(100% - 5rem);
    }

    .title_txt {
        padding: 2.3rem 0rem 0 6rem;
    }

    .title_txt p {
        font-size: 20px;
        margin: 0.2rem 0 0.2rem;
    }

    .title_txt span {
        font-size: 9px;
    }

    .news_main {
        margin-top: 2rem;
    }

    .Announcement {
        padding: 3rem 0 2.5rem;
    }

    .Announcement_main {
        margin-top: 2.5rem;
    }

    .Announcement_main li {
        width: 100%;
        margin: 0 0 1rem 0 !important;
    }

    .Announcement_main li a .img {
        height: auto;
    }

    .zjkgd_t {
        display: flex;
        justify-content: center;
    }

    .zjkgd_t li {
        margin: 0 1.3rem;
    }

    .zjkgd_t li p {
        font-size: 13px
    }

    .kgfc .kgfc_l_tit,
    .kgfc .kgfc_r_tit,
    .zjkgd_b_tit {
        font-size: 20px
    }

    .zjkgd_b_main li,
    .zjkgd_b_tit {
        height: auto;
    }

    .zjkgd_b_main li a .txt p,
    .kgfc .kgfc_l li a .txt p,
    .kgfc .kgfc_r li a .txt p {
        font-size: 14px
    }

    .ryzp {
        padding: 3.5rem 0 19rem;
    }

    .ryzp_main {
        margin-top: 2.5rem;
    }

    .ryzp_main li {
        width: 100%;
        margin-bottom: 2rem;
    }

    .ryzp_main li a {
        padding: 2.25rem 2rem 1.875rem;
    }

    .ryzp_main li a p {
        min-height: auto;
        font-size: 16px;
    }

    .ryzp_main li a .xx {
        margin: 3rem 0 1.5rem;
    }

    .zjkgd_b_main li a .txt span,
    .kgfc .kgfc_l li a .txt span,
    .kgfc .kgfc_r li a .txt span {
        width: 1.2rem;
    }

    .bkzs_main {
        display: none;
    }

    .bkzs_main1 {
        display: block;
        width: 90%;
        margin: 0 auto;
        position: absolute;
        left: 5%;
        top: 15%;
    }

    .bkzs_main1 .swiper-slide a span {
        width: 50px;
        height: 35px;
    }

    .bkzs_main li a p,
    .bkzs_main1 .swiper-slide a p {
        font-size: 17px;
        line-height: 24px;
        margin-top: 10px;
    }

    .bkzs_main1 .swiper-slide {
        margin-top: 70px;
    }

    .bkzs_main1 .swiper-slide-active {
        margin-top: 0px;
    }
}

@media (max-width: 576px) {

    .bkzs_main1 .swiper-slide a p {
        width: 90%;
    }

        .kgfc .kgfc_l li a .img span {
    width: 2rem;
    height: 2rem;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
}
}

@media (max-width: 480px) {
    .bkzs_main1 .swiper-slide a p {
        /* width: 40%; */
          font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }

     .bkzs_main1 .swiper-slide {
        margin-top: 0px;
    }

    .zjkgd_b_main li a .txt,
.kgfc .kgfc_l li a .txt,
.kgfc .kgfc_r li a .txt {
    padding: .25rem .75rem;
}

    .tit-more a img{
        width:120px;
    }

        .title_txt {
        padding: 1.25rem 0rem 0 3rem;
    }

    .title_txt .img {
    height: 7.5px;
}

        .title_txt p {
        line-height: 24px;
    }

    .title_txt{
        height:auto;
    }
}