@charset "utf-8";



/* Styles ---------------------------------*/

.slider-img{
    /* margin-bottom: 80px; */
    width: 71%;
    margin: 0 auto 80px;
}
.carousel-inner .item{
    /* margin: 0 auto;
    width: 60%; */
}
.carousel-inner .item img{
    width: 100%;
}
.carousel-control{
    width: 25px;
    top: 48%;
}
.carousel-control.left{
    left: -50px;
}
.carousel-control.right{
    right: -50px;
}
.carousel-indicators{
    bottom: 6px;
    right: 0;
    text-align: center;
    /* padding-right: 60px; */
}
.carousel-indicators li{
    background-color: #E0E0E0;
    border-color: #E0E0E0;
}
.carousel-indicators .active{
    background-color: #fff;
    border-color: #E0E0E0;
}

.Control{
    background: url(../../images/home-bg1.png)!important;
}
.Control .img{
    margin: 0 auto;
    width: 71%;
    margin-bottom: 80px;
}
.Control .img img{
    width: 100%;
}

.showroom ul{
    /* margin: 0 10%; */
}
.showroom ul li{
    margin-bottom:10px;
    float: left;
}

.supply{
    background: #fafafa!important;
}
.supply-list{
    background: #fff;
    padding: 30px;
}
.supply-list li{
    float: left;
}
.supply-list li p{
    color: #707070;
    font-size: 12px;
}
.supply-list .item-title{
    font-size: 16px;
    color: #0B0A08;
    font-weight: 600;
    margin-bottom: 20px;
}
.supply-list .item-title img{
    margin-right: 10px;
    height: 30px;
}
.supply-list{
    width: 71%;
    margin: 0 auto 80px;
}
.supply-list .line1{
    min-height: 205px;
}
.supply-list .line2 .item-title{
    border-top: 1px solid #C8C8C8;
    padding-top: 30px;
}


@media (max-width: 768px) {
    
    /* .carousel-indicators{
        padding-right: 0;
    } */
    .supply-list li{
        margin-bottom: 30px;
    }
    .supply-list .line1 .item-title{
        border-top: 1px solid #C8C8C8;
        padding-top: 30px;
    }
    .supply-list .line1 li:first-child .item-title{
        border-top: none;
        padding-top: 0;
    }
    .supply-list .line2 li:last-child{
        margin-bottom: 0px;
    }
    .supply-list{
        width: 80%;
    }
    .Control .img{
        width: 80%;
    }
}
@media (max-width: 640px) {
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}