/*
* @author: 88888888
* @date:   2021-03-26 16:11:40
* @last modified by:   88888888
* @last modified time: 2021-03-26 16:42:20
*/
.ss2_wrapper {
    position: relative;
    overflow: hidden;
}

.ss2_wrapper .slideshow {
    position: relative;
    height: 450px;
}

.ss2_wrapper .slideshow_item .data {
    display: none;
}

.ss2_wrapper a.slideshow_prev {
    position: absolute;
    left: -40px;
    top: 160px;
    z-index: 10;
    width: 40px;
    height: 46px;
    outline: none;
    background: ;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ss2_wrapper a.slideshow_prev:hover {
    background: #000;
}

.ss2_wrapper a.slideshow_prev span {
    display: block;
    width: 40px;
    height: 46px;
    background: url(/uploads/image/assets2021zjzd/arrows.png) no-repeat -55px 50%;
    text-indent: -9999px;
}

.ss2_wrapper a.slideshow_next {
    position: absolute;
    right: -40px;
    top: 160px;
    z-index: 10;
    width: 40px;
    height: 46px;
    outline: none;
    background: ;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ss2_wrapper a.slideshow_next:hover {
    background: #000;
}

.ss2_wrapper a.slideshow_next span {
    display: block;
    width: 40px;
    height: 46px;
    background: url(/uploads/image/assets2021zjzd/arrows.png) no-repeat -5px 50%;
    text-indent: -9999px;
}

.ss2_wrapper .slideshow_paging {
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 11;
}

.ss2_wrapper .slideshow_paging a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    color: #fff;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.ss2_wrapper .slideshow_paging a:hover {
    color: #fff
}

.ss2_wrapper .slideshow_paging a.activeslide {
    background: rgba(0,0,0,.82);
}
		
	