.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel .item {
    text-align: center;
    overflow: hidden;
    height: 100%
}

.carousel .item .img-box {
    background: #fff;
    border: 1px solid #c9ac4a80;
    padding: 7px;
    box-shadow: 0 5px 7px -3px rgba(0, 0, 0, 0.4);
    max-height: 200px;
}

.font_13 {
    font-size: 13px;
    margin-top: 5px;
    color: #215298;
    font-weight: 600;
    cursor: pointer;
}

.carousel .item img {
    margin: 0 auto;
}

.abt-head {
    color: #987605;
    font-size: 16px;
    font-weight: 700;
}

.carousel .carousel-control {
    width: 68px;
    background: none;
    display: none;
}

.carousel .carousel-control i {
    font-size: 28px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -15px;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 1px 4px;
    /* box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); */
}

.carousel-indicators li {
    background: transparent;
    border: 1px solid #8a530c;
    cursor: pointer;
}

.carousel-indicators li.active {
    background: #8a530c;
}

@media only screen and (min-device-width: 750px) and (max-device-width: 1100px) {
    .font_13 {
        font-size: 8px;
    }
    .abt-head {
        font-size: 10px;
    }
}