﻿@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;
  position: sticky;
  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;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    -webkit-overflow-scrolling: touch; }
    .tabbar .tabbar-name span.quanbu {
      position: sticky;
      left: 0;
      color: #0099ff;
      z-index: 6;
      background: #fff;
      border-right: 1px solid #EFEFEF;
      padding-right: 35px;
      height: 78px; }
      .tabbar .tabbar-name span.quanbu img {
        vertical-align: -5px;
        margin-right: 2px; }
    .tabbar .tabbar-name span {
      display: inline-block;
      height: 76px;
      width: 70px;
      margin-right: 80px;
      user-select: none;
      font-size: 17px;
      color: #343434; }
    .tabbar .tabbar-name span:nth-child(7) {
      width: 85px; }
    .tabbar .tabbar-name span.on {
      text-align: center;
      border-bottom: 2px solid #33B0FF;
      color: #33B0FF;
      background: #fff; }
    .tabbar .tabbar-name span:hover {
      cursor: pointer;
      color: #33B0FF; }

.classic-body {
  background: #f6f6f6;
  width: 100%;
  /*font-family: '微软雅黑','Microsoft YaHei';*/ }
  .classic-body .classic-list {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 100px 0; }
    .classic-body .classic-list .t {
      float: left;
      background: #fff;
      height: 330px;
      width: 360px;
      display: inline-block;
      padding: 10px;
      margin-right: 30px;
      margin-bottom: 30px; }
      .classic-body .classic-list .t img {
        width: 100%;
        height: 220px; }
      .classic-body .classic-list .t h3 {
        color: #343434;
        font-size: 18px;
        margin: 15px 0 8px 0;
        width: 96%;
        margin-left: 2%; }
      .classic-body .classic-list .t p {
        line-height: 20px;
        color: #343434;
        opacity: 0.6;
        width: 96%;
        font-size: 14px;
        margin-left: 2%;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .classic-body .classic-list .t:nth-child(3n+0) {
      margin-right: 0px; }
    .classic-body .classic-list .t:hover {
      cursor: pointer;
      box-shadow: 1px 3px 3px #e8e8e8;
      margin-top: -3px; }
    .classic-body .classic-list .page {
      width: 1200px;
      margin: 50px auto 0;
      text-align: center;
    }
      .classic-body .classic-list .page > img {
        margin: 0 15px; }
      .classic-body .classic-list .page > img:hover {
        cursor: pointer; }
      .classic-body .classic-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: 0 8px; }
      .classic-body .classic-list .page > span:hover {
        cursor: pointer; }
      .classic-body .classic-list .page span.on {
        border-color: #648AFD;
        color: #648AFD; }
      .classic-body .classic-list .page span.mouse {
        border-color: #648AFD;
        color: #648AFD; }
