@charset "UTF-8";
/*公用样式*/
body {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

img {
  border: 0;
  display: block; }

.clear {
  clear: both; }

.clear:after {
  clear: both;
  content: "";
  display: block; }

.hide {
  display: none !important; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

/*浮动*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

/*定位*/
.rela {
  position: relative; }

.abs {
  position: absolute; }

.fixed {
  position: fixed; }

/*居中*/
.center {
  margin: 0 auto;
  text-align: center; }

/*分割*/
.split li {
  display: inline; }
  .split li:after {
    content: '|';
    padding: 0 .5em; }
  .split li:last-child:after {
    content: ''; }

/*文本对齐*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.cj-clear, #talent-introduction .content {
  clear: both; }

.cj-clear:after, #talent-introduction .content:after {
  clear: both;
  content: "";
  display: block; }

.cj-hide {
  display: none !important; }

.cj-relative {
  position: relative; }

.cj-absolute {
  position: absolute; }

/*浮动*/
.cj-pull-left {
  float: left; }

.cj-pull-right {
  float: right; }

.cj-flex {
  display: flex; }

.cj-block {
  display: block; }

.cj-inline-block {
  display: inline-block; }

.cj-label {
  display: inline-block;
  margin: 1px; }

.cj-flex-wrap {
  flex-wrap: wrap; }

.cj-flex-nowrap {
  flex-wrap: nowrap; }

.cj-justify-content-around {
  justify-content: space-between; }

.cj-justify-content-between {
  justify-content: space-between; }

.cj-justify-content-start {
  justify-content: start; }

.cj-justify-content-center {
  justify-content: center; }

.cj-align-items-center {
  align-items: center; }

.cj-align-items-start {
  align-items: flex-start; }

.cj-nobefore:before {
  content: '' !important;
  display: none; }

.cj-nobefore:after {
  content: '' !important;
  display: none; }

.cj-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 2; }

.cj-underline {
  border-bottom: 1px solid #DDD; }

.cj-text-bold {
  font-weight: bold; }

.cj-text-nowrap {
  white-space: nowrap; }

.cj-text-normal {
  font-size: 14px;
  font-weight: normal; }

.cj-text-center {
  text-align: center; }

.cj-text-right {
  text-align: right; }

.cj-margin-center {
  margin: 0 auto; }

.cj-padding-1em {
  padding: 1em; }

.cj-table th {
  background-color: #EFEFEF;
  font-size: 1.1em;
  font-weight: bold; }

.cj-table th,
.cj-table td {
  border: 1px solid #DDD; }

.cj-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cj-ellipsis-multiline {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; }

.cj-w50em {
  width: 50em; }

.cj-w40em {
  width: 40em; }

.cj-w30em {
  width: 30em; }

.cj-w20em {
  width: 20em; }

.cj-w19em {
  width: 19em; }

.cj-w18em {
  width: 18em; }

.cj-w17em {
  width: 17em; }

.cj-w16em {
  width: 16em; }

.cj-w15em {
  width: 15em; }

.cj-w14em {
  width: 14em; }

.cj-w13em {
  width: 13em; }

.cj-w12em {
  width: 12em; }

.cj-w11em {
  width: 11em; }

.cj-w10em {
  width: 10em; }

.cj-w9em {
  width: 9em; }

.cj-w8em {
  width: 8em; }

.cj-w7em {
  width: 7em; }

.cj-w6em {
  width: 6em; }

.cj-w5em {
  width: 5em; }

.cj-w4em {
  width: 4em; }

.cj-w3em {
  width: 3em; }

.cj-w2em {
  width: 2em; }

.cj-w1em {
  width: 1em; }

.cj-w100 {
  width: 100%; }

.cj-w50 {
  width: 50%; }

.cj-w49 {
  width: 49%; }

.cj-w48 {
  width: 48%; }

.cj-w47 {
  width: 47%; }

.cj-w25 {
  width: 25%; }

.cj-w12h {
  width: 12.5%; }

.cj-vw100 {
  width: 100vw; }

.cj-vw50 {
  width: 50vw; }

.cj-vw25 {
  width: 25vw; }

.cj-vw12h {
  width: 12.5vw; }

.cj-require:before {
  color: red;
  content: '*';
  display: inline-block; }

.cj-fixed {
  position: fixed; }

.cj-fixed-top {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999; }

.cj-fixed-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999; }

.cj-cursor-pointer {
  cursor: pointer; }

.cj-hover-boxshadow:hover {
  box-shadow: inset 1px 1px 6px #000; }

/*兼容Bootstrap的按钮颜色*/
.cj-btn {
  background-color: #FFF;
  border: 1px solid #666;
  color: #666; }

.cj-btn:hover {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000 !important; }

.cj-btn-lv {
  background-color: #3FBD9A;
  border: 1px solid #369E81;
  color: #FFF; }

.cj-btn-lv:hover {
  background-color: #369E81;
  border: 1px solid #2D846B;
  color: #FFF; }

.cj-btn-lan {
  background-color: #5592DB;
  border: 1px solid #4A75B4;
  color: #FFF; }

.cj-btn-lan:hover {
  background-color: #4A75B4;
  border: 1px solid #3E6297;
  color: #FFF; }

.cj-btn-zi {
  background-color: #9A4FB5;
  border: 1px solid #804297;
  color: #FFF; }

.cj-btn-zi:hover {
  background-color: #804297;
  border: 1px solid #653477;
  color: #FFF; }

.cj-btn-cheng {
  background-color: #DC8329;
  border: 1px solid #B46B22;
  color: #FFF; }

.cj-btn-cheng:hover {
  background-color: #B46B22;
  border: 1px solid #975A1D;
  color: #FFF; }

.cj-btn-hei {
  background-color: #4C4C4C;
  border: 1px solid #3A3A3A;
  color: #FFF; }

.cj-btn-hei:hover {
  background-color: #3A3A3A;
  border: 1px solid #222;
  color: #FFF; }

.cj-btn-hui {
  background-color: #BFC3C7;
  border: 1px solid #ADB1B4;
  color: #FFF; }

.cj-btn-hui:hover {
  background-color: #ADB1B4;
  border: 1px solid #9EA1A4;
  color: #FFF; }

body {
  background-color: #F7F7F7; }

.widget {
  background-color: #FFF;
  margin: 0 auto 18px auto;
  width: 1200px; }

.title-std {
  border-bottom: 1px solid #9EADC8;
  box-sizing: border-box;
  color: #BF1425;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  padding: 30px 13px 13px 13px;
  position: relative;
  text-align: center;
  width: 1136px; }
  .title-std:after {
    background-color: #F5C018;
    bottom: -2px;
    content: '';
    display: block;
    height: 3px;
    left: calc((100% - 100px) / 2);
    position: absolute;
    width: 100px; }

.bg_hexagon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 124px 124px; }
  .bg_hexagon.yellow {
    background-image: url(../images/bg_hexagon_yellow.svg); }
  .bg_hexagon.orange {
    background-image: url(../images/bg_hexagon_orange.svg); }
  .bg_hexagon.blue {
    background-image: url(../images/bg_hexagon_blue.svg); }

#main__panel {
  background-color: #FFF;
  margin: 0 auto;
  padding-top: 20px;
  width: 1200px;
  margin-bottom: 20px; }

#nav__panel {
  background-color: #FFF;
  width: 100%; }
  #nav__panel > .nav__content {
    height: 74px;
    margin: 0 auto;
    position: relative;
    width: 1140px; }
    #nav__panel > .nav__content > .logo {
      background: url(../images/logo.png) no-repeat;
      display: block;
      height: 50px;
      left: 0;
      position: absolute;
      top: 12px;
      width: 217px; }
    #nav__panel > .nav__content > .logo2 {
      background: url(../images/logo2.png) no-repeat;
      display: block;
      height: 68px;
      left: 240px;
      position: absolute;
      top: 4px;
      width: 209px; }
    #nav__panel > .nav__content #nav__panel__list {
      position: absolute;
      right: 0;
      top: 28px; }
      #nav__panel > .nav__content #nav__panel__list .nav__panel__item {
        color: #C01625;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        margin-left: 30px; }
        #nav__panel > .nav__content #nav__panel__list .nav__panel__item:first-of-type {
          margin-left: 0; }
        #nav__panel > .nav__content #nav__panel__list .nav__panel__item.active {
          font-weight: bold; }

#banner {
  background: url(../images/banner.png) no-repeat center center;
  height: 497px;
  width: 100%; }

#intro {
  align-items: center;
  background-color: #FFF;
  box-sizing: border-box;
  color: #666;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  line-height: 40px;
  padding: 20px 33px 35px;
  width: 1200px; }
  #intro #video {
    height: 235px;
    width: 375px;
    cursor: pointer; }
    #intro #video.close {
      background: url(../images/video_preview.png); }
  #intro #intro__text {
    color: #333;
    font-size: 16px;
    height: 340px;
    line-height: 36px;
    width: 730px; }
    #intro #intro__text p {
      margin: 0;
      text-indent: 2em; }

#organizers > .content {
  box-sizing: border-box;
  padding: 46px 0 36px 40px; }
  #organizers > .content > ul > li {
    display: inline-block;
    height: 124px;
    margin-right: 35px;
    position: relative;
    width: 348px; }
    #organizers > .content > ul > li > .icon {
      box-sizing: border-box;
      color: #FFF;
      display: block;
      font-size: 22px;
      height: 124px;
      letter-spacing: 10px;
      line-height: 30px;
      padding-left: 10px;
      padding-top: 32px;
      position: absolute;
      text-align: center;
      width: 124px; }
    #organizers > .content > ul > li > ul {
      box-sizing: border-box;
      display: block;
      height: 150px;
      left: 124px;
      position: absolute;
      top: 0;
      width: 224px; }
      #organizers > .content > ul > li > ul > li {
        color: #666;
        font-size: 16px;
        line-height: 1.2em;
        margin-bottom: 10px; }
        #organizers > .content > ul > li > ul > li:last-of-type {
          margin-bottom: 0; }
    #organizers > .content > ul > li:nth-of-type(1) ul {
      padding-top: 38px; }
    #organizers > .content > ul > li:nth-of-type(2) ul {
      padding-top: 0; }
    #organizers > .content > ul > li:nth-of-type(3) ul {
      padding-top: 50px; }

#app > .title-std {
  margin-bottom: 28px; }

#subsidy .content {
  width: 1136px;
  margin: 0 auto;
  padding-top: 28px; }
  #subsidy .content .subsidy__item {
    margin-bottom: 10px; }
    #subsidy .content .subsidy__item .subsidy__title {
      min-width: 222px;
      height: 29px;
      line-height: 29px;
      background-color: #C01625;
      position: relative;
      color: #FFF;
      font-size: 16px;
      text-indent: 6px;
      display: inline-block;
      box-sizing: border-box;
      padding-right: 30px; }
      #subsidy .content .subsidy__item .subsidy__title:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 29px;
        width: 29px;
        background: url(../images/title_right_bg.png); }
    #subsidy .content .subsidy__item p {
      margin: 0;
      color: #333;
      text-indent: 2em;
      line-height: 32px; }

#instructions .content {
  width: 1136px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 30px; }
  #instructions .content > p {
    margin: 0;
    color: #333;
    text-indent: 2em;
    line-height: 32px;
    padding-bottom: 20px; }
  #instructions .content #wx__qrcode {
    width: 179px;
    height: 179px;
    margin-right: 24px;
    background: url(../images/bottom_qrcode.png) no-repeat center center; }
  #instructions .content .instructions__text {
    width: 700px; }
    #instructions .content .instructions__text #see__tutorial {
      width: 190px;
      height: 45px;
      box-sizing: border-box;
      background-color: #93111C;
      text-align: center;
      line-height: 45px;
      font-size: 16px;
      color: #FFF;
      border-radius: 8px;
      margin-left: 2em;
      cursor: pointer;
      margin-top: 20px; }
    #instructions .content .instructions__text p {
      margin: 0;
      color: #333;
      text-indent: 2em;
      line-height: 32px; }
      #instructions .content .instructions__text p a {
        color: #333; }
        #instructions .content .instructions__text p a:hover {
          color: #C04511; }

#video1, #video2, #video3 {
  width: 1201px;
  height: 337px;
  margin: 0 auto 30px; }
  #video1 > .close, #video2 > .close, #video3 > .close {
    position: fixed;
    padding: 0 1em;
    border: 1px solid #FFF;
    border-radius: 15px;
    color: #FFF;
    right: 1.5em;
    font-size: 14px;
    cursor: pointer;
    top: 1em;
    z-index: 9999999; }
  #video1 > .title, #video2 > .title, #video3 > .title {
    width: 506px;
    text-align: center;
    line-height: 94px;
    font-size: 36px;
    color: #FFF;
    font-family: STKaiti, "Kaiti SC", KaiTi, "Microsoft YaHei", Helvetica, Arial, sans-serif; }
  #video1 > .txt, #video2 > .txt, #video3 > .txt {
    position: absolute;
    left: 26px;
    width: 458px;
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    color: #FFF; }
    #video1 > .txt > .see-more, #video2 > .txt > .see-more, #video3 > .txt > .see-more {
      color: #FFF;
      position: absolute;
      right: 0;
      bottom: 0; }
  #video1 .video, #video2 .video, #video3 .video {
    position: absolute;
    left: 506px;
    top: 0;
    width: 695px;
    height: 314px;
    cursor: pointer; }

#video__item2 {
  width: 455px;
  height: 254px;
  cursor: pointer;
  background: url(../images/video_review2.jpg); }

#talent-introduction .content {
  width: 1136px;
  margin: 0 auto;
  padding-top: 28px; }
  #talent-introduction .content a {
    float: left;
    display: block;
    margin-right: 26px; }
    #talent-introduction .content a:last-of-type {
      margin-right: 0; }

#company-show .content {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 40px; }
  #company-show .content li {
    width: 540px;
    height: 166px;
    margin: 0 40px 0 0;
    border-bottom: 1px solid #CCC;
    position: relative;
    float: left;
    overflow: hidden; }
    #company-show .content li:nth-child(2n) {
      margin-right: 0; }
    #company-show .content li img {
      position: absolute;
      top: 28px;
      width: 180px;
      height: 111px; }
    #company-show .content li .title {
      color: #028CE5;
      font-size: 19px;
      font-weight: bold;
      position: absolute;
      left: 200px;
      top: 27px; }
    #company-show .content li .message {
      color: #000;
      font-size: 16px;
      position: absolute;
      left: 200px;
      top: 64px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 340px; }
    #company-show .content li a {
      display: block;
      width: 115px;
      height: 32px;
      line-height: 32px;
      background-color: #028CE5;
      color: #FFF;
      font-size: 16px;
      text-align: center;
      position: absolute;
      left: 198px;
      top: 105px;
      font-weight: bold;
      border-radius: 5px; }

#thanks_company .content {
  padding-top: 20px;
  width: 1136px;
  margin: auto; }
  #thanks_company .content ul li {
    width: 564px;
    padding: .5em 1em;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px; }
