body{
    background-color:#f2f2f2;
    margin: 0;
    padding: 0;
}
.hedbox{background-color: #fff;width: 100%;}
.banner {
    width: 100%;
    height: 6.65rem;
    position: relative;
    background-color: #f8f8f8;
    cursor: pointer;
}
.banner ul {
    width: 100%;
    height: 6.2rem;
    position: relative;
}
.banner ul li {
    width: 100%;
    height: 6.2rem;
    position: absolute;
    top: 0;
    left: 0;
}
.banner ul li img {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.banner ol {
    height: 0.45rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999;
}
.banner ol li {
    float: left;
    width: 0.32rem;
    height: 0.03rem;
    background-color: #dadada;
    margin-right: 0.15rem;
    margin-top: 0.21rem;
}
.banner ul li.banner1 {
    z-index: 99;
}
.banner ol li.active {
    background-color: #ffb401;
}
.banner ol li:hover {
    background-color: #ffb401;
}