* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

.war {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.war ul li {
    width: 100%;
    height: auto;
    display: none;
}

.war ul li img {
    width: 100%;
    height: auto;
    display: block;
}

.right img {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    cursor: pointer;
}


.left img {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    cursor: pointer;
}



.iconts {
    width: 100px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -50px;
    cursor: pointer;
}

.iconts span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 10px;
    float: left;
    margin-left: 10px;
}

.iconts span:nth-child(1) {
    margin: 0;
}

.iconts span.active {
    background: #F4C41D;
}