@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

.carousel-control.left {
    width: 6%;
    background-image: none;
}

.carousel-control.right {
    width: 6%;
    background-image: none;
}

/*.abc{display:none;}*/
.carousel-control {
    opacity: 0.8;
}

.abc img {
    width: 60%;
}

.abcd img {
    width: 80%;
}

.carousel-indicators li {
    border: 1px solid #0050c4;
    background-color: white;
}

#carousel-example-generic {
    margin-top: 130px;
}

.ie7 .carousel-indicators {
    display: none;
}

.active {
    background-color: transparent;
}

.glyphicon-left {
    position: absolute;
    top: 45%;
    left: 20%;
}

.abcl {
    left: 60%;
}

.glyphicon-right {
    position: absolute;
    top: 45%;
    right: 20%;
}

.abcr {
    right: 60%;
}

.carousel-indicators .active {
    border: 1px solid #0050c4;
    background-color: #0050c4;
}

.carousel-inner {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.cbindex {
    height: 600px;
    margin-top: 130px;
}

.cbindexpic {
    height: 600px;
}

.cb {
    height: 350px;
}

.cbpic {
    height: 350px;
}

.item {
    height: inherit;
}

.item img {
    width: 100%;
    height: 100%;
}

.index_lb_b {
    width: 100% !important;
    margin-left: 0 !important;
    left: 0;
    height: 350px;
}

@media (max-width: 1580px) and (min-width: 1280px) {
    .cbindex {
        width: 100%;
        left: 50%;
        height: 500px;
        margin-left: -50%;
    }

    .cbindexpic {
        width: 100%;
        left: 50%;
        height: 500px;
        margin-left: -50%;
    }

    .item {
        height: inherit;
    }

}
