/*施工流程左右图标按钮*/
.block_25554 .pre-next-box span {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #ff9e00 !important;
    box-shadow: 0 2px 14px 0 rgba(217, 218, 218, 0.48);
    cursor: pointer;
  
}

.block_25554 .pre-next-box svg {
    fill: currentColor;
    color: #ffffff !important;
}


/*导航*/
.qiaoxin21584 .header_main .header_middle_nav {
    width: 70% !important;
    box-sizing: border-box;
    /* padding: 0 100px; */
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 100%;
    /* position: relative; */
}
.qiaoxin21584 .header_main .header_middle_nav .navStyle .blockNavBar .nav-li {
    margin-right: 15px !important;
    /* height: calc(100% - 4px); */
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #bababa;
    font-size: 18px;
    padding: 0 5px;
    transition: all .3s;
}
/*导航箭头隐藏*/
#siteblocks-setting-wrap-wDpkYhVdTSZj > DIV > DIV:nth-child(3) > DIV:nth-child(1) > 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;
}

/*导航语种隐藏*/
#siteblocks-setting-wrap-wDpkYhVdTSZj > DIV > DIV:nth-child(3) > DIV:nth-child(1) > DIV:nth-child(3) > DIV:nth-child(2) > DIV > DIV > DIV:nth-child(1) > SPAN > svg > path {
	display:none !important;
}