﻿@charset "UTF-8";

a {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    color: black;
}

    /*正常的未被访问过的链接*/
    a:link {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
        color: inherit;
    }

    /*已经访问过的链接*/
    a:visited {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
        color: inherit;
    }

    /*鼠标划过(停留)的链接*/
    a:hover {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
        color: inherit;
    }

    /* 正在点击的链接*/
    a:active {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
        color: inherit;
    }

body,
html {
    min-width: 1200px;
}

.one-overflow, .h-main .h-information .h-name, .memZ-main .indexbar-title span, .memZ-main .friendbar-title span, .memZ-main .main-left .new-msg .new-msg__item, .memZ-main .person-wrapper .person-infor .person-right, .memZ-main .person-wrapper .person-infor .person-right .infor-name, .memZ-main .aside-swiper .i-swiper__two .banner-title, .i-swiper__two .banner-title, .index-main .main-right .index-ycjm .ycjm-job__main .ycjm-jobitem, .index-main .main-right .sb-xycjm .index-ycjm, .index-main .main-right .index-grfc .grfc-main .grfc-item, .index-main .main-right .index-grfc .grfc-main .grfc-item .grfc-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*文本格式化，超出范围，显示省略号*/
.header-fixed {
    min-height: 150px;
    margin-bottom: 10px;
}

.h-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 999;
    min-width: 1200px;
}

    .h-main .h-information {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding-top: 45px;
        padding-bottom: 25px;
    }

        .h-main .h-information .h-logo {
            height: 43px;
            margin-right: 15px;
            display: inline-block;
        }

        .h-main .h-information .h-name {
            flex: 1;
            font-size: 20px;
            line-height: 1;
            color: #0a0a0a;
            padding-right: 10px;
        }

        .h-main .h-information .h-tel {
            font-size: 18px;
            line-height: 1;
            color: #343434;
            padding-left: 5px;
        }

.h-main .h-tabbar {
height: 40px;
display: flex;
align-items: center;
width: 1200px;
margin: 0 auto;
}

.h-main .h-tabbar .tab-li {
height: 40px;
line-height: 40px;
padding: 0 30px;
}

.h-main .h-tabbar .tab-li .tab-a {
    color: #fff;
    font-size: 16px;
}

.h-main .h-tabbar .tab-li .tab-a__active {
    color: #ffff00;
}

.memZ-main {
    width: 1200px;
    margin: 0 auto;
}

    .memZ-main .indexbar-title {
        display: flex;
        padding-bottom: 15px;
    }

        .memZ-main .indexbar-title img {
            width: 18px;
            display: inline-block;
            margin-right: 10px;
        }

        .memZ-main .indexbar-title span {
            font-size: 16px;
            color: #343434;
            flex: 1;
            font-weight: bold;
            position: relative;
            display: block;
            padding-left: 12px;
            border-left: 3px solid #343434;
        }

        .memZ-main .indexbar-title a {
            font-size: 14px;
            color: #2c2c2c;
        }

    .memZ-main .friendbar-title {
        display: flex;
        padding-bottom: 15px;
    }

        .memZ-main .friendbar-title img {
            width: 18px;
            display: inline-block;
            margin-right: 10px;
        }

        .memZ-main .friendbar-title span {
            font-size: 16px;
            color: #2c2c2c;
            flex: 1;
            font-weight: bold;
            position: relative;
            display: block;
        }

        .memZ-main .friendbar-title a {
            font-size: 14px;
            color: #2c2c2c;
        }

    .memZ-main .srbar-title {
        display: flex;
        align-items: center;
        margin: 8px 0px;
    }

        .memZ-main .srbar-title .srbar-title-tip {
            width: 3px;
            height: 20px;
            background-color: black;
            margin-right: 10px;
        }

        .memZ-main .srbar-title span {
            display: inline-block;
            color: black;
            font-weight: bold;
            font-size: 16px;
        }

    .memZ-main .main-left {
        width: 295px;
        margin-right: 15px;
        background-color: #ffffff;
    }

        .memZ-main .main-left .aside-title {
            padding-bottom: 20px;
            vertical-align: middle;
            font-size: 16px;
            color: #2c2c2c;
            display: flex;
            justify-content: space-between;
        }

            .memZ-main .main-left .aside-title img {
                display: inline-block;
                height: 26px;
                vertical-align: middle;
            }

            .memZ-main .main-left .aside-title span {
                vertical-align: middle;
                font-weight: bold;
            }

        .memZ-main .main-left .form-main {
            display: flex;
            flex-direction: column;
            border: 1px solid #eaeaea;
            padding: 10px;
            margin-bottom: 20px;
        }

            .memZ-main .main-left .form-main .lablel-main {
                display: flex;
                align-items: center;
                position: relative;
                padding: 5px 0 15px;
                font-size: 14px;
                color: #2c2c2c;
            }

                .memZ-main .main-left .form-main .lablel-main select {
                    margin-right: 5px;
                    padding: 0 5px;
                    outline: none;
                    height: 35px;
                }

                    .memZ-main .main-left .form-main .lablel-main select:not(:first-of-type) {
                        margin-left: 5px;
                    }

                    .memZ-main .main-left .form-main .lablel-main select option {
                        min-height: 35px;
                    }

                        .memZ-main .main-left .form-main .lablel-main select option:hover {
                            outline: none;
                        }

                .memZ-main .main-left .form-main .lablel-main input {
                    height: 35px;
                    flex: 1;
                    padding: 0 10px;
                }

                    .memZ-main .main-left .form-main .lablel-main input:focus {
                        outline: none;
                    }

                .memZ-main .main-left .form-main .lablel-main textarea {
                    resize: none;
                    flex: 1;
                    padding: 5px 10px;
                }

                    .memZ-main .main-left .form-main .lablel-main textarea:focus {
                        outline: none;
                    }

                .memZ-main .main-left .form-main .lablel-main .label-name {
                    width: 40px;
                }

                .memZ-main .main-left .form-main .lablel-main .form-error {
                    position: absolute;
                    bottom: -3px;
                    left: 40px;
                    color: red;
                    font-size: 13px;
                }

            .memZ-main .main-left .form-main .form-end {
                font-size: 14px;
                text-align: center;
                padding: 5px 0 15px;
            }

                .memZ-main .main-left .form-main .form-end .form-submit {
                    color: #ffffff;
                    width: 120px;
                    height: 35px;
                    background-color: #343434;
                    margin-right: 15px;
                    border: none;
                    outline: none;
                    cursor: pointer;
                }

                .memZ-main .main-left .form-main .form-end .form-reset {
                    cursor: pointer;
                    outline: none;
                    width: 120px;
                    height: 35px;
                    background-color: #ffffff;
                    border: solid 1px #dedede;
                }

        .memZ-main .main-left .new-msg {
            display: flex;
            flex-direction: column;
            border: 1px solid #eaeaea;
            padding: 15px;
            margin-bottom: 20px;
        }

            .memZ-main .main-left .new-msg .new-msg__item {
                line-height: 35px;
                color: #2c2c2c;
                font-size: 16px;
            }

    .memZ-main .person-wrapper {
        width: 263px;
        background-color: #ffffff;
        border: solid 1px #dedede;
        padding: 15px 15px 0;
        color: #2c2c2c;
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

        .memZ-main .person-wrapper .person-infor {
            display: flex;
            position: relative;
            margin-bottom: 26px;
        }

        .memZ-main .person-wrapper .person-infor__img {
            display: inline-block;
            width: 125px;
            height: 145px;
            object-fit: cover;
        }

        .memZ-main .person-wrapper .person-infor .person-level {
            width: 94px;
            position: absolute;
            bottom: -10px;
            left: 16px;
        }

        .memZ-main .person-wrapper .person-infor .person-right {
            padding-left: 10px;
            padding-bottom: 45px;
            position: relative;
            flex: 1;
        }

            .memZ-main .person-wrapper .person-infor .person-right .infor-name {
                font-size: 18px;
                color: #2c2c2c;
                padding-bottom: 13px;
            }

            .memZ-main .person-wrapper .person-infor .person-right .infor-job {
                font-size: 14px;
                color: #666;
            }

            .memZ-main .person-wrapper .person-infor .person-right .infor-yy {
                width: 110px;
                height: 35px;
                line-height: 35px;
                background-color: #f99533;
                border-radius: 3px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                display: block;
                position: absolute;
                bottom: 0;
                left: 10px;
            }

                .memZ-main .person-wrapper .person-infor .person-right .infor-yy img {
                    vertical-align: middle;
                }

        .memZ-main .person-wrapper .person-rzcx {
            font-size: 14px;
            color: #343434;
            padding-bottom: 18px;
            text-decoration: underline;
            display: block;
        }

        .memZ-main .person-wrapper .person-zgzh {
            padding-bottom: 5px;
        }

        .memZ-main .person-wrapper .person-zyzh {
            padding-bottom: 15px;
            border-bottom: 1px solid #dedede;
            margin-bottom: 5px;
        }

        .memZ-main .person-wrapper .person-zh {
            color: #2c2c2c;
            font-size: 12px;
        }

        .memZ-main .person-wrapper .infor-item {
            display: flex;
            line-height: 30px;
            color: #2c2c2c;
            font-size: 16px;
        }

        .memZ-main .person-wrapper .infor-item__label {
            width: 81px;
            flex: 0 0 81px;
            display: inline-block;
            text-align: right;
        }

        .memZ-main .person-wrapper .infor-item__text {
            flex: 1;
        }

        .memZ-main .person-wrapper .infor-item .infor-focus {
            display: block;
            margin-left: 6px;
            height: 26px;
            padding-left: 20px;
            font-size: 14px;
        }

        .memZ-main .person-wrapper .infor-item .infor-focus__wb {
            padding-right: 20px;
            background: url(https://web.archive.org/web/20220416112340im_/http://pres.vobao.com/Images/old/v2/UserSite/Template4/images/weibo.jpg) left center no-repeat;
        }

        .memZ-main .person-wrapper .infor-item .infor-focus__wx {
            background: url(https://web.archive.org/web/20220416112340im_/http://pres.vobao.com/Images/old/v2/UserSite/Template4/images/weixin.jpg) left center no-repeat;
            position: relative;
            cursor: pointer;
        }

            .memZ-main .person-wrapper .infor-item .infor-focus__wx:hover .infor-wxcode {
                display: block;
            }

            .memZ-main .person-wrapper .infor-item .infor-focus__wx .infor-wxcode {
                display: none;
                position: absolute;
                top: -100px;
                left: 100%;
                z-index: 9;
                background-color: #fff;
                width: 100px;
                padding: 15px;
                border: #dedede solid 1px;
                text-align: center;
                line-height: 1.7;
            }

                .memZ-main .person-wrapper .infor-item .infor-focus__wx .infor-wxcode img {
                    width: 100px;
                    height: 100px;
                    display: block;
                    margin-bottom: 10px;
                }

    .memZ-main .aside-swiper {
        width: 263px;
        background-color: #ffffff;
        border: solid 1px #dedede;
        padding: 15px 15px 0;
        color: #2c2c2c;
        font-size: 16px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

        .memZ-main .aside-swiper .i-swiper__two {
            margin: 0 auto;
            padding-bottom: 25px;
            text-align: center;
        }

            .memZ-main .aside-swiper .i-swiper__two .banner-img {
                height: 190px;
                width: 100%;
                cursor: pointer;
                padding: 0;
                overflow: hidden;
                align-items: center;
                padding: 0;
            }

                .memZ-main .aside-swiper .i-swiper__two .banner-img img {
                    height: 89%;
                }

            .memZ-main .aside-swiper .i-swiper__two .index-swiperbtn {
                width: 25px;
                height: 45px;
                background-color: #2c2c2c;
                opacity: 0.5;
                background-size: 12px 30px;
            }

            .memZ-main .aside-swiper .i-swiper__two .swiper-pagination {
                bottom: 0px;
            }

            .memZ-main .aside-swiper .i-swiper__two .swiper-pagination-bullet-active {
                background-color: #343434;
            }

    .memZ-main .main-middle {
        margin-right: 15px;
        background-color: #ffffff;
    }

    .memZ-main .main-right {
        width: 295px;
        background-color: #ffffff;
    }

.i-swiper__one {
    margin-bottom: 20px;
    height: 215px;
}

    .i-swiper__one .banner-img {
        height: 215px;
        object-fit: cover;
        cursor: pointer;
    }

.index-friend {
    padding: 15px;
    background-color: #ffffff;
    border: solid 1px #dedede;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .index-friend .friend-a {
        padding-right: 40px;
        font-size: 16px;
        color: #2c2c2c;
    }

.index-mzsm {
    font-size: 16px;
    color: #2c2c2c;
    padding: 0 13px;
    line-height: 1.8;
    text-align: center;
}

.index-end {
    text-align: center;
    font-size: 14px;
    color: #2c2c2c;
    padding: 14px 0;
}

.page-total {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
}

    .page-total a {
        display: block;
        cursor: pointer;
    }

    .page-total .page-end,
    .page-total .page-start {
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #ffffff;
        border: solid 1px #979797;
        box-sizing: border-box;
    }

    .page-total .page-num {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #ffffff;
        border: solid 1px #979797;
        box-sizing: border-box;
        margin: 0 10px;
    }

    .page-total .page-num__active {
        background-color: #343434;
        color: #fff;
    }

    .page-total .page-more {
        padding: 0 10px;
    }

    .page-total .page-disable {
        background-color: rgba(255, 255, 255, 0.5);
        color: gray;
        cursor: no-drop;
    }

.main-left {
    margin-right: 0;
}

    .main-left .person-wrapper {
        border-top: 3px solid #2c2c2c;
    }

    .main-left .aside-swiper {
        padding-bottom: 21px;
        border-top: 3px solid #2c2c2c;
    }

        .main-left .aside-swiper .indexbar-title {
            padding-top: 10px;
            padding-bottom: 20px;
        }

.i-swiper__one {
    margin-bottom: 20px;
    height: 347px;
}

    .i-swiper__one .banner-img {
        height: 347px;
        object-fit: cover;
        cursor: pointer;
    }

.i-swiper__two {
    margin: 0 auto;
    padding-bottom: 25px;
    text-align: center;
}

    .i-swiper__two .banner-img {
        object-fit: cover;
        height: 200px;
        /*width: 200px;*/
        cursor: pointer;
    }

    .i-swiper__two .banner-title {
        color: #2c2c2c;
        font-size: 16px;
    }

    .i-swiper__two .index-swiperbtn {
        width: 25px;
        height: 45px;
        background-color: #2c2c2c;
        opacity: 0.5;
        background-size: 12px 30px;
    }

    .i-swiper__two .swiper-pagination {
        bottom: 0;
    }

    .i-swiper__two .swiper-pagination-bullet-active {
        background-color: #343434;
    }

.index-main {
    display: flex;
}

    .index-main .main-right {
        width: 890px;
    }

        .index-main .main-right .index-ycjm2 {
            margin-bottom: 15px;
            margin-right: 15px;
            height: 347px;
        }

        .index-main .main-right .index-ycjm {
            background-color: #ffffff;
            border: solid 1px #dedede;
            margin-bottom: 15px;
            padding: 15px 15px 0;
            margin-right: 15px;
        }

            .index-main .main-right .index-ycjm .ycjm-jj {
                padding-bottom: 13px;
                line-height: 1.7;
                font-size: 16px;
                color: #343434;
                margin-top: -5px;
            }

            .index-main .main-right .index-ycjm .ycjm-job__main {
                display: flex;
                flex-wrap: wrap;
                padding-bottom: 13px;
                margin-top: -5px;
            }

                .index-main .main-right .index-ycjm .ycjm-job__main .ycjm-job__img {
                    width: 295px;
                    height: 194px;
                    margin-top: 5px;
                    margin-right: 15px;
                    display: block;
                    background-color: #f9f9f9;
                }

                    .index-main .main-right .index-ycjm .ycjm-job__main .ycjm-job__img img {
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }

                .index-main .main-right .index-ycjm .ycjm-job__main .ycjm-job__itemmain {
                    flex: 1;
                    width: 100%;
                }

                .index-main .main-right .index-ycjm .ycjm-job__main .ycjm-jobitem {
                    position: relative;
                    font-size: 16px;
                    line-height: 1;
                    color: #2c2c2c;
                    padding: 12px 0px;
                    flex: 1;
                    display: block;
                    box-sizing: border-box;
                    border-bottom: 1px dotted #dedede;
                }

                    .index-main .main-right .index-ycjm .ycjm-job__main .ycjm-jobitem:last-of-type {
                        border-bottom: none;
                    }

        .index-main .main-right .sb-xycjm {
            display: flex;
        }

            .index-main .main-right .sb-xycjm .index-ycjm {
                width: 430px;
            }

                .index-main .main-right .sb-xycjm .index-ycjm .ycjm-job__main {
                    padding-bottom: 5px;
                }

                    .index-main .main-right .sb-xycjm .index-ycjm .ycjm-job__main .ycjm-jobitem {
                        padding-top: 0;
                        padding-bottom: 0;
                        border-bottom: 0;
                        line-height: 2.2;
                    }

        .index-main .main-right .index-grfc {
            width: 858px;
            background-color: #ffffff;
            border: solid 1px #dedede;
            margin-bottom: 15px;
            padding: 15px;
        }

            .index-main .main-right .index-grfc .grfc-main .grfc-item {
                position: relative;
                display: flex;
                justify-content: space-between;
                font-size: 16px;
                line-height: 1;
                color: #2c2c2c;
                padding: 15px 5px 15px 10px;
                display: flex;
                box-sizing: border-box;
                border-bottom: 1px dotted #dedede;
            }

                .index-main .main-right .index-grfc .grfc-main .grfc-item::before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    display: inline-block;
                    width: 4px;
                    height: 4px;
                    border-radius: 2px;
                    margin-top: -2px;
                    background-color: #2c2c2c;
                }

                .index-main .main-right .index-grfc .grfc-main .grfc-item .grfc-title {
                    font-size: 16px;
                    color: #2c2c2c;
                    flex: 1;
                }

                .index-main .main-right .index-grfc .grfc-main .grfc-item .grfc-time {
                    font-size: 14px;
                    color: #999999;
                }

.swiper-slide {
    overflow: hidden !important;
}

/*
     FILE ARCHIVED ON 11:23:40 Apr 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:15:20 Jan 26, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.073
  cdx.remote: 0.121
  esindex: 0.011
  LoadShardBlock: 292.145 (6)
  PetaboxLoader3.datanode: 345.388 (7)
  load_resource: 178.449
  PetaboxLoader3.resolve: 81.237
*/