@charset "utf-8";

.slider-container{
    max-width: 1500px;
    min-width: 1200px;
    margin: 0 auto 30px auto;
    position: relative;
    height: auto;
    background: #fff;
}
.main-slider{
    width:100%;
    height:400px;
    position:relative;
    overflow:hidden;
}
.slide-item{
    /*min-width:650px;*/
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    display:none;
    background: #2b2e33;
}
.slide-item a{
    display: block;
    width:100%;
    height:100%;
    min-height:200px;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-nav{
    position: relative;
    bottom: -10px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom:0;
    margin-left: auto;
    padding: 0;
    text-align: center;
}
.slider-nav li{
    list-style:none;
    display: inline-block;
    position:relative;
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    cursor: pointer;
    border-radius: 50%;
    border:2px solid #e0e0e0;
}
.slider-nav li.curr{
    border-color: #FFBB55;
    background: #fff;
}
.slider-nav:after{
    content: ' ';
    display: inline-block;
    clear: both;
}

/* 内页 slider 样式 */
.inner-slider-panel{
    position: relative;
    height:400px;
}
.inner-slider{
    height: 400px;
    border: 1px solid #f6f6f6;
    position: relative;
}
.inner-slider > .slide-item{
    width:100%;
    background: none;
}
.inner-slide-nav{
    position: relative;
    top:-25px;
}