@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 {
  clear: both; }

.cj-clear: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; }

.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: 30px; }
    #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; }

body {
  background-color: #FFF; }

#about .content {
  color: #333;
  font-size: 18px;
  line-height: 350%; }
  #about .content .indent {
    text-indent: 2em; }
  #about .content .content--title {
    color: #176FFA;
    font-size: 24px;
    line-height: 1.8; }

#contact-us .content {
  color: #333;
  font-size: 18px;
  line-height: 350%; }


#contact-us .content table {
  border-collapse: collapse;
  width: 100%; }
  #contact-us .content table tr td {
    color: #2C2C2C;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    vertical-align: middle;
    width: 25%; }
    #contact-us .content table tr td:last-of-type {
      text-align: right; }
      #contact-us .content table tr td:last-of-type a {
        display: inline-block; }
    #contact-us .content table tr td a {
      color: #2C2C2C; }
      #contact-us .content table tr td a:hover {
        color: #FF6F37; }
  #contact-us .content table tr:nth-of-type(2n+1) td {
    background-color: #E8F3FF; }
