﻿/* 基础头部样式：固定在顶部，覆盖整个宽度，层级最高 */
.sq_header4774 svg{fill:currentColor}.sq_header4774 .fa-close:before,.sq_header4774
.fa-bars:before,.sq_header4774 .fa-angle-down:before{display:none}
@media (min-width: 1200px) {
    .sq_header4774 .sq_nav_menu {
        display: none !important;
    }
}

.subUl{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    /* -ms-flex-wrap:wrap;
  flex-wrap:wrap; */
    flex-direction: column;
    /* background: #fff; */
}
.subUl>li{
    width:auto!important;
    position: relative;
    /* margin-right:20px; */
    /* background: green; */
    /* position: relative; */
}

.sq_header_1 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    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;
    background-color: rgba(0, 0, 0, 0.1);
}
.sq_header_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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.02rem;
    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;
    text-decoration: none;
}
.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: 5px 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;
}
.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;
    justify-content: flex-end;
    margin-right: 20px;
}
.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;
    font-size: 14px;
}


/******************************************************************************************************************************语言栏样式*/
.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;
    top:80px;
}
/*****************************滚动条样式*/
.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;
    }
}



/* 导航菜单子项文字颜色 */
#siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header_1 .sq_nav_1 .navigation ul li>.sub>ul>li>a,
#siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header_1 .sq_nav_1 .navigation ul li>.sub>ul>li>ul>li>a {
    color: rgba(0,0,0,0.5);
}

/* 导航菜单项边框颜色 */
#siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header_1 .sq_nav_1 .navigation ul li>.sub>ul>li {
    border-color: rgba(0,0,0,0.5);
}

/* 语言选择下拉菜单文字颜色 */
#siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header_1 .lang-list li a {
    color: rgba(0,0,0,0.5);
}

/* 另一种导航菜单样式（sq_header_3）的文字颜色 */
#siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header_3 .sq_nav_1 .navigation ul li a,
#siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header_3 .sq_nav_1 .navigation ul li .fa.fa-angle-down {
    color: rgba(0,0,0,0.5);
}

/* 头部背景遮罩层 */
#siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header_1_screen {
    background-color: rgba(0,0,0,0.5) !important;
}

/* 导航菜单项悬停效果 */
#siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header_1 .sq_nav_1 .navigation ul li .sub ul li:hover a:before {
    background: rgba(0,0,0,0.5);
}

/* 头部背景色（半透明黑色） */
#siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header_1 {
    background-color: rgba(0,0,0,0.1);
}

.sq_header_1_screen {
    height: 60px;
    background-color: #707070;
    opacity: .9;
}
@media (max-width: 500px) {
    #siteblocks-setting-wrap-hgUjrqSQhsLZ .sq_header4774 {
        height: 80px;
    }
}

@media screen and (max-width: 500px) {
    .sq_header_1 .sq_icon_1 .sq_icon_img img {
        height: 40px;
    }

    .sq_header_1 {
        background-color: rgba(0,0,0,0.1);
    }

}


@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;
    }
}

@media screen and (max-width: 700px){
.sq_header_1 {
    height: 80px;
}
}

.frontend-body-canvas #backstage-footArea {
    position: relative;
    z-index: 8;
}

#outerContainer_1659168097942 {
    background-color: #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
}

@media (min-width: 1200px) {
    #outerContainer_1659168097942 div[data-type="container"] {
        max-width: 1440px;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }
}
#outerContainer_1659168097942>.container {
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 1220px) {
    div[data-module-set="true"] .container, div[data-module-set="true"] {
        width: 100%;
    }
}

#outerContainer_1659168097942 {
    background-color: #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0;
}

@media (min-width: 1200px) {
    #outerContainer_1659168097942 div[data-type="container"] {
        max-width: 1440px;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }
}
#outerContainer_1659168097942>.container {
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 1220px) {
    div[data-module-set="true"] .container, div[data-module-set="true"] {
        width: 100%;
    }
}
@media (min-width: 1220px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}
@media (min-width: 990px) {
    .container {
        width: 980px;
        max-width: 100%;
    }
}
.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    #outerContainer_1659167387795 div[data-type="container"] {
        max-width: 1440px;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }
}
#outerContainer_1659167387795>.container {
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#outerContainer_1659167387795 {
    background-color: #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0;
}

div[class^='sitewidget-'] a {
    font-family: Poppins;

    color: rgba(255, 255, 255, 0.79);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}

.sitewidget-pictureNew .mobile-imgBox img {
    position: relative;
    max-width: 100%;
    top: -15px;
}



.sitewidget-mailCollection-20231215155712 .sitewidget-hd {
    display: block;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.sitewidget-text-20220730155213 .sitewidget-bd {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.79);
    font-weight: 400;
}
.sitewidget-quickNav-20220730155355 .sitewidget-hd>h1, .sitewidget-quickNav-20220730155355 .sitewidget-hd>h2, .sitewidget-quickNav-20220730155355 .sitewidget-hd>h3, .sitewidget-quickNav-20220730155355 .sitewidget-hd>h4, .sitewidget-quickNav-20220730155355 .sitewidget-hd>h5, .sitewidget-quickNav-20220730155355 .sitewidget-hd>h6 {
    font-family: Montserrat;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.79);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}

.sitewidget-quickNav-20220730155355 .sitewidget-bd a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.79);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.3em;
    text-align: left;
}

.sitewidget-quickNav-20220730155543 .sitewidget-hd>h1, .sitewidget-quickNav-20220730155543 .sitewidget-hd>h2, .sitewidget-quickNav-20220730155543 .sitewidget-hd>h3, .sitewidget-quickNav-20220730155543 .sitewidget-hd>h4, .sitewidget-quickNav-20220730155543 .sitewidget-hd>h5, .sitewidget-quickNav-20220730155543 .sitewidget-hd>h6 {
    font-family: Montserrat;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.79);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.sitewidget-quickNav-20220730155543 .sitewidget-bd a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.79);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.3em;
    text-align: left;
}
.sitewidget-mailCollection-20231215155712 .sitewidget-hd>h1, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h2, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h3, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h4, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h5, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h6 {
    font-size: 20px;
    color: #ccc;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4em;
    text-align: left;
}

.sitewidget-mailCollection-20231215155712 .sitewidget-bd .mailCollection-style-default {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

.sitewidget-mailCollection-20231215155712 .sitewidget-bd .mailInput {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    height: 52px;
    line-height: 52px;
}

.sitewidget-mailCollection .mailInput {
    max-width: 100%;
    text-indent: 10px;
    outline: 0;
    background-color: transparent;
    box-shadow: 0 0 0 #fff;
    border: none;
}

.sitewidget-mailCollection-20231215155712 .sitewidget-bd .mailCollection-style-default .submitBtn {
    border: 1px solid #ccc;
    top: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 0;
}
.sitewidget-mailCollection-20231215155712 .sitewidget-bd button.submitBtn {
    font-size: 16px;
    color: #fff;
    background-color: #115695;
    border-radius: 0;
    line-height: 60px !important;
    float: right;
    height: 52px;
}

.sitewidget-mailCollection .submitBtn {

    z-index: 2;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.sitewidget-mailCollection .mailCollection-style-default .submitBtn {
    top: -1px;
    bottom: -1px;
    right: -1px;
    line-height: 40px;
    border-radius: 0 3px 3px 0;
    padding: 0 24px;
    background-color: #3890ff;
}

.sitewidget-mailCollection-20231215155712 .sitewidget-bd {
    border-left: 0 solid #333;
    border-right: 0 solid #333;
    border-top: 0 solid #333;
    border-bottom: 0 solid #333;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.sitewidget-graphicNew-20220730155607 .sitewidget-hd>h1, .sitewidget-graphicNew-20220730155607 .sitewidget-hd>h2, .sitewidget-graphicNew-20220730155607 .sitewidget-hd>h3, .sitewidget-graphicNew-20220730155607 .sitewidget-hd>h4, .sitewidget-graphicNew-20220730155607 .sitewidget-hd>h5, .sitewidget-graphicNew-20220730155607 .sitewidget-hd>h6 {
    font-family: Montserrat;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.79);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}

.sitewidget-graphicNew-20220730155607 .sitewidget-bd *, .sitewidget-graphicNew-20220730155607 .sitewidget-bd {
    letter-spacing: 0;
    line-height: 2.3em;
    text-align: left;
}
.sitewidget-graphicNew-20220730155607 .sitewidget-bd {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.79);
    font-weight: 400;
}
.sitewidget-text-20220730160509 .sitewidget-bd *, .sitewidget-text-20220730160509 .sitewidget-bd {
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.sitewidget-text-20220730160509 .sitewidget-bd {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}
.sitewidget-text-20220730160509 .sitewidget-bd {
    border-left: 0 solid #545454;
    border-right: 0 solid #545454;
    border-top: 0 solid #545454;
    border-bottom: 0 solid #545454;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
}

#outerContainer_1659168309991 {
    background-color: #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0;
}
.sitewidget-separator .separator-line.separator-line-solid {
    border-top-style: solid;
}

.sitewidget-mailCollection-20231215155712 .sitewidget-hd>h1, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h2, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h3, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h4, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h5, .sitewidget-mailCollection-20231215155712 .sitewidget-hd>h6 {
    font-size: 20px;
    color: #ccc;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4em;
    text-align: left;
}

@media (min-width: 1199px) {
    .sitewidget-onlineService-20231215155607.onlineservice-fixed-styleRight13 {
        right: autopx !important;
        left: auto !important;
    }
}


@media (min-width: 901px) {
    .onlineservice-fixed-style.onlineservice-fixed-left13 {
        top: 50%;
        transform: translateY(-50%);
    }



}


@media (min-width: 1px) and (max-width: 767px) {
    .container {
        width: 100% !important;
    }

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

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

    .pro-info-list>li {
      display: block;
    }

    .pro-detail-inquirewrap {
        margin-top: 50px !important;
        position: relative;
        left: 20px !important;
        width: 300px;
    }


}
