@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, ul, dl, li, dt, dd, p, form, th, td, img, marquee, span, a {
  margin: 0 auto;
  padding: 0; }

body {
  background: #f3f5f6;
  font-size: 18px;
  color: #333;
  font-family: "微软雅黑";
  min-width: 1200px;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

i, b {
  font-weight: normal;
  font-style: normal; }

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

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #000;
  outline: none; }

a:hover {
  text-decoration: none; }

*:focus {
  outline: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.font {
  font-family: "微软雅黑"; }

.clear {
  clear: both; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  *zoom: 1; }

.trs * {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

object#ClCache {
  display: none; }

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

.in-link {
  background: #000;
  color: #999;
  padding: 10px 0;
  font-size: 13px; }

.in-link .in-link-box {
  padding-left: 110px; }

.in-link a {
  color: inherit;
  vertical-align: middle; }

.in-link span {
  margin: 0px 7px;
  vertical-align: middle; }

.modal-header {
  margin: 0; }
  .modal-header * {
    margin: 0; }

header.site-header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 100%; }
  header.site-header:hover, header.site-header.on, header.site-header.active {
    background: rgba(0, 122, 255, 0.8); }

.navbar {
  max-width: 1200px;
  padding: 0; }
  .navbar .container .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    width: 173px;
    height: 100px;
    padding: 0;
    margin: 0;
    background: url("../images/hd_logo.svg") no-repeat center;
    z-index: 2000; }
  .navbar .container .navbar-collapse.collapse {
    display: block !important;
    position: relative;
    float: right;
    padding: 0;
    width: auto;
    border-top: none;
    right: -27px; }
    .navbar .container .navbar-collapse.collapse ul {
      flex-direction: row;
      height: 100px;
      align-items: center;
      float: right; }
      .navbar .container .navbar-collapse.collapse ul li {
        display: inline-block;
        padding: 0 28px; }
        .navbar .container .navbar-collapse.collapse ul li a {
          color: #fff;
          font-size: 16px;
          position: relative; }
          .navbar .container .navbar-collapse.collapse ul li a:hover, .navbar .container .navbar-collapse.collapse ul li a.on {
            text-decoration: none;
            font-weight: 600;
            color: #fff; }
            .navbar .container .navbar-collapse.collapse ul li a:hover:after, .navbar .container .navbar-collapse.collapse ul li a.on:after {
              display: block;
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              bottom: -17px;
              width: 24px;
              height: 4px;
              background: #fff;
              margin: 0 auto; }

#footer {
  margin-top: 70px; }
  #footer .footer-top {
    background: #fff;
    height: 208px; }
    #footer .footer-top .footer-con {
      max-width: 1200px;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #footer .footer-top .footer-con .logo {
        margin: 0; }
      #footer .footer-top .footer-con .item .title {
        font-size: 15px; }
      #footer .footer-top .footer-con .item .con {
        font-size: 26px; }
        #footer .footer-top .footer-con .item .con .msg {
          margin-left: 24px;
          font-size: 16px; }
      #footer .footer-top .footer-con .qrcode {
        text-align: center;
        margin: 0; }
        #footer .footer-top .footer-con .qrcode .title {
          font-size: 15px; }
  #footer .footer-bot {
    border-top: 1px solid #eee;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 14px;
    color: #7f8080; }

@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-90deg); }
  50% {
    -webkit-transform: rotate(-180deg); }
  75% {
    -webkit-transform: rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
#myCarousel {
  min-height: 776px;
  position: relative; }
  #myCarousel .carousel-indicators {
    margin-bottom: 160px; }
    #myCarousel .carousel-indicators li {
      width: 40px;
      height: 6px;
      background: #fff;
      border: 0 none;
      opacity: 1; }
      #myCarousel .carousel-indicators li.active {
        background: #0084ff; }
  #myCarousel .carousel-inner .carousel-item {
    min-height: 876px; }
  #myCarousel .carousel-inner .bg1 {
    background: url("http://afl-static.aifenlei.com.cn/Fgt16XNr-M-AJq_wQ44vp82uKTHQ") #79af4f no-repeat center/1920px 876px; }
  #myCarousel .carousel-inner .bg2 {
    background: url("http://afl-static.aifenlei.com.cn/FqEfpfAwQ--SIbNhsCXeJttmyKx6") #79af4f no-repeat center/1920px 876px; }
    #myCarousel .carousel-inner .bg2 .center {
      width: 1200px;
      margin: 0 auto;
      position: relative; }
      #myCarousel .carousel-inner .bg2 .center .icon {
        position: absolute;
        top: 59px;
        right: -80px;
        animation: turn 4s linear infinite; }
  #myCarousel .data-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    height: 112px; }
    #myCarousel .data-list .data-list-con {
      margin: 0 auto;
      max-width: 1200px;
      display: flex;
      justify-content: space-between; }
    #myCarousel .data-list .item {
      width: 222px;
      height: 86px;
      background: #fff;
      border-radius: 6px;
      padding-top: 30px;
      box-sizing: border-box; }
      #myCarousel .data-list .item .fl {
        margin-top: 2px;
        width: 48px;
        margin-left: 20px;
        text-align: center;
        float: left; }
      #myCarousel .data-list .item .fr {
        float: left;
        margin-left: 20px;
        font-size: 14px; }
        #myCarousel .data-list .item .fr .title {
          line-height: 34px; }
          #myCarousel .data-list .item .fr .title .num {
            font-weight: 600;
            font-size: 30px;
            vertical-align: top; }
          #myCarousel .data-list .item .fr .title .num2 {
            font-weight: 600;
            font-size: 24px;
            vertical-align: top; }

.home-box {
  margin-top: 40px;
  background: #fff;
  border-radius: 10px; }
  .home-box .title {
    padding: 40px;
    padding-left: 0; }
    .home-box .title .move {
      float: right;
      line-height: 34px;
      font-size: 14px;
      padding-right: 14px;
      background: url("../images/arrow_fr.png") no-repeat right center; }
    .home-box .title span {
      display: inline-block;
      font-size: 30px;
      padding-left: 11px;
      line-height: 1em;
      border-left: 5px solid #0084ff; }

.home-business {
  background: transparent;
  margin-top: 20px; }
  .home-business .business .carousel-indicators {
    margin-bottom: 40px; }
    .home-business .business .carousel-indicators li {
      background: #f3f5f6;
      border: 0 none;
      width: 40px;
      height: 6px;
      opacity: 1; }
      .home-business .business .carousel-indicators li.active {
        background: #0084ff; }
  .home-business .business .carousel-inner .business-item {
    border-radius: 10px;
    text-align: center;
    width: 270px;
    height: 310px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .home-business .business .carousel-inner .business-item .title {
      padding: 0;
      padding-top: 20px;
      font-size: 18px; }

.home-system {
  background: url("http://afl-static.aifenlei.com.cn/FlJqLwwYXmUb4EOk1fuI_MQE_ucR") no-repeat center;
  height: 605px;
  padding-top: 20px; }
  .home-system .business {
    position: relative; }
    .home-system .business .swiper-slide {
      width: 300px;
      height: 390px;
      text-align: center; }
      .home-system .business .swiper-slide .con {
        width: 100%;
        height: 100%;
        padding-top: 138px; }
        .home-system .business .swiper-slide .con:hover {
          background: rgba(0, 114, 255, 0.8); }
        .home-system .business .swiper-slide .con .img {
          height: 50px; }
        .home-system .business .swiper-slide .con .bd {
          width: 18px;
          height: 2px;
          background: #fff;
          margin: 22px auto 0; }
        .home-system .business .swiper-slide .con .title {
          font-size: 18px;
          color: #fff;
          padding: 20px; }
      .home-system .business .swiper-slide.swiper-slide01 {
        background: url("http://afl-static.aifenlei.com.cn/FuBqA5wJNgPJhYpvyglyKf62BWt7") no-repeat center; }
      .home-system .business .swiper-slide.swiper-slide02 {
        background: url("http://afl-static.aifenlei.com.cn/FrkPu8ihv88Z3k8YJM-APZND7uDm") no-repeat center; }
      .home-system .business .swiper-slide.swiper-slide03 {
        background: url("http://afl-static.aifenlei.com.cn/FvCDafmrIYAf5sq7dJ6SRiVE5NGz") no-repeat center; }
      .home-system .business .swiper-slide.swiper-slide04 {
        background: url("http://afl-static.aifenlei.com.cn/Fj8r38cynpqWolkCUbi1hOCKROvq") no-repeat center; }
      .home-system .business .swiper-slide.swiper-slide05 {
        background: url("http://afl-static.aifenlei.com.cn/Fo05_JwQgEW2S47vbf6iJmzpmzts") no-repeat center; }
      .home-system .business .swiper-slide.swiper-slide06 {
        background: url("http://afl-static.aifenlei.com.cn/FnmzYfchZRZUiy0wvXfMCUg0yufZ") no-repeat center; }
    .home-system .business .swiper-button-next, .home-system .business .swiper-button-prev {
      width: 50px;
      height: 100%;
      top: 0;
      margin: 0;
      background-color: rgba(0, 0, 0, 0.2); }
      .home-system .business .swiper-button-next:after, .home-system .business .swiper-button-prev:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 27px; }
    .home-system .business .swiper-button-next {
      right: 0; }
      .home-system .business .swiper-button-next:after {
        background: url("http://afl-static.aifenlei.com.cn/FmZt9FIWam8WjwQQmYQNmUZafRCg") no-repeat center; }
    .home-system .business .swiper-button-prev {
      left: 0; }
      .home-system .business .swiper-button-prev:after {
        background: url("http://afl-static.aifenlei.com.cn/Fm-03Bp1E8u6iq4O14OJ0lz_r2KW") no-repeat center; }
  .home-system #carouselExampleIndicators2 {
    height: 410px; }
    .home-system #carouselExampleIndicators2 .carousel-item .row {
      width: 100%;
      padding: 0 20px;
      margin: 0; }
    .home-system #carouselExampleIndicators2 .carousel-indicators {
      margin-bottom: 40px; }
      .home-system #carouselExampleIndicators2 .carousel-indicators li {
        background: #f3f5f6;
        border: 0 none;
        width: 40px;
        height: 6px;
        opacity: 1; }
        .home-system #carouselExampleIndicators2 .carousel-indicators li.active {
          background: #0084ff; }
  .home-system .system-nav {
    float: left;
    width: 165px;
    border-right: 1px solid #e0e0e0;
    height: 100%; }
    .home-system .system-nav ul li {
      height: 90px;
      width: 163px;
      text-align: center;
      cursor: pointer;
      box-sizing: content-box; }
      .home-system .system-nav ul li.first {
        margin: 60px 0 145px; }
      .home-system .system-nav ul li .img {
        opacity: .5;
        padding-top: 6px; }
      .home-system .system-nav ul li .title {
        color: #999;
        font-size: 18px;
        padding: 8px 0 0 0; }
      .home-system .system-nav ul li.active {
        border-right: 5px solid #0084ff; }
        .home-system .system-nav ul li.active .img {
          opacity: 1; }
        .home-system .system-nav ul li.active .title {
          color: #0084ff; }
  .home-system .system-con {
    padding: 40px;
    float: right;
    width: 1034px;
    height: 100%;
    box-sizing: border-box; }
    .home-system .system-con .carousel {
      display: none; }
      .home-system .system-con .carousel.on {
        display: block; }
    .home-system .system-con .carousel {
      height: 100%; }
      .home-system .system-con .carousel .carousel-indicators {
        margin: 0 160px 40px 600px; }
        .home-system .system-con .carousel .carousel-indicators li {
          background: #f3f5f6;
          border: 0 none;
          width: 40px;
          height: 6px;
          opacity: 1; }
          .home-system .system-con .carousel .carousel-indicators li.active {
            background: #0084ff; }
      .home-system .system-con .carousel .carousel-inner .carousel-item .fl {
        padding: 148px 0 0 80px; }
        .home-system .system-con .carousel .carousel-inner .carousel-item .fl .title {
          line-height: 1em;
          font-size: 34px;
          font-weight: 600;
          padding: 0; }
        .home-system .system-con .carousel .carousel-inner .carousel-item .fl .msg {
          line-height: 1em;
          font-size: 14px;
          color: #999;
          padding-top: 36px; }
      .home-system .system-con .carousel .carousel-inner .carousel-item .fr {
        float: right;
        width: 510px;
        height: 300px;
        line-height: 300px;
        text-align: center; }

.home-news {
  margin-top: 0;
  background: #fff; }
  .home-news .news-con {
    padding: 0 40px 40px; }
    .home-news .news-con .news-fl {
      float: left;
      width: 760px; }
      .home-news .news-con .news-fl .news-hot {
        width: 760px;
        height: 356px;
        border-radius: 10px;
        overflow: hidden;
        position: relative; }
        .home-news .news-con .news-fl .news-hot img {
          width: 100%;
          height: 100%; }
        .home-news .news-con .news-fl .news-hot .hot-title {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          line-height: 83px;
          padding-left: 34px;
          font-size: 26px;
          color: #fff;
          background: rgba(6, 127, 250, 0.9); }
      .home-news .news-con .news-fl .news-list .media-list {
        display: flex;
        justify-content: space-between; }
        .home-news .news-con .news-fl .news-list .media-list li {
          width: 240px;
          height: 180px;
          border-radius: 10px;
          overflow: hidden;
          position: relative; }
          .home-news .news-con .news-fl .news-list .media-list li .img img {
            width: 240px;
            height: 180px; }
          .home-news .news-con .news-fl .news-list .media-list li .player {
            width: 52px;
            height: 52px;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            margin: -36px auto 0;
            display: none; }
          .home-news .news-con .news-fl .news-list .media-list li:hover .player {
            display: inline-block; }
          .home-news .news-con .news-fl .news-list .media-list li .title {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 36px;
            line-height: 36px;
            padding: 0;
            padding-left: 24px;
            background: rgba(6, 127, 250, 0.9);
            color: #fff;
            font-size: 14px; }
          .home-news .news-con .news-fl .news-list .media-list li video {
            max-width: 100%; }
      .home-news .news-con .news-fl .news-list .item {
        padding-top: 18px;
        height: 180px;
        box-sizing: content-box; }
        .home-news .news-con .news-fl .news-list .item .fl {
          width: 250px;
          border-radius: 10px;
          overflow: hidden; }
        .home-news .news-con .news-fl .news-list .item .fr {
          width: 472px; }
          .home-news .news-con .news-fl .news-list .item .fr .item-title {
            font-size: 18px;
            color: #000;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1em;
            padding-top: 44px; }
          .home-news .news-con .news-fl .news-list .item .fr .msg {
            font-size: 14px;
            color: #7d7d7d;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1em;
            padding-top: 19px; }
          .home-news .news-con .news-fl .news-list .item .fr .time {
            font-size: 14px;
            color: #a8a8a8;
            line-height: 1em;
            padding-top: 40px; }
    .home-news .news-con .news-fr {
      float: right;
      width: 342px; }
      .home-news .news-con .news-fr .news-video {
        height: 110px;
        display: block;
        line-height: 110px;
        background: #0084ff;
        font-size: 22px;
        color: #fff;
        border-radius: 10px;
        overflow: hidden; }
        .home-news .news-con .news-fr .news-video .fl {
          line-height: 30px;
          padding-top: 27px;
          text-align: center;
          width: 268px; }
        .home-news .news-con .news-fr .news-video .fr {
          background: #007cef;
          text-align: center;
          width: 74px; }
          .home-news .news-con .news-fr .news-video .fr i {
            display: inline-block;
            background: url("../images/icon/news_video_icon.png");
            width: 26px;
            height: 26px;
            vertical-align: middle; }
      .home-news .news-con .news-fr .news-list {
        margin-top: 30px;
        padding: 0 30px;
        background: #f9f9f9;
        border-radius: 10px;
        min-height: 613px; }
        .home-news .news-con .news-fr .news-list .item {
          border-bottom: 1px dashed #e0e0e0;
          padding-bottom: 34px;
          display: block; }
          .home-news .news-con .news-fr .news-list .item .title {
            padding: 30px 0 0 0;
            font-size: 16px;
            color: #666;
            font-weight: 600;
            line-height: 28px;
            max-height: 56px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            box-sizing: content-box; }
          .home-news .news-con .news-fr .news-list .item .msg {
            color: #666;
            font-size: 14px;
            padding-top: 18px;
            line-height: 1em;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .home-news .news-con .news-fr .news-list .item:hover .title {
            color: #0084ff; }
          .home-news .news-con .news-fr .news-list .item:last-child {
            border-bottom: 0 none; }

.system-banner {
  height: 600px;
  background: url("http://afl-static.aifenlei.com.cn/FsWiUHiQN-HBGIDMzSPY4ziMxneD") no-repeat center/1920px 600px; }

.system-page .system-on {
  padding-bottom: 94px;
  padding-top: 49px; }
  .system-page .system-on .system-item {
    margin-top: 60px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 620px; }
    .system-page .system-on .system-item.item01 .item-fl {
      background-image: linear-gradient(to right, #0084ff, #2f9bff); }
    .system-page .system-on .system-item.item02 .item-fl {
      background-image: linear-gradient(to right, #494d57, #383a40); }
    .system-page .system-on .system-item.item03 .item-fl {
      background-image: linear-gradient(to right, #6fc73e, #5abe22); }
    .system-page .system-on .system-item.item04 .item-fl {
      background-image: linear-gradient(to right, #1264f8, #3177f3); }
    .system-page .system-on .system-item.item05 .item-fl {
      background-image: linear-gradient(to right, #494d57, #383a40); }
    .system-page .system-on .system-item.item06 .item-fl {
      background-image: linear-gradient(to right, #5514c6, #6f31da); }
    .system-page .system-on .system-item .item-fl {
      width: 386px;
      float: left;
      height: 100%; }
      .system-page .system-on .system-item .item-fl .fl-top {
        padding: 50px 0 0 46px;
        color: #fff; }
        .system-page .system-on .system-item .item-fl .fl-top .title {
          font-size: 32px;
          line-height: 1em; }
        .system-page .system-on .system-item .item-fl .fl-top .msg {
          font-size: 14px;
          padding-top: 22px; }
      .system-page .system-on .system-item .item-fl .carousel {
        height: 502px; }
        .system-page .system-on .system-item .item-fl .carousel .carousel-indicators {
          margin-bottom: 45px; }
          .system-page .system-on .system-item .item-fl .carousel .carousel-indicators li {
            padding: 0;
            width: 8px;
            height: 8px;
            border: 2px solid #fff;
            box-sizing: border-box;
            border-radius: 50%;
            background: transparent; }
            .system-page .system-on .system-item .item-fl .carousel .carousel-indicators li.active {
              background: #fff; }
        .system-page .system-on .system-item .item-fl .carousel .carousel-item {
          padding-top: 16px;
          width: 100%;
          text-align: center; }
    .system-page .system-on .system-item .item-fr {
      float: right;
      width: 814px;
      height: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: column;
      padding: 70px 0; }
      .system-page .system-on .system-item .item-fr .item-row {
        width: 100%;
        padding: 0 135px;
        display: flex;
        justify-content: space-between;
        text-align: center; }
        .system-page .system-on .system-item .item-fr .item-row .item-col {
          margin: 0;
          width: 134px; }
          .system-page .system-on .system-item .item-fr .item-row .item-col .img {
            width: 50px;
            height: 50px; }
            .system-page .system-on .system-item .item-fr .item-row .item-col .img img {
              max-width: 50px;
              max-height: 50px; }
          .system-page .system-on .system-item .item-fr .item-row .item-col .title {
            padding-top: 28px;
            color: #666;
            font-size: 18px;
            line-height: 1em;
            white-space: nowrap; }

.recruitment-banner {
  height: 538px;
  background: url("http://afl-static.aifenlei.com.cn/Fp5RpL_881aTKDhIS51HU8_eS4J1") no-repeat center/1920px 538px; }

.recruitment-page .recruitment-con {
  background: #fff;
  border-radius: 10px;
  padding: 0 40px;
  margin: 40px auto 65px; }
  .recruitment-page .recruitment-con .introduction {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    padding: 78px 12px 56px; }
  .recruitment-page .recruitment-con .recruitment-title {
    font-size: 30px;
    padding-left: 10px;
    border-left: 5px solid #0084ff;
    line-height: 1em; }
  .recruitment-page .recruitment-con .recruitment-list {
    padding: 38px 20px 0; }
    .recruitment-page .recruitment-con .recruitment-list .recruitment-nav ul {
      height: 100px;
      display: flex;
      align-items: center; }
      .recruitment-page .recruitment-con .recruitment-list .recruitment-nav ul li {
        position: relative;
        color: #666;
        font-size: 20px;
        margin-right: 70px;
        cursor: pointer; }
        .recruitment-page .recruitment-con .recruitment-list .recruitment-nav ul li.active {
          color: #000;
          font-weight: 600; }
          .recruitment-page .recruitment-con .recruitment-list .recruitment-nav ul li.active:after {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -10px;
            width: 21px;
            height: 4px;
            background: #0084ff;
            margin: 0 auto; }
    .recruitment-page .recruitment-con .recruitment-list .list-con .list-item {
      display: none; }
      .recruitment-page .recruitment-con .recruitment-list .list-con .list-item.on {
        display: block; }
    .recruitment-page .recruitment-con .recruitment-list .list-con .item {
      border-bottom: 1px solid #e0e0e0; }
      .recruitment-page .recruitment-con .recruitment-list .list-con .item .title {
        font-size: 20px;
        line-height: 1em;
        padding: 34px 0 0 0; }
      .recruitment-page .recruitment-con .recruitment-list .list-con .item .tag {
        padding-left: 6px;
        padding-top: 26px; }
        .recruitment-page .recruitment-con .recruitment-list .list-con .item .tag span {
          font-size: 14px;
          display: inline-block;
          padding: 0 14px;
          height: 24px;
          border: 1px solid #e0e0e0;
          border-radius: 12px;
          margin-right: 8px; }
      .recruitment-page .recruitment-con .recruitment-list .list-con .item .con {
        padding: 22px 0 30px;
        font-size: 14px;
        color: #666; }
        .recruitment-page .recruitment-con .recruitment-list .list-con .item .con li {
          padding-left: 10px; }
        .recruitment-page .recruitment-con .recruitment-list .list-con .item .con .title {
          font-size: 18px;
          color: #333;
          padding: 12px 0; }
      .recruitment-page .recruitment-con .recruitment-list .list-con .item .fl {
        width: 760px; }
      .recruitment-page .recruitment-con .recruitment-list .list-con .item .fr {
        padding-top: 86px;
        padding-right: 40px; }
        .recruitment-page .recruitment-con .recruitment-list .list-con .item .fr .move-btn {
          display: inline-block;
          width: 170px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          border-radius: 20px;
          background: #0084ff;
          color: #fff;
          font-size: 14px; }
  .recruitment-page .recruitment-con .surroundings {
    padding-top: 60px; }
    .recruitment-page .recruitment-con .surroundings #surroundings {
      height: 555px; }
      .recruitment-page .recruitment-con .surroundings #surroundings .carousel-indicators {
        margin-bottom: 60px; }
        .recruitment-page .recruitment-con .surroundings #surroundings .carousel-indicators li {
          border: 0 none;
          width: 40px;
          height: 6px;
          background: #f3f5f6;
          opacity: 1; }
          .recruitment-page .recruitment-con .surroundings #surroundings .carousel-indicators li.active {
            background: #0084ff; }
      .recruitment-page .recruitment-con .surroundings #surroundings .carousel-item {
        position: relative; }
        .recruitment-page .recruitment-con .surroundings #surroundings .carousel-item .info {
          position: absolute;
          top: 0;
          left: 0;
          padding-top: 70px;
          width: 268px;
          height: 222px;
          background: #f3f5f6;
          border-radius: 10px 0 0 0;
          padding-left: 20px; }
          .recruitment-page .recruitment-con .surroundings #surroundings .carousel-item .info .title {
            font-size: 30px;
            padding-left: 10px;
            line-height: 1em;
            border-left: 5px solid #0084ff; }
          .recruitment-page .recruitment-con .surroundings #surroundings .carousel-item .info .msg {
            padding-top: 30px;
            padding-left: 15px;
            color: #666;
            font-size: 14px; }

.program-banner {
  display: block;
  height: 538px;
  background: url("http://afl-static.aifenlei.com.cn/FmQ2G93D_QWwdSvuxMTY-KftHVe8") no-repeat center/1920px 538px; }

.program-con {
  background: #fff;
  border-radius: 10px;
  padding-top: 50px;
  margin-top: 40px; }
  .program-con .program-title {
    line-height: 1em;
    font-size: 30px;
    margin: 0 50px;
    padding-left: 10px;
    border-left: 5px solid #0084ff; }

.program-page .program-carousel {
  height: 260px;
  padding: 50px 30px 0;
  box-sizing: content-box;
  position: relative; }
  .program-page .program-carousel .swiper-container {
    margin: 0 60px;
    padding-top: 10px;
    width: auto; }
    .program-page .program-carousel .swiper-container .swiper-slide {
      width: 180px;
      height: 180px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      text-align: center; }
      .program-page .program-carousel .swiper-container .swiper-slide .img {
        padding-top: 40px; }
      .program-page .program-carousel .swiper-container .swiper-slide img {
        width: 56px;
        height: 56px; }
      .program-page .program-carousel .swiper-container .swiper-slide .title {
        font-size: 18px;
        color: #333;
        padding-top: 24px; }
  .program-page .program-carousel .swiper-button-next, .program-page .program-carousel .swiper-button-prev {
    width: 24px;
    height: 39px;
    top: 50%;
    margin-top: -20px; }
    .program-page .program-carousel .swiper-button-next:after, .program-page .program-carousel .swiper-button-prev:after {
      display: none; }
  .program-page .program-carousel .swiper-button-next {
    right: 48px;
    background: url("../images/program/swiper-button-next.png"); }
  .program-page .program-carousel .swiper-button-prev {
    left: 48px;
    background: url("../images/program/swiper-button-prev.png"); }
.program-page .swiper-container {
  width: 100%;
  height: 100%; }
.program-page .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms; }
.program-page .program-advantage {
  padding: 60px 0; }
  .program-page .program-advantage .advantage-row {
    display: flex;
    justify-content: center; }
    .program-page .program-advantage .advantage-row.row1 {
      padding-bottom: 36px; }
    .program-page .program-advantage .advantage-row .icon {
      width: 320px;
      height: 258px; }
    .program-page .program-advantage .advantage-row .advantage-col {
      width: 320px;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      margin: 0 30px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: .5s all; }
      .program-page .program-advantage .advantage-row .advantage-col:hover .title {
        text-align: center;
        color: #fff;
        background: #0d4ee8; }
        .program-page .program-advantage .advantage-row .advantage-col:hover .title .num {
          color: #fff; }
      .program-page .program-advantage .advantage-row .advantage-col .title {
        line-height: 50px;
        color: #333;
        font-size: 16px;
        padding: 0 14px;
        text-align: left;
        transition: .5s all; }
        .program-page .program-advantage .advantage-row .advantage-col .title .num {
          display: inline-block;
          vertical-align: top;
          color: #999;
          margin-right: 12px;
          transition: .5s all; }
.program-page .program-effect {
  padding-top: 83px;
  height: 260px;
  box-sizing: content-box; }
  .program-page .program-effect #myCarousel {
    min-height: 260px; }
    .program-page .program-effect #myCarousel .carousel-indicators {
      margin-bottom: 40px; }
      .program-page .program-effect #myCarousel .carousel-indicators li {
        width: 40px;
        height: 6px;
        background: #fff;
        border: 0 none;
        opacity: 1; }
        .program-page .program-effect #myCarousel .carousel-indicators li.active {
          background: #0084ff; }
    .program-page .program-effect #myCarousel .carousel-inner {
      height: 176px;
      margin: 0 80px 0 40px;
      width: auto; }
      .program-page .program-effect #myCarousel .carousel-inner .carousel-item {
        min-height: auto; }
        .program-page .program-effect #myCarousel .carousel-inner .carousel-item .item {
          width: 170px;
          height: 170px;
          position: relative;
          border-radius: 6px;
          overflow: hidden;
          display: block;
          float: left;
          margin-right: 12px; }
          .program-page .program-effect #myCarousel .carousel-inner .carousel-item .item:last-child {
            margin-right: 0; }
          .program-page .program-effect #myCarousel .carousel-inner .carousel-item .item .title {
            position: absolute;
            left: 0;
            right: 0;
            margin: -17px auto 0;
            width: 137px;
            height: 34px;
            line-height: 34px;
            border-radius: 6px;
            text-align: center;
            font-size: 15px;
            color: #fff;
            top: 50%;
            background: rgba(0, 132, 255, 0.8); }
    .program-page .program-effect #myCarousel .carousel-control-next {
      width: 26px;
      height: 26px;
      background: url("../images/program/carousel-control-next.png");
      right: 30px;
      top: 70px; }

.about-banner {
  display: block;
  height: 538px;
  background: url("http://afl-static.aifenlei.com.cn/FjG2crVfTtJcdUYxWQ9cL45f8GKq") no-repeat center/1920px 538px; }

.about-page .about-con {
  margin-top: 40px; }
  .about-page .about-con .about-fl {
    float: left;
    width: 160px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    padding-top: 40px; }
    .about-page .about-con .about-fl li {
      padding-bottom: 40px; }
      .about-page .about-con .about-fl li a {
        font-size: 16px;
        line-height: 1em; }
        .about-page .about-con .about-fl li a:hover, .about-page .about-con .about-fl li a.on {
          color: #0088ff; }
  .about-page .about-con .about-fr {
    float: right;
    width: 1014px;
    background: #fff;
    border-radius: 6px; }
  .about-page .about-con .about-box {
    padding-bottom: 60px; }
    .about-page .about-con .about-box .about-img {
      padding-top: 50px;
      text-align: center; }
    .about-page .about-con .about-box .text-content {
      padding: 70px 60px 0;
      line-height: 38px;
      font-size: 16px; }
      .about-page .about-con .about-box .text-content p {
        text-indent: 2em; }
      .about-page .about-con .about-box .text-content .bold {
        font-weight: 600; }
    .about-page .about-con .about-box .msg-box {
      margin: 68px 60px 0;
      background: #f6f7f8;
      border-radius: 3px; }
      .about-page .about-con .about-box .msg-box .msg {
        width: 50%;
        padding: 40px 76px 40px 50px;
        float: left; }
        .about-page .about-con .about-box .msg-box .msg .title {
          line-height: 1em;
          font-size: 30px;
          color: #0088ff; }
        .about-page .about-con .about-box .msg-box .msg .tig {
          padding-top: 5px;
          line-height: 1em;
          font-size: 12px;
          color: #0088ff; }
        .about-page .about-con .about-box .msg-box .msg .text {
          font-size: 16px;
          color: #000;
          padding-top: 24px;
          line-height: 30px; }
  .about-page .about-con .about-title {
    margin-left: 50px;
    padding: 52px 0 14px;
    font-size: 36px;
    color: #e3e3e3;
    line-height: 1em;
    position: relative; }
    .about-page .about-con .about-title .tit {
      font-size: 30px;
      color: #333;
      position: absolute;
      bottom: 0;
      left: 0; }
  .about-page .about-con .development-box {
    padding: 0 70px; }
    .about-page .about-con .development-box .development-nav {
      padding: 64px 0 0 16px; }
      .about-page .about-con .development-box .development-nav ul {
        height: 50px; }
        .about-page .about-con .development-box .development-nav ul li {
          float: left;
          margin-right: 48px;
          font-size: 30px;
          color: #999;
          width: 102px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          border-radius: 6px;
          cursor: pointer; }
          .about-page .about-con .development-box .development-nav ul li:last-child {
            margin-right: 0; }
          .about-page .about-con .development-box .development-nav ul li.on {
            color: #fff;
            background: #0088ff; }
    .about-page .about-con .development-box .development-con {
      padding-top: 84px; }
      .about-page .about-con .development-box .development-con .development-list {
        display: none; }
        .about-page .about-con .development-box .development-con .development-list.on {
          display: block; }
        .about-page .about-con .development-box .development-con .development-list li .item-fl {
          float: left;
          width: 162px;
          color: #0088ff;
          font-size: 18px; }
          .about-page .about-con .development-box .development-con .development-list li .item-fl .blod {
            font-size: 36px; }
        .about-page .about-con .development-box .development-con .development-list li .item-fr {
          width: 712px;
          float: left;
          padding-top: 16px;
          padding-left: 20px;
          position: relative;
          border-left: 1px solid #dcdfe5; }
          .about-page .about-con .development-box .development-con .development-list li .item-fr i {
            position: absolute;
            display: block;
            left: -7px;
            top: 24px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #0088ff; }
          .about-page .about-con .development-box .development-con .development-list li .item-fr .con {
            line-height: 30px;
            min-height: 80px;
            padding-bottom: 10px;
            font-size: 18px; }
        .about-page .about-con .development-box .development-con .development-list li:first-child .item-fr:after {
          display: block;
          position: absolute;
          height: 23px;
          left: -1px;
          top: 0;
          content: "";
          background: #fff;
          width: 1px; }
        .about-page .about-con .development-box .development-con .development-list li:last-child .item-fr:after {
          display: block;
          position: absolute;
          height: 59px;
          left: -1px;
          bottom: 0;
          content: "";
          background: #fff;
          width: 1px; }
  .about-page .about-con .media-box {
    padding: 50px 40px 0; }
    .about-page .about-con .media-box .media-con {
      padding-bottom: 30px; }
    .about-page .about-con .media-box .con-top {
      height: 350px;
      box-sizing: content-box; }
      .about-page .about-con .media-box .con-top .fl {
        width: 400px;
        height: 350px; }
        .about-page .about-con .media-box .con-top .fl .img img {
          width: 400px;
          height: 350px; }
      .about-page .about-con .media-box .con-top .fr {
        width: 530px; }
        .about-page .about-con .media-box .con-top .fr .item {
          margin-left: 10px;
          float: left;
          width: 254px;
          height: 170px; }
          .about-page .about-con .media-box .con-top .fr .item.top {
            margin-bottom: 10px; }
          .about-page .about-con .media-box .con-top .fr .item .img img {
            width: 254px;
            height: 170px; }
      .about-page .about-con .media-box .con-top .item {
        position: relative;
        border-radius: 10px;
        overflow: hidden; }
        .about-page .about-con .media-box .con-top .item .tig {
          position: absolute;
          right: 20px;
          top: 20px;
          height: 22px;
          line-height: 22px;
          padding: 0 10px;
          color: #fff;
          font-size: 14px;
          background: #0084ff;
          border-radius: 4px; }
          .about-page .about-con .media-box .con-top .item .tig i {
            display: inline-block;
            vertical-align: middle;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #fff;
            margin-right: 3px; }
        .about-page .about-con .media-box .con-top .item .player {
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          margin: -26px auto 0;
          display: none; }
        .about-page .about-con .media-box .con-top .item:hover .player {
          display: inline-block; }
        .about-page .about-con .media-box .con-top .item .title {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 54px;
          line-height: 54px;
          font-size: 14px;
          color: #fff;
          padding-left: 30px;
          padding-right: 20px;
          background: rgba(0, 0, 0, 0.8);
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .about-page .about-con .media-box .con-top .item .title i {
            display: inline-block;
            vertical-align: middle;
            width: 5px;
            height: 14px;
            margin-right: 9px;
            background: #0084ff; }
        .about-page .about-con .media-box .con-top .item video {
          max-width: 100%; }
    .about-page .about-con .media-box .media-bot {
      display: flex;
      justify-content: space-between; }
      .about-page .about-con .media-box .media-bot .item {
        width: 220px;
        height: 190px;
        border-radius: 10px;
        overflow: hidden;
        position: relative; }
        .about-page .about-con .media-box .media-bot .item .img img {
          width: 220px;
          height: 190px; }
        .about-page .about-con .media-box .media-bot .item .title {
          position: absolute;
          left: 0;
          right: 0;
          height: 28px;
          line-height: 28px;
          top: 50%;
          margin: -14px auto 0;
          background: rgba(0, 132, 255, 0.8);
          font-size: 14px;
          color: #fff;
          border-radius: 4px;
          text-align: center;
          width: 190px; }
  .about-page .about-con .media-logo {
    padding: 10px 40px 40px; }
    .about-page .about-con .media-logo ul {
      overflow: hidden;
      width: 100%;
      position: relative; }
      .about-page .about-con .media-logo ul li {
        float: left;
        width: 140px;
        margin: 0 8px;
        border: 1px solid #f0f0f0; }
  .about-page .about-con .innovation-box {
    padding: 110px 0 40px; }
    .about-page .about-con .innovation-box .innovation-con {
      padding: 0 80px 80px; }
      .about-page .about-con .innovation-box .innovation-con ul {
        display: flex;
        justify-content: space-between; }
        .about-page .about-con .innovation-box .innovation-con ul li {
          width: 270px;
          margin: 0;
          text-align: center; }
          .about-page .about-con .innovation-box .innovation-con ul li .title {
            font-size: 18px;
            line-height: 1em;
            padding-top: 20px; }
  .about-page .about-con .certificate-box .certificate-con #certificate {
    padding: 94px 40px 0;
    height: 834px; }
    .about-page .about-con .certificate-box .certificate-con #certificate .carousel-indicators {
      margin-bottom: 117px; }
      .about-page .about-con .certificate-box .certificate-con #certificate .carousel-indicators li {
        width: 40px;
        height: 6px;
        background: #f3f5f6;
        border: 0 none;
        opacity: 1; }
        .about-page .about-con .certificate-box .certificate-con #certificate .carousel-indicators li.active {
          background: #0084ff; }
    .about-page .about-con .certificate-box .certificate-con #certificate .carousel-inner {
      text-align: center; }
  .about-page .about-con .contact-box .contact-con {
    padding: 30px 30px 40px;
    position: relative; }
    .about-page .about-con .contact-box .contact-con .contact-info {
      width: 326px;
      height: 289px;
      background: url("../images/about/contact-info.png");
      position: absolute;
      top: 70px;
      left: 67px;
      padding: 0 20px 0 25px; }
      .about-page .about-con .contact-box .contact-con .contact-info .title {
        font-size: 20px;
        color: #0088ff;
        padding-top: 22px;
        line-height: 1em; }
      .about-page .about-con .contact-box .contact-con .contact-info .info-box {
        padding-top: 26px; }
      .about-page .about-con .contact-box .contact-con .contact-info .info-con {
        padding-left: 30px;
        position: relative;
        font-size: 14px;
        color: #666;
        padding-bottom: 10px; }
        .about-page .about-con .contact-box .contact-con .contact-info .info-con .icon {
          position: absolute;
          left: 0;
          top: 4px; }
          .about-page .about-con .contact-box .contact-con .contact-info .info-con .icon.qrcode {
            top: 14px; }
        .about-page .about-con .contact-box .contact-con .contact-info .info-con .qrcode-img {
          margin-left: 14px; }

.join-banner {
  display: block;
  height: 538px;
  background: url("http://afl-static.aifenlei.com.cn/FmUE9Lei3r5q0QVgbFBfKENlhmnR") no-repeat center/1920px 538px; }

.join-page .join-con {
  margin-top: 60px;
  background: #fff;
  border-radius: 10px; }
  .join-page .join-con .join-nav {
    padding-top: 70px;
    padding-left: 70px; }
    .join-page .join-con .join-nav label {
      margin-right: 10px; }
      .join-page .join-con .join-nav label input {
        margin-right: 5px; }
    .join-page .join-con .join-nav li {
      display: inline-block;
      margin: 0 22px;
      color: #333;
      font-size: 16px;
      height: 36px;
      line-height: 36px;
      padding: 0 13px;
      position: relative;
      border-radius: 6px;
      cursor: pointer; }
      .join-page .join-con .join-nav li.on {
        background: #0084ff;
        color: #fff; }
        .join-page .join-con .join-nav li.on:after {
          position: absolute;
          bottom: -8px;
          left: 0;
          right: 0;
          margin: 0 auto;
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 16px solid #0084ff; }
  .join-page .join-con .join-form {
    padding: 50px 127px 50px 70px; }
    .join-page .join-con .join-form .join-fl {
      width: 660px;
      float: left; }
      .join-page .join-con .join-form .join-fl .form-item {
        padding-bottom: 38px; }
        .join-page .join-con .join-form .join-fl .form-item .form-label {
          font-size: 16px; }
        .join-page .join-con .join-form .join-fl .form-item .form-int {
          padding-top: 22px; }
          .join-page .join-con .join-form .join-fl .form-item .form-int input {
            width: 500px;
            height: 50px;
            line-height: 50px;
            border: 0 none;
            background: #f3f5f6;
            border-radius: 6px;
            padding: 20px; }
          .join-page .join-con .join-form .join-fl .form-item .form-int textarea {
            width: 500px;
            background: #f3f5f6;
            border-radius: 6px;
            padding: 20px;
            border: 0 none;
            height: 100px;
            resize: none; }
      .join-page .join-con .join-form .join-fl .form-btn {
        padding-top: 40px;
        position: relative; }
        .join-page .join-con .join-form .join-fl .form-btn button {
          border: 0 none;
          width: 500px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          color: #fff;
          background: linear-gradient(to right, #0b89ff, #0084ff);
          font-size: 16px;
          border-radius: 6px; }
        .join-page .join-con .join-form .join-fl .form-btn .icon {
          position: absolute;
          top: 0;
          right: 58px; }
      .join-page .join-con .join-form .join-fl .jm-phone {
        padding-top: 20px;
        font-size: 16px;
        width: 500px;
        text-align: center;
        margin: 0; }
    .join-page .join-con .join-form .join-fr {
      float: right;
      width: 337px;
      padding-top: 76px;
      text-align: center; }
      .join-page .join-con .join-form .join-fr .title {
        color: #999;
        font-size: 14px;
        padding-top: 24px; }
  .join-page .join-con .success-box {
    text-align: center;
    padding: 70px 0; }
    .join-page .join-con .success-box img {
      width: 50px; }
    .join-page .join-con .success-box .title {
      padding-top: 20px; }

.newsList-banner {
  display: block;
  height: 538px;
  background: url("http://afl-static.aifenlei.com.cn/FmLU1jy0agh5aeMhsefiixLcX9Ff") no-repeat center/1920px 538px; }

.newsList-con {
  margin-top: 40px;
  background: #fff;
  padding: 0 60px;
  border-radius: 10px; }
  .newsList-con .newsList-nav {
    padding-top: 60px; }
    .newsList-con .newsList-nav ul {
      height: 35px; }
      .newsList-con .newsList-nav ul li {
        float: left;
        margin-right: 60px;
        color: #666;
        font-size: 20px;
        position: relative;
        line-height: 1em;
        cursor: pointer; }
        .newsList-con .newsList-nav ul li.on {
          font-weight: 600;
          color: #000; }
          .newsList-con .newsList-nav ul li.on:after {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -15px;
            margin: 0 auto;
            width: 20px;
            height: 4px;
            background: #0084ff;
            border-radius: 2px; }
  .newsList-con .newsList-list ul li {
    padding: 30px 0;
    border-bottom: 1px solid #eee; }
    .newsList-con .newsList-list ul li:last-child {
      border: 0 none; }
    .newsList-con .newsList-list ul li .fl {
      width: 272px;
      height: 180px; }
      .newsList-con .newsList-list ul li .fl img {
        width: 272px;
        height: 180px; }
    .newsList-con .newsList-list ul li .fr {
      width: 780px;
      position: relative; }
      .newsList-con .newsList-list ul li .fr .title {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        line-height: 1em;
        padding-top: 40px; }
      .newsList-con .newsList-list ul li .fr .msg {
        padding-top: 19px;
        font-size: 14px;
        color: #7d7d7d;
        line-height: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .newsList-con .newsList-list ul li .fr .time {
        padding-top: 40px;
        font-size: 14px;
        color: #a8a8a8;
        line-height: 1em; }
      .newsList-con .newsList-list ul li .fr .move {
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 20px;
        font-size: 14px;
        padding-right: 14px;
        background: url("../images/arrow_fr.png") no-repeat right center; }
  .newsList-con .newsList-list .page {
    padding-bottom: 60px;
    padding-top: 20px; }
    .newsList-con .newsList-list .page .pagination {
      justify-content: center; }
      .newsList-con .newsList-list .page .pagination li {
        padding: 0;
        border: 0 none; }

.news-breadcrumb {
  line-height: 80px; }
  .news-breadcrumb .breadcrumb {
    background: transparent; }
    .news-breadcrumb .breadcrumb a {
      color: #666; }
      .news-breadcrumb .breadcrumb a:hover {
        color: #0088ff; }
    .news-breadcrumb .breadcrumb li {
      cursor: pointer; }
      .news-breadcrumb .breadcrumb li:hover {
        color: #0088ff; }

.news-page {
  padding-top: 100px; }
  .news-page .news-con {
    background: #fff;
    padding: 0 60px;
    border-radius: 10px; }
    .news-page .news-con .new-info {
      padding-top: 40px;
      min-height: 160px;
      box-sizing: content-box; }
      .news-page .news-con .new-info .fl {
        width: 840px; }
        .news-page .news-con .new-info .fl .title {
          font-size: 30px;
          color: #000;
          font-weight: 600;
          line-height: 1em;
          padding-top: 20px; }
        .news-page .news-con .new-info .fl .msg {
          font-size: 18px;
          color: #7d7d7d;
          line-height: 1em;
          padding-top: 32px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .news-page .news-con .new-info .fr {
        text-align: center; }
        .news-page .news-con .new-info .fr .title {
          color: #7d7d7d;
          font-size: 14px;
          padding-top: 20px;
          line-height: 1em; }
    .news-page .news-con .new-operating {
      height: 58px;
      line-height: 58px;
      font-size: 18px;
      color: #a8a8a8;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee; }
      .news-page .news-con .new-operating .time {
        float: left; }
      .news-page .news-con .new-operating .fr img {
        margin-left: 52px;
        cursor: pointer; }
    .news-page .news-con .new-content {
      padding: 70px 30px 50px;
      font-size: 16px;
      border-bottom: 1px solid #eee; }
    .news-page .news-con .news-related {
      padding-top: 50px; }
      .news-page .news-con .news-related .related-title {
        line-height: 1em;
        font-size: 30px;
        padding-left: 10px;
        border-left: 5px solid #0084ff; }
      .news-page .news-con .news-related .related-con {
        height: 466px;
        padding-top: 38px; }
      .news-page .news-con .news-related #related {
        height: 100%; }
        .news-page .news-con .news-related #related .carousel-indicators {
          margin-bottom: 60px; }
          .news-page .news-con .news-related #related .carousel-indicators li {
            width: 40px;
            height: 6px;
            background: #f3f5f6;
            border: 0 none;
            opacity: 1; }
            .news-page .news-con .news-related #related .carousel-indicators li.active {
              background: #0084ff; }
        .news-page .news-con .news-related #related .carousel-inner .item {
          width: 340px;
          height: 320px;
          border: 1px solid #eee;
          float: left;
          margin-right: 30px; }
          .news-page .news-con .news-related #related .carousel-inner .item:last-child {
            margin-right: 0; }
          .news-page .news-con .news-related #related .carousel-inner .item .img {
            width: 338px;
            height: 228px; }
            .news-page .news-con .news-related #related .carousel-inner .item .img img {
              width: 338px;
              height: 228px; }
          .news-page .news-con .news-related #related .carousel-inner .item .info {
            border-top: 1px solid #eee;
            padding: 0 30px; }
            .news-page .news-con .news-related #related .carousel-inner .item .info .title {
              line-height: 1em;
              font-size: 16px;
              color: #000;
              font-weight: 600;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              padding-top: 20px; }
            .news-page .news-con .news-related #related .carousel-inner .item .info .time {
              line-height: 1em;
              font-size: 14px;
              color: #a8a8a8;
              padding-top: 20px; }

/*# sourceMappingURL=style.css.map */
