* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: none;
    text-decoration: none;
    line-height: 24px;
}


input {
    border: none;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.maxwid {
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

    .w1200::after {
        clear: both;
    }

.fl {
    float: left;
}

.fy {
    float: right;
    text-align: right;
    padding-right: 30px;
    color: #fff;
    margin-top: 10px !important;
    font-size: 14px;
}

    .fy a {
        color: black
    }

        .fy a:hover {
            color: #0f68cf;
            text-decoration: underline
        }

    .fy span {
        padding: 0px 6px;
    }

.fycnico {
    background: url(/img/cnico.png) no-repeat left;
    padding-left: 30px
}

.fyenico {
    background: url(/img/enico.png) no-repeat left;
    padding-left: 30px
}


.fr {
    float: right;
    margin-top: 0px !important;
}

.head, .heada {
    position: relative;
    height: 720px;
}

    .head .logo-nav, .heada .logo-nav {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 111;
    }

        .head .logo-nav .logo, .heada .logo-nav .logo {
            width: 380px;
            text-align: center;
            margin-top: 20px;
        }

            .head .logo-nav .logo img, .heada .logo-nav .logo img {
                max-width: 100%;
            }

        .head .logo-nav .nav, .heada .logo-nav .nav {
            width: 740px;
            margin-top: 20px;
        }

            .head .logo-nav .nav li, .heada .logo-nav .nav li {
                margin: 18px 20px;
                float: left;
            }

                .head .logo-nav .nav li a, .heada .logo-nav .nav li a {
                    color: black;
                    position: relative;
                    font-weight: bold
                }

                    .head .logo-nav .nav li a::after, .heada .logo-nav .nav li a::after {
                        display: block;
                        width: 0;
                        height: 2px;
                        -webkit-transition: width .5s;
                        transition: width .5s;
                        content: '';
                    }

                    .head .logo-nav .nav li a:hover::after, .heada .logo-nav .nav li a:hover::after {
                        display: block;
                        width: 20px;
                        height: 2px;
                        background-color: #0f68cf;
                        content: '';
                        margin: 0 auto;
                        margin-top: 5px;
                    }

            .head .logo-nav .nav .current a::after, .heada .logo-nav .nav .current a::after {
                display: block;
                width: 20px;
                height: 2px;
                background-color: #0f68cf;
                content: '';
                margin: 0 auto;
                margin-top: 5px;
            }

    .head .banner, .heada .banner {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        z-index: 11;
    }

        .head .banner .fullSlide, .heada .banner .fullSlide {
            width: 100%;
            position: relative;
            height: 770px;
            background: #000;
        }

            .head .banner .fullSlide .bd, .heada .banner .fullSlide .bd {
                margin: 0 auto;
                position: relative;
                z-index: 0;
                overflow: hidden;
            }

                .head .banner .fullSlide .bd ul, .heada .banner .fullSlide .bd ul {
                    width: 100% !important;
                }

                .head .banner .fullSlide .bd li, .heada .banner .fullSlide .bd li {
                    width: 100% !important;
                    height: 770px;
                    overflow: hidden;
                    text-align: center;
                    background-position: center;
                }

                    .head .banner .fullSlide .bd li a, .heada .banner .fullSlide .bd li a {
                        display: block;
                        height: 770px;
                    }

            .head .banner .fullSlide .hd, .heada .banner .fullSlide .hd {
                width: 100%;
                position: absolute;
                z-index: 1;
                bottom: 100px;
                left: 0;
                height: 30px;
                line-height: 30px;
            }

                .head .banner .fullSlide .hd ul, .heada .banner .fullSlide .hd ul {
                    text-align: center;
                }

                    .head .banner .fullSlide .hd ul li, .heada .banner .fullSlide .hd ul li {
                        cursor: pointer;
                        display: inline-block;
                        *display: inline;
                        zoom: 1;
                        width: 32px;
                        height: 6px;
                        margin: 2px;
                        overflow: hidden;
                        background: #fff;
                        filter: alpha(opacity=50);
                        opacity: 0.5;
                        line-height: 999px;
                    }

                    .head .banner .fullSlide .hd ul .on, .heada .banner .fullSlide .hd ul .on {
                        background: #0f68cf;
                    }

            .head .banner .fullSlide .prev, .head .banner .fullSlide .next, .heada .banner .fullSlide .prev, .heada .banner .fullSlide .next {
                display: block;
                position: absolute;
                z-index: 1;
                top: 50%;
                margin-top: -30px;
                left: 15%;
                z-index: 1;
                width: 40px;
                height: 60px;
                background: url(/img/slider-arrow.png) -126px -137px #000 no-repeat;
                cursor: pointer;
                filter: alpha(opacity=50);
                opacity: 0.5;
                display: none;
            }

            .head .banner .fullSlide .next, .heada .banner .fullSlide .next {
                left: auto;
                right: 15%;
                background-position: -6px -137px;
            }

.top-sou {
    height: 100px;
    background-color: #fff;
    position: relative;
    z-index: 111;
    -webkit-box-shadow: 1px -2px 5px #b0b0b0;
    box-shadow: 1px -2px 5px #b0b0b0;
}

    .top-sou .sou {
        padding: 20px 30px;
        position: relative;
        top: 5px;
    }

        .top-sou .sou div {
            /*width: 650px;*/
        }

            .top-sou .sou div .text {
                width: 500px;
                border: 1px solid #d9d9d9;
                padding: 11px 20px;
            }

            .top-sou .sou div .batsub {
                color: #fff;
                background-color: #0f68cf;
                border: 1px solid #0f68cf;
                border: none;
                padding: 11px 20px;
                position: relative;
                left: -5px;
                top: 2px;
                font-size: 17px;
            }

                .top-sou .sou div .batsub i {
                    font-size: 22px;
                }

        .top-sou .sou .tel {
            position: relative;
            top: 5px;
            font-size: 18px;
        }

            .top-sou .sou .tel i {
                font-size: 30px;
                position: relative;
                top: 5px;
            }

.conent {
    margin-top: 50px;
}

    .conent .about {
        overflow: hidden;
    }

        .conent .about .about-des {
            width: 600px;
            margin-right: 80px;
        }

            .conent .about .about-des .ab-gs {
                margin-bottom: 20px;
            }

                .conent .about .about-des .ab-gs h2 {
                    font-weight: 500;
                    color: #0f68cf;
                }

                .conent .about .about-des .ab-gs p {
                    font-size: 13px;
                    color: #939393;
                }

            .conent .about .about-des .ab-info {
                color: #333333;
                font-size: 14px;
                line-height: 25px;
            }

                .conent .about .about-des .ab-info .ab-ljgd {
                    display: block;
                    width: 80px;
                    padding: 8px 20px;
                    background-color: #e5e5e5;
                    font-size: 15px;
                    margin-top: 30px;
                    border-radius: 30px;
                    color: #939393;
                }

        .conent .about .about-video {
            width: 520px;
        }

    .conent .nav-title {
        text-align: center;
    }

        .conent .nav-title b {
            font-size: 30px;
        }

        .conent .nav-title .hfx span {
            width: 30px;
            height: 3px;
            background-color: #0f68cf;
            margin: 0 1px;
            display: inline-block;
        }

        .conent .nav-title .nav-des {
            font-size: 14px;
            color: #a2a2a2;
            margin-top: 8px;
        }

    .conent .service {
        margin-top: 50px;
    }

        .conent .service .service-list {
            margin-top: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .conent .service .service-list .se-li {
                width: 370px;
                border: 1px solid #e5e5e5;
            }

                .conent .service .service-list .se-li a {
                    color: #333333;
                }

                .conent .service .service-list .se-li .img {
                    text-align: center;
                    width: 100%;
                }

                    .conent .service .service-list .se-li .img img {
                        max-width: 100%;
                    }

                .conent .service .service-list .se-li .des {
                    padding: 10px;
                    margin-top: 5px;
                    font-size: 13px;
                    text-align: center;
                    margin-bottom: 10px;
                    margin-left: 10px;
                    margin-right: 10px;
                }

                    .conent .service .service-list .se-li .des .ti {
                        font-size: 18px;
                        margin-bottom: 15px;
                        font-weight: bold;
                        margin-top: 5px
                    }


    .conent .case {
        margin-top: 50px;
    }

        .conent .case .nav-title {
            color: #0f68cf;
        }

    .conent .news .news-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }

        .conent .news .news-list .news-li {
            margin: 15px;
            width: 370px;
        }

            .conent .news .news-list .news-li:hover .ti {
                color: #0f68cf;
            }

            .conent .news .news-list .news-li .ti {
                color: #333333;
                font-size: 16px;
                font-weight: bold
            }

            .conent .news .news-list .news-li .des {
                font-size: 14px;
                color: #939393;
                margin-top: 10px;
            }

                .conent .news .news-list .news-li .des span {
                    display: block;
                    margin-top: 10px;
                }

            .conent .news .news-list .news-li:nth-child(1), .conent .news .news-list .news-li:nth-child(2), .conent .news .news-list .news-li:nth-child(3) {
                border-bottom: 1px solid #e2e2e2;
                padding-bottom: 25px;
            }

    .conent .partner {
        margin-top: 50px;
    }

        .conent .partner .partner-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 30px;
        }

            .conent .partner .partner-list li {
                margin: 9px;
                width: 180px;
                border: 1px solid #ccc;
                height: 89px;
                overflow: hidden;
                text-align: center;
            }

                .conent .partner .partner-list li img {
                    max-width: 100%;
                }

.casebj {
    background: url(/img/case.jpg) fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 778px;
    margin-top: 20px;
}

    .casebj .case-conent {
        position: relative;
        top: 150px;
    }

        .casebj .case-conent .caseimg {
            width: 754px;
            height: 500px;
        }

        .casebj .case-conent .case-list {
            width: 550px;
            height: 400px;
            background-color: #fff;
            position: absolute;
            right: 0;
            top: 50px;
        }

            .casebj .case-conent .case-list .rolling {
                width: 500px;
                position: relative;
                margin: 0 auto;
                overflow: hidden;
                background: #fff;
            }

                .casebj .case-conent .case-list .rolling .roll-title .prev {
                    width: 45px;
                    height: 30px;
                    overflow: hidden;
                    cursor: pointer;
                    position: absolute;
                    bottom: 67px;
                    right: 0;
                    left: 0;
                    z-index: 100;
                    background: #0f68cf url(../img/slider-arrow.png) -155px -145px;
                    background-size: 110px;
                }

                .casebj .case-conent .case-list .rolling .roll-title .next {
                    width: 45px;
                    height: 30px;
                    overflow: hidden;
                    cursor: pointer;
                    position: absolute;
                    bottom: 67px;
                    left: 50px;
                    z-index: 100;
                    background: #0f68cf url(../img/slider-arrow.png) -100px -145px;
                    background-size: 110px;
                }

                .casebj .case-conent .case-list .rolling .roll-title ul {
                    float: right;
                    overflow: hidden;
                    zoom: 1;
                    margin-top: 10px;
                }

                .casebj .case-conent .case-list .rolling .casecontent {
                    width: 100%;
                    height: 360px;
                    overflow: hidden;
                    padding-top: 20px;
                }

                    .casebj .case-conent .case-list .rolling .casecontent .ti {
                        font-size: 16px;
                        color: #0f68cf;
                    }

                        .casebj .case-conent .case-list .rolling .casecontent .ti span {
                            margin-top: 10px;
                            font-size: 14px;
                            color: #221d1d;
                            display: table;
                            padding-bottom: 2px;
                            border-bottom: 2px solid #0f68cf;
                        }

                    .casebj .case-conent .case-list .rolling .casecontent .des {
                        font-size: 14px;
                        margin-top: 50px;
                        color: #333333;
                        line-height: 25px;
                    }

                    .casebj .case-conent .case-list .rolling .casecontent ul {
                        overflow: hidden;
                        zoom: 1;
                    }

                        .casebj .case-conent .case-list .rolling .casecontent ul li {
                            float: left;
                            height: 360px;
                            font-size: 13px;
                            margin-top: 20px;
                            color: #333333;
                        }

            .casebj .case-conent .case-list .roll-title h2 {
                font-weight: normal;
                font-size: 14px;
                float: left;
            }

            .casebj .case-conent .case-list .rolling-more {
                float: right;
                color: #666;
                font-size: 14px;
            }

            .casebj .case-conent .case-list .rolling .rolling-more:after {
                content: "";
                display: inline-block;
                margin-bottom: 1px;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                width: 7px;
                height: 7px;
                border: 1px solid #666;
                border-right: none;
                border-bottom: none;
            }

.foot {
    background-color: #222222;
    margin-top: 50px;
    padding: 30px 0;
    color: #fff;
    overflow: hidden;
}

    .foot .fa {
        overflow: hidden;
        padding-bottom: 30px;
        margin-bottom: 20px;
        border-bottom: 1px solid #393939;
    }

    .foot .nav-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

        .foot .nav-title i {
            width: 44px;
            height: 28px;
            background: url(../img/foot-ico.jpg) no-repeat;
            background-size: 100%;
            display: inline-block;
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

    .foot .about {
        width: 350px;
    }

        .foot .about .des {
            font-size: 13px;
            line-height: 20px;
        }

        .foot .about .form {
            margin-top: 20px;
        }

            .foot .about .form .txt {
                width: 260px;
                padding: 0 10px;
                height: 40px;
                background-color: #fff;
            }

            .foot .about .form .sub {
                height: 40px;
                width: 60px;
                text-align: center;
                background-color: #0f68cf;
                color: #fff;
                position: relative;
                left: -10px;
                top: 1px;
            }

    .foot .nav {
        margin-left: 80px;
    }

        .foot .nav .nav-li li {
            margin-top: 10px;
        }

            .foot .nav .nav-li li a {
                color: #fff;
                font-size: 14px;
            }

                .foot .nav .nav-li li a:hover {
                    color: #0f68cf;
                }

    .foot .contact {
        margin-left: 80px;
        width: 300px;
    }

        .foot .contact .contact-li li {
            margin-top: 10px;
            color: #fff;
            font-size: 14px;
        }

    .foot .follow {
        width: 130px;
    }

        .foot .follow .wem {
            text-align: center;
        }

            .foot .follow .wem img {
                max-width: 100%;
            }

            .foot .follow .wem p {
                font-size: 14px;
                color: #b0b0b0;
                margin-top: 10px;
            }

    .foot .copyright {
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #a2a2a2;
        font-size: 14px;
    }

        .foot .copyright a {
            color: #a2a2a2;
        }

.heada {
    height: 462px;
}

    .heada .nbanner {
        width: 100%;
        height: 362px;
        position: absolute;
        top: 100px;
        left: 0;
        background: url(../img/about.jpg) center no-repeat;
    }

.daohan {
    height: 50px;
    background-color: #f6f6f6;
}

    .daohan .danhangtia {
        background-color: #f6f6f6;
        height: 50px;
        line-height: 50px;
    }

        .daohan .danhangtia a {
            margin: 0 8px;
            color: #222;
            font-size: 14px;
        }

            .daohan .danhangtia a:hover {
                color: #0f68cf;
            }

.nrconent {
    position: relative;
}

    .nrconent .left-nav {
        width: 185px;
        position: relative;
        top: -75px;
    }

        .nrconent .left-nav .nav-title {
            height: 100px;
            background-color: #0f68cf;
            padding-top: 40px;
            padding-left: 30px;
            color: #fff;
            font-size: 18px;
            font-weight: bold
        }

            .nrconent .left-nav .nav-title span {
                display: block;
                width: 40px;
                border-bottom: #fff 2px solid;
                margin: 10px 0;
            }

        .nrconent .left-nav .nav-list {
            background-color: #eeeeee;
            padding: 30px 30px;
        }

            .nrconent .left-nav .nav-list li {
                margin-bottom: 15px;
            }

                .nrconent .left-nav .nav-list li a {
                    font-size: 15px;
                    color: #222222;
                }

                    .nrconent .left-nav .nav-list li a:hover {
                        color: #0f68cf;
                    }

    .nrconent .conents {
        width: 1015px;
        margin-bottom: 30px;
    }

        .nrconent .conents .danhangtia {
            background-color: #f6f6f6;
            height: 50px;
            padding-left: 40px;
            line-height: 50px;
        }

            .nrconent .conents .danhangtia a {
                margin: 0 8px;
                color: #222;
                font-size: 14px;
            }

                .nrconent .conents .danhangtia a:hover {
                    color: #0f68cf;
                }

        .nrconent .conents .info {
            width: 945px;
            border: #e4e4e4 solid 1px;
            padding: 15px;
            margin-top: 20px;
        }

            .nrconent .conents .info .lm-title {
                border-bottom: 1PX solid #e4e4e4;
                padding-bottom: 15px;
                font-weight: bold;
                font-size: 16px;
            }

            .nrconent .conents .info .infos {
                font-size: 13px;
                margin-top: 15px;
                line-height: 25px;
            }

        .nrconent .conents .helplist .he-li {
            font-size: 14px;
            padding-bottom: 10px;
            margin: 10px 0;
            margin-bottom: 20px;
            border-bottom: 1px dotted #e4e4e4;
        }

            .nrconent .conents .helplist .he-li i {
                font-style: normal;
                padding: 2px 3px;
                color: #fff;
                border-radius: 2px;
                margin-right: 5px;
            }

            .nrconent .conents .helplist .he-li .li-title {
                margin-bottom: 10px;
            }

                .nrconent .conents .helplist .he-li .li-title i {
                    background-color: #d60f0f;
                }

            .nrconent .conents .helplist .he-li .li-des i {
                background-color: #222;
            }

        .nrconent .conents .list .li {
            overflow: hidden;
            margin: 15px 0;
            padding-bottom: 15px;
            border-bottom: 1px solid #e4e4e4;
        }

            .nrconent .conents .list .li .time {
                text-align: center;
                color: #0f68cf;
                margin-right: 20px;
                margin-top: 10px
            }

                .nrconent .conents .list .li .time i {
                    font-size: 30px;
                    font-weight: 600;
                    font-style: inherit;
                }

                .nrconent .conents .list .li .time p {
                    font-size: 14px;
                }

            .nrconent .conents .list .li .li-info {
                width: 92%;
                position: relative;
            }

                .nrconent .conents .list .li .li-info .down {
                    position: absolute;
                    right: 15px;
                    top: 0px;
                    color: #222;
                }

                    .nrconent .conents .list .li .li-info .down i {
                        font-size: 24px;
                    }

                .nrconent .conents .list .li .li-info div {
                    font-weight: 600;
                    color: #5a5a5a;
                    font-size: 15px;
                }

                .nrconent .conents .list .li .li-info p {
                    font-size: 14px;
                    margin-top: 5px;
                    color: #999999;
                }

                .nrconent .conents .list .li .li-info a div {
                    font-weight: 600;
                    color: #3b3b3b;
                    font-size: 15px;
                }

                .nrconent .conents .list .li .li-info a p {
                    font-size: 14px;
                    margin-top: 5px;
                    color: #999999;
                }

        .nrconent .conents .page {
            text-align: center;
        }

            .nrconent .conents .page a {
                display: inline-block;
                padding: 5px 10px;
                font-size: 13px;
                color: #222;
                border: 1px solid #222;
                margin: 0 2px;
            }

                .nrconent .conents .page a:hover {
                    background-color: #222;
                    color: #fff;
                }

        .nrconent .conents .news-title {
            text-align: center;
            margin-top: 30px;
            padding-bottom: 20px;
            margin-bottom: 10px;
            border-bottom: 1px solid #e4e4e4;
        }

            .nrconent .conents .news-title h1 {
                font-size: 20px;
            }

            .nrconent .conents .news-title .fx {
                margin-top: 14px;
                font-size: 14px;
            }

                .nrconent .conents .news-title .fx span {
                    margin: 0 5px;
                }

                .nrconent .conents .news-title .fx .bshare-custom {
                    display: inline-block;
                }

        .nrconent .conents .news-info {
            font-size: 14px;
            margin-top: 10px;
        }

        .nrconent .conents .sxp {
            font-size: 14px;
            margin-top: 10px;
        }

        .nrconent .conents .zxform {
            overflow: hidden;
            margin-top: 30px;
        }

            .nrconent .conents .zxform .fo-a {
                width: 450px;
            }

                .nrconent .conents .zxform .fo-a .input-txt {
                    margin-bottom: 10px;
                }

                    .nrconent .conents .zxform .fo-a .input-txt p {
                        font-size: 14px;
                    }

                        .nrconent .conents .zxform .fo-a .input-txt p i {
                            color: #0f68cf;
                        }

                    .nrconent .conents .zxform .fo-a .input-txt .text {
                        width: 100%;
                        line-height: 35px;
                        height: 35px;
                        background-color: #f3f3f3;
                        margin-top: 5px;
                    }

            .nrconent .conents .zxform .fo-b {
                width: 485px;
                margin-left: 10px;
            }

                .nrconent .conents .zxform .fo-b .input-textarea {
                    margin-bottom: 10px;
                }

                    .nrconent .conents .zxform .fo-b .input-textarea p {
                        font-size: 14px;
                    }

                        .nrconent .conents .zxform .fo-b .input-textarea p i {
                            color: #0f68cf;
                        }

                    .nrconent .conents .zxform .fo-b .input-textarea .textarea {
                        width: 100%;
                        height: 168px;
                        background-color: #f3f3f3;
                        margin-top: 5px;
                        border: none;
                    }

            .nrconent .conents .zxform .submut {
                margin-top: 20px;
                margin-bottom: 100px;
            }

                .nrconent .conents .zxform .submut::before {
                    clear: none;
                }

                .nrconent .conents .zxform .submut button {
                    font-size: 14px;
                    padding: 10px 60px;
                    background-color: #0f68cf;
                    color: #fff;
                    border-radius: 30px;
                    border: none;
                }

    .nrconent .contact {
        margin-top: 30px;
        overflow: hidden;
    }

        .nrconent .contact .con-des {
            width: 565px;
            height: 160px;
            background-color: #f6f6f6;
            padding: 30px 20px;
            margin-bottom: 20px;
        }

            .nrconent .contact .con-des .gs i {
                display: block;
                margin-top: 5px;
                width: 50px;
                border-bottom: 2px solid #0f68cf;
            }

            .nrconent .contact .con-des .xsfs {
                margin-top: 20px;
                font-size: 14px;
                line-height: 25px;
            }

        .nrconent .contact .con-dt {
            margin-bottom: 20px;
            width: 595px;
            height: 220px;
            background-color: #f6f6f6;
        }

    .nrconent .recruit {
        padding: 30px 0;
        overflow: hidden;
    }

        .nrconent .recruit .rec-nav {
            text-align: center;
        }

            .nrconent .recruit .rec-nav b {
                font-size: 20px;
                font-weight: 500;
                font-weight: bold
            }

            .nrconent .recruit .rec-nav span {
                display: block;
                width: 50px;
                margin: 10px auto;
                border-bottom: 2px solid #0f68cf;
                margin-bottom: 20px;
            }

        .nrconent .recruit .rec-info {
            overflow: hidden;
        }

            .nrconent .recruit .rec-info .rec-in {
                width: 500px;
                font-size: 13px;
                color: #6b6b6b;
            }

            .nrconent .recruit .rec-info .rec-img {
                width: 530px;
            }

                .nrconent .recruit .rec-info .rec-img img {
                    max-width: 100%;
                }

        .nrconent .recruit .rec-list {
            overflow: hidden;
            margin: 0 auto;
            margin-top: 30px;
            width: 1300px;
        }

            .nrconent .recruit .rec-list .rec-li {
                width: 542px;
                padding: 15px;
                background-color: #fff;
                margin-right: 50px;
                margin-bottom: 50px;
                float: left;
            }

                .nrconent .recruit .rec-list .rec-li .rec-title {
                    border-left: 4px solid #fd9e6f;
                    padding-left: 10px;
                }

                    .nrconent .recruit .rec-list .rec-li .rec-title p {
                        margin-top: 5px;
                        font-size: 13px;
                        color: #9b9b9b;
                    }

                        .nrconent .recruit .rec-list .rec-li .rec-title p span {
                            margin: 0 3px;
                        }

                .nrconent .recruit .rec-list .rec-li .rec-des {
                    margin-top: 20px;
                    color: #222;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #ccc;
                }

                    .nrconent .recruit .rec-list .rec-li .rec-des b {
                        font-weight: 500;
                        font-size: 15px;
                        margin-bottom: 10px;
                        display: block;
                    }

                    .nrconent .recruit .rec-list .rec-li .rec-des p {
                        font-size: 13px;
                    }

                .nrconent .recruit .rec-list .rec-li .rec-lx {
                    margin-top: 20px;
                    color: #222;
                    padding-bottom: 10px;
                }

                    .nrconent .recruit .rec-list .rec-li .rec-lx b {
                        font-weight: 500;
                        font-size: 15px;
                        margin-bottom: 10px;
                        display: block;
                    }

                    .nrconent .recruit .rec-list .rec-li .rec-lx p {
                        font-size: 13px;
                    }

.zpwid {
    background-color: #f4f4f4;
}

.chaxin {
    background-color: #ededed;
    /* padding: 100px 0;*/
}

    .chaxin .cx {
        background: url(/img/i2.jpg) center no-repeat;
        background-size: 100%;
        height: 400px;
        display: block;
        position: relative;
        width: 100%
    }

        .chaxin .cx .form {
            width: 840px;
            position: absolute;
            right: 30%;
            top: 180px;
        }

            .chaxin .cx .form input {
                width: 580px;
                height: 50px;
                padding: 20px;
                border: 2px solid #0f68cf;
                font-size: 16px;
            }

            .chaxin .cx .form button {
                border: 1px solid #0f68cf;
                background-color: #0f68cf;
                color: #fff;
                width: 110px;
                position: relative;
                left: -5px;
                height: 94px;
                top: 1px;
                font-size: 18px;
            }

.cxlist {
    width: 1120px;
    background: #fff;
    padding: 40px;
    margin: 40px auto;
    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 4px #e7e7e7;
}

    .cxlist p {
        line-height: 32px !important;
    }

.chaxin .cxlist b {
    font-size: 20px;
    font-weight: 500;
    color: #0f68cf;
    display: block;
    margin: 10px 0;
}

.chaxin .cxlist .tabli {
    width: 1200px;
    font-size: 14px;
    border: 1px solid #bababa;
}

    .chaxin .cxlist .tabli td {
        border: .5px solid #bababa;
        padding: 10px;
    }

    .chaxin .cxlist .tabli .tou {
        background-color: #cacaca;
    }

        .chaxin .cxlist .tabli .tou td {
            font-weight: 600;
            padding: 10px;
        }
/*# sourceMappingURL=css.css.map */
