@charset "utf-8";

body {
    background-color: white;
}
h1,h2,h3 {
    margin: 0;
}

/*------------------------------------轮播图*/
#carousel-example-generic {
    padding-bottom: 125px;
}
#carousel-example-generic .carousel-indicators {
    bottom: 40px;
}
@media (max-width:767px) {
    #carousel-example-generic {
        padding-bottom: 60px;
    }
    #carousel-example-generic .carousel-indicators {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        padding-bottom: 15px;
    }
    .carousel-indicators li {
        background-color: transparent;
    }
}
.carousel-indicators>li {
    border-color: rgb(168,169,173);
    width: 14px;
    height: 14px;
    border-radius: 14px;
}
.carousel-indicators>li.active {
    background-color: rgb(168,169,173);
    width: 16px;
    height: 16px;
    border-radius: 16px;
}


/*-----------------产品展示开始*/
#main .productShow {
    margin-bottom: 50px;
}
#main .productShow > .row > .col-sm-4 > .productImg {
    position: relative;
    height: 160px;
}
#main .productShow > .row > .col-sm-4 > .productImg > a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


#main .productShow .row .col-sm-4 a img {
    display: block;
    margin: 0 auto;
    height: 160px;
    max-width: 100%;
}
/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
    #productShow div > .row .col-sm-4 .img_boder {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    #main .productShow > .row > .col-sm-4 > .productImg{
        height: 210px;
    }
    #main .productShow .row .col-sm-4 a img {
        height: 210px;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    #main .productShow > .row > .col-sm-4 > .productImg{
        height: 260px;
    }
    #main .productShow .row .col-sm-4 a img {
        height: 260px;
    }
}
#main .productShow .row .col-sm-4 span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    display: inline-block;
    width: 100%;
    color: rgb(87,88,96);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
#productShow div > h2 {
    color: rgb(151,26,96);
    text-align: center;
    font-size: 2rem;
    font-weight: 100;
    font-family: "Lato-Light";
    padding-top: 125px;
    margin-bottom: 36px;
}
#productShow div > .row > .col-sm-4 {
    margin-bottom: 100px;
}
#productShow div > .row .col-sm-4  a > img {
    border: 2px solid transparent;
}
#productShow div > .row .col-sm-4  a > img:hover {
    border: none;
}
#productShow div > .row .col-sm-4 .img_boder {
    border: 1px solid rgba(87,88,96,0.3);
    border-radius: 5px;
}
#productShow div > .row .col-sm-4 .img_boder:hover {
    box-shadow: 0 0 10px rgb(87,88,96);
}
/*-----------------产品展示结束*/

