* {
    padding: 0px;
    margin: 0px;
}
a {
    text-decoration: none;
}
ul {
    list-style: outside none none;
}
.slider, .slider-panel img, .slider-extra {
    width: 100%;
    height: 100vh;
}
.slider {
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.slider-panel, .slider-nav, .slider-pre, .slider-next {
    position: absolute;
    z-index: 8;
}
.slider-panel {
    position: absolute;
    width: 100%;
}
.slider-panel img {
    border: none;
}
.slider-extra {
    position: relative;
}
.slider-nav {
    margin-left: -50px;
    position: absolute;
    left: 50%;
    bottom: 10px;
}
.slider-nav li {
    background: #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    margin: 0 2px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    width: 10px;
}
/*.slider-nav .slider-item-selected {
    background: #FFC107;
}*/
.slider-nav .slider-item-selected:nth-child(1) {
    background: #009C94;
}
.slider-nav .slider-item-selected:nth-child(2) {
    background: #B34B15;
}
.slider-nav .slider-item-selected:nth-child(3) {
    background: #2A5181;
}
.slider-nav .slider-item-selected:nth-child(4) {
    background: #8B78AE;
}
.slider-nav .slider-item-selected:nth-child(5) {
    background: #9F2800;
}
.slider-page a{
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    color: #fff;
    text-align: center;
    display: block;
    font-family: "simsun";
    font-size: 22px;
    width: 28px;
    height: 62px;
    line-height: 62px;
    margin-top: -31px;
    position: absolute;
    top: 50%;
}
.slider-page a:HOVER {
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
.slider-next {
    left: 100%;
    margin-left: -28px;
}

@media screen and (max-width: 768px) {
    .side-collapse-container{
      width:100%;
      position:relative;
      left:0;
      transition:left .4s;
    }
    .side-collapse-container.out{
      left:200px;
    }
    .side-collapse {
      top:50px;
      bottom:0;
      left:0;
      width:200px;
      position:fixed;
      overflow:hidden;
      transition:width .4s;
    }
    .side-collapse.in {
      width:0;
    }

}
