@charset "utf-8";

/* CSS Document */
#banner {
    height: 400px;
    background: #E5E0DA;
    position: relative;
    width: 100%;
}

.swipe {
    overflow: hidden;
    /*visibility: hidden;*/
    position: relative;
}

.swipe-wrap {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.swipe-wrap>div {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background-size: cover !important;
}

.swipe-wrap>div img {
    width: 100%;
    height: 100%;
}

#slider {
    width: 100%;
    height: 560px;
    padding: 0;
    margin: 0 auto;
    text-align: center
}

#slidedot {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3%;
    z-index: 998;
    padding: 5px 0;
    margin: 0
}

#slidedot li {
    display: block;
    list-style: none;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 6px;
    margin-top: 0px;
    background: #fff;
    border-radius: 50%;
}

#slidedot li:first-child {
    margin-left: 0
}

#slidedot li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#slidedot li.currentdot {
    background: rgb(201, 22, 29);
    border: 1px solid #FFF;
    width: 14px;
    height: 14px;
    margin-top: 0;
}

.cover a {
    display: block;
    height: 100%;
}