/* -------------------------------- 初始化样式 -------------------------------- */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    overflow-x: hidden;
}

html, body {
    background-color: #ffffff;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "PingFangSC-Regular", "sans-serif", "Arial", "Microsoft YaHei";
    font-size: 62.5%;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, input, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6, em, h6, b, p, i {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ol, ul, li {
    list-style: none outside none;
}

    ul:after {
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        content: ".";
    }

table {
    border-collapse: collapse;
}

input, select {
    -webkit-appearance: none;
    appearance: none;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "PingFangSC-Regular", "sans-serif", "Arial", "Microsoft YaHei";
}

    select::-ms-expand {
        display: none;
    }

    input[type=radio]::-ms-check, input[type=checkbox]::-ms-check {
        display: none;
    }

    input[type="submit"], input[type="reset"], input[type="button"], input {
        resize: none;
        border: none;
    }

:focus {
    outline: none;
}

.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    text-align: center;
}

.fr {
    float: right !important;
}

.db {
    display: block !important;
}

.dn {
    display: none !important;
}

.pr {
    position: relative !important;
}

.ov {
    overflow: hidden;
}

.bgstyel {
    background-position: center;
    background-repeat: no-repeat;
}

.wrap {
    margin: auto;
    width: 1200px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    ustify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* -------------------------------- 顶部 -------------------------------- */
.hearder-menu {
    width: 100%;
    height: 100px; 
}

.logo {
    float: left;
    padding: 33px 0;
    height: 33px;
}

.menu {
    float: left;
    padding-left: 100px;
}

    .menu li {
        position: relative;
        float: left;
        height: 100px;
        text-align: center;
    }

        .menu li a.tit {
            overflow: hidden;
            padding: 0 32px;
            display: inline-block;
            height: 100px;
            line-height: 100px;
            font-size: 1.8rem;
            color: #000000;
            text-align: center;
            text-transform: uppercase;
        }

        .menu li.hover a.tit {
            background-color: #F2F2F2;
            color: #268BFF;
        }

.subnav {
    position: absolute;
    top: 100px;
    overflow: hidden;
    display: none;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    *zoom: 1;
}

    .subnav a {
        display: inline-block;
        width: 100%;
        line-height: 42px; 
        font-size: 1.4rem;
        color: #000000 !important;
        text-align: center;
        text-transform: uppercase;
        font-weight: 100;
    }

        .subnav a:hover {
            color: #268BFF !important;
            background-color: #ffffff;
        }

        .subnav a:last-child {
            border-bottom-width: 0;
        }

.banner {
    overflow: hidden;
    width: 100%;
    height: auto;
    font-size: 0;
}

    .banner a {
        display: block;
        height: 100%;
    }

    .banner .swiper-pagination-bullet {
        background: #ffffff;
        opacity: 1;
        cursor: pointer;
    }

    .banner .swiper-pagination-bullet-active {
        background: #2851DC;
    }


.in-tit {
    padding: 5% 0;
    line-height: 1;
    font-size: 3.6rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

    .in-tit.col {
        color: #ffffff;
    }
/* -------------------------------- 首页-解决方案 -------------------------------- */
.in-case {
    padding-bottom: 3.438%;
    background-color: #f5f3f4;
}

    .in-case li {
        float: left;
        margin-right: 1%;
        width: 19.2%;
    }

        .in-case li:nth-child(5) {
            margin-right: 0;
        }

.in-case-top {
    padding: 8.38% 0 16.76%;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
}

.in-case-ico {
    margin: auto;
    width: 44.693%;
    padding-bottom: 44.693%;
    border-radius: 100%;
    background-color: #2851DC;
    background-image: url(../images/ico-01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.in-case li:nth-child(2) .in-case-ico {
    background-image: url(../images/ico-02.png);
}

.in-case li:nth-child(3) .in-case-ico {
    background-image: url(../images/ico-03.png);
}

.in-case-tit {
    padding-top: 8.38%;
    padding-bottom: 3.512%;
    line-height: 1;
    font-size: 1.6rem;
    color: #2851DC;
    text-align: center;
    height: 50px;
}

.in-case-line {
    margin: 0 auto 3.631%;
    width: 100px;
    height: 3px;
    background-color: #2851DC;
}

.in-case-txt {
    padding: 0 9.777%;
    line-height: 24px;
    font-size: 1.4rem;
    color: #333333;
    text-align: justify;
}

.in-case-btn {
    margin: -22px auto 0;
    width: 128px;
    height: 44px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    line-height: 44px;
    font-size: 1.4rem;
    text-align: center;
    color: #333333;
}

.in-case li:hover .in-case-top {
    background-color: #2851DC;
    border-color: #2851DC;
}
/*.in-case li:hover .in-case-ico { background-color: #ffffff; background-position: 0 -160px; }*/
.in-case li:hover .in-case-tit, .in-case li:hover .in-case-txt {
    color: #ffffff;
}

.in-case li:hover .in-case-line {
    background-color: #ffffff;
}

.in-case li:hover .in-case-btn {
    border-color: #2851DC;
}
/* -------------------------------- 首页-三大优势 -------------------------------- */
.in-odds {
    padding-bottom: 3.438%;
    background-image: url(../images/bg-01.jpg);
    background-size: cover;
}

    .in-odds li {
        float: left;
        margin-right: 5.25%;
        width: 29.833%;
    }

        .in-odds li:nth-child(3) {
            margin-right: 0;
        }

.in-odds-ico {
    float: left;
    width: 26.816%;
    padding-bottom: 26.816%;
    border-radius: 100%;
    background-size: 100%;
    background-color: #2851DC;
    background-image: url(../images/ico-04.png);
    background-repeat: no-repeat;
}

.in-odds li:nth-child(2) .in-odds-ico {
    background-image: url(../images/ico-05.png);
}

.in-odds li:nth-child(3) .in-odds-ico {
    background-image: url(../images/ico-06.png);
}

.in-odds-font {
    padding-left: 33.52%;
}

.in-odds-tit {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 2.0rem;
    font-weight: bold;
    color: #ffffff;
}

.in-odds-txt {
    line-height: 24px;
    font-size: 1.4rem;
    color: #ffffff;
    text-align: justify;
}

.in-odds-btn {
    margin: 5% auto 0;
    display: block;
    width: 184px;
    height: 42px;
    border: 1px solid #ffffff;
    line-height: 44px;
    font-size: 1.8rem;
    text-align: center;
    color: #ffffff;
}

    .in-odds-btn:hover {
        background-color: #ffffff;
        color: #2851DC;
    }
/* -------------------------------- 首页-合作客户 -------------------------------- */
.in-client {
    padding-bottom: 3.438%;
    background-color: #ffffff;
}

.in-client-menu {
    line-height: 42px;
}

    .in-client-menu ul {
        padding: 0 20%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .in-client-menu li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        cursor: pointer;
    }

        .in-client-menu li .in-client-col {
            padding: 0 3%;
        }

            .in-client-menu li .in-client-col h2 {
                border: 1px solid #2851DC;
                font-size: 1.6rem;
                color: #2851DC;
                text-align: center;
            }

        .in-client-menu li.hover .in-client-col h2 {
            background-color: #2851DC !important;
            color: #ffffff;
        }

.in-client-con {
    clear: both;
    padding-top: 3.438%;
}

    .in-client-con li {
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        width: 18.167%;
        border: 1px solid #e5e5e5;
        font-size: 0;
    }

        .in-client-con li:nth-child(5n) {
            margin-right: 0;
        }

.in-client-img {
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
    height: 106px;
    text-align: center;
}

    .in-client-img a {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 106px;
    }

        .in-client-img a img {
            margin: 0 auto;
            max-width: 100%;
            max-height: 106px;
        }

    * + html .in-client-img a {
        position: absolute;
        top: 50%;
        vertical-align: baseline;
        width: 100%;
        height: auto;
        text-align: center;
    }

        * + html .in-client-img a img {
            position: relative;
            top: -50%;
            left: -50%;
        }
/* -------------------------------- 首页-三大优势 -------------------------------- */
.in-about {
    padding-bottom: 3.438%;
    background-image: url(../images/bg-02.jpg);
    background-size: cover;
}

.in-about-txt {
    line-height: 30px;
    font-size: 1.4rem;
    color: #ffffff;
    text-align: justify;
}

.in-about-btn {
    margin: 5% auto 0;
    display: block;
    width: 134px;
    height: 42px;
    border: 1px solid #ffffff;
    line-height: 42px;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
}

    .in-about-btn:hover {
        background-color: #ffffff;
        color: #2851DC;
    }
/* -------------------------------- 首页-新闻资讯 -------------------------------- */
.in-news {
    padding-bottom: 3.438%;
    background-image: url(../images/bg-03.jpg);
    background-size: cover;
}

    .in-news li {
        float: left;
        margin-right: 2%;
        width: 23.5%;
        font-size: 0;
        -moz-transition: all .25s ease-out .2s;
        -webkit-transition: all .25s ease-out .2s;
        transition: all .25s ease-out .2s;
    }

        .in-news li:hover {
            -moz-transform: translateY(-6px);
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
            -moz-box-shadow: 0 0 20px 0 rgba(51,51,51,.2);
            -webkit-box-shadow: 0 0 20px 0 rgba(51,51,51,.2);
            box-shadow: 0 0 20px 0 rgba(51,51,51,.2);
        }

        .in-news li:nth-child(4) {
            margin-right: 0;
        }

.in-news-font {
    padding: 0 7%;
    background-color: #ffffff;
}

.in-news-tit {
    padding-top: 8.065%;
    padding-bottom: 4.194%;
    line-height: 1;
    font-size: 1.6rem;
    color: #333333;
}

.in-news-txt {
    margin-bottom: 5.806%;
    line-height: 24px;
    font-size: 1.2rem;
    color: #666666;
    -webkit-line-clamp: 2;
}

.in-news-time {
    height: 40px;
    border-top: 1px solid #f8f8fa;
    background-image: url(../images/ico-07.png);
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 40px;
}

    .in-news-time span {
        padding-left: 21px;
        background-image: url(../images/time.png);
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 1.2rem;
        color: #777777;
    }


/* -------------------------------- 底部 -------------------------------- */
.foot-nav {
    padding: 1.667% 0 3.333%;
    background-color: #2851DC;
}

.foot-nav-l {
    float: left;
    width: 38%;
    line-height: 33px;
    font-size: 3rem;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #fff;
    padding-top: 44px;
}

    .foot-nav-l img {
        width: 174px;
        height: 33px;
        position: relative;
        right: 10px;
        top: 2px;
    }

    .foot-nav-l li {
        float: left;
        margin-bottom: 10px;
        height: 33px;
    }

.foot-nav-l-ico {
    float: left;
    width: 33px;
    height: 33px;
}

.foot-nav-l-txt {
    padding-left: 43px;
}

.foot-nav-r {
    float: right;
    width: 60%;
    line-height: 28px;
    font-size: 1.4rem;
    color: #d7d7d7;
}

    .foot-nav-r ul {
        margin-top: 12px;
    }

    .foot-nav-r li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

        .foot-nav-r li dt {
            margin-bottom: 23px;
            line-height: 1;
            font-size: 1.4rem;
            font-weight: bold;
        }

            .foot-nav-r li dt a {
                color: #d7d7d7;
            }

        .foot-nav-r li dd {
            line-height: 24px;
            font-size: 1.2rem;
        }

            .foot-nav-r li dd a {
                display: block;
                margin-right: 50px;
                color: #d7d7d7;
            }

.foot {
    padding: 18px 0;
    background-color: #2851DC;
    line-height: 1;
    font-size: 1.4rem;
    color: #d7d7d7;
}


/* -------------------------------- 底部 -------------------------------- */
.n-banner {
    z-index: 11;
    height: 180px;
    background-size: cover;
}

.container {
    padding-bottom: 5.729%;
    background-color: #ffffff;
}

.n-menu {
    position: relative;
    z-index: 10;
    float: left;
    margin-top: -3.333%;
    width: 23%;
    min-height: 425px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.n-menu-tit {
    padding: 7.272% 3.636%;
    background-color: #2851DC;
}

.n-menu-tit-ico {
    float: right;
    width: 73px;
    height: 74px;
}

.n-menu-tit-font {
    padding-top: 10px;
    padding-left: 9.804%;
    line-height: 1;
    color: #ffffff;
}

    .n-menu-tit-font h2 {
        font-size: 3.0rem;
    }

    .n-menu-tit-font h3 {
        margin-top: 5px;
        font-size: 2.0rem;
        text-transform: uppercase;
    }

.n-menu li {
    padding: 0 12.727%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 60px;
    font-size: 1.4rem;
}

    .n-menu li a {
        display: block;
        padding-left: 20px; /*background-image: url(../images/ico-09.png);*/
        background-repeat: no-repeat;
        background-position: left center;
        color: #8a8a8a;
    }

        .n-menu li a:hover { /*background-image: url(../images/ico-010.png);*/
            color: #2851DC;
        }

.n-menu-hover a { /*background-image: url(../images/ico-010.png) !important;*/
    color: #2851DC !important;
}

.n-menu li:last-child {
    border-bottom-width: 0;
}

.container-box {
    float: right;
    padding-top: 1%;
    width: 72.5%;
}

.container-tit {
    border-bottom: 1px solid #cccccc;
    line-height: 1;
}

    .container-tit h2 {
        float: left;
        padding: 2.298% 0;
        margin-bottom: -1px;
        border-bottom: 2px solid #2851DC;
        font-size: 3.0rem;
        color: #2851DC;
    }

    .container-tit h3 {
        float: left;
        padding-top: 3.897%;
        padding-left: 10px;
        font-size: 1.4rem;
        color: #666666;
        text-transform: uppercase;
    }

.bread {
    float: right;
    padding-left: 25px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 3.5%;
    font-size: 1.2rem;
    color: #666666;
    background-image: url(../images/ico-011.png);
    background-repeat: no-repeat;
    background-position: left center;
}

    .bread a {
        padding-right: 12px;
        margin-right: 8px;
        color: #666666;
        background-image: url(../images/ico-012.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

        .bread a:hover {
            color: #2851DC;
        }

    .bread span {
        color: #2851DC;
    }

.pagesbox {
    margin-top: 2.778%;
    width: 100%;
    line-height: 24px;
    font-size: 1.4rem;
    text-align: center;
}

    .pagesbox span {
        padding: 4px 10px !important;
        border: 1px #2851DC solid !important;
        background-color: #2851DC !important;
        color: #ffffff !important;
    }

    .pagesbox a {
        padding: 4px 10px;
        border: 1px #e5e5e5 solid;
        background-color: #efefef;
        color: #3f3f3f;
    }

        .pagesbox a:hover {
            padding: 4px 10px;
            border: 1px #2851DC solid;
            background-color: #2851DC;
            color: #ffffff;
        }

.page {
    padding: 1.944% 0;
    margin: 5.556% 0 0;
    width: 100%;
    border-top: 1px #e5e5e5 solid;
}

    .page a {
        float: left;
        display: block;
        width: 88px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border: 1px #f8f8fa solid;
        font-size: 1.4rem;
        color: #909090;
        margin-right: 20px;
        border-radius: 28px;
        -moz-border-radius: 28px;
        -webkit-border-radius: 28px;
    }

        .page a:hover {
            border: 1px #2851DC solid;
            color: #ffffff;
            background-color: #2851DC;
        }

        .page a.pright {
            float: right;
            margin-right: 0;
        }


/* -------------------------------- 关于我们 -------------------------------- */
/*总经理致辞*/
.n-speech {
    margin-top: 2%;
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
    text-align: justify;
}

    .n-speech img {
        max-width: 100%
    }
/*企业简介*/
.n-about {
    margin-top: 2%;
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
    text-align: justify;
}

    .n-about img {
        max-width: 100%
    }
/*发展历程*/
.n-history {
    overflow: hidden;
    position: relative;
    margin-top: 2%;
    height: auto !important; /*background: url(../images/ico-17.jpg) repeat-y 223px 0; */
}

.n-history-date {
    overflow: hidden;
    position: relative;
}

    .n-history-date h2 {
        margin-bottom: 35px;
        height: 59px;
        background: #ffffff url(../images/ico-016.png)no-repeat 211px 18px;
        font-size: 2.5rem;
    }

        .n-history-date h2.first {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 99;
        }

            .n-history-date h2.first .more-history {
                margin-left: 98px;
                font-size: 2.0rem;
                color: #333333;
                font-weight: bold;
                vertical-align: text-top;
            }

        .n-history-date h2 a {
            display: inline-block;
            padding-right: 80px;
            margin: 50px 0 0 0;
            background: url(../images/ico-19.png) no-repeat right 50%;
            color: #333333;
        }

            .n-history-date h2 a:hover {
                text-decoration: none;
            }

        .n-history-date h2.date02 {
            background: none;
        }

    .n-history-date li {
        padding-bottom: 20px;
        zoom: 1;
        background: url(../images/ico-18.png) no-repeat 213px 0;
    }

        .n-history-date li:last-child {
            padding-bottom: 0;
        }

        .n-history-date li:after {
            content: " ";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .n-history-date li h3 {
            float: left;
            padding-right: 26px;
            width: 198px;
            font-size: 1.4rem;
            color: #333333;
            text-align: right;
        }

        .n-history-date li dl {
            padding-left: 257px;
        }

        .n-history-date li dt {
            float: left;
            padding-top: 15px;
            width: 8px;
        }

        .n-history-date li dd {
            margin-left: 8px;
            padding: 12px 20px;
            background-color: #f7f7f7;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            line-height: 28px;
            font-size: 1.4rem;
            color: #666666;
        }
/*组织架构*/
.n-flat {
    margin-top: 2%;
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
    text-align: justify;
}

    .n-flat img {
        max-width: 100%
    }
/*资质荣誉*/
.n-honor {
    margin-top: 4%;
}

    .n-honor li {
        float: left;
        margin-right: 3.448%;
        margin-bottom: 3.448%;
        width: 31.034%;
        background-color: #ffffff;
        -moz-transition: all .25s ease-out .2s;
        -webkit-transition: all .25s ease-out .2s;
        transition: all .25s ease-out .2s;
    }

        .n-honor li:nth-child(3n) {
            margin-right: 0;
        }

        .n-honor li:hover {
            -moz-transform: translateY(-6px);
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
        }

.n-honor-img {
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
    height: 180px;
    border: 0px solid #e5e5e5;
    text-align: center;
    font-size: 0;
    box-sizing: border-box;
}

    .n-honor-img span {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 180px;
    }

        .n-honor-img span img {
            margin: 0 auto;
            max-width: 100%;
            max-height: 180px;
        }

    * + html .n-honor-img span {
        position: absolute;
        top: 50%;
        width: 100%;
        height: auto;
        text-align: center;
        vertical-align: baseline;
    }

        * + html .n-honor-img span img {
            position: relative;
            top: -50%;
            left: -50%;
        }

.n-honor-tit {
    padding: 7% 10px 0;
    line-height: 1;
    font-size: 1.4rem;
    color: #333333;
    text-align: center;
}


/* -------------------------------- 聚心慧产品 -------------------------------- */
.n-products {
    margin-top: 2%;
    line-height: 32px;
    font-size: 1.4rem;
    color: #666666;
    text-align: justify;
}

    .n-products img {
        max-width: 100%
    }


/* -------------------------------- 解决方案 -------------------------------- */
/* 解决方案-列表页 */
.n-case {
    margin-top: 4%;
}

    .n-case li {
        overflow: hidden;
        padding: 0 4.597%;
        margin-bottom: 3.448%;
        background-color: #f5f5f5;
        -moz-transition: all .25s ease-out .2s;
        -webkit-transition: all .25s ease-out .2s;
        transition: all .25s ease-out .2s;
        box-sizing: border-box;
    }

.n-case-l {
    padding-top: 5px;
    float: left;
    width: 90px;
    height: 85px;
    background-color: #2851DC;
    font-size: 2.8rem;
    color: #ffffff;
    text-align: center;
}

.n-case-r {
    padding-left: 17.722%;
    padding-top: 3.165%;
}

.n-case-tit {
    line-height: 1;
    font-size: 1.8rem;
    color: #333333;
}

.n-case-txt {
    margin-top: 1.838%;
    height: 56px;
    line-height: 28px;
    font-size: 1.4rem;
    color: #777777;
    -webkit-line-clamp: 2;
}

.n-case-btn {
    margin-top: 1.838%;
    margin-bottom: 3.692%;
    width: 110px;
    height: 34px;
    border: 1px solid #e5e5e5;
    line-height: 34px;
    font-size: 1.4rem;
    text-align: center;
    color: #777777;
}

.n-case li:hover {
    -moz-box-shadow: 0 0 20px 0 rgba(51,51,51,.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(51,51,51,.2);
    box-shadow: 0 0 20px 0 rgba(51,51,51,.2);
}

    .n-case li:hover .n-case-btn {
        border-color: #2851DC;
        background-color: #2851DC;
        color: #ffffff;
    }
/* 解决方案-详细页 */
.n-case-show-tit {
    margin-top: 6%;
    margin-bottom: 4%;
    text-align: center;
    line-height: 1;
}

    .n-case-show-tit h1 {
        font-size: 2.4rem;
        color: #333333;
        font-weight: bold;
    }

.n-case-show-txt {
    margin-top: 2%;
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
    text-align: justify;
}

    .n-case-show-txt img {
        max-width: 100%
    }


/* -------------------------------- 新闻资讯 -------------------------------- */
/* 新闻资讯-列表页 */
.n-news {
    margin-top: 4%;
}

    .n-news li {
        overflow: hidden;
        margin-bottom: 3.448%;
        -moz-transition: all .25s ease-out .2s;
        -webkit-transition: all .25s ease-out .2s;
        transition: all .25s ease-out .2s;
        box-sizing: border-box;
    }

.n-news-l {
    float: left;
    padding: 1%;
    width: 32.483%;
    border: 1px solid #e5e5e5;
}

.n-news-r {
    padding-left: 37.931%;
}

.n-news-tit {
    line-height: 1;
    font-size: 1.8rem;
    color: #333333;
}

.n-news-time {
    margin-top: 1.838%;
    line-height: 1;
    font-size: 1.2rem;
    color: #999999;
}

.n-news-txt {
    margin-top: 1.5%;
    height: 84px;
    line-height: 28px;
    font-size: 1.4rem;
    color: #777777;
    -webkit-line-clamp: 3;
}

.n-news-btn {
    margin-top: 1.838%;
    width: 110px;
    height: 34px;
    border: 1px solid #e5e5e5;
    line-height: 34px;
    font-size: 1.4rem;
    text-align: center;
    color: #777777;
}

.n-news li:hover {
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

    .n-news li:hover .n-news-btn {
        border-color: #2851DC;
        background-color: #2851DC;
        color: #ffffff;
    }
/* 新闻资讯-详细页 */
.n-news-show-tit {
    margin-top: 6%;
    margin-bottom: 2%;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

    .n-news-show-tit h1 {
        font-size: 2.4rem;
        color: #333333;
        font-weight: bold;
    }

.n-news-show-tit-time {
    padding: 1.5% 0 3%;
    font-size: 1.2rem;
    color: #999999;
}

.n-news-show-txt {
    margin-top: 2%;
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
    text-align: justify;
}

    .n-news-show-txt img {
        max-width: 100%
    }


/* -------------------------------- 合作客户 -------------------------------- */
/* 合作客户-列表页 */
.n-client {
    margin-top: 4%;
}

    .n-client li {
        float: left;
        padding-bottom: 1%;
        margin-right: 3.448%;
        margin-bottom: 3.448%;
        width: 31.034%; /*background-color: #f7f7f7;*/
        -moz-transition: all .25s ease-out .2s;
        -webkit-transition: all .25s ease-out .2s;
        transition: all .25s ease-out .2s;
    }

        .n-client li:nth-child(3n) {
            margin-right: 0;
        }

        .n-client li:hover {
            -moz-transform: translateY(-6px);
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
        }

.n-client-img {
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
    height: 140px;
    text-align: center;
    font-size: 0;
}

    .n-client-img span {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 140px;
    }

        .n-client-img span img {
            margin: 0 auto;
            max-width: 100%;
            max-height: 140px;
        }

    * + html .n-client-img span {
        position: absolute;
        top: 50%;
        width: 100%;
        height: auto;
        text-align: center;
        vertical-align: baseline;
    }

        * + html .n-client-img span img {
            position: relative;
            top: -50%;
            left: -50%;
        }

.n-client-font {
    padding: 0 7.406%;
}

.n-client-tit {
    line-height: 1;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
}

.n-client-txt {
    margin: 4.703% 0;
    height: 72px;
    line-height: 24px;
    font-size: 1.4rem;
    color: #777777;
    text-align: justify;
    -webkit-line-clamp: 3;
}
/* 合作客户-详细页 */
.n-client-show-tit {
    margin-top: 6%;
    margin-bottom: 4%;
    text-align: center;
    line-height: 1;
}

    .n-client-show-tit h1 {
        font-size: 2.4rem;
        color: #333333;
        font-weight: bold;
    }

.n-client-show-txt {
    margin-top: 2%;
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
    text-align: justify;
}

    .n-client-show-txt a {
        color: #666666;
    }

        .n-client-show-txt a:hover {
            text-decoration: underline;
            color: #2851DC;
            font-weight: bold;
        }

    .n-client-show-txt img {
        max-width: 100%
    }


/* -------------------------------- 人力资源 -------------------------------- */
/* 联系我们 */
.n-contact {
    margin-top: 6%;
}

.n-contact-l {
    float: left;
}

    .n-contact-l h1 {
        line-height: 1;
        font-size: 1.6rem;
        color: #333333;
    }

    .n-contact-l li {
        float: left;
        margin-top: 24px;
        width: 100%;
        height: 42px;
        line-height: 42px;
        font-size: 1.4rem;
    }

.n-contact-l-ico {
    float: left;
    width: 42px;
    height: 42px;
    background-color: #2851DC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.n-contact-l-txt {
    padding-left: 52px;
}

.n-contact-r {
    width: 54.713%;
    float: right
}
/* 联系我们 */
.n-job {
    margin-top: 6%;
}

.job-bt {
    position: relative;
    margin-bottom: 1.139%;
    padding: 20px 0;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333333;
    cursor: pointer;
}

    .job-bt li {
        float: left;
    }

.n-jobw16 {
    width: 13%;
    padding-left: 5%;
    margin-right: 3%;
    border-right: 1px solid #e5e5e5;
    text-align: left;
}

.n-jobw17 {
    width: 17%;
    text-align: center;
}

.n-jobw19 {
    width: 19%;
    text-align: center;
}

.job-dd {
    display: none;
    position: relative;
    margin-top: -1px;
    margin-bottom: 1.139%;
    border: 1px solid #e5e5e5;
}

.job-sym {
    position: absolute;
    background-color: #2851DC;
}

.job-sym-h {
    right: 20px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
}

.job-sym-s {
    right: 24px;
    top: 50%;
    margin-top: -5px;
    width: 2px;
    height: 10px;
}

.job-bt-ico {
    margin-bottom: 0;
}

    .job-bt-ico .job-sym-s {
        display: none;
    }

.n-job-font {
    padding: 30px 5%;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}

    .n-job-font h2 {
        padding-bottom: 7px;
        font-size: 18px;
    }

    .n-job-font a {
        font-weight: bold;
        color: #012362;
        text-decoration: underline;
    }




@media (min-width: 981px) {
    .hearder, .menu-list-content, .m-menu {
        display: none;
    }

    .banner a img { /*width: 100%;*/
    }

    .hearder-menu .wrap {
        width: 1200px;
    }
}

@media (max-width: 1235px) {
    .n-contact-r iframe {
        width: 435px;
    }

    .wrap {
        width: 98%;
    }
}

@media (max-width: 1200px) {
    .menu li a.tit {
        padding: 0 25px;
    }

    .n-contact-l {
        float: none;
    }

    .n-contact-r {
        width: 100%;
        float: none;
    }

    .foot-nav-r li dd a {
        margin-right: 40px;
    }
}

@media (max-width: 1100px) {
    .menu {
        float: left;
        padding-left: 35px;
    }
}

@media (max-width: 1024px) {
    .menu li a.tit {
        padding: 0 20px;
    }
}

@media (max-width: 980px) {
    .wrap {
        width: auto;
        padding: 0 10px;
    }

    .n-contact-r iframe {
        width: 476px;
    }

    .hearder-menu, .foot .fr, .n-menu, .bread, .container-tit, .n-case-btn, .n-news-btn, .n-jobw17 {
        display: none;
    }

    .hearder {
        padding: 13px 10px;
        width: 100%;
        background-color: #2851DC;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .logo {
        padding: 0 0;
        height: auto;
    }

    .menu-list {
        float: right;
        margin-top: 1px;
        width: 32px;
        height: 36px;
        cursor: pointer;
    }

        .menu-list li {
            margin-top: 6px;
            height: 4px;
            background-color: #ffffff;
            border-radius: 2px;
        }

    .menu-list-content {
        display: block;
        width: 100%;
    }

    .drawer-section {
        background-color: #1d709c;
        display: none;
    }

    .touch-menu ul li {
        position: relative;
        text-transform: uppercase;
    }

        .touch-menu ul li:last-child {
            border-bottom-width: 0;
        }

        .touch-menu ul li a {
            display: block;
            padding: 0 10px;
            height: 44px;
            border-bottom: 1px #2851DC solid;
            line-height: 44px;
            color: #ffffff;
            font-size: 1.6rem;
        }

            .touch-menu ul li a:hover,
            .touch-menu ul li a:active {
                color: #ffffff;
            }

        .touch-menu ul li i {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 44px;
            height: 44px;
            border-left: 1px #4a8db0 solid;
            overflow: hidden;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 16px;
        }

    .touch-menu ul ul {
        display: none;
        margin: 0;
    }

        .touch-menu ul ul li {
            border-bottom: none;
            margin: 0;
            padding: 0;
        }

            .touch-menu ul ul li a {
                padding: 0 20px 0 37px;
                height: 42px;
                line-height: 42px;
                font-size: 1.4rem;
            }

            .touch-menu ul ul li i {
                position: absolute;
                left: 20px;
                top: 18px;
                width: 6px;
                height: 6px;
                background-color: #ffffff;
                border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                -o-border-radius: 100%;
            }

    .touch-arrow-down {
        background-image: url(../images/ico-21.png);
    }

    .touch-arrow-up {
        background-image: url(../images/ico-22.png);
    }

    .banner {
        height: auto;
    }

        .banner a img {
            height: 400px;
        }

    .in-tit {
        padding: 7% 0;
        font-size: 2.6rem;
    }
    /* -------------------------------- 首页-解决方案 -------------------------------- */
    .in-case-ico {
        width: 40%;
        padding-bottom: 40%;
    }
    /* -------------------------------- 首页-三大优势 -------------------------------- */
    .in-odds-ico {
        width: 22%;
        padding-bottom: 22%;
    }

    .in-odds-font {
        padding-left: 25%;
    }

    .in-odds-txt {
        overflow: hidden;
        height: 48px;
    }
    /* -------------------------------- 首页-合作客户 -------------------------------- */
    .in-client-menu ul {
        padding: 0 0;
    }

    .in-client-con {
        clear: both;
        padding-top: 3.438%;
    }

        .in-client-con li {
            width: 31.333%;
        }

            .in-client-con li:nth-child(3n) {
                margin-right: 0;
            }

            .in-client-con li:nth-child(5n) {
                margin-right: 2%;
            }

            .in-client-con li:nth-child(15) {
                margin-right: 0;
            }

    .in-client-img {
        height: 66px;
    }

        .in-client-img a {
            height: 66px;
        }

            .in-client-img a img {
                max-height: 66px;
            }
    /* -------------------------------- 首页-新闻资讯 -------------------------------- */
    .in-news li {
        margin-right: 0;
        width: 48%;
        margin-bottom: 4%;
    }

        .in-news li:nth-child(2n) {
            float: right;
        }
    /* -------------------------------- 底部 -------------------------------- */
    .foot-nav {
        padding: 3.333% 0;
    }

    .foot-nav-r {
        float: left;
        width: 100%;
    }

    .foot-nav-l {
        float: left;
        width: 100%;
        line-height: 33px; /*font-size: 1.4rem; color: #d7d7d7;*/
    }

        .foot-nav-l img { /*margin-bottom: 4.667%;*/
        }

        .foot-nav-l li {
            float: left;
            margin-bottom: 10px;
            height: 33px;
        }

    .foot-nav-l-ico {
        float: left;
        width: 33px;
        height: 33px;
    }

    .foot-nav-l-txt {
        padding-left: 43px;
    }

    .foot {
        padding: 18px 0;
        background-color: #2c2c2c;
        line-height: 1;
        font-size: 1.4rem;
        color: #d7d7d7;
    }


    /* -------------------------------- 底部 -------------------------------- */
    .n-banner {
        height: 140px;
    }

    .m-menu {
        padding: 13px 10px;
        border-bottom: 1px #e5e5e5 solid;
        background-color: #f7f7f7;
    }

        .m-menu a {
            width: 100%;
            display: block;
            border-radius: 3px;
            background-color: #cccccc;
            line-height: 30px;
            font-size: 1.4rem;
            color: #ffffff;
            text-align: center;
        }

    .m-menu-hover a {
        background-color: #2851DC !important;
    }

    .container-box {
        float: none;
        padding-top: 1%;
        width: 100%;
    }

    .page a {
        margin-right: 10px;
    }


    /* -------------------------------- 关于我们 -------------------------------- */
    /*发展历程*/
    .n-history {
        background-position: 142px 0;
    }

    .n-history-date h2 {
        background-position: 126px 18px;
    }

        .n-history-date h2.first .more-history {
            margin-left: 78px;
        }

    .n-history-date li {
        background-position: 132px 0;
    }

        .n-history-date li h3 {
            width: 116px;
        }

        .n-history-date li dl {
            padding-left: 178px;
        }

        .n-history-date li dt {
            padding-top: 5px;
        }
    /*资质荣誉*/
    .n-honor {
        margin-top: 4%;
    }

        .n-honor li {
            float: left;
            margin-right: 0;
            margin-bottom: 4%;
            width: 48%;
        }

            .n-honor li:nth-child(2n) {
                float: right;
            }


    /* -------------------------------- 解决方案 -------------------------------- */
    /* 解决方案-列表页 */
    .n-case-l {
        padding-top: 5px;
        width: 60px;
        height: 50px;
        background-color: #2851DC;
        font-size: 1.6rem;
        color: #ffffff;
        text-align: center;
    }

    .n-case-r {
        padding-left: 80px;
        padding-top: 5%;
        padding-bottom: 3%;
    }
    /* 解决方案-详细页 */
    .n-case-show-tit {
        margin-top: 6%;
        margin-bottom: 4%;
        text-align: center;
        line-height: 1;
    }

        .n-case-show-tit h1 {
            font-size: 2.4rem;
            color: #333333;
            font-weight: bold;
        }

    .n-case-show-txt {
        margin-top: 2%;
        line-height: 28px;
        font-size: 1.4rem;
        color: #666666;
        text-align: justify;
    }

        .n-case-show-txt img {
            max-width: 100%
        }


    /* -------------------------------- 新闻资讯 -------------------------------- */
    /* 新闻资讯-列表页 */
    .n-news-tit {
        font-size: 1.6rem;
    }

    .n-news-time {
        margin-top: 4%;
    }

    .n-news-txt {
        height: 28px;
        -webkit-line-clamp: 1;
    }
    /* 新闻资讯-详细页 */
    .n-news-show-tit {
        margin-top: 6%;
        margin-bottom: 2%;
        text-align: center;
        line-height: 1;
        border-bottom: 1px solid #e5e5e5;
    }

        .n-news-show-tit h1 {
            font-size: 2.4rem;
            color: #333333;
            font-weight: bold;
        }

    .n-news-show-tit-time {
        padding: 1.5% 0 3%;
        font-size: 1.2rem;
        color: #999999;
    }

    .n-news-show-txt {
        margin-top: 2%;
        line-height: 28px;
        font-size: 1.4rem;
        color: #666666;
        text-align: justify;
    }

        .n-news-show-txt img {
            max-width: 100%
        }


    /* -------------------------------- 合作客户 -------------------------------- */
    /* 合作客户-列表页 */
    .n-client li {
        padding-bottom: 3%;
        margin-right: 0;
        margin-bottom: 4%;
        width: 48%;
    }

        .n-client li:nth-child(2n) {
            float: right;
        }

    .n-client-txt {
        margin: 4.703% 0;
        height: 48px;
        line-height: 24px;
        font-size: 1.4rem;
        color: #777777;
        text-align: justify;
        -webkit-line-clamp: 2;
    }
    /* 合作客户-详细页 */
    .n-client-show-tit {
        margin-top: 6%;
        margin-bottom: 4%;
        text-align: center;
        line-height: 1;
    }

        .n-client-show-tit h1 {
            font-size: 2.4rem;
            color: #333333;
            font-weight: bold;
        }

    .n-client-show-txt {
        margin-top: 2%;
        line-height: 28px;
        font-size: 1.4rem;
        color: #666666;
        text-align: justify;
    }

        .n-client-show-txt a {
            color: #666666;
        }

            .n-client-show-txt a:hover {
                text-decoration: underline;
                color: #2851DC;
                font-weight: bold;
            }

        .n-client-show-txt img {
            max-width: 100%
        }


    /* -------------------------------- 人力资源 -------------------------------- */
    /* 联系我们 */
    .n-contact-l {
        padding-right: 0;
    }

        .n-contact-l h1 {
            padding-top: 5%;
        }

    .n-contact-r {
        width: 100%;
        float: none;
    }
    /* 联系我们 */
    .n-jobw16 {
        width: 30%;
    }

    .n-jobw19 {
        width: 50%;
    }

    .job-bt-ico {
        margin-bottom: 0;
    }
}

@media (max-width: 1080px) {
    .banner a img {
    }
}

@media (max-width: 960px) {
    .banner a img {
    }

    .dituimg {
        float: none !important;
        width: 100% !important;
    }
}

@media (max-width: 800px) {
    .banner {
        height: auto;
    }

        .banner a img {
            height: 250px;
        }

    .callbacks .caption {
        font-size: 12px !important;
    }

    .m-menu .swiper-slide {
        /*width:auto  !important;*/
    }

    .m-menu a {
        padding: 0 10px !important;
    }
}

@media (max-width: 585px) {
    .banner {
        height: auto;
    }

        .banner a img {
            height: 150px;
        }
}

@media (max-width: 767px) {
    .in-case li {
        float: left;
        margin-right: 0;
        margin-bottom: 3.448%;
        width: 20%;
    }

    .in-odds li {
        float: left;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10%;
    }

        .in-odds li:nth-child(3) {
            margin-bottom: 0;
        }
}

@media (max-width: 476px) {
    .n-contact-r iframe {
        width: 476px;
        width: 100%;
    }
}

@media (max-width: 980px) {
    .mfootl {
        float: none !important;
    }

    .mfootr {
        float: none !important;
        padding-top: 20px;
    }
}
