.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #e62129;
}

.aboutPic {
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}
.aboutPic img{
    max-width: 100%;
    height: auto;
}

.about_type_div {
    width: 100%;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.about_type_div .type_div {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.about_type_div .more {
    position: absolute;
    right: 0;
    color: #333;
    top: 0.02rem;
    font-size: 12px;
    text-transform: uppercase;
}

.product_div {
    width: 100%;
    height: auto;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 4px;
    clear: both;
}

.product_div a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 3px 3px;
}

.product_div a .list {
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.product_div a .txt {
    position: absolute;
    left: 0;
    bottom: 3px;
    background: url(../images/opacity.png);
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 3px;
}


.product_div .swiper-pagination {
    bottom: -5px;
}

.product_div .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    display: inline-block;
    background: #dcdcdc;
    background-size: 100% 100%;
    border-radius: 0px;
}

.product_div .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4e1218;
    background-size: 100% 100%;
}

.aboutBox {
    width: 100%;
    height: auto;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: 2em;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}


/*tab-list*/

.tab-list {
    padding: 0;
    margin-top: 10px;
}

.tabs a,
.tabs-s a {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    box-sizing: content-box;
    border-top: 1px solid transparent;
    background: #f6f6f6;
    color: #666666;
    font-size: 14px;
}

.tabs a.active,
.tabs-s a.active {
    background: #FFFFFF;
    color: #4e1218;
    border-top: 1px solid #4e1218;
}

#tabs-container .ui-list>li {
    margin-left: 10px;
}

#tabs-container-s {
    margin-bottom: 10px;
}

#tabs-container-s .ui-list>li {
    margin-left: 10px;
}

#tabs-container-s .ui-list>li a {
    color: #333;
}



/*  */
.ntypes li{text-align: center;background: #4e1218;padding: 20px 0 15px 0;}
.ntypes li a{color: #fff;}
.ntypes li dl{display: inline-block;}
.ntypes li dl dt{height: 50px;}