.inner_shadow {
  box-shadow: 0px 0px 8px 0px rgba(60, 60, 60, 0.28); }

main {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  *zoom: 1; }

main:before, main:after {
  content: " ";
  display: table; }

main:after {
  clear: both; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Microsoft YaHei"; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  text-decoration: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button {
  cursor: pointer; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

ins {
  text-decoration: none; }

li {
  list-style: none; }

table {
  font-size: inherit;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  border: 0;
  padding: 0;
  margin: 0;
  *font-size: 100%;
  line-height: 1.2; }

a img, img {
  -ms-interpolation-mode: bicubic; }

sub, sup {
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

pre {
  white-space: pre-wrap; }

textarea {
  resize: none;
  overflow: auto; }

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  outline: 0; }

button, input {
  outline: 0; }

input[type=password]::-ms-reveal {
  display: none; }

input::-ms-clear {
  display: none; }

input:-ms-input-placeholder {
  color: #999; }

.left {
  float: left; }

.right {
  float: right; }

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clear {
  zoom: 1; }

:root .gradient {
  filter: none; }

.needScroll {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.needScroll::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

.needScroll::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(200, 200, 200, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(200, 200, 200, 0.1); }

.needScroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.4);
  background-color: white; }

.needScroll::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.3);
  background-color: rgba(200, 200, 200, 0.01); }

.needTada {
  animation: tadass 1.2s linear infinite;
  -webkit-animation: tadass 1.2s linear infinite; }

@keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
    20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
    50%,
    70%,
    90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
    60%,
    80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.drop-down-leave-active {
  opacity: 0;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transform-origin: center top; }

.drop-down-enter-active {
  opacity: 1;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transform-origin: center top; }

@keyframes scale {
  0% {
    transform: scale(1.04);
    filter: brightness(0.5); }
  50% {
    transform: scale(1);
    filter: brightness(0.6); }
  100% {
    transform: scale(1.04);
    filter: brightness(0.5); } }
.index_recruit_top {
  height: 400px;
  position: relative;
  overflow: hidden; }
  .index_recruit_top .ir1 {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px; }
    .index_recruit_top .ir1 p {
      font-size: 30px;
      color: #fff; }
    .index_recruit_top .ir1 span {
      display: block;
      font-size: 18px;
      color: #fff;
      margin-top: 8px; }
  .index_recruit_top .ir2 {
    position: relative;
    z-index: 3;
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .index_recruit_top .ir2 form {
      width: 100%;
      height: 40px; }
    .index_recruit_top .ir2 input {
      width: 100%;
      height: 40px;
      font-size: 16px;
      color: #333;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 40px; }
      .index_recruit_top .ir2 input::-webkit-input-placeholder {
        font-size: 16px;
        color: #666; }
      .index_recruit_top .ir2 input::-moz-placeholder {
        font-size: 16px;
        color: #666; }
      .index_recruit_top .ir2 input::-ms-input-placeholder {
        font-size: 16px;
        color: #666; }
      .index_recruit_top .ir2 input::-moz-placeholder {
        font-size: 16px;
        color: #666; }
      .index_recruit_top .ir2 input:hover {
        border-color: #FF4C53; }
      .index_recruit_top .ir2 input:focus {
        border-color: #FF4C53;
        box-shadow: 0 0 0 2px rgba(255, 76, 83, 0.2); }
    .index_recruit_top .ir2 button {
      width: 100%;
      height: 40px;
      line-height: 40px;
      background: #FF4C53;
      border: 0;
      border-radius: 0;
      padding-left: 36px;
      padding-right: 36px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .index_recruit_top .ir2 button:hover {
        opacity: 0.8; }
  .index_recruit_top .ir4 {
    position: relative;
    z-index: 2;
    width: 60%;
    margin: 0 auto;
    margin-top: 14px; }
    .index_recruit_top .ir4 small {
      color: #fff;
      opacity: 0.8;
      font-size: 16px; }
    .index_recruit_top .ir4 span {
      cursor: pointer;
      color: #fff;
      opacity: 0.8;
      font-size: 16px;
      margin-right: 20px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .index_recruit_top .ir4 span:hover {
        color: #FF4C53; }
  .index_recruit_top .ir0 {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    margin: 0 auto;
    margin-top: 48px; }
    .index_recruit_top .ir0 .ir3 {
      text-align: center; }
      .index_recruit_top .ir0 .ir3 span {
        font-size: 16px;
        color: #fff;
        display: block;
        margin-top: 8px; }
  .index_recruit_top:after {
    position: absolute;
    background: url("../image/project/pro_bg.png") no-repeat center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-size: cover;
    -moz-animation: scale 5.5s infinite;
    -webkit-animation: scale 5.5s infinite;
    -o-animation: scale 5.5s infinite;
    animation: scale 5.5s infinite; }

.more_rec_btn {
  width: 384px;
  height: 40px;
  letter-spacing: 3px;
  margin: 0 auto;
  background: #FF4C53;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 4px;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center; }
  .more_rec_btn:hover {
    opacity: 0.8; }

.recruit_con .r0 {
  width: 388px;
  margin-right: 18px;
  padding-top: 15px;
  margin-bottom: 18px;
  cursor: pointer; }
  .recruit_con .r0:hover .r3 {
    background: #F9F9F9; }
  .recruit_con .r0:nth-of-type(3n) {
    margin-right: 0; }
  .recruit_con .r0 .r1 {
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all; }
    .recruit_con .r0 .r1 span {
      font-size: 16px;
      color: #FF4C53; }
  .recruit_con .r0 .r2 {
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin: 15px 0; }
    .recruit_con .r0 .r2 span {
      font-size: 12px;
      color: #666;
      padding-right: 10px; }
    .recruit_con .r0 .r2 i {
      width: 1px;
      height: 12px;
      display: inline-block;
      background: #DFDFDF;
      margin-right: 10px;
      margin-top: 3px; }
  .recruit_con .r0 .r3 {
    padding: 15px 20px;
    line-height: 32px;
    border-top: 1px dashed #E2E6EC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .recruit_con .r0 .r3 p {
      width: 32px;
      height: 32px;
      display: inline-block;
      margin-right: 14px; }
      .recruit_con .r0 .r3 p img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .recruit_con .r0 .r3 i {
      width: 1px;
      height: 12px;
      display: block;
      background: #DFDFDF;
      margin-right: 10px;
      margin-top: 11px; }
    .recruit_con .r0 .r3 span {
      display: inline-block; }
      .recruit_con .r0 .r3 span:nth-of-type(1) {
        font-size: 14px;
        color: #333333;
        margin-right: 14px;
        max-width: 44%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
      .recruit_con .r0 .r3 span:nth-of-type(2) {
        font-size: 12px;
        color: #999;
        margin-right: 10px;
        margin-top: 1px;
        max-width: 18%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
      .recruit_con .r0 .r3 span:nth-of-type(3) {
        font-size: 12px;
        color: #999;
        margin-top: 1px;
        max-width: 25%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }

.recruit_type {
  margin-top: 44px;
  margin-bottom: 14px; }
  .recruit_type span {
    font-size: 16px;
    color: #999;
    margin-right: 29px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .recruit_type span:hover {
      color: #FF4C53; }

.com_rec .com_text {
  font-size: 34px;
  color: #333;
  text-align: center;
  padding: 38px 0; }
  .com_rec .com_text span {
    position: relative; }
    .com_rec .com_text span:before {
      position: absolute;
      left: -30px;
      width: 12px;
      height: 2px;
      background: #FF4C53;
      display: block;
      content: '';
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .com_rec .com_text span:after {
      position: absolute;
      right: -30px;
      width: 12px;
      height: 2px;
      background: #FF4C53;
      display: block;
      content: '';
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
.com_rec .com_ul .com_li {
  width: 286px;
  margin-right: 18px;
  margin-bottom: 18px;
  padding-top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .com_rec .com_ul .com_li:hover .b0 .b1 {
    background: #F9F9F9; }
  .com_rec .com_ul .com_li:nth-of-type(4n) {
    margin-right: 0; }
  .com_rec .com_ul .com_li .b0 {
    height: 72px;
    border-top: 1px dashed #E2E6EC;
    margin-top: 8px; }
    .com_rec .com_ul .com_li .b0 .b1 {
      width: 50%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 72px;
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .com_rec .com_ul .com_li .b0 .b1:nth-of-type(1):after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 30px;
        background: #DFDFDF;
        display: block;
        content: ''; }
      .com_rec .com_ul .com_li .b0 .b1 span {
        display: block; }
        .com_rec .com_ul .com_li .b0 .b1 span:nth-of-type(1) {
          font-size: 14px;
          color: #FF4C53; }
        .com_rec .com_ul .com_li .b0 .b1 span:nth-of-type(2) {
          font-size: 14px;
          color: #999999; }
  .com_rec .com_ul .com_li .a0 {
    text-align: center; }
    .com_rec .com_ul .com_li .a0 .a1 {
      width: 80px;
      height: 80px;
      margin: 12px auto 8px; }
      .com_rec .com_ul .com_li .a0 .a1 img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%; }
    .com_rec .com_ul .com_li .a0 .a2 {
      font-size: 16px;
      color: #333;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      height: 21px; }
    .com_rec .com_ul .com_li .a0 .a3 {
      text-align: center;
      margin: 6px auto;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      height: 19px; }
      .com_rec .com_ul .com_li .a0 .a3 span {
        font-size: 14px;
        color: #999; }
    .com_rec .com_ul .com_li .a0 .a4 {
      font-size: 14px;
      color: #666;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      margin-bottom: 10px;
      padding: 0px 5px 0px 5px;
      height: 19px; }

.recruit_detail_container {
  margin-top: 32px; }
  .recruit_detail_container > .right {
    width: 284px; }
    .recruit_detail_container > .right .all_job_btn {
      height: 42px;
      border: 1px solid #FF4C53;
      display: block;
      text-align: center;
      line-height: 42px;
      font-size: 16px;
      color: #FF4C53;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .recruit_detail_container > .right .all_job_btn:hover {
        background: #FF4C53;
        color: #fff; }
    .recruit_detail_container > .right .similar_positions0 > li {
      padding-bottom: 20px;
      margin-bottom: 20px;
      cursor: pointer;
      position: relative;
      overflow: hidden; }
      .recruit_detail_container > .right .similar_positions0 > li:hover > .right img {
        -webkit-transform: scale(0.93) translateZ(0);
        -moz-transform: scale(0.93) translateZ(0);
        -ms-transform: scale(0.93) translateZ(0);
        -o-transform: scale(0.93) translateZ(0);
        transform: scale(0.93) translateZ(0);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
      .recruit_detail_container > .right .similar_positions0 > li:hover .line {
        width: 0; }
      .recruit_detail_container > .right .similar_positions0 > li:hover .line1 {
        width: 100%; }
      .recruit_detail_container > .right .similar_positions0 > li .line {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #E2E6EC;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .recruit_detail_container > .right .similar_positions0 > li .line1 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #FF4C53;
        z-index: 2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .recruit_detail_container > .right .similar_positions0 > li:last-of-type {
        border-bottom: 0; }
      .recruit_detail_container > .right .similar_positions0 > li > .left {
        width: 208px; }
        .recruit_detail_container > .right .similar_positions0 > li > .left p {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
          .recruit_detail_container > .right .similar_positions0 > li > .left p:nth-of-type(1) span:nth-of-type(1) {
            font-size: 18px;
            color: #333;
            margin-right: 10px; }
          .recruit_detail_container > .right .similar_positions0 > li > .left p:nth-of-type(1) span:nth-of-type(2) {
            font-size: 18px;
            color: #FF4C53; }
          .recruit_detail_container > .right .similar_positions0 > li > .left p:nth-of-type(2) {
            font-size: 16px;
            color: #999;
            display: block;
            margin-top: 9px; }
      .recruit_detail_container > .right .similar_positions0 > li > .right {
        width: 60px;
        height: 60px; }
        .recruit_detail_container > .right .similar_positions0 > li > .right img {
          object-fit: contain;
          -o-object-fit: contain;
          object-position: contain;
          width: 100%;
          height: 100%;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
    .recruit_detail_container > .right .update {
      font-size: 14px;
      color: #bbb;
      margin-bottom: 40px; }
    .recruit_detail_container > .right .son_rdc6 li {
      margin-bottom: 26px; }
      .recruit_detail_container > .right .son_rdc6 li:nth-of-type(1) {
        background: url("../image/sub_brand/c1.png") no-repeat left center; }
      .recruit_detail_container > .right .son_rdc6 li:nth-of-type(2) {
        background: url("../image/sub_brand/c2.png") no-repeat left center; }
      .recruit_detail_container > .right .son_rdc6 li:nth-of-type(3) {
        background: url("../image/sub_brand/c3.png") no-repeat left center; }
      .recruit_detail_container > .right .son_rdc6 li:nth-of-type(4) {
        background: url("../image/sub_brand/c4.png") no-repeat left center; }
      .recruit_detail_container > .right .son_rdc6 li span {
        font-size: 16px;
        color: #333;
        padding-left: 38px; }
    .recruit_detail_container > .right .son_rdc5 {
      margin-bottom: 23px; }
      .recruit_detail_container > .right .son_rdc5 p {
        width: 60px;
        height: 60px;
        margin-right: 17px; }
        .recruit_detail_container > .right .son_rdc5 p img {
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
      .recruit_detail_container > .right .son_rdc5 span {
        display: block;
        font-size: 16px;
        color: #333;
        line-height: 60px; }
    .recruit_detail_container > .right .rdc_title2 {
      *zoom: 1;
      margin-bottom: 20px;
      margin-top: 50px; }
      .recruit_detail_container > .right .rdc_title2:before, .recruit_detail_container > .right .rdc_title2:after {
        content: " ";
        display: table; }
      .recruit_detail_container > .right .rdc_title2:after {
        clear: both; }
      .recruit_detail_container > .right .rdc_title2 p:nth-of-type(1) {
        float: left;
        font-size: 16px;
        color: #333; }
      .recruit_detail_container > .right .rdc_title2 p:nth-of-type(2) {
        float: right;
        font-size: 16px;
        color: #bbb;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .recruit_detail_container > .right .rdc_title2 p:nth-of-type(2):hover {
          color: #FF4C53; }
  .recruit_detail_container > .left {
    width: 836px; }
    .recruit_detail_container > .left .rec_job_list {
      border: 1px solid #D8D9DE;
      padding: 22px 24px 60px 24px;
      position: relative; }
      .recruit_detail_container > .left .rec_job_list .swiper-button-prev, .recruit_detail_container > .left .rec_job_list .swiper-button-next {
        background-size: 10px; }
        .recruit_detail_container > .left .rec_job_list .swiper-button-prev:focus, .recruit_detail_container > .left .rec_job_list .swiper-button-next:focus {
          outline: none; }
      .recruit_detail_container > .left .rec_job_list .swiper-pagination {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 28px; }
      .recruit_detail_container > .left .rec_job_list .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin-right: 8px; }
        .recruit_detail_container > .left .rec_job_list .swiper-pagination-bullet:focus {
          outline: none; }
      .recruit_detail_container > .left .rec_job_list .swiper-pagination-bullet-active {
        background: #FF4C53; }
      .recruit_detail_container > .left .rec_job_list .swiper-button-next {
        background-image: url("../image/sub_brand/right.png");
        right: 10px;
        top: 340px; }
      .recruit_detail_container > .left .rec_job_list .swiper-button-prev {
        background-image: url("../image/sub_brand/right.png");
        transform: rotate(-180deg);
        left: 10px;
        top: 340px; }
      .recruit_detail_container > .left .rec_job_list .rec_job p:nth-of-type(1) span {
        display: block; }
        .recruit_detail_container > .left .rec_job_list .rec_job p:nth-of-type(1) span:nth-of-type(1) {
          font-size: 18px;
          color: #333; }
        .recruit_detail_container > .left .rec_job_list .rec_job p:nth-of-type(1) span:nth-of-type(2) {
          font-size: 14px;
          color: #999; }
      .recruit_detail_container > .left .rec_job_list .rec_job p:nth-of-type(2) {
        font-size: 18px;
        color: #FF4C53; }
    .recruit_detail_container > .left .rec_company {
      margin-top: 30px; }
      .recruit_detail_container > .left .rec_company p:nth-of-type(1) {
        margin-bottom: 4px;
        font-size: 16px;
        color: #333;
        font-weight: bolder; }
      .recruit_detail_container > .left .rec_company p:nth-of-type(2) span {
        font-size: 16px;
        color: #666;
        margin-right: 24px; }
    .recruit_detail_container > .left .rdc4 p {
      font-size: 16px;
      color: #666;
      background: #fff url("../image/sub_brand/add1.png") no-repeat left 15px center;
      padding-left: 38px;
      padding-top: 13px;
      padding-bottom: 13px; }
    .recruit_detail_container > .left .rdc3 > p {
      font-size: 16px;
      color: #333;
      margin-bottom: 15px; }
    .recruit_detail_container > .left .rdc3 .a1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px; }
      .recruit_detail_container > .left .rdc3 .a1 p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
        .recruit_detail_container > .left .rdc3 .a1 p span {
          font-size: 16px;
          color: #999; }
        .recruit_detail_container > .left .rdc3 .a1 p b {
          font-size: 16px;
          color: #333; }
    .recruit_detail_container > .left .rdc2 {
      *zoom: 1;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      opacity: 0.9;
      margin-top: 9px;
      overflow: hidden;
      height: 23px; }
      .recruit_detail_container > .left .rdc2:before, .recruit_detail_container > .left .rdc2:after {
        content: " ";
        display: table; }
      .recruit_detail_container > .left .rdc2:after {
        clear: both; }
      .recruit_detail_container > .left .rdc2 span {
        padding: 0 12px;
        border: 1px solid #BBBBBB;
        color: #BBBBBB;
        font-size: 14px;
        margin-right: 10px;
        float: left;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        display: block; }
    .recruit_detail_container > .left .rdc1 {
      position: relative; }
      .recruit_detail_container > .left .rdc1 .info {
        width: 100%;
        font-size: 16px;
        color: #666;
        padding-right: 10px;
        overflow: hidden;
        line-height: 30px; }
      .recruit_detail_container > .left .rdc1 .show_text {
        position: absolute;
        right: 0;
        bottom: 0; }
    .recruit_detail_container > .left .ap_title {
      margin-top: 25px;
      margin-bottom: 25px; }
      .recruit_detail_container > .left .ap_title p {
        font-size: 16px;
        color: #333;
        position: relative;
        padding-bottom: 9px; }
        .recruit_detail_container > .left .ap_title p:after {
          position: absolute;
          display: block;
          content: '';
          width: 20px;
          height: 2px;
          background: #FF4C53;
          bottom: 0;
          left: 0; }
    .recruit_detail_container > .left .rdc0 .a1 {
      width: 60px;
      height: 60px;
      margin-right: 18px; }
      .recruit_detail_container > .left .rdc0 .a1 img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px; }
    .recruit_detail_container > .left .rdc0 .a2 b {
      font-size: 20px;
      color: #333;
      display: block; }
    .recruit_detail_container > .left .rdc0 .a2 span {
      font-size: 16px;
      color: #999;
      display: block;
      margin-top: 4px; }

.recruit_detail_top1 {
  background: #434B5E;
  padding-top: 23px;
  padding-bottom: 30px;
  *zoom: 1; }
  .recruit_detail_top1:before, .recruit_detail_top1:after {
    content: " ";
    display: table; }
  .recruit_detail_top1:after {
    clear: both; }
  .recruit_detail_top1 .rdt0 {
    width: 80%;
    float: left; }
    .recruit_detail_top1 .rdt0 .rdt1 {
      font-size: 16px;
      color: #fff;
      opacity: 0.8; }
    .recruit_detail_top1 .rdt0 .rdt2 {
      padding-top: 8px; }
      .recruit_detail_top1 .rdt0 .rdt2 span {
        font-size: 32px;
        color: #fff;
        margin-right: 17px; }
      .recruit_detail_top1 .rdt0 .rdt2 b {
        font-size: 30px;
        color: #F96943; }
    .recruit_detail_top1 .rdt0 .rdt3 {
      padding: 10px 0; }
      .recruit_detail_top1 .rdt0 .rdt3 span {
        font-size: 16px;
        color: #fff;
        opacity: 0.8; }
      .recruit_detail_top1 .rdt0 .rdt3 i {
        font-size: 16px;
        color: #fff;
        opacity: 0.8;
        font-weight: normal;
        padding-left: 6px;
        padding-right: 6px; }
    .recruit_detail_top1 .rdt0 .rdt4 {
      *zoom: 1;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      opacity: 0.9;
      margin-top: 9px;
      overflow: hidden;
      height: 23px; }
      .recruit_detail_top1 .rdt0 .rdt4:before, .recruit_detail_top1 .rdt0 .rdt4:after {
        content: " ";
        display: table; }
      .recruit_detail_top1 .rdt0 .rdt4:after {
        clear: both; }
      .recruit_detail_top1 .rdt0 .rdt4 span {
        padding: 0 12px;
        border: 1px solid #FF4C53;
        color: #FF4C53;
        font-size: 14px;
        margin-right: 10px;
        float: left;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        display: block; }
  .recruit_detail_top1 .rdt5 {
    width: 10%;
    text-align: center;
    margin-top: 5px; }
    .recruit_detail_top1 .rdt5 .pic {
      width: 120px;
      height: 120px;
      background: #fff;
      margin: 0 auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .recruit_detail_top1 .rdt5 .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
    .recruit_detail_top1 .rdt5 .desc {
      margin-top: 10px; }
      .recruit_detail_top1 .rdt5 .desc span {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 20px; }

.company_intro .cp0 > .right .boss_ul .all_job_btn {
  height: 42px;
  border: 1px solid #FF4C53;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #FF4C53;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .company_intro .cp0 > .right .boss_ul .all_job_btn:hover {
    background: #FF4C53;
    color: #fff; }
.company_intro .cp0 > .right .boss_ul .boss_li .bl0 {
  padding-bottom: 18px;
  border-bottom: 1px solid #EBECEE;
  margin-bottom: 15px; }
  .company_intro .cp0 > .right .boss_ul .boss_li .bl0 .bl1 {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px; }
    .company_intro .cp0 > .right .boss_ul .boss_li .bl0 .bl1 img {
      object-fit: cover;
      -o-object-fit: cover;
      object-position: cover;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .company_intro .cp0 > .right .boss_ul .boss_li .bl0 .bl2 {
    float: left;
    width: 220px; }
    .company_intro .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all; }
      .company_intro .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(1) span {
        font-size: 16px;
        color: #666;
        padding-right: 10px;
        margin-right: 10px; }
        .company_intro .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(1) span:nth-of-type(1) {
          position: relative; }
          .company_intro .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(1) span:nth-of-type(1):after {
            position: absolute;
            right: 0;
            top: 3px;
            height: 12px;
            width: 1px;
            background: #DFDFDF;
            display: block;
            content: ''; }
      .company_intro .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(2) {
        display: block;
        font-size: 14px;
        color: #666;
        margin: 5px 0; }
      .company_intro .cp0 > .right .boss_ul .boss_li .bl0 .bl2 p:nth-of-type(3) {
        display: block;
        font-size: 14px;
        color: #666; }
.company_intro .cp0 > .right .leader {
  padding-bottom: 20px; }
  .company_intro .cp0 > .right .leader .le1 .sle1 {
    *zoom: 1;
    margin-bottom: 18px; }
    .company_intro .cp0 > .right .leader .le1 .sle1:before, .company_intro .cp0 > .right .leader .le1 .sle1:after {
      content: " ";
      display: table; }
    .company_intro .cp0 > .right .leader .le1 .sle1:after {
      clear: both; }
    .company_intro .cp0 > .right .leader .le1 .sle1 p {
      float: left;
      width: 62px;
      height: 62px;
      margin-right: 18px; }
      .company_intro .cp0 > .right .leader .le1 .sle1 p img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .company_intro .cp0 > .right .leader .le1 .sle1 div {
      float: left; }
      .company_intro .cp0 > .right .leader .le1 .sle1 div b {
        font-size: 20px;
        color: #333;
        display: block;
        margin-top: 3px; }
      .company_intro .cp0 > .right .leader .le1 .sle1 div small {
        font-size: 16px;
        color: #333;
        display: block;
        margin-top: 6px; }
  .company_intro .cp0 > .right .leader .le1 .sle2 {
    position: relative; }
    .company_intro .cp0 > .right .leader .le1 .sle2 .show_it {
      position: absolute;
      right: 0;
      background: url("../image/sub_brand/to2.png") no-repeat right center;
      color: #BBBBBB;
      font-size: 16px;
      width: 52px;
      background-size: 11px;
      cursor: pointer; }
    .company_intro .cp0 > .right .leader .le1 .sle2 p {
      font-size: 16px;
      color: #666;
      overflow: hidden;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      display: box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      white-space: normal; }
      .company_intro .cp0 > .right .leader .le1 .sle2 p.show_text1 {
        overflow: unset;
        display: block; }
.company_intro .cp0 > .right .enviroment {
  width: 298px;
  height: 165px; }
  .company_intro .cp0 > .right .enviroment img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: cover;
    width: 100%;
    height: 100%; }
.company_intro .cp0 > .left {
  width: 836px; }
  .company_intro .cp0 > .left .ivu-collapse > .ivu-collapse-item.ivu-collapse-item > .ivu-collapse-header > i {
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px; }
  .company_intro .cp0 > .left .ivu-collapse-content > .ivu-collapse-content-box {
    padding: 0; }
  .company_intro .cp0 > .left .ivu-collapse-content {
    padding: 0; }
  .company_intro .cp0 > .left .ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
    font-size: 16px;
    background: #fff url("../image/sub_brand/add1.png") no-repeat left 15px center;
    padding-left: 38px; }
  .company_intro .cp0 > .left .ivu-collapse > .ivu-collapse-item-active > .ivu-collapse-header {
    background: #fff url("../image/sub_brand/add2.png") no-repeat left 15px center; }
  .company_intro .cp0 > .left .company_intro .cp0 > .left .ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
    height: 45px;
    line-height: 45px; }
  .company_intro .cp0 > .left .far {
    width: 804px;
    border: 1px solid #D8D9DE;
    margin-top: 24px;
    position: relative;
    padding-left: 30px;
    padding-top: 26px;
    height: 78px;
    overflow: hidden;
    *zoom: 1; }
    .company_intro .cp0 > .left .far.see_all {
      height: auto;
      overflow: unset; }
    .company_intro .cp0 > .left .far:before, .company_intro .cp0 > .left .far:after {
      content: " ";
      display: table; }
    .company_intro .cp0 > .left .far:after {
      clear: both; }
    .company_intro .cp0 > .left .far .show_it {
      position: absolute;
      right: 30px;
      background: url("../image/sub_brand/to2.png") no-repeat right center;
      color: #BBBBBB;
      font-size: 16px;
      width: 52px;
      background-size: 11px;
      cursor: pointer; }
    .company_intro .cp0 > .left .far span {
      margin-right: 48px;
      min-width: 220px;
      display: block;
      float: left;
      margin-bottom: 26px;
      font-size: 16px;
      color: #999; }
      .company_intro .cp0 > .left .far span b {
        font-size: 16px;
        color: #333;
        padding-left: 5px; }
  .company_intro .cp0 > .left .gongs > .left {
    font-size: 16px;
    color: #333; }
  .company_intro .cp0 > .left .gongs > .right {
    font-size: 14px;
    color: #bbb; }
  .company_intro .cp0 > .left .rec_company {
    margin-top: 30px; }
    .company_intro .cp0 > .left .rec_company p:nth-of-type(1) {
      margin-bottom: 4px;
      font-size: 14px;
      color: #333;
      font-weight: bolder; }
    .company_intro .cp0 > .left .rec_company p:nth-of-type(2) span {
      font-size: 14px;
      color: #666;
      margin-right: 24px; }
  .company_intro .cp0 > .left .cp1 {
    position: relative; }
    .company_intro .cp0 > .left .cp1 .show_it {
      background: url("../image/sub_brand/to2.png") no-repeat right center;
      color: #BBBBBB;
      font-size: 16px;
      right: 0;
      bottom: 0;
      position: absolute;
      width: 52px;
      background-size: 11px;
      cursor: pointer; }
    .company_intro .cp0 > .left .cp1 .info {
      width: 745px;
      font-size: 16px;
      color: #666;
      padding-right: 10px;
      overflow: hidden; }
      .company_intro .cp0 > .left .cp1 .info.show_text1 {
        overflow: unset;
        display: block; }
    .company_intro .cp0 > .left .cp1 .show_text {
      position: absolute;
      right: 0;
      bottom: 0; }
  .company_intro .cp0 > .left .pro .pro_li {
    margin-bottom: 35px; }
    .company_intro .cp0 > .left .pro .pro_li .pic {
      width: 60px;
      height: 60px;
      margin-right: 19px; }
      .company_intro .cp0 > .left .pro .pro_li .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .company_intro .cp0 > .left .pro .pro_li .desc {
      font-size: 16px;
      color: #666;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all; }
      .company_intro .cp0 > .left .pro .pro_li .desc span {
        position: relative;
        display: block;
        float: left;
        padding-right: 10px;
        margin-right: 10px; }
        .company_intro .cp0 > .left .pro .pro_li .desc span:nth-of-type(1):after {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1px;
          height: 12px;
          background: #DFDFDF;
          display: block;
          content: ''; }
.company_intro .cp0 > .right {
  width: 300px; }
.company_intro .ap_title {
  margin-top: 25px;
  margin-bottom: 25px; }
  .company_intro .ap_title p {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-bottom: 9px; }
    .company_intro .ap_title p:after {
      position: absolute;
      display: block;
      content: '';
      width: 20px;
      height: 2px;
      background: #FF4C53;
      bottom: 0;
      left: 0; }
.company_intro .all_posts {
  background: #F1F1F1;
  padding-bottom: 18px; }
  .company_intro .all_posts .ap1 {
    margin: 28px 0 23px 0; }
    .company_intro .all_posts .ap1 > .left {
      font-size: 16px;
      color: #333; }
    .company_intro .all_posts .ap1 > .right {
      font-size: 16px;
      color: #666;
      cursor: pointer;
      background: url("../image/sub_brand/to.png") no-repeat right top 6px;
      padding-right: 18px;
      background-size: 8px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .company_intro .all_posts .ap1 > .right:hover {
        color: #FF4C53; }
  .company_intro .all_posts .ap2 .ap2_li {
    width: 348px;
    background: #fff;
    margin-right: 15px;
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
    padding: 21px;
    position: relative;
    cursor: pointer; }
    .company_intro .all_posts .ap2 .ap2_li:after {
      position: absolute;
      width: 0;
      height: 100%;
      display: block;
      content: '';
      background: #F7F8FA;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .company_intro .all_posts .ap2 .ap2_li:hover:after {
      width: 100%; }
    .company_intro .all_posts .ap2 .ap2_li:last-of-type {
      margin-right: 0; }
    .company_intro .all_posts .ap2 .ap2_li > a {
      display: block; }
      .company_intro .all_posts .ap2 .ap2_li > a > p {
        position: relative;
        z-index: 2; }
        .company_intro .all_posts .ap2 .ap2_li > a > p span:nth-of-type(1) {
          font-size: 18px;
          color: #333333;
          width: 50%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all; }
        .company_intro .all_posts .ap2 .ap2_li > a > p span:nth-of-type(2) {
          font-size: 18px;
          color: #FF4C53;
          width: 50%;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          text-align: center; }
      .company_intro .all_posts .ap2 .ap2_li > a > span {
        position: relative;
        z-index: 2;
        font-size: 16px;
        color: #999;
        margin-top: 14px;
        display: block; }

.recruit_container .rc_ul {
  margin-bottom: 8px;
  overflow: hidden; }
  .recruit_container .rc_ul .rc_li {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 24px;
    border: 1px solid #E2E2E2; }
    .recruit_container .rc_ul .rc_li:hover {
      box-shadow: 0 0 8px 0 rgba(255, 76, 83, 0.68);
      margin-left: 5px;
      margin-right: 5px; }
      .recruit_container .rc_ul .rc_li:hover .rc4 p img {
        -webkit-transform: scale(1.1) translateZ(0);
        -moz-transform: scale(1.1) translateZ(0);
        -ms-transform: scale(1.1) translateZ(0);
        -o-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0); }
    .recruit_container .rc_ul .rc_li:nth-of-type(1) {
      margin-top: 30px; }
    .recruit_container .rc_ul .rc_li .rc0 {
      padding: 27px 0 15px 40px; }
      .recruit_container .rc_ul .rc_li .rc0 .rc1 {
        margin-right: 10px;
        width: 130px; }
        .recruit_container .rc_ul .rc_li .rc0 .rc1 b {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          display: block; }
          .recruit_container .rc_ul .rc_li .rc0 .rc1 b:nth-of-type(1) {
            font-size: 18px;
            color: #333;
            margin-bottom: 16px; }
          .recruit_container .rc_ul .rc_li .rc0 .rc1 b:nth-of-type(2) {
            font-size: 16px;
            color: #FF4C53 !important; }
      .recruit_container .rc_ul .rc_li .rc0 .rc2 {
        margin-right: 39px;
        width: 250px; }
        .recruit_container .rc_ul .rc_li .rc0 .rc2 span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          color: #999;
          font-size: 16px;
          display: block; }
          .recruit_container .rc_ul .rc_li .rc0 .rc2 span:nth-of-type(1) {
            margin-bottom: 16px; }
      .recruit_container .rc_ul .rc_li .rc0 .rc3 {
        width: 400px; }
        .recruit_container .rc_ul .rc_li .rc0 .rc3 span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          display: block; }
          .recruit_container .rc_ul .rc_li .rc0 .rc3 span:nth-of-type(1) {
            font-size: 18px;
            color: #555;
            margin-bottom: 16px; }
          .recruit_container .rc_ul .rc_li .rc0 .rc3 span:nth-of-type(2) {
            font-size: 16px;
            color: #999; }
      .recruit_container .rc_ul .rc_li .rc0 .rc4 {
        padding-left: 48px;
        border-left: 1px dashed #E2E6EC;
        padding-right: 50px; }
        .recruit_container .rc_ul .rc_li .rc0 .rc4 p {
          width: 162px;
          height: 82px;
          overflow: hidden; }
          .recruit_container .rc_ul .rc_li .rc0 .rc4 p img {
            object-fit: cover;
            -o-object-fit: cover;
            object-position: cover;
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
    .recruit_container .rc_ul .rc_li .rc5 {
      background: #F7F7F7;
      height: 36px;
      line-height: 36px; }
      .recruit_container .rc_ul .rc_li .rc5 span {
        border: 1px solid #E0E4ED;
        font-size: 14px;
        color: #555555;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        padding: 2px 10px;
        margin-left: 20px; }

.recruit_choose_type {
  background: #F7F7F7;
  height: 60px;
  margin-top: 42px;
  line-height: 60px;
  *zoom: 1; }
  .recruit_choose_type:before, .recruit_choose_type:after {
    content: " ";
    display: table; }
  .recruit_choose_type:after {
    clear: both; }
  .recruit_choose_type .r1 {
    font-size: 16px;
    color: #333;
    padding-left: 21px;
    float: left; }
  .recruit_choose_type form {
    margin-top: 15px; }
  .recruit_choose_type .layui-input {
    height: 28px;
    background: #f7fafa; }
  .recruit_choose_type .layui-form-select dl dd {
    line-height: 28px; }
  .recruit_choose_type .layui-form-select dl {
    top: 33px; }
  .recruit_choose_type .layui-form-select dl dd.layui-this {
    background: #FF4C53; }

.positions_top {
  background: #434B5E;
  padding-top: 25px; }
  .positions_top .z1 p {
    cursor: pointer;
    margin-right: 40px;
    display: inline-block; }
    .positions_top .z1 p.active span {
      color: #FF4C53;
      border-bottom: 2px solid #FF4C53; }
    .positions_top .z1 p span {
      font-size: 18px;
      color: #fff;
      padding-bottom: 10px;
      display: inline-block; }
  .positions_top .z0 .a1 {
    width: 62%;
    margin-bottom: 23px; }
    .positions_top .z0 .a1 .b1 {
      width: 104px;
      height: 104px;
      margin-right: 21px;
      background: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .positions_top .z0 .a1 .b1 img {
        object-fit: contain;
        -o-object-fit: contain;
        object-position: contain;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        cursor: pointer; }
    .positions_top .z0 .a1 .b0 {
      width: 80%; }
      .positions_top .z0 .a1 .b0 .b2 {
        opacity: 0.9; }
        .positions_top .z0 .a1 .b0 .b2 b {
          font-size: 32px;
          color: #fff;
          display: block;
          font-weight: normal;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          cursor: pointer; }
        .positions_top .z0 .a1 .b0 .b2 small {
          font-size: 16px;
          color: #fff;
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          margin: 7px 0; }
      .positions_top .z0 .a1 .b0 .b3 {
        *zoom: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        opacity: 0.9;
        margin-top: 12px;
        overflow: hidden;
        height: 23px; }
        .positions_top .z0 .a1 .b0 .b3:before, .positions_top .z0 .a1 .b0 .b3:after {
          content: " ";
          display: table; }
        .positions_top .z0 .a1 .b0 .b3:after {
          clear: both; }
        .positions_top .z0 .a1 .b0 .b3 span {
          padding: 0 12px;
          border: 1px solid #FF4C53;
          color: #FF4C53;
          font-size: 14px;
          margin-right: 10px;
          float: left;
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          border-radius: 13px;
          display: block; }
  .positions_top .z0 .a2 {
    width: 28%;
    *zoom: 1; }
    .positions_top .z0 .a2:before, .positions_top .z0 .a2:after {
      content: " ";
      display: table; }
    .positions_top .z0 .a2:after {
      clear: both; }
    .positions_top .z0 .a2 p {
      float: left;
      text-align: right;
      width: 100px; }
      .positions_top .z0 .a2 p:nth-of-type(1) {
        margin-right: 26px; }
      .positions_top .z0 .a2 p b {
        font-size: 34px;
        color: #fff;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; }
      .positions_top .z0 .a2 p small {
        font-size: 14px;
        color: #fff;
        display: block; }
  .positions_top .z0 .a3 {
    width: 10%;
    text-align: center; }
    .positions_top .z0 .a3 .pic {
      width: 105px;
      height: 105px;
      background: #fff;
      margin: 0 auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .positions_top .z0 .a3 .pic img {
        object-fit: cover;
        -o-object-fit: cover;
        object-position: cover;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
    .positions_top .z0 .a3 .desc {
      margin-top: 10px; }
      .positions_top .z0 .a3 .desc span {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 20px; }

.address_1 {
  height: 38px;
  line-height: 38px;
  padding-left: 15px; }
  .address_1 span {
    color: #666;
    font-size: 16px;
    padding-left: 8px; }

.find_job {
  background: #ECF0F4;
  height: 100px;
  padding-top: 54px; }
  .find_job button {
    width: 130px;
    height: 43px;
    background: #FF4C53 !important;
    border-color: #FF4C53 !important;
    border-radius: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    color: #fff; }
    .find_job button:hover {
      opacity: 0.8;
      background: #FF4C53 !important;
      border-color: #FF4C53 !important; }
  .find_job input {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    border-radius: 0;
    background: #fff; }
  .find_job .fj1 {
    position: relative;
    z-index: 2;
    width: 60%;
    margin-top: 14px; }
    .find_job .fj1 small {
      color: #999;
      opacity: 0.8;
      font-size: 14px; }
    .find_job .fj1 span {
      cursor: pointer;
      color: #999;
      opacity: 0.8;
      font-size: 14px;
      margin-right: 20px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .find_job .fj1 span:hover {
        color: #FF4C53; }

.search_choose {
  background: #F7F7F7;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 60px; }
  .search_choose .r1 {
    font-size: 16px;
    color: #333;
    padding-left: 21px; }

.opt {
  margin-top: 37px; }
  .opt .kind_wrapper {
    *zoom: 1;
    background: #F7F6F9;
    border: 1px solid #E2E2E2;
    border-bottom: none; }
    .opt .kind_wrapper:before, .opt .kind_wrapper:after {
      content: " ";
      display: table; }
    .opt .kind_wrapper:after {
      clear: both; }
    .opt .kind_wrapper:last-of-type {
      border-bottom: 1px solid #E2E2E2; }
    .opt .kind_wrapper .left {
      width: 99px;
      box-sizing: border-box;
      font-weight: bolder;
      color: #333333;
      font-size: 16px;
      padding-top: 12px;
      text-align: right; }
    .opt .kind_wrapper .right {
      width: 1099px;
      box-sizing: border-box;
      border-left: none; }
      .opt .kind_wrapper .right ul {
        *zoom: 1;
        margin: 12px 20px 0 20px; }
        .opt .kind_wrapper .right ul:before, .opt .kind_wrapper .right ul:after {
          content: " ";
          display: table; }
        .opt .kind_wrapper .right ul:after {
          clear: both; }
        .opt .kind_wrapper .right ul li {
          float: left;
          margin-right: 18px;
          margin-bottom: 10px;
          cursor: pointer; }
          .opt .kind_wrapper .right ul li:hover span {
            color: #FF4C53; }
          .opt .kind_wrapper .right ul li.selected span {
            background: #FF4C53;
            color: #fff; }
          .opt .kind_wrapper .right ul li span {
            color: #333333;
            font-size: 14px;
            padding: 2px 8px;
            border-radius: 5px;
            border: 1px solid #E0E4ED;
            background: #F7FAFA;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
    .opt .kind_wrapper.kind_form form {
      margin-top: 10px;
      margin-left: 20px; }
    .opt .kind_wrapper.kind_form .layui-form-item {
      margin-bottom: 10px; }
    .opt .kind_wrapper.kind_form .layui-input {
      height: 28px;
      background: #f7fafa; }
    .opt .kind_wrapper.kind_form .layui-form-select dl dd {
      line-height: 28px; }
    .opt .kind_wrapper.kind_form .layui-form-select dl {
      top: 33px; }
    .opt .kind_wrapper.kind_form .layui-form-select dl dd.layui-this {
      background: #FF4C53; }

.com_recommend {
  margin-top: 30px; }
  .com_recommend .com_ul .com_li {
    width: 286px;
    margin-right: 18px;
    margin-bottom: 18px;
    padding-top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .com_recommend .com_ul .com_li:hover .b0 .b1 {
      background: #F9F9F9; }
    .com_recommend .com_ul .com_li:nth-of-type(4n) {
      margin-right: 0; }
    .com_recommend .com_ul .com_li .b0 {
      height: 72px;
      border-top: 1px dashed #E2E6EC;
      margin-top: 8px; }
      .com_recommend .com_ul .com_li .b0 .b1 {
        width: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 72px;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .com_recommend .com_ul .com_li .b0 .b1:nth-of-type(1):after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          width: 1px;
          height: 30px;
          background: #DFDFDF;
          display: block;
          content: ''; }
        .com_recommend .com_ul .com_li .b0 .b1 span {
          display: block; }
          .com_recommend .com_ul .com_li .b0 .b1 span:nth-of-type(1) {
            font-size: 14px;
            color: #FF4C53; }
          .com_recommend .com_ul .com_li .b0 .b1 span:nth-of-type(2) {
            font-size: 14px;
            color: #999999; }
    .com_recommend .com_ul .com_li .a0 {
      text-align: center; }
      .com_recommend .com_ul .com_li .a0 .a1 {
        width: 80px;
        height: 80px;
        margin: 12px auto 8px; }
        .com_recommend .com_ul .com_li .a0 .a1 img {
          object-fit: cover;
          -o-object-fit: cover;
          object-position: cover;
          width: 100%;
          height: 100%; }
      .com_recommend .com_ul .com_li .a0 .a2 {
        font-size: 16px;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        height: 21px; }
      .com_recommend .com_ul .com_li .a0 .a3 {
        text-align: center;
        margin: 6px auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        height: 19px; }
        .com_recommend .com_ul .com_li .a0 .a3 span {
          font-size: 14px;
          color: #999; }
      .com_recommend .com_ul .com_li .a0 .a4 {
        font-size: 14px;
        color: #666;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        margin-bottom: 10px;
        padding: 0px 5px 0px 5px;
        height: 19px; }

.search_choose_type {
  background: #F7F7F7;
  height: 60px;
  margin-top: 42px;
  line-height: 60px;
  *zoom: 1; }
  .search_choose_type:before, .search_choose_type:after {
    content: " ";
    display: table; }
  .search_choose_type:after {
    clear: both; }
  .search_choose_type .r1 {
    font-size: 16px;
    color: #333;
    padding-left: 21px;
    float: left; }
  .search_choose_type form {
    margin-top: 17px; }
  .search_choose_type .layui-input {
    height: 28px;
    background: #f7fafa; }
  .search_choose_type .layui-form-select dl dd {
    line-height: 28px; }
  .search_choose_type .layui-form-select dl {
    top: 33px; }
  .search_choose_type .layui-form-select dl dd.layui-this {
    background: #FF4C53; }

.recruit_search .rc_ul {
  margin-bottom: 8px;
  overflow: hidden; }
  .recruit_search .rc_ul .rc_li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 24px;
    border: 1px solid #E2E2E2; }
    .recruit_search .rc_ul .rc_li:nth-of-type(1) {
      margin-top: 30px; }
    .recruit_search .rc_ul .rc_li:hover {
      box-shadow: 0px 0px 8px 0px rgba(255, 76, 83, 0.68);
      margin-left: 5px;
      margin-right: 5px; }
      .recruit_search .rc_ul .rc_li:hover .rc4 p img {
        -webkit-transform: scale(1.1) translateZ(0);
        -moz-transform: scale(1.1) translateZ(0);
        -ms-transform: scale(1.1) translateZ(0);
        -o-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0); }
    .recruit_search .rc_ul .rc_li .rc0 {
      padding: 27px 0 15px 40px; }
      .recruit_search .rc_ul .rc_li .rc0 .rc1 {
        margin-right: 10px;
        width: 130px; }
        .recruit_search .rc_ul .rc_li .rc0 .rc1 b {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          display: block; }
          .recruit_search .rc_ul .rc_li .rc0 .rc1 b:nth-of-type(1) {
            font-size: 18px;
            color: #333;
            margin-bottom: 16px; }
          .recruit_search .rc_ul .rc_li .rc0 .rc1 b:nth-of-type(2) {
            font-size: 16px;
            color: #FF4C53 !important; }
      .recruit_search .rc_ul .rc_li .rc0 .rc2 {
        margin-right: 39px;
        width: 250px; }
        .recruit_search .rc_ul .rc_li .rc0 .rc2 span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          color: #999;
          font-size: 16px;
          display: block; }
          .recruit_search .rc_ul .rc_li .rc0 .rc2 span:nth-of-type(1) {
            margin-bottom: 16px; }
      .recruit_search .rc_ul .rc_li .rc0 .rc3 {
        width: 400px; }
        .recruit_search .rc_ul .rc_li .rc0 .rc3 span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          display: block; }
          .recruit_search .rc_ul .rc_li .rc0 .rc3 span:nth-of-type(1) {
            font-size: 18px;
            color: #555;
            margin-bottom: 16px; }
          .recruit_search .rc_ul .rc_li .rc0 .rc3 span:nth-of-type(2) {
            font-size: 16px;
            color: #999; }
      .recruit_search .rc_ul .rc_li .rc0 .rc4 {
        padding-left: 48px;
        border-left: 1px dashed #E2E6EC;
        padding-right: 50px; }
        .recruit_search .rc_ul .rc_li .rc0 .rc4 p {
          width: 162px;
          height: 82px;
          overflow: hidden; }
          .recruit_search .rc_ul .rc_li .rc0 .rc4 p img {
            object-fit: cover;
            -o-object-fit: cover;
            object-position: cover;
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
    .recruit_search .rc_ul .rc_li .rc5 {
      background: #F7F7F7;
      height: 36px;
      line-height: 36px; }
      .recruit_search .rc_ul .rc_li .rc5 span {
        border: 1px solid #E0E4ED;
        font-size: 14px;
        color: #555555;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        padding: 2px 10px;
        margin-left: 20px; }

/*# sourceMappingURL=recruit_index.css.map */
