.banner .swiper-slide {
    position: relative
}
.mactive .me-title{
    color: red;
}
.me-title {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f2;
    display: inline-block;
    padding: 15px;
}
.banner .swiper-slide span {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    text-align: center
}

.col-md-1-5,
.col-lg-1-5,
.col-sm-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left
    }
}

.product-list {
    margin-top: 60px
}

.product-list h3 {
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    background: #f2f2f2
}

.product-list h3.clearall {
    color: #666;
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
    cursor: pointer
}

.product-list h3 .number {
    float: right;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 0 20px 0 0;
    color: #333;
    font-weight: 500
}

.product-list h3 .number em {
    font-style: normal
}

.menu {
    overflow: hidden
}

.menu li {
    padding: 12px 0 12px 10px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    cursor: pointer
}

.menu .aLi:after {
    content: "+";
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 20px;
    color: #666
}

.menu .aLi.current {
    border-bottom: none
}

.menu .aLi.current:after {
    content: "-";
    font-size: 30px
}

.menu .second-menu {
    width: 100%;
    display: none
}

.menu .second-menu .sLi {
    padding: 12px 0 12px 20px
}

.menu .second-menu .sLi:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0px;
    width: 8px;
    height: 11px;
    background: url(__CDN__/assets/img/nav-left.png) no-repeat;
    background-size: 100% 100%
}

.menu .second-menu .sLi.current:before {
    top: 18px;
    width: 10px;
    height: 6px;
    background: url(__CDN__/assets/img/nav-down.png) no-repeat;
    background-size: 100% 100%
}

.menu .third-menu {
    width: 100%;
    display: none
}

.menu .third-menu .tLi {
    padding: 2px 0 2px 0px;
    font-size: 16px;
    border-bottom: none;
    position: relative;
    cursor: pointer
}

.menu .third-menu .tLi span {
    color: #666
}

.menu .third-menu .tLi span.current {
    text-decoration: underline
}

.category {
    width: 100%
}

.category .all {
    display: block;
    padding: 15px;
    background: #f2f2f2;
    font-size: 16px;
    color: #333333
}

.category .panel-heading {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #f2f2f2
}

.category .panel-heading a {
    font-size: 16px;
    color: #000;
    font-weight: normal
}

.category .panel-heading a .icon {
    float: right;
    font-style: normal
}

.category .panel-body a {
    display: block;
    font-size: 16px;
    padding: 5px 15px
}

.category .panel-body .panel-heading a {
    padding: 0;
    color: #4c4c4c
}

.category .panel-body .panel-body a {
    display: block;
    font-size: 16px;
    padding: 5px 25px
}

.product-content {
    padding-bottom: 80px
}
.ulbox2 li:hover a{
    color: #e60039;
}
.product-content a.add {
    width: 80%;
    display: block;
    margin: 10px auto 0;
    background: #333;
    color: #fff;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    display: none;
    transition: all .3s ease-out
}

.product-content a.add:hover {
    background: #e60039;
    color: #fff
}

.product-content .content-list {
    padding: 50px 0 30px 0
}

.product-content .content-list .col-lg-1-5,
.product-content .content-list .col-md-1-5,
.product-content .content-list .col-sm-1-5,
.product-content .content-list .col-xs-12 {
    text-align: center;
    transition: all .5s;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px
}

.product-content .content-list .col-lg-1-5:hover,
.product-content .content-list .col-md-1-5:hover,
.product-content .content-list .col-sm-1-5:hover,
.product-content .content-list .col-xs-12:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px #ccc
}

.product-content .content-list .col-lg-1-5:hover .add,
.product-content .content-list .col-md-1-5:hover .add,
.product-content .content-list .col-sm-1-5:hover .add,
.product-content .content-list .col-xs-12:hover .add {
    display: block
}

.product-content .content-list .col-lg-1-5:hover .detail,
.product-content .content-list .col-md-1-5:hover .detail,
.product-content .content-list .col-sm-1-5:hover .detail,
.product-content .content-list .col-xs-12:hover .detail {
    padding: 0px
}

.product-content .content-list .col-lg-1-5 .prodetail,
.product-content .content-list .col-md-1-5 .prodetail,
.product-content .content-list .col-sm-1-5 .prodetail,
.product-content .content-list .col-xs-12 .prodetail {
    display: block;
    width: 100%
}

.product-content .content-list .col-lg-1-5 img,
.product-content .content-list .col-md-1-5 img,
.product-content .content-list .col-sm-1-5 img,
.product-content .content-list .col-xs-12 img {
    width: 100%;
    display: inline-block
}

.product-content span {
    display: block;
    text-align: center;
    padding: 20px 0 0px;
    color: #333;
    font-size: 16px
}

.product-content span.detail {
    color: #666;
    font-size: 14px;
    padding: 0 0 55px
}

.product-content span.cate {
    font-family: "Medium"
}

.product-content .tips {
    width: 100%;
    text-align: left
}

.product-content .tips em {
    background: #f5f5f5;
    /* width: 40px; */
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
    margin: 5px 0 20px 5px;
    font-size: 12px;
    color: #333;
    font-style: normal;
    text-align: center;
    border-radius: 4px
}

.page-btn {
    text-align: center
}

@media screen and (min-width: 320px) and (max-width: 760px) {
    .subBanner .text h1 {
        font-size: 20px
    }

    .subBanner {
        overflow: hidden
    }

    .subBanner img {
        max-width: 160%;
        width: 160%;
        margin-left: -30%
    }

    .col-xs-12 {
        width: 100%
    }

    .content-list .col-xs-12 .add {
        display: block;
        margin-bottom: 20px
    }

    .product-content span.detail {
        padding-bottom: 10px
    }

    .product-content .content-list .col-lg-1-5:hover,
    .product-content .content-list .col-md-1-5:hover,
    .product-content .content-list .col-sm-1-5:hover,
    .product-content .content-list .col-xs-12:hover {
        transform: scale(1);
        box-shadow: 0 0 0 #ccc
    }

    .product-list h3 {
        margin-top: 30px
    }

    .product-content .content-list {
        padding-top: 10px
    }
}

@media screen and (min-width: 761px) and (max-width: 1120px) {

    .category .panel-heading a,
    .category .all,
    .category .panel-body .panel-body a,
    .category .panel-body a {
        font-size: 12px
    }

    .category .all {
        padding: 10px 15px
    }

    .product-list h3 {
        margin-top: 30px
    }

    .product-content .content-list {
        padding: 20px 0
    }

    .product-content span,
    .product-content span.detail,
    .product-content a.add {
        font-size: 12px
    }

    .product-content span.detail {
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .product-content a.add {
        height: 28px;
        margin: 10px auto;
        line-height: 28px
    }
    
}

/*# sourceMappingURL=product_list.css.map */
.category .clearall {
    display: block;
    padding: 15px;
    background: #f2f2f2;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.502);
    text-align: center;
}