.banner {
    position: relative;
    overflow: auto;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
}

.banner ul {
    width: 100%;
}

.banner .dots {
    /*position: absolute;*/
    height: 100%;
    top: 0;
    right: 3%;
    z-index: 1;
    color: #fff;
}

.banner .dots ul {
    position: absolute;
    top: 91%;
    /*right: 20px;*/

    width: 50%;
    margin-left: 36%;
}

.banner .dots li {
    border-radius: 50%;
    height: 19px;
    width: 19px;
    float: left;
    cursor: pointer;
    background: #e8e8e8 none repeat scroll 0 0;
    position: relative;
    font-size: 0;
    margin: 1%;

}

.banner .on {
    color: black;
    background-color: #59215e !important;
}

.indexnav a {
    width: 25%;
    float: left;
}
/*.bannerwai{padding: 3%;background: url("/style/images/bannerbg.jpg");border-radius: 3px}*/
.bannerwai{padding: 4%;background: url("/style/images/bannerbg.jpg");}
#ban{box-shadow: 4px 14px 21px rgba(0, 0, 0, 0.3);border-radius: 10px}
.fyqindex {
    position: absolute;
    bottom: 0px!important;
    z-index: 999;
    height: 24px;
}
