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

a {
  text-decoration: none; }

img {
  display: block;
  border: 0; }

.clear {
  clear: both; }

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

.hide {
  display: none !important; }

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

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

.pull-right {
  float: right; }

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

.abs {
  position: absolute; }

.fixed {
  position: fixed; }

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

/*分割*/
.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 {
  clear: both; }

.cj-clear:after {
  content: "";
  clear: both;
  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 {
  font-size: 1.1em;
  font-weight: bold;
  background-color: #EFEFEF; }

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

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

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

.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 {
  content: '*';
  display: inline-block;
  color: red; }

.cj-fixed {
  position: fixed; }

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

.cj-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  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; }

/*声明 WebFont*/
@font-face {
  font-family: SourceHanSans;
  src: url("../font/SourceHanSansSC-Normal.eot");
  src: url("../font/SourceHanSansSC-Normal.eot?#font-spider") format("embedded-opentype"), url("../font/SourceHanSansSC-Normal.woff") format("woff"), url("../font/SourceHanSansSC-Normal.ttf") format("truetype"), url("../font/SourceHanSansSC-Normal.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*使用选择器指定字体*/
.cj-font-sourceHanSans {
  font-family: SourceHanSans,"Microsoft YaHei",Arial, Helvetica, sans-serif; }

body {
  font-size: 16px;
  background-color: #FFF; }

.widget {
  width: 1156px;
  margin: 0 auto; }
  .widget > .title {
    position: relative;
    border-bottom: 1px solid #A3A3A3; }
    .widget > .title:after {
      content: '';
      width: 245px;
      height: 62px;
      display: block;
      position: absolute;
      top: -48px;
      left: -10px;
      background-image: url(../images/bg_title.png); }
    .widget > .title span {
      width: 157px;
      position: absolute;
      z-index: 9;
      left: 0;
      top: -35px;
      text-align: center;
      color: #FFF;
      font-weight: bold;
      font-size: 20px;
      font-weight: bold; }

#header {
  height: 100%;
  background-color: #FFF; }
  #header .header_panel {
    width: 1180px;
    height: 78px;
    margin: 0 auto; }
    #header .header_panel #header-logo {
      display: block;
      width: 333px;
      height: 48px;
      margin-top: 13px;
      background: #FFF url(../images/logo.png) no-repeat 0 center; }

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

#nav {
  width: 100%;
  border: 1px solid #A3A3A3;
  background: #FFF;
  border-left: 0;
  border-right: 0; }
  #nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999; }
  #nav .nav_panel {
    margin: 28px auto;
    width: 1180px; }
    #nav .nav_panel li {
      float: left;
      display: block;
      font-size: 16px;
      color: #3E3E3E;
      line-height: 22px;
      padding: 0 17px;
      border-right: 1px solid #DAD359;
      cursor: pointer;
      transition: all 0.4s ease-out; }
      #nav .nav_panel li:last-child {
        border-color: #FFF; }
      #nav .nav_panel li.active {
        font-weight: bold;
        color: #0F6AFF; }

#industry-recruitment {
  height: 340px;
  margin: 96px auto 0; }
  #industry-recruitment .content .gallery .date {
    left: 9px;
    top: 39px;
    font-size: 18px;
    color: #000;
    height: 21px;
    line-height: 1;
    width: 248px;
    background: url(../images/bg_sub_industry_recruitment.png) no-repeat right center; }
  #industry-recruitment .content .gallery .gallery_nav {
    width: 248px;
    left: 9px;
    top: 78px; }
    #industry-recruitment .content .gallery .gallery_nav li {
      width: 248px;
      height: 54px;
      border-radius: 2px;
      font-size: 17px;
      line-height: 28px;
      color: #666;
      border: 1px solid #A3A3A3;
      background-color: #FFF;
      box-sizing: border-box;
      margin-bottom: 15px;
      cursor: pointer;
      padding: 11px 0 0 12px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: background-color 0.2s ease-out; }
      #industry-recruitment .content .gallery .gallery_nav li > a {
        color: #666; }
      #industry-recruitment .content .gallery .gallery_nav li.active {
        color: #FFF;
        border: 1px solid #458BFD;
        background-color: #458BFD; }
        #industry-recruitment .content .gallery .gallery_nav li.active > a {
          color: #FFF; }
      #industry-recruitment .content .gallery .gallery_nav li:last-child {
        margin-bottom: 0; }
      #industry-recruitment .content .gallery .gallery_nav li .popup {
        z-index: 9;
        background: #EFEFEF;
        border: 0;
        color: #333;
        max-height: 0;
        overflow: hidden;
        padding: 0 0.5em;
        /* border-radius: 4px; */
        font-size: 12px; }
      #industry-recruitment .content .gallery .gallery_nav li:hover .popup {
        max-height: 90px;
        border: 1px solid #333;
        margin-top: 12px;
        margin-left: -13px; }
  #industry-recruitment .content .gallery .gallery_panel {
    width: 887px;
    height: 301px;
    overflow: hidden;
    right: 0;
    top: 38px; }
    #industry-recruitment .content .gallery .gallery_panel .gallery_scroll {
      top: 0;
      left: 0;
      transition: top 0.4s ease-out; }
      #industry-recruitment .content .gallery .gallery_panel .gallery_scroll li a img {
        width: 887px;
        height: 301px; }
    #industry-recruitment .content .gallery .gallery_panel .gallery_point {
      z-index: 9;
      left: 387px;
      bottom: 18px; }
      #industry-recruitment .content .gallery .gallery_panel .gallery_point li {
        border: 2px solid #FFFF;
        border-radius: 50%;
        display: block;
        width: 9px;
        height: 9px;
        cursor: pointer;
        float: left;
        margin-right: 20px;
        background-color: transparent; }
        #industry-recruitment .content .gallery .gallery_panel .gallery_point li:last-child {
          margin-right: 0; }
        #industry-recruitment .content .gallery .gallery_panel .gallery_point li.active {
          background-color: #FFF; }

#crowd-recruitment {
  margin: 96px auto 0; }
  #crowd-recruitment .content #crowd-recruitment-panel li {
    padding-top: 30px;
    float: left;
    margin-right: 36px; }
    #crowd-recruitment .content #crowd-recruitment-panel li:nth-child(2n) {
      margin-right: 0; }
    #crowd-recruitment .content #crowd-recruitment-panel li .title_panel {
      width: 100%;
      height: 29px;
      box-sizing: border-box;
      border-left: 2px solid #1C437F;
      margin-bottom: 19px; }
      #crowd-recruitment .content #crowd-recruitment-panel li .title_panel > .title {
        color: #1C437F;
        font-weight: bold;
        top: 4px;
        text-indent: 1em; }
      #crowd-recruitment .content #crowd-recruitment-panel li .title_panel > .more {
        right: 0;
        top: 2px;
        box-sizing: border-box;
        border: 1px solid #A3A3A3;
        color: #B9B9B9;
        font-size: 12px;
        width: 55px;
        height: 24px;
        line-height: 22px;
        text-indent: 11px;
        background: url(../images/bg_doublearrow_right.png) no-repeat right 8px center; }
    #crowd-recruitment .content #crowd-recruitment-panel li > .bg {
      width: 560px;
      height: 242px;
      background-size: cover;
      display: block;
      box-sizing: border-box;
      border: 1px solid #CCC;
      border-radius: 5px; }

#map {
  margin: 96px auto 0; }
  #map > .title {
    border-color: transparent; }
  #map #map_panel {
    width: 1156px;
    height: 678px;
    background: url(../images/map_hunan.png) no-repeat center center; }
    #map #map_panel .hotarea {
      position: absolute;
      display: block; }
  #map #city_panel {
    padding-top: 24px; }
    #map #city_panel a {
      float: left;
      display: block;
      width: 220px;
      height: 124px;
      margin: 0 14px 14px 0;
      background-image: url(../images/bg_city.png);
      transition: all 0.4s ease-out; }
      #map #city_panel a:hover {
        filter: drop-shadow(2px 2px 5px #AAA); }
      #map #city_panel a:nth-child(5n) {
        margin-right: 0; }
      #map #city_panel a:nth-child(1) {
        background-position: 1px 0px; }
      #map #city_panel a:nth-child(2) {
        background-position: -232px 0px; }
      #map #city_panel a:nth-child(3) {
        background-position: -463px 0px; }
      #map #city_panel a:nth-child(4) {
        background-position: -695px 0px; }
      #map #city_panel a:nth-child(5) {
        background-position: -928px 0px; }
      #map #city_panel a:nth-child(6) {
        background-position: 1px -134px; }
      #map #city_panel a:nth-child(7) {
        background-position: -231px -134px; }
      #map #city_panel a:nth-child(8) {
        background-position: -462px -134px; }
      #map #city_panel a:nth-child(9) {
        background-position: -696px -134px; }
      #map #city_panel a:nth-child(10) {
        background-position: -930px -134px; }
      #map #city_panel a:nth-child(11) {
        background-position: 1px -267px; }
      #map #city_panel a:nth-child(12) {
        background-position: -230px -267px; }
      #map #city_panel a:nth-child(13) {
        background-position: -462px -267px; }
      #map #city_panel a:nth-child(14) {
        background-position: -696px -267px; }
      #map #city_panel a:nth-child(15) {
        background-position: -930px -267px; }

#twoinone {
  margin: 96px auto 0; }
  #twoinone #job-info {
    width: 409px;
    height: 470px;
    border: 1px solid #A3A3A3;
    box-sizing: border-box; }
    #twoinone #job-info > .title {
      border-bottom: 0; }
      #twoinone #job-info > .title:after {
        top: -49px; }
      #twoinone #job-info > .title .more {
        right: 0;
        top: -30px;
        box-sizing: border-box;
        border: 1px solid #A3A3A3;
        color: #B9B9B9;
        font-size: 12px;
        width: 55px;
        height: 24px;
        line-height: 22px;
        text-indent: 11px;
        background: url(../images/bg_doublearrow_right.png) no-repeat right 8px center; }
    #twoinone #job-info > .content {
      padding: 28px 24px; }
      #twoinone #job-info > .content #input_box {
        width: 100%;
        height: 41px;
        border: 1px solid #A3A3A3; }
        #twoinone #job-info > .content #input_box .input_select {
          width: 77px;
          height: 41px;
          background-color: #F5F5F5;
          color: #000;
          line-height: 41px;
          font-size: 14px;
          cursor: pointer;
          left: 0;
          top: 0; }
          #twoinone #job-info > .content #input_box .input_select span {
            width: 77px;
            height: 41px;
            display: block;
            text-align: center;
            background: url(../images/bg_arrow_down.png) no-repeat right 8px center; }
          #twoinone #job-info > .content #input_box .input_select .input_select-popup {
            overflow: hidden;
            top: 41px;
            width: 77px;
            background-color: #F5F5F5;
            max-height: 0;
            transition: all 0.3s ease-out; }
            #twoinone #job-info > .content #input_box .input_select .input_select-popup li {
              width: 77px;
              text-align: center; }
              #twoinone #job-info > .content #input_box .input_select .input_select-popup li:hover {
                color: #BD000E; }
          #twoinone #job-info > .content #input_box .input_select:hover .input_select-popup {
            max-height: 500px; }
        #twoinone #job-info > .content #input_box .input_keyword {
          top: 0;
          left: 77px;
          outline: none;
          border: 0;
          height: 41px;
          line-height: 41px;
          font-size: 14px;
          padding: 0 43px 0 1em;
          box-sizing: border-box;
          width: 282px; }
        #twoinone #job-info > .content #input_box .input_submit {
          outline: none;
          right: 0;
          top: 0;
          border: 0;
          padding: 0;
          margin: 0;
          width: 41px;
          height: 41px;
          background: url(../images/icon_search.png) no-repeat center center;
          background-size: 24px;
          cursor: pointer; }
      #twoinone #job-info > .content #latest—recruit {
        width: 100%;
        margin-top: 20px; }
        #twoinone #job-info > .content #latest—recruit > .title {
          border-bottom: 1px solid #A3A3A3; }
          #twoinone #job-info > .content #latest—recruit > .title > span {
            color: #BD000E;
            font-weight: bold;
            font-size: 16px;
            border-bottom: 2px solid #DB000E;
            line-height: 36px;
            margin-bottom: -1px;
            display: inline-block; }
        #twoinone #job-info > .content #latest—recruit > .latest-recruit-list li {
          float: left; }
          #twoinone #job-info > .content #latest—recruit > .latest-recruit-list li a {
            margin-top: 19px;
            width: 178px;
            color: #000;
            font-size: 14px;
            display: block;
            text-indent: 12px;
            background: url(../images/bg_dot.png) no-repeat left center;
            transition: color 0.3s ease-out; }
            #twoinone #job-info > .content #latest—recruit > .latest-recruit-list li a:hover {
              color: #BD000E; }
  #twoinone #video {
    width: 716px;
    background-color: #F003; }
    #twoinone #video > .gallery > .gallery_panel {
      width: 716px;
      height: 415px;
      overflow: hidden; }
      #twoinone #video > .gallery > .gallery_panel > .gallery_scroll {
        top: 0;
        left: 0;
        transition: top 0.4s ease-out; }
    #twoinone #video > .gallery > .gallery_nav {
      width: 100%;
      border: 1px solid #A3A3A3;
      border-top: 0;
      box-sizing: border-box; }
      #twoinone #video > .gallery > .gallery_nav li {
        font-size: 16px;
        color: #000;
        text-align: center;
        background-color: #EAEAEA;
        float: left;
        width: 238px;
        height: 54px;
        line-height: 54px;
        display: block;
        cursor: pointer;
        transition: background-color 0.2s ease-out; }
        #twoinone #video > .gallery > .gallery_nav li img {
          display: inline-block;
          /*vertical-align: middle;*/
          margin-right: 4px;
          filter: brightness(0);
          margin-bottom: -2px; }
        #twoinone #video > .gallery > .gallery_nav li.active {
          color: #FFF;
          background-color: #0F6AFF; }
          #twoinone #video > .gallery > .gallery_nav li.active img {
            filter: brightness(1); }

#participating-institutions {
  margin: 96px auto 30px; }
  #participating-institutions > .content a {
    float: left;
    display: block;
    width: 208px;
    height: 123px;
    box-sizing: border-box;
    border: 1px solid #A3A3A3;
    margin: 34px 29px 0 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out; }
    #participating-institutions > .content a:nth-child(5n) {
      margin-right: 0; }
    #participating-institutions > .content a:hover {
      box-shadow: 2px 2px 5px #AAA; }

#footer {
  width: 100%;
  box-sizing: border-box;
  /*height: 156px;*/
  padding: 30px;
  background-color: #0F6AFF;
  font-size: 14px;
  color: #FFF;
  line-height: 2; }
  #footer .footer_panel {
    width: 1190px;
    margin: 0 auto;
    text-align: center; }
    #footer .footer_panel > a {
      color: #FFF; }

#company #company-more {
  display: block;
  border: 1px solid #409eff;
  background: #409eff;
  width: 1080px;
  /* height: 30px; */
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto; }
