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

#des {
    z-index: 10;
    position: relative;
}

.page-submenu span a {
    display: block;
}

.page-submenubox.active {
    display: block !important;
}

.page-submenubox {
    display: none;
}

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

.page-submenu ul {
    display: flex;
    justify-content: flex-end;
}

.sj_head_left>h1,
.sj_head_left>h2 {
    color: #fff;
}

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

.sj_head_right>div>i {
    background: #fff;
}

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

.act-header>div {
    padding: 0.6rem 0 0.4rem 0;
}

.act-header>div.top2 {
    /* padding: 1rem 0 0.1rem 0; */
}

.act-header>div.top2>.sj_head_left {
    /* margin-top: 0.2rem; */
}

.sj_head_left .sj_zx {
    width: 160px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: .35rem;
}

.sj_head_left .sj_zx:hover {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.sj_head_left>div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 0;
}

.sj_head_left>div>a {
    margin-right: .3rem;
}

.sj_head_left>div>a:last-child {
    background: none;
    border: 1px solid #fff;
    margin-right: 0;
}

.sj_head_left>div>a:last-child:hover {
    border: 1px solid transparent;
}

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

.sj_head_left>h1 {
    margin-bottom: 0.2rem;
    font-weight: bold;
    padding: 0;
    color: #fff;
    font-size: .36rem;
    font-weight: normal;
    line-height: 1.5;
}

.sj_head_left>p {
    color: #fff;
}

.sj_head_left>i {
    font-size: .16rem;
    line-height: 1.7;
    color: #fff;
}

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

.sj_head_left>p:first-child {
    font-size: .36rem;
    line-height: 1;
    margin-bottom: .2rem;
}

.sj_head_rt2 {
    max-height: 2.04rem;
    margin-right: .65rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sj_main>h3 {
    font-size: .4rem;
    text-align: center;
    font-weight: normal;
    color: #333;
    width: 100%;
}

.sj_main>p {
    font-size: .24rem;
    margin-top: .3rem;
    text-align: center;
    color: #333;
    width: 100%;
}

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

div.sj_video,
div.sj_video2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: scale(0);
}

div.sj_video.on,
div.sj_video2.on {
    transform: scale(1);
}

div.sj_video>div,
div.sj_video2>div {
    position: relative;
    width: 60%;
    z-index: 10;
}

div.sj_video>div>video,
div.sj_video2>div>video {
    width: 100%;
}

div.sj_video>div>i,
div.sj_video2>div>i {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(102 98 98 / 50%);
    font-size: .28rem;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.sj_video>div>i:hover,
div.sj_video2>div>i:hover {
    background-color: rgb(33 33 33 / 100%);
}

div.sj_video>i,
div.sj_video2>i {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    top: 0%;
    left: 0%;
}

.sj_head_left {
    padding-bottom: 0rem;
}

.di_lian {
    display: flex;
    justify-content: center;
    position: relative !important;
    z-index: 10;
    width: 100%;
    top: auto !important;
    /* left: auto !important; */
}

.di_lian>a {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 0.35rem;
    padding: 0 0.2rem;
}

.di_lian.nop {
    margin-top: 0;
}

.di_lian.nop>a {
    margin-top: 0;
}

.di_lian>a:first-child {
    margin-right: 0.3rem;
    border: 1px solid transparent;
    border-right: none;
    border-left: none;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
}

.di_lian>a:hover,
.di_lian>a:last-child {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.di_lian>a.sj_one:hover {
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
}

.di_lian>a:first-child:hover {}


.ph_hua {
    display: none !important;
}

.ph_dis2 {
    display: none !important;
}

.pc_dis2 {
    display: flex !important;
}

.sj_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 50;
    padding: 0.17rem 0;
    box-shadow: 0px 1px 5px 0px #e5e5e5;
}

.sj_nav>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sj_nav.ind_nav>div {
    padding-bottom: 0.15rem;
}

.sj_nav>div>span {
    width: 30%;
    cursor: pointer;
}

.sj_nav>div>ul {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.sj_nav>div>ul>li {
    position: relative;
}

.sj_nav>div>ul>li>a {
    font-size: .16rem;
    color: #333;
    transition: .5s;
}

.sj_nav>div>ul>li>a:hover,
.sj_nav>div>ul>li.on>a {
    color: #2345A7;
}

.sj_nav>div>ul>li>select {
    display: block;
    background: #F5F5F5;
    border-radius: 6px;
    padding: 0.05rem 0.4rem 0.05rem 0.2rem;
    font-size: .16rem;
    border: none;
    cursor: pointer;
}

.sj_nav>div>ul>li>i {
    position: absolute;
    content: '';
    right: 0.2rem;
    top: 0.1rem;
    border: 2px solid #333;
    width: 0.1rem;
    height: 0.1rem;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.sj_nav>div>ul>li>select>option {}

#nav-icon {
    width: 28px;
    height: 26px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    transform: translateY(3px);
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 16px;
    transform-origin: left center;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -2px;
    left: 6px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    left: 6px;
}

.ph_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: auto;
    padding: 20px 0;
    padding-top: 70px;
    transition: .5s;
    transform: translateY(-100%);
}

.ph_nav.on {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    box-shadow: 0px 5px 5px 0px #e5e5e5;
}

.ph_nav>a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    color: #333;
    font-weight: 500;
}

#des #form .form p {
    color: #fff;
    font-size: 16px;
}

/*************************** 小导航 *****************/
.sj_xdh {
    padding: 0.28rem 0;
    background: #E3E8ED;
}

.sj_xdh>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sj_xdh>div>p {
    display: flex;
    align-items: center;
    width: auto;
    margin-top: 0;
}

.sj_xdh>div>p>u {
    width: 0.12rem;
    height: 0.12rem;
    border: 2px solid #333;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    margin-left: 0.1rem;
}

.sj_xdh>div>p>i {
    font-size: .16rem;
    margin-left: 0.15rem;
}

.sj_xdh>div>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sj_xdh>div>ul>li {
    margin-left: 0.5rem;
}

.sj_xdh>div>ul>li>a {
    font-size: .16rem;
    transition: .5s;
}

/************ 二级导航***************************** */
.sj_nav2 {
    padding-top: 0.15rem;
    border-top: 1px solid #999;
    padding-bottom: 0 !important;
}

.sj_nav2>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sj_nav2>div>p {
    width: auto;
    margin-top: 0;
    font-size: .2rem;
}

.sj_nav2>div>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sj_nav2>div>ul>li {
    margin-left: 0.25rem;
}

.sj_nav2>div>ul>li>a {
    font-size: 0.16rem;
}

.sj_nav2>div>ul>li>a:hover {
    color: #4571FF;
}

@media screen and (max-width:768px) {
    .sj_nav>div>span {
        width: 40%;
    }

    .sj_nav>div>ul>li>select {
        padding: 5px 35px;
        padding-left: 20px;
        font-size: 14px;
    }

    .sj_nav>div>ul>li>i {
        right: 15px;
        top: 9px;
        width: 10px;
        height: 10px;
    }

    .sj_nav>div>ul {
        width: 20%;
    }

    .sj_nav>div>ul>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width:540px) {
    .page-submenu ul {
        display: none;
    }

    html {
        font-size: 75px !important;
    }

    .act-wrap {
        /* height: 50vh; */
    }

    .ph_dis2 {
        display: flex !important;
    }

    .pc_dis2 {
        display: none !important;
    }

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

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

    .sj_nav2 {
        display: none !important;
    }

    .sj_nav.ind_nav>div {
        padding-bottom: 0;
    }

    .act-header {
        height: auto !important;
        padding-bottom: 1rem;
        padding-top: 1.3rem;
        background-image: url(../img/znsb1_bg.png);
        background-color: #ff7878;
    }

    .act-header>div {
        padding-top: .6rem !important;
    }

    .sj_top4>div>div>div>.t4_lf>ul>li>p>span {
        width: 15px;
        height: 15px;
    }

    .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: 18px;
        margin-bottom: 0.2rem;
        text-align: center;
    }

    .sj_head_right {
        display: none;
    }

    .sj_head_left .sj_zx {
        margin-left: auto;
        margin-right: auto;
    }

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

    .act-header>div {
        padding: 0 5%;
        height: 100%;
    }

    .sj_head_left {
        width: 100%;
    }


    .sj_main>h3 {
        line-height: 1.5;
        font-size: .36rem;
    }

    .ph_hua {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #2345A7;
        text-decoration: none;
        margin-top: 20px;
    }

    .ph_hua>img {
        margin-right: 10px;
        width: 20px;
        animation: scroll-att-left 2s infinite both;
        -webkit-animation: scroll-att-left 2s infinite both;
    }

    .ph_hua>img:last-child {
        margin-right: 0;
        margin-left: 10px;
        animation: scroll-arr-act 2s infinite both;
    }

    .sj_head_left>i {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .sj_nav>div>ul {
        width: 40%;
    }

    .sj_xdh>div>ul {
        justify-content: space-between;
        width: 100%;
        margin-top: 0.2rem;
    }

    .sj_xdh>div>ul>li {
        margin-left: 0;
    }

    .sj_xdh>div>ul>li>a,
    .sj_xdh>div>p>i {
        font-size: 14px;
    }
}