/**/

.index_image_box img {
    width: 100%;
}

/*  */

.index_banner_box {
    background: white;
    min-height: 550px;
}

.index_banner {
    width: 1200px;
    margin: 0 auto;
}

.el-carousel__item--card.is-in-stage {
    border-radius: 10px !important;
}

.el-carousel__item--card.is-active {
    /*width: 800px !important;*/
}

.index_banner_item img {
    width: 100% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.el-carousel__arrow {
    background: url("/web/images/arrow-right.png") !important;
    background-size: 100% 100% !important;
}

.el-carousel__arrow--left {
    background: url("/web/images/arrow-left.png") !important;
    background-size: 100% 100% !important;
}

.index_banner_item p{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}

.index_title_box {
    width: 1200px;
    margin: 50px auto;
    font-size: 30px;
    text-align: center;
    color: #333333;
    font-weight: 900;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 750px) {

    .index_banner_item img {
        width: auto !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    }

    .index_banner_item p{
        font-size: 12px;
        color: #333333;
        font-weight: bold;
        line-height: 30px;
    }
}