.erp-container .tabs {
    margin-top: 60px
}

.erp-container .tabs .item {
    background-color: #fff;
    cursor: pointer;
    min-width: 180px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-left: -1px;
    padding-left: 1px
}

.erp-container .tabs .item:hover {
    border-color: #2f65cc;
    background: #2f65cc;
    color: #fff
}

.erp-container .overview, .erp-container .function {
    margin-top: 90px
}

.erp-container .overview h1, .erp-container .function h1 {
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1
}

.erp-container .overview .wrap, .erp-container .function .wrap {
    margin-top: 34px
}

.erp-container .overview .wrap .col, .erp-container .function .wrap .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.erp-container .overview .wrap .pic, .erp-container .function .wrap .pic {
    margin-right: 24px
}

.erp-container .overview .wrap .pic .img, .erp-container .function .wrap .pic .img {
    border: 1px solid #f5f5f5;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px;
    width: 100%;
    overflow: hidden
}

.erp-container .overview .wrap .pic .img img, .erp-container .function .wrap .pic .img img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.erp-container .overview .wrap .pic .img img:hover, .erp-container .function .wrap .pic .img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.erp-container .overview .wrap .pic .btn, .erp-container .function .wrap .pic .btn {
    text-decoration: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #2f65cc;
    color: #fff;
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    letter-spacing: 2px;
    padding-left: 2px
}

.erp-container .overview .wrap .info, .erp-container .function .wrap .info {
    margin-left: 24px
}

.erp-container .overview .wrap .info .item, .erp-container .function .wrap .info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px
}

.erp-container .overview .wrap .info .item .icon, .erp-container .function .wrap .info .item .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 14px
}

.erp-container .overview .wrap .info .item .title, .erp-container .function .wrap .info .item .title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
    color: #2f65cc
}

.erp-container .overview .wrap .info .item .title::after, .erp-container .function .wrap .info .item .title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #2f65cc;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px
}

.erp-container .overview .wrap .info .item .desc, .erp-container .function .wrap .info .item .desc {
    margin-top: 12px;
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #333;
    line-height: 28px
}

.erp-container .overview .wrap .info .item .desc span, .erp-container .function .wrap .info .item .desc span {
    color: #2f65cc;
    font-weight: bold
}

.erp-container .overview .wrap .info .btn, .erp-container .function .wrap .info .btn {
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2f65cc;
    padding: 15px 48px;
    color: #2f65cc;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1
}

.erp-container .overview .wrap .info .btn:hover, .erp-container .function .wrap .info .btn:hover {
    background: #2f65cc;
    color: #fff
}

.erp-container .function .wrap {
    margin-top: 40px
}

.erp-container .function .wrap .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 35px;
    margin-right: 18px
}

.erp-container .function .wrap .pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    margin-right: 0;
    margin-left: 18px;
    overflow: hidden
}

.erp-container .function .wrap .pic img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.erp-container .function .wrap .pic img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.erp-container .groups {
    padding-bottom: 90px
}

.erp-container .groups .item {
    background: #2f65cc
}

.erp-container .groups .item .label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px
}

.erp-container .groups .item .label > p {
    width: 32px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 300;
    color: #ffffff;
    line-height: 22px
}

.erp-container .groups .item .list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #2f65cc;
    border-left: none;
    padding: 15px 4px;
    background: #fff
}

.erp-container .groups .item .list .ol {
    white-space: nowrap;
    font-size: 14px;
    font-family: SimHei;
    font-weight: 300;
    color: #2f65cc;
    line-height: 1;
    background: #edf4fa;
    padding: 8px 8px;
    margin: 0 3px
}

.erp-container .groups .item.col {
    margin-top: 15px;
    background: #45b2b6
}

.erp-container .groups .item.col .list {
    border-color: #45b2b6;
    padding-bottom: 10px
}

.erp-container .groups .item.col .list ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    font-family: SimHei;
    font-weight: 300;
    color: #333333;
    text-align: center
}

.erp-container .groups .item.col .list ul li {
    line-height: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(69, 178, 182, 0.2);
    margin: 0 11px 6px
}

.erp-container .groups .item.col .list ul li:first-child {
    background-color: rgba(69, 178, 182, 0.2);
    color: #167f83
}

.erp-container .groups .item.row {
    margin-top: 15px
}

.erp-container .groups .item.row .list {
    padding: 0
}

.erp-container .groups .item.row .list .n {
    border-left: 1px solid #2f65cc;
    padding: 15px
}

.erp-container .groups .item.row .list .n:first-child {
    border-left: 0;
    width: 385px
}

.erp-container .groups .item.row .list .n:nth-child(2) {
    width: 255px
}

.erp-container .groups .item.row .list .n:nth-child(2) .l > div {
    width: calc(25% - 4px)
}

.erp-container .groups .item.row .list .n:nth-child(3) {
    width: 135px
}

.erp-container .groups .item.row .list .n:nth-child(3) .l > div {
    width: calc(50% - 4px)
}

.erp-container .groups .item.row .list .n:nth-child(4) {
    width: 135px
}

.erp-container .groups .item.row .list .n:nth-child(4) .l > div {
    width: calc(50% - 4px)
}

.erp-container .groups .item.row .list .n:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.erp-container .groups .item.row .list .n:last-child .l > div {
    width: calc(100% - 4px)
}

.erp-container .groups .item.row .list .n .t {
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #edf4fa;
    font-size: 12px;
    font-family: SimHei;
    font-weight: 300;
    color: #2f65cc;
    border-bottom: 2px solid transparent
}

.erp-container .groups .item.row .list .n .l {
    width: calc(100% + 4px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.erp-container .groups .item.row .list .n .l div {
    margin-top: 4px;
    width: calc(100% / 6 - 4px);
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(47, 101, 204, 0.3);
    font-size: 12px;
    font-family: SimHei;
    font-weight: 300;
    color: #333333;
    margin-right: 4px
}

.erp-container .cards {
    background: #f5f5f5;
    padding-top: 95px
}

.erp-container .cards h1 {
    text-align: center;
    height: 34px;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1
}

.erp-container .cards .desc {
    margin-top: 32px;
    margin-bottom: 40px;
    text-align: center;
    height: 18px;
    font-size: 18px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 1
}

.erp-container .cards .list .card {
    margin: 0 15px;
    width: calc(100% / 3 - 30px);
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.erp-container .cards .list .card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.erp-container .cards .list .card .pic {
    width: 100%;
    height: 120px;
    position: relative
}

.erp-container .cards .list .card .pic img {
    width: 100%;
    height: 100%
}

.erp-container .cards .list .card .pic .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-family: SimHei;
    font-weight: bold;
    color: #ffffff;
    line-height: 1
}

.erp-container .cards .list .card .pic .text p > strong {
    position: relative;
    font-size: 46px;
    margin-right: 25px
}

.erp-container .cards .list .card .pic .text p > strong > span {
    font-size: 40px;
    position: absolute;
    top: 0;
    right: -25px;
    font-weight: normal;
    color: #ffc322
}

.erp-container .cards .list .card .ols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 15px 60px
}

.erp-container .cards .list .card .ols ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.erp-container .cards .list .card .ols ul li {
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.erp-container .cards .list .card .ols ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #2f65cc;
    border-radius: 10px;
    margin-right: 10px
}

.erp-container .cards .list .card .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 30px 13px
}

.erp-container .cards .list .card .info p {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
    font-weight: normal;
    color: #333
}

.erp-container .cards .list .card .info p > strong {
    position: relative;
    font-size: 20px;
    margin-right: 18px;
    color: #2f65cc;
    font-weight: bold
}

.erp-container .cards .list .card .info p > strong > span {
    position: absolute;
    top: -2px;
    right: -15px;
    font-weight: normal
}

.erp-container .module {
    padding-top: 90px
}

.erp-container .module h1 {
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1
}

.erp-container .module .types {
    border-bottom: 2px solid #cccccc
}

.erp-container .module .types .item {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    padding: 40px 0 26px;
    position: relative
}

.erp-container .module .types .item.current {
    color: #2f65cc
}

.erp-container .module .types .item.current::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2f65cc;
    position: absolute;
    bottom: -2px;
    left: 0
}

.erp-container .module .m {
    margin: 45px 0 50px
}

.erp-container .module .m .img {
    width: 850px;
    height: 550px
}

.erp-container .module .m .img > img {
    width: 100%
}

.erp-container .module .m .btn {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    padding: 0 52px;
    margin-left: 50px;
    border: 1px solid #2f65cc
}

.erp-container .module .m .btn:hover {
    border-color: #2f65cc;
    background: #2f65cc;
    color: #ffffff
}

.erp-container .core {
    background-color: #4087dc;
    padding: 90px 0;
    background: url("./../imgs/erp/img-8.png") no-repeat center center/cover
}

.erp-container .core h1 {
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 42px
}

.erp-container .core .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -6px
}

.erp-container .core .list .item {
    width: 190px;
    margin: 0 6px;
    background-color: #fff;
    position: relative
}

.erp-container .core .list .item .pic {
    width: 100%;
    height: 230px;
    overflow: hidden
}

.erp-container .core .list .item .pic .img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.erp-container .core .list .item .pic .img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.erp-container .core .list .item .icon {
    position: absolute;
    top: 208px;
    left: 20px;
    width: 44px;
    height: 44px
}

.erp-container .core .list .item .info {
    font-weight: 400;
    font-family: SimHei;
    padding: 0 20px 26px
}

.erp-container .core .list .item .info .title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-top: 42px
}

.erp-container .core .list .item .info .desc {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 16px
}

.erp-container .honor {
    padding: 90px 0;
    background: #f5f5f5
}

.erp-container .honor h1 {
    text-align: center;
    font-size: 38px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1
}

.erp-container .honor .m .text {
    margin: 30px 0;
    text-align: center;
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px
}

.erp-container .honor .m .text span {
    color: #f47a22;
    font-size: 24px
}

.erp-container .client {
    padding-top: 90px
}

.erp-container .client .content {
    position: relative
}

.erp-container .client .btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -8px;
    height: 50px;
    border: 1px solid #2f65cc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 30px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1
}

.erp-container .client .btn:hover {
    color: #fff;
    background: #2f65cc
}

.erp-container .client h1 {
    text-align: center;
    font-size: 34px;
    font-family: SimHei;
    font-weight: 400;
    color: #2f65cc;
    line-height: 1
}

.erp-container .client .m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-top: 33px
}

.erp-container .client .m .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(25% - 20px);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(223, 223, 223, 0.81);
    box-shadow: 0px 0px 8px 0px rgba(223, 223, 223, 0.81)
}

.erp-container .client .m .item .img {
    width: 100%;
    height: 160px;
    overflow: hidden
}

.erp-container .client .m .item .img > img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.erp-container .client .m .item .img > img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.erp-container .client .m .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0
}

.erp-container .client .m .item .info > img {
    width: 250px;
    height: 90px
}

@media (max-width: 768px) {
    .erp-container .sticky .tabs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        overflow-x: scroll
    }

    .erp-container .overview {
        margin-top: 0
    }

    .erp-container .overview .content h1 {
        font-size: 0.5rem;
        line-height: 1;
        padding-top: 1rem;
        padding-bottom: 0.7rem
    }

    .erp-container .overview .content .wrap {
        margin-top: 0;
        display: block
    }

    .erp-container .overview .content .wrap .col {
        margin: 0 0.4rem 1rem
    }

    .erp-container .overview .content .wrap .col .img img {
        width: 100%;
        height: auto
    }

    .erp-container .function {
        margin-top: 0
    }

    .erp-container .function .content h1 {
        font-size: 0.5rem;
        line-height: 1;
        padding-top: 1rem;
        padding-bottom: 0.7rem
    }

    .erp-container .function .content .wrap {
        margin-top: 0;
        display: block
    }

    .erp-container .function .content .wrap .col {
        margin: 0 0.4rem
    }

    .erp-container .function .content .wrap .col.pic {
        display: none
    }

    .erp-container .groups .content {
        padding: 0 0.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .erp-container .groups .content .item .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.2rem
    }

    .erp-container .groups .content .item .list .ol {
        margin: 0.1rem
    }

    .erp-container .groups .content .item .list ul {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .erp-container .groups .content .item .list ul li {
        margin: 0 0.1rem 0.1rem;
        width: 2.1rem
    }

    .erp-container .groups .content .item.row .list .n {
        width: 100%;
        border-left: none;
        padding: 0 0 0.3rem
    }

    .erp-container .groups .content .item.row .list .n .l div {
        padding: 0 0.2rem;
        width: auto
    }

    .erp-container .cards {
        padding-top: 0
    }

    .erp-container .cards .content h1 {
        padding: 0 1rem;
        font-size: 0.5rem;
        height: auto;
        line-height: 1.5;
        padding-top: 1rem;
        padding-bottom: 0
    }

    .erp-container .cards .content .desc {
        height: auto;
        padding: 0 1rem;
        font-size: 0.4rem;
        line-height: 1.5;
        margin: 0.5rem 0
    }

    .erp-container .cards .content .list {
        display: block;
        padding-bottom: 1rem
    }

    .erp-container .cards .content .list .card {
        width: 9rem;
        margin: 0.5rem
    }

    .erp-container .cards .content .list .card .info p {
        font-size: 0.3rem
    }

    .erp-container .cards .content .list .card .info p > strong {
        font-size: 0.5rem
    }

    .erp-container .module {
        padding-top: 0
    }

    .erp-container .module .content h1 {
        padding: 0 1rem;
        font-size: 0.5rem;
        height: auto;
        line-height: 1.5;
        padding-top: 1rem;
        padding-bottom: 0
    }

    .erp-container .module .content .types .item {
        font-size: 0.35rem;
        padding: 0.5rem 0
    }

    .erp-container .module .content .m {
        margin: 0.4rem 0 0.5rem;
        display: block
    }

    .erp-container .module .content .m .img {
        margin: auto;
        width: 90%;
        height: auto
    }

    .erp-container .module .content .m .btn {
        width: 4rem;
        text-align: center;
        margin: 0.5rem auto 0;
        height: 1.3rem;
        line-height: 1.3rem
    }

    .erp-container .core {
        padding-top: 1rem
    }

    .erp-container .core .content h1 {
        font-size: 0.5rem
    }

    .erp-container .core .content .list {
        display: block;
        margin-left: 0
    }

    .erp-container .core .content .list .item {
        width: 9rem;
        margin: 0 auto 0.6rem
    }

    .erp-container .core .content .list .item .pic img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .erp-container .honor {
        padding-top: 1rem;
        padding-bottom: 0.5rem
    }

    .erp-container .honor .content h1 {
        font-size: 0.5rem
    }

    .erp-container .honor .content .m {
        padding: 0 0.4rem
    }

    .erp-container .honor .content .m .text {
        font-size: 0.4rem;
        text-align: left
    }

    .erp-container .honor .content .m .text span {
        font-size: 0.55rem
    }

    .erp-container .honor .content .m img {
        display: none
    }

    .erp-container .client {
        padding-top: 1rem;
        padding-bottom: 0.5rem
    }

    .erp-container .client .content h1 {
        font-size: 0.5rem
    }

    .erp-container .client .content .btn {
        position: initial;
        width: 5rem;
        height: 1.3rem;
        margin: 0.5rem auto
    }

    .erp-container .client .content .m {
        display: block
    }

    .erp-container .client .content .m .item {
        width: 9rem;
        margin: 0 0.5rem 0.5rem
    }
}

/*# sourceMappingURL=erp.min.css.map */