.page-submenu .tel img {
    display: inline;
}

body {
    background: #F5F7FA;
}

.sj_head_right>h3,
.sj_head_right>div>input::placeholder,
.sj_head_right>div>input,
.sj_head_right>p {
    color: #4571FF;
}

.sj_head_right>div>i {
    background: #4571FF;
}

.act-header {
    background-image: url(../img/header_bg.png);
}

.act-header>div {
    padding-top: .55rem;
    padding-bottom: 1.3rem;
}

.sj_head_right>div {
    border: 1px solid #4571FF;
}

.sj_head_left>.sj_zx {
    width: 160px;
    height: 40px;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: .5rem;
}

.sj_head_left>.sj_zx:hover {

    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.act-header>div.sj_top1 {
    padding-top: 1.47rem;
    padding-bottom: 1.5rem;
}

.sj_head_left>h1 {
    margin-bottom: 0.3rem;
    font-weight: normal !important;
    padding: 0;
    color: #5A64BE;
    font-size: .58rem;
}

.sj_head_left>h2 {}

.sj_head_left>p {
    color: #333;
}

.sj_head_left>p {
    width: 85%;
    line-height: 2;
    font-size: .16rem;
}

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

.sj_head_right {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-25%);
}

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

.sj_top1 {
    margin-top: -0.8rem;
    z-index: 10;
    position: relative;
}

.sj_top1>div {
    padding: 0.6rem 1.6rem;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
}

.sj_top1>div>h4 {
    font-size: .3rem;
    color: #333;
    text-align: center;
    font-weight: normal;
    padding: 0;
}

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

.sj_top1>div>ul>li {
    /* width: 33.33%; */
    /* display: flex; */
    /* align-items: center; */
}

.sj_top1>div>ul>li>span {
    margin: 0 auto;
    width: 1.58rem;
}

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

.sj_top1>div>ul>li>p>i {
    margin-top: 0.2rem;
    width: 0.35rem;
    margin-left: 0.2rem;
    transform: rotate(180deg);
}

.sj_top1>div>ul>li>p>i>img {
    animation-name: shangxia;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.sj_top1>div>ul>li>p>img {
    margin-top: .2rem;
    width: .35rem;
    margin-left: .2rem;
    animation-name: shangxia;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.sj_top1>div>ul>li:first-child>p>img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    animation: none;
    -webkit-animation: none;
}

.sj_main img {
    max-width: 100%;
}

.sj_top2 {
    padding-top: .8rem;
}

.sj_top2>h3 {
    font-size: .4rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.sj_top2>ul {
    margin-top: .5rem;
    margin-bottom: .3rem;
    justify-content: center;
}

.sj_top2>ul>li {
    font-size: .24rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
    margin-right: 1.6rem;
}

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

.sj_top2>ul>li.on {
    color: #2345A7;
    border-bottom: 1px solid #2345A7;
}

.sj_top2>div {
    position: relative;
}

.sj_top2>div>div {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    transition: .5s;
}

.sj_top2>div>div>span {
    width: 55%;
}

.sj_top2>div>div>span>img {
    width: 100%;
    opacity: 0;
}

.sj_top2>div>div>div {
    width: 45%;
    height: 2.4rem;
    padding: .4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(90deg, #BBC0FF 0%, #ECEEFF 100%);
}

.sj_top2>div>div>div>i {
    width: .35rem;
}

.sj_top2>div>div>div>b {
    color: #2345A7;
    font-size: 20px;
    margin-bottom: 10px;
    display: none;
}

.sj_top2>div>div>div>p {
    font-size: .2rem;
    line-height: 1.8;
    margin-top: .1rem;
    width: 4.5rem;
    text-align: justify;
}

.sj_top2>div>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.sj_top3 {
    padding: .8rem 0;
    background: #fff;
}

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

.sj_top3>div>h2 {
    width: 100%;
}

.sj_top3>div>ul {
    width: 18%;
}

.sj_top3>div>ul>li {
    background-color: #EEF1FC;
    margin-bottom: .27rem;
    padding: 0.33rem 0.2rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: relative;
    cursor: pointer;
}

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

.sj_top3>div>ul>li::after {
    position: absolute;
    right: -14px;
    height: 70%;
    top: 15%;
    content: '';
    width: 4px;
    opacity: 0;
    transition: .5s;
    background-color: #EF6739;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_top3>div>ul>li.on::after {
    opacity: 1;
}

.sj_top3>div>ul>li.on {
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
}

.sj_top3>div>ul>li>i {
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    display: none;
}

.sj_top3>div>ul>li>i>img {
    width: 100%;
    height: 100%;
}

.sj_top3>div>ul>li.on>i {
    opacity: 1;
}

.sj_top3>div>ul>li>span {
    position: relative;
    z-index: 10;
    width: auto;
    margin: 0 auto;
    display: table;
}

.sj_top3>div>ul>li>span>img {
    transition: .5s;
}

.sj_top3>div>ul>li>span>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
}

.sj_top3>div>ul>li.on>span>img {
    opacity: 0;
}

.sj_top3>div>ul>li.on>span>img:last-child {
    opacity: 1;
}

.sj_top3>div>ul>li>p {
    position: relative;
    z-index: 10;
    margin-top: .1rem;
    font-size: .2rem;
    color: #333;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_top3>div>ul>li.on>p {
    color: #fff;
}

.sj_top3>div>div {
    width: 80%;
    position: relative;
}

.sj_top3>div>div>div {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: .4rem .5rem;
    background-color: #fff;
    height: 6.52rem;
    overflow: hidden;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
}

#des>#form {
    background: url(https://www.digiwin.com/project/digiwinathena/data_middle_platform/img/foot_ly_bg.png) no-repeat center;
    background-size: cover;
}

#des {
    background-color: transparent;
}

.sj_top3>div>div>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.sj_top3>div>div>div>p {
    display: flex;
    align-items: center;
    font-size: .16rem;
    margin-bottom: .13rem;
}

.sj_top3>div>div>div>p>i {
    margin-right: .1rem;
}

.sj_top3>div>div>div>i {
    margin-top: .26rem;
    margin-bottom: .2rem;
    width: 100%;
    height: 2px;
    background-color: #DDDDDD;
}

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

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

.sj_top31 {
    overflow: hidden;
    padding: .8rem 0;
    background: linear-gradient(-90deg, #5357FF 0%, #9A9CFE 100%);
}

.sj_top31>div {}

.sj_top31>div>h3 {
    margin-bottom: .3rem;
    color: #fff;
}

.sj_top31>div>p {
    font-size: .24rem;
    color: #fff;
    text-align: center;
}

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

.sj_top31>div>ul>li {
    width: 20%;
    padding: .3rem .2rem;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}

.sj_top31>div>ul>li>h4 {
    font-size: .24rem;
    padding: .1rem .3rem;
    border-radius: 6px;
    display: table;
    margin: 0 auto;
    color: #fff;
    background: linear-gradient(90deg, #C4C2C7 0%, #BAB9BB 100%);
}

.sj_top31>div>ul>li>b {
    width: 100%;
    font-size: 0.24rem;
    text-align: center;
    margin: 0.3rem 0 0.15rem 0;
    font-weight: normal;
}

.sj_top31>div>ul>li>span {
    position: relative;
    width: 1.85rem;
    height: 1.85rem;
    margin: 0 auto;
    margin-top: -1.15rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #BBC0FF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 0px 10px rgb(187 192 255 / 30%);
}

.sj_top31>div>ul>li:hover>span {
    box-shadow: 0px 0px 0px 10px rgb(253 192 127 / 30%);
    background: linear-gradient(180deg, #FFE6BD 0%, #FDC07F 100%);
}

.sj_top31>div>ul>li>span>img {
    max-width: 80%;
}

.sj_top31>div>ul>li>i {
    position: absolute;
    top: 45%;
    right: -0.55rem;
}

.sj_top31>div>ul>li:last-child>i {
    position: absolute;
    top: 45%;
    right: auto;
    left: -.45rem;
}

.sj_top31>div>ul>li>p {
    width: 100%;
    font-size: .16rem;
    line-height: 1.8;
    text-align: justify;
}


.sj_top31>div>a {
    width: 1.6rem;
    color: #fff;
    text-align: center;
    padding: .1rem;
    font-size: .16rem;
    margin: .4rem auto 0 auto;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
}

.sj_top31>div>a:hover {
    border: 1px solid transparent;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
}

.sj_top5 {
    padding: .8rem 0;
    background: #fff;
}

.sj_top5>div {}

.sj_top5>div>ul {
    width: 100%;
    margin-top: .55rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sj_top5>div>ul>li {
    width: 49%;
    background: url(../img/top5_bg.png) no-repeat right bottom;
    background-size: cover;
    position: relative;
    padding: 0.6rem 0.3rem;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 2%;
}

.sj_top5>div>ul>li>p {
    display: flex;
    align-items: center;
}

.sj_top5>div>ul>li>p>span {}

.sj_top5>div>ul>li>p>i {
    font-size: .24rem;
    margin-left: 0.15rem;
}

.sj_top5>div>ul>li>span {
    position: absolute;
    right: 0.25rem;
    bottom: 0;
    max-width: 45%;
}

.sj_top5>div>ul>li>i {
    font-size: .16rem;
    line-height: 1.7;
    margin-top: 0.15rem;
    width: 40%;
}

.ph_dis2 {
    display: none !important;
}

.pc_dis2 {
    display: flex !important;
}

.ph_top2 {
    padding: .8rem 0;
    padding-bottom: 0;
}

.ph_top2>div {}

.ph_top2>div>div {
    margin-bottom: .35rem;
}

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

.ph_top2>div>div>p {
    display: flex;
    align-items: center;
}

.ph_top2>div>div>p>img {
    max-width: .8rem;
}

.ph_top2>div>div>p>i {
    margin-left: .25rem;
    width: 2.1rem;
    padding-bottom: .1rem;
    font-size: .3rem;
    border-bottom: 2px solid #6D3EE9;
}

.ph_top2>div>div>div {
    margin-top: .1rem;
    padding: .3rem .18rem;
    background-color: #F3F5F8;
    position: relative;
}

.ph_top2>div>div>div>b {
    font-size: .28rem;
    color: #3722B5;
    font-weight: normal;
    margin-bottom: .2rem;
    position: relative;
    z-index: 10;
}

.ph_top2>div>div>div>p {
    font-size: .24rem;
    line-height: 2;
    position: relative;
    z-index: 10;
}

.ph_top2>div>div>div>i {
    opacity: .2;
    position: absolute;
    max-width: 2.8rem;
    right: 0;
    top: 20%;
}


.sj_top3>div>div>div>a {
    position: absolute;
    right: 5%;
    top: 0.2rem;
    width: 1.6rem;
    text-align: center;
    border: 1px solid #2345A7;
    border-radius: 6px;
    padding: 0.1rem;
    color: #2345A7;
    font-size: .16rem;
}

.sj_top3>div>div>div>a:hover {
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    color: #fff;
    border: 1px solid transparent;
}

.sj_top3>div>div>div>h4 {
    width: 2.9rem;
    font-size: .3rem;
    color: #fff;
    text-align: center;
    height: 0.5rem;
    background: linear-gradient(0deg, #6A3EF8 0%, #A897FF 100%);
    border-radius: 25px;
    padding: 0;
    line-height: .5rem;
    margin: 0 auto;
    margin-bottom: 0.3rem;
    font-weight: normal;
}


@media screen and (max-width:768px) {
    .sj_top2>div>div>div>p {
        width: 100%;
        font-size: 16px;
    }

    .sj_top2>ul {
        display: none;
    }

    .sj_top2>div>div>div>b {
        display: block;
        font-weight: normal;
    }

    .sj_head_right {
        display: none;
    }

    .sj_head_left>a:last-child {
        background: none;
        border: 1px solid #2345A7;
        color: #2345A7;
        margin-left: 0.2rem;
    }

    .sj_head_left>h1 {
        font-size: 36px;
    }

    .sj_head_left>h1,
    .sj_head_left>h2 {
        text-align: center;
    }

    .sj_head_left>.sj_zx {
        /* display: inline-block !important; */
        display: none !important;
        transform: translateY(1rem);
    }

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


    .sj_top3>div>div>div {
        position: relative;
        z-index: 10;
        opacity: 1;
    }

    .sj_top3>div>div>div>p {
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .sj_top3>div>div>div>a {
        display: none;
    }

    .sj_top3>div>div>div {
        box-shadow: none;
        margin-top: 0.7rem;
    }

    .sj_top3>div>div>div:first-child {
        margin-top: 0;
    }
}

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

    .sj_main>h3 {
        font-size: .38rem;
    }

    .sj_top1 {
        margin-top: 0;
    }

    .ph_dis2 {
        display: flex !important;
    }

    .pc_dis2 {
        display: none !important;
    }

    .sj_main>h2 {
        font-size: .34rem;
        line-height: 1.5;
    }

    .sj_top31>div>ul>li>i {
        position: absolute;
        top: auto;
        right: 45%;
        bottom: -0.55rem;
        transform: rotate(90deg);
    }

    .sj_top31>div>ul>li:last-child>i {
        position: absolute;
        top: -0.55rem;
        bottom: auto;
        right: auto;
        left: 45%;
    }

    .act-header>div.sj_top1 {
        /* padding-bottom: 3.5rem; */
        padding-bottom: 6rem;
        padding-top: 1.47rem;
    }

    .act-header {
        background-image: url(../img/ph_header.png);
    }

    .sj_head_left>span {
        display: table;
        margin: 0 auto;
        margin-bottom: 0.2rem;
    }

    .sj_head_left>h1 {
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.2rem;
    }

    .sj_head_left>p {
        width: 100%;
        font-size: 16px;
        margin-bottom: 3.5rem;
    }

    .sj_main,
    .act-header>div {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .sj_top1>div>ul>li {
        width: 48%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        margin-bottom: 0.2rem;
        padding: 0.2rem 0;
    }

    .sj_top1>div>ul>li>p {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .sj_top1>div>ul {
        padding: 0 0.2rem;
        box-shadow: 0px 6px 30px 0px rgb(51 51 51 / 10%);
    }

    .sj_top1>div {
        box-shadow: none;
        padding: 0.6rem 0.4rem;
    }

    .sj_top1>div>ul>li>p>img {
        margin-top: 0;
    }

    .sj_top2>div>div {
        position: relative;
        z-index: 10;
        opacity: 1;
    }

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

    .sj_top2>div>div>div {
        height: auto;
        background: #fff;
    }

    .sj_top2>div>div>div>i {
        display: none;
    }

    .sj_top3>div>div>div>a {
        display: none;
    }

    .sj_top31>div>h3 {
        line-height: 1.5;
    }

    .sj_top31>div>ul>li>span {
        position: relative;
        width: 100px;
        height: 100px;
        margin-top: -70px;
    }

    .sj_top31>div>ul>li {
        margin-bottom: 110px;
    }

    .sj_top31>div>ul>li,
    .sj_top31>div>ul>li:nth-child(2) {
        width: 42%;
    }

    .sj_top31>div>ul>li>i {
        top: 45%;
        right: -45px;
        bottom: auto;
        transform: rotate(0deg);
    }


    .sj_top31>div>ul>li>b {
        font-size: 16px;
    }

    .sj_top31>div>ul>li>p {
        font-size: 14px;
    }

    .sj_top31>div>ul>li:nth-child(2)>i {
        top: auto;
        bottom: -50px;
        transform: rotate(90deg);
        right: 40%;
    }

    .sj_top31>div>ul>li:nth-child(3),
    .sj_top31>div>ul>li:nth-child(4) {
        margin-bottom: .5rem;
    }

    .sj_top31>div>a {
        font-size: 14px;
        margin-top: 0;
    }

    .sj_top31>div>ul>li:nth-child(1) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .sj_top3>div>div>div {
        position: relative;
        opacity: 1;
        box-shadow: none;
        padding: 0;
        margin-bottom: 0.55rem;
        height: auto;
    }

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

    .sj_top3>div>div>div>p {
        align-items: flex-start;
        font-size: 14px;
    }

    .sj_top3>div>div>div>p>i {
        margin-top: 0.1rem;
        width: 20px;
    }

    .sj_top5>div>ul {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

}