* {
    color: #595959;
}

.sj_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: url(../img/page_bg.jpg) no-repeat top left;
    background-size: 100% auto;
    top: 0;
    left: 0;
}

.pos {
    position: relative;
    z-index: 10;
    background: transparent;
}

.sj_top1 {
    /* padding: 0.8rem 0; */
    /* background: url(../img/banner.png) no-repeat center; */
    background-size: cover;
}

.sj_top1>div {}

.sj_top1>div>* {
    opacity: 0;
    z-index: -1;
}

.sj_top1>div>h1 {
    font-size: .4rem;
    text-align: center;
    background-image: linear-gradient(125deg, #2f9af4, rgba(195, 4, 226, .5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sj_top1>div>h3 {
    font-size: .24rem;
    text-align: center;
    margin: 0.3rem 0;
}

.sj_top1>div>p {
    text-align: center;
    font-size: .18rem;
}

.sj_top1>div>ul {
    margin-top: .4rem;
    /* opacity: 1;
    z-index: 10; */
}

.sj_top1>div>ul>li {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.sj_main>h2 {
    font-size: .3rem;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
}

.sj_main>h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.1rem;
    height: 0.12rem;
    background: linear-gradient(125deg, #2f9af4, rgba(195, 4, 226, .5));
    opacity: .2;
}

.sj_top2 {
    padding: .5rem 0;
    /* padding-top: 0.1rem; */
}

.sj_top2>div {}

.sj_top2>div>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}

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

.sj_top2>div>ul>li:first-child {
    margin-right: .5rem;
}

.sj_top2>div>p {
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .15rem;
    /* text-indent: 2em; */
    text-align: justify;
}

.sj_top2>div>p:last-child {
    margin-bottom: 0;
}

.sj_top3 {
    padding: .5rem 0;
}

.sj_top3>div {}

.sj_top3>div>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
    flex-wrap: wrap;
}

.sj_top3>div>div>div {
    border-bottom: 1px solid #bebfc0;
    padding-bottom: 0.1rem;
    width: 40%;
}

.sj_top3>div>div>div>p {
    margin-bottom: .12rem;
    font-size: .165rem;
    color: grey;
}

.sj_top3>div>div>div>p>i {
    color: #595959;
    display: inline-block;
    margin-left: 0.2rem;
}

.sj_top3>div>div>span {
    width: 47%;
    border-radius: 15px;
    overflow: hidden;
}

.sj_top3>div>p {
    margin-top: .27rem;
    font-size: .16rem;
    background: url(../img/top3_txtbg.png) no-repeat;
    background-size: 100% auto;
}

.sj_top3>div>p>span {
    text-align: justify;
    line-height: 1.5;
    color: #595959;
    margin-bottom: .15rem;
}

.sj_top4 {}

.sj_top4 #sw4_2 {
    margin: .1rem 0;
}

.sj_top4 .swiper-slide {
    cursor: pointer;
}

.sj_top4 #sw4_2 .swiper-slide {
    border: 2px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_top4 #sw4_2 .swiper-slide-active {
    border: 2px solid #0084f6;
}

.sj_top4 .swiper-button-prev::after {}

.sj_top4 .swiper-button-prev,
.sj_top4 .swiper-button-next {
    color: #2345a7;
    border: 3px solid #2345a7;
    width: 3.6em;
    height: 3.6em;
    border-radius: 100em;
}

.sj_top4 .swiper-button-prev::after,
.sj_top4 .swiper-button-next::after {
    font-size: 160%;
    font-weight: bold;
}

.sj_top5 {
    padding: .5rem 0;
}

.sj_top5 h2 {
    margin-bottom: .5rem;
}

.sj_top5 ul {
    justify-content: space-between;
}

.sj_top5 ul>li {
    width: 33%;
    margin-bottom: .3rem;
}

.sj_top5 ul>li:first-child {
    /* width: 40%; */
}

.sj_top5 ul>li>span {
    display: block;
    margin: 0 auto;
    width: 2.2rem;
    height: 2.2rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sj_top5 ul>li>p {
    font-size: .18rem;
    text-align: center;
    line-height: 1.7;
    margin-top: .2rem;
}

.sj_top5 ul>li>p>i {
    font-size: .22rem;
    font-weight: bold;
    color: #333;
}

.sj_top6 {
    padding: .5rem 0;
}

.sj_top6>div {}

.sj_top6>div>h2 {
    margin-bottom: .3rem;
}

.sj_top6>div>ul {
    position: relative;
    padding: .2rem 0;
}

.sj_top6>div>ul::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #8ba7ee;
    left: 16.5%;
    top: 0;
}

.sj_top6>div>ul::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #8ba7ee;
    right: 33.5%;
    top: 0;
}

.sj_top6>div>ul>li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .165rem;
    flex-wrap: wrap;
    padding: 0.1rem 0.2rem;
}

.sj_top6>div>ul>li.t6_bg {
    /* background: url(../img/t6_bg.png) no-repeat center; */
    /* background-size: 100% 100%; */
    background-image: linear-gradient(45deg, #c5dae5, #cedbe3);
}

.sj_top6>div>ul>li>i {
    width: 20%;
    position: relative;
    padding-left: 0.2rem;
}

.sj_top6>div>ul>li>p {
    width: 50%;
    position: relative;
}

.sj_top6>div>ul>li>b {
    width: 30%;
    line-height: 1.5;
    font-weight: normal;
}

.sj_top6>div>ul:nth-child(2) {
    padding: 0;
}

.sj_top6>div>ul:nth-child(2)::before,
.sj_top6>div>ul:nth-child(2)::after {
    display: none;
}

.sj_top6>div>ul:nth-child(2)>li {
    font-size: .22rem;
}

.sj_top6>div>ul:nth-child(2)>li>i {}

.sj_top6>div>ul>li>i::before {
    position: absolute;
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    background: #7895ff;
    border-radius: 50%;
    opacity: .5;
    right: 19%;
}

.sj_top6>div>ul>li>i::after {
    position: absolute;
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    background: #7895ff;
    border-radius: 50%;
    right: 19%;
    transform: scale(.5);
}

.sj_top6>div>ul:nth-child(2)>li>i::before,
.sj_top6>div>ul:nth-child(2)>li>i::after {
    display: none;
}

.sj_top6>div>ul:nth-child(2)>li>p {}

.sj_top6>div>ul:nth-child(2)>li>b {
    width: 30%;
}

.sj_top6>div>ul>li>p::before {
    position: absolute;
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    background: #7895ff;
    border-radius: 50%;
    opacity: .5;
    right: 4.3%;
}

.sj_top6>div>ul>li>p::after {
    position: absolute;
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    background: #7895ff;
    border-radius: 50%;
    right: 4.3%;
    transform: scale(.5);
}

.sj_top6>div>ul:nth-child(2)>li>p::before,
.sj_top6>div>ul:nth-child(2)>li>p::after {
    display: none;
}

.sj_top7 {
    padding: .5rem 0;
}

.sj_top7 ul {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@keyframes dong {
    0% {
        transform: translate(5px, 5px) scale(.7);
        -webkit-transform: translate(5px, 5px) scale(.7);
        -moz-transform: translate(5px, 5px) scale(.7);
        -ms-transform: translate(5px, 5px) scale(.7);
        -o-transform: translate(5px, 5px) scale(.7);
    }

    25% {
        transform: translate(0px, 0px) scale(.7);
        -webkit-transform: translate(0px, 0px) scale(.7);
        -moz-transform: translate(0px, 0px) scale(.7);
        -ms-transform: translate(0px, 0px) scale(.7);
        -o-transform: translate(0px, 0px) scale(.7);
    }

    50% {
        transform: translate(-5px, -5px) scale(.7);
        -webkit-transform: translate(-5px, -5px) scale(.7);
        -moz-transform: translate(-5px, -5px) scale(.7);
        -ms-transform: translate(-5px, -5px) scale(.7);
        -o-transform: translate(-5px, -5px) scale(.7);
    }

    75% {
        transform: translate(5px, 5px) scale(.7);
        -webkit-transform: translate(5px, 5px) scale(.7);
        -moz-transform: translate(5px, 5px) scale(.7);
        -ms-transform: translate(5px, 5px) scale(.7);
        -o-transform: translate(5px, 5px) scale(.7);
    }

    100% {
        transform: translate(0px, 0px) scale(.7);
        -webkit-transform: translate(0px, 0px) scale(.7);
        -moz-transform: translate(0px, 0px) scale(.7);
        -ms-transform: translate(0px, 0px) scale(.7);
        -o-transform: translate(0px, 0px) scale(.7);
    }
}

@keyframes dong2 {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

.sj_top7 ul>li {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: linear-gradient(to bottom, #86beff 0%, #305af9 100%);
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    position: relative;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    animation-name: dong;
    animation-delay: 0s;
    animation-duration: 8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.sj_top7 ul>li:hover {
    background: none;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    box-shadow: 0px 0px 20px 8px rgb(255 255 255 / 50%);
    animation-name: dong2;
    animation-delay: 0s !important;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.sj_top7 ul>li:nth-child(2) {
    margin-top: 0.43rem;
    animation-delay: 1.2s;
}

.sj_top7 ul>li:nth-child(3) {
    margin-top: -0.63rem;
    animation-delay: .6s;
}

.sj_top7 ul>li:nth-child(4) {
    margin-top: .7rem;
}

.sj_top7 ul>li:nth-child(5) {
    margin: -0.2rem 0 0 1rem;
    animation-delay: .4s;

}

.sj_top7 ul>li:nth-child(6) {
    margin: -0.3rem -1.5rem 0 -1rem;
    animation-delay: 2s;
}

.sj_top7 ul>li:nth-child(7) {
    margin: -0.6rem 3rem 0 0;

}

.sj_top7 ul>li>i {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: url(../img/top6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sj_top7 ul>li:nth-child(2)>i {
    background-image: url(../img/top6_2.png);
}

.sj_top7 ul>li:nth-child(3)>i {
    background-image: url(../img/top6_3.png);
}

.sj_top7 ul>li:nth-child(4)>i {
    background-image: url(../img/top6_4.png);
}

.sj_top7 ul>li:nth-child(5)>i {
    background-image: url(../img/top6_5.png);
}

.sj_top7 ul>li:nth-child(6)>i {
    background-image: url(../img/top6_6.png);
}

.sj_top7 ul>li:nth-child(7)>i {
    background-image: url(../img/top6_7.png);
}

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

.sj_top7 ul>li:hover>i {
    opacity: 1;
}

.sj_top7 ul>li>p {
    font-size: .24rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    transition: .8s;
    opacity: 0;
    position: relative;
    z-index: 20;
    color: #fff;
}

.sj_top7 ul>li:hover>p {
    opacity: 1;
}

.sj_top7 ul>li>div {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sj_top7 ul>li>div>p {
    font-size: .28rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.sj_top7 ul>li>div>b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #305AF9; */
}

@keyframes state1 {
    0% {
        opacity: .5;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        opacity: 0.2;
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
    }
}

.sj_top7 ul>li>div>b>i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #305AF9; */
    background: linear-gradient(to bottom, #86beff 0%, #305af9 100%);
    z-index: -1;
    border-radius: 50%;
    animation-duration: 2.4s;
    animation-name: state1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: state1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;
}

.sj_top7 ul>li:hover>div>b>i {
    animation: none;
    -webkit-animation: none;
}

.sj_top7 ul>li>div>b>i:nth-child(2) {
    animation-delay: 1.2s;
}

.phone-footermenu {
    position: relative;
    z-index: 10;
}

.header-box {
    height: 88px;
}

@media screen and (max-width:1680px) {
    .sj_top7 ul {
        transform: scale(.8);
    }
}

@media screen and (max-width:1024px) {
    .ph_top7 ul {
        margin-top: 60px;
    }

    .ph_top7 ul>li {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

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

    .ph_top7 ul>li>div {
        width: 49%;
        padding: 50px 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .ph_top7 ul>li>div>b {
        font-size: 36px;
        color: #3B8EFF;
        margin-bottom: 15px;
        text-align: right;
        line-height: 1;
    }

    .ph_top7 ul>li>div>p {
        font-size: 30px;
        color: #fff;
        text-align: right;
    }

    .ph_top7 {
        padding: .5rem 0;
    }
}

@media screen and (max-width:540px) {
    .header-box {
        height: 50px;
    }

    .sj_bg {
        background-size: auto 100%;
    }

    .sj_top1 {
        padding: 0.8rem 0;
        background: url(../img/banner.png) no-repeat center;
        background-size: cover;
    }

    .sj_top1>img {
        opacity: 0;
    }


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

    .sj_top3>div>div>div {
        border-bottom: none;
    }

    .sj_top3>div>div>div>p {
        margin-bottom: 0.12rem;
        font-size: 13px;
    }

    .sj_top3>div>p,
    .sj_top2>div>p {
        font-size: 13px;
    }

    .sj_top5 ul>li>span {
        width: 120px;
        height: 120px;
    }

    .sj_top5 ul>li {
        width: 48%;
    }

    .ph_top7 ul>li>div>b {
        font-size: 22px;
    }

    .ph_top7 ul>li>div>p,
    .sj_top6>div>ul:nth-child(2)>li {
        font-size: 16px;
    }

    .sj_top5 ul>li>p,
    .sj_top6>div>ul>li {
        font-size: 14px;
    }

    .sj_top6>div>ul>li {
        padding: 0.1rem 0;
    }

    .sj_top6>div>ul>li>i {
        width: 30%;
    }

    .sj_top6>div>ul::before,
    .sj_top6>div>ul::after,
    .sj_top6>div>ul>li>p::before,
    .sj_top6>div>ul>li>p::after,
    .sj_top6>div>ul>li>i::before,
    .sj_top6>div>ul>li>i::after {
        opacity: 0;
    }

    .sj_top5 ul>li>p>i {
        font-size: 18px;
    }

    .sj_top6>div>ul>li {
        justify-content: space-between;
    }

    .sj_top6>div>ul>li>p {
        width: 65%;
    }

    .sj_top6>div>ul>li>b {
        display: none;
    }

    .ph_top7 ul {
        margin-top: 30px;
    }

    .ph_top7 ul>li>div {
        padding: 30px 15px;
    }

    .ph_top7 ul>li {
        margin-bottom: 10px;
    }
}