﻿@charset 'utf-8';

.bodycontent * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bodycontent html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, i, b, s {
    font-family: Microsoft YaHei,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    border: 0
}

ul, ol {
    list-style: none
}

a img {
    vertical-align: top;
    border: none
}

a {
    text-decoration: none
}

button {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0 none;
    background-color: transparent
}

    button::-moz-focus-inner {
        padding: 0
    }

input[type=password] {
    -webkit-text-security: disc
}

textarea:focus, input:focus, button:focus {
    outline: none
}

body {
    word-wrap: break-word
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.icon {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top
}

.btn {
    display: inline-block;
    zoom: 1;
    text-align: center;
    vertical-align: middle
}

.none {
    display: none
}

.bash-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bash-box {
    position: relative;
    overflow: hidden;
    width: 1210px;
    margin: 0 auto;
}

.code-img {
    width: 500px;
    margin-left: -10px;
}

.code-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}
/*--------------------- banner -------------------*/
.banner-bg {
    height: 650px;
    background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}
    .banner-bg p.h1 {
        font-weight: bold;
        font-size: 48px;
        color: #fff;
        line-height: 1;
        padding: 140px 0 40px 40px;
    }

        .banner-bg p.h1 span {
            display: inline-block;
            width: 93px;
            height: 34px;
            background: url(../img/erp/banner_icon.png) no-repeat 50% 50%;
            font-size: 20px;
            color: #353fd7;
            vertical-align: bottom;
            line-height: 34px;
            text-align: center;
        }
.white {
    color: #fff !important;
}
    .banner-bg p.h2 {
        padding-left: 40px;
        padding-bottom: 50px
    }

.banner-btn-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
    margin-left: 40px;
    margin-bottom: 20px;
}

    .banner-btn-box > a {
        display: block;
        width: 170px;
        height: 50px;
        border-radius: 1px;
        font-size: 18px;
        color: #fff;
        line-height: 48px;
        text-align: center;
        float: left;
        border: 1px solid #fff;
    }

        .banner-btn-box > a:first-child {
            background: #fff;
            color: #5473f4;
            border: 1px solid #fff;
            margin-right: 24px;
        }

/*--------------------- nav -------------------*/
.nav-wrap {
    border-bottom: 1px solid #e0e4ea;
    z-index: 9;
    background: #fff;
}

.nav-box {
    height: 60px;
    text-align: center;
}

    .nav-box li {
        display: inline-block;
        height: 58px;
        line-height: 58px;
        margin-left: 100px;
        cursor: pointer;
        font-size: 14px;
        color: #323232;
    }

        .nav-box li:first-child {
            margin-left: 0;
        }

        .nav-box li.active {
            color: #1884f1;
            border-bottom: 2px solid #1884f1;
        }

    .nav-box a.register {
        display: none;
        float: right;
        width: 100px;
        height: 36px;
        margin: 12px 120px 12px 0;
        background: #0072ff;
        color: #fff;
        line-height: 36px;
        border-radius: 5px;
        font-size: 16px;
    }

        .nav-box a.register:hover {
            background: #0062db;
        }

/*--------------------- value -------------------*/
.value-wrap {
    background: #ecf3ff;
}

.value-box p.h1, .func-box p.h1, .flow-box p.h1, .docking-box p.h1, .module-wrap p.h1 {
    text-align: center;
    line-height: 1;
    font-size: 40px;
    color: #323232;
    padding: 50px 0 0px;
}

.value-ul {
    padding: 50px 45px 40px;
    overflow: hidden;
}

    .value-ul li {
        position: relative;
        width: 360px;
        height: 450px;
        float: left;
        background: #fff;
        margin-left: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

        .value-ul li:first-child {
            margin-left: 0;
        }

        .value-ul li:hover {
            -o-box-shadow: 0 0px 20px rgba(152, 152, 152, 0.2);
            -webkit-box-shadow: 0 0px 20px rgba(152, 152, 152, 0.2);
            box-shadow: 0 0px 20px rgba(152, 152, 152, 0.2);
        }

        .value-ul li i {
            display: block;
            width: 100%;
            height: 200px;
        }

            .value-ul li i.value-1 {
                background: url(../img/erp/value_1.png) no-repeat 50% 50%;
            }

            .value-ul li i.value-2 {
                background: url(../img/erp/value_2.png) no-repeat 50% 50%;
            }

            .value-ul li i.value-3 {
                background: url(../img/erp/value_3.png) no-repeat 50% 50%;
            }

        .value-ul li p.h2 {
            text-align: center;
            font-size: 22px;
            color: #0a1633;
            line-height: 1;
        }

        .value-ul li > span {
            display: block;
            width: 30px;
            height: 4px;
            margin: 20px auto 45px;
            background: #5f72fc;
        }

        .value-ul li p.detail {
            padding: 0 40px;
            line-height: 220%;
            font-size: 14px;
            color: #8a8a8a;
        }

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-40 {
    margin-left: 40px;
}

/*--------------------- func -------------------*/
.func-box p.h1 {
    padding-top: 50px;
}

.func-ul {
    position: relative;
    overflow: hidden;
    padding: 20px 15px;
}

    .func-ul li {
        position: relative;
        width: 360px;
        height: 360px;
        float: left;
        background: #fff;
        margin-left: 50px;
        margin-bottom: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

        .func-ul li:first-child, .func-ul li:first-child + li + li + li {
            margin-left: 0;
        }

        .func-ul li:hover {
            -o-box-shadow: 0 5px 15px rgba(50, 50, 51, 0.1);
            -webkit-box-shadow: 0 5px 15px rgba(50, 50, 51, 0.1);
            box-shadow: 0 5px 15px rgba(50, 50, 51, 0.1);
        }

        .func-ul li i {
            display: block;
            width: 100%;
            height: 150px;
        }

            .func-ul li i.func-1 {
                background: url(../img/erp/func_1.png) no-repeat 50% 65%;
            }

            .func-ul li i.func-2 {
                background: url(../img/erp/func_2.png) no-repeat 50% 65%;
            }

            .func-ul li i.func-3 {
                background: url(../img/erp/func_3.png) no-repeat 50% 65%;
            }

            .func-ul li i.func-4 {
                background: url(../img/erp/func_4.png) no-repeat 50% 65%;
            }

            .func-ul li i.func-5 {
                background: url(../img/erp/func_5.png) no-repeat 50% 65%;
            }

            .func-ul li i.func-6 {
                background: url(../img/erp/func_6.png) no-repeat 50% 65%;
            }

        .func-ul li p.h2 {
            text-align: center;
            font-size: 18px;
            color: #0a1633;
            line-height: 1;
        }

        .func-ul li p.detail {
            padding: 25px 30px 0;
            line-height: 220%;
            font-size: 14px;
            color: #8c8c8c;
        }

/*--------------------- flow -------------------*/
.flow-wrap {
    background: #ecf3ff;
}

.flow-box p.h1 {
    font-size: 32px;
    color: #232323;
}

.flow-box > i {
    display: block;
    width: 1079px;
    height: 491px;
    margin: 40px auto 100px;
    background: url(../img/erp/flow.png) no-repeat 50% 50%;
}

/*--------------------- docking -------------------*/
.docking-box p.h1 {
    padding-bottom: 60px;
}

.docking-nav-ul, .docking-content-ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

    .docking-nav-ul li {
        display: inline-block;
        width: 170px;
        height: 50px;
        line-height: 50px;
        background: #f6f8fb;
        margin-left: 20px;
        color: #323232;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }

        .docking-nav-ul li:first-child {
            margin-left: 0;
        }

        .docking-nav-ul li.active {
            background: #1d8be8;
            color: #fff;
        }

.docking-content-ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

    .docking-content-ul li {
        display: none;
    }

        .docking-content-ul li.active {
            display: block;
        }

        .docking-content-ul li > img {
            width: 85%;
            height: auto;
            margin: 0px auto;
            position: relative;
        }

        .docking-content-ul li > p.more {
            font-size: 14px;
            color: #9f9fa0;
            cursor: pointer;
            margin-bottom: 20px;
        }

/*--------------------- module -------------------*/
.module-wrap {
    background: #ecf3ff;
}

    .module-wrap p.h1 {
        padding-bottom: 50px;
    }

    .module-wrap i.module-bg {
        display: block;
        width: 1124px;
        height: 630px;
        background: url(../img/erp/module_bg.png?v=1) no-repeat 50% 50%;
        margin: 0 auto 70px;
    }

/*--------------------- customer-case -------------------*/
#customer-case {
    height: 776px;
    background: url(../img/erp/case_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.customer-case-box {
    overflow: initial;
}

#customer-case p.h1 {
    line-height: 1;
    font-size: 42px;
    color: #fff;
    padding: 60px 0 120px;
    text-align: center;
}

.case-ul {
    position: relative;
    overflow: initial;
    text-align: center;
    width: 1120px;
    margin: 0 auto;
}

    .case-ul li {
        position: relative;
        overflow: hidden;
        display: block;
        float: left;
        width: 280px;
        height: 400px;
        border: 1px solid #50648d;
        background: #3a4f78;
        margin-left: -1px;
        transition: all .2s;
        -webkit-transition: all .2s;
        cursor: pointer;
    }

        .case-ul li:first-child {
            margin-left: 0;
        }

        .case-ul li span {
            display: block;
            width: 100%;
            height: 185px;
            padding-top: 40px;
        }

        .case-ul li i {
            display: block;
            width: 112px;
            height: 112px;
            margin: 0 auto;
            border-radius: 100%;
        }

            .case-ul li i.huixingzhen {
                background: url(../img/erp/case_1.png?v=1) no-repeat 50% 50%;
            }

            .case-ul li i.sasa {
                background: url(../img/erp/case_2.png) no-repeat 50% 50%;
            }

            .case-ul li i.youyue {
                background: url(../img/erp/case_3.png) no-repeat 50% 50%;
            }

            .case-ul li i.zhixiang {
                background: url(../img/erp/case_4.png) no-repeat 50% 50%;
            }

        .case-ul li p.h2 {
            line-height: 1;
            text-align: center;
            font-size: 20px;
            color: #fff;
        }

        .case-ul li p.detail, .case-ul li p.result {
            display: block;
            text-align: left;
            padding: 25px 25px 0;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.65);
            line-height: 200%;
        }

.case-hover-box {
    display: block;
    position: absolute;
    top: 400px;
    left: 0;
    width: 100%;
    height: 400px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 9;
    border-top: 5px solid #005aff;
}

.case-ul li:hover > .case-hover-box {
    top: 0;
}

.case-ul li p.result-title {
    font-size: 20px;
    color: #005aff;
    line-height: 1;
    padding: 70px 0 40px;
}

.case-ul li p.result {
    font-size: 14px;
    color: #8f8f8f;
    line-height: 180%;
}

/*--------------------- price -------------------*/
.price-wrap {
    height: 206px;
    background: url(../img/erp/price_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

    .price-wrap p.price {
        line-height: 206px;
        font-size: 26px;
        color: #fff;
        float: left;
        padding-left: 230px;
    }

.font-size-20 {
    font-size: 20px;
}

.font-size-38 {
    font-size: 38px;
    font-weight: bold;
}

.price-wrap .banner-btn-box {
    width: 500px;
    float: left;
    margin-top: 78px;
}

    .price-wrap .banner-btn-box > a:hover {
        color: #372700;
    }

    .price-wrap .banner-btn-box > a:first-child {
        color: #372700;
    }

.newImgBoxCss {
    height: 400px;
    overflow-y: hidden;
}

.newImgCss {
    overflow: auto;
    height: auto;
}

.docking-content-ul li .newImgBoxCss img {
    width: 85%;
    height: auto;
    margin: 0px auto;
    position: relative;
}
