﻿@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, .index-main .main-right .index-ycjm .ycjm-job__main .ycjm-jobitem, .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: #f99533;
      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; }

.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: #f99533;
      flex: 1;
      font-weight: bold;
      position: relative;
      display: block;
      padding-left: 12px;
      border-left: 3px solid #f99533; }
    .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;
    justify-content: space-between; }
    .memZ-main .srbar-title span {
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      background-color: #f99533;
      border-radius: 0px 20px 20px 0;
      display: inline-block;
      color: #fff;
      font-size: 16px;
      margin-left: -15px;
      margin-top: -5px; }
  .memZ-main .main-left {
    width: 295px;
    margin-right: 15px;
    background-color: #ffffff; }
    .memZ-main .main-left .aside-title {
      padding-top: 5px;
      padding-bottom: 10px;
      vertical-align: middle;
      font-size: 16px;
      color: #2c2c2c; }
      .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: #f99533;
          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: 10px;
      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 {
        flex: 1;
        padding-left: 10px;
        padding-bottom: 45px;
        display: flex;
        flex-direction: column;
        position: relative; }
        .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-rz {
          width: 89px; }
        .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: #f99533;
      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(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(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: 10px;
    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 {
        object-fit: cover;
        
        width: 100%;
        cursor: pointer; }
      .memZ-main .aside-swiper .i-swiper__two .banner-title {
        color: #2c2c2c;
        font-size: 16px; }
      .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: 0; }
      .memZ-main .aside-swiper .i-swiper__two .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 4px;
        transition: width .4s; }
  .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: #f99533;
    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; }

.index-main {
  display: flex; }
  .index-main .main-right {
    width: 905px; }
    .index-main .main-right .index-top {
      width: 858px;
      background-color: #ffffff;
      border: solid 1px #dedede;
      padding: 15px 15px 15px;
      margin-bottom: 15px;
      color: #2c2c2c;
      font-size: 16px;
      line-height: 35px; }
      .index-main .main-right .index-top .bxjj {
        padding-top: 15px; }
    .index-main .main-right .index-ycjm {
      width: 858px;
      background-color: #ffffff;
      border: solid 1px #dedede;
      margin-bottom: 15px;
      padding: 15px 15px 0; }
      .index-main .main-right .index-ycjm .ycjm-job__main {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px; }
        .index-main .main-right .index-ycjm .ycjm-job__main .ycjm-jobitem {
          position: relative;
          font-size: 16px;
          line-height: 1;
          color: #2c2c2c;
          padding: 15px 0px 15px 15px;
          width: 50%;
          display: block;
          box-sizing: border-box;
          border-bottom: 1px dotted #dedede; }
          .index-main .main-right .index-ycjm .ycjm-job__main .ycjm-jobitem::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 {
      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; }﻿

