.banner22 {
position: relative;
width: 100%;
height: 399px;
}
#imgList {
width: 100%;
height: 399px;
}
.imgList {
height: 399px;
}
.imgList a {
float: left;
height: 399px;
width: 100%;
transition: all 1s;
display: none;
}
.imgList a.bj1 {
background: url('/web/20210511041359im_/http://www.szakman.com/templets/akman/images/banner01.jpg') no-repeat center top;
}
.imgList a.bj2 {
background: url('/web/20210511041359im_/http://www.szakman.com/templets/akman/images/banner02.jpg') no-repeat center top;
}
.imgList a.bj3 {
background: url('/web/20210511041359im_/http://www.szakman.com/templets/akman/images/banner03.jpg') no-repeat center top;
}
.imgList a.bj4 {
background: url('/web/20210511041359im_/http://www.szakman.com/templets/akman/images/banner04.jpg') no-repeat center top;
}
#slides {
height: 16px;
position: absolute;
left: 50%;
bottom: 10px;
overflow: hidden;
margin-left: -25px;
}
#slides a {
width: 16px;
height: 16px;
border-radius: 50%;
background: #fff;
margin-right: 10px;
float: left;
}
#slides .active2 {
background: #6e3b23;
}