*{
    padding:0;
    margin:0;
}
.mylunbo{
	position: relative;
	width: 1905px;
	height: 640px;
	/*background-color: purple;*/
    overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mylunbo ul{
    position: absolute;
    top: 0;
    left: 0;
    width:400%;
}
ul li{
    float:left;
    list-style-type: none;
}
ol li{
    list-style-type: none;
}
.arrow-l,
.arrow-r {
    display: none;
    position: absolute;
    top: 30%;
    margin-top: 60px;/*高度40，上移20*/
    width: 24px;
    height: 50px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 100px;
    color: #666666;
    font-family: icomoon;
    font-size: 18px;
    z-index: 2;
}
.arrow-r {
    right: 0;
}
.circle {
    position: absolute;
    bottom: 10px;
    left: 900px;
}
.circle li {
	float: left;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	/*鼠标经过显示小手*/
    cursor: pointer;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.current {
    background-color: #fff;
}
a:hover{
    color:white;
}