﻿.banner-bg p.h2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #EFF4FF;
}

.banner-btn-box > a:first-child {
    width: 198px;
    height: 60px;
    background: linear-gradient(90deg, #FE6628 0%, #FD8D35 100%);
    border: 0;
    color: #fff;
}

.banner-btn-box > a {
    width: 198px;
    height: 60px;
    color: #2680EB;
    background: #FFFFFF;
    border: 0;
}

.code-img-box {
    padding-top: 11px;
    padding-left: 16px;
    width: 440px;
    height: 121px;
    background: rgba(25,117,248,1);
    opacity: 1;
    border-radius: 12px;
    margin-left: 40px;
    margin-top: 60px;
}

    .code-img-box span {
        font-size: 18px;
        color: #F8FBFE;
        margin-left: 12px;
        margin-top: 15px;
        display: block;
    }

    .code-img-box p {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #F8FBFE;
        margin-left: 12px;
        margin-top: 10px;
    }

.scrollBottomErp .block1 {
    margin-top: 0px;
    animation-name: example;
    animation-duration: 1s;
    opacity: 1;
}

.scrollBottomErp .block2 {
    margin-top: 0px;
    animation-name: example2;
    animation-duration: 2.5s;
    animation-delay: -1s;
    opacity: 1;
}

.scrollBottomErp .block3 {
    margin-top: 0px;
    animation-name: example3;
    animation-duration: 2.5s;
    animation-delay: -1s;
    opacity: 1;
}

.scrollBottomErp .block4 {
    margin-top: 0px;
    animation-name: example4;
    animation-duration: 2.5s;
    animation-delay: -1s;
    opacity: 1;
}

.scrollTopErp .effects1 {
    margin-top: 0px;
    animation-name: example;
    animation-duration: 1s;
    opacity: 1;
}

.scrollBottom, .scrollBottomJxc {
    height: 244px;
}

.erpBlock {
    margin: 90px 0;
}

.erpEffectsBlock {
    position: relative;
    height: 222px;
    margin: 90px auto !important;
}

    .erpEffectsBlock .erpBlock {
        position: absolute;
        margin: 0;
    }

.scrollCenter {
    height: 580px;
}

.scrollCenterFinanceCss {
    margin-top: 0px;
    animation-name: examples;
    animation-duration: 2s;
    opacity: 1;
}

@keyframes examples {
    from {
        margin-top: -50px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes example {
    from {
        margin-top: 30px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}

.scrollTopErp .effects2 {
    margin-top: 0px;
    animation-name: example2;
    animation-duration: 2.5s;
    animation-delay: -1s;
    opacity: 1;
}

@keyframes example2 {
    0% {
        margin-top: 60px;
        opacity: 0;
    }

    50% {
        margin-top: 36px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.scrollTopErp .effects3 {
    margin-top: 0px;
    animation-name: example3;
    animation-duration: 2.5s;
    animation-delay: -1s;
    opacity: 1;
}

@keyframes example3 {
    0% {
        margin-top: 60px;
        opacity: 0;
    }

    50% {
        margin-top: 42px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.scrollTopErp .effects4 {
    margin-top: 0px;
    animation-name: example4;
    animation-duration: 2.5s;
    animation-delay: -1s;
    opacity: 1;
}

@keyframes example4 {
    0% {
        margin-top: 60px;
        opacity: 0;
    }

    50% {
        margin-top: 48px;
        opacity: 0;
    }

    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.erpBlock .block {
    width: 278px;
    height: 222px;
    background: #FFFFFF;
    box-shadow: 0px 3px 14px rgba(171, 171, 171, 0.16);
    opacity: 1;
    border-radius: 10px;
    margin: 0px 11px;
}

    .erpBlock .block img {
        display: block;
        margin: auto;
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .erpBlock .block p {
        text-align: center;
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 22px;
        color: #1F2329;
        margin-bottom: 14px;
    }

    .erpBlock .block span {
        text-align: center;
        display: block;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 18px;
        color: #666C74;
    }

.nav-wrap {
    box-shadow: 0px 3px 6px rgba(174, 174, 174, 0.16);
    border-bottom: 0px;
}

.nav-box li {
    font-size: 16px;
    color: #333;
    margin-left: 220px;
}

    .nav-box li.active {
        font-size: 16px;
        color: #333;
    }

.value-wrap {
    background: #f8fbff;
    padding-bottom: 80px;
}

.erpValue .block .name {
    text-align: center;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 22px;
    color: #1F2329;
    margin-bottom: 14px;
}

.erpValue .block {
    padding-top: 40px;
    width: 371px;
    height: 658px;
    background: #FFFFFF;
    box-shadow: 0px 3px 14px rgba(171, 171, 171, 0.16);
    opacity: 1;
    margin: 0px 15px;
}

    .erpValue .block p {
        text-align: center;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 18px;
        color: #707070;
    }

    .erpValue .block .bgImg {
        display: block;
        margin: auto;
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .erpValue .block span {
        padding-left: 30px;
        display: block;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 30px;
        color: #666C74;
    }

    .erpValue .block a {
        margin: auto;
        margin-top: 60px;
        width: 179px;
        height: 46px;
        background: #FFFFFF;
        border: 2px solid #2680EB;
        opacity: 1;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 46px;
        color: #2680EB;
        padding-left: 40px !important;
    }

        .erpValue .block a .img2 {
            display: none;
        }

        .erpValue .block a:hover {
            background: linear-gradient(90deg, #0167FF 0%, #2C90FF 100%);
            color: #fff;
        }

            .erpValue .block a:hover .img1 {
                display: none;
            }

            .erpValue .block a:hover .img2 {
                display: block;
            }

        .erpValue .block a img {
            width: 16px;
            height: 13px;
            margin-top: 16px;
            margin-left: 10px;
        }

.erpdocking {
    border-bottom: 1px solid #CCCCCC;
}

    .erpdocking li {
        background: none;
    }

        .erpdocking li.active {
            background: none;
            color: #2680EB;
            border-bottom: 1px solid #2680EB;
        }

.docking-content-ul li > p.more {
    color: #2680EB;
}

.module-wrap {
    margin-top: 30px;
    background: #F8FBFF;
}

.erpModule {
    margin-top: -30px;
}

    .erpModule .block {
        background: none;
        box-shadow: none;
        height: auto;
    }

        .erpModule .block span {
            font-size: 16px;
            line-height: 26px;
        }

.erpBashDiv .left {
    padding-top: 80px;
}

    .erpBashDiv .left .li {
        margin-bottom: 60px;
        border-left: 1px solid #DBDBDB;
        padding-left: 25px;
        cursor: pointer;
    }

        .erpBashDiv .left .li p {
            font-size: 16px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 16px;
            margin-bottom: 20px;
            color: #333333;
        }

        .erpBashDiv .left .li span {
            display: block;
            font-size: 12px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 12px;
            color: #707070;
        }

    .erpBashDiv .left .active {
        border-left: 1px solid #2680EB;
    }

        .erpBashDiv .left .active p {
            color: #2680EB !important;
        }

.erpBashDiv .goLink {
    margin: auto;
    width: 545px;
    margin-top: 30px;
}

.aLink1 {
    width: 179px;
    height: 46px;
    background: linear-gradient(90deg, #FE6728 0%, #FD8E35 100%);
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 46px;
    color: #FFFFFF;
    margin-right: 20px;
}

    .aLink1:hover {
        color: #FFFFFF;
    }

.aLink2:hover {
    color: #EE8201;
}

.aLink img {
    margin-left: 8px;
}

.aLink2 {
    width: 179px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #EE8201;
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 46px;
    color: #EE8201;
}

.jxc_bgImg {
    background: url(../img/erp/product_yjxc_banner.png) 50% 50% no-repeat;
}

    .jxc_bgImg p.h1 {
        padding-top: 100px;
    }

.jxcBlock .block {
    box-shadow: 0px 3px 6px rgba(174, 174, 174, 0.16);
    margin: 0px 20px;
    width: 200px;
    height: 259px;
    opacity: 1;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 10px;
}

    .jxcBlock .block p {
        height: 63px;
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 63px;
        color: #F8FBFE;
        text-align: center;
        margin-bottom: 30px;
    }

.jxcBlock .block1 p {
    background: url(../img/erp/jxc_01.png) 50% 50% no-repeat;
}

.jxcBlock .block2 p {
    background: url(../img/erp/jxc_02.png) 50% 50% no-repeat;
}

.jxcBlock .block3 p {
    background: url(../img/erp/jxc_03.png) 50% 50% no-repeat;
}

.jxcBlock .block4 p {
    background: url(../img/erp/jxc_04.png) 50% 50% no-repeat;
}

.jxcBlock .block5 p {
    background: url(../img/erp/jxc_05.png) 50% 50% no-repeat;
}

.jxcBlock .block span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 34px;
    color: #666C74;
    display: block;
    text-align: center;
}

.jxcCall p {
    cursor: pointer;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 37px;
    color: #2680EB;
    margin-left: 10px;
    width: 89px;
}

.jxcCall .jxcLine {
    width: 1px;
    margin: 0px 40px;
    height: 37px;
    background: #DADBDD;
    opacity: 1;
}

.jxcCall {
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

    .jxcCall .block1 {
        position: relative;
    }

    .jxcCall .block {
        width: 218px;
        height: 48px;
        border: 1px solid #2489FF;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 33px;
        position: relative;
    }

    .jxcCall .hotcss {
        position: absolute;
        top: -20px;
        right: 4px;
        display: block;
        width: 43px;
        height: 23px;
        background: #FF4B3E;
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
        line-height: 23px;
        border-radius: 12px 0px 12px 0px;
    }

    .jxcCall .block:hover {
        background: #2489FF;
        box-shadow: 0px 3px 13px rgba(101, 101, 101, 0.29);
        color: #fff;
    }

        .jxcCall .block:hover p {
            color: #fff;
        }

    .jxcCall .hover-Img {
        display: none;
    }

    .jxcCall .tel_consult {
        z-index: 2;
        display: none;
        position: absolute;
        background: #FFF;
        width: 110px;
        left: 50px !important;
        top: 60px !important;
        border: 1px solid #2680EB !important;
        box-shadow: 0 0px 8px rgb(170 209 255) !important;
    }

    .jxcCall .block1:hover .tel_consult {
        display: block;
    }

.jxcProblem {
    width: 100%;
    padding-bottom: 80px;
    background: url(../img/erp/product_yjxc_jjfa_bg.png) 50% 50% no-repeat;
}

    .jxcProblem .left {
        margin-right: 60px;
    }

        .jxcProblem .left .active {
            background: linear-gradient(91deg, #005DFF 0%, #10CBFC 100%);
        }

        .jxcProblem .left p {
            cursor: pointer;
            line-height: 88px;
            background: #0035E3;
            width: 203px;
            font-size: 16px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            text-align: center;
            color: #FFFFFF;
        }

    .jxcProblem .right .name {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 22px;
        color: #FFFFFF;
        border-left: 5px solid #fff;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .jxcProblem .right p {
        height: 50px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 50px;
        color: #FFFFFF;
        padding: 0px 25px;
        margin-right: 20px;
        min-width: 122px;
        text-align: center;
        margin-bottom: 18px;
    }

    .jxcProblem .right .lastName {
        border: 0px;
        margin-top: 20px;
    }

    .jxcProblem .right .goLink {
        margin-top: 80px;
    }

    .jxcProblem .right .aLink1 {
        width: 179px;
        height: 56px;
        border: 2px solid #FFFFFF;
        opacity: 1;
        border-radius: 5px;
        background: none;
    }

    .jxcProblem .right .aLink2 {
        width: 243px;
        border-radius: 5px;
        color: #fff;
        height: 56px;
        background: linear-gradient(90deg, #FE6628 0%, #FD8E36 100%);
    }

        .jxcProblem .right .aLink2 div {
            font-size: 18px;
            padding-left: 50px;
            margin-top: -5px;
        }

        .jxcProblem .right .aLink2 img {
            width: 16px;
            height: 13px;
            margin-top: 18px;
        }

        .jxcProblem .right .aLink2 span {
            display: block;
            text-align: center;
            margin-top: -27px;
        }

    .jxcProblem .tip {
        margin-top: 50px;
        margin-bottom: 40px;
        margin-right: 120px;
    }

        .jxcProblem .tip img {
            display: block;
            margin: auto;
            margin-bottom: 8px;
        }

        .jxcProblem .tip .tipName {
            text-align: center;
            font-size: 20px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 20px;
            color: #FFFFFF;
        }

    .jxcProblem .imgDiv img {
        margin-right: 20px;
    }

.cloudValue {
    position: relative;
}

    .cloudValue .left {
        width: 545px;
        height: 499px;
        background: #FFFFFF;
        box-shadow: 0px 4px 14px rgba(149, 149, 149, 0.16);
        opacity: 1;
        border-radius: 10px;
        margin-left: 80px;
    }

        .cloudValue .left .name {
            font-size: 26px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 26px;
            color: #666C74;
            padding-top: 30px;
            margin-left: 40px;
            width: 373px;
            border-bottom: 1px #666C74 dashed;
            padding-bottom: 20px;
            margin-bottom: 30px;
        }

        .cloudValue .left p {
            padding-left: 40px;
            font-size: 16px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 66px;
            color: #666C74;
            background: #F2F2F2;
        }

            .cloudValue .left p:nth-child(2n) {
                background: #fff;
            }

            .cloudValue .left p i {
                width: 8px;
                height: 8px;
                background: #666C74;
                display: inline-block;
                border-radius: 8px;
                margin-right: 12px;
            }

    .cloudValue .right {
        margin-left: -95px;
        width: 586px;
        height: 594px;
        background: linear-gradient(44deg, #5183F5 0%, #01C7FE 100%);
        box-shadow: 0px 6px 20px #D6D6D6;
    }

        .cloudValue .right .li {
            padding: 0px 60px;
            font-size: 16px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 66px;
            color: #666C74;
            background: linear-gradient(240deg, #4CB2FC 0%, #4CB1FA 100%);
        }

        .cloudValue .right .name {
            font-size: 26px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 26px;
            color: #fff;
            padding-top: 30px;
            margin-left: 60px;
            width: 464px;
            border-bottom: 1px #fff dashed;
            padding-bottom: 20px;
            margin-bottom: 30px;
        }

        .cloudValue .right .li img {
            width: 30px;
            height: 20px;
            margin-top: 24px;
        }

        .cloudValue .right p {
            font-size: 20px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 66px;
            color: #FFFFFF;
        }

        .cloudValue .right .li:nth-child(2n) {
            background: none;
        }

    .cloudValue .aLink {
        margin-top: 50px;
        margin-left: 60px;
    }

    .cloudValue .center {
        position: absolute;
        left: 481px;
        top: 127px;
    }

        .cloudValue .center img {
            display: block;
            margin-top: -34px;
        }

.cloudFunc .block {
    width: 580px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(171, 171, 171, 0.16);
    opacity: 1;
    border-radius: 10px;
    margin: 0px 15px;
    margin-bottom: 30px;
}

    .cloudFunc .block img {
        width: 230px;
        height: 230px;
        margin-right: 30px;
    }

    .cloudFunc .block .name {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 22px;
        color: #1F2329;
        margin-top: 60px;
    }

    .cloudFunc .block p {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 18px;
        color: #333333;
        margin-top: 15px;
    }

    .cloudFunc .block span {
        width: 210px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 20px;
        color: #666C74;
        display: block;
        margin-top: 30px;
    }
