@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, #companys > ul {
  clear: both; }

.cj-clear:after, #companys > ul:after {
  content: "";
  clear: both;
  display: block; }

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

.cj-relative, #introduction, #introduction > .title, #organizers > ul {
  position: relative; }

.cj-absolute, #introduction > .text, #organizers > ul > li {
  position: absolute; }

/*浮动*/
.cj-pull-left, #nav ul li, #companys > ul > li {
  float: left; }

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

.cj-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cj-block, #nav ul li a, #introduction > .title > span, #organizers > .title, #organizers > ul > li > span, #companys > ul > li > a {
  display: block; }

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

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

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

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

.cj-justify-content-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cj-justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cj-justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

.cj-justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cj-align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cj-align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: 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, #organizers > .title, #companys > .title, #direct > .title, #personnel_policy > .title {
  text-align: center; }

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

.cj-margin-center, #introduction, #organizers, #organizers > .title {
  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, #companys > ul > li > a, #personnel_policy > .content > ul > li > a .title, #personnel_policy > .content > ul > li > a .desc {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.cj-ellipsis-multiline {
  white-space: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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 {
  -webkit-box-shadow: inset 1px 1px 6px #000;
  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; }

@font-face {
  font-family: SourceHanSerif;
  src: url("../font/SourceHanSerifCN-Medium.eot");
  src: url("../font/SourceHanSerifCN-Medium.eot?#font-spider") format("embedded-opentype"), url("../font/SourceHanSerifCN-Medium.woff") format("woff"), url("../font/SourceHanSerifCN-Medium.ttf") format("truetype"), url("../font/SourceHanSerifCN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: SourceHanSerifBold;
  src: url("../font/SourceHanSerifCN-Bold.eot");
  src: url("../font/SourceHanSerifCN-Bold.eot?#font-spider") format("embedded-opentype"), url("../font/SourceHanSerifCN-Bold.woff") format("woff"), url("../font/SourceHanSerifCN-Bold.ttf") format("truetype"), url("../font/SourceHanSerifCN-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

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

.cj-font-SourceHanSerif {
  font-family: SourceHanSerif, "Microsoft YaHei", Arial, Helvetica, sans-serif; }

.cj-font-SourceHanSerifBold {
  font-family: SourceHanSerifBold, "Microsoft YaHei", Arial, Helvetica, sans-serif; }

body {
  font-size: 16px; }

.bold {
  font-weight: bold; }

.text-left {
  text-align: left !important;
  line-height: 2 !important;
  padding: 1.3em; }

.widget {
  width: 1100px;
  margin: 2em auto; }
  .widget > .title {
    text-align: center; }
    .widget > .title > img {
      display: block;
      margin: 0 auto 50px; }
  .widget > .content > .text {
    font-size: 16px;
    line-height: 2;
    padding-left: 2em; }

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

#nav {
  width: 100%;
  height: 47px;
  background: #F2E62F url(../images/nav_bg.png) no-repeat center center; }
  #nav ul {
    width: 1010px;
    margin: 0 auto;
    padding-top: 15px; }
    #nav ul li a {
      font-size: 20px;
      line-height: 20px;
      color: #FFF;
      text-align: center;
      width: 250px;
      border-right: 3px solid #FFF;
      -webkit-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      #nav ul li a:hover {
        color: #F2E62F; }
    #nav ul li:last-child a {
      border-right: 0; }

#introduction {
  margin-top: 84px;
  width: 1062px;
  height: 218px;
  background: url(../images/introduction_bg.png) no-repeat bottom center; }
  #introduction > .title {
    font-size: 40px;
    color: #003579;
    top: 30px;
    left: 90px;
    text-align: right;
    width: 250px; }
  #introduction > .text {
    width: 595px;
    height: 197px;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    top: -22px;
    left: 378px; }

#organizers {
  width: 1142px;
  height: 262px;
  margin-top: 50px;
  background: url(../images/organizers_bg.png) no-repeat center center; }
  #organizers > .title {
    font-size: 26px;
    line-height: 36px;
    padding-top: 55px;
    color: #0B6ED8; }
  #organizers > ul > li {
    color: #7D7D7D;
    font-size: 16px;
    line-height: 2;
    top: 10px; }
    #organizers > ul > li > span {
      width: 300px;
      font-size: 18px;
      font-weight: bold; }
    #organizers > ul > li:nth-child(1) {
      left: 66px; }
    #organizers > ul > li:nth-child(2) {
      left: 455px; }
    #organizers > ul > li:nth-child(3) {
      left: 780px; }

#companys {
  margin: 50px auto 0; }
  #companys > .title {
    font-size: 26px;
    line-height: 36px;
    color: #0B6ED8; }
  #companys > ul {
    margin: 0 auto;
    width: 1120px;
    padding-top: 20px; }
    #companys > ul > li > a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 280px;
      height: 45px;
      padding: 0 20px;
      line-height: 44px;
      border: 1px solid #D9D9D9;
      margin: 0 -1px -1px 0;
      color: #0086E5;
      -webkit-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      #companys > ul > li > a:hover {
        color: #666; }

#direct {
  margin: 50px auto 0; }
  #direct > .title {
    font-size: 26px;
    line-height: 36px;
    color: #0B6ED8;
    padding-bottom: 10px; }
  #direct .content {
    width: 1100px;
    margin: 0 auto; }
    #direct .content .daoshi {
      float: left;
      width: 544px;
      height: 235px;
      background-color: #E5E5E5;
      margin: 10px 10px 0 0; }
      #direct .content .daoshi:nth-child(2n) {
        margin: 10px 0 0 0; }
      #direct .content .daoshi .pic {
        float: left; }
      #direct .content .daoshi .name {
        font-size: 18px;
        line-height: 36px;
        font-family: 方正大黑简体;
        text-align: left;
        padding-top: 10px; }
      #direct .content .daoshi .xiangqing {
        text-align: left;
        color: #878787;
        line-height: 24px; }
      #direct .content .daoshi .button {
        padding-top: 15px;
        text-align: left; }
        #direct .content .daoshi .button > a {
          display: inline-block; }

#personnel_policy {
  width: 1140px;
  background: #FFF;
  margin: 50px auto 0; }
  #personnel_policy > .title {
    font-size: 26px;
    line-height: 36px;
    color: #0B6ED8; }
  #personnel_policy > .content {
    padding-top: 30px; }
    #personnel_policy > .content > ul > li {
      float: left;
      padding-bottom: 20px; }
      #personnel_policy > .content > ul > li > a {
        margin-left: 30px;
        padding-right: 30px;
        width: 510px;
        height: 76px;
        font-size: 16px;
        display: block;
        position: relative; }
        #personnel_policy > .content > ul > li > a > .date {
          color: #FFF;
          width: 76px;
          height: 76px;
          display: block;
          text-align: center;
          font-size: 16px;
          line-height: 32px;
          background: url(../images/bg_date.png) no-repeat center center; }
          #personnel_policy > .content > ul > li > a > .date > span {
            display: block;
            margin: 0 auto;
            font-size: 24px;
            width: 34px;
            border-bottom: 2px solid #FFF;
            line-height: 40px; }
        #personnel_policy > .content > ul > li > a .title {
          width: 420px;
          color: #333;
          position: absolute;
          top: 8px;
          left: 90px; }
        #personnel_policy > .content > ul > li > a .desc {
          width: 420px;
          color: #999;
          position: absolute;
          top: 42px;
          left: 90px; }
        #personnel_policy > .content > ul > li > a:hover .title {
          color: #FB714B; }
