/*swiper*/
.swiper-container{
    width: 100%;height: 4rem;margin-top:1.0rem;
}
.swiper-slide{
    overflow: hidden;position: relative;
}
.swiper-container img{
    display: block;width: 7.5rem;position: relative;left: 50%;margin-left: -3.75rem;
}
.swiper-container .pagination {
    position: absolute;
    z-index: 20;
    bottom: .3rem;
    width: 100%;
    text-align: center;
    vertical-align: top;
    font-size: 0;
}
.swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    margin: 0 .05rem;
    border: .03rem solid #fff;
    cursor: pointer;
    transition: .2s;
    margin-top: .04rem;
    vertical-align: top;
}
.swiper-container .swiper-active-switch {
    width: .16rem;height: .16rem;position: relative;margin-top: 0
}
.swiper-container .swiper-active-switch::after{
    content: '';display: block;width: .04rem;height: .04rem;border-radius: 50%;background: #fff;position: absolute;left: 0;bottom: 0;top: 0;right: 0;margin: auto;
}
/*产品分类*/
.proClass{
    margin: .37rem .3rem .26rem;height: .72rem;border: .01rem solid #ff3934;border-radius: .06rem;overflow: hidden;
}
.classItem{
    display: block;width: 50%;height: 100%;float: left;text-align: center;font: .28rem/.72rem 微软雅黑;color: #ff3934;
}
.classItem.on{
    background: #ff3934;color: #fff;
}
/*行业分类*/
.industry{
    margin-bottom: .26rem;
}
.industryTit{
    padding: 0 .42rem .2rem;font: .24rem/.24rem 微软雅黑;color: #999;
}
.industryList{
    padding: 0 .33rem;overflow: hidden;
}
.industryItem{
    float: left;margin: 0 .07rem .14rem;width: 1.22rem;font: .22rem/.46rem 微软雅黑;color: #999;border-radius: .04rem;text-align: center;background: #f5f5f5;
}
.industryItem.on{
    background: #ff3934;color: #fff;
}
/*产品列表*/
.proMain{height:auto;overflow:hidden;margin-bottom:0.5rem;}
.proList{
    display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-webkit-justify-content: space-around;-ms-flex-pack: center;justify-content: space-around;flex-wrap: wrap;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;
}
.proItem{
    width: 3.49rem;height: 3.78rem;border-radius: .06rem;box-shadow: .03rem .04rem .1rem 0 rgba(0, 0, 0, 0.06);font-size: 0;overflow: hidden;margin-bottom: .29rem;
}
.proItem a{
    display: block;width: 100%;height: 100%;
}
.itemImg{
    width: 100%;height: 2.58rem;border-radius: .06rem;display: block;background: #f4f4f4;
}
.itemClass{
    padding: .2rem .2rem .08rem;font: .18rem/.18rem 微软雅黑;color: #999;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.itemTit{
    padding: 0 .2rem .12rem;font: .26rem/.26rem 微软雅黑;color: #303245;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.itemDate{
    padding: 0 .2rem;font: .18rem/.18rem 微软雅黑;color: #d3d3d3;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.pageList{height:1.35rem;overflow:hidden;}
.tcdPageCode a.disabled{font-size:0.3rem!important;height:0.45rem!important;line-height:0.45rem!important;}
.tcdPageCode a.current{font-size:0.4rem!important;height:0.45rem!important;line-height:0.45rem!important;}
.tcdPageCode a{font-size:0.4rem!important;height:0.45rem!important;line-height:0.45rem!important;}
.tcdPageCode a.nextPage{font-size:0.3rem!important;height:0.45rem!important;line-height:0.45rem!important;}