
/* idx_banner_lunbotu开始 */
#idx_banner_lunbotu {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}
#idx_banner_lunbotu ul {
    width: 100%;
    position: absolute;
    margin-left: 0;
}
#idx_banner_lunbotu ul li {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* display: none; */
}
/* #box ul .active {
    display: block;
} */
#idx_banner_lunbotu ul li .img-bg {
    width: 100%;
    height: 600px;
}
#idx_banner_lunbotu ol {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: 15px;
}
#idx_banner_lunbotu ol li {
    width: 15px;
    height: 15px;
    background: url(/style/images/dot.png) no-repeat 0 0;
    border-radius: 50%;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}
#idx_banner_lunbotu ol .current {
    background: url(/style/images/dot.png) no-repeat 0 -15px;
}
#idx_banner_lunbotu span {
    position: absolute;
    left: 90px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
}
#idx_banner_lunbotu .idx_lunbotu_arrleft {
    background: url(/style/images/prev.png) no-repeat center center;
}
#idx_banner_lunbotu .idx_lunbotu_arrright {
    left: auto;
    right: 90px;
    background: url(/style/images/next.png) no-repeat center center;
}
/* idx_banner_lunbotu结束 */