.clearfloat:after, .announcement-con:after, .main-bottom:after, .clearfloat:before, .announcement-con:before, .main-bottom:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

.pro-home-content {
  width: 100%;
  min-height: 550px; }
  .pro-home-content .main-title {
    text-align: center;
    margin-bottom: 40px;
    cursor: default; }
    .pro-home-content .main-title h2 {
      width: 278px;
      height: 64px;
      line-height: 64px;
      border-bottom: 1px solid #dcdcdc;
      font-size: 30px;
      color: #475568;
      font-weight: bold;
      position: relative;
      margin: 0 auto 18px; }
      .pro-home-content .main-title h2:after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background: #37b0e9;
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -30px; }
    .pro-home-content .main-title a {
      display: block;
      font-size: 14px;
      color: #37b0e9; }
  .pro-home-content .main-title-two {
    width: 520px;
    padding: 0 65px;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 30px;
    font-weight: bold;
    margin: 60px auto 46px; }
    .pro-home-content .main-title-two li.active a {
      color: #37b0e9; }
      .pro-home-content .main-title-two li.active a:after {
        display: block; }
    .pro-home-content .main-title-two a {
      color: #475568;
      display: inline-block;
      font-weight: bold;
      padding: 0 30px;
      position: relative;
      float: left; }
      .pro-home-content .main-title-two a:after {
        content: '';
        display: none;
        width: 60px;
        height: 3px;
        background: #37b0e9;
        position: absolute;
        bottom: -1px;
        left: 50%;
        margin-left: -30px; }
      .pro-home-content .main-title-two a:focus {
        color: #37b0e9; }
        .pro-home-content .main-title-two a:focus:after {
          display: block; }

.org-con {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-bottom: 46px; }
  .org-con ul {
    overflow: hidden; }
  .org-con li {
    width: 180px;
    height: 90px;
    background: #fff;
    float: left;
    margin-right: 24px;
    margin-bottom: 18px;
    position: relative;
    cursor: pointer; }
    .org-con li:nth-child(6n) {
      margin-right: 0; }
    .org-con li:hover .mask {
      display: block; }
    .org-con li span {
      display: block; }
    .org-con li .img-box {
      width: 100%;
      height: 100%;
      position: relative;
      text-align: center; }
      .org-con li .img-box img {
        max-width: 160px;
        max-height: 74px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        vertical-align: middle; }
    .org-con li .org-logo-next {
      width: 180px;
      height: 90px;
      text-align: center; }
      .org-con li .org-logo-next img {
        max-width: 160px;
        max-height: 74px; }
    .org-con li > a {
      width: 100%;
      height: 100%;
      display: block; }
    .org-con li .mask {
      width: 180px;
      height: 90px;
      text-align: center;
      padding-top: 50px;
      background-color: rgba(49, 64, 81, 0.9);
      background-image: url("../img/home/mask.png");
      background-repeat: no-repeat;
      background-position: top center;
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      display: none;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.news-intro {
  margin-bottom: 20px; }
  .news-intro .news-con {
    padding: 45px 26px;
    overflow: hidden;
    background: #fff; }
    .news-intro .news-con .news-con-left {
      float: left;
      width: 540px; }
      .news-intro .news-con .news-con-left .news-imgbox {
        width: 540px;
        height: 300px;
        overflow: hidden;
        display: block;
        margin-bottom: 16px; }
        .news-intro .news-con .news-con-left .news-imgbox img {
          max-width: 100%; }
      .news-intro .news-con .news-con-left h2 {
        font-size: 20px;
        color: #475568;
        height: 40px;
        line-height: 40px;
        margin-bottom: 6px; }
        .news-intro .news-con .news-con-left h2 span {
          display: inline-block; }
        .news-intro .news-con .news-con-left h2 .title {
          width: 452px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          float: left; }
          .news-intro .news-con .news-con-left h2 .title:hover {
            color: #37b0e9; }
        .news-intro .news-con .news-con-left h2 .date {
          font-size: 14px;
          color: #999fa9;
          float: right; }
      .news-intro .news-con .news-con-left p {
        width: 100%;
        font-size: 14px;
        color: #475767;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .news-intro .news-con .news-con-right {
      width: 574px;
      float: right; }
      .news-intro .news-con .news-con-right .news-right-item {
        height: 84px;
        overflow: hidden;
        margin-top: 8px;
        margin-bottom: 58px; }
        .news-intro .news-con .news-con-right .news-right-item:last-child {
          margin-bottom: 0; }
        .news-intro .news-con .news-con-right .news-right-item .news-num {
          width: 90px;
          height: 100%;
          line-height: 40px;
          display: inline-block;
          border-right: 1px solid #8d96a0;
          font-size: 50px;
          color: #475568;
          text-align: center;
          float: left; }
        .news-intro .news-con .news-con-right .news-right-item .news-text {
          width: calc(100% - 90px);
          height: 100%;
          float: left;
          padding-left: 22px; }
        .news-intro .news-con .news-con-right .news-right-item h3 {
          height: 26px;
          line-height: 26px;
          margin-bottom: 8px; }
          .news-intro .news-con .news-con-right .news-right-item h3 .title {
            font-size: 18px;
            color: #37b0e9;
            width: 360px;
            float: left;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
            .news-intro .news-con .news-con-right .news-right-item h3 .title:hover {
              color: #0066cc; }
          .news-intro .news-con .news-con-right .news-right-item h3 .date {
            font-size: 14px;
            color: #999fa9;
            float: right; }
        .news-intro .news-con .news-con-right .news-right-item p {
          height: 50px;
          line-height: 25px;
          color: #475767;
          white-space: normal;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }

.announcement-show {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .announcement-show:first-child {
    margin-top: 40px; }

.announcement-con {
  margin-left: -8px;
  width: 1216px;
  margin-bottom: 48px; }
  .announcement-con .demand-con-item {
    width: 290px;
    background: #fff;
    color: #3c4349;
    overflow: hidden;
    border-top: 3px solid #afdff6;
    border-left: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
    border-bottom: 1px solid #f3f3f5;
    margin: 0 7px 14px;
    float: left;
    padding: 12px 16px;
    cursor: pointer; }
    .announcement-con .demand-con-item:hover {
      transition: all 0.2s;
      border-top-color: #37b0e9;
      box-shadow: 0px 4px 20px rgba(68, 58, 145, 0.2); }
    .announcement-con .demand-con-item h3 {
      font-size: 14px;
      font-weight: bold;
      height: 38px;
      margin-bottom: 5px;
      white-space: normal;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .announcement-con .demand-con-item .type-box .demand-text {
      float: left; }
    .announcement-con .demand-con-item .type-box .type {
      float: right;
      margin-bottom: 0; }
    .announcement-con .demand-con-item .type {
      height: 25px;
      line-height: 25px;
      display: inline-block;
      padding: 0 6px;
      background: #eff0f1;
      margin-bottom: 5px; }
    .announcement-con .demand-con-item .demand-text {
      height: 25px;
      line-height: 25px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 12px; }
      .announcement-con .demand-con-item .demand-text .tit {
        color: #999fa9; }
      .announcement-con .demand-con-item .demand-text span {
        color: #000; }
        .announcement-con .demand-con-item .demand-text span em {
          width: 22px;
          height: 22px;
          margin: 0 3px;
          display: inline-block;
          line-height: 22px;
          background: #ffeff2;
          color: #fb617f;
          text-align: center;
          border-radius: 5px; }
    .announcement-con .demand-con-item .btn {
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: block;
      background: #fff;
      font-size: 14px;
      border-top: 1px solid #eff0f2;
      margin-top: 18px;
      text-align: center; }
      .announcement-con .demand-con-item .btn:hover {
        color: #37b0e9; }

.main-bottom {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px;
  margin-bottom: 70px; }
  .main-bottom .main-bottom-con {
    width: 586px;
    height: 324px;
    border: 1px solid #e5e6ea;
    background: #fff;
    padding-left: 20px;
    float: left; }
    .main-bottom .main-bottom-con.right {
      float: right; }
    .main-bottom .main-bottom-con .list-content {
      height: 247px;
      padding-left: 158px;
      padding-top: 32px;
      position: relative;
      color: #3c4349; }
      .main-bottom .main-bottom-con .list-content .img-box {
        width: 128px;
        height: 295px;
        overflow: hidden;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        box-shadow: 0px 0px 20px rgba(68, 58, 145, 0.2);
        margin-right: 12px; }
        .main-bottom .main-bottom-con .list-content .img-box img {
          max-width: 100%; }
      .main-bottom .main-bottom-con .list-content .list-item h3 {
        height: 18px;
        line-height: 18px;
        font-size: 20px;
        font-weight: bold;
        border-left: 4px solid #37b0e9;
        padding: 0 6px;
        margin-bottom: 16px; }
      .main-bottom .main-bottom-con .list-content .list-item ul li {
        height: 26px;
        line-height: 26px;
        padding: 0 18px 0 20px;
        background: url("../img/home/list-style.png") no-repeat left center; }
        .main-bottom .main-bottom-con .list-content .list-item ul li a {
          color: #3c4349; }
        .main-bottom .main-bottom-con .list-content .list-item ul li .title {
          width: 294px;
          font-size: 14px;
          float: left;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .main-bottom .main-bottom-con .list-content .list-item ul li .title:hover {
            color: #37b0e9; }
        .main-bottom .main-bottom-con .list-content .list-item ul li .date {
          font-size: 12px;
          color: #999fa9;
          float: right; }
    .main-bottom .main-bottom-con .more {
      width: 100%;
      height: 58px;
      line-height: 58px;
      display: block;
      border-top: 1px solid #eff0f2;
      margin-top: 18px;
      text-align: center; }
      .main-bottom .main-bottom-con .more img {
        vertical-align: middle; }
      .main-bottom .main-bottom-con .more:hover {
        color: #37b0e9; }

.left-news-show {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 20px 24px;
  background: #fff; }
  .left-news-show .news-item {
    width: 50%;
    height: 70px;
    float: left;
    margin: 20px 0;
    overflow: hidden; }
    .left-news-show .news-item dl {
      width: 60px;
      height: 100%;
      border-right: 1px solid #dbe0e4;
      font-weight: bold;
      text-align: center;
      float: left;
      overflow: hidden; }
      .left-news-show .news-item dl dt {
        font-size: 36px;
        font-weight: bold;
        color: #37b0e9;
        line-height: 30px;
        margin-bottom: 24px; }
      .left-news-show .news-item dl dd {
        font-size: 12px;
        font-weight: bold;
        color: #88929e; }
    .left-news-show .news-item .news-item-con {
      float: left;
      width: 512px;
      padding: 0 26px 0 12px; }
      .left-news-show .news-item .news-item-con h3 {
        font-size: 18px;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 8px; }
        .left-news-show .news-item .news-item-con h3:hover {
          color: #37b0e9; }
      .left-news-show .news-item .news-item-con p {
        max-height: 40px;
        font-size: 14px;
        color: #88929e;
        line-height: 20px;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }

.windows-modal {
  width: 100%;
  height: 100%; }
  .windows-modal .mask {
    width: 100%;
    height: 1679px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 995;
    background-color: rgba(0, 0, 0, 0.5); }
  .windows-modal .tc-con {
    width: 800px;
    height: 520px;
    border-radius: 5px;
    box-shadow: 0 2px 30px -2px #000;
    position: fixed;
    top: 11%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background: #fff;
    padding-bottom: 20px; }
  .windows-modal .window-title {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px; }
    .windows-modal .window-title .window-close {
      background: url("../img/window-close.png");
      width: 16px;
      height: 16px;
      position: relative;
      float: right;
      margin-right: 10px;
      top: 10px;
      cursor: pointer;
      opacity: .5; }
      .windows-modal .window-title .window-close:hover {
        filter: alpha(opacity=50);
        opacity: .8; }
  .windows-modal .windows-modal-con {
    width: 100%;
    height: calc(100% - 40px);
    overflow: auto; }
    .windows-modal .windows-modal-con .browser-item-box {
      padding: 20px 36px 0; }
    .windows-modal .windows-modal-con .browser-item {
      margin: 0 auto 20px;
      text-align: left; }
      .windows-modal .windows-modal-con .browser-item .red {
        color: #f24a3d; }
      .windows-modal .windows-modal-con .browser-item dt {
        font-weight: normal;
        font-size: 18px;
        padding-bottom: 10px; }
      .windows-modal .windows-modal-con .browser-item dd {
        padding-left: 20px;
        font-size: 14px;
        line-height: 160%;
        padding-bottom: 10px; }
        .windows-modal .windows-modal-con .browser-item dd img {
          max-width: 100%; }
    .windows-modal .windows-modal-con .browser-list li:hover {
      color: #37b0e9; }

.swiper-container-ie8 {
  display: none;
  width: 100%;
  height: 100%; }
  .swiper-container-ie8 img {
    width: 100%;
    height: 100%; }

.pro-banner-wrap {
  height: 310px;
  margin-top: 126px; }

.pro-banner {
  width: 872px;
  height: 100%;
  float: left;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  .pro-banner .swiper-container {
    width: 100%;
    height: 100%; }
    .pro-banner .swiper-container .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%; }
  .pro-banner .swiper-container-horizontal > .swiper-pagination-bullets, .pro-banner .swiper-pagination-custom, .pro-banner .swiper-pagination-fraction {
    width: 30%;
    bottom: 20px;
    text-align: right;
    right: 15px;
    left: auto; }
  .pro-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 1; }
    .pro-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 12px;
      height: 12px;
      background: url("../img/home/bullet-active.png") no-repeat center;
      margin-bottom: -2px; }

.banner-bottom {
  height: 56px;
  line-height: 56px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .banner-bottom .import-con {
    width: 65%;
    height: 100%;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    background: url("../img/home/import-con.png") no-repeat left center; }
    .banner-bottom .import-con:hover {
      text-decoration: underline; }

.pro-login {
  width: 318px;
  height: 100%;
  float: right;
  overflow: hidden;
  padding: 25px 25px 0;
  background: #eaeaea; }
  .pro-login h3 {
    font-size: 18px;
    color: #37b0e9;
    text-align: center;
    margin-bottom: 30px; }
  .pro-login .form-line {
    margin-bottom: 6px; }
    .pro-login .form-line.mar20 {
      margin-bottom: 20px; }
    .pro-login .form-line label {
      font-size: 14px;
      color: #37b0e9; }
    .pro-login .form-line input {
      width: 220px;
      height: 38px;
      border: 1px solid #37b0e9;
      line-height: 38px;
      padding: 0 8px; }
  .pro-login .forget-con {
    overflow: hidden;
    padding-left: 46px;
    margin-bottom: 28px; }
    .pro-login .forget-con a {
      color: #37b0e9;
      font-size: 12px;
      float: left; }
    .pro-login .forget-con .forget-pass {
      float: right; }
  .pro-login button {
    width: 100%;
    height: 46px;
    font-size: 18px;
    background: #ff9900;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer; }

.password-wrong {
  color: red;
  margin-bottom: 5px; }

.pro-login-after {
  width: 318px;
  height: 100%;
  float: right;
  overflow: hidden;
  border: 5px solid #e5e6ea;
  position: relative; }
  .pro-login-after .quit-icon {
    padding-left: 18px;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 12px;
    background: url("../img/icon/quit-icon.png") no-repeat left center; }
    .pro-login-after .quit-icon:hover {
      color: #37b0e9; }
  .pro-login-after .login-user {
    border-bottom: 1px dashed #ddd;
    padding: 25px 5px 20px 5px;
    overflow: hidden; }
    .pro-login-after .login-user .login-user-left {
      width: 105px;
      float: left;
      text-align: center; }
      .pro-login-after .login-user .login-user-left img {
        width: 74px;
        height: 74px;
        border-radius: 50%;
        border: 4px solid #e5e6ea; }
    .pro-login-after .login-user .login-user-right {
      float: left;
      width: calc(100% - 105px); }
      .pro-login-after .login-user .login-user-right li {
        font-size: 12px;
        color: #999;
        margin: 5px 0;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .pro-login-after .login-user .login-user-right li span {
          color: #333; }
    .pro-login-after .login-user .special-link {
      font-size: 14px; }
      .pro-login-after .login-user .special-link a {
        color: #37b0e9;
        margin-right: 10px; }
      .pro-login-after .login-user .special-link .header-msg-a {
        position: relative; }
        .pro-login-after .login-user .special-link .header-msg-a i {
          text-align: center;
          display: inline-block;
          min-width: 15px;
          height: 15px;
          line-height: 15px;
          background: #ff0000;
          color: #fff;
          padding: 0 3px;
          border-radius: 10px;
          position: absolute;
          top: -6px;
          right: -8px; }
  .pro-login-after .login-graph {
    padding: 18px 5px 18px 10px; }
    .pro-login-after .login-graph li {
      overflow: hidden;
      height: 26px;
      line-height: 26px;
      font-size: 12px; }
      .pro-login-after .login-graph li span {
        float: left;
        height: 100%; }
    .pro-login-after .login-graph .label-tit {
      width: 100px;
      text-align: right;
      color: #999; }
    .pro-login-after .login-graph .blue-line {
      border-left: 1px solid #37b0e9;
      max-width: 152px;
      margin-right: 10px; }
      .pro-login-after .login-graph .blue-line em {
        width: 100%;
        display: inline-block;
        height: 10px;
        background: #37b0e9;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }

.pro-ann-wrap {
  width: 100%; }

.pro-ann-group {
  width: 100%;
  overflow: hidden; }
  .pro-ann-group:nth-child(2n) {
    background: #f5f5f5; }

.pro-ann-item {
  float: left;
  width: 50%;
  margin-top: 24px;
  height: 342px;
  overflow: hidden; }
  .pro-ann-item:first-child {
    padding-right: 20px; }
  .pro-ann-item .item-tit {
    height: 38px;
    padding: 10px 0; }
    .pro-ann-item .item-tit span {
      float: left; }
    .pro-ann-item .item-tit em {
      color: red; }
    .pro-ann-item .item-tit .item-tit-left {
      color: #37b0e9;
      font-size: 16px;
      font-weight: bold;
      padding: 0 10px;
      height: 16px;
      line-height: 16px;
      border-left: 4px solid #37b0e9; }
    .pro-ann-item .item-tit .item-tit-right {
      float: right;
      margin-right: 30px; }
    .pro-ann-item .item-tit.xq-en {
      background: url("../img/home/xq-en.png") no-repeat top left; }
    .pro-ann-item .item-tit.cj-en {
      background: url("../img/home/cj-en.png") no-repeat top left; }
    .pro-ann-item .item-tit.fc-en {
      background: url("../img/home/fc-en.png") no-repeat top left; }
    .pro-ann-item .item-tit.news-en {
      background: url("../img/home/news-en.png") no-repeat top left; }
  .pro-ann-item .item-table {
    height: 300px;
    overflow: hidden;
    padding: 10px 15px; }
    .pro-ann-item .item-table table {
      width: 100%;
      border-collapse: collapse;
      color: #333; }
      .pro-ann-item .item-table table .wid74 {
        width: 74%; }
      .pro-ann-item .item-table table .wid35 {
        width: 35%; }
      .pro-ann-item .item-table table thead {
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        color: #333; }
        .pro-ann-item .item-table table thead th {
          padding: 10px 5px; }
      .pro-ann-item .item-table table tbody td {
        padding: 5px;
        font-size: 12px; }
        .pro-ann-item .item-table table tbody td > a {
          max-width: 380px;
          display: inline-block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-wrap: normal;
          color: #333; }
          .pro-ann-item .item-table table tbody td > a:hover {
            color: #37b0e9; }
        .pro-ann-item .item-table table tbody td span {
          display: inline-block;
          overflow: hidden; }
      .pro-ann-item .item-table table tbody tr:first-child td {
        padding-top: 16px; }
      .pro-ann-item .item-table table tbody .time-left span em {
        color: red; }
  .pro-ann-item .item-list {
    height: 300px;
    overflow: hidden;
    padding: 10px 15px; }
    .pro-ann-item .item-list ul {
      height: 280px;
      overflow: hidden; }
    .pro-ann-item .item-list li {
      height: 31px;
      line-height: 31px;
      padding-right: 18px; }
      .pro-ann-item .item-list li a {
        float: left;
        width: 420px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .pro-ann-item .item-list li a:hover {
          color: #37b0e9; }
      .pro-ann-item .item-list li span {
        float: right; }

.no-content {
  text-align: center;
  color: #666; }

.pro-ann-group2 {
  width: 100%; }
  .pro-ann-group2 .pro-ann-item {
    float: none;
    width: 100%; }
  .pro-ann-group2 .pro-ann-item .item-table table tbody td > a {
    max-width: 300px; }

/*# sourceMappingURL=home.css.map */
