@charset "UTF-8";
/**
 * 
 * @authors Sean (982653014@qq.com)
 * @date    2017-01-14 21:35:23
 * @version $Id$
 */
/**
 * 定义变量 start
 * @type {String}
 */
.jieshao {
  background: #ccc;
  padding: 0.93333333rem 0;
  max-width: 720px;
}
.jieshao h2 {
  font-size: 1rem;
  text-indent: 0.66666667rem;
  line-height: 1rem;
  margin-bottom: 0.56666667rem;
  background: #ccc;
}
.jieshao article {
  width: 100%;
  background: white;
  padding: 0.6rem 0.6rem;
}
.jieshao article p {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.16666667rem;
  text-indent: 2em;
}
.hj {
  max-width: 720px;
}
.hj > h2 {
  font-size: 1rem;
  text-align: center;
  line-height: 2.66666667rem;
}
.hj .swiper-container {
  width: 22.66666667rem;
  height: 16.33333333rem;
  margin: 0 auto;
}
.hj .swiper-container .num {
  width: 100%;
  text-align: center;
  margin-bottom: 0.53333333rem;
}
.hj .swiper-container .num span {
  display: inline-block;
  width: 7.13333333rem;
  height: 2.26666667rem;
  border: 1px solid #f5f4f9;
  line-height: 2.26666667rem;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 5px;
  margin: 0 0.1rem;
}
.hj .swiper-container .num span.cur {
  color: white;
  background: #ff6666;
}
.hj .swiper-container .swiper-wrapper {
  overflow: visible;
}
.hj .swiper-container .swiper-wrapper .swiper-slide {
  width: 22.63333333rem;
  height: 12.13333333rem;
  border: 1px solid #333;
  display: block;
}
