
/* p5004 荣誉资质 */
.mq-navbox{width: 100%;text-align: center; position: relative;z-index: 18;}
.mq-nav{display: inline-block;vertical-align: middle;border-bottom: .02rem solid transparent;padding: .12rem 0; position: relative;cursor: pointer; color: #999999; margin: 0 .3rem .35rem;}
.mq-nav:after{content: '';position: absolute;top: 50%;right: -.45rem;margin-top: -.09rem;width: .03rem;height: .18rem;background-color: #eee;}
.mq-nav:last-child:after{display: none;}
.mq-nav:before{display: none;content: ''; position: absolute;bottom: -.1rem;left: 50%;margin-left: -.05rem;width: .11rem;height: .1rem;background-image: url(/static/home/images/g25.png);background-size: .11rem auto;background-position: top center;background-repeat: no-repeat;}
.mq-nav:hover{border-bottom: .02rem solid #f50010;color: #222222;}
.mq-nav:hover:before{display: block;}
.mq-nav.active{border-bottom: .02rem solid #f50010;color: #222222;}
.mq-nav.active:before{display: block;}


.mr-a{width: 100%;padding-top: .85rem;padding-bottom: .98rem; background-color: #f8f8f8;}
.mr-b{width: 17.7rem;margin: 0 auto;}
.mr-cont{width: 100%;font-size: 0;padding-bottom: .45rem;}
.mr-item{display: inline-block;vertical-align: middle;cursor: pointer;background-color: #ffffff;border-radius: .1rem;width: 5.74rem;margin-right:  .24rem;margin-bottom: .25rem;}
.mr-item:nth-child(3n){margin-right: 0;}
.mr-img{width: 100%;height: 4.65rem;text-align: center;line-height: 4.65rem;border-bottom: 1px solid #eeeeee;}
.mr-img img{max-width: 80%; max-height: 65%;transform: scale(1.00);transition: all .5s;}
.mr-text{display: block; width: 100%;padding:.4rem .5rem .65rem;position: relative;}
.mr-text:after{content: ''; position: absolute;bottom: .45rem;left: .5rem;width: 50%;height: 3px;background-image: url('/static/home/images/g32.png');background-size: auto 3px;background-position: left center;background-repeat: no-repeat;}
.mr-name{color: #9a9a9a;line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.mr-item:hover .mr-img img{transform: scale(1.05);}
.mr-item:hover .mr-text{background-color: #cd010d;}
.mr-item:hover .mr-text:after{background-image: url('/static/home/images/g32-b.png');}
.mr-item:hover .mr-name{ color: #fff;}

@media(max-width:900px) {
    .mr-b{width: 100%;max-width: 500px;padding-left: 10px;padding-right: 10px;} 
    .mr-item{width: calc(50% - 5px);margin-right: 10px;}
    .mr-item:nth-child(3n){margin-right: 10px;}
    .mr-item:nth-child(2n){margin-right: 0;}
    .mr-img{height: 2.8rem;line-height:  2.8rem;}
    .mr-img img{max-height: 80%;}
    .mr-text{padding: .4rem .2rem .65rem;}
    .mr-text:after{left: .2rem;}
}

/* 分页 */
.bg-cont{width: 100%;font-size: 0;text-align: center;}
.bg-buttom{ display: inline-block;vertical-align: middle;cursor: pointer;margin: 0 5px .1rem; min-width: 83px;height: 50px;line-height: 50px;font-size: 18px;background-color: #f7f7f7;}
.bg-item{ display: inline-block;vertical-align: middle;cursor: pointer;margin: 0 5px .1rem; min-width: 50px;height: 50px;line-height: 50px;font-size: 20px;background-color: #f7f7f7;}
 
.bg-buttom:hover{background-color: #cd010d !important;color: #ffffff;}
.bg-item:hover{background-color: #cd010d !important;color: #ffffff;}
.bg-item.active{background-color: #cd010d !important;color: #ffffff;}

.bg-cont.cont2 .bg-buttom{background-color: #fff;}
.bg-cont.cont2 .bg-item{background-color: #fff;}

@media(max-width:1400px) {
    .bg-buttom{min-width: 55px;height: 45px;line-height: 45px;font-size: 14px;}
    .bg-item{min-width: 45px;height: 45px;line-height: 45px;font-size: 16px;}
}

@media(max-width:900px) {
    .bg-buttom{min-width: 45px;height: 35px;line-height: 35px;font-size: 12px;}
    .bg-item{min-width: 35px;height: 35px;line-height: 35px;font-size: 13px;}
}
