/*首页oem/dom 标题隐藏*/
#blockCon10204 > DIV:nth-child(1) {
	display:none !important;
}
/*子栏目居中展示*/
#component_NTKFOytIJieE > DIV > DIV:nth-child(1) > H2 {
	display:flex !important;
	flex-direction:unset !important;
	flex-wrap:unset !important;
	align-content:unset !important;
	justify-content:center !important;
	align-items:unset !important;
	margin-bottom:20px !important;
}
#cateTranstyle1 > UL {
	display:flex !important;
	flex-direction:row !important;
	flex-wrap:nowrap !important;
	align-content:unset !important;
	justify-content:center !important;
	align-items:unset !important;
}
/*图册展示*/
.mask-layer-imgbox .layer-img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
}
/*首页banenr下图片行高*/
.blockCon16674 .top {
    padding-top: 55px!important;
    padding-bottom: 105px!important;
}

.blockCon16674 .textBox {
    padding: 40px 0!important;
}
/*产品详情页 上一篇下一篇 top间距*/
#component_NIKPESOdyQnZ > DIV:nth-child(1) > DIV:nth-child(1) > DIV:nth-child(4) {
	margin-top:50px !important;
}