﻿/* CSS Document */
body {
    background: #f3f3f5;
    font-size: 14px;
    line-height: 1.5;
    color: #4d4d4d;
    font-family: 'Microsoft YaHei'
}

.fl {
    float: left
}

.fr {
    float: right
}

a {
    color: #4d4d4d;
    text-decoration: none;
}

    a:visited {
        text-decoration: none;
    }

    a:hover {
        color: #d61515;
        text-decoration: none;
    }

em {
    font-style: normal
}

.clearboth {
    clear: both;
}

header {
    background: #fff;
    padding: 18px 0 15px 0px;
}

    header .container {
        padding: 0
    }

.red {
    color: #d61515
}

.row-padding {
    padding-left: 0;
    padding-right: 0
}

.row-padding-r {
    padding-left: 0 !important;
    padding-right: 12px !important;
}

.row-padding-l {
    padding-left: 6px !important;
    padding-right: 0 !important;
}

.bg-blue {
    background: #1f6c9a
}

.bg-red {
    background: #d61515
}

blockquote {
    border-left: 11px #1f4a15 solid;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-bottom: 12px;
}

.left-float {
    position: fixed;
    margin-left: -170px;
    width: 134px;
    z-index: 1
}

    .left-float .erweima {
        padding: 6px 6px 10px 6px;
        background: #fff;
        margin-bottom: 7px;
        text-align: center;
    }

        .left-float .erweima em {
            font-size: 11px;
        }

.right-float {
    position: fixed;
    margin-left: 1175px;
    width: 60px;
    background: #fff;
    z-index: 1;
    font-weight: bold;
}

    .right-float a {
        display: block;
        text-align: center;
        border-bottom: 2px #f3f3f5 solid;
        padding: 9px 0;
        line-height: 22px;
        color: #1f4a16;
        cursor: pointer
    }

        .right-float a:hover {
            color: #d61515;
        }

    .right-float span {
        display: block;
        height: 45px;
        cursor: pointer;
    }

        .right-float span a {
            border: none
        }

    .right-float .icon-tel {
        position: relative;
    }

        .right-float .icon-tel:hover .tel-tips {
            display: block;
            z-index: 999999999;
            font-size: 14px;
            background: #fff;
            box-shadow: 2px 2px 5px #ccc;
        }

        .right-float .icon-tel .tel-tips {
            width: 140px;
            font-weight: normal;
            color: #4d4d4d;
            padding: 3px 8px 8px 8px;
            position: absolute;
            right: 70px;
            top: 0px;
            background-color: #ffffff;
            display: none;
        }

            .right-float .icon-tel .tel-tips p {
                border-bottom: 1px #e6e6e6 solid;
                padding-bottom: 6px;
                padding: 0
            }

            .right-float .icon-tel .tel-tips h5 {
                line-height: 25px;
                margin: 5px 0;
                color: #000;
            }

                .right-float .icon-tel .tel-tips h5 i {
                    padding-right: 5px;
                }

            .right-float .icon-tel .tel-tips hr {
                border-color: #e6e6e6;
                padding: 0;
                margin: 10px 0 0 0
            }

            .right-float .icon-tel .tel-tips em {
                width: 0px;
                height: 0px;
                border-top: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 8px solid #fff;
                position: absolute;
                right: -16px;
                top: 30px;
            }

.learn {
    border-left: 11px #1f6c9a solid;
}

.bg-white {
    background: #fff;
}

.font16px {
    font-size: 16px;
    z-index: 99999
}

.form-inline {
    padding-left: 10px;
}

    .form-inline .btn {
        padding: 5px 20px;
    }

.nav-bg {
    background-color: #1f4a15;
    border: 0;
    z-index: 10;
}

.nav-tips {
    position: relative;
}

.fastlink {
    position: absolute;
    right: 0;
    top: -36px;
    width: 286px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background: url(../images/fastlink_bg.png) no-repeat;
    font-weight: normal
}

    .fastlink a {
        padding-left: 25px;
        color: #fff;
        margin-left: 5px;
    }

    .fastlink .fa-link {
        padding-right: 10px;
        position: relative;
        top: 3px
    }

.nav-bg ul li {
    font-size: 18px;
    font-weight: bold;
}

    .nav-bg ul li a {
        color: #fff !important;
        padding: 20px 23px;
    }

        .nav-bg ul li a:hover {
            background-color: #2c6121 !important;
        }

.nav-bg .active a {
    background-color: #2c6121 !important;
}

.banner {
    padding-left: 6px;
}

    .banner img {
        height: 322px;
    }

.city {
    padding: 0 50px;
}

    .city p {
        display: block;
        padding: 10px 0 8px 0
    }

        .city p a {
            padding: 0 8px;
        }

    .city form {
        margin-bottom: 10px;
    }

    .city .search-box {
        height: 48px;
        padding: 0 24px;
        border: none;
        font-size: 18px;
        border-radius: 0;
    }

        .city .search-box::-webkit-input-placeholder {
            color: #b3b3b3;
        }

    .city .search-btn {
        padding-left: 25px;
        padding-right: 25px;
        height: 48px;
        border: none;
        background: #1f4a16;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        z-index: 2;
        border-radius: 0;
    }

.login-box {
    padding: 15px 0 12px 0;
    background: #fff;
    border: 1px #73996b solid;
    position: relative;
    overflow: hidden;
    height: 240px
}

    .login-box .head-pic {
        display: block;
        margin: 4px auto 22px auto;
        width: 91px;
        height: 91px;
        border-radius: 50px;
        background: #8b9cad;
        cursor: pointer;
        text-align: center;
    }

    .login-box .btn-login {
        color: #1f4a15 !important;
    }

    .login-box .btn {
        padding: 6px 20px;
        margin: 2px 8px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    .login-box a {
        font-size: 12px;
        padding: 0 20px 0 20px;
    }

    .login-box .btn-login:hover {
        background: #1f4a16;
        color: #fff !important
    }

    .login-box a {
        font-size: 14px;
        padding: 0 15px 0 12px;
    }

        .login-box a.fine-link {
            color: #1f4a16
        }

            .login-box a.fine-link:hover {
                color: #d61515;
            }

.login-switch {
    position: absolute;
    right: 11px;
    top: 18px;
}

    .login-switch a {
        display: block;
        width: 35px;
        height: 35px;
        background: url(../images/code.jpg) no-repeat
    }

        .login-switch a:hover {
            background: url(../images/code_02.jpg) no-repeat
        }

.login-tip {
    position: absolute;
    top: 24px;
    right: 50px;
    padding: 3px 6px;
    font-size: 9px;
    color: #a1a1a1;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 5px 6px 3px #ececee;
    -webkit-box-shadow: 5px 3px 5px #ececee;
    box-shadow: 5px 3px 5px #ececee;
}

    .login-tip::after {
        content: "";
        position: absolute;
        top: 8px;
        right: -8px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 8px solid #fff;
        border-bottom: 4px solid transparent;
    }

.interval {
    margin-top: 6px;
    overflow: hidden;
}

.interval-right {
    margin-right: 6px;
}

.interval-right12 {
    margin-right: 12px;
}

.interval-top12 {
    margin-top: 12px;
}

.interval-top24 {
    margin-top: 21px;
}

.talent .media {
    margin: 9px 23px 9px 23px;
    border-bottom: 2px #f3f3f3 solid;
    padding: 3px 0 3px 0;
    height: 62.5px;
}

.talent img {
    margin-right: 12px;
    border: 1px #e6e6e6 solid;
}

.recruit {
    margin: 0
}

.talent .media:last-child {
    border: none;
    padding-bottom: 4px
}

.recruit .media {
    border-bottom: 8px #f3f3f3 solid;
    border-right: 8px #f3f3f3 solid;
    padding: 10px 0px 8px 20px;
    position: relative;
    height: 84px;
    overflow: hidden;
    margin-right:-8px;
}

    .recruit .media img {
        border: 1px #e6e6e6 solid;
        padding: 1px;
        object-fit: cover;
    }

    .recruit .media span {
        position: absolute;
        right: 5px;
        bottom: 3px;
        font-size: 10px;
        background: #98d9ff;
        color: #fff;
        padding: 0px 5px;
        border-radius: 3px
    }

        .recruit .media span a {
            color: #fff;
        }

.pic-padding {
    padding-left: 15px;
    padding-right: 0;
}

.padding-l {
    padding-left: 0;
}

.padding-r {
    padding-right: 0;
}

.news-dl {
    padding-bottom: 1px;
}

.news-dl {
    padding-right: 10px !important;
}

    .news-dl dt {
        margin: 5px 13px 0 23px;
        width: 17px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        color: #fff;
        text-align: center;
        background-color: #e6e6e6;
    }

        .news-dl dt.one {
            background: #D61515;
        }

        .news-dl dt.tow {
            background: #DD3E3E;
        }

        .news-dl dt.three {
            background: #E56D6D;
        }

        .news-dl dt.four {
            background: #b38956;
        }

        .news-dl dt.five {
            background: #926b3c;
        }

        .news-dl dt.six {
            background: #718C6A;
        }

        .news-dl dt.seven {
            background: #2C6121;
        }

        .news-dl dt.eight {
            background: #1f4a15;
        }

    .news-dl dd {
        margin: 5px 10px 5px 42px;
        font-size: 16px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.news-top {
    position: relative;
    border-bottom: 2px #f3f3f3 solid;
    padding: 10px 0 0px 0;
}

    .news-top .more {
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #8b9cad;
        font-size: 12px;
        font-weight: normal
    }

blockquote.red-title {
    border-left: 11px #d61515 solid;
}

.hot-ul {
    padding: 9px 25px 5px 25px;
}

    .hot-ul div p {
        position: relative;
        font-size: 12px;
        padding: 0;
        font-weight: normal
    }

        .hot-ul div p a {
            color: #fff;
            padding: 0px 11px;
            font-size: 12px;
            position: absolute;
            right: 0px;
            top: 2px;
        }

        .hot-ul div p .baoming {
            background: #d61515;
        }

            .hot-ul div p .baoming:hover {
                background: #ed2120;
            }

    .hot-ul li {
        border-bottom: 2px #e6e6e6 solid;
        padding: 6px 0;
        list-style-type: none;
    }

        .hot-ul li a.text {
            display: block;
            font-weight: bold
        }

        .hot-ul li p {
            position: relative;
            font-size: 12px;
            padding: 0;
            font-weight: normal
        }

        .hot-ul li p {
            position: relative;
            font-size: 12px;
            padding: 0;
            font-weight: normal
        }

            .hot-ul li p a {
                color: #fff;
                padding: 0px 11px;
                font-size: 12px;
                position: absolute;
                right: 0px;
                top: 2px;
            }

            .hot-ul li p .baoming {
                background: #d61515;
            }

                .hot-ul li p .baoming:hover {
                    background: #ed2120;
                }

            .hot-ul li p .yiman {
                background: #999
            }

        .hot-ul li:last-child {
            border: none;
        }

    .hot-ul .red {
        padding-right: 8px;
    }

.learning {
    padding: 14px 0 15px 0;
    background: #fff url(../images/learning.jpg) right no-repeat;
    margin-top: 12px;
}

    .learning form {
        padding: 9px 35px;
    }

        .learning form .btn {
            padding: 6px 16px;
            margin: 0 2px;
        }

.jobs-title {
    padding: 16px 0 0px 0;
    position: relative;
}

    .jobs-title .text {
        position: absolute;
        top: 40px;
        right: 0px;
        color: #999
    }

    .jobs-title .nav-pills {
        border-bottom: 4px #e6e6e6 solid;
    }

        .jobs-title .nav-pills > li > a {
            padding: 10px 25px 7px 25px;
            font-size: 20px;
            color: #4d4d4f;
            font-weight: bold;
            background: none;
            border-radius: 0;
            position: relative;
            bottom: -3px;
        }

        .jobs-title .nav-pills > li.active > a {
            border-bottom: 4px #1f4a16 solid;
            color: #1f4a16;
            background: none;
            position: relative;
            bottom: -3px;
        }

.city-title {
    padding: 16px 0 0px 0;
}

    .city-title .nav-pills {
        border-bottom: 4px #e6e6e6 solid;
    }

        .city-title .nav-pills > li > a {
            padding: 15px 22px 7px 15px;
            font-size: 18px;
            color: #4d4d4f;
            font-weight: bold;
            background: none;
            border-radius: 0;
            position: relative;
            bottom: -5px;
        }

        .city-title .nav-pills > li.active > a {
            border-bottom: 4px #1f4a16 solid;
            font-size: 20px;
            color: #1f4a16;
            background: none;
            position: relative;
            bottom: -3px;
        }

    .city-title .jobs-cnt {
        padding: 10px 20px 20px 20px;
        position: relative;
    }

        .city-title .jobs-cnt table, .city-mulu table {
            font-size: 15px;
        }

        .city-title .jobs-cnt .more {
            position: absolute;
            right: 20px;
            top: 25px;
            color: #8b9cad;
            font-size: 12px;
            cursor: pointer;
            z-index: 999
        }

            .city-title .jobs-cnt .more a {
                color: #8b9cad;
            }

                .city-title .jobs-cnt .more a:hover {
                    color: #d61515
                }

        .city-title .jobs-cnt table tr th, .city-mulu table tr th {
            border-bottom: 2px #e6e6e6 solid;
            font-size: 16px;
        }

        .city-title .jobs-cnt table tr th, .city-title .jobs-cnt table tr td, .city-mulu table tr td {
            padding: 12px 8px 12px 8px;
        }

        .city-title .jobs-cnt table tr:nth-child(even), .city-mulu table tr:nth-child(even) {
            background: #f9f8f8;
        }

        .city-title .jobs-cnt table tr td, .city-mulu table tr td {
            border-bottom: 1px #e6e6e6 dashed
        }

            .city-title .jobs-cnt table tr td.border-r, .city-mulu table tr td.border-r {
                border-right: 1px #e6e6e6 dashed;
                font-size: 16px;
            }

.tablebox {
    margin: 0px auto;
    padding-bottom: 20px;
    overflow: hidden;
}

    .tablebox table {
        width: 100%;
    }

        .tablebox table tr th {
            padding: 15px 8px;
            background-color: #fff;
        }

.jobs-cnt {
    padding: 10px;
    margin: 0 auto;
}

    .jobs-cnt p {
        font-size: 12px;
        padding: 8px 0 10px 0;
        color: #999;
    }

    .jobs-cnt h4 {
        font-size: 16px;
        font-weight: bold;
    }

        .jobs-cnt h4 .zhiw-name {
            display: block;
            width: 125px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .jobs-cnt strong {
        padding: 3px 0px 0 0;
    }

    .jobs-cnt p a {
        color: #1f6b99;
        text-decoration: underline;
    }

        .jobs-cnt p a:hover {
            color: #d61515;
        }

    .jobs-cnt div {
        padding: 0 15px
    }

.column {
    border-bottom: 4px #e6e6e6 solid;
    padding: 35px 0 10px 0;
    position: relative;
}

    .column span {
        position: absolute;
        bottom: 10px;
        right: 0px;
        color: #999
    }

    .column a {
        padding: 0 35px 12px 35px;
        font-size: 20px
    }

        .column a.current {
            border-bottom: 4px #1f4a16 solid;
            color: #1f4a16;
            font-weight: bold;
            text-decoration: none;
        }

.logo-show .img-thumbnail {
    border: 1px #e6e6e6 solid;
    border-radius: 0;
    margin: 12px 0 0 0;
    padding: 15px 20px;
}

.logo-show a {
}

    .logo-show a img {
        width: 182px;
        height: 120px;
        object-fit: contain;
    }

    .logo-show a:nth-child(4) .img-thumbnail {
        margin-right: 0
    }

    .logo-show a:nth-child(8) .img-thumbnail {
        margin-right: 0
    }

    .logo-show a:nth-child(12) .img-thumbnail {
        margin-right: 0
    }

.logo-show {
    padding: 0 9px;
}

    .logo-show > [class*='col-'] {
        padding-left: 6px;
        padding-right: 6px;
    }

.links > [class*='col-'] {
    padding-left: 3px;
    padding-right: 3px
}

.hot-jobs {
    margin: 0;
}

    .hot-jobs > div {
        border-bottom: 2px #f2f2f2 solid;
        border-right: 2px #f2f2f2 solid;
        padding: 10px 25px;
    }

        .hot-jobs > div.fuli {
            width: 57px;
            height: 22px;
            display: inline-block;
            font-size: 12px;
            color: #999;
            line-height: 22px;
            text-align: center;
            border: 1px #e6e6e6 solid;
        }

        .hot-jobs > div .fuli {
            width: 245px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
        }

        .hot-jobs > div.fabu {
            color: #8b9cad;
            font-size: 12px;
            position: relative;
            bottom: -5px
        }

        .hot-jobs > div h6 {
            color: #999;
        }

        .hot-jobs > div h5 {
            border-top: 1px #e6e6e6 dashed;
            padding-top: 12px;
        }

        .hot-jobs > div h4 {
            font-weight: bold;
            padding-bottom: 3px;
        }

            .hot-jobs > div h4 a {
                width: 225px;
                display: inline-block;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .hot-jobs > div h4 small {
                position: relative;
                bottom: -5px;
                font-weight: bold;
            }

        .hot-jobs > div p {
            padding-bottom: 10px;
            height: 28px;
            overflow: hidden;
        }

footer {
    background: #4d4d4d;
    color: #fff;
    margin-top: 48px;
}

    footer .links {
        font-size: 20px;
        border-bottom: 1px #999 solid;
        padding: 16px 0 32px 0px;
    }
        /*footer .links span{  position: relative; top: 16px; }*/
        footer .links span {
            display: block;
            float: left;
        }

        footer .links a {
            position: relative;
            padding-left: 2px;
            text-align:center;
        }

    footer .copyright {
        line-height: 35px;
        padding: 18px 0;
        position: relative;
    }

        footer .copyright span {
            padding: 0px 0px 0 20px;
        }

            footer .copyright span a {
                color: #fff;
            }

                footer .copyright span a:hover {
                    color: #d61515;
                }

                footer .copyright span a img {
                    position: relative;
                    bottom: 3px;
                }

        footer .copyright em {
            display: block;
            color: #999;
        }

        footer .copyright .ewmpic {
            position: absolute;
            right: 0px;
            top: 10px;
        }

            footer .copyright .ewmpic img {
                background: #fff;
            }

            footer .copyright .ewmpic p {
                line-height: 24px;
                text-align: center;
                color: #999;
            }
/*招聘*/
.zhaopin > [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px
}

.zhaopin-sou {
    background: #f7f7f7;
    border: 1px #e6e6e8 solid;
}

    .zhaopin-sou h5 {
        margin: 14px 12px;
    }

        .zhaopin-sou h5 a {
            padding: 0 6px
        }

    .zhaopin-sou img {
        height: 220px;
    }

    .zhaopin-sou form {
        margin: 12px 12px;
    }

    .zhaopin-sou .input-group {
        margin: 12px 12px 0 12px;
    }

.zhaopin .search-box {
    height: 50px;
    padding: 0 24px;
    border: 0;
    font-size: 18px;
    border-radius: 0;
}

    .zhaopin .search-box::-webkit-input-placeholder {
        color: #b3b3b3;
    }

.zhaopin .search-btn {
    padding-left: 70px;
    padding-right: 70px;
    height: 50px;
    border: none;
    background: #1f4a16;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
    border-radius: 0;
}

.notice .title-line {
    line-height: 45px;
    border-bottom: 2px #f3f3f3 solid;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0 0 12px;
    position: relative;
}

    .notice .title-line a {
        position: absolute;
        right: 11px;
        top: 6px;
        color: #8b9cad;
        font-size: 12px;
        font-weight: normal;
    }

        .notice .title-line a:hover {
            color: #d61515;
        }

    .notice .title-line em {
        display: block;
        width: 5px;
        height: 20px;
        margin: 13px 10px 0 0;
    }

.notice ul {
    padding: 9px 12px 15px 12px;
}

    .notice ul li {
        line-height: 36px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.hot-attention {
    height: 276px;
    padding: 12px;
}

    .hot-attention a {
        padding: 0 6px;
        line-height: 35px;
        display: inline-block
    }

.lack {
    padding: 16px 24px 15px 24px;
    line-height: 35px;
    color: #9a9a9a
}

    .lack a {
        color: #1f6b9d;
    }

        .lack a:hover {
            color: #d61515
        }

.lack-title .nav-pills {
    border-bottom: 2px #f3f3f3 solid;
}

    .lack-title .nav-pills > li > a {
        padding: 10px 35px 8px 35px;
        font-size: 20px;
        color: #4d4d4d;
        font-weight: bold;
        background: none;
        border-radius: 0;
        position: relative;
        bottom: -2px;
    }

    .lack-title .nav-pills > li.active > a {
        border-bottom: 2px #d61515 solid;
        color: #d61515;
        background: none;
        position: relative;
        bottom: -2px;
        border-radius: 0;
    }

.lack-height {
    height: 276px;
    overflow: hidden
}

.interval-6px {
    padding: 0 6px
}

.recommend .col-md-3 {
    width: 20%;
}

.recommend img {
    padding: 40px 48px 40px 35px;
    width: 208px;
    height: 149px;
    object-fit: contain;
}

.treatment > [class*='col-'] {
    border-right: 1px #f2f2f2 solid;
    border-bottom: 1px #f2f2f2 solid;
    padding: 10px 25px;
}

.treatment .media-left img, .recommend-ents .media-left img {
    object-fit: contain
}

.recommend-ents > [class*='col-'] {
    border-right: 1px #f2f2f2 solid;
    border-bottom: 1px #f2f2f2 solid;
    padding: 10px 15px;
}

.category {
    color: #898e9d;
}

.company-post a, .recommend-ents a {
    color: #1f6b9d;
}

    .company-post a:hover, .recommend-ents a:hover {
        color: #d61515
    }

.recommend-ents h4 {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.zhaopin .table-bordered > tbody > tr th {
    color: #a1a1a1;
    font-weight: normal;
}

.zhaopin .table-bordered, .zhaopin .table-bordered > tbody > tr th, .zhaopin .table-bordered > tbody > tr > td {
    border: 0;
}

    .zhaopin .table-bordered a {
        color: #1f6b9d;
    }

        .zhaopin .table-bordered a:hover {
            color: #d61515
        }

.joblist-range {
    border: 1px #e7e7e7 solid;
    margin-top: 16px;
}

    .joblist-range a {
        padding: 3px 8px;
    }

    .joblist-range tbody > tr > td {
        border: 0;
        padding: 12px 10px 8px 12px;
    }

.screeningResults {
    border: 1px #e7e7e7 solid;
}

    .screeningResults p {
        background: #ececec;
        color: #444;
        height: 46px;
        line-height: 46px;
        padding: 0 5px
    }

.screeningList {
    border-top: 3px #e7e7e7 solid;
}

    .screeningList .title {
        background: #ececec;
        color: #444;
        height: 44px;
        line-height: 44px;
        padding: 0 5px
    }

        .screeningList .title a {
            padding: 0 10px;
        }

            .screeningList .title a.current {
                color: #d61515;
            }

.rusultbox {
    border-bottom: 1px #dfdfdf dashed;
    padding: 10px 0;
}

    .rusultbox span {
        padding: 0 20px 0 0;
    }

    .rusultbox p {
        line-height: 28px
    }

.company-left {
    border-left: 1px #e7e7e7 solid;
    border-right: 1px #e7e7e7 solid;
    border-bottom: 1px #e7e7e7 solid;
    width: 78%;
    padding: 16px;
}

    .company-left .companyShow li {
        float: left;
        padding: 5px
    }

    .company-left .companyShow .w1 {
        width: 25%;
        font-weight: normal
    }

    .company-left .companyShow .w2 {
        width: 30%;
    }

    .company-left .companyShow .w3 {
        width: 15%;
        text-align: center
    }

    .company-left .companyShow .w4 {
        width: 15%;
        text-align: center
    }

    .company-left .companyShow .w5 {
        width: 15%;
        text-align: center
    }

.company-right {
    width: 22%;
    padding: 16px;
}

    .company-right img {
        border: 1px #e7e7e7 solid;
        margin-bottom: 10px;
    }

.company-left .companyShow .w1 a, .company-left .companyShow .w2 a {
    color: #3276ce;
}

    .company-left .companyShow .w1 a:hover, .company-left .companyShow .w2 a:hover {
        color: #d61515;
    }

.screeningResults .nav-header {
    padding: 5px 10px 0px 10px;
    font-weight: bold;
}

    .screeningResults .nav-header i {
        padding-top: 8px
    }

.screeningResults .nav > li > a {
    padding: 5px 15px
}

.recruit-search {
    padding: 3px;
    background: #d73434;
}

    .recruit-search select, .recruit-search input, .recruit-search .btn {
        border-radius: 0;
        border: none;
    }

    .recruit-search .btn-bg {
        padding-left: 30px;
        padding-right: 46px;
        color: #fff;
        background: #d73434;
        font-size: 16px;
    }

    .recruit-search .btn {
        height: 34px;
    }

    .recruit-search .form-control {
        margin-left: 2px;
        border-right: 1px #e6e6e6 solid
    }

.btn-wrap .btn {
    padding: 12px 30px;
    font-size: 16px;
    margin: 18px 18px 0 0px;
}

.pos-details {
    line-height: 35px;
    padding: 0 24px;
}

.line blockquote {
    border-left: 5px #d61515 solid;
    padding: 0px 10px;
    font-weight: bold;
    margin: 24px 0 24px 0;
    font-size: 18px;
    height: 24px;
    line-height: 22px;
}

.pos-details .label-default {
    background: #e9ecef;
    margin: 10px 5px;
    padding: 5px 10px;
    color: #2d9aff;
    font-weight: normal;
    border-radius: 16px;
}

.pos-name {
    padding: 6px 0
}

.companyInfo {
    padding: 24px 15px;
    line-height: 30px;
}

    .companyInfo .text-muted {
        padding: 20px 10px
    }

.pos-recommend {
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0;
    margin: 0 5px;
}

.btn-wrap .toudi-btn {
    padding-left: 60px;
    padding-right: 60px;
}

.red-line {
    border: 1px #d61515 solid;
    color: #d61515;
    padding: 12px 35px;
    font-size: 16px;
    margin: 10px auto 50px auto;
}

.red-line-padding {
    margin-top: 50px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #1f4a15;
    border-color: #1f4a15;
}

.pagination > li > a, .pagination > li > span {
    color: #999;
}

.company-title {
    padding: 12px
}

    .company-title h3 {
        padding: 6px 0 8px 0
    }

    .companyInfo .img-thumbnail, .company-title .img-thumbnail {
        padding: 0px
    }

.company-post > tbody > tr > td, .company-post > tbody > tr > th, .company-post > tfoot > tr > td, .company-post > tfoot > tr > th, .company-post > thead > tr > td, .company-post > thead > tr > th {
    border: none;
    text-align: center;
}

.company-post > tbody > tr > th {
    background: #f5f5f5
}

.company-cnt {
    padding-top: 24px
}

.train-left {
    margin-right: 9px;
    padding: 0 24px;
}

    .train-left table {
        margin: 24px 0px 10px 0px;
        padding-bottom: 24px;
    }

        .train-left table .kc_current {
            background: #1f4a15;
            padding: 1px 12px 3px 12px;
            color: #fff;
            border-radius: .25em
        }

.kc_line {
    border-color: #e6e6e6;
}

.train-left .title {
    padding: 24px 0 0 0px;
}

.peixun {
    padding-top: 24px;
    position: relative;
}

    .peixun .more {
        position: absolute;
        right: 10px;
        top: 30px;
        color: #8b9cad;
        font-size: 12px;
    }

    .peixun .more-plan {
        position: absolute;
        right: 25px;
        top: 14px;
        color: #8b9cad;
        font-size: 12px;
    }

        .peixun .more:hover, .peixun .more-plan:hover {
            color: #d61515
        }

    .peixun blockquote, .train-left .title blockquote, .train-right .title blockquote {
        border-left: 11px #1f4a15 solid;
        padding: 0px 0px 0 10px;
        font-weight: bold;
        font-size: 20px;
        height: 24px;
        line-height: 22px;
        margin-bottom: 16px;
    }

.train-left .media {
    border-bottom: 1px #e7e7e7 solid;
    margin: 20px;
    padding: 10px 0 20px 0;
    line-height: 28px;
}

.train-left h4 {
    font-size: 16px;
    padding: 5px 0 0 0;
    line-height: 20px;
}

.train-left .fl {
    margin-right: 12px;
}

.train-right {
    padding: 20px 15px;
    margin-bottom: 21px;
}

    .train-right ul {
        margin: 0;
    }

    .train-right .title {
        position: relative;
    }

        .train-right .title a {
            position: absolute;
            right: 2px;
            top: 3px;
            color: #8b9cad;
            font-size: 12px;
        }

.train-padding {
    padding-left: 6px;
    padding-right: 6px;
}

.latest {
    padding: 8px 0 0px 0
}

    .latest li {
        background: url(/images/icon_spot.jpg) left center no-repeat;
        padding-left: 10px;
        line-height: 34px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.train-title {
    padding: 11px 0 10px 0;
}

    .train-title h1 {
        font-weight: bold;
        text-align: center;
        padding: 15px 0 36px 0;
        border-bottom: 1px #e6e6e6 solid;
    }

    .train-title a {
        line-height: 35px;
        padding: 0 8px;
    }

.training {
    line-height: 35px;
    margin-bottom: 24px
}

.training-cnt h1 {
    font-weight: bold;
    text-align: center;
    padding: 12px 0 20px 0;
}

.training small {
    padding-top: 6px
}

.training-cnt .orange {
    color: #ff7b59;
    padding-left: 10px;
}

.training-cnt {
    margin: 0 6px;
}

.peixun-margin {
    margin-left: 6px;
    margin-right: 6px;
}

.training-cnt p {
    padding-left: 30px;
}

.training-cnt div {
    padding: 5px 15px 0 15px
}

    .training-cnt div h4 {
        padding-left: 30px;
        background: url(/images/ico_gwy.jpg) left center no-repeat;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.boutique img {
    border: 1px #e7e7e7 solid
}

.boutique p {
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.boutique > div {
    padding-left: 0 !important
}

.text-w {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-control {
    font-size: 80px;
    width: 10%;
}

.meeting {
    line-height: 35px
}

    .meeting p {
        padding: 0 30px;
        text-indent: 30px;
    }

    .meeting h4 {
        padding: 0 30px
    }

    .meeting h1 {
        margin-top: 40px;
    }

    .meeting img {
        margin-top: 20px;
        width: 290px;
        height: 192px;
        cursor: pointer;
    }

    .meeting h5 {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        padding: 10px 0 20px 0
    }

    .meeting > [class*='col-'] {
        padding: 0
    }

    .meeting em {
        color: #1f6b9d;
    }

.policy-top {
    line-height: 28px;
    padding: 12px 0
}

    .policy-top h4 {
        font-weight: bold;
        line-height: 28px;
        padding: 20px 0 5px 0
    }

    .policy-top .circle {
        width: 12px;
        height: 12px;
        border-radius: 50px;
        background: #d61515
    }

    .policy-top .fl img {
        margin-right: 16px;
    }

.policy-nav .nav-tabs {
    border-bottom: 1px #ededed solid
}

    .policy-nav .nav-tabs > li > a {
        height: 43px;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
        color: #4d4d4f;
        border: 0;
        border-radius: 0;
        position: relative;
    }

    .policy-nav .nav-tabs > li.active > a {
        color: #fff;
        background: #346d28;
        height: 43px;
        font-size: 18px;
        border: 0;
    }

.policy-list {
    padding: 0 0px 5px 24px;
    margin-bottom: 24px;
}

    .policy-list p {
        line-height: 28px;
    }

.policy-left {
    width: 87%;
    float: left;
    margin-right: 50px;
}

.policy-list h3 {
    line-height: 35px;
}

.policy-list .data {
    background: url(/images/ico-arrow.jpg) bottom center no-repeat;
    text-align: center;
    padding: 20px 0 10px 0;
    float: left;
}

.policy-list ul {
    margin: 20px 24px 24px 4px;
}

    .policy-list ul li {
        line-height: 45px;
        height: 45px;
        overflow: hidden;
        font-size: 16px;
        background: url(/images/icon_spot.jpg) left center no-repeat;
        padding-left: 10px;
        clear: both;
        border-bottom: 1px #e6e6e6 dashed;
    }

        .policy-list ul li a {
            width: 90%;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .policy-list ul li .pull-right {
            position: relative;
            bottom: -3px;
            font-size: 12px;
        }

.breadcrumb {
    background: #fff;
}

.article {
    padding: 0 35px 35px 35px;
    line-height: 40px;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
}

    .article p {
        margin: 0;
    }

    .article h2 {
        text-align: center;
        padding: 20px 0 30px 0;
        font-weight: bold;
        line-height: 40px;
    }


    .article .line {
        border-bottom: 1px #e7e7e7 dashed;
        padding-bottom: 5px;
        font-size: 12px;
    }

        .article .line .source {
            position: relative;
            bottom: -8px;
        }

        .article .line .pull-right {
            padding-top: 10px;
        }

    .article .article-cnt {
        padding: 24px 24px 40px 24px;
        text-align: justify;
    }

.gure {
    width: 100%;
    height: 55px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gure-time {
    margin: 8px 0 0 0;
}

.dqwz {
    padding-top: 18px;
}

    .dqwz a {
        padding: 0 5px;
    }

        .dqwz a.active {
            color: #1f6b9d;
        }
/*滚动样式*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 5px;
    padding: 0;
}

.slick-slider button {
    border: none;
    outline: none;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: url('../images/slick-prev.png');
}

[dir='rtl'] .slick-prev:before {
    content: url(../images/slick-next.png);
    ;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: url(../images/slick-next.png);
    ;
}

[dir='rtl'] .slick-next:before {
    content: url('../images/slick-prev.png');
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            background: transparent;
        }

            .slick-dots li button:hover:before,
            .slick-dots li button:focus:before {
                opacity: 1;
            }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black
        }

.slider {
    width: 90%;
    margin: 24px auto 36px auto;
    line-height: 35px;
}

.slick-slide {
    margin: 0px 10px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}

#sm img {
    padding: 0 12px
}

#sm p {
    text-align: center;
    line-height: 35px
}

@media screen and (max-width: 1600px) {
    .left-float {
        position: fixed;
        left: 0;
        bottom: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .article {
        padding: 0 16px 35px 16px;
    }

        .article .article-cnt {
            padding: 0;
        }

    .jobs-title .nav-pills > li > a {
        padding: 20px 10px 12px 10px;
    }

    .jobs-title .text {
        display: none;
    }

    .lack-title .nav-pills > li > a {
        padding: 10px 6px 8px 6px;
    }

    .city .search-btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .policy-nav .nav-tabs > li > a {
        padding: 12px 15px 10px 15px;
    }

    .policy-nav .nav-tabs > li {
        width: 100%;
        text-align: center;
        background: #fff;
        margin-bottom: 1px;
    }

    .links span {
        display: block;
        text-align: center;
        top: 8px;
    }

    footer .links a {
        padding: 0;
        width: 49%;
        display: inline-block;
        margin-top: 5px;
    }

    .links img {
        width: 100%
    }

    .ewmpic {
        position: static !important;
    }

        .ewmpic img {
            clear: both;
            display: block;
            margin: 0px auto;
            max-width: 100%;
            height: auto;
        }

    footer .copyright {
        text-align: center
    }

    .copyright span {
        display: block
    }

    .course {
        line-height: 150%
    }

    .policy-top img {
        clear: both;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .course-list p {
        width: auto !important;
    }
}

.article img{
    max-width:100%;
}
/* 登录切换样式*/
.register-wrap {
    overflow: hidden;
}

    .register-wrap .register {
        width: 100%;
        display: inline-block;
    }


        .register-wrap .register .register-top a {
            display: inline-block;
            float: right;
            width: 35px;
            height: 35px;
            background: url("/images/co.jpg") no-repeat;
            background-size: cover;
            position: absolute;
            top: 12px;
            right: 12px;
        }

            .register-wrap .register .register-top a:hover {
                background: url("/images/co1.jpg") no-repeat;
                background-size: cover;
            }

.aui-tag-size {
    cursor: pointer;
    color: #999;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    float: left;
    position: absolute;
    left: -95px;
    height: 25px;
    padding: 3px 6px;
    font-size: 9px;
    color: #a1a1a1;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 5px 6px 3px #ececee;
    -webkit-box-shadow: 5px 3px 5px #ececee;
    box-shadow: 5px 3px 5px #ececee;
}

    .aui-tag-size::after {
        content: "";
        position: absolute;
        top: 8px;
        right: -8px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 8px solid #fff;
        border-bottom: 4px solid transparent;
    }

.register-wrap .register .login-con {
    display: none;
}

.saoma {
    display: none;
}

    .saoma .screen-tu {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 12px;
        top: 12px;
        cursor: pointer;
        background: url("/images/pc.png") no-repeat;
        background-size: cover;
    }

        .saoma .screen-tu:hover {
            background: url("/images/pc1.png") no-repeat;
            background-size: cover;
        }

.aui-text-item {
    margin: 10px auto 0px auto;
    position: relative;
}


.qr-code {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .qr-code img {
        border: 1px solid #eee;
        padding: 8px !important;
        width: 120px;
        height: 120px;
        margin: 26px auto 12px auto;
        box-sizing: border-box;
    }

.carousel-control.right {
    background-image: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.carousel-control.left {
    background-image: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.carousel-indicators {
    bottom: 0;
}



/* 热门关键字 */
a.seakey_hot:link {
    color: #333;
    text-decoration: none;
}

a.seakey_hot:visited {
    color: #333;
    text-decoration: none;
}

a.seakey_hot:hover {
    color: #333;
    text-decoration: underline;
}

a.seakey_blue:link {
    color: #0868C8;
    text-decoration: none;
    font-size: 14px;
}

a.seakey_blue:visited {
    color: #0868C8;
    text-decoration: none;
    font-size: 14px;
}

a.seakey_blue:hover {
    color: #0868C8;
    text-decoration: underline;
    font-size: 14px;
}

a.seakey_orange:link {
    color: #F60;
    text-decoration: none;
}

a.seakey_orange:visited {
    color: #F60;
    text-decoration: none;
}

a.seakey_orange:hover {
    color: #F60;
    text-decoration: underline;
}

a.seakey_red:link {
    color: #F00;
    text-decoration: none;
    font-size: 14px;
}

a.seakey_red:visited {
    color: #F00;
    text-decoration: none;
    font-size: 14px;
}

a.seakey_red:hover {
    color: #F00;
    text-decoration: underline;
    font-size: 14px;
}

a.seakey_grey:link {
    color: #999;
    text-decoration: none;
    font-size: 10px;
}

a.seakey_grey:visited {
    color: #999;
    text-decoration: none;
    font-size: 10px;
}

a.seakey_grey:hover {
    color: #999;
    text-decoration: underline;
    font-size: 10px;
}

a.seakey_green:link {
    color: #008000;
    text-decoration: none;
}

a.seakey_green:visited {
    color: #008000;
    text-decoration: none;
}

a.seakey_green:hover {
    color: #008000;
    text-decoration: underline;
}



.login6 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #777;
    clear: both;
    margin-bottom: 10px;
}

    .login6 a {
        color: #777;
    }

.course-list {
    padding: 15px 0 15px 0px;
}

    .course-list li {
        float: left;
        list-style-type: none;
        margin: 0 17px 3px 10px;
        cursor: pointer;
    }

    .course-list img {
        display: block;
    }

    .course-list p {
        text-align: center;
        line-height: 32px;
        height: 32px;
        width: 175px;
        overflow: hidden;
    }

.pxjigou tr td {
}

    .pxjigou tr td a {
        text-decoration: none;
        position: relative;
    }

    .pxjigou tr td div {
        display: none;
        width: 285px;
    }

    .pxjigou tr td a:hover div {
        padding: 8px 10px 3px 10px;
        background: #fff;
        color: #838383;
        font-size: 16px;
        position: absolute;
        top: 21px;
        left: -7px;
        display: block;
        -moz-box-shadow: 2px 2px 5px #ccc;
        -webkit-box-shadow: 2px 2px 5px #ccc;
        box-shadow: 2px 2px 5px #ccc;
        z-index: 99999999;
    }

        .pxjigou tr td a:hover div p {
            font-size: 15px;
            padding: 0px;
            text-align: justify;
        }

.xxxt {
    border: 1px #e5e5e5 dashed;
    float: right;
    padding: 15px;
    margin: 10px 20px 20px 0;
}

    .xxxt li {
        float: left
    }

        .xxxt li p {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 16px;
        }

    .xxxt .icon_jiantou {
        margin: 0 25px;
        padding-top: 50px;
    }

    .xxxt .icon_bg {
        background: #1f4a15;
        text-align: center;
        vertical-align: middle;
        display: block;
        width: 85px;
        height: 85px;
        border-radius: 3px;
        padding-top: 18px;
        margin: 10px 30px;
        float: left;
    }

        .xxxt .icon_bg:hover {
            background: #2c6121
        }

.icon_zzxx {
    margin: 15px 0 0 60px;
}

.px_login {
    margin: 30px 25px;
    font-size: 16px;
}

    .px_login label {
        font-weight: normal !important;
    }

    .px_login .login-input {
        border: 1px #dcdcdc solid;
        padding: 5px;
        border-radius: 3px;
        margin: 0 10px;
    }

    .px_login .btn_px {
        cursor: pointer;
        padding: 5px;
        font-weight: bold;
        display: inline-block;
        border-radius: 3px;
        margin: 0 5px
    }

    .px_login .btn_dl {
        background: #1f4a15;
        color: #fff;
        padding: 7px 35px;
        border: 1px #1f4a15 solid;
    }

        .px_login .btn_dl:hover {
            background: #2c6121
        }

    .px_login .btn_zhc {
        background: #FFF;
        color: #4d4d4d;
        padding: 7px 25px;
        border: 1px #c9c9c9 solid;
    }

        .px_login .btn_zhc:hover {
            background: #f2f2f2
        }

footer {
    background: #4d4d4d;
    color: #fff;
    margin-top: 48px;
}

    footer .links {
        font-size: 18px;
        border-bottom: 1px #999 solid;
        padding: 20px 0 32px 0px;
    }

        footer .links .link-text {
            float: left;
            position: relative;
            padding: 10px 15px 0 15px;
        }

    footer .copyright {
        line-height: 35px;
        padding: 18px 0;
        position: relative;
    }

        footer .copyright span {
            padding: 0px 11px 0 32px;
        }

        footer .copyright em {
            display: block;
            color: #999;
        }

        footer .copyright .ewmpic {
            position: absolute;
            right: 0px;
            top: 10px;
        }

            footer .copyright .ewmpic img {
                background: #fff;
                padding: 3px
            }

            footer .copyright .ewmpic p {
                line-height: 20px;
                text-align: center;
                color: #999;
            }

    footer .nav-tabs > li {
        font-size: 14px;
        background-color: #454141;
        color: #fff;
        flex: 1;
        margin-left:5px;
        margin-bottom:0;
        overflow: hidden;
    }

    footer .nav-pills > li.active > a, footer .nav-pills > li.active > a:focus, footer .nav-pills > li.active > a:hover {
        background-color: #454141;
    }

    footer .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #d61515;
        border: none;
        background-color: #696969;
    }

    footer .nav-tabs > li > a {
        border-radius: 0;
        color: #fff;
        border: none;
        margin-right:0;
    }

        footer .nav-tabs > li > a:hover {
            background-color: #696969;
            color: #d61515;
            border: none;
        }
    footer .links a:hover {
        color: #d61515;
    }

    footer .nav-tabs {
        border-bottom: none;
        display: flex;
    }

    footer .tab-pane {
        background-color: #696969;
        font-size: 14px;
        padding: 8px 0 8px 0;
        height: auto;
    }

        footer .tab-pane ul li {
            list-style-type: none;
            float: left;
            padding: 5px 15px 5px 0;
            width: auto;
        }

        footer .tab-pane ul p {
            margin-top:8px;
            font-weight: 550;
            clear: both;
        }

        footer .tab-pane ul li a {
            color: #fff;
        }

            footer .tab-pane ul li a:hover {
                text-decoration: underline;
            }

@media (max-width: 767px) {
    footer .links .link-text {
        float: none;
        clear: both;
        display: block;
        padding-bottom: 25px;
    }

    footer .nav-tabs > li {
        display: block;
    }

    footer .tab-pane {
        height: auto;
    }

        footer .tab-pane ul li {
            width: auto;
            padding: 10px;
        }
}
