﻿@charset "UTF-8";
.swiper-container-body {
  position: relative;
  width: 100%;
  height: 400px; }
  .swiper-container-body .swiper-container {
    width: 1200px;
    margin: 0 auto;
    height: 400px; }
    .swiper-container-body .swiper-container .swiper-wrapper .slide1 {
      background: url(../images/product/banner.png) no-repeat; }
    .swiper-container-body .swiper-container .swiper-wrapper .slide2 {
      background: url(../images/product/banner.png) no-repeat; }
    .swiper-container-body .swiper-container .swiper-wrapper .slide3 {
      background: url(../images/product/banner.png) no-repeat; }
  .swiper-container-body .left {
    width: calc(50vw - 600px);
    height: 400px;
    background: #531E56;
    position: absolute;
    left: 0;
    top: 0; }
  .swiper-container-body .right {
    background: #303985;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 600px);
    height: 400px; }

.tabbar {
  height: 78px;
  line-height: 78px;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
  top: 0;
  z-index: 6;
  /*滚动条样式*/ }
  .tabbar .tabbar-name::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px; }
  .tabbar .tabbar-name::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #f6f6f6;
    background: #f6f6f6; }
  .tabbar .tabbar-name::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #f6f6f6;
    border-radius: 0;
    background: #f6f6f6; }
  .tabbar .tabbar-name {
    width: 1200px;
    margin: 0 auto;
    position: relative; }
    .tabbar .tabbar-name span {
      display: inline-block;
      height: 76px;
      width: 80px;
      margin-right: 80px;
      font-size: 18px; }
    .tabbar .tabbar-name span.on {
      border-bottom: 3px solid #33B0FF;
      color: #09f;
      background: #fff; }
    .tabbar .tabbar-name span:hover {
      cursor: pointer;
      color: #0099ff; }

.news-body {
  background: #f6f6f6;
  width: 100%; }
  .news-body .news-list {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 120px 0;
    /*font-family: '微软雅黑','Microsoft YaHei';*/ }
    .news-body .news-list .single:hover {
      cursor: pointer; }
    .news-body .news-list .single {
      /*font-family: '微软雅黑','Microsoft YaHei';*/
      padding: 40px 0;
      height: 140px;
      width: 1200px;
      border-bottom: 1px solid #e6e6e6; }
      .news-body .news-list .single > img {
        width: 240px;
        height: 140px;
        float: left; }
      .news-body .news-list .single .center {
        width: 130px;
        height: 140px;
        text-align: center;
        float: left; }
        .news-body .news-list .single .center .count {
          margin-top: 40px;
          margin-left: 40px;
          height: 50px;
          width: 50px;
          border-radius: 50px;
          background: url(../images/index/zx-kb.png) no-repeat;
          background-size: 100% 100%;
          line-height: 55px;
          color: #fff;
          font-size: 30px;
          margin-bottom: 6px; }
        .news-body .news-list .single .center p {
          color: #343434;
          opacity: 0.5;
          font-size: 14px; }
      .news-body .news-list .single .right {
          margin-left:25px;
        float: left;
        width: 830px;
        letter-spacing: 1px;
        color: #343434; }
        .news-body .news-list .single .right h2 {
            display:inline-block;
          font-size: 22px;
          margin-top: 15px; }
        .news-body .news-list .single .right p.source {
          font-size: 14px;
          margin: 10px 0 15px 0;
          opacity: 0.4; }
        .news-body .news-list .single .right p.content {
          opacity: 0.7;
          line-height: 22px;
          word-break: break-all;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
    .news-body .news-list .page {
      width: 1200px;
      margin: 120px auto 0;
      text-align: center; }
      .news-body .news-list .page > img {
        margin: 0 15px; }
      .news-body .news-list .page > img:hover {
        cursor: pointer; }
      .news-body .news-list .page span {
        display: inline-block;
        width: 35px;
        height: 30px;
        border: 1px solid #C5C5C5;
        color: #747474;
        font-size: 16px;
        text-align: center;
        padding-top: 5px;
        margin:8px; }
      .news-body .news-list .page > span:hover {
        cursor: pointer; }
      .news-body .news-list .page span.on {
        border-color: #648AFD;
        color: #648AFD; }
      .news-body .news-list .page span.mouse {
        border-color: #648AFD;
        color: #648AFD; }
