@charset "UTF-8";
/*
  本文件为demo页面所用的样式表,与插件主体无关,应用插件时无需引入此样式,但可参考此样式表进行设置
  kiner-tang
  2016/09/22
*/
/*  网站主色  */

/*
  本文件为插件配套样式文件,使用插件仅需引入本样式表即可
  kiner-tang
  2016/09/22
*/
/**
 * Swiper 3.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 6, 2015
 */



.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; 
  margin-top:10px;
  }



.swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
   }





.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0; }

























/*  网站主色  */
.kinerNav {
  width:600px;
  
    display: table;
  padding: 0;
  position: relative; 
  margin:0 auto;
  text-align:center;
  margin-top:70px;
  }

  .kinerNav > li {
    display:inline-block;
	width:130px;
    text-align: center;
    font-size: 16px;
	height:30px;
	line-height:30px;
	
	}
    .kinerNav > li.active {
      color: #ffffff;
	  background:#1a96c9;
	  border-radius:15px;}
.kinerNav > li:hover
{
	background:#1a96c9;color:#ffffff;border-radius:15px;
	cursor:pointer;}
.kinerContent {
  display: block;

  }

