#location_bgKNYnpMBVDt > DIV > DIV:nth-child(1) > DIV > DIV {
  display:none !important;
}
.prodDetail-editor-container table {
  width: 100% !important;
}


#location_qRKDtqjoVrvO > DIV {
	padding-bottom:0px !important;
	padding-top:0px !important;
}


@media (min-width:909px) {
    .sq_header4774 .sq_header_2 .sq_nav_1 {
        display: block !important;
    }
}
@media (min-width:916px) {
    .sq_header4774 .sq_nav_menu {
        display: none !important;
    }
}
.sq_nav_1 .backstage-blocksEditor-wrap[data-storage="1"]:hover .backstage-widgetsettings-tools-block {
    position: relative;
}

.sq_header_1 {
    height: 110px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.45);
    display: flex;
    align-items: center;
    transition: all 0.5s ease, background-color 0.3s ease-out;
    justify-content: space-between;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}

.sq_header4774 .sq_nav_1 .backstage-blocksEditor-wrap.navigation .backstage-widgetsettings-tools,
.sq_header4774 .sq_nav_1 .backstage-blocksEditor-wrap.navigation .backstage-widgetsettings-tools-block {
    position: absolute !important;
    left: 0;
    transform: translate(0, -50%);
}

.subUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap:wrap;
flex-wrap:wrap; */
    flex-direction: column;
    /* background: #fff; */
}

.subUl>li {
    position: relative;
    /* margin-right:20px; */
    /* background: green; */
    /* position: relative; */
}

.sq_header4774 .subUl>li>a.active::before {
    transform: rotateY(0deg) !important;
}

.sq_header_1Hover {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    height: 0px;
    background: #fff;
    transition: all 0.5s ease;
}

.sq_header4774 .langNa {
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sq_header_2 .sq_nav_1 .navigation ul li .text_a {
    display: none;
}

#siteblocks-setting-wrap-ogfVQkWqGejt .sq_header_1 .sq_nav_1 .navigation ul li .texta {
    display: none;
}

.sq_header_1Hover2 {
    height: 430px;
    border-bottom: 1px solid #f1f1f1;
}

.sq_header_1_screen {
    height: 60px;
    background-color: #707070;
    opacity: .9;
}

.sq_header_1_screen .sq_header_1Hover {
    top: 60px;
}

.sq_header_1_screen .blockNavBar>li {
    padding: 20px 0 !important;
}

/***************************************************************************************************************************logo样式*/
.sq_header_1 .sq_icon_1 .sq_icon_img img {
    height: 56px;
    transition: all 0.5s ease, background-color 0.3s ease-out;
    margin-left: 30px;
    margin-right: 30px;
}

.sq_header_1_screen .sq_icon_1 .sq_icon_img img {
    height: 40px;
}

/*****************************************************************************************************************************导航条样式*/
.sq_header_2 .sq_nav_1 .navigation>ul {
    position: relative;
}

.sq_header_2 .sq_nav_1 .navigation>ul>li {
    display: inline-block;
    font-family: "ITC-AvantGarde-Gothic Book", "Noto Sans", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.05rem;
    list-style: none;
    padding: 10px 0;
    margin: 0px 15px;
    position: relative;
}

.sq_header_2 .sq_nav_1 .navigation ul li a {
    position: relative;
}

.sq_header_2 .sq_nav_1 .navigation ul li>i.fa-angle-down {
    display: none;
}

.sq_header_2 .sq_nav_1 .navigation ul li a:before {
    content: '';
    position: absolute;
    left: -4%;
    bottom: -20px;
    height: 2px;
    width: 110%;
    transform: rotateY(90deg);
    background: #fff;
    transition: ease-in-out 0.4s;
}

.sq_header_1 .sq_nav_1 .navigation ul li .sub ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 100%;
    transform: rotateY(90deg);
    transition: ease-in-out 0.4s;
    /* background: #707070; */
}

.sq_header_1 .sq_nav_1 .navigation ul li .sub ul li:hover a:before {
    background: #707070;
}

.sq_header_1 .sq_nav_1 .navigation ul li .sub ul li a:hover:before {
    transform: rotateY(0deg);
}

.sq_header_2 .sq_nav_1 .navigation ul li a:hover:before {
    transform: rotateY(0deg);
}

.sq_header_1_screen .sq_nav_1 .navigation ul li a:before {
    bottom: -10px;
}

.sq_header_1_screen .sq_nav_1 .navigation>ul>li>a:hover:before {
    bottom: -10px;
}

.sq_header_2 .sq_nav_1 .navigation>ul>li.sqOnNav>a:before {
    transform: rotateY(0deg);
}

.sq_header_2 .sq_nav_1 .navigation ul li>a {
    color: #fff;
}

.sq_header_2 .sq_nav_1 .navigation ul li>.sub {
    /* width:1180px; */
    background: #fff;
    position: absolute;
    /* left: 38%; */
    top: 98%;
    left: -4px;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease;
    opacity: 0;
    /* margin-top: 5px; */
    /* overflow-y:hidden; */
    /* overflow-x:hidden; */
    /* transform: translateX(-50%); */
    visibility: hidden;
}

.sq_header_2 .sq_nav_1 .navigation ul li>.sub>div {
    position: relative;
    left: 0;
    top: 0;

}

.sq_header_2 .sq_nav_1 .navigation ul li .active {
    opacity: 1;
    /* height:400px; */
    overflow: initial;
}

.sq_header_2 .sq_nav_1 .navigation ul li>.sub::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: #ccc;
    border-radius: 10px;
}

/*定义滚动条的轨道，内阴影及圆角*/
.sq_header_2 .sq_nav_1 .navigation ul li>.sub::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

/*定义滑块，内阴影及圆角*/
.sq_header_2 .sq_nav_1 .navigation ul li>.sub::-webkit-scrollbar-thumb {
    width: 10px;
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}

.sq_header_2 .sq_nav_1 .navigation ul li>.sub>ul>li {
    line-height: 22px;
    display: inline-block;
    padding: 10px 35px;
    /*border-right: 1px solid #525ca3;*/
    /* padding-left: 5px; */
    /* overflow:hidden; */
    vertical-align: top;
    /* margin-bottom:15px; */
    font-weight: 400;
    z-index: 20;
}

.sq_header_2 .sq_nav_1 .navigation ul li>.sub>ul>li>a {
    color: #707070;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap !important;
}

.sq_header_2 .sq_nav_1 .navigation ul li>.sub>ul>li>ul>li>a {
    color: #707070;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
}

/*********************************************************************************************************************搜索输入框样式*/
.sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input>button {
    border: 0;
    background: transparent;
    outline: none;
}

.sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input>button>img {
    cursor: pointer;
    width: 26px;
    height: 26px;
    transform: translateY(4px);
    margin-right: 10px;
    margin-left: 20px;
    margin-top: -4px;
}

.sq_header_1 .sq_right_1 {
    width: 210px;
    display: flex;
    align-items: center;
    height: 110px;
    transition: all 0.5s ease, background-color 0.3s ease-out;
}

.sq_header_1_screen .sq_right_1 {
    height: 60px;
}

.sq_header_1 .sq_right_1 .sq_search_1 {
    position: relative;
    display: inline-block;
}

.sq_header_1 .sq_right_1 .sq_search_1 .search-keywords {
    position: absolute;
    top: 28px;
    left: -100px;
    visibility: hidden;
    transition: left 0.5s ease-in-out;
}

.sq_header_1 .sq_right_1 .sq_search_1 .search-keywords.active {
    visibility: visible;
    left: -190px;
    transition: left 0.5s ease-in-out;
}

.sq_header_1 .sq_right_1 .sq_search_1 .prodDivrecomend {
    display: none;
    position: absolute;
    width: 360px;
    top: 35px;
    left: -190px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    z-index: 20000;
    border: 1px solid #dfdfdf;
    box-shadow: #ccc 0px 0px 4px;
}

.sq_header_1 .sq_right_1 .sq_search_1 .prodDivrecomend li a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.sq_header_1 .sq_right_1 .sq_search_1 .prodDivrecomend li a img {
    width: 30px;
    margin-right: 10px;
}

.sq_header_1 .sq_right_1 .sq_search_1 .prodDivrecomend li a span {
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000;
}

.sq_header_1 .search-keywords span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
    color: #fff;
}

.sq_header_1 .sq_right_1 .sq_search_1 .search-keywords q {
    margin-right: 10px;
}

.sq_header_1 .search-keywords q a {
    font-size: 14px;
    color: #fff;
}

.sq_header_1 .sq_right_1 .sq_language_1 {
    display: inline-block;
}

.sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input>img {
    cursor: pointer;
    width: 26px;
    height: 26px;
    transform: translateY(2px);
    margin-right: 10px;
    margin-left: 20px;
    margin-top: -3px;
}

.sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input {
    display: flex;
    position: relative;
    align-items: center;
    margin-right: 12px;
}

.sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input>input {
    position: absolute;
    left: -100px;
    border: none;
    height: 30px;
    border-radius: 40px;
    text-indent: 10px;
    outline: none;
    transition: ease-in-out .5s;
    margin-top: 1px;
    transform: none !important;
}

.sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input>input.inputOn {
    display: block;
    left: -190px;
    width: 180px;
}

/******************************************************************************************************************************语言栏样式*/
.sq_header_1 .sq_right_1 .sq_language_1 .lang-show-word {
    display: flex;
    align-items: center;

}

.sq_header_1 .sq_right_1 .sq_language_1 .langBar {
    position: relative;
}

.sq_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list {
    position: absolute;
    top: 32px;
    left: 0px;
    height: 0px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 4px 0 #ccc;
    transition: ease-in-out .6s;
    display: block;
    max-height: 400px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    /* width:90px; */
    width: calc(100% - 14.5px);
    padding-left: 14.5px;
    /* padding-left:47px; */
}

.sq_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list .langImg {
    margin-right: 10px;
}

.sq_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list.lang-listOn {}

.sq_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list li {
    line-height: 28px;
    transition: ease-in-out .5s;
}

.sq_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list li a {
    color: #525ca3;
    /* font-size: 16px; */
    font-size: 14px;
    display: flex;
    align-items: center;
}

.sq_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span>div:nth-of-type(1) {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sq_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span>div:nth-of-type(2) {
    width: 12px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sq_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span>div.imgOn {
    transform: rotate(-180deg);
}

.sq_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 150px;
    height: 30px;
    transition: ease-in-out .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.sq_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span:hover {
    border: 1px solid #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/************************手机端导航样式****************************************************************************************/
.sq_header_3 .sq_nav_1 {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 110px;
    left: 0;
    height: 0px;
    transition: all 0.5s ease;
    overflow: hidden;
    overflow-y: auto;
}

.sq_header_1_screen .sq_nav_1 {
    top: 60px;
}

.sq_header_3 .sq_nav_1.navactive {
    /* height: 290px; */
    border-bottom: 1px solid #f1f1f1;
    height: 100vh;
}

/*****************************滚动条样式*/
.sq_header_3 .sq_nav_1::-webkit-scrollbar,
.sq_header_3 .sq_nav_1 ul li .sub::-webkit-scrollbar,
.sq_header_3 .sq_nav_1 ul li .sub ul li .sub-nav::-webkit-scrollbar {
    width: 0px;
    height: 16px;
    background-color: #ccc;
    border-radius: 10px;
}

/*定义滚动条的轨道，内阴影及圆角*/
.sq_header_3 .sq_nav_1::-webkit-scrollbar-track,
.sq_header_3 .sq_nav_1 ul li .sub::-webkit-scrollbar-track,
.sq_header_3 .sq_nav_1 ul li .sub ul li .sub-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

/*定义滑块，内阴影及圆角*/
.sq_header_3 .sq_nav_1::-webkit-scrollbar-thumb,
.sq_header_3 .sq_nav_1 ul li .sub::-webkit-scrollbar-thumb,
.sq_header_3 .sq_nav_1 ul li .sub ul li .sub-nav::-webkit-scrollbar-thumb {
    width: 10px;
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}

.sq_header_3 .sq_nav_1 .navigation>ul>li {
    line-height: 37px;
    position: relative;
    margin-left: 40px;
}

/******二级菜单与三级菜单公用样式******/
.sq_header_3 .sq_nav_1 .navigation ul li .fa.fa-angle-down {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    line-height: 37px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 75px;
    cursor: pointer;
    color: #525ca3;
    transition: all 0.5s ease;
}

.sq_header_3 .sq_nav_1 .navigation ul li .fa.fa-angle-down.fa-angle-downOn {
    transform: rotate(-180deg);
}

/******二级菜单与三级菜单公用样式******/
.sq_header_3 .sq_nav_1 .navigation ul li a {
    font-size: 16px;
    color: #525ca3;
}

.sq_header_3 .sq_nav_1 .navigation>ul>li>.sub {
    /*height: 0px;*/
    /*transition:all 0.5s ease;*/
    margin-left: 20px;
    display: none;
}

.sq_header_3 .sq_nav_1 .navigation>ul>li>.sub.subActive {
    height: 210px;
}

.sq_header_3 .sq_nav_1 .navigation>ul>li>.sub>ul>li {
    position: relative;
    line-height: 26px;
}

.sq_header_3 .sq_nav_1 .navigation ul li .sub ul li .fa.fa-angle-down {
    line-height: 26px;
    right: 20px;
}

.sq_header_3 .sq_nav_1 .navigation>ul>li>.sub>ul>li>.sub-nav {
    margin-left: 20px;

}

.sub-nav {
    transition: all 0.5s ease;
    /* width: 100%; */
    display: none;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
}

.sub-nav>li {
    padding: 10px 35px;
}

.sub-nav-active {
    height: auto;
    display: flex;
    flex-direction: column;
}

.sq_header_3 .sq_nav_1 .navigation>ul>li>.sub>ul>li>.sub-nav.sub-navActive {
    height: 170px;
}

.sq_header_3 .sq_nav_1 .navigation>ul>li>.sub>ul>li>.sub-nav li {
    padding: 10px 35px !important;
    line-height: 24px;
    height: 22px;
}

.sq_header_3 .sq_right_1 {
    width: 239px;
}

.sq_header_3 .sq_nav_menu {
    margin-left: 20px;
}

.sq_header_3 .sq_nav_menu .fa {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.sq_header_3 .sq_nav_menu .fa-close {
    display: none;
    align-items: center;
}

.sq_header_3 .sq_nav_menu .fa-bars {
    display: flex;
    align-items: center;
}

@media screen and (min-width:990px) {
    .sq_header_1 .sq_nav_1 {
        display: block !important;
    }
}

@media screen and (max-width:1024px) {
    .sq_header_1_screen .blockNavBar>li {
        padding: 0 !important;
    }

    .sq_header_2 .sq_nav_1 .navigation>ul>li {
        padding: 0;
    }

    .sq_header_1 .sq_nav_1 .navigation ul li>.sub>ul>li {
        border: none;
    }

    .sq_header_1 .sq_nav_1 .navigation ul li .sub ul li a:before {
        content: none;
    }

    .sub-nav {
        transition: none;
        height: auto;
        position: relative;
        left: auto;
        background: none;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .sq_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list .langImg {
        display: none;
    }

    .sq_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list {
        padding-left: 30px;
        width: calc(100% - 30px);
    }
}

@media screen and (max-width:700px) {
    .sq_header_1_screen .blockNavBar>li {
        padding: 0 !important;
    }

    .sq_header_1 {
        height: 80px;
    }

    .sq_header_1_screen {
        height: 60px;
    }

    .sq_header_1Hover {
        top: 80px;
    }

    .sq_header_1_screen .sq_header_1Hover {
        top: 60px;
    }

    .sq_header_3 .sq_nav_1 {
        top: 80px;
    }

    .sq_header_1_screen .sq_nav_1 {
        top: 60px;
    }

    .sq_header_1 .sq_nav_1 .navigation ul li>.sub>ul>li {
        border: none;
    }

    .sq_header_1 .sq_nav_1 .navigation ul li .sub ul li a:before {
        content: none;
    }

    .sub-nav {
        transition: none;
        height: auto;
        position: relative;
        left: auto;
        background: none;
        right: 0;
    }
}

@media screen and (max-width:500px) {
    .sq_header_1_screen .blockNavBar>li {
        padding: 0 !important;
    }

    .sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input>button svg {
        width: 19px;
        height: 19px;
    }

    .sq_header_1 .sq_icon_1 .sq_icon_img img {
        height: 40px;
        transition: all .5s ease, background-color .3s ease-out;
        margin-left: 10px;
        margin-right: 20px;
        max-width: 155px;
    }

    .sq_header_1_screen .sq_icon_1 .sq_icon_img img {
        height: 32px;
        margin-left: 10px;
    }

    .sq_header_1 .sq_right_1 .sq_language_1 .lang-show-word span div:nth-of-type(1) {
        display: none;
    }

    .sq_header_3 .sq_right_1 {
        width: 160px;
    }

    .sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input>svg {
        cursor: pointer;
        width: 19px;
        height: 19px;
        /* transform: translateY(2px); */
        margin-right: 0px;
    }

    .sq_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span {
        font-size: 14px;
    }

    .sq_header_3 .sq_nav_menu .fa {
        color: #fff;
        font-size: 18px;
    }

    .sq_header_3 .sq_nav_menu {
        margin-left: 10px;
    }

    .sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input>button>img {
        cursor: pointer;
        width: 22px;
        height: 22px;
        transform: translateY(4px);
        margin-right: 0px;
    }

    .sq_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list {
        width: 76px;
        padding-left: 6px;
    }

    .sq_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list li a {
        font-size: 14px;
    }

    .sq_header_3 .sq_nav_1 .navigation>ul>li {
        margin-left: 15px;
    }

    .sq_header_3 .sq_nav_1 .navigation ul li .fa.fa-angle-down {
        width: 48px;
    }

    .sq_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span {
        width: 80px;
    }

    .sq_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input>input.inputOn {
        left: -196px;
        width: 190px;
        margin-top: 1px;
    }

    .sq_header_1 .sq_right_1 .sq_language_1 {
        margin-left: 5px;
    }

    .sq_header_1 .sq_nav_1 .navigation ul li>.sub>ul>li {
        border: none;
    }

    .sub ul li a:before {
        content: none;
    }

    .sub-nav {
        transition: none;
        height: auto;
        position: relative;
        left: auto;
        background: none;
        right: 0;
    }

    .sq_header_3 .sq_nav_1 .navigation>ul>li>.sub>ul>li>.sub-nav {
        display: none !important;
    }

    .sq_header_3 .sq_nav_1 .navigation ul li .sub ul li .fa.fa-angle-down {
        display: none;
    }
}

.hideVis {
    visibility: hidden;
}