.timeLine {
  height: 68px;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #E7E7E7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .timeLine .prev {
    width: 75px;
    height: 68px;
    background-image: url("/imgs/about/event/btn_left.png");
    background-position: 0 -9px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .timeLine .prev.prev-disable {
      background: url("/imgs/about/event/about_s_arrow_left_grey.png");
      pointer-events: none; }
  .timeLine .next {
    cursor: pointer;
    float: left;
    width: 75px;
    height: 68px;
    background-image: url("/imgs/about/event/btn_right.png");
    position: absolute;
    background-position: 0 -9px;
    top: 0;
    right: 0; }
    .timeLine .next.next-disable {
      background: url("/imgs/about/event/about_s_arrow_right_grey.png");
      pointer-events: none; }
  .timeLine-wrap {
    overflow: hidden;
    width: 1280px;
    height: 68px;
    border-left: 0;
    border-right: 0;
    margin: 0 auto; }
  .timeLine-wrapper {
    height: 100%;
    width: auto; }
  .timeLine-item {
    height: 68px;
    font-size: 18px;
    font-weight: 400;
    line-height: 68px;
    color: #333333;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    @media (max-width: 1247.98px) {
      .timeLine-item {
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      .timeLine-item {
        font-size: 14px; } }
    .timeLine-item.active {
      width: 100px;
      height: 68px;
      font-size: 22px;
      font-weight: bold;
      font-style: italic;
      color: #4079E2; }
      @media (max-width: 1247.98px) {
        .timeLine-item.active {
          font-size: 18px; } }

.banner {
  position: relative;
  margin-top: 71px;
  padding-bottom: 53px; }
  .banner .bg {
    background: url("/imgs/about/pic_guanyuyurun.jpg") no-repeat top;
    background-size: cover;
    width: 100%;
    height: 482px;
    overflow: hidden; }
    @media (max-width: 1247.98px) {
      .banner .bg {
        height: 382px; } }
  .banner .slogan {
    width: 1200px;
    margin: 0 auto;
    color: #fff; }
    @media (max-width: 1247.98px) {
      .banner .slogan {
        width: 96%; } }
    .banner .slogan .title {
      margin-top: 195px;
      font-size: 44px;
      font-weight: bold;
      font-style: italic;
      color: #FFFFFF;
      height: 53px;
      letter-spacing: 0.3rem; }
      @media (max-width: 1247.98px) {
        .banner .slogan .title {
          margin-top: 160px; } }
    .banner .slogan .subTitle {
      margin-top: 17px;
      font-size: 20px;
      font-weight: 200;
      color: #FFFFFF;
      line-height: 30px;
      letter-spacing: 0.15rem; }

.tabs-container {
  box-sizing: border-box;
  border-bottom: 1px solid #E7E7E7;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  height: 53px;
  background: #FBFBFB;
  z-index: 2; }
  .tabs-container .tabs-content {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 53px;
    width: 1200px;
    height: 53px;
    margin: 0 auto; }
    @media (max-width: 1247.98px) {
      .tabs-container .tabs-content {
        width: 96%; } }
    .tabs-container .tabs-content .tabs-item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 30px !important;
      color: #333333;
      font-size: 1rem; }
      .tabs-container .tabs-content .tabs-item.tabs-item:first-child {
        padding-left: 0 !important; }
      @media (max-width: 1247.98px) {
        .tabs-container .tabs-content .tabs-item {
          padding: 0 30px !important;
          font-size: .875rem; } }
    .tabs-container .tabs-content img {
      width: 7px;
      height: 13px; }
    .tabs-container .tabs-content .tab {
      float: left;
      margin-right: 5%;
      padding: 0 4px;
      color: #000;
      transition: all 0.5s ease;
      font-size: 1rem; }
      @media (max-width: 1247.98px) {
        .tabs-container .tabs-content .tab {
          margin-right: 3%;
          font-size: .875rem; } }
      @media (max-width: 991.98px) {
        .tabs-container .tabs-content .tab {
          font-size: .75rem;
          margin-right: 3%; } }
    .tabs-container .tabs-content .tab-slider {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 3px;
      background: #4079E2;
      transition: left 0.6s ease; }

.tabs-container--top {
  position: fixed !important;
  top: 0; }

.head .nav .menu ul li > a {
  color: #333333 !important; }

.container {
  width: 100%;
  overflow-x: hidden; }
  .container .content {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1247.98px) {
      .container .content {
        width: 96%; } }
    .container .content-title {
      font-size: 30px;
      font-weight: bold;
      font-style: italic;
      color: #333333;
      margin-top: 95px;
      margin-bottom: 36px; }
  .container .view {
    width: 1200px;
    height: 600px;
    margin: 40px auto 0;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-bottom: 0; }
    @media (max-width: 1247.98px) {
      .container .view {
        width: 100%; } }
    .container .view .swiper-container {
      width: 1200px;
      height: 600px; }
      @media (max-width: 1247.98px) {
        .container .view .swiper-container {
          width: 100%; } }
      .container .view .swiper-container .swiper-slide {
        position: relative; }
        .container .view .swiper-container .swiper-slide .mask {
          width: 100%;
          height: 150px;
          box-sizing: border-box;
          background: linear-gradient(0deg, #333333 0%, rgba(0, 0, 0, 0) 100%);
          font-size: 31px;
          font-weight: bold;
          font-style: italic;
          color: #FFFFFF;
          padding: 47px 0 0 37px;
          line-height: 70px;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 2; }
      .container .view .swiper-container img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 98%; }
        @media (max-width: 1247.98px) {
          .container .view .swiper-container img {
            max-width: 100%; } }
  .container .preview {
    width: 1200px;
    height: 124px;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 128px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: 1px solid #E7E7E7; }
    @media (max-width: 1247.98px) {
      .container .preview {
        width: 100%; } }
    .container .preview .swiper-container {
      width: 1220px;
      height: 124px;
      box-sizing: border-box;
      border-left: 0;
      border-right: 0; }
    .container .preview .prev {
      background-image: url("/imgs/about/event/btn_left1.png");
      background-position: 0 -27px;
      width: 79px;
      height: 122px;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer; }
    .container .preview .next {
      background-image: url("/imgs/about/event/btn_right1.png");
      background-position: 0 -27px;
      width: 79px;
      height: 122px;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
    .container .preview .preview-prev-disable {
      background: url("/imgs/about/event/about_b_arrow_left_grey.png");
      pointer-events: none; }
    .container .preview .preview-next-disable {
      background: url("/imgs/about/event/about_b_arrow_right_grey.png");
      pointer-events: none; }
    .container .preview .swiper-slide {
      cursor: pointer;
      position: relative;
      box-sizing: border-box;
      text-align: center; }
      .container .preview .swiper-slide.active-nav img {
        border: 5px solid #4079E2;
        box-sizing: border-box;
        filter: brightness(100%); }
      .container .preview .swiper-slide img {
        margin-top: 20px;
        height: 82px !important;
        width: 80%;
        position: relative;
        filter: brightness(40%); }
