        .nbanner {
            height: 420px;
        }

        .bnavbg {
            background: #f5f5f5;
            line-height: 38px;
        }

        .bnavbg .bnav {
            width: 80%;
            margin: 0 auto;
            font-size: 14px;
            color: #666;
        }

        .recruit {
            padding: 60px 0;
            position: relative;
            z-index: 9;
        }

        .recruit .stitle {
            text-align: center;
        }

        .recruit .stitle:after {
            margin: 10px auto 0 auto;
        }

        .recruitul {
            padding: 40px 0;
            width: 80%;
            margin: 0 auto;
        }

        .recruitul li {
            background: #0F4358;
            border: 1px solid #0F4358;
            display: block;
            color: #fff;
            padding: 0 8%;
            height: 80px;
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
            position: relative;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .recruitul li:nth-child(1) {
            z-index: 9999999999;
        }

        .recruitul li:nth-child(2) {
            z-index: 999999999;
        }

        .recruitul li:nth-child(3) {
            z-index: 99999999;
        }

        .recruitul li:nth-child(4) {
            z-index: 9999999;
        }

        .recruitul li:nth-child(5) {
            z-index: 999999;
        }

        .recruitul li:nth-child(6) {
            z-index: 99999;
        }

        .recruitul li:nth-child(7) {
            z-index: 9999;
        }

        .recruitul li:nth-child(8) {
            z-index: 999;
        }

        .recruitul li:nth-child(9) {
            z-index: 99;
        }

        .recruitul li:nth-child(10) {
            z-index: 9;
        }

        .recruitul li h4 {
            font-size: 18px;
            position: relative;
            line-height: 80px;
        }

        .recruitul li h4 span {
            font-size: 14px;
            font-weight: normal;
        }

        .recruitul li h4 span font {
            font-weight: bold;
        }

        .recruitul li h4:before {
            display: block;
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            top: 50%;
            margin-top: -7.5px;
            background: url("../images/arrow_recruit_1.png") center no-repeat;
            left: -30px;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .recruitul li.this h4:before {
            background: url("../images/arrow_recruit_2.png") center no-repeat;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .recruitul li .text {
            display: none;
        }

        .recruitul li.this .text {
            display: block;
        }

        .recruitul li.this {
            background: none;
            height: auto;
            color: #000;
            padding: 0 8% 4% 8%;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .recruitul li.this h4 {
            color: #000;
            line-height: 80px;
        }

        .recruitul li .text1 {
            width: 42%;
            padding: 0 8% 0 0;
            position: relative;
        }

        .recruitul li .text1:after {
            width: 0px;
            height: 100%;
            display: block;
            content: '';
            position: absolute;
            border-left: 1px dashed #a2a2a2;
            right: 0;
            top: 0;
        }

        .recruitul li .text2 {
            width: 42%;
            padding: 0 0 0 8%;
        }

        .recruitul li .text h5 {
            font-size: 16px;
            color: #0F4358;
            margin: 0 0 30px 0;
            line-height: 16px;
            border-left: 5px solid #0F4358;
            padding: 0 0 0 3px;
        }

        .recruitul li .text p {
            line-height: 24px;
            color: #282828;
            font-size: 14px;
        }

        .page {
            float: left;
            margin: 20px 0;
            text-align: center;
            width: 100%;
        }

        .page a {
            border: 1px solid #9da1a2;
            padding: 10px;
            font-size: 12px;
            color: #656567;
        }

        .page .thispage {
            background: #0F4358;
            border: 1px #0F4358 solid;
            font-size: 12px;
            color: #fff;
        }

        @media screen and (max-width: 1200px) {
            .nbanner {
                height: 150px;
            }
            .recruit {
                padding-top: 24px;
            }
            .recruitul {
                width: 94%;
            }

            .recruitul li.this .text {
                width: 100%;
                padding: 0 0 8% 0;
                margin: 0 0 8% 0;
                border-bottom: 1px dashed #a2a2a2;
            }

            .recruitul li .text1:after {
                display: none;
            }

            .recruitul li h4:before {
                left: -20px;
            }
        }