@media (min-width: 769px) {
    body {
        min-width: 1280px
    }
}

.header {
    width: 1200px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px
}

.header .cd-nav-trigger {
    display: none
}

.header .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    width: 190px
}

.header .logo > img {
    width: 190px
}

.header .nav {
    margin-left: 54px;
    height: 100%
}

.header .nav .item {
    cursor: pointer;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #525252;
    padding: 0 20px;
    margin-right: 6px;
    height: 100%;
    /*background-color: #fff;*/
    /*background: url("./../imgs/img-32.png") no-repeat right center/10px 10px;*/
    position: relative;
}

.header .nav .item.current {
    color: #13378f;
    /*background-color: #fff;*/
}

.header .nav .item > a {
    height: 100%;
    line-height: 70px;
    position: relative;
    z-index: 1;
    display: block;
}
.header .nav .item > a:hover{
    color: #13378f;
}

.header .nav .item > ul {
    display: none;
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -108px;
    z-index: 2;
    width: 216px;
    border-top: 2px solid #2f65cc;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 1px 9px 0 rgba(78, 78, 81, 0.39);
    box-shadow: 0 1px 9px 0 rgba(78, 78, 81, 0.39)
}

.header .nav .item > ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    color: #666;
    background-color: #fff;
    font-size: 14px
}

.header .nav .item > ul li:last-child {
    border-bottom: none
}

.header .nav .item > ul li:hover {
    color: #2f65cc;
    background: #eaeffa
}

.header .nav .item > ul li a {
    text-decoration: none;
    color: #666
}

.header .nav .item:hover {
    /*background-image: url("./../imgs/img-33.png")*/
}

.header .nav .item:hover > ul {
    display: block
}

.header .tel {
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #00378F;
    padding-left: 26px;
    /*background: url("./../imgs/img-27.png") no-repeat left center/20px 20px*/
}

.footer {
    background: #333 url("./../imgs/bg/footer-bg.png") no-repeat center center/cover
}

.footer .classify {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: rgba(223, 223, 223, 0.6);
    line-height: 16px;
    padding: 32px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .classify .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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
}

.footer .classify .item > p {
    white-space: nowrap
}

.footer .classify .item > img {
    width: 48px;
    height: 48px;
    margin-right: 14px
}

.footer .classify .item:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: auto;
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 14px;
    padding-top: 36px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.4);*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.4)*/
}

.footer .links .col {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    /*border-right: 1px solid rgba(255, 255, 255, 0.4);*/
    display: flex;
    flex-direction:column;
    /*align-items: center;*/
    padding-left: 20px;
}
.footer .links .col:last-child {
    border-right:none ;
}

.footer .links .col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 200px
}

.footer .links .col .title {
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    line-height: 14px;
    margin-bottom: 32px
}

.footer .links .col .list .item {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .links .col .list .item > img {
    margin-right: 12px;
    width: 40px;
    height: 40px
}

.footer .copyright {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
    /*padding: 30px 0 32px*/
}

.footer .copyright .logo {
    min-width: 340px;
    /*margin-right: 115px*/
}

.footer .copyright .logo img {
    /*width: 180px*/
}

.footer .copyright .logo p {
    margin-top: 8px;
    font-size: 14px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 14px;
    opacity: 0.4
}

.footer .copyright .tel {
    margin-right: 70px
}

.footer .copyright .tel p {
    font-size: 26px;
    font-family: SimHei;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px
}

.footer .copyright .address p {
    margin-top: 10px;
    line-height: 26px
}

.fixed-btns {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 9
}

.fixed-btns .item {
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: #2f65cc;
    margin-bottom: 1px;
    color: #fff
}

.fixed-btns .item .btn {
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.fixed-btns .item .btn > img {
    width: 30px;
    height: 30px
}

.fixed-btns .item .btn > p {
    font-size: 14px;
    font-family: SimHei;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    margin-top: 7px
}

.fixed-btns .item .modal {
    display: none;
    width: 190px;
    position: absolute;
    left: -175px;
    top: 0
}

.fixed-btns .item .modal .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 70px;
    background: #2f65cc;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fixed-btns .item .modal .wrap .p-1 {
    font-size: 14px;
    font-family: SimHei;
    font-weight: 300;
    line-height: 14px
}

.fixed-btns .item .modal .wrap .p-2 {
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    margin-top: 9px
}

.fixed-btns .item .modal .wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #2f65cc;
    margin-top: -8px
}

.fixed-btns .item:hover .modal {
    display: block
}

.content {
    margin: auto;
    width: 1200px
}

.child-top {
    background: #1d2658
}

.child-top .wrap {
    width: 1920px;
    height: 550px;
    background: url(./../imgs/erp/img-22.png) no-repeat center center/cover
}

.child-top .wrap .content {
    height: 100%
}

.child-top .wrap .content .info {
    margin-left: 50px
}

.child-top .wrap .content .info .title {
    font-size: 40px;
    font-family: SourceHanSerifSC;
    font-weight: 800;
    color: #ffffff;
    line-height: 60px;
    text-shadow: 1px 2px 0px rgba(28, 79, 176, 0.81)
}

.child-top .wrap .content .info .btns {
    font-size: 0;
    margin-top: 28px
}

.child-top .wrap .content .info .btns a {
    display: inline-block;
    padding: 0 38px;
    text-decoration: none;
    outline: none;
    background: #ef8540;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    margin-right: 20px
}

.child-top .wrap .content .info .btns a:last-child {
    color: #ef8540;
    background: #fff
}

.child-bottom {
    margin-top: 70px;
    color: #fff;
    padding: 40px 0 36px;
    /*background: #010508 url(./../imgs/erp/img-4.png) no-repeat center center/cover*/
}

.child-bottom .info {
    font-family: SimHei;
    font-weight: 400;
    line-height: 1
}

.child-bottom .info h1 {
    font-size: 34px
}

.child-bottom .info p {
    font-size: 16px;
    margin-top: 15px
}

.child-bottom .btn {
    text-decoration: none;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    background: #2f65cc;
    padding: 0 54px;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 400;
    color: #ffffff
}

@media (max-width: 768px) {
    html, body {
        width: 100vw;
        overflow-x: hidden
    }

    .content {
        width: 100% !important
    }

    .child-top .wrap {
        width: 100vw;
        height: auto
    }

    .child-top .wrap .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .child-top .wrap .content .info {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-left: -30px
    }

    .child-bottom .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .child-bottom .content .info h1 {
        font-size: 0.8rem
    }

    .child-bottom .content .info p {
        font-size: 0.4rem
    }

    .child-bottom .content .btn {
        margin-top: 1rem
    }

    .header {
        width: 100vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }

    .header .cd-nav-trigger {
        display: block;
        position: absolute;
        right: 0;
        top: 13px;
        display: block;
        width: 34px;
        height: 44px;
        margin-right: 5%;
        overflow: hidden;
        white-space: nowrap;
        color: #2f65cc
    }

    .header .cd-nav-trigger span {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -2px;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #2f65cc
    }

    .header .cd-nav-trigger span::before, .header .cd-nav-trigger span::after {
        content: '';
        right: 0;
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #2f65cc
    }

    .header .cd-nav-trigger span::after {
        top: 6px
    }

    .header .cd-nav-trigger span::before {
        top: -6px
    }

    .header .logo {
        padding-left: 20px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #2f65cc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header .nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        z-index: 99;
        margin-left: 0;
        height: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2)
    }

    .header .nav .item {
        min-height: 1.3rem;
        margin-right: 0;
        background-color: #fff;
        border-bottom: 1px solid #e6e6e6;
        background-image: none
    }

    .header .nav .item > p {
        line-height: 1.3rem;
        font-size: 0.4rem
    }

    .header .nav .item > ul {
        width: 100vw;
        margin-left: -20px;
        position: static;
        -webkit-tap-highlight-color: transparent
    }

    .header .nav .item > ul li {
        background: #f5f5f5
    }

    .header .tel {
        display: none
    }

    .footer {
        width: 100vw;
        overflow-x: hidden
    }

    .footer .classify {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer .links {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.6rem 0.3rem 0
    }

    .footer .links .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
        flex: 0 0 3rem;
        font-size: 0.3rem !important;
        padding-bottom: 0.5rem
    }

    .footer .links .col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
        flex: 0 0 3rem
    }

    .footer .copyright {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .copyright .logo, .footer .copyright .tel {
        margin-bottom: 0.8rem
    }

    .footer .copyright p {
        font-size: 0.4rem
    }

    .en{
        display: none;
    }
}

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