@charset "utf-8";
/* css 重置 */
.fullSlide *{
     margin:0;
     padding:0;
     list-style:none;
}

body {
margin:0;
padding:0;
}

.fullSlide img{
     border:0;
}
 .fullSlide a{
     text-decoration:none;
     color:#333;
}
/* 本例子css */
.fullSlide ,
.fullSlide .bd a{
    width:100%;
    max-width:100%;
    height:21rem;
}

.fullSlide {
	height:21rem;
	overflow:hidden;
	position:relative;
}

.fullSlide .bd a{
display:block;
text-align:center;
text-decoration:none;
font-size:1rem;
}


.fullSlide .bd{
     position:relative;
     height:100%;
     z-index:0;
}
 .fullSlide .bd li{
     zoom:1;
     vertical-align:middle;
}


.fullSlide .hd {
    position: absolute;
    top: 18.8rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: none;
}

.fullSlide .hd ul{overflow:hidden;zoom:1;float:left;width: 100%;max-width: 100%;}


.fullSlide .hd ul li{
    width: 1rem;
    height: 0.3rem;
    cursor: pointer;
    margin-right: 0.3rem;
    background: #ccc;
    border-radius: 1rem;
    display: inline-block;
}

.fullSlide .hd ul li.on{
	background: #f55319;
}


