/* CSS Document */

/*轮播图*/
.bcol1{margin-top: 15px;}
.bcol1 .banner01{width:100%;height: 322px;overflow: hidden;border-radius: 4px;}
.bcol1 .banner01 .img{width:100%;height: 322px}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
width: 100%;right: 10px; left: auto;bottom:15px;line-height: 0;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 3px}
.swiper-pagination-bullet{background:#FFFFFF;width: 9px;height: 5px;border-radius: 5px;opacity: 0.5;}
.swiper-pagination-bullet-active{background:#FFFFFF;width: 18px;height: 5px;border-radius: 5px;opacity: 1}


.rg_col .plist_con{width:100%;height: auto;margin-top: 20px;}




/*产品列表*/
.plist2 {width: 100%;height: auto;}
.plist2 .pli{width:203px;height: 250px;}
.plist2 .pli:not(:nth-child(4n)){margin-right: 11px;}
.plist2 .pli .pimg{width:203px;height: 203px;box-sizing: border-box;display: flex;align-items: center;justify-content: center;overflow: hidden;border-radius: 4px;position: relative;}
/*.plist2 .pli .pimg .img{width:auto;height: auto;max-width: 100%;max-height: 100%}*/
.plist2 .pli .pimg .icn_play{width:35px;height: 35px;background-image: url("../../common/images/icn_play.png");background-position: center;background-repeat: no-repeat;display: block;position: absolute;bottom: 10px;right: 10px;background-size: cover;}
.plist2 .pli .pmsg{width:100%;height: 60px;position: relative;}
.plist2 .pli .pmsg .pname{width:100%;height: 40px;line-height: 40px;color: #333333;font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.plist2 .pli .pmsg .fsitem{width:100%;height: 18px;font-size: 14px;color: #999999;line-height: 18px;}


.plist2 .pli:hover {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05); }

.plist2 .pli:hover .pmsg .pname{color: #1f2a66}





