* {
  margin: 0;
  padding: 0; }

a {
  font-style: normal;
  color: #333;
  text-decoration: none; }

.swiper-container-banner {
  width: 100%; }
  .swiper-container-banner img {
    display: block;
    width: 100%; }

em {
  font-style: normal; }

input {
  -webkit-appearance: none; }

select {
  -webkit-appearance: none;
  background: #FFF; }

textarea {
  -webkit-appearance: none; }

:root {
  --swiper-theme-color: #dce2e3; }

.banner img {
  width: 100%; }

.swiper-container-box01 {
  margin-top: 20px; }

.ls-height {
  height: 60px;
  width: 100%; }

.ls-title span {
  font-size: 24px;
  position: relative; }
.ls-title span:before {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: -10px;
  display: block;
  width: 40px;
  height: 2px;
  background: #0e4f9f; }
.ls-title i {
  font-size: 14px;
  color: #bbbbbb;
  padding-left: 10px; }

.ls-rt-tab .ls-tab-con {
  display: inline-block; }
.ls-rt-tab a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #f0f0f0; }
.ls-rt-tab .on {
  background: #2051bf;
  color: #FFF; }

.ls-rt-tab {
  float: right; }

.ly-item-con {
  display: block;
  padding: 20px 15px; }

.ly-item-box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: all 0.5s;
  text-align: center;
  padding: 50px 70px; }
  .ly-item-box span {
    font-size: 20px;
    padding-top: 30px;
    display: block; }
  .ly-item-box p {
    font-size: 14px;
    color: #bbbbbb;
    padding: 1rem 0; }
  .ly-item-box .ly-more {
    width: 100%;
    height: 40px;
    padding-top: 20px; }
    .ly-item-box .ly-more i {
      background: url("../images/ly-gd-icon.png");
      width: 40px;
      height: 40px;
      margin: 0 auto;
      display: none; }

.ly-item-box:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s; }
  .ly-item-box:hover p {
    font-size: 14px;
    color: #333; }
  .ly-item-box:hover .ly-more i {
    display: inline-block; }

.ls-bg {
  background: #fafafa;
  padding: 70px 0px; }

.swiper-container-box02 {
  margin-top: 60px;
  padding-bottom: 50px;
  display: none; }

.js-item-con .js-item-box {
  position: relative;
  border-bottom: 1px solid #eeeeee; }
  .js-item-con .js-item-box .js-item-icon img {
    width: 100%; }
  .js-item-con .js-item-box span {
    font-size: 16px;
    display: block;
    position: relative;
    margin-top: 20px;
    padding-right: 20px; }
  .js-item-con .js-item-box p {
    font-size: 14px;
    color: #969696;
    margin: 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.js-item-con:hover .js-item-box {
  border-bottom: 1px solid #a0a0a0; }
  .js-item-con:hover .js-item-box span:before {
    content: '';
    background: url("../images/jt.png");
    width: 20px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 5px;
    display: block; }

.ls-tab-more {
  display: inline-block; }

.ls-more {
  display: none; }

.je-box {
  padding: 50px 0px; }

.je-tu img {
  width: 100%; }

.je-text .je-title {
  font-size: 18px; }
.je-text .je-text-content {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  padding-top: 15px; }
.je-text .je-more {
  border: 1px solid #666666;
  width: 120px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: block;
  margin-top: 20px; }

.je-number-con {
  margin-top: 100px; }
  .je-number-con .je-number {
    text-align: center;
    position: relative; }
    .je-number-con .je-number span {
      color: #2051bf;
      font-size: 50px;
      position: relative; }
      .je-number-con .je-number span strong {
        font-weight: normal; }
      .je-number-con .je-number span b {
        position: absolute;
        right: -10px;
        top: -10px;
        font-size: 14px;
        font-weight: normal; }
    .je-number-con .je-number i {
      display: block;
      color: #bbbbbb; }
  .je-number-con .je-number:before {
    content: " ";
    display: block;
    width: 1px;
    height: 50px;
    background: #DDD;
    position: absolute;
    right: 0px;
    top: 20px; }
  .je-number-con .je-number-li:nth-last-child(1) .je-number:before {
    display: none; }

.news-box {
  margin-top: 50px; }
  .news-box .news-list li {
    overflow: hidden;
    padding: 0px 10px 10px 10px; }
    .news-box .news-list li .new-list-con {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
      transition: all 0.5s;
      padding: 30px 20px;
      overflow: hidden;
      border-top: 1px solid #DDD; }
      .news-box .news-list li .new-list-con .news-lf {
        float: left;
        width: 80%;
        padding-right: 20px; }
        .news-box .news-list li .new-list-con .news-lf h3 a {
          font-weight: normal;
          font-size: 16px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          display: block;
          position: relative;
          padding-left: 15px; }
        .news-box .news-list li .new-list-con .news-lf h3 a:before {
          position: absolute;
          left: 0px;
          top: 8px;
          content: " ";
          display: block;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background: #DDD; }
        .news-box .news-list li .new-list-con .news-lf p {
          font-size: 14px;
          color: #666;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          line-height: 28px;
          margin-top: 15px;
          padding-left: 15px; }
      .news-box .news-list li .new-list-con .news-rt {
        float: right;
        width: 20%; }
        .news-box .news-list li .new-list-con .news-rt span {
          font-size: 18px;
          display: block;
          color: #666; }
        .news-box .news-list li .new-list-con .news-rt b {
          margin-top: 20px;
          padding-left: 15px;
          display: block;
          border-left: 1px solid #DDD;
          margin-left: 10px; }
  .news-box .news-list li:hover .new-list-con {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    background: #FFF; }
    .news-box .news-list li:hover .new-list-con .news-lf h3 a {
      color: #2051bf; }
    .news-box .news-list li:hover .new-list-con .news-lf h3 a:before {
      background: #2051bf; }

.n-news-box .news-list li:nth-child(1) {
  padding-top: 10px; }
  .n-news-box .news-list li:nth-child(1) .new-list-con {
    border-top: none; }
.n-news-box .news-list li {
  overflow: hidden;
  padding: 0px 10px 10px 10px; }
  .n-news-box .news-list li .new-list-con {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    padding: 30px 20px;
    overflow: hidden;
    border-top: 1px solid #DDD; }
    .n-news-box .news-list li .new-list-con .news-lf {
      float: left;
      width: 89%;
      padding-right: 20px; }
      .n-news-box .news-list li .new-list-con .news-lf h3 a {
        font-weight: normal;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        position: relative;
        padding-left: 15px; }
      .n-news-box .news-list li .new-list-con .news-lf h3 a:before {
        position: absolute;
        left: 0px;
        top: 8px;
        content: " ";
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #DDD; }
      .n-news-box .news-list li .new-list-con .news-lf p {
        font-size: 14px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 28px;
        margin-top: 15px;
        padding-left: 15px; }
    .n-news-box .news-list li .new-list-con .news-rt {
      float: right;
      width: 10%; }
      .n-news-box .news-list li .new-list-con .news-rt span {
        font-size: 18px;
        display: block;
        color: #666; }
      .n-news-box .news-list li .new-list-con .news-rt b {
        margin-top: 20px;
        padding-left: 15px;
        display: block;
        border-left: 1px solid #DDD;
        margin-left: 10px; }
.n-news-box .news-list li:hover .new-list-con {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  background: #FFF; }
  .n-news-box .news-list li:hover .new-list-con .news-lf h3 a {
    color: #2051bf; }
  .n-news-box .news-list li:hover .new-list-con .news-lf h3 a:before {
    background: #2051bf; }

.news-hot {
  background: #eeeeee;
  padding: 20px 37px; }
  .news-hot .news-hot-con .news-hot-date {
    font-size: 30px;
    color: #bbbbbb; }
  .news-hot .news-hot-con .news-hot-title {
    margin-top: 20px; }
    .news-hot .news-hot-con .news-hot-title h3 a {
      color: #2051bf;
      font-size: 18px;
      font-weight: normal;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      padding-right: 40px;
      position: relative; }
      .news-hot .news-hot-con .news-hot-title h3 a i {
        position: absolute;
        right: 0px;
        top: 0px; }
  .news-hot .news-hot-con .news-hot-text p {
    margin: 20px 0;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    border-left: 1px solid #DDD;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .news-hot .news-hot-con .news-hot-text img {
    width: 100%; }
  .news-hot .news-hot-con .news-hot-more {
    display: block;
    margin-top: 20px; }

.swiper-container-box03 {
  padding: 40px 1px; }

.kh-mg {
  padding: 40px 0; }

.kh-box .kh-box-con {
  margin-bottom: 20px; }
  .kh-box .kh-box-con a {
    display: block;
    position: relative;
    border: 1px solid #f0f0f0;
    width: 100%; }
    .kh-box .kh-box-con a img {
      display: block;
      width: 100%; }
    .kh-box .kh-box-con a .kh-text {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #FFF;
      text-align: center;
      height: 30px;
      line-height: 30px;
      background: #0e4f9f;
      display: none;
      font-size: 12px; }
  .kh-box .kh-box-con a:hover {
    border: 1px solid #0e4f9f; }
    .kh-box .kh-box-con a:hover .kh-text {
      display: block; }

.footer {
  background: #2e3033;
  padding: 30px 0; }
  .footer .footer-link {
    overflow: hidden; }
    .footer .footer-link li {
      width: 12.5%;
      float: left;
      text-align: center; }
      .footer .footer-link li a {
        color: #FFF; }
      .footer .footer-link li a:hover {
        color: #6d6e70; }
  .footer .footer-text {
    border-top: 1px solid #6d6e70;
    text-align: center;
    font-size: 12px;
    color: #6d6e70;
    line-height: 24px;
    padding-top: 30px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    .footer .footer-text a {
      color: #6d6e70; }
    .footer .footer-text a:hover {
      color: #FFF; }

.n-title-box {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px; }

.n-title {
  overflow: hidden;
  padding: 20px 0; }
  .n-title .n-title-lf {
    float: left; }
    .n-title .n-title-lf span {
      font-size: 20px;
      color: #2051bf;
      font-weight: bold; }
    .n-title .n-title-lf i {
      color: #bbbbbb;
      font-size: 14px;
      margin-left: 10px;
      text-transform: uppercase; }
  .n-title .n-title-rt {
    float: right;
    font-size: 14px;
    padding-top: 5px; }
    .n-title .n-title-rt a:hover {
      color: #2051bf; }
    .n-title .n-title-rt .on {
      color: #2051bf; }

.n-list-title {
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 0;
  margin-bottom: 20px; }
  .n-list-title span {
    font-size: 18px;
    border-left: 2px solid #2051bf;
    padding-left: 10px;
    height: 16px;
    line-height: 16px; }

.n-rt {
  min-height: 500px; }

.n-fw-list li {
  float: left;
  width: 50%;
  margin-bottom: 30px; }
.n-fw-list li:nth-of-type(even) {
  padding-left: 15px; }
.n-fw-list li:nth-of-type(odd) {
  padding-right: 15px; }

.n-nav li {
  border-bottom: 1px solid #f2f2f2;
  position: relative; }
  .n-nav li a {
    font-size: 18px;
    display: block;
    padding: 10px;
    position: relative; }
  .n-nav li a:hover {
    color: #2051bf; }
  .n-nav li dl dd a {
    font-size: 14px; }
.n-nav .on > a:before {
  content: " ";
  border-left: 2px solid #2051bf;
  position: absolute;
  left: 0px;
  top: 14px;
  height: 18px; }
.n-nav .n-nav-dow:before {
  content: " ";
  background: url("../images/n-nav-jt.jpg") no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 0px; }

.n-nav-close {
  display: none; }

.n-nav-t {
  display: none; }

.n-kh-list li {
  width: 33.333%;
  float: left;
  padding: 0px 15px; }

.n-text-content {
  font-size: 14px;
  line-height: 28px; }
  .n-text-content img {
    max-width: 100% !important; }

.pag {
  text-align: center;
  clear: both;
  margin: 20px 0px 40px 0px; }

.pag a {
  text-align: center;
  margin: 0px 2px;
  padding: 0px 16px;
  height: 35px;
  color: #888;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #e6e6e6; }

.pag span {
  text-align: center;
  margin: 0px 2px;
  padding: 0px 16px;
  height: 35px;
  color: #888;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #e6e6e6; }

.pag .current {
  background: #2051bf;
  color: #FFF; }

.page {
  text-align: center;
  margin-bottom: 20px; }

.page span {
  font-size: 1rem;
  color: #999;
  padding: 0px 1rem; }

.page .page_lf, .page_rt {
  border-radius: 2px;
  width: 50px;
  height: 30px;
  display: inline-block;
  vertical-align: middle; }

.page .page_lf {
  background: #bfbfbf url("../images/sxy-btn-bg.png") no-repeat center;
  background-size: 16px 12px; }

.page .page_rt {
  background: #bfbfbf url("../images/sxy-btn-bg01.png") no-repeat center;
  background-size: 16px 12px; }

.page .page_lf:hover {
  background: #2051bf url("../images/sxy-btn-bg.png") no-repeat center;
  background-size: 16px 12px; }

.page .page_rt:hover {
  background: #2051bf url("../images/sxy-btn-bg01.png") no-repeat center;
  background-size: 16px 12px; }

.n-news-xx {
  padding: 15px; }

.n-news-xx-li {
  padding: 10px;
  border-bottom: 1px solid #DDD; }
  .n-news-xx-li h3 {
    font-weight: normal; }
    .n-news-xx-li h3 a {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px; }
      .n-news-xx-li h3 a i {
        color: #666666; }
  .n-news-xx-li p {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 15px;
    line-height: 28px; }

.n-news-xx-li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #2051bf; }

.n-news-title {
  padding-left: 15px; }
  .n-news-title span {
    color: #2051bf;
    border-left: 2px solid #2051bf;
    padding-left: 15px;
    font-size: 16px; }

.n-news-xx-title h1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 40px; }
.n-news-xx-title span {
  display: block;
  padding: 10px 0px; }

.n-news-xx-bt {
  overflow: hidden;
  padding: 20px 0px 30px 0px;
  border-top: 1px solid #eeeeee;
  margin-top: 20px; }
  .n-news-xx-bt .n-sxp {
    font-size: 16px;
    color: #666;
    float: left;
    width: 50%; }
    .n-news-xx-bt .n-sxp a {
      font-size: 16px;
      color: #666; }
  .n-news-xx-bt .n-black {
    width: 50%;
    float: right;
    text-align: right; }
    .n-news-xx-bt .n-black a {
      width: 150px;
      height: 40px;
      line-height: 40px;
      color: #FFF;
      text-align: center;
      display: inline-block;
      background: #235ff5;
      border-radius: 20px;
      margin-top: 10px; }

.td-list ul li {
  width: 50%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px; }
  .td-list ul li .td-list-box {
    background: #f8f8f8;
    padding: 10px; }
    .td-list ul li .td-list-box a {
      display: block;
      overflow: hidden; }
      .td-list ul li .td-list-box a .td-list-lf {
        float: left;
        width: 40%; }
        .td-list ul li .td-list-box a .td-list-lf img {
          width: 100%; }
      .td-list ul li .td-list-box a .td-list-rt {
        float: right;
        width: 60%;
        padding-left: 20px; }
        .td-list ul li .td-list-box a .td-list-rt h3 {
          margin-top: 30px;
          font-size: 23px; }
        .td-list ul li .td-list-box a .td-list-rt span {
          font-size: 16px;
          color: #999999;
          display: block;
          padding: 15px 0; }
        .td-list ul li .td-list-box a .td-list-rt p {
          font-size: 16px;
          color: #999999;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          line-height: 28px; }
        .td-list ul li .td-list-box a .td-list-rt i {
          background: url("../images/td_j01.png") no-repeat;
          width: 20px;
          height: 12px;
          display: block;
          margin-top: 20px; }
.td-list ul li:hover .td-list-box {
  background: #235ff5; }
  .td-list ul li:hover .td-list-box a {
    color: #FFF; }
    .td-list ul li:hover .td-list-box a .td-list-rt span {
      color: #FFF; }
    .td-list ul li:hover .td-list-box a .td-list-rt p {
      color: #FFF; }
    .td-list ul li:hover .td-list-box a .td-list-rt i {
      background: url("../images/td_j02.png") no-repeat;
      width: 20px;
      height: 12px;
      display: block;
      margin-top: 20px; }
.td-list ul li:nth-of-type(odd) {
  padding-right: 15px; }
.td-list ul li:nth-of-type(even) {
  padding-left: 15px; }

.td-xx .td-xx-tu img {
  max-width: 100%; }
.td-xx .td-xx-text {
  font-size: 14px;
  color: #999;
  padding: 20px 0;
  line-height: 28px; }
.td-xx .td-xx-ewm img {
  width: 96px; }

.n_t02 span strong {
  font-size: 20px;
  color: #2051bf;
  font-weight: normal; }

.n_t02 span em {
  font-size: 14px;
  color: #bdbdbd;
  margin-left: 10px; }

.fz_lc {
  overflow: hidden;
  background: url("../images/fg-bg02.jpg") repeat-y center;
  width: 900px;
  margin: 30px 0px; }

.fz_lc ul li {
  float: right;
  width: 451px;
  padding-left: 129px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  padding-right: 15px; }

.fz_lc ul li:after {
  content: " ";
  width: 129px;
  height: 13px;
  background: url("../images/fg-d02.png") no-repeat;
  display: block;
  position: absolute;
  left: -5px;
  top: 30px; }

.fz_lc ul li em {
  display: block;
  color: #2051bf;
  font-size: 30px;
  font-weight: bold; }

.fz_lc ul li span {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 30px; }

.fz_lc ul .ad_rt01 {
  text-align: right;
  padding-right: 129px;
  padding-left: 15px;
  float: left; }

.fz_lc ul .ad_rt01:before {
  content: " ";
  width: 129px;
  height: 12px;
  background: url("../images/fg-d01.png") no-repeat;
  display: block;
  position: absolute;
  right: -8px;
  top: 30px; }

.fz_lc ul .ad_rt01:after {
  display: none; }

.lc {
  width: 100%;
  background: url("../images/fg-bg02.jpg") repeat-y center;
  margin: 3rem 0px; }

.mb_lc_li .mb_lc_icon {
  border: 1px solid #2051bf;
  background: #FFF;
  border-radius: 40px;
  width: 80px;
  height: 36px;
  line-height: 36px;
  margin: 1.5rem auto;
  text-align: center;
  color: #777;
  font-size: 0.875rem; }

.mb_lc_li:hover .mb_lc_icon em {
  color: #2051bf; }

.mb_lc_li .mb_lc_con {
  border: 1px solid #DDD;
  color: #777;
  font-size: 0.875rem;
  padding: 15px 20px 0 20px;
  background: #FFF; }

.mb_lc_li .mb_lc_con p {
  margin-bottom: 15px;
  line-height: 24px; }

.mb_lc_li:hover .mb_lc_con {
  border: 1px solid #2051bf; }

.n_jr_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0px 30px 0px;
  font-size: 14px; }

.n_jr_table thead tr th {
  background: #2051bf;
  border: 1px solid #FFF;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  height: 35px;
  font-size: 14px; }

.n_jr_table tbody tr td {
  border-bottom: 1px solid #ededed;
  height: 40px;
  color: #999;
  font-size: 14px; }

.n_jr_table tbody tr:nth-of-type(even) {
  background: #fafafa; }

.n-jr-xx {
  float: right;
  color: #999;
  font-size: 14px;
  padding-right: 10px; }

.jr_content {
  margin: 5px 0 30px 0; }

.jr_title01 h3 {
  font-size: 24px;
  font-weight: normal; }

.jr_title01 p {
  margin-top: 10px;
  color: #666666;
  font-size: 16px; }

.jr_title01 p span {
  color: #f08437; }

.n_jr_group {
  overflow: hidden;
  margin-top: 15px;
  width: 50%; }

.n_jr_group a {
  width: 47%;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px; }

.n_jr_group a:nth-child(1) {
  border: 1px solid #2051bf;
  color: #2051bf;
  float: left; }

.n_jr_group a:nth-child(2) {
  background: #2051bf;
  color: #FFF;
  float: right; }

.n_jr_group a:nth-child(2) img {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 5px; }

.contact_map {
  margin: 0 0 30px 0; }

.contact_bottom .contact_bottom_left {
  float: left; }

.contact_bottom .contact_bottom_left h2 {
  font-size: 18px;
  color: #2e3033;
  margin-bottom: 20px; }

.contact_bottom .contact_bottom_left p {
  font-size: 14px;
  color: #999999;
  line-height: 30px; }

.contact_bottom .contact_bottom_left em {
  margin-top: 20px;
  display: block; }

.contact_bottom .contact_bottom_right {
  width: 500px;
  float: right; }

.contact_bottom .contact_bottom_right em {
  font-size: 18px;
  color: #2e3033;
  display: block;
  margin-bottom: 20px; }

.contact_bottom .contact_bottom_right p input {
  width: 100%;
  height: 44px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-left: 10px;
  line-height: 44px;
  font-size: 14px;
  color: #999999; }

.contact_bottom .contact_bottom_right p textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-left: 10px;
  line-height: 44px;
  font-size: 14px;
  color: #999999; }

.contact_bottom .contact_bottom_right p input[type="submit"] {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background: #2051bf;
  color: #FFFFFF;
  border: 0;
  margin-top: 10px;
  padding: 0;
  cursor: pointer; }

.partner {
  overflow: hidden;
  margin-bottom: 20px; }

.resume_from table {
  width: 100%; }

.resume_big {
  background: #f8f8f8;
  padding: 30px 90px; }

.resume_title h2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px; }

.resume_from tr td {
  position: relative; }

.resume_from tr td input {
  width: 100%;
  padding: 0 10px 0 110px;
  border: 1px solid #e8e8e8;
  color: #333333;
  font-size: 14px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px; }

.resume_from tr td em {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 14px;
  color: #a9a9a9;
  width: 90px;
  display: block; }

.resume_from tr td .em_1 {
  letter-spacing: 11px; }

.resume_from tr td div select {
  width: 100%;
  height: 42px;
  line-height: 40px;
  border: 1px solid #e8e8e8;
  padding-left: 100px;
  font-size: 14px;
  color: #333333; }

.resume_from tr td span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #cccccc; }

.resume_from tr td textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e8e8e8;
  height: 180px;
  margin-bottom: 20px;
  font-size: 14px; }

.resume_from_tj {
  display: block;
  text-align: center;
  padding: 30px 0;
  overflow: hidden; }

.resume_from_tj a {
  width: 40%;
  height: 38px;
  border: 1px solid #0e4f9f;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #0e4f9f; }

.resume_from_tj a:nth-of-type(odd) {
  float: left; }

.resume_from_tj a:nth-of-type(even) {
  float: right; }

.resume_from_tj a:hover {
  background: #0e4f9f;
  color: #FFFFFF; }

.appreciation_btn_img {
  height: 100%;
  text-align: center;
  padding: 20px 0;
  display: block; }

.dj-list li {
  padding: 20px 0px;
  border-bottom: 1px dashed #d2d2d2; }
  .dj-list li .dj-li-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px; }
    .dj-list li .dj-li-title a {
      width: 60%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      float: left;
      font-size: 16px; }
    .dj-list li .dj-li-title a:hover {
      color: #941e22; }
    .dj-list li .dj-li-title span {
      display: block;
      float: right;
      font-size: 16px;
      color: #666; }
      .dj-list li .dj-li-title span i {
        display: inline-block;
        background: url("../images/hot.png") no-repeat;
        background-size: contain;
        width: 24px;
        height: 14px;
        margin-left: 5px;
        vertical-align: middle; }
  .dj-list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 28px;
    color: #666; }
.dj-list li:nth-child(1) {
  padding-top: 0px; }

.dy-cy li {
  margin-bottom: 15px; }
  .dy-cy li a {
    display: block;
    overflow: hidden; }
    .dy-cy li a .dy-cy-con .dy-cy-lf {
      width: 40%;
      float: left; }
      .dy-cy li a .dy-cy-con .dy-cy-lf img {
        width: 100%; }
    .dy-cy li a .dy-cy-con .dy-cy-rt {
      width: 60%;
      float: right;
      padding-left: 15px; }
      .dy-cy li a .dy-cy-con .dy-cy-rt h3 {
        font-size: 16px;
        border-left: 2px solid #941e22;
        padding-left: 10px;
        margin-top: 20px;
        margin-bottom: 20px; }
      .dy-cy li a .dy-cy-con .dy-cy-rt .dy-cy-text {
        font-size: 14px;
        line-height: 28px;
        color: #666; }

.qq_fd {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9999; }

.qq_fd a {
  display: block;
  margin-bottom: 1px;
  width: 50px;
  height: 50px;
  position: relative; }

.qq_fd a img {
  display: block;
  z-index: 99999;
  position: absolute;
  top: 0px;
  left: 0px; }

.qq_fd a img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8; }

.qq_fd .fd_txt1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 150px;
  background: #0e4f9f;
  color: #FFF;
  line-height: 50px;
  font-size: 18px;
  padding-left: 10px; }

.qq_fd .fd_txt2 {
  position: absolute;
  top: 0px;
  left: -91px;
  display: none; }

.swiper-pagination-bullet-active {
  background-color: #0e4f9f !important; }

.online-kf {
  width: 70%;
  margin: 0 15%;
  position: fixed;
  left: 0px;
  background: rgba(243, 243, 243, 0.9);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  bottom: 40px;
  height: 40px;
  border-radius: 80px;
  z-index: 5; }
  .online-kf a {
    width: 33.333%;
    float: left;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #233876;
    font-size: 18px;
    position: relative; }
    .online-kf a i {
      color: #233876;
      font-size: 20px; }
  .online-kf a:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.6); }
  .online-kf a:nth-last-child(1):after {
    display: none; }

.weixin-box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8); }
  .weixin-box .weixin-close {
    padding: 20px;
    text-align: right; }
    .weixin-box .weixin-close img {
      width: 25px; }
  .weixin-box .weixin-img {
    text-align: center;
    padding: 80px; }
    .weixin-box .weixin-img img {
      width: 100%; }

.banner_pc {
  display: block; }

.banner_mobile {
  display: none; }

@media screen and (max-width: 767px) {
  .banner_pc {
    display: none; }

  .banner_mobile {
    display: block; }

  .qq_fd {
    display: none; }

  .pre-pc {
    display: none; }

  .pre-yd {
    display: block;
    margin-bottom: 15px; }

  .main-content {
    max-width: 100%;
    margin: 0 auto; }

  .ls-title {
    padding: 0px 20px;
    text-align: center; }
    .ls-title i {
      display: block;
      margin-top: 20px; }
    .ls-title strong {
      display: none; }
    .ls-title span:before {
      left: 50%;
      margin-left: -20px; }

  .ly-item-box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s; }
    .ly-item-box .ly-more i {
      display: inline-block; }

  .ls-rt-tab {
    display: none; }

  .slideBox {
    padding: 0 15px; }

  .swiper-container-box02 {
    margin-top: 30px; }

  .ls-more {
    display: block;
    width: 120px;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #DDD;
    margin: 10px auto; }

  .je-text {
    padding: 0px 15px; }
    .je-text .je-title {
      margin-top: 20px; }

  .je-number-con {
    display: none; }

  .swiper-container-box03 {
    padding: 40px 15px; }

  .kh-box .kh-box-con a:hover .kh-text {
    display: none; }

  .news-box .news-list li {
    padding: 0px; }

  .footer {
    margin-top: 20px; }
    .footer .footer-link li {
      width: 50%;
      line-height: 40px; }
    .footer .footer-text {
      text-align: left; }

  .n-rt {
    padding: 0px 15px; }

  .n-title-box {
    display: none; }

  .n-nav {
    padding: 15px; }

  .n-nav-box {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #FFF;
    z-index: 9999;
    display: none; }

  .n-nav-close {
    display: block;
    text-align: right;
    padding: 15px 15px 0 15px; }
    .n-nav-close img {
      width: 25px; }

  .n-nav-t {
    display: block;
    background: #2051bf;
    padding: 8px 15px;
    overflow: hidden; }
    .n-nav-t span {
      float: left;
      color: #FFF;
      font-size: 14px; }
      .n-nav-t span img {
        width: 22px;
        vertical-align: -5px; }
    .n-nav-t i {
      float: right; }
      .n-nav-t i img {
        width: 20px; }

  .n-kh-list li {
    width: 50%; }

  .n-news-box .news-list li .new-list-con .news-lf {
    width: 80%; }
  .n-news-box .news-list li .new-list-con .news-rt {
    width: 20%; }

  .pag {
    display: none; }

  .page {
    display: block; }

  .n-news-xx-bt .n-sxp {
    width: 100%; }
  .n-news-xx-bt .n-black {
    width: 100%;
    text-align: left;
    margin-top: 20px; }

  .td-list ul li {
    width: 100%; }
    .td-list ul li .td-list-box a .td-list-rt h3 {
      margin-top: 0px;
      font-size: 18px; }
    .td-list ul li .td-list-box a .td-list-rt span {
      font-size: 14px;
      padding: 10px 0; }
    .td-list ul li .td-list-box a .td-list-rt p {
      font-size: 14px;
      color: #999999;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 24px; }
    .td-list ul li .td-list-box a .td-list-rt i {
      background: url("../images/td_j01.png") no-repeat;
      width: 20px;
      height: 12px;
      display: block;
      margin-top: 10px; }
  .td-list ul li:nth-of-type(odd) {
    padding-right: 0px; }
  .td-list ul li:nth-of-type(even) {
    padding-left: 0px; }

  .td-xx {
    padding-left: 15px; }
    .td-xx .td-xx-ewm {
      display: none; }

  .fz_lc {
    display: none; }

  .n-jr-xx {
    display: none; }

  .n_jr_b {
    width: 40%; }

  .n_jr_b a {
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100px; }

  .n_jr_c {
    color: #c2c2c2;
    text-align: center;
    width: 30%; }

  .n_jr_group {
    width: 100%; }

  .contact_bottom .contact_bottom_left {
    margin-bottom: 20px;
    width: 100%; }
  .contact_bottom .contact_bottom_right {
    width: 100%; }

  .resume_big {
    padding: 15px; }

  .bd-yd {
    margin-bottom: 20px; }

  .dy-cy {
    padding: 15px; }

  .dy-title {
    padding: 0px 15px; }
    .dy-title .n-list-title {
      margin-bottom: 0px; }

  .swiper-container-banner .pre-yd {
    margin-bottom: 0px; }

  .ls-height {
    height: 30px; }

  .ls-bg {
    padding: 30px 0; }

  .news-box .news-list li .new-list-con {
    padding: 15px 0; }

  .n-news-box .news-list li .new-list-con {
    padding: 15px 0; }

  .n-news-box .news-list li {
    padding: 0px; }

  .n-rt {
    min-height: auto; } }
@media screen and (min-width: 768px) {
  .online-kf {
    display: none; }

  .pre-pc {
    display: block; }

  .pre-yd {
    display: none; }

  .main-content {
    max-width: 1200px;
    margin: 0 auto; }

  .pag {
    display: block; }

  .page {
    display: none; }

  .lc {
    display: none; } }

/*# sourceMappingURL=public.css.map */
