/*产品页面*/
#proCategory a {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.pro-list-d {

}

.pro-zoom {
    width: 300px;
    height: 350px;
}

.pro-zoom .swiper-slide {
    overflow: hidden;
}