/*Capabilities 分类按钮隐藏*/
#blockCon23394 > DIV > DIV:nth-child(2) > DIV:nth-child(1) {
	display:none !important;
}
#blockCon23394 > DIV > DIV:nth-child(2) > DIV:nth-child(2) {
	display:none !important;
}
/*图册展示*/
.mask-layer-imgbox .layer-img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
}