    html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;

    }

    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 10px) / 2);
    overflow: hidden;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -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;
    }
    .biaoti{
      width: 90%;
      padding-left: 5%;
      padding-right: 5%;  
      position: absolute;
      bottom:0px;
      left: 0px;
      height: 30px;
      line-height: 30px;
      padding-top:30px; 
      color: #fff;
      background: url(images/textbg.png);
      background-size: 100% 100%; 
      width: 90%;
      padding-left: 5%;
      padding-right: 5%;
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 30px;
      line-height: 30px;
      padding-top: 1%;
      color: #fff;
      background: rgba(0,0,0,.5);
    }
    .biaoti p{
      font-size: 14px;
      text-align: left;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 67%;
      float: left;
    }
    .biaoti .biaoqian{
         background: #0061ba;
    color: #fff;
    float: left;
    margin-right: 10px;
    height: 20px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 20px;
    margin-top: 5px;
    border-radius: 2px;
    }
    .biaoti  .zhangshu{
      float: right;
      color: #fff;
      font-size: 13px;
    }
	.top{
  height: 100px;
  width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
.topLeft{
  float: left;
  height: 35px;
  line-height: 35px;
  margin-top: 28px;
}


.topRight{
  float: left;
  width: 500px;
  height: 35px;
  margin-top: 32px;
  line-height: 35px;
}
.topRight a{
  color: #333333;
  float: left;
  height: 35px;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.topRight a:hover {
  background-color:none;
  color: #cc0000;
  cursor: pointer;
  font-weight: bold;
}
.topRight a.active {
  font-weight: bold;
  background-color: none;
  color: #cc0000;
    cursor: pointer;
    border-bottom: 2px #cc0000 solid;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
	transition: all 0.3s linear;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
transition: all 0.3s linear;
}