*{
    padding:0;
    margin:0;
}
.mylunbo{
    margin:20px auto;
    position: relative;
    width:1000px;
    height: 600px;
    overflow: hidden;
}
.mylunbo img{
    width:1000px;
}
.mylunbo ul{
    position: absolute;
    top: 0;
    left: 0;
    width:500%;
}
.mylunbo 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: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: 'icomoon';
    font-size: 18px;
    z-index: 2;
	    border-radius: 50%;

}
.arrow-l {
    left: 20px;
}
.arrow-r {
    right: 20px;
}
.circle {
    position: absolute;
    bottom: 10px;
	left:460px;
}
.circle li {
    float: left;
    width: 12px;
    height: 12px;
    /*background-color: #fff;*/
    border:rgba(102, 102, 102, 0.5) 2px solid;
    margin: 0 3px;
    border-radius: 50%;
    /*鼠标经过显示小手*/
    cursor: pointer;
}
.current {
    border:#2E2D81 2px solid !important;
    background-color: #2E2D81;
}
a:hover{
    color:#FFF;
}