/*产品详情页 组图展示*/
.mask-layer-imgbox .layer-img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
}
/*首页产品*/
#siteblocks-setting-wrap-ETUOenLdiEtZ > DIV > DIV > DIV:nth-child(1) > DIV > DIV:nth-child(1) {
	text-align:center !important;
}
#siteblocks-setting-wrap-ETUOenLdiEtZ > DIV > DIV > DIV:nth-child(1) > DIV > DIV:nth-child(3) {
	text-align:center !important;
}
/*导航*/
.leadong22014 .header_nav .fixli {
    /* padding: 23px 0; */
    padding: 24px 15px !important;
    position: relative;
    white-space: nowrap;
    color: white;
}
/*产品列表页 top导航*/
#prod_list_filter_12 .sortBox .box {
    font-size: 16px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
    padding: 10px 10px 10px 30px;
    display: inline-flex
;
    align-items: center;
    justify-content: space-between;
    text-transform: none;
    text-align: center;
    transition: all .25s;
    width: 200px!important;
    color: #333;
}
#prod_list_filter_12 .sortBox .list {
    position: absolute;
    width: 242px!important;
    left: 0;
    top: 60px;
    z-index: 9;
}