@charset "UTF-8";
/**
 * 响应式布局demo index.css
 * 
 * @author	kuner
 * @time	2014-06-20
 * 
 */
/* -------------------------------------------------
 * base scss
 * -------------------------------------------------
*/
/* -------------------------------------------------
 * setting scss
 * -------------------------------------------------
*/
/* -------------------------------------------------
 * css3 scss
 * -------------------------------------------------
*/
/* -------------------------------------------------
 * mixin scss
 * -------------------------------------------------
*/
/* -------------------------------------------------
 * grid scss
 * -------------------------------------------------
*/
/*轮播图*/
.slider {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative; }
  .slider li {
    float: left; }
  .slider .img-wrap {
    float: left;
    margin-right: 20px; }
  .slider img {
   /* width: 340px;
    height: 200px;*/
    float: left; }
  .slider h3 {
    text-align: left;
    line-height: 40px; }
    .slider h3 a {
      font-size: 2em;
      color: #004f90; }
  .slider p {
    text-align: left;
    font-size: 1.4em;
    color: #999999;
    line-height: 26px; }
  .slider .tags {
    position: absolute;
    right: 0px;
    bottom: 0px; }
    .slider .tags a {
      margin-left: 15px;
      width: 15px;
      height: 15px;
      float: left;
      background-color: #999999;
      -webkit-border-radius: 15px;
      border-radius: 15px; }
    .slider .tags .current {
      background-color: #FD6000; }
  .slider .bg {
    display: none; }

/****599~320 屏幕 1栏模式**/
@media screen and (max-width: 599px) {
  .slider li {
    position: relative; }
  .slider .bg, .slider h3 {
    display: block;
    position: absolute;
    height: 35px;
    width: 100%;
    bottom: 0px;
    left: 0px; }
  .slider h3 {
    padding-left: 15px; }
    .slider h3 a {
      color: #ffffff;
      font-size: 1.2em;
      font-weight: normal; }
  .slider p {
    display: none; }
  .slider .img-wrap {
    width: 100% !important;
    height: auto; }
  .slider img {
    width: 100%;
    height: auto; }
  .slider .tags {
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .slider .tags a {
      margin-left: 10px;
      width: 10px;
      height: 10px;
      float: left;
      background-color: #ffffff;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .slider .tags .current {
      background-color: #FD6000; }
  .slider .bg {
    background-color: rgba(0, 0, 0, 0.3);
    display: block; } }
