.vp {
    background: url(../images/zhy/bg02.png) no-repeat top;
    background-size: cover;
}

.nyba p {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
}

.nyba p a {
    font-size: 18px;
    color: #fff;
}

.nyba p i {
    color: #fff;
}

.num_first {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    /* position: relative; */
}

.num_first .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 658px;
    display: block;
    margin: 0 auto;
}

.num_first .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 12%;
}

.num_first .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 12%;
}

.nywp {
    position: relative;
}

.num_second {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
}

.num_second .one {
    background: #fff;
}

.num_second .two {
    background: #fff url('../images/zhy/scd01.png') no-repeat right bottom;
    background-size: cover;
}

.num_second .three {
    background: #fff url('../images/zhy/scd02.png') no-repeat right bottom;
    background-size: cover;
}

.num_second .four {
    background: #fff url('../images/zhy/scd03.png') no-repeat right bottom;
    background-size: cover;
}

.num_second .five {
    background: #fff url('../images/zhy/scd04.png') no-repeat right bottom;
    background-size: cover;
}

.num_second .sed_item {
    width: calc(100%/4 - 20px);
    height: 200px;
    box-shadow: 0 0 10px 0px #e9e9e9;
    padding: 45px 25px;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.num_second .sed_item:hover {
    margin-top: -20px;
}

.num_second .sed_item .img img {
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.num_second .sed_item .sed_title {
    font-size: 26px;
    color: #573da8;
    font-weight: bold;
    line-height: 35px;
}

.num_second .sed_item .sed_txt {
    font-size: 14px;
    color: #333;
    padding-top: 60px;
    padding-bottom: 45px;
}

.num_third {
    padding-top: 185px;
    padding-bottom: 100px;
}

.num_third .tid_title {
    padding-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #323232;
}

.num_third .tid_itme {
    display: flex;
    justify-content: space-between;
}

.num_third .tid_bod {
    width: calc(100%/4 - 25px);
}

.tid_pic3 {
    width: 100%;
    height: 16em;
    overflow: hidden;
    position: relative;
}

.tid_pic3::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    background: url(../images/zhy/thr05.png) no-repeat center bottom;
    height: 7px;
    background-size: cover;
    width: 100%;
    z-index: 5;
}

.tid_pic3 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.tid_pic3 img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.num_third .tid_bod .tid_bod_title {
    font-size: 26px;
    color: #222;
    padding: 20px 11px;
}

.num_third .tid_bod .tid_bod_p {
    font-size: 14px;
    color: #878787;
    padding-left: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;
}

.gj_more {
    width: 100%;
    text-align: right;
}

.gj_more a {
    color: #333;
    display: block;
    width: 100%;
    text-align: right;
}

.gj_more a:hover {
    color: #6e30c6;
}

@media only screen and (max-width: 1913px) and (min-width: 950px) {
    .nyba p a {
        font-size: 0.93vw;
        color: #fff;
    }
    .nyba p i {
        color: #fff;
    }
    .num_first {
        width: 100%;
        margin: 0 auto;
        padding-top: 5.2vw;
        /* position: relative; */
    }
    .num_first .swiper-container .swiper-wrapper .swiper-slide img {
        /* width: 100%; */
        height: 34.27vw;
    }
    .num_second {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -5.2vw;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        width: 90%;
    }
    .num_second .one {
        background: #fff;
    }
    .num_second .two {
        background: #fff url('../images/zhy/scd01.png') no-repeat right bottom;
        background-size: cover;
    }
    .num_second .three {
        background: #fff url('../images/zhy/scd02.png') no-repeat right bottom;
        background-size: cover;
    }
    .num_second .four {
        background: #fff url('../images/zhy/scd03.png') no-repeat right bottom;
        background-size: cover;
    }
    .num_second .five {
        background: #fff url('../images/zhy/scd04.png') no-repeat right bottom;
        background-size: cover;
    }
    .num_second .sed_item {
        width: calc(100%/4 - 1.04vw);
        height: 12.44vw;
        /* box-shadow: 0.52vw 0.52vw 1.56vw #e9e9e9; */
        padding: 2.34vw 1.3vw;
        position: relative;
    }
    .num_second .sed_item .img img {
        width: 100%;
        position: absolute;
        bottom: -0.26vw;
        left: 0;
    }
    .num_second .sed_item .sed_title {
        font-size: 1.35vw;
        color: #573da8;
        font-weight: bold;
        line-height: 1.82vw;
    }
    .num_second .sed_item .sed_txt {
        font-size: 0.73vw;
        color: #333;
        padding-top: 3.125vw;
        padding-bottom: 2.343vw;
    }
    .num_third {
        padding-top: 9.63vw;
        padding-bottom: 5.2vw;
    }
    .num_third .tid_title {
        padding-bottom: 2.6vw;
        font-size: 1.875vw;
        font-weight: bold;
        color: #323232;
    }
    .num_third .tid_itme {
        display: flex;
        justify-content: space-between;
    }
    .num_third .tid_bod {
        width: calc(100%/4 - 1.3vw);
    }
    .num_third .tid_bod .tid_bod_title {
        font-size: 1.35vw;
        color: #222;
        padding: 1.04vw 0.57vw;
    }
    .num_third .tid_bod .tid_bod_p {
        font-size: 0.73vw;
        color: #878787;
        padding-left: 0.57vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 1.14vw;
        max-height: 4.58vw;
        overflow: hidden;
    }
}

@media all and (max-width: 1366px) {
    .num_first {
        width: 100%;
        margin: 0 auto;
        padding-top: 100px;
    }
    .num_first .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 4.7rem;
    }
    .num_second .one {
        background: #fff;
    }
    .num_second .two {
        background: #fff url('../images/zhy/scd01.png') no-repeat right bottom;
        background-size: cover;
    }
    .num_second .three {
        background: #fff url('../images/zhy/scd02.png') no-repeat right bottom;
        background-size: cover;
    }
    .num_second .four {
        background: #fff url('../images/zhy/scd03.png') no-repeat right bottom;
        background-size: cover;
    }
    .num_second .five {
        background: #fff url('../images/zhy/scd04.png') no-repeat right bottom;
        background-size: cover;
    }
    .tid_pic3 {
        height: 15em;
    }
}

@media all and (max-width: 1080px) {
    .nyba p {
        position: absolute;
        top: 60%;
        left: 0;
        right: 0;
    }
    .nyba p a {
        font-size: 14px;
        color: #fff;
    }
    .nyba p i {
        color: #fff;
    }
    .num_second .one {
        background: #fff;
    }
    .num_second .two {
        background: #fff url('../images/zhy/scd01.png') no-repeat right bottom;
        background-size: auto;
    }
    .num_second .three {
        background: #fff url('../images/zhy/scd02.png') no-repeat right bottom;
        background-size: auto;
    }
    .num_second .four {
        background: #fff url('../images/zhy/scd03.png') no-repeat right bottom;
        background-size: auto;
    }
    .num_second .five {
        background: #fff url('../images/zhy/scd04.png') no-repeat right bottom;
        background-size: auto;
    }
    .num_first {
        width: 100%;
        margin: 0 auto;
        padding-top: 100px;
        /* position: relative; */
    }
    .swiper-button-next:after, .swiper-button-prev:after{font-size: .3rem;}
    .num_first .swiper-container .swiper-wrapper .swiper-slide img {
        width: auto;
        height: auto;
    }
    .nywp {
        position: static;
    }
    .num_second {
        padding-top: 50px;
        position: static;
        left: 0;
        transform: translateX(0%);
        bottom: 0;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        /* width: 100%; */
    }
    .num_third {
        padding-top: 85px;
        padding-bottom: 100px;
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .num_second {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        z-index: 1;
        width: 100%;
    }
    /* .num_second .five {
        width: 100% !important;
    } */
    .num_second .sed_item {
        width: calc(100%/2 - 20px);
        box-shadow: 10px 10px 30px #e9e9e9;
        padding: 45px 25px;
        position: relative;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 960px) {
    .num_second .two {
        background: #fff url('../images/zhy/scd01.png') no-repeat right bottom;
        background-size: auto;
    }
    .num_second .three {
        background: #fff url('../images/zhy/scd02.png') no-repeat right bottom;
        background-size: auto;
    }
    .num_second .four {
        background: #fff url('../images/zhy/scd03.png') no-repeat right bottom;
        background-size: auto;
    }
    .num_second .five {
        background: #fff url('../images/zhy/scd04.png') no-repeat right bottom;
        background-size: auto;
    }
    .num_third {
        padding-top: 85px;
        padding-bottom: 100px;
    }
    .num_third .tid_title {
        padding-bottom: 50px;
        font-size: 36px;
        font-weight: bold;
        color: #323232;
    }
    .num_third .tid_itme {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .num_third .tid_bod {
        width: calc(100%/2 - 25px);
        margin-bottom: 30px;
    }
    .num_second .sed_item .sed_txt {
        padding-top: .3rem;
        padding-bottom: .2rem;
    }
}

@media all and (max-width: 768px) {
    .nyba p {
        display: none;
        position: absolute;
        top: 60%;
        left: 0;
        right: 0;
    }
    .num_second {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        z-index: 1;
        width: 100%;
    }
    /* .num_second .five {
        width: 100% !important;
    } */
    .num_second .sed_item {
        width: calc(100%/2 - 20px);
        padding: 45px 25px;
        position: relative;
        margin-bottom: 30px;
    }
    .num_third {
        padding-top: 85px;
        padding-bottom: 100px;
    }
    .num_third .tid_title {
        padding-bottom: 50px;
        font-size: 36px;
        font-weight: bold;
        color: #323232;
    }
    .num_third .tid_itme {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .num_third .tid_bod {
        width: calc(100%/2 - 25px);
        margin-bottom: 30px;
    }
    .num_first,
    .num_second {
        padding-top: .3rem;
    }
}

@media all and (max-width: 480px) {
    .num_second {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        z-index: 1;
        width: 100%;
    }
    .num_second .sed_item .img img {
        width: 100%;
        position: absolute;
        bottom: -5px;
        left: 0;
    }
    .num_second .sed_item .sed_title {
        font-size: 26px;
        color: #573da8;
        font-weight: bold;
        line-height: 35px;
    }
    .num_second .sed_item .sed_txt {
        font-size: 14px;
        color: #333;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .num_second .sed_item {
        width: 100%;
        padding: 45px 25px;
        position: relative;
        margin-top: 0px;
    }
    .num_third {
        padding-top: 85px;
        padding-bottom: 50px;
    }
    .num_third .tid_title {
        padding-bottom: 50px;
        font-size: 36px;
        font-weight: bold;
        color: #323232;
    }
    .num_third .tid_itme {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .num_third .tid_bod {
        width: 100%;
        margin-bottom: 30px;
    }
    .tid_pic3 {
        height: 16em;
    }
}


/* 招生 */


/* .bg {
    background: #fff  no-repeat top center;
    background-size: 100% 100%;
} */

.zs_bg,
.nybody {
    position: sticky;
}

.zs_bg {
    background: url(../images/ny/linebg.png) no-repeat top center;
    background-size: 100% auto;
    z-index: -3;
}

.zs_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/zhaosheng/zs-bg02.png') no-repeat left bottom;
    background-size: 100% 100%;
    width: 1214px;
    height: 650px;
    z-index: -1;
}

.zs_bg::after {
    content: "";
    position: absolute;
    top: 230px;
    right: 0;
    background: url('../images/zhaosheng/zs-bg03.png') no-repeat right top;
    background-size: 100% auto;
    width: 652px;
    height: 1293px;
    z-index: -2;
}

.nybody::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url('../images/zhaosheng/zs-bg01.png') no-repeat left top;
    background-size: 100% 100%;
    width: 977px;
    height: 975px;
    z-index: -4;
}

.zs_title {
    padding-top: 80px;
    /* padding-bottom: 100px; */
    position: relative;
}

.zs_title .number_one {
    margin-top: 0 !important;
}

.zs_item {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -100px;
}

.zs_item:nth-child(2n) {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -100px 0 0 auto;
}

.zs_item:nth-child(2n) .zs_pic {
    order: 2;
    width: 454px;
    height: 302px;
    overflow: hidden;
}

.zs_item:nth-child(2n) .zs_bod {
    order: 1;
    margin-top: 45px;
    width: calc(100% - 500px);
    text-align: right;
}

.zs_item:nth-child(2n) .zs_bod .bod_txt {
    width: 343px;
    margin-left: 264px;
    text-align: left;
}

.zs_item .zs_pic {
    width: 454px;
    height: 302px;
    overflow: hidden;
}

.zs_item .zs_pic img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.zs_item .zs_pic img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.zs_item .zs_bod {
    margin-top: 40px;
    width: calc(100% - 500px);
}

.zs_item .zs_bod .bod_txt {
    width: 414px;
    padding-top: 35px;
    padding-bottom: 25px;
    font-size: 16px;
    color: #333;
}

.zs_item .zs_bod .Read {
    padding-bottom: 38px;
}

.zs_item .zs_bod .Read a {
    font-size: 14px;
    color: #d8b95a;
    background-image: url(../images/b-icon3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-right: 25px;
    padding-bottom: 4px;
}

.zs_item .zs_bod .bod_title {
    font-size: 60px;
    font-weight: bold;
    /*letter-spacing: -5px;
     background-image: -webkit-linear-gradient(right, #8435df, #3e1daf);
    background-image: linear-gradient(to right, #8435df, #3e1daf);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.zs_item .zs_bod .bod_title svg {
    width: 100%;
}

.zs_item:nth-child(2n) .zs_bod .bod_title svg text {
    text-align: right;
    width: 100%;
    text-anchor: end;
}

@media all and (max-width: 1366px) {
    .zs_item {
        width: 100%;
        padding-bottom: 30px;
        margin: 0px 0 0 auto;
    }
    .zs_item:nth-child(2n) {
        width: 100%;
        margin: 0px 0 0 auto;
    }
}

@media all and (max-width: 1080px) {
    .zs_item:nth-child(2n) .zs_bod .bod_txt {
        width: 100%;
        margin-left: 0px;
        text-align: right;
    }
    .zs_item .zs_bod .bod_txt {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 25px;
        font-size: 16px;
        color: #333;
    }
    .zs_item .zs_bod .bod_title {
        font-size: 40px;
        font-weight: bold;
        margin-top: -30px;
    }
    .zs_item .zs_bod .bod_txt {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        color: #333;
    }
}

@media all and (max-width: 990px) {
    .zs_item .zs_pic {
        width: 404px;
        height: 252px;
        overflow: hidden;
    }
    .zs_item:nth-child(2n) .zs_pic {
        order: 2;
        width: 404px;
        height: 252px;
        overflow: hidden;
    }
    .zs_item:nth-child(2n) .zs_bod {
        order: 1;
        margin-top: 45px;
        width: calc(100% - 430px);
        text-align: right;
    }
    .zs_item .zs_bod {
        margin-top: 40px;
        width: calc(100% - 430px);
    }
    .zs_item:nth-child(2n) .zs_bod .bod_txt {
        width: 100%;
        margin-left: 0px;
        text-align: right;
    }
    .zs_item .zs_bod .bod_txt {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 25px;
        font-size: 16px;
        color: #333;
    }
    .zs_item .zs_bod .bod_title {
        font-size: 40px;
        font-weight: bold;
        margin-top: -30px;
    }
    .zs_item .zs_bod .bod_txt {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        color: #333;
    }
}

@media all and (max-width: 850px) {
    .zs_item .zs_pic {
        width: 354px;
        height: 202px;
        overflow: hidden;
    }
    .zs_item:nth-child(2n) .zs_pic {
        order: 2;
        width: 354px;
        height: 202px;
        overflow: hidden;
    }
    .zs_item:nth-child(2n) .zs_bod {
        order: 1;
        margin-top: 0px;
        width: calc(100% - 380px);
        text-align: right;
    }
    .zs_item .zs_bod {
        margin-top: 0px;
        width: calc(100% - 380px);
    }
    .zs_item:nth-child(2n) .zs_bod .bod_txt {
        width: 100%;
        margin-left: 0px;
        text-align: right;
    }
    .zs_item .zs_bod .bod_txt {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 25px;
        font-size: 16px;
        color: #333;
    }
    .zs_item .zs_bod .bod_title {
        font-size: 30px;
        font-weight: bold;
        margin-top: -30px;
    }
    .zs_item .zs_bod .bod_txt {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        color: #333;
    }
}

@media all and (max-width: 768px) {
    .zs_item .zs_pic {
        width: 354px;
        height: 202px;
        overflow: hidden;
    }
    .zs_item:nth-child(2n) .zs_pic {
        order: 2;
        width: 354px;
        height: 202px;
        overflow: hidden;
    }
    .zs_item:nth-child(2n) .zs_bod {
        order: 1;
        margin-top: 0px;
        width: calc(100% - 380px);
        text-align: right;
    }
    .zs_item .zs_bod {
        margin-top: 0px;
        width: calc(100% - 380px);
    }
    .zs_item:nth-child(2n) .zs_bod .bod_txt {
        width: 100%;
        margin-left: 0px;
        text-align: right;
    }
    .zs_item .zs_bod .bod_txt {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 25px;
        font-size: 16px;
        color: #333;
    }
    .zs_item .zs_bod .bod_title {
        font-size: 30px;
        font-weight: bold;
        margin-top: -30px;
    }
    .zs_item .zs_bod .bod_txt {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        color: #333;
    }
}

@media all and (max-width: 700px) {
    .zs_title {
        padding-top: 40px;
        padding-bottom: 50px;
        position: relative;
    }
    .zs_item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .zs_item:nth-child(2n) {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0px 0 0 auto;
    }
    .zs_item:nth-child(2n) .zs_pic {
        order: 1;
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0px 0 0 auto;
    }
    .zs_item:nth-child(2n) .zs_bod {
        order: 2;
        margin-top: 45px;
        width: 100%;
        text-align: right;
    }
    .zs_item .zs_pic {
        width: auto;
        height: auto;
        overflow: hidden;
    }
    .zs_item .zs_pic img {
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
    }
    .zs_item .zs_pic img:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .zs_item .zs_bod {
        margin-top: 40px;
        width: 100%;
    }
    .zs_item .zs_bod .bod_txt {
        width: 414px;
        padding-top: 35px;
        padding-bottom: 25px;
        font-size: 16px;
        color: #333;
    }
    .zs_item .zs_bod .Read {
        padding-bottom: 38px;
    }
    .zs_item .zs_bod .Read a {
        font-size: 14px;
        color: #d8b95a;
        background-image: url(../images/b-icon3.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        padding-right: 25px;
        padding-bottom: 4px;
    }
    .zs_item .zs_bod .bod_title {
        font-size: 40px;
        font-weight: bold;
        letter-spacing: -5px;
        background: linear-gradient(to right, #8435df, #3e1daf);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .zs_bg::before {
        width: auto;
        max-width: 100%;
    }
    .nybody::after {
        width: auto;
        max-width: 100%;
    }
}

@media all and (max-width: 480px) {
    .zs_title {
        padding-top: 40px;
        padding-bottom: 50px;
        position: relative;
    }
    .zs_item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: -.6rem;
    }
    .zs_item:first-child() {
        margin-top: 0;
    }
    .zs_item:nth-child(2n) {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0px 0 0 auto;
    }
    .zs_item:nth-child(2n) .zs_pic {
        order: 1;
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0px 0 0 auto;
    }
    .zs_item:nth-child(2n) .zs_bod {
        order: 2;
        margin-top: 45px;
        width: 100%;
        text-align: right;
    }
    .zs_item .zs_pic {
        width: auto;
        height: auto;
        overflow: hidden;
    }
    .zs_item .zs_pic img {
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
    }
    .zs_item .zs_pic img:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .zs_item .zs_bod {
        margin-top: 40px;
        width: 100%;
    }
    .zs_item .zs_bod .bod_txt {
        width: auto;
        padding-top: 35px;
        padding-bottom: 25px;
        font-size: 16px;
        color: #333;
    }
    .zs_item .zs_bod .Read {
        padding-bottom: 38px;
    }
    .zs_item .zs_bod .Read a {
        font-size: 14px;
        color: #d8b95a;
        background-image: url(../images/b-icon3.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        padding-right: 30px;
        padding-bottom: 4px;
    }
    .zs_item .zs_bod .bod_title {
        font-size: 40px;
        font-weight: bold;
        letter-spacing: -5px;
        background: linear-gradient(to right, #8435df, #3e1daf);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .zs_bg::before {
        width: auto;
        max-width: 100%;
    }
    .nybody::after {
        width: auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1913px) and (min-width: 950px) {}


/* 国际合作 */

.gj_bg {
    background: url(../images/gjhz/gj_setting.png) no-repeat left bottom;
    position: relative;
}

.gj_bg::after {
    content: '';
    position: absolute;
    top: -227px;
    right: 0px;
    background: url(../images/gjhz/gj_bg01.png) no-repeat top right;
    width: 553px;
    height: 687px;
    z-index: -5;
    overflow: hidden;
}

.gj_bg::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    background: url(../images/gjhz/gj_bg03.png) no-repeat top right;
    width: 231px;
    height: 230px;
    z-index: -1;
    overflow: hidden;
}
.gj {
    border-bottom: .03rem solid #eef2fb;
    padding-top: 0.3rem;
    margin-bottom: .3rem;
    padding-bottom: 0;
}
.gj .listUl {

    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 16px;
    position: relative;
    bottom: 0rem;
}

.gj .listUl .listLi {
    width: 465px;
    text-align: center;
    background: url(../images/gjhz/listbg.png) no-repeat left top;
    background-size: 100% 100%;
    line-height: 50px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    height: 51px;
    z-index: 10;
}

.gj .listUl .listLi a {
    font-size: 36px;
    display: block;
    font-weight: bold;
    width: 100%;
    height: 100%;
    color: #bfbfbf;
}

.gj .listUl .listLi:hover,
.gj .listUl .listLi.active,
.gj .listUl .listLi:hover a {
    background: url(../images/gjhz/listbgactive.png) no-repeat left top;
    background-size: 100% 100%;
    z-index: 15;
    color: #333;
}

.gj .listUl .listLi:hover a,
.gj .listUl .listLi.active a {
    background: url(../images/gjhz/listbgactive.png) no-repeat left top;
    background-size: 100% 100%;
    z-index: 15;
    color: #333;
}

.num_item,.num_item02 {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    margin-bottom: 75px;
    margin-top: 30px;
    min-height: 4.6rem;
    /* position: relative; */
}
.num_item .swiper-container,.num_item02 .swiper-container{height: 100%;height: 100%;margin-bottom: .5rem;}

.num_item02 {
    margin-bottom: .8rem;
    /* position: relative; */
}

.num_item02 p {
    margin-top: 10px;
    text-align: center;
    font-size: .18rem;
}

.num_item .swiper-container .swiper-wrapper .swiper-slide img,.num_item02 .swiper-container .swiper-wrapper .swiper-slide img  {
    width: 100%;
    height: 100%;
}

.gj_two {
    background: #f1f3fa;
    padding: 45px 35px 40px;
    margin-bottom: 75px;
    position: relative;
}

.gj_two::after {
    content: '';
    position: absolute;
    top: 0;
    left: -187px;
    background: url(../images/gjhz/gj_bg02.png) no-repeat top left;
    width: 294px;
    height: 294px;
    z-index: -1;
}

.t_title {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.t_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t_item .st {
    width: calc(100%/3 - 25px);
    margin: 25px 0;
    height: 173px;
    position: relative;
}

.t_item .st .a {
    padding: 30px 35px 20px;
    background: url('../images/gjhz/t_two.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    opacity: 1;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.gj_two .t_item .td .b a {
    width: 100%;
    height: 100%;
    /* display: none; */
    display: flex;
    justify-content: space-between;
    background: #6e30c6;
    padding: 20px 15px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    color: #fff;
}

.t_item .st:hover {
    box-shadow: 0 .02rem .05rem 0px rgba(0, 0, 0, .3);
    transition: all .8s;
    -webkit-transition: all .8s;
}

.t_item .st:hover .a {
    opacity: 0;
}

.t_item .st:hover .b a {
    opacity: 1;
}

.gj_two .t_item .td .td_title {
    width: 100px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.gj_two .t_item .td .td_item {
    width: calc(100% - 100px);
}

.gj_two .t_item .td .td_item a {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 120px;
    overflow: hidden;
}

.gj_two .t_item .st .pic {
    padding-bottom: 25px;
}

.gj_two .t_item .st .st_item {
    font-size: 26px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 32px;
    overflow: hidden;
}

.gj_three {
    background: #f1f3fa;
    padding: 45px 35px 30px;
    margin-bottom: 75px;
}

.gj_three .t_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gj_three .t_item .item {
    width: calc(100%/3 - 26px);
    margin: 30px 0;
}

.gj_three .t_item .item .img {
    width: 100%;
    padding: 0 6px 0px 0;
    margin-bottom: 25px;
    background: url(../images/gjhz/gj_pic01.png) no-repeat right bottom;
    background-size: 90%;
    position: relative;
    overflow: hidden;
}

.gj_three .t_item .item .img img {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.gj_three .t_item .item .img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.gj_three .t_item .item .gj_set {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 75px;
    overflow: hidden;
}

@media only screen and (max-width: 1913px) and (min-width: 950px) {
    .gj_bg {
        background: url(../images/gjhz/gj_setting.png) no-repeat left bottom;
        position: relative;
    }
    .gj_bg::after {
        content: '';
        position: absolute;
        top: -1.182vw;
        right: 0vw;
        background: url(../images/gjhz/gj_bg01.png) no-repeat top right;
        width: 28.8vw;
        height: 35.781vw;
        z-index: -5;
        overflow: hidden;
    }
    .gj_bg::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 5%;
        background: url(../images/gjhz/gj_bg03.png) no-repeat top right;
        width: 12.031vw;
        height: 11.979vw;
        z-index: -1;
        overflow: hidden;
    }
    .gj .listUl {
        /* margin-bottom: -0.52vw; */
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 0.833vw;
        position: relative;
        bottom: 0rem;
    }
    .gj .listUl .listLi {
        width: 24.218vw;
        text-align: center;
        background: url(../images/gjhz/listbg.png) no-repeat left top;
        background-size: 100% 100%;
        line-height: 2.604vw;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        height: 2.656vw;
        z-index: 10;
    }
    .gj .listUl .listLi a {
        font-size: 1.345vw;
        color: #333;
        display: block;
        font-weight: bold;
        width: 100%;
        height: 100%;
    }
    .gj .listUl .listLi:hover,
    .gj .listUl .listLi:hover .active,
    .gj .listUl .listLi:hover a {
        background: url(../images/gjhz/listbgactive.png) no-repeat left top;
        background-size: 100% 100%;
        z-index: 15;
        color: #bfbfbf;
    }
    .num_item {
        width: 100%;
        margin: 0 auto;
        margin-top: 1.5625vw;
        margin-bottom: 3.906vw;
        min-height: 23.95vw;
        /* position: relative; */
    }
    .num_item02 .swiper-container{in-height: 23.95;}
    .num_item .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    .gj_two {
        background: rgba(232, 235, 246, .6);
        padding: 2.343vw 1.822vw 2.08vw;
        margin-bottom: 3.9vw;
        position: relative;
    }
    .gj_two::after {
        content: '';
        position: absolute;
        top: 0;
        left: -9.739vw;
        background: url(../images/gjhz/gj_bg02.png) no-repeat top left;
        width: 15.3125vw;
        height: 15.3125vw;
        z-index: -1;
    }
    .t_title {
        margin-bottom: 1.3vw;
        font-size: 1.5625vw;
        font-weight: bold;
        text-align: center;
    }
    .t_item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .t_item .st {
        width: calc(100%/3 - 1.3vw);
        margin: 1.3vw 0;
        /* height: 9.01vw; */
        position: relative;
    }
    .t_item .st .a {
        padding: 1.5625vw 1.822vw 1.041vw;
        background: url('../images/gjhz/t_two.png') no-repeat;
        background-size: 100% 100%;
        height: 100%;
        opacity: 1;
        transition: all .8s;
        -webkit-transition: all .8s;
    }
    .gj_two .t_item .td .b {
        width: 100%;
        height: 100%;
        /* display: none; */
        background: #6e30c6;
        padding: 1.041vw 0.781vw;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .8s;
        -webkit-transition: all .8s;
    }
    .t_item .st:hover .a {
        opacity: 0;
    }
    .t_item .st:hover .b {
        opacity: 1;
        display: flex;
        justify-content: space-between;
    }
    .gj_two .t_item .td .td_title {
        width: 5.2vw;
        font-size: 0.9375vw;
        color: #fff;
        font-weight: bold;
    }
    .gj_two .t_item .td .td_item a {
        font-size: 0.729vw;
        color: #fff;
        width: calc(100% - 5.2vw);
        line-height: 1.25vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        max-height: 6.25vw;
        overflow: hidden;
    }
    .gj_two .t_item .st .pic {
        padding-bottom: 1.302vw;
    }
    .gj_two .t_item .st .st_item {
        font-size: 1.354vw;
        color: #fff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        max-height: 1.66vw;
        overflow: hidden;
    }
    .gj_three {
        background: rgba(232, 235, 246, .6);
        padding: 2.343vw 1.822vw 1.041vw;
        margin-bottom: 3.906vw;
    }
    .gj_three .t_item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .gj_three .t_item .item {
        width: calc(100%/3 - 1.354vw);
        margin-bottom: 3.125vw;
    }
    .gj_three .t_item .item .img {
        width: 100%;
        padding: 0 0.3125vw 0vw 0;
        margin-bottom: 25px;
        background: url(../images/gjhz/gj_pic01.png) no-repeat right bottom;
        background-size: 90%;
        position: relative;
        overflow: hidden;
    }
    .gj_three .t_item .item .gj_set {
        font-size: 0.729vw;
        color: #333;
        line-height: 1.56vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 4.68vw;
        overflow: hidden;
    }
}

@media all and (max-width: 1366px) {
    .gj_bg {
        background: url(../images/gjhz/gj_setting.png) no-repeat left bottom;
        background-size: 100%;
        position: relative;
    }
}

@media all and (max-width: 1190px) {
    .gj_two .t_item .td .td_item {
        font-size: 14px;
        color: #fff;
        width: calc(100% - 50px);
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        max-height: 120px;
        overflow: hidden;
    }
}

@media all and (max-width: 960px) {
    .gj .listUl .listLi a {
        font-size: 26px;
    }
    .num_item {
        margin-bottom: 30px;
        min-height:200px;
    }
    .num_item02 .swiper-container{min-height: 200px;}
}

@media all and (max-width: 860px) {
    .gj .listUl .listLi a {
        font-size: 20px;
    }
    .t_item .st {
        width: calc(100%/2 - 25px);
    }
    .gj_three .t_item .item {
        width: calc(100%/2 - 26px);
    }
}

@media all and (max-width: 768px) {
    .gj .listUl .listLi a {
        font-size: 20px;
    }
    .t_item .st {
        width: calc(100%/2 - 5px);
    }
    .gj_three .t_item .item {
        width: calc(100%/2 - 6px);
    }
    .gj .listUl, .gj .listUl02{margin-left: 0;}
    .gj .listUl .listLi {height: .3rem;line-height: .3rem;width:50%;}
}


/* @media all and (max-width: 580px) {
    .gj .listUl .listLi a {
        font-size: 14px;
    }
    .t_item .st {
        width: 100%;
    }
    .gj_three .t_item .item {
        width: 100%;
    }
    .num_item {
        margin-bottom: 35px;
    }
    .gj_two {
        padding: 25px 25px 0px;
    }
    .gj_two {
        padding: 25px 25px 0px;
        margin-bottom: 35px;
    }
} */

@media all and (max-width: 480px) {
    .gj .listUl .listLi a {
        font-size: 14px;
    }
    .t_item .st {
        width: 100%;
    }
    .gj_three .t_item .item {
        width: 100%;
    }
    .num_item {
        margin-bottom: 35px;
        min-height:150px;
    }
    .num_item02 .swiper-container{height:150px;}
    .gj_two {
        padding: 25px 25px 0px;
    }
    .gj_two {
        padding: 25px 25px 0px;
        margin-bottom: 35px;
    }
}

.lx_item {
    margin-top: 30px;
}

.lx_item .num_a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lx_item .num_a .a_left {
    width: calc(100%/2 - 10px);
}

.lx_item .num_a .a_left .item {
    padding: 15px 30px 20px;
    background: #fafafa;
    margin-bottom: 20px;
}

.lx_item .num_a .a_left .item .title {
    font-size: 18px;
    color: #5319ae;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.lx_item .num_a .a_left .item .title::after {
    content: ' ';
    position: absolute;
    top: 3px;
    left: -30px;
    background: url('../images/lxwm/lxwm_01.png') no-repeat top left;
    width: 3px;
    height: 18px;
}

.lx_item .num_a .a_left .item .bod {
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.lx_item .num_a .a_right {
    width: calc(100%/2 - 10px);
    margin-bottom: 20px;
    background: #fafafa;
}

.lx_item .num_a .a_right .item {
    padding: 20px 30px 75px;
}

.lx_item .num_a .a_right .item .title {
    font-size: 18px;
    color: #5319ae;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.lx_item .num_a .a_right .item .title::after {
    content: ' ';
    position: absolute;
    top: 3px;
    left: -30px;
    background: url('../images/lxwm/lxwm_01.png') no-repeat top left;
    width: 3px;
    height: 18px;
}

.lx_item .num_a .a_right .item .bod {
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.lx_item .num_a .a_right .item .bod .st {
    display: flex;
    justify-content: flex-start;
}

.lx_item .num_a .a_right .item .bod .st .td {
    width: 155px;
    font-weight: bold;
}

.lx_item .num_a .a_right .item .bod .st .tb {
    width: calc(100% - 155px);
}

.lx_item .num_a .a_right .item .bod .st .tb p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 34px;
}

.lx_item .num_b {
    padding: 20px 30px 75px;
    background: #fafafa;
    margin-bottom: .3rem;
}

.lx_item .num_b .title {
    font-size: 18px;
    color: #5319ae;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.lx_item .num_b .title::after {
    content: ' ';
    position: absolute;
    top: 3px;
    left: -30px;
    background: url('../images/lxwm/lxwm_01.png') no-repeat top left;
    width: 3px;
    height: 18px;
}

.lx_item .num_b .pic img {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 1913px) and (min-width: 950px) {
    .lx_item {
        margin-top: 1.5625vw;
    }
    .lx_item .num_a {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lx_item .num_a .a_left {
        width: calc(100%/2 - 0.52vw);
    }
    .lx_item .num_a .a_left .item {
        padding: 0.781vw 1.5625vw 1.041vw;
        background: #fafafa;
        margin-bottom: 1.041vw;
    }
    .lx_item .num_a .a_left .item .title {
        font-size: 0.9375vw;
        color: #5319ae;
        font-weight: bold;
        margin-bottom: 0.52vw;
        position: relative;
    }
    .lx_item .num_a .a_left .item .title::after {
        content: ' ';
        position: absolute;
        top: 0.15625vw;
        left: -1.5625vw;
        background: url('../images/lxwm/lxwm_01.png') no-repeat top left;
        width: 0.15625vw;
        height: 0.9375vw;
    }
    .lx_item .num_a .a_left .item .bod {
        font-size: 0.7291vw;
        color: #333;
        line-height: 1.7708vw;
    }
    .lx_item .num_a .a_right {
        width: calc(100%/2 - 0.52vw);
        margin-bottom: 1.041vw;
        background: #fafafa;
    }
    .lx_item .num_a .a_right .item {
        padding: 1.041vw 1.5625vw 3.90625vw;
    }
    .lx_item .num_a .a_right .item .title {
        font-size: 0.9375vw;
        color: #5319ae;
        font-weight: bold;
        margin-bottom: 0.52vw;
        position: relative;
    }
    .lx_item .num_a .a_right .item .title::after {
        content: ' ';
        position: absolute;
        top: 0.15625vw;
        left: -1.5625vw;
        background: url('../images/lxwm/lxwm_01.png') no-repeat top left;
        width: 0.15625vw;
        height: 0.9375vw;
    }
    .lx_item .num_a .a_right .item .bod {
        font-size: 0.7291vw;
        color: #333;
        line-height: 1.7708vw;
    }
    .lx_item .num_a .a_right .item .bod .st {
        display: flex;
        justify-content: flex-start;
    }
    .lx_item .num_a .a_right .item .bod .st .td {
        width: 8.0729vw;
        font-weight: bold;
    }
    .lx_item .num_a .a_right .item .bod .st .tb {
        width: calc(100% - 8.0729vw);
    }
    .lx_item .num_a .a_right .item .bod .st .tb p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 1.7708vw;
    }
    .lx_item .num_b {
        padding: 1.041vw 1.5625vw 3.90625vw;
        background: #fafafa;
    }
    .lx_item .num_b .title {
        font-size: 0.9375vw;
        color: #5319ae;
        font-weight: bold;
        margin-bottom: 0.52vw;
        position: relative;
    }
    .lx_item .num_b .title::after {
        content: ' ';
        position: absolute;
        top: 0.15625vw;
        left: -1.5625vw;
        background: url('../images/lxwm/lxwm_01.png') no-repeat top left;
        width: 0.15625vw;
        height: 0.9375vw;
    }
    .lx_item .num_b .pic img {
        display: block;
        margin: 0 auto;
    }
}

@media all and (max-width: 768px) {
    .lx_item .num_a .a_left {
        width: 100%;
    }
    .lx_item .num_a .a_right {
        width: 100%;
        margin-bottom: 20px;
        background: #fafafa;
    }
    
}

html {
    font-size: 100px;
}

* {
    box-sizing: border-box;
}

.hz_item {
    padding: 0.6rem;
    background: url(../images/lxwm/hz_bg.png) no-repeat;
    background-size: 100% 100%;
}

.hz_item .content {
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.hz_item .content .hz_title {
    text-align: center;
}

.hz_item .content .hz_title a {
    font-size: 0.18rem;
    color: #5030af;
    font-weight: bold;
}

.hz_item .content .hz_title::after {
    content: "";
    display: inline-block;
    height: 0.02rem;
    width: 0.6rem;
    background: #d2d2d2;
    vertical-align: middle;
    margin-left: 1vw;
}

.hz_item .content .hz_title::before {
    content: "";
    display: inline-block;
    height: 0.02rem;
    width: 0.6rem;
    background: #d2d2d2;
    vertical-align: middle;
    margin-right: 1vw;
}

.hz_item .content .hz_bod .item {
    /* padding-top: 0.35rem;
      padding-bottom: 0.35rem; */
    position: relative;
    padding: 0.3rem 0.22rem;
    border-bottom: 0.01rem solid #dcdcdc;
}

.hz_item .content .hz_bod .item:last-child {
    border-bottom: 0rem solid #dcdcdc;
}

.hz_item .content .hz_bod .item .hz_a {
    transition: all 1s;
    -webkit-transition: all 1s;
}

.hz_item .content .hz_bod .item .hz_a a {
    font-size: 0.18rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 0.34rem;
    transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
}

.hz_item .content .hz_bod .item .hz_a::after {
    content: "";
    background: url(../images/lxwm/hz_jt.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0.36rem;
    width: 0.71rem;
    height: 0.24rem;
    background-size: 100% 100%;
    display: inline-block;
    transition: 1s;
    -webkit-transition: 1s;
    transform: translate(-1rem);
}

.hz_item .content .hz_bod .item .hz_b {
    display: none;
}

.hz_b li {
    width: 100%;
    padding-left: 0.75rem;
    justify-content: flex-start;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    position: relative;
    font-size: 0.14rem;
    color: #333;
    opacity: 0.8;
    line-height: 0.26rem;
}

.hz_item .content .hz_bod .item:hover {
    transition: all 1s;
    -webkit-transition: all 1s;
    position: relative;
}

.hz_item .content .hz_bod .item .hz_a:hover {
    padding-left: 0.75rem;
}

.hz_item .content .hz_bod .item .hz_a:hover::after {
    transform: translate(0);
}

.hz_item .content .hz_bod .item .hz_a:hover a {
    color: #5030af;
}

.hz_item .content .hz_bod .item .hz_b .b_bod:hover .bt_title {
    color: #5030af;
}

.hz_item .content .hz_bod .item .hz_b .b_bod .bt_title {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.24rem;
    margin-bottom: 0.15rem;
}

.hz_item .content .hz_bod .item .hz_b .b_bod .bt_bod {
    font-size: 0.14rem;
    color: #333;
    opacity: 0.7;
    line-height: 0.24rem;
}


/* @media all and (max-width: 1366px) {
    .hz_item {
      padding: 0.6rem;
    }
  }
  
  @media all and (max-width: 1080px) {
    .hz_item {
      padding: 0.3rem;
    }
  }
  
  @media all and (max-width: 480px) {
    .hz_item {
      padding: 0.15rem;
    }
  } */


/* 


.hz_item {
    padding: 60px;
    background: url(../images/lxwm/hz_bg.png) no-repeat;
    background-size: 100% 100%;
}

.hz_item .content {
    margin-bottom: 30px;
}

.hz_item .content .hz_title {
    text-align: center;
}

.hz_item .content .hz_title a {
    font-size: 18px;
    color: #5030af;
    font-weight: bold;
}

.hz_item .content .hz_title::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 60px;
    background: #d2d2d2;
    vertical-align: middle;
    margin-left: 1vw;
}

.hz_item .content .hz_title::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 60px;
    background: #d2d2d2;
    vertical-align: middle;
    margin-right: 1vw;
}

.hz_item .content .hz_bod .item {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.hz_item .content .hz_bod .item:last-child {
    border-bottom: 0px solid #dcdcdc;
}

.hz_item .content .hz_bod .item .hz_a {
    padding-left: 22px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 34px;
}

.hz_item .content .hz_bod .item:hover .hz_a {
    padding-bottom: 35px;
}

.hz_item .content .hz_bod .item .hz_b {
    padding-top: 35px;
    padding-left: 22px;
    border-top: 1px solid #dcdcdc;
    display: none;
    justify-content: flex-start;
}

.hz_item .content .hz_bod .item:hover .hz_b {
    display: flex;
}

.hz_item .content .hz_bod .item .hz_b .hz_pic {
    width: 105px;
}

.hz_item .content .hz_bod .item .hz_b .b_bod {
    width: calc(100% - 105px);
}

.hz_item .content .hz_bod .item .hz_b .b_bod .bt_title {
    font-size: 18px;
    color: #5030af;
    line-height: 24px;
    margin-bottom: 15px;
}

.hz_item .content .hz_bod .item .hz_b .b_bod .bt_bod {
    font-size: 14px;
    color: #333;
    opacity: 0.7;
    line-height: 24px;
}




@media only screen and (max-width: 1913px) and (min-width: 950px) {
    .hz_item {
        padding: 3.125vw;
        background: url(../images/lxwm/hz_bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .hz_item .content {
        margin-bottom: 1.5625vw;
    }
    .hz_item .content .hz_title {
        text-align: center;
    }
    .hz_item .content .hz_title a {
        font-size: 0.9375vw;
        color: #5030af;
        font-weight: bold;
    }
    .hz_item .content .hz_title::after {
        content: '';
        display: inline-block;
        height: 0.1041vw;
        width: 3.125vw;
        background: #d2d2d2;
        vertical-align: middle;
        margin-left: 1vw;
    }
    .hz_item .content .hz_title::before {
        content: '';
        display: inline-block;
        height: 0.1041;
        width: 3.125vw;
        background: #d2d2d2;
        vertical-align: middle;
        margin-right: 1vw;
    }
    .hz_item .content .hz_bod .item {
        padding-top: 1.8229vw;
        padding-bottom: 1.8229vw;
        position: relative;
        border-bottom: 0.052vw solid #dcdcdc;
    }
    .hz_item .content .hz_bod .item:last-child {
        border-bottom: 0px solid #dcdcdc;
    }
    .hz_item .content .hz_bod .item .hz_a {
        padding-left: 1.1458vw;
        font-size: 0.9375vw;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 1.7708vw;
    }
    .hz_item .content .hz_bod .item:hover .hz_a {
        padding-bottom: 1.8229vw;
    }
    .hz_item .content .hz_bod .item .hz_b {
        padding-top: 1.8229vw;
        padding-left: 1.1458vw;
        border-top: 0.052vw solid #dcdcdc;
        display: none;
        justify-content: flex-start;
    }
    .hz_item .content .hz_bod .item:hover .hz_b {
        display: flex;
    }
    .hz_item .content .hz_bod .item .hz_b .hz_pic {
        width: 5.46875vw;
    }
    .hz_item .content .hz_bod .item .hz_b .b_bod {
        width: calc(100% - 5.46875vw);
    }
    .hz_item .content .hz_bod .item .hz_b .b_bod .bt_title {
        font-size: 0.9375vw;
        color: #5030af;
        line-height: 1.25vw;
        margin-bottom: 0.78125vw;
    }
    .hz_item .content .hz_bod .item .hz_b .b_bod .bt_bod {
        font-size: 0.7291vw;
        color: #333;
        opacity: 0.7;
        line-height: 1.25vwx;
    }
}

@media all and (max-width: 1366px) {
    .hz_item {
        padding: 60px;
        background: url(../images/lxwm/hz_bg.png) no-repeat;
        background-size: cover;
    }
}

@media all and (max-width: 1080px) {
    .hz_item {
        padding: 30px;
        background: url(../images/lxwm/hz_bg.png) no-repeat;
        background-size: cover;
    }
}

@media all and (max-width: 480px) {
    .hz_item {
        padding: 15px;
        background: url(../images/lxwm/hz_bg.png) no-repeat;
        background-size: cover;
    }
} */