.carousel {
    overflow: hidden;
    width: 280px;
    *position: relative;
    border: 1px solid #E6E6E6;
    border-right: none;
    padding: 5px;
    padding-bottom: 0;
}
#swiperHead {
    width: 530px;
    height: 398px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    --swiper-navigation-color: #dddddd;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
    --swiper-pagination-color: #ffffff;
}
#swiperHead  :hover {
    --swiper-navigation-color: #DD3D3D;/* 单独设置按钮颜色 */
}
#swiperHead .swiper-pagination {
    text-align: right;
    bottom: 5px;
    padding-right: 20px;
}
#swiperHead .my-bullet-active {
    background: #ffffff;
    opacity: 1;
}
.main-carousel-container {
    position: relative;
}
.carousel-inner {
    width: 20000px;
}
.main-carousel-container .item {
    display: inline-block;
    position: relative;
    *display: inline;
    *zoom: 1;    
    width: 280px;
    padding-right: 5px;
    text-align: center;
}
.main-carousel-container img {
    width: 280px;
    height: 210px;
}
.carousel-control-bg {
    margin-top: 26px;
    margin-left: -5px;
    margin-right: -5px;
    height: 10px;
    background-color: #195d9f;
    text-align: center;
    padding: 4px 0;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#0096d2,EndColorStr=#195d9f);
    background-image: -moz-linear-gradient(left,#0096d2,#195d9f);
    background-image: -webkit-linear-gradient(left,#0096d2,#195d9f);
    background-image: -o-linear-gradient(left,#0096d2,#195d9f);
}
.carousel-control-item {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 8px 0 0;
    cursor: pointer;
    background: url(control.png) no-repeat;
}
.carousel-control-bg .current {
    background-position: 0 -11px;
}
.carousel-caption h4 {
    margin: 0;
    font-size: 14px;
    color: #4d4d4d;
    zoom: 1;
    text-align: center;
}
.carousel-caption {
    position: absolute;
    padding: 10px 0;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 280px;
    overflow: hidden;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    background: rgba(0,0,0,.5);*/
}
/*:root .carousel-caption {
    filter:none;
    background: rgba(0,0,0,.5)\9;
}
*/