@charset "utf-8";
/*产品幻灯盒子*/
.propic_flashbox{width: 100%;margin: 0 auto;position: relative;}
.propic_flash{overflow: hidden;position: relative;}
.propic_flash_bigpic{width: 700px;height: 700px;float: left;position:relative;overflow: hidden;}
.propic_flash_bigpic img{width: 100%;height: 100%;}
.flash_box{position: absolute;width: 120px;right: 0;top: 50%;transform: translateY(-50%);}
.flash_box .active{
    opacity: 1;
}
.flash_box_1,.flash_box_2,.flash_box_3,.flash_box_4,.flash_box_5,.flash_box_6{width: 120px;height: 120px;margin-bottom: 10px;overflow: hidden;opacity: 0.5;}
.flash_box_1>img,.flash_box_2>img,.flash_box_3>img,.flash_box_4>img,.flash_box_5>img,.flash_box_6>img{width: 100%;height: 100%;}