/*
author: oscar;
email: jincan.liu@gmail.com;
edit : 2015.09.11;
*/

/*public css*/
body,html{
  min-width: 320px;
  min-height: 480px;
  max-width: 2560px;
  max-height: 1440px;
  width: 100%;
  height: 100%;  
  margin: 0 auto;
  color: #333;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
    margin: 0;
}
a.active{
    outline:none;
}
ul,li{ 
    margin:0;
    padding:0;
    list-style: none; 
}
img{
  border:0;
}
.c{*zoom:1;}
.c:after{clear:both;content:".";display:block;visibility:hidden;height:0;}
.h{ height: 100%;}


.al-c{
  text-align: center;
}
.none{
  display: none;
}

.transition{
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/**
* slides 
*/
.slidesjs-navigation{
  display: none;
}
.slidesjs-pagination{
  position: absolute;
  z-index: 200;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 25px;
  text-align: center;
}
.slidesjs-pagination li{
  display: inline-block;
  margin: 5px;
}
.slidesjs-pagination li a{
  display: block;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -90000px;
}
.slidesjs-pagination li a.active{
  background-color: #fff;
}


/**dots*/
.dots{
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 20px;
  text-align: center;
}
.dots li{
  display: inline-block;
  margin: 5px 3px;
  text-indent: -9999999px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
}
.dots li.active{
  background-color: #fff;
}
.arrows{display: none;}






