.outer {
    width: 100%;
    /*height: 450px;*/
    overflow: hidden;
    position: relative;
}

.outer .bunn {
    width: 700%;
}

.outer .bunn li {
    float: left;
    position: relative;
	width:100vw;
	list-style: none;
}

.outer .bunn li p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    font-size: 40px;
    color: red;
}

.weizhi {
    font-size: 40px;
    color: rgb(243, 208, 22);
	width:98%;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
}

.weizhi .fl{
	float:left;
}

.weizhi .fr{
	float:right;
}

.weizhi li {
    position: relative;
    z-index: 999;
    cursor: pointer;
	user-select: none;
	list-style: none;
}

.diandian {
    position: absolute;
    bottom: 0;
    left: 0;
}

.dian li{
	list-style:none;
}

.diandian li {
    width: 20px;
    height: 20px;
    background: rgb(243, 208, 22);
    position: relative;
    color: #fff;
    float: left;
    margin: 0 10px;
    cursor: pointer;
	list-style: none;
}

.diandian .dian_1 {
    background: #fff;
    color: #000;
}

.dian {
    position: absolute;
    bottom: 20px;
    left: 50%;
	transform:translateX(-50%);
}

.dian li {
    width: 20px;
    height: 20px;
    background-color: rgb(243, 208, 22);
    border-radius: 10px;
    position: relative;
    z-index: 999;
    cursor: pointer;
    float: left;
    margin: 0 10px;
}

.dian .select {
    background: #fff;
}
.outer ul.bunn{
	padding:0;
}
.outer ul.bunn img{
	width:100%;
}

@media screen and (max-width:0px){
	.dian{
		display:none;
	}
}