.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #13366c;
}

.aboutPic {
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.about_type_div {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 40px;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.about_type_div .type_div {
    width: 100%;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

.about_type_div .left {
    float: left;
    color: #000;
    font-size: 16px;
    background: #fff;
    height: 38px;
    margin-top: 1px;
    padding-right: 10px;
}

.about_type_div .left img {
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.about_type_div .more {
    float: right;
    color: #333;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
}

.product_div {
    width: 100%;
    height: auto;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
    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%;
    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-container {
    padding-bottom: 20px;
}

.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: #13366c;
    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: #13366c;
    border-top: 1px solid #13366c;
}

#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;
}

.honorDiv {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}