@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: #E7FAFF; }

.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; }

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

#button_panel {
  width: 1058px;
  margin: 47px auto 0; }
  #button_panel a {
    width: 515px;
    height: 81px;
    display: block;
    background-position: center center;
    background-size: 100%;
    transition: all 0.1s ease-in-out; }
    #button_panel a.button-shengnei {
      background-image: url(../images/button_shengnei.png); }
    #button_panel a.button-shengwai {
      background-image: url(../images/button_shengwai.png); }
    #button_panel a:hover {
      background-size: 105%; }

#nav {
  margin: 50px auto 40px; }
  #nav .nav-title {
    width: 1080px;
    height: 61px;
    margin: 0 auto 52px;
    display: block;
    background: url(../images/bg_title.png) no-repeat center center;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    line-height: 55px; }
    #nav .nav-title span {
      text-shadow: 3px 5px 5px #000; }
      #nav .nav-title span:nth-child(2) {
        color: #FF0; }
  #nav .nav-panel {
    width: 1070px;
    margin: 0 auto; }
    #nav .nav-panel li {
      display: table;
      margin: 0 5px 5px 0;
      float: left; }
      #nav .nav-panel li:nth-child(5n) {
        margin: 0 0 5px 0; }
      #nav .nav-panel li a {
        background-color: #AFE2F3;
        display: table-cell;
        width: 209px;
        height: 66px;
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #0088B7;
        transition: all 0.1s ease-in-out; }
        #nav .nav-panel li a:hover {
          font-size: 19px; }
    #nav .nav-panel:nth-child(2n+1) a {
      background-color: #DBEEF4; }

#main_sub {
  margin: 38px auto 0;
  padding-bottom: 34px;
  width: 1108px; }

#company_panel {
  width: 100%;
  background-color: #FFF;
  margin: 10px auto 50px;
  padding: 10px 15px 120px;
  box-sizing: border-box; }
  #company_panel .company-count {
    width: 100%; }
    #company_panel .company-count li {
      width: 529px;
      height: 83px;
      line-height: 24px;
      text-align: center;
      background-color: #F2F2F2; }
      #company_panel .company-count li span {
        font-size: 28px;
        color: #EF6E6E; }
        #company_panel .company-count li span:nth-child(1) {
          font-size: 16px;
          display: block;
          color: #3F413F;
          line-height: 42px; }
  #company_panel .company-title {
    padding-top: 38px; }
    #company_panel .company-title .title {
      border-left: 10px solid #FC0;
      line-height: 24px;
      text-indent: 10px;
      color: #1D8DFF;
      font-size: 16px;
      margin-top: 8px; }
    #company_panel .company-title .company-search {
      width: 340px; }
  #company_panel #company_list {
    margin-top: 20px; }
    #company_panel #company_list .company-item {
      width: 240px;
      border: 1px dashed #BAC5D5;
      margin: 0 10px 10px 0;
      padding: 10px;
      /*标题*/
      /*职位列表*/ }
      #company_panel #company_list .company-item:nth-child(4n) {
        margin-right: 0; }
      #company_panel #company_list .company-item > a.title {
        display: block;
        margin-bottom: 5px;
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px;
        color: #1D8DFF;
        font-weight: bold; }
      #company_panel #company_list .company-item ul.company-job {
        height: 105px;
        padding-top: 10px; }
        #company_panel #company_list .company-item ul.company-job li {
          display: flex;
          margin-bottom: 10px; }
          #company_panel #company_list .company-item ul.company-job li a {
            color: #2D374B;
            width: 175px;
            display: block;
            font-size: 16px; }
            #company_panel #company_list .company-item ul.company-job li a:hover {
              color: #409EFF; }
          #company_panel #company_list .company-item ul.company-job li span {
            display: block;
            width: 60px;
            height: 20px;
            line-height: 20px;
            border-radius: 20px;
            background: #409EFF;
            color: #FFF;
            cursor: pointer;
            text-align: center;
            margin: 0 auto;
            font-size: 12px; }
      #company_panel #company_list .company-item .company-footer a, #company_panel #company_list .company-item .company-footer div {
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        transition: all 0.2s ease-out;
        width: 110px;
        height: 35px;
        line-height: 35px; }
        #company_panel #company_list .company-item .company-footer a:hover, #company_panel #company_list .company-item .company-footer div:hover {
          box-shadow: 0 0 4px #333; }
      #company_panel #company_list .company-item .company-footer a {
        background-color: #F6F8FA;
        color: #409EFF;
        float: left; }
      #company_panel #company_list .company-item .company-footer div {
        background-color: #409EFF;
        color: #F6F8FA;
        float: right; }
  #company_panel #more-link {
    display: block;
    text-align: center;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #409EFF;
    color: #FFF;
    font-size: 18px;
    border-radius: 4px; }

.success-info {
  color: #48576A;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 40px;
  text-align: left; }
  .success-info .title {
    color: #67C23A;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }

#success_dialog .el-dialog {
  background-color: #D7EEFE; }

#qrcode_box {
  background: url(../images/qrcode_ios.png) no-repeat right center;
  display: block;
  height: 170px;
  margin: 30px auto 0;
  position: relative;
  width: 580px; }
  #qrcode_box .btn_ios,
  #qrcode_box .btn_android {
    cursor: pointer;
    height: 59px;
    width: 355px; }
  #qrcode_box .btn_ios {
    background: url(../images/bg_ios.png) no-repeat center center;
    position: absolute;
    top: 10px; }
  #qrcode_box .btn_android {
    background: url(../images/bg_android.png) no-repeat center center;
    bottom: 10px;
    position: absolute; }

#company_panel {
  width: 100%;
  padding: 10px 15px 20px;
  margin-bottom: 0 !important; }
  #company_panel .company-title {
    /*padding-top: 0;*/ }
  #company_panel .company-count li {
    width: 352px !important;
    margin-right: 10px; }
    #company_panel .company-count li span {
      color: #1D8DFF; }
    #company_panel .company-count li:nth-child(3) {
      margin-right: 0; }

#main_box {
  width: 1218px;
  margin: -110px auto 0;
  border: 3px solid #155FA2;
  border-radius: 20px;
  overflow: hidden;
  background: #E7FAFF url(../images/bg_main.png) no-repeat center 90px; }
  #main_box #one-title {
    display: block;
    width: 100%;
    height: 86px;
    background: url(../images/bg_title3.png) no-repeat center center;
    color: #FFF; }
    #main_box #one-title:before, #main_box #one-title:after {
      background: url(../images/bg_title2_white.png) no-repeat center center; }

.m-title {
  font-size: 36px;
  text-align: center;
  line-height: 86px;
  color: #4AA5CF;
  font-size: 36px;
  font-weight: bold; }
  .m-title:before, .m-title:after {
    content: '';
    display: inline-block;
    width: 72px;
    height: 24px;
    background: url(../images/bg_title2.png) no-repeat center center; }
  .m-title:before {
    padding-right: 36px; }
  .m-title:after {
    padding-left: 36px; }

#famous_enterprises_briefing {
  width: 1145px;
  height: 470px;
  margin: 0 auto; }
  #famous_enterprises_briefing > .content .gallery_nav {
    width: 400px;
    left: 0;
    top: 0;
    border: 1px solid #88B5EB;
    padding: 14px 14px 0; }
    #famous_enterprises_briefing > .content .gallery_nav li {
      width: 100%;
      height: 61px;
      border-radius: 2px;
      font-size: 24px;
      line-height: 61px;
      color: #2F6E7D;
      background-color: #E9F2FB;
      box-sizing: border-box;
      margin-bottom: 10px;
      cursor: pointer;
      padding: 0 33px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: background-color 0.2s ease-out; }
      #famous_enterprises_briefing > .content .gallery_nav li > a {
        color: #666; }
      #famous_enterprises_briefing > .content .gallery_nav li.active {
        color: #FFF;
        border: 1px solid #458BFD;
        background-color: #458BFD; }
        #famous_enterprises_briefing > .content .gallery_nav li.active > a {
          color: #FFF; }
  #famous_enterprises_briefing > .content .gallery_panel {
    width: 700px;
    height: 370px;
    border: 1px solid #BBBABB;
    overflow: hidden;
    right: 0;
    top: 0; }
    #famous_enterprises_briefing > .content .gallery_panel .gallery_scroll {
      top: 0;
      left: 0;
      transition: top 0.4s ease-out; }
      #famous_enterprises_briefing > .content .gallery_panel .gallery_scroll li {
        padding: 15px; }
        #famous_enterprises_briefing > .content .gallery_panel .gallery_scroll li a img {
          width: 672px;
          height: 342px; }
    #famous_enterprises_briefing > .content .gallery_panel .gallery_point {
      z-index: 9;
      left: 278px;
      bottom: 18px; }
      #famous_enterprises_briefing > .content .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; }
        #famous_enterprises_briefing > .content .gallery_panel .gallery_point li:last-child {
          margin-right: 0; }
        #famous_enterprises_briefing > .content .gallery_panel .gallery_point li.active {
          background-color: #FFF; }

#employment_guidance_college > .content {
  background-color: #48A1F1;
  padding: 45px 0; }
  #employment_guidance_college > .content p {
    width: 1136px;
    height: 230px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 30px 0;
    color: #E7FAFF;
    font-size: 20px;
    line-height: 36px;
    text-indent: 2em;
    border: 2px solid #E7FAFF;
    border-radius: 20px; }

#banner-activity {
  width: 1127px;
  height: 147px;
  display: block;
  margin: 20px auto 0; }

#footer {
  padding: 42px 0;
  text-align: center;
  height: 51px;
  font-size: 14px;
  line-height: 36px;
  color: #2E2E2E; }
