#wrapper {
	width: 950px;
	background-color:transparent;
	margin: 0 auto 0;
    box-sizing:border-box;
}

.carousel_banner {
    width: 950px;
    height: 453px;
    position: relative;
    box-sizing: border-box;
}

    .carousel_banner .window {
        position: relative;
        overflow: hidden;
    }

        .carousel_banner .window .img {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            height: 100%;
        }
 .window2 {
	position: absolute;
	top:0px;
	overflow: hidden;
    width:100%;
    height:100%;
}

    .window2 .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
.carousel_banner .paginator {
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 5px;
}
    .carousel_banner .paginator ol {
        display: flex;
    }
    .carousel_banner .paginator li {
        margin-bottom: 10px;
        margin-right: 5px;
    }

        .carousel_banner .paginator li a {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 5px 5px;
            background-color: #fff;
        }

            .carousel_banner .paginator li a.active {
                box-sizing: border-box;
                border: 1px solid #e85039;
                background-color: #e85039;
            }
