@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.slideShowFirst {
    width: 530px;
    height: 60px;
    border: 1px #eeeeee solid;
    position: relative;
    overflow: hidden;
    float: left;
}

.slideShowFirst ul {
    width: 9999px;
    position: relative;
}

.slideShowFirst ul li {
    float: left;
    width: 530px;
}

.slideShowFirst .showNav {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}

.slideShowFirst .showNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-left: 2px;
    color: #fff;
}

.slideShowFirst .showNav .active {
    background: #ccc;
}

.slideShowSecond {
    width: 330px;
    height: 60px;
    border: 1px #eeeeee solid;
    position: relative;
    overflow: hidden;
    float: left;
}

.slideShowSecond ul {
    width: 9999px;
    position: relative;
}

.slideShowSecond ul li {
    float: left;
    width: 330px;
}

.slideShowSecond .showNav {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}

.slideShowSecond .showNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-left: 2px;
    color: #fff;
}

.slideShowSecond .showNav .active {
    background: #ccc;
}

.carousel-content {
    position: relative;
    display: inline-block;
    list-style: none;
}

.carousel {
    width: 530px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.carousel li {
    float: left;
    position: absolute;
    display: none;
}

.carousel li,
.carousel li img {
    width: 100%;
    height: 100%;
}

.img-index {
    position: absolute;
    bottom: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-index li {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
    list-style: none;
}

.img-index li.index {
    background-color: rgba(0, 0, 0, 0.6);
}

.img-index li:hover {
    background-color: rgba(0, 0, 0, 0.6);
}


/*sliderShowThired*/

.slideShowThird {
    width: 1200px;
    height: 75px;
    border: 1px #eeeeee solid;
    position: relative;
    overflow: hidden;
    float: left;
}

.slideShowThird ul {
    width: 9999px;
    position: relative;
}

.slideShowThird ul li {
    float: left;
    width: 1200px;
}

.slideShowThird .showNav {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}

.slideShowThird .showNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-left: 2px;
    color: #fff;
}

.slideShowThird .showNav .active {
    background: #ccc;
}

.carousel-content {
    position: relative;
    display: inline-block;
    list-style: none;
}

.carousel {
    width: 1200px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.carousel li {
    float: left;
    position: absolute;
    display: none;
}

.carousel li,
.carousel li img {
    width: 100%;
    height: 100%;
}

.img-index {
    position: absolute;
    bottom: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-index li {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
    list-style: none;
}

.img-index li.index {
    background-color: rgba(0, 0, 0, 0.6);
}

.img-index li:hover {
    background-color: rgba(0, 0, 0, 0.6);
}


/*sliderShowFour*/

.slideShowFour {
    width: 588px;
    height: 73px;
    border: 1px #eeeeee solid;
    position: relative;
    overflow: hidden;
    float: left;
}

.slideShowFour ul {
    width: 9999px;
    position: relative;
}

.slideShowFour ul li {
    float: left;
    width: 588px;
}

.slideShowFour .showNav {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}

.slideShowFour .showNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-left: 2px;
    color: #fff;
}

.slideShowFour .showNav .active {
    background: #ccc;
}

.carousel-content {
    position: relative;
    display: inline-block;
    list-style: none;
}

.carousel {
    width: 1200px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.carousel li {
    float: left;
    position: absolute;
    display: none;
}

.carousel li,
.carousel li img {
    width: 100%;
    height: 100%;
}

.img-index {
    position: absolute;
    bottom: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-index li {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
    list-style: none;
}

.img-index li.index {
    background-color: rgba(0, 0, 0, 0.6);
}

.img-index li:hover {
    background-color: rgba(0, 0, 0, 0.6);
}