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

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

/*分割*/
.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, #company .list .list_panel .list_item {
  clear: both; }

.cj-clear:after, #company .list .list_panel .list_item:after {
  clear: both;
  content: "";
  display: block; }

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

.cj-relative {
  position: relative; }

.cj-absolute {
  position: absolute; }

/*浮动*/
.cj-pull-left, #company .list .list_panel .list_item .name, #history > .content img {
  float: left; }

.cj-pull-right, #company .list .list_panel .list_item .num {
  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, #company .list .list_panel .list_item {
  text-align: center; }

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

.cj-margin-center, #history {
  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, #company .list .list_panel .list_item .name {
  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; }

.cjpx-shadow {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1); }

.cjpx-widget {
  margin: 0 auto;
  width: 1200px; }

[v-cloak] {
  display: none !important; }

/*body {
  background-color: #F1F8FF; }*/

#header {
  background-color: #FFF;
  width: 100%; }
  #header #top--panel {
    background: #1787FB;
    width: 100%; }
    #header #top--panel #login--panel {
      margin: 0 auto;
      width: 1200px; }
      #header #top--panel #login--panel a {
        color: #FFF; }
      #header #top--panel #login--panel #logout:hover {
        color: #FFC2AA; }
      #header #top--panel #login--panel .login-status {
        color: #FFF;
        display: none;
        font-size: 14px;
        line-height: 30px; }
        #header #top--panel #login--panel .login-status.active {
          display: inline-block; }
  #header #header--panel {
    height: 80px;
    margin: 0 auto;
    width: 1200px; }
  #header #logo--panel {
    background: url(../images/logo.png) no-repeat left center;
    height: 79px;
    position: relative;
    width: 461px; }
    #header #logo--panel a {
      color: #FFF;
      display: block;
      position: absolute; }
    #header #logo--panel > .toHnrcsc {
      height: 25px;
      left: 0;
      top: 27px;
      width: 195px; }
    #header #logo--panel > .toIndex {
      height: 33px;
      left: 220px;
      top: 23px;
      width: 220px; }
  #header #nav--panel {
    position: absolute;
    right: 50px;
    top: 30px; }
    #header #nav--panel > a {
      color: #000;
      display: inline-block;
      font-size: 18px;
      line-height: 1;
      margin-right: 50px; }
    #header #nav--panel > .nav--pointer {
      background-color: #3A71FF;
      border-radius: 5px;
      display: block;
      height: 5px;
      left: 0;
      position: absolute;
      top: 45px; }

#footer--panel {
  background-color: #FFF;
  width: 100%; }
  #footer--panel #link--section {
    margin: 0 auto;
    padding: 18px 0 28px 0;
    width: 1200px; }
    #footer--panel #link--section #link--panel {
      width: 811px; }
      #footer--panel #link--section #link--panel > li {
        float: left;
        margin-right: 146px; }
        #footer--panel #link--section #link--panel > li > ul > li {
          color: #333;
          font-size: 14px;
          line-height: 180%; }
          #footer--panel #link--section #link--panel > li > ul > li > a {
            color: #AAA; }
    #footer--panel #link--section #qrcode {
      background: url(../images/qrcode.png) no-repeat 0 center;
      background-size: 96px;
      height: 96px;
      padding-left: 110px;
      width: 200px; }
      #footer--panel #link--section #qrcode > .code {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px; }
  #footer--panel #copyright--panel {
    background-color: #F5F5F5;
    height: 32px;
    width: 100%; }
    #footer--panel #copyright--panel > .content {
      color: #999;
      font-size: 14px;
      line-height: 32px;
      margin: 0 auto;
      text-align: center;
      width: 1140px; }

.widget {
  margin: 20px auto;
  width: 1200px; }
  .widget > .title {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative; }
    .widget > .title:after {
      background-color: #3671E2;
      border: 1px solid #3671E2;
      border-radius: 5px;
      bottom: -3px;
      content: '';
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      width: 30px; }

#search-bar {
  background: #F1F8FF;
  display: block;
  padding: 15px 0;
  width: 100%; }
  #search-bar #search--panel {
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 930px; }
    #search-bar #search--panel .search--input {
      border: 1px solid #CDCDCD;
      border-radius: 10px 0 0 10px;
      border-right: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      font-size: 16px;
      height: 50px;
      left: 0;
      margin: 0;
      outline: none;
      padding: 0 152px 0 12px;
      position: absolute;
      top: 0;
      width: 920px;
      z-index: 1; }
      #search-bar #search--panel .search--input::-webkit-input-placeholder {
        color: #999; }
    #search-bar #search--panel .search--submit-btn {
      background: #1787FB;
      border: 0;
      border-radius: 0 10px 10px 0;
      color: #FFF;
      cursor: pointer;
      display: inline-block;
      font-size: 16px;
      height: 50px;
      line-height: 50px;
      margin: 0;
      outline: none;
      padding: 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 148px;
      z-index: 2; }

#company_panel .input-with-select.el-input.el-input-group {
  width: 500px; }

#btn-expand {
  font-size: 14px;
  color: #666;
  border: 1px solid #D4D4D4;
  padding: 2px .5em;
  margin-top: -10px;
  background-color: #FFF;
  cursor: pointer;
  border-radius: 5px; }
  #btn-expand span {
    transition: all 0.5s ease-out;
    display: inline-block; }
  #btn-expand.expand span {
    transform: rotate(-180deg); }

#location-panel {
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  padding: 18px 25px 5px;
  border-radius: 5px;
  transition: all 0.5s ease-out;
  max-height: 60px;
  overflow: hidden; }
  #location-panel.expand {
    max-height: 161px; }
  #location-panel li {
    font-size: 14px;
    display: inline-block;
    color: #409EFF;
    border: 1px solid #FFF;
    padding: 2px .5em;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: all 0.5s ease-out; }
    #location-panel li.stitle {
      color: #000; }
    #location-panel li.location_item {
      cursor: pointer; }
    #location-panel li.within-the-province {
      color: #666; }
    #location-panel li.active {
      background-color: #409EFF;
      color: #FFF; }
    #location-panel li.other-area {
      font-weight: normal !important; }

.wbox {
  display: block; }
  .wbox .panel {
    width: 1080px;
    margin: 0 auto; }
    .wbox .panel .title {
      font-weight: bold; }
      .wbox .panel .title .english {
        font-size: 14px;
        line-height: 36px;
        color: #333; }
      .wbox .panel .title .chinese {
        font-size: 36px;
        line-height: 36px;
        color: #3246C9; }

#intro {
  height: 260px;
  display: block; }
  #intro .title {
    left: 0;
    top: 70px; }
  #intro .content {
    right: 0;
    top: 0;
    width: 801px;
    height: 361px;
    box-sizing: border-box;
    padding: 52px 72px 0 83px;
    font-size: 18px;
    line-height: 44px;
    color: #000;
    text-indent: 2em;
    background: url(../images/box_bg.jpg); }

#orga .panel {
  width: 1080px;
  height: 450px;
  margin: 0 auto; }
  #orga .panel .title {
    top: 30px; }
  #orga .panel .content {
    top: 148px;
    width: 1080px;
    height: 118px;
    background-size: 1070px;
    position: relative; }
    #orga .panel .content li {
      width: 25%;
      font-size: 14px;
      line-height: 32px;
      color: #000;
      text-align: center; }
      #orga .panel .content li > img {
        margin: 0 auto 20px; }
      #orga .panel .content li .float {
        text-align: center; }

#acti {
  margin-bottom: 100px; }
  #acti .panel {
    font-size: 18px;
    line-height: 39px; }

#bottom {
  width: 1213px;
  height: 393px;
  margin: 50px auto 20px;
  background: url(../images/bottom.png) no-repeat center center; }
  #bottom > .text {
    font-size: 20px;
    line-height: 36px;
    color: #3971FF;
    width: 100%;
    top: 256px;
    left: 0; }
  #bottom > a {
    display: block;
    width: 1176px;
    height: 81px;
    left: 0;
    top: 312px; }

#company {
  margin-top: 50px; }
  #company .list {
    margin-top: 38px; }
    #company .list .list_panel {
      display: block;
      width: 522px; }
      #company .list .list_panel .list_item {
        line-height: 50px;
        border-bottom: 1px solid #E8E8E8; }
        #company .list .list_panel .list_item .name {
          width: 402px;
          font-size: 16px;
          color: #333; }
        #company .list .list_panel .list_item .num {
          width: 120px;
          font-size: 18px;
          color: #33C; }
        #company .list .list_panel .list_item.title {
          font-weight: bold;
          background-color: #F5F5F5;
          border-bottom: 1px solid #F5F5F5; }
          #company .list .list_panel .list_item.title .name {
            font-size: 18px;
            color: #333; }
          #company .list .list_panel .list_item.title .num {
            font-size: 18px;
            color: #333; }

#history {
  width: 1103px;
  margin-bottom: 50px; }
  #history > img.title {
    margin: 45px auto 34px; }
  #history > .content img {
    width: 357px;
    height: 218px;
    margin: 0 16px 16px 0; }
    #history > .content img:nth-child(3n) {
      margin: 0 0 16px 0; }
