.sj_top2 {
    padding: .8rem 0;
    /* background-image: url(../img/top2_bg.png); */
}

.sj_top2>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sj_top2>div>i {
    width: 100%;
    line-height: 2;
    margin-bottom: .4rem;
    font-size: .24rem;
    text-align: center;
}

.sj_top2>div>p {
    font-size: .24rem;
    color: #333;
    line-height: 1;
    text-align: center;
    width: auto;
    margin-top: 0;
}

.sj_top2>div>p>b {
    font-size: .48rem;
    /* color: #fff; */
    line-height: 1;
    text-align: center;
    margin-bottom: 0.2rem;
    font-style: italic;
    background: linear-gradient(0deg, #FFB351 0%, #F08541 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/****************************** 第二屏 ************/
.znsb2 {
    padding: .8rem 0;
    background-color: #F5F7FA;
}

.znsb2>div {}

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

.znsb2>div>ul>li {
    width: 32%;
    padding: .3rem;
    background: url(../img/znsb2_bg.png) no-repeat center;
    background-size: 100% 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.znsb2>div>ul>li:hover {
    background-image: url(../img/znsb2_bg1.png);
}

.znsb2>div>ul>li>b {
    font-size: .24rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.znsb2>div>ul>li>b>i {
    margin-right: .2rem;
}

.znsb2>div>ul>li>p {
    font-size: .16rem;
    color: #333;
    line-height: 1.7;
    text-align: justify;
}

/****************************** 第3屏 ************/
.sj_top6 {
    padding: .8rem 0;
    padding-bottom: 0.4rem;
    position: relative;
    background-color: #fff;
}

.sj_top6>h3 {
    font-size: .4rem;
    font-weight: normal;
    text-align: left;
    /* color: #fff; */
    padding-left: 45%;
}

.sj_top6>p {
    padding-left: 45%;
    font-size: .24rem;
    margin-top: 0.28rem;
}

.sj_top6>i {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: 0.3rem;
    padding-right: 3%;
}

.sj_top6>b {
    font-weight: normal;
    font-size: .24rem;
    margin-top: .3rem;
    /* color: #fff; */
    padding-left: 45%;
}

.sj_top6>div {
    margin-top: 0.5rem;
    position: relative;
    padding: 0.15rem 0.45rem 0.05rem 0.3rem;
    background: #fff;
    box-shadow: 0px 6px 30px 0px rgb(51 51 51 / 10%);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sj_top6>div>span {
    width: 57%;
}

.sj_top6>div>i {
    position: absolute;
    bottom: -0.06rem;
    right: -1.15rem;
    width: 36%;
}

.sj_top6>div>ul {
    width: 42%;
    padding: 0.4rem 0.6rem;
    background: #F5F7FA;
}

.sj_top6>div>ul>li {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

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

.sj_top6>div>ul>li>i {}

.sj_top6>div>ul>li>p {
    font-size: .2rem;
    margin-left: 0.15rem;
}

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

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



.sj_top6>span {
    width: 42%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/znsb3_lf.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sj_top6>span>img {
    opacity: 0;
}

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

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

    .sj_top6>h3 {
        font-size: .36rem;
        text-align: center;
        padding-left: 0;
        position: relative;
        z-index: 10;
        width: 90%;
        margin: 0 auto;
        line-height: 1.3;
    }

    .sj_top6>p {
        font-size: 16px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
    }

    .sj_top6>i {
        margin-top: 0.2rem;
        padding-right: 0;
        text-align: center;
    }

    .sj_top6 {
        padding-bottom: 0.3rem;
    }

    .sj_top6>b {
        padding-left: 0;
        text-align: center;
        position: relative;
        z-index: 10;
    }

    .sj_top6>span>img {
        opacity: 1;
    }

    .sj_top6>span {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 0.5rem;
        top: auto;
        left: 0;
        background-image: none;
    }

    .sj_top6>div {
        margin-left: auto;
        width: 90%;
        padding: 0;
        margin-top: 2%;
    }

    .sj_top6>div:nth-child(3) {
        margin-top: -1rem;
    }

    .sj_top6>div:nth-child(4) {
        /* padding-bottom: .2rem; */
    }

    .sj_top6 .swiper-scrollbar-drag {
        background: #2345A7;
    }

    .sj_top6>div>div {
        /* display: block; */
    }

    .sj_top6>span:nth-child(6) {
        height: 6px;
        width: 90%;
        margin: 0 auto;
    }

}

/****************************** 第4屏 ************/
.znsb4 {
    padding-top: .8rem;
    padding-bottom: .75rem;
    background-color: #F5F7FA;
}

.znsb4>div {}

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

.znsb4>div>ul>li {
    width: 24%;
    padding: .4rem .3rem;
    transition: .5s;
    border: 2px solid #FFFFFF;
    background: linear-gradient(0deg, #FEFEFF 0%, #F4F6F8 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: relative;
    background-size: 100% 100%;
}

.znsb4>div>ul>li>b {
    font-size: .24rem;
    font-weight: normal;
    margin-bottom: .3rem;
    position: relative;
    z-index: 10;
}

.znsb4>div>ul>li>p {
    margin-bottom: .15rem;
    display: flex;
    align-items: center;
    font-size: .16rem;
    position: relative;
    z-index: 10;
}

.znsb4>div>ul>li>p.ma_bt {
    margin-bottom: 0;
}

.znsb4>div>ul>li>p>i {
    width: 6px;
    height: 6px;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 50%;
    margin-right: .05rem;
}

.znsb4>div>ul>li>i {
    position: absolute;
    bottom: .2rem;
    right: 0;
    width: 60%;
    z-index: 10;
}

.znsb4>div>ul>li>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

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

.znsb4>div>ul>li:hover>span {
    opacity: 1;
}

/****************************** 第六屏 ************/
.sj_top7 {
    padding-top: .8rem;
    margin-bottom: -.3rem;
    /* background-color: #F5F7FA; */
}

.sj_top7>div {}

.sj_top7>div>ul {
    margin-top: .5rem;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.sj_top7>div>ul>li {
    width: 21%;
}

.sj_top7>div>ul>li.dw {
    transform: translateY(.6rem);
    -webkit-transform: translateY(.6rem);
    -moz-transform: translateY(.6rem);
    -ms-transform: translateY(.6rem);
    -o-transform: translateY(.6rem);
}

.sj_top7>div>ul>li>p {
    font-size: .24rem;
    text-align: center;
    margin-bottom: .2rem;
}

.sj_top7>div>ul>li>span {
    display: table;
    margin: 0 auto;
    width: 100%;
}

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

.sj_top7>.t7_d1 {}

.sj_top7>.t7_d1>ul {
    display: flex;
    justify-content: center;
    border: 1px solid #333;
    border-right: none;
    border-left: none;
}

.sj_top7>.t7_d1>ul:last-child {
    margin-top: 0;
    border-top: none;
}

.sj_top7>.t7_d1>ul>li {
    padding: 0.3rem 0.38rem 0.35rem 0.4rem;
    transition: .5s;
    width: 35%;
    border-right: 1px solid #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.sj_top7>.t7_d1>ul>li:nth-child(2) {
    width: 30%;
}

.sj_top7>.t7_d1>ul>li:nth-child(1) {
    padding-left: 9%;
}

.sj_top7>.t7_d1>ul>li:nth-child(3) {
    padding-right: 9%;
}

.sj_top7>.t7_d1>ul>li::after {
    position: absolute;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    opacity: 0;
    background: linear-gradient(-90deg, #2C5CFF 0%, #0028D2 100%);
}

.sj_top7>.t7_d1>ul>li:hover::after {
    opacity: 0.7;
}

.sj_top7>.t7_d1>ul>li:last-child {
    border-right: none;
}

.sj_top7>.t7_d1>ul>li:hover {
    background-image: url(../img/znsb5_bg.png);
}

.sj_top7>.t7_d1>ul.t7_ul1>li:nth-child(1):hover {
    background-image: url(../img/znsb5_bg1.png);
}

.sj_top7>.t7_d1>ul.t7_ul1>li:nth-child(3):hover {
    background-image: url(../img/znsb5_bg3.png);
}

.sj_top7>.t7_d1>ul.t7_ul2>li:nth-child(1):hover {
    background-image: url(../img/znsb5_bg4.png);
}

.sj_top7>.t7_d1>ul.t7_ul2>li:nth-child(2):hover {
    background-image: url(../img/znsb5_bg5.png);
}

.sj_top7>.t7_d1>ul.t7_ul2>li:nth-child(3):hover {
    background-image: url(../img/znsb5_bg6.png);
}

.sj_top7>.t7_d1>ul>li>p {
    display: flex;
    align-items: center;
    font-size: .24rem;
    margin-bottom: 0.15rem;
    transition: .5s;
    position: relative;
    z-index: 10;
}

.sj_top7>.t7_d1>ul>li:hover>p {
    color: #fff;
}

.sj_top7>.t7_d1>ul>li>p>i {
    position: relative;
    margin-right: 0.1rem;
}

.sj_top7>.t7_d1>ul>li>p>i>img {
    transition: .5s;
}

.sj_top7>.t7_d1>ul>li>p>i>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.sj_top7>.t7_d1>ul>li:hover>p>i>img {
    opacity: 0;
}

.sj_top7>.t7_d1>ul>li:hover>p>i>img:last-child {
    opacity: 1;
}

.sj_top7>.t7_d1>ul>li>i {
    font-size: .16rem;
    transition: .5s;
    text-align: justify;
    position: relative;
    z-index: 10;
}

.sj_top7>.t7_d1>ul>li:hover>i {
    color: #fff;
}

@media screen and (max-width:540px) {
    .sj_head_rt2 {
        margin-top: 1rem;
        margin-right: 0;
    }

    .sj_top6>div>i {
        right: 0;
    }

    .sj_top2>div>p>b {
        font-size: 40px;
    }

    .sj_top2>div>p {
        font-size: 20px;
    }

    .sj_top2>div>p:last-child {
        width: 100%;
        margin-top: 0.2rem;
    }

    .znsb2>div>ul>li,
    .znsb4>div>ul>li {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .znsb2>div>ul>li>p,
    .znsb4>div>ul>li>p,
    .sj_top7>.t7_d1>ul>li>i {
        font-size: 14px;
    }

    .sj_top6>div>span,
    .sj_top6>div>ul {
        width: 100%;
    }

    .sj_top6>div>ul {
        padding: .4rem;
    }

    .sj_top7>.t7_d1>ul>li,
    .sj_top7>.t7_d1>ul>li:nth-child(2) {
        width: 100%;
        border-right: none;
    }

    .sj_top7>.t7_d1>ul>li:nth-child(2) {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .sj_top7>div>ul>li {
        width: 48%;
        /* margin-bottom: .5rem; */
    }

    .sj_top7>div>ul>li.dw {
        transform: translateY(0rem);
        margin-bottom: 0.5rem;
    }

    .sj_top7>div>ul>li>p {
        font-size: 18px;
    }

    .sj_top7>div>ul>li.dw:nth-child(4) {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}