*{
    padding:0;
    margin:0;
}
.mylunbo{
    margin:-10px 423.5px;
    position: relative;
    width: 1040px;
    height: 359px;
    /*background-color: purple;*/
    overflow: hidden;
}
img{
    width:1040px;
    height:auto;
}
.mylunbo ul{
	position: absolute;
	top: 15px;
	left: 7px;
	width: 500%;
}
ul li{
    float:left;
    list-style-type: none;
}
ol li{
    list-style-type: none;
}
.arrow-l,
.arrow-r {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;/*高度40，上移20*/
    width: 24px;
    height: 40px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: 'icomoon';
    font-size: 18px;
    z-index: 2;
}
.arrow-r {
    right: 0;
}
.circle {
	position: absolute;
	bottom: 64px;
	left: 356px;
}
.circle li {
    float: left;
    width: 8px;
    height: 8px;
    /*background-color: #fff;*/
    border: 2px solid rgba(240, 120, 120, 0.5);
    margin: 0 3px;
    border-radius: 50%;
    /*鼠标经过显示小手*/
    cursor: pointer;
}
.current {
    background-color: #fff;
}
a:hover{
    color:red;
}
