.banner {
    width: 100%;
    max-width: 1200px;
    margin: 15px 0 10px;
    height: auto;
}

.banner a, .banner b, .banner img, .banner li {
    transition: none;
}

.banner-item {
    width: 16.6666666%;
    padding-bottom: 12%;
    float: left;
    display: inline-block;
    position: relative;
}

.image-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px;
}

.image-container img {
    width: 100%;
	height:100%;
}

.banner .banner-item:first-child {
    width: 33.333333%;
    padding-bottom: 24%;
}

.banner:after {
    content: "";
    clear: both;
    display: table;
    *zoom: 1;
}

.banner .banner-item:nth-child(n 10) {
    display: none;
}

@media (min-width: 768px) and (max-width: 1178px) {
    .banner .banner-item:first-child {
        width: 40%;
        padding-bottom: 24%;
    }

    .banner-item {
        width: 20%;
    }

    .banner .banner-item:nth-child(n 8) {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner .banner-item:first-child {
        width: 50%;
        padding-bottom: 24%;
    }

    .banner-item {
        width: 25%;
    }

    .banner .banner-item:nth-child(n 6) {
        display: none;
    }
}

.sangar-slideshow-container .sangar-position-sticky-bottom > .sangar-textbox-content {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    padding: 0;
    min-height: 60px;
}

.sangar-slideshow-container .sangar-textbox-content > div.progress {
    margin-top: 0;
}

.photoarea .progress {
    background: rgba(0, 0, 0, 0)  no-repeat scroll 60% 70%;
    float: left;
    height: 50px;
    position: relative;
    text-align: center;
    width: 55px;
    margin: 0 15px;
    top: 5px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.photoarea .progress .numerator,
.photoarea .progress .denominator {
    font-family: georgia, "monotype corsiva", arial, sans-serif;
    font-style: italic;
    line-height: 1;
    position: absolute;
}

.photoarea .progress .numerator {
    bottom: 25%;
    color: #cc191b;
    font-size: 36px;
    right: 50%;
}

.photoarea .progress .denominator {
    font-size: 14px;
    left: 60%;
    top: 60%;
    color: #fff;
}

.sangar-slideshow-container .sangar-textbox-content > .sangar-textbox-description {
    padding: 10px 60px 10px 15px;
}

.sangar-slideshow-container .sangar-textbox-content > .sangar-textbox-description p {
    font-family: "微软雅黑", sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.photoarea .fold {
    background-position: -160px center;
    display: block;
    height: 100%;
    width: 60px;
}

.photoarea .fold,
.photoarea .unfold {
    background-image: ;
    background-repeat: no-repeat;
    bottom: 0;
    cursor: pointer;
    opacity: 0.85;
    position: absolute;
    right: 0;
    margin-top: 0 !important;
}

.photoarea .unfold {
    background-color: #000000;
    background-position: 19px 15px;
    color: #fff;
    display: none;
    height: 60px;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    width: 60px;
}

.desc-content {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    transition: height 0.5s ease-in-out 0s;
}

.sangar-textbox-description:hover .desc-content {
    height: auto;
}

.image-index{

}
.image-index span{
    display: inline-block;
    padding:.5em;
    cursor: pointer;
}
.image-index span.active{
    background-color: #2c9ad5;
    color:#fff;
}

.sangar-slideshow-container > .sangar-wrapper > .sangar-pagination-wrapper.wrapper-bullet{
    top:5px;
}
.sangar-slideshow-container > .default ul.sangar-pagination-bullet > li.sangar-bullet-number{
    line-height: 24px;
    padding:0 ;
    height:24px;
    background-color: rgba(0,0,0,0.3);
    color:#fff;
    width:24px;

}
.sangar-slideshow-container > .default ul.sangar-pagination-bullet > li.sangar-bullet-number.sangar-pagination-active{
    line-height: 24px;
    padding:0;
    height:24px;
    width:24px;
    background-color: #2c9ad5;
    color:#fff;
}