.sj_main>h2 {
    font-size: .4rem;
    margin-bottom: .3rem;
    text-align: center;
    font-weight: normal;
}

.sj_main>p {
    font-size: .24rem;
    text-align: center;
}

.act-wrap p {
    margin-bottom: 0;
}

.an2 {
    animation-delay: .2s;
}

.an4 {
    animation-delay: .4s;
}

.an6 {
    animation-delay: .6s;
}

.an8 {
    animation-delay: .8s;
}

.an10 {
    animation-delay: 1s;
}

.btn-arr {
    width: 3em;
    display: block;
    position: absolute;
    bottom: 3vh;
    left: 50%;
    transform: translateX(-50%);
}

.btn-arr a {
    display: block;
}

.btn-arr .arr-c {
    width: 100%;
    display: block;
    animation: btn-arr 1s both infinite;
    position: relative;
    cursor: pointer;
}

.btn-arr .arr-line {
    width: 0.125em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.school-header .act-text-wrap h1>img {
    width: auto;
    margin: 0 auto;
}

.school-header .act-text-wrap h1>p {
    font-size: .24rem;
    color: #fff;
    margin-bottom: .2rem;
    margin-top: .6rem;
    max-width: 1200px;
    line-height: 2;
    letter-spacing: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school-header .act-text-wrap h1>p:last-child {
    margin-bottom: 0;
    /* margin-top: 0; */
    text-align: left;
}

.school-header .act-text-wrap h1>p::after,
.school-header .act-text-wrap h1>p::before {
    /* position: absolute; */
    content: '';
    width: 150px;
    height: 2px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.school-header .act-text-wrap h1>p::after {}

.school-header .act-text-wrap h1>p::before {
    transform: rotate(180deg);
}

.sj_top2_1 {
    background-image: url(../img/top2_1bg.png);
    padding: .8rem;
}

.sj_top2_1>h2 {
    font-size: .4rem;
    margin-bottom: .5rem;
    text-align: center;
    /* color: #fff; */
    font-weight: 400;
}

.sj_top2_1>b {
    font-size: .3rem;
    text-align: center;
    /* color: #fff; */
    font-weight: 400;
}

.sj_top2 {
    padding: .8rem 0;
    background-color: #fff;
}

.sj_top2 ul {
    margin-top: .5rem;
    justify-content: space-between;
    margin-bottom: 0;
}

.sj_top2 ul>li {
    width: 23%;
    height: 5.3rem;
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s;
    overflow: hidden;
}

.sj_top2 ul.on>li {
    width: 20%;
}

.sj_top2 ul.on>li.on {
    width: 33%;
}

.sj_top2 ul>li>img {
    opacity: 0;
}

.sj_top2 ul>li>i {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(2, 16, 55, 0.6) 0%, rgba(3, 16, 54, 0) 100%);
}

.sj_top2 ul>li>p {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    bottom: .65rem;
    line-height: 1.5;
    transition: .5s;
}

.sj_top2 ul>li:nth-child(3)>p {
    bottom: .5rem;
}

.sj_top3 {
    background-image: url(../img/top3_bg.png);
    padding: .8rem 0;
}

.sj_top3>div {
    justify-content: space-between;
}

.sj_top3>div>div {
    width: 31%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .25rem .15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sj_top3>div>div>b {
    font-size: .36rem;
    color: #fff;
    font-weight: bold;
}

.sj_top3>div>div>p {
    font-size: .24rem;
    text-align: center;
    width: 83%;
}

.sj_top3>div>div>i {
    position: absolute;
    /* z-index: -1; */
    right: -0.4rem;
    width: 0.4rem;
    overflow: hidden;
}

.sj_top3>div>div>i>img {
    transform: translateX(-53px);
}

.sj_top3>div>p {
    margin-top: .4rem;
    text-align: center;
    font-size: .3rem;
    width: 100%;
}

.sj_top3>div>p>b {
    display: inline-block;
    color: #2345A7;
}

.sj_top4 {
    padding: .8rem 0;
}

.sj_top4>div {}

.sj_top4>div>h2 {
    margin-bottom: .5rem;
}

.sj_top4 .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sj_top4 .swiper-slide>span {
    width: 83%;
    transition: .8s;
    transform: translateX(-83%);
    -webkit-transform: translateX(-83%);
    -moz-transform: translateX(-83%);
    -ms-transform: translateX(-83%);
    -o-transform: translateX(-83%);

}

.sj_top4 .swiper-slide-active>span {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.sj_top4 .swiper-slide>span>img,
.sj_top4 .swiper-slide>div>i>img {
    max-width: 100%;
}

.sj_top4 .swiper-slide>div {
    position: absolute;
    width: 47%;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    padding: .7rem .4rem;
    right: -50%;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.sj_top4 .swiper-slide-active>div {
    right: 30px;
}

.sj_top4 .swiper-slide>div>i {
    position: absolute;
    top: -.25rem;
    right: .4rem;
    width: 0.6rem;
}

.sj_top4 .swiper-slide>div>img {
    width: 50%;
}

.sj_top4 .swiper-slide>div>p {
    font-size: .24rem;
    margin-top: .35rem;

}

.sj_top4>div>ul {
    margin-top: 0.4rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 0.1rem solid #F5F5F5;
}

.sj_top4>div>ul>li {
    width: 20%;
    text-align: center;
    font-size: .3rem;
    padding-top: 0.2rem;
    position: relative;
    cursor: pointer;
}

.sj_top4>div>ul>li.on {
    color: #2345A7;
    cursor: default;
}

.sj_top4>div>ul>li::before {
    position: absolute;
    transition: .5s;
    content: '';
    top: -0.1rem;
    left: 0;
    opacity: 0;
    width: 100%;
    height: .1rem;
    background: linear-gradient(-90deg, #3059F9 0%, #8959F6 100%);
}

.sj_top4>div>ul>li.on::before {
    opacity: 1;
}

.sj_top51 {}

.sj_top51>ul {
    margin-bottom: 0;
}

.sj_top51>ul>li {
    height: 2rem;
    display: flex;
    overflow: hidden;
}

.sj_top51>ul>li>p {
    height: 100%;
    width: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: relative;
}

.sj_top51>ul>li>p>i {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: .24rem;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: lighter;
    text-align: right;
    background: linear-gradient(to right, #6a11cb 0%, #59a3f6 100%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding-right: 4%;
}

.sj_top51>ul>li:hover>p>i {
    bottom: 0;
}

.sj_top51>ul>li>b {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    /* background-position: 1% 100%; */
    padding: .7rem;
    font-size: .3rem;
    color: #fff;
    font-weight: normal;
}

.sj_top51>ul>li:nth-child(2) {}

.sj_top51>ul>li:nth-child(2)>p {
    width: 55%;
    justify-content: flex-start;
    text-align: left;
    background-position: top left;
}

.sj_top51>ul>li:nth-child(2)>p>i {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 4%;
    background: linear-gradient(to right, #f08541 0%, #feb351 100%);
}

.sj_top51>ul>li:nth-child(2)>b {
    width: 45%;
    /* background-position: top right; */
    background-position: 99% 100%;
    text-align: right;
    justify-content: flex-end;
    background-size: 100% 100%;
}

.sj_top51>ul>li:last-child>p,
.sj_top51>ul>li:last-child>b {
    width: 50%;
}

.sj_top52 {
    padding: .8rem 0;
}

.sj_top52>div {}

.sj_top52>div>ul {
    margin-bottom: 0;
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sj_top52>div>ul>li {
    width: 20%;

}

.sj_top52>div>ul>li>span {}

.sj_top52>div>ul>li>b {
    margin-top: .25rem;
    font-size: .3rem;
    font-weight: normal;
}

.sj_top52>div>ul>li>i {
    height: 4px;
    width: 100%;
    display: block;
    margin: .15rem 0;
}

.sj_top52>div>ul>li:nth-child(1)>i {
    background-color: #13AFD1;
}

.sj_top52>div>ul>li:nth-child(2)>i {
    background-color: #79C000;
}

.sj_top52>div>ul>li:nth-child(3)>i {
    background-color: #9B26B6;
}

.sj_top52>div>ul>li:nth-child(4)>i {
    background-color: #FE702D;
}

.sj_top52>div>ul>li>p {
    font-size: .16rem;
    line-height: 1.5;
}

.sj_top53 {
    padding: .8rem 0;
    background-image: url(../img/new_top6_bg.png);
}

.sj_top53>div {}

.sj_top53>div>p {}

.sj_top53>div>div {
    position: relative;
    margin-top: 0.5rem;
    padding-top: 1.55rem;
    padding-bottom: 1.7rem;
}

.sj_top53>div>div>ul {
    margin-bottom: 0;
}

.sj_top53>div>div>ul>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 0.3rem;
}

.sj_top53>div>div>ul>li:nth-child(3) {
    margin-bottom: 0.5rem;
}

.sj_top53>div>div>ul>li:nth-child(4) {
    margin-bottom: 0.8rem;
}

.sj_top53>div>div>ul>li:last-child {
    margin-bottom: 0;
}

.sj_top53>div>div>ul>li>b {
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00b4e6;
    /* background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    width: 7%;
}

.sj_top53>div>div>ul>li>i {
    width: 90%;
    border-bottom: 1px dashed #757575;
}

.sj_top53>div>div>ul>li>p {
    color: #00b4e6;
    font-size: .16rem;
    position: absolute;
    right: 0.3rem;
    top: -0.07rem;
    font-weight: bold;
    text-align: right;
}

.sj_top53>div>div>ul>li>p>i {
    text-align: right;
    font-weight: normal;
}

.sj_top53>div>div>ul>li>span {
    width: 0.16rem;
    height: 0.16rem;
    background: linear-gradient(0deg, #797BE5 0%, #C8C9FD 100%);
    border-radius: 50%;
}

.sj_top53>div>div>span {
    position: absolute;
    top: 0;
    left: 23%;
    width: 54%;
}

.sj_top53>div>div>span>img {
    width: 100%;
}

/* .sj_top4>div>ul {
    margin-top: .5rem;
    justify-content: space-between;
    margin-bottom: 0;
}

.sj_top4>div>ul>li {
    width: 2.8rem;
}

.sj_top4>div>ul>li>span>img {
    width: 100%;
}

.sj_top4>div>ul>li>span {
    width: 100%;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sj_top4>div>ul>li>span::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(2, 16, 55, 0.2);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_top4>div>ul>li:hover>span::after {
    background-color: rgba(2, 16, 55, 0.5);
}

.sj_top4>div>ul>li>span>i {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.sj_top4>div>ul>li>p {
    line-height: 1.8;
    margin-top: .15rem;
    font-size: .16rem;
    position: relative;
}

.sj_top4>div>ul>li>p>i {
    position: absolute;
    bottom: 0;
    right: 0;
} */

.sj_top5 {
    background-color: #F5F5F5;
    padding: .8rem 0;
}

.sj_top5 img {
    width: 100%;
}

.sj_top5>div>h2 {
    width: 100%;
    margin-bottom: .5rem;
}

.sj_top5>div {
    justify-content: space-between;
}

.sj_top5>div>div {
    width: 15%;
    position: relative;
}

.sj_top5>div p {
    font-size: .3rem;
    color: #fff;
    width: 100%;
    bottom: 10%;
    text-align: center;
    position: absolute;
    left: 0;
}

.sj_top5>div>ul {
    width: 65%;
    height: auto;
    position: relative;
}

.sj_top5>div>ul>li {
    position: absolute;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 5;
}

.sj_top5>div>ul>li::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, #3059F9 0%, rgba(89, 163, 246, 0) 100%);
    border-radius: 10px;
    z-index: 5;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
}

.sj_top5>div>ul>li>p {
    font-size: .24rem;
    transition: .5s;
    z-index: 10;
}

.sj_top5>div>ul>li.t5_lf {
    width: 40%;
    top: 12%;
    left: 0%;
}

.sj_top5>div>ul>li.t5_mid {
    width: 50%;
    z-index: 10;
    left: 25%;
    top: 0%;
}

.sj_top5>div>ul>li.t5_mid::after {
    opacity: .3;
}

.sj_top5>div>ul>li.t5_mid>p {
    font-size: .3rem;
}

.sj_top5>div>ul>li.t5_rt {
    width: 40%;
    top: 12%;
    left: 60%;
}

.sj_top6 {
    position: relative;
}

.sj_top6>img {
    width: 100%;
}

.sj_top6>b {
    font-size: 1.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    /* text-shadow: 0px 0px 35px rgba(133, 162, 255, 0.36); */
    position: absolute;
    background-image: linear-gradient(to bottom, #ffffff 0%, #fff 50%, #fff 60%, rgb(255 255 255 / 10%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sj_top6>b.t6_b1 {
    top: 14%;
    left: 21%;
}

.sj_top6>b.t6_b2 {
    top: 35%;
    right: 30%;
}

.sj_top6>div {
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 100%;
}

.sj_top6>div>img {
    width: 100%;
    transform: translateY(8%);
}

.sj_top6>div>p {
    position: absolute;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    display: flex;
    justify-content: center;
}

.sj_top6>div>p>i {
    width: .3rem;
    height: .3rem;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: .3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
}

.sj_top6>div>p.t6_p1 {
    bottom: 10.7%;
    left: 15.5%;
}

.sj_top6>div>p.t6_p2 {
    bottom: -21%;
    left: 30.5%;
}

.sj_top6>div>p.t6_p3 {
    bottom: -26%;
    left: 41.7%;
}

.sj_top6>div>p.t6_p4 {
    bottom: -6%;
    right: 42.5%;
}

.sj_top6>div>p.t6_p5 {
    bottom: 12.6%;
    right: 30.7%;
}

.sj_top6>div>p.t6_p6 {
    bottom: 28.5%;
    right: 17.5%;
}

.ph_top5 {
    padding: .8rem 0;
    background-color: #F5F5F5;
}

.ph_top5>div {
    /* margin-top: .5rem; */
}

.ph_top5>div>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.ph_top5>div>ul>li {
    width: 42%;
}

.ph_top5>div>ul>li:last-child {
    width: 53%;
}

.ph_top5>div>ul>li>div {
    margin-bottom: 0.2rem;
    position: relative;
}

.ph_top5>div>ul>li>div>img {
    width: 100%;
}

.ph_top5>div>ul>li>div>p,
.ph_top5>div>div>p {
    position: absolute;
    bottom: .5rem;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .3rem;
}

.ph_top5>div>div {
    width: 100%;
}

.ph_top5>div>div>img {
    width: 100%;
}

.ph_top5>div>div>p {
    bottom: .2rem;
}

.sj_ph51 {}

.sj_ph51>div {
    display: flex;
}

.sj_ph51>div>p {
    width: 50%;
    padding: .3rem 0;
    font-size: 1em;
    color: #fff;
    line-height: 2;
    text-align: right;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
}

/* .sj_ph51>div:nth-child(2)>b {
    text-align: right;
} */

/* .sj_ph51>div:nth-child(2)>p {
    text-align: left;
    background: linear-gradient(-90deg, #FFB351 0%, #F08541 100%);
} */

.sj_ph51>div>b {
    /* width: 50%; */
    color: #fff;
    font-size: .3rem;
    line-height: 1.5;
    /* padding: .6rem .4rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.sj_ph51>div {
    display: block;
    padding: .5rem .3rem;
}

.sj_ph51>div>b {
    text-align: center;
    width: 100%;
    padding: 0;
}

.sj_ph51>div>p {
    text-align: center;
    width: 100%;
    background: none;
    padding: 0;
}

@media screen and (max-width:1920px) and (min-width:1560px) {
    .sj_top51>ul>li:nth-child(2)>b {
        justify-content: flex-end;
        background-size: 100% 100%;
    }

    .sj_top51>ul>li:nth-child(2)>p {
        background-position: top left;
        background-size: 100% 100%;
    }
}

@media screen and (max-width:1440px) {
    .sj_top6>b {
        font-size: 6em;
    }

    .sj_top6>div>img {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }

    .sj_top6>div>p.t6_p3 {
        bottom: -25%;
    }

    .sj_top6>div>p.t6_p1 {
        bottom: 5.7%;
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 75px !important;
    }

    .sj_top6>div>img {
        transform: translateY(6%);
    }

    /* .sj_top4>div>ul>li>p {
        font-size: 14px;
    } */
}

@media screen and (max-width:1024px) {
    .sj_top6>div>img {
        transform: translateY(-2%);
    }
}

@media screen and (max-width:768px) {
    .sj_top6>span {
        width: 100%;
        display: block;
    }

    .sj_top6>span>img {
        width: 100%;
    }

    .school-header .video-wrap {
        /* display: none; */
    }

    .school-header .act-text-wrap {
        position: absolute;
        height: 56vh;
        /* background: url(../img/ph_top1bg.png) no-repeat center; */
        background-size: cover;
    }

    .school-header .act-text-wrap h1>p {
        width: 90%;
        margin: 0 auto;
        margin-top: .3rem;
        text-align: justify;
    }

    .school-header .act-text-wrap h1>p:last-child {
        margin-top: 0;
    }

    .sj_top3>div>div {
        width: 100%;
        margin-bottom: 50px;
        padding: 70px;
    }

    .sj_top3>div>div>i {
        position: absolute;
        right: 47%;
        width: 40px;
        bottom: -46px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .sj_top2 ul>li>p {
        font-size: .2rem;
    }

    .sj_top53>div>div>span {
        left: 15%;
        width: 70%;
    }

    .sj_top53>div>div>ul>li>b {
        width: 10%;
    }
}

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

    .school-header .act-text-wrap h1>p::after,
    .school-header .act-text-wrap h1>p::before {
        display: none;
    }

    .school-header .act-text-wrap h1>p:last-child {
        margin-top: 0.3rem;
        width: 100%;
    }

    .sj_top2 ul>li {
        width: 47%;
        height: 4.3rem;
        margin-bottom: 6%;
    }

    .sj_top2 ul.on>li.on {
        width: 47%;
    }

    .sj_top2 ul.on>li {
        width: 47%;
    }

    .sj_main>p {
        font-size: .3rem;
    }

    .sj_top2 ul>li>p {
        font-size: .22rem;
    }

    .sj_top3>div>div {
        padding: 25px;
    }

    .sj_top3>div>div>i {
        right: 43%;
    }

    .sj_top3 {
        background-image: url(../img/ph_top3bg.png);
    }

    .sj_top3>div>p {
        margin-top: 0;
        font-size: .26rem;
    }

    .sj_top3>div>p>b {
        display: inline;
    }

    /* .sj_top4>div>ul>li {
        width: 45%;
        margin-bottom: 5%;
    } */
    #sw3 .swiper-wrapper {
        flex-wrap: wrap;
    }

    .sj_top4 .swiper-slide {
        flex-wrap: wrap;
        padding-bottom: 0.4rem;
    }

    .sj_top4 .swiper-slide>span {
        width: 100%;
        transform: translateX(0%);
    }

    .sj_top4 .swiper-slide>div {
        position: relative;
        width: 86%;
        right: -7%;
        margin-top: -0.3rem;
        padding: 0.4rem 0.4rem;
    }

    .sj_top4 .swiper-slide>div>img {
        width: 60%;
    }

    .sj_top4>div>ul {
        display: none;
    }

    .sj_top52>div>ul>li {
        width: 45%;
        margin-bottom: 0.3rem;
    }

    .sj_top52>div>ul>li>p {
        font-size: 1em;
    }

    .sj_top53>div>p {
        font-size: 1em;
    }

    .sj_top53>div>div>span {
        left: 0;
        width: 100%;
        top: -0.8rem;
    }

    .sj_top53>div>span {
        margin-top: 0.2rem;
    }

    .sj_top53>div>span>img {
        width: 100%;
    }

    .sj_top53>div>div {
        display: none;
        padding-top: 0rem;
        padding-bottom: 0.7rem;
        margin-top: 1rem;
    }

    .sj_top53>div>div>ul>li>i {
        width: 85%;
    }

    .sj_top53>div>div>ul>li>b {
        width: 20%;
    }

    .sj_top53>div>div>ul>li>span {
        display: none;
    }

    .sj_top53>div>div>ul>li>p {
        color: #333;
        position: relative;
        right: 0;
        top: 0;
        position: relative;
        z-index: 10;
        font-size: 12px;
    }

    .sj_top53>div>div>ul>li>b {
        position: relative;
        z-index: 10;
    }

    .sj_top53>div>div>ul>li {
        margin-bottom: .1rem;
    }

    .sj_top53>div>div>ul>li:nth-child(3) {
        margin-bottom: 0.2rem;
    }

    .sj_top53>div>div>ul>li:nth-child(4) {
        margin-bottom: 0.3rem;
    }

    .sj_top6>div {
        position: relative;
        bottom: 0%;
        left: 0;
        padding: 0.5rem 0;
        width: 90%;
    }

    .sj_top53,
    .sj_top52,
    .sj_top4,
    .sj_top2_1 {
        padding: 0.5rem 0;
    }

    .school-header .act-text-wrap h1>img {
        width: 80%;
    }

    .school-header .act-text-wrap .btn-wrap .act-btn:first-child {
        margin-right: 0.25em;
        padding: 0.75em 3em;
        font-size: 1.6em;
        width: auto;
        background: transparent;
        color: #fff;
    }

    .sj_top52>div>ul>li>span>img {
        width: 40px;
    }
}