.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}

/*  */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon-Regular.eot");
    src: url("../fonts/icomoon-regular.eot") format("embedded-opentype"), url("../fonts/icomoon-regular.woff") format("woff"), url("../fonts/icomoon-regular.woff2") format("woff2"), url("../fonts/icomoon-regular.ttf") format("truetype"), url("../fonts/icomoon-regular.svg") format("svg");
    font-weight: 700;
    font-display: swap;
}

/**/
.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

p {
    margin: 0;
}

/* head */
.head-bg {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 13px 0;
}

.head-index {
    align-items: center;
}

.head-index .logo {
    width: 10.3%;
}

.head-index .logo img {
    max-width: 100%;
}

.head-index .tnav {
    width: 62.4%;
}

.nav11>li>a {
    font-size: 18px;
    color: #000;
    display: block;
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
    padding: 30px 0px;
    border-bottom: 1px transparent solid;
}

.dropdown-menus-pc {
    display: block;
    width: 240px;
    position: absolute;
    left: -10px;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    top: 150%;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    padding: 10px 0;
    border-radius: 10px;
}

.dropdown-menus-pc::before {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom-color: #000;
    position: absolute;
    left: 30px;
    bottom: 100%;
}

.nav11>li:hover .dropdown-menus-pc {
    top: 100%;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.dropdown-menus-pc ul>li {
    line-height: 1.2;
    position: relative;
}

.dropdown-menus-pc ul>li>a {
    display: block;
    font-size: 14px;
    color: #222;
    text-transform: capitalize;
    position: relative;
    padding: 10px 15px;
    transition: 0.2s allease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s allease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
}

.dropdown-menus-pc ul>li>a::before {
    content: "";
    position: absolute;
    left: 25px;
    font-size: 18px;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0.2s allease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s allease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    color: #990000;
}

.dropdown-menus-pc ul>li:hover>a {
    display: block;
    color: #222;
    text-transform: capitalize;
    position: relative;
    transition: 0.2s allease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s allease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    padding-left: 45px;
    text-decoration: underline;
}

.nav11>li:hover .dropdown-menus-pc ul>li:hover>a::before {
    content: ">";
    filter: alpha(opacity=100);
    opacity: 1;
    left: 35px;
}

.head-index .titem {
    /* width: 12%; */
}

.head-index .titem .msg {
    display: flex;
    align-items: center;
}

.head-index .titem .msg li {
    margin: 0 10px;
}

/* 头部 */
#sw-header-022--0 .headerTop .center {
    display: flex;
    justify-content: space-between;
}

#sw-header-022--0 .menuBtn {
    position: relative;
    border: none;
    border-radius: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    display: none;
}

#sw-header-022--0 .hidemenubtn {
    display: none;
}

#sw-header-022--0 .menuBtn:active,
#sw-header-022--0 .menuBtn:focus {
    outline: 0;
}

#sw-header-022--0 .menuBtn span {
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    left: 0;
    opacity: 1;
    transform-origin: left;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
}

#sw-header-022--0 .menuBtn span:nth-child(1),
#sw-header-022--0 .menuBtn span:nth-child(3) {
    -webkit-transition: transform 0.35s ease-in-out;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

#sw-header-022--0 .menuBtn .active span {
    background: #000;
}

#sw-header-022--0 .menuBtn .active span:nth-child(1) {
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    opacity: 0.9;
}

#sw-header-022--0 .menuBtn .active span:nth-child(2) {
    visibility: hidden;
    background: transparent;
    transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
}

#sw-header-022--0 .menuBtn .active span:nth-child(3) {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
    opacity: 0.9;
}

@media screen and (max-width: 875px) {
    #sw-header-022--0 .menuBtn {
        display: flex;
    }
}

#sw-header-022--0 .headerMid {
    width: 100%;
    background: #fff;
    /*box-shadow: 0 0 10px 0 rgba(202, 202, 202, 0.97);*/
}

#sw-header-022--0 .btn {
    color: #000;
    background: var(--brand);
    text-transform: capitalize;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

#sw-header-022--0 .nav>li:hover>a {
    color: var(--brand);
}

#sw-header-022--0 .nav>li:hover>ul {
    top: 100%;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#sw-header-022--0 .nav>li>ul {
    display: block;
    width: 240px;
    position: absolute;
    left: -10px;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    top: 150%;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    padding: 10px 0;
    border-radius: 10px;
}

#sw-header-022--0 .nav>li>ul:before {
    content: "";
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom-color: #000;
    position: absolute;
    left: 30px;
    bottom: 100%;
}

#sw-header-022--0 .nav>li>ul>li {
    line-height: 1.2;
    position: relative;
}

#sw-header-022--0 .nav>li>ul>li:last-child {
    border-bottom: 0;
    margin-bottom: 20px;
}

#sw-header-022--0 .nav>li ul>li>a {
    display: block;
    font-size: 14px !important;
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding: 2px 15px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    /*margin-top: 10px;*/
}

#sw-header-022--0 .nav>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    position: relative;
    padding: 10px 15px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
}

#sw-header-022--0 .nav>li>ul>li>a:before {
    content: "\e624";
    font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
    position: absolute;
    left: 25px;
    font-size: 18px;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    color: var(--brand);
}

#sw-header-022--0 .nav>li>ul>li:hover>a,
#sw-header-022--0 .nav>li>ul>li.active>a {
    padding-left: 45px;
    color: var(--brand);
    font-weight: normal
}

#sw-header-022--0 .nav>li>ul>li:hover>a:before,
#sw-header-022--0 .nav>li>ul>li.active>a:before {
    filter: alpha(opacity=100);
    opacity: 1;
    left: 35px;
}

#sw-header-022--0 .nav>li>ul>li:hover>ul {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    top: -10px;
}

#sw-header-022--0 .nav>li>ul ul {
    top: 10px;
    left: 100%;
    /*display:none;*/
    opacity: 0;
    position: absolute;
    background: #fff;
    border-radius: 3px;
    width: 180px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}

#sw-header-022--0 .nav>li>ul>li:hover ul {
    opacity: 1;
    display: block;
    left: 105%;
}

#sw-header-022--0 .nav>li>ul ul:before {
    display: none;
}

#sw-header-022--0 .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#sw-header-022--0 .headerTop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 42px;
}

#sw-header-022--0 .headerTop .flexW {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#sw-header-022--0 .headerTop .flexW .item {
    color: #fff;
}

#sw-header-022--0 .headerTop .shareW a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}

#sw-header-022--0 .headerTop .msg {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.75);
    text-align: left;
    padding: 0 20px;
}

#sw-header-022--0 .headerTop .msg .tel {
    margin-right: 40px;
    position: relative;
}

#sw-header-022--0 .headerTop .msg .tel::after {
    content: '';
    display: block;
    width: 1px;
    height: 44px;
    position: absolute;
    top: -15px;
    right: -20px;
    background-color: #555c63;
}

#sw-header-022--0 .headerTop .msg .tel a:hover {
    color: var(--brand);
}

#sw-header-022--0 .headerTop .msg svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
}

#sw-header-022--0 .headerTop .msg li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    line-height: 1;
}

#sw-header-022--0 .headerTop .msg li:before {
    display: none;
}

#sw-header-022--0 .headerTop .msg li:last-child {
    margin-right: 0;
    border-right: 0;
}

#sw-header-022--0 .headerTop .msg span {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 2px;
}

#sw-header-022--0 .headerTop .msg li a {
    color: #fff;
}

/*#sw-header-022--0 .headerTop .msg li a:hover {*/
/*    color: var(--brand);*/
/*}*/
#sw-header-022--0 .carW {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#sw-header-022--0 .carW .svgW {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

#sw-header-022--0 .carW svg {
    fill: #fff !important;
    cursor: pointer;
}

#sw-header-022--0 .carW .carNum {
    line-height: 1;
    color: #000;
    font-size: 12px;
    padding: 1px 3px;
}

#sw-header-022--0 .carW .carNum h4:hover a {
    color: var(--brand);
}

#sw-header-022--0 .carW .carNum p {
    line-height: 1;
}

#sw-header-022--0 .headerMidRig {
    display: flex;
    align-items: center;
}

#sw-header-022--0 .lang {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
}

#sw-header-022--0 .lang.selected .now:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#sw-header-022--0 .lang .now {
    /*padding-right: 30px;*/
    cursor: pointer;
    color: #000;
    position: relative;
    overflow: hidden;
}

#sw-header-022--0 .lang .now p {
    display: none;
    color: #000;
    font-weight: bold;
    display: flex !important;
    align-items: center;
}

#sw-header-022--0 .lang .now p.active {
    display: inline;
}

#sw-header-022--0 .lang .now p svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#sw-header-022--0 .lang ul {
    position: absolute;
    top: 100%;
    right: 0;
    white-space: nowrap;
    background: #F2F2F2;
    z-index: 10000;
    line-height: 1;
    padding: 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    display: none;
}

#sw-header-022--0 .lang ul li {
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
}

#sw-header-022--0 .lang ul li:last-child {
    margin-bottom: 0;
}

#sw-header-022--0 .lang ul li a {
    display: block;
    padding: 8px 10px;
    color: #222;
    position: relative;
    text-align: left;
}

#sw-header-022--0 .lang ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

#sw-header-022--0 .lang ul li a svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#sw-header-022--0 .lang ul li a img {
    width: 25px;
    margin-right: 5px;
}

#sw-header-022--0 .lang ul li:hover a:before {
    background: var(--brand);
    transition: all 0.5s ease 0s;
    transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    -webkit-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
}

#sw-header-022--0 .lang ul li:hover a {
    color: #000;
}

#sw-header-022--0 .carW .carInput {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    color: #000;
    top: 7px;
}

#sw-header-022--0 .carW .carInput a {
    position: absolute;
    top: 3px;
    left: 6px;
}

#sw-header-022--0 .carW p {
    display: inline-block;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

#sw-header-022--0 .carW .Input {
    cursor: pointer;
    width: 128px;
    height: 26px;
    border: 1px solid #26B9BF;
    border-radius: 10px;
}

#sw-header-022--0 {
    color: #000;
}

#sw-header-022--0 .carW .carDrop {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fafafa;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

#sw-header-022--0 .carW .carGoodList {
    max-height: 400px;
    overflow-y: auto;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
}

#sw-header-022--0 .carW .carGoodList::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

#sw-header-022--0 .carW .carGoodList::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

#sw-header-022--0 .carW .carGoodList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}

#sw-header-022--0 .carW .carGoodList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

#sw-header-022--0 .carW .carGoodList li:last-child {
    border-bottom: 0;
}

#sw-header-022--0 .carW .carGoodList .imgW {
    width: 80px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

#sw-header-022--0 .carW .carGoodList .textW {
    width: 0;
    flex-grow: 1;
    color: var(--brand);
    line-height: 1;
    margin-top: 20px;
}

#sw-header-022--0 .carW .carGoodList .tit {
    font-weight: bold;
}

#sw-header-022--0 .carW .carGoodList .des {
    margin-top: 10px;
}

#sw-header-022--0 .carW .carGoodList .closeBtn {
    line-height: 1;
    cursor: pointer;
}

#sw-header-022--0 .carW .carGoodList .closeBtn:before {
    content: "\e60b";
    font-family: icomoon;
    background: var(--brand);
    color: #000;
    padding: 0 2px;
}

#sw-header-022--0 .carW .subTotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid var(--brand);
    margin-top: 15px;
    padding-top: 10px;
}

#sw-header-022--0 .carW .subTotal .key {
    font-weight: bold;
    color: #222;
}

#sw-header-022--0 .carW .btnW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

#sw-header-022--0 .carW .btnW a {
    text-transform: capitalize;
    font-weight: bold;
    color: #222;
    border: 1px solid var(--brand);
    line-height: 1;
    width: 48%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 12px;
}

#sw-header-022--0 .carW .btnW a:hover {
    background: var(--brand);
    color: #000;
}

#sw-header-022--0 .flexW .item:nth-child(2) {
    /*border-right: 1px solid #555c63;*/
    /*padding-right: 20px;*/
}

#sw-header-022--0 .headerShare {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0 20px;
}

#sw-header-022--0 .headerShare svg {
    fill: #fff;
}

#sw-header-022--0 .headerShare svg:hover {
    fill: var(--brand);
}

#sw-header-022--0 .headerShare>li {
    display: inline-block;
    margin-right: 15px;
}

#sw-header-022--0 .headerShare>li:hover a svg path {
    fill: var(--brand);
}

#sw-header-022--0 .headerShare>li:last-child {
    margin-right: 0;
}

#sw-header-022--0 .headerShare>li>a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

#sw-header-022--0 .logo img {
    max-width: 100%;
}

#sw-header-022--0 .logo a {
    display: inline-block;
    vertical-align: middle;
}

#sw-header-022--0 .nav {
    position: static;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

#sw-header-022--0 .nav>li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    /* border-right: 1px solid var(--brand); */
}

#sw-header-022--0 .nav>li.productul {
    position: static;
    display: inline-block;
    padding: 0 20px;
}

#sw-header-022--0 .nav>li:nth-child(6) {
    border-right: none;
}

#sw-header-022--0 .nav>li:last-child {
    margin-right: 0;
}

#sw-header-022--0 .nav>li>a {
    display: block;
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
    padding: 30px 0px;
    border-bottom: 1px transparent solid;
}

#sw-header-022--0 .nav>li>a:before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
}

#sw-header-022--0 .nav>li:hover .child-nav {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    padding-bottom: 50px;
}

#sw-header-022--0 .nav>li.active>a:before {
    left: 0;
    right: 0;
}

#sw-header-022--0 .nav>li .child-nav {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 19%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    top: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    background-clip: padding-box;
    transition: all 0.5s ease;
    z-index: 99;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#sw-header-022--0 .nav>li .child-nav .child-box {
    line-height: 1.2;
    position: relative;
    padding: 0 15px;
    margin-bottom: 20px;
    width: 25%;
}

#sw-header-022--0 .nav>li .child-nav .child-box .image-box-value {}

#sw-header-022--0 .nav>li .child-nav .child-box .image-box-value[data-type="square"] {
    padding-bottom: 100%;
}

#sw-header-022--0 .nav>li .child-nav .child-box .image-box-value img {
    margin-top: 10px;
}

#sw-header-022--0 .nav>li .child-nav .child-box:hover a i {
    color: var(--brand);
}

#sw-header-022--0 .nav>li .child-nav .child-box:hover a .tit {
    color: var(--brand);
}

#sw-header-022--0 .nav>li .child-nav .child-box:hover a .type-p {
    color: var(--brand);
}

#sw-header-022--0 .nav>li .child-nav .child-box:last-child>a {
    border-bottom: 0;
}

#sw-header-022--0 .nav>li .child-nav .child-box>a {
    position: relative;
    text-transform: capitalize;
    padding: 0;
}

#sw-header-022--0 .nav>li .child-nav .child-box>a .type-p {
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: #000;
    font-weight: bold;
}

#sw-header-022--0 .nav>li .child-nav .child-box>a .tit {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

#sw-header-022--0 .nav>li .child-nav .child-box>ul>li {
    display: flex;
    flex-wrap: nowrap;
}

#sw-header-022--0 .nav>li .child-nav .child-box>ul>li .imgbox {
    padding: 10px 10px 0px 0px;
    width: 60px;
    height: 60px;
    display: inline-block;
}

#sw-header-022--0 .nav>li .child-nav .child-box>a .des {
    font-size: 14px;
    color: #000;
    text-transform: initial;
    margin-top: 10px;
}

#sw-header-022--0 .nav>li ul>li>a:hover,
#sw-header-022--0 .nav>li ul>li>a.active {
    text-decoration: underline;
    color: var(--brand);
}

#sw-header-022--0 .nav>li .child-nav .child-box>ul {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#sw-header-022--0 .nav>li>a:hover {
    color: var(--brand);
}

#sw-header-022--0 .nav>li .child-nav .child-box>a:hover {
    color: var(--brand);
}

#sw-header-022--0 .nav>li .child-nav .child-box>a::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: -1px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    margin-top: -1px;
}

#sw-header-022--0 .nav>li .child-nav .child-box>a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -khtml-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#sw-header-022--0 .nav>li.sol-box {
    position: relative;
}

#sw-header-022--0 .nav>li.sol-box .child-nav {
    position: absolute;
    top: 100%;
    width: 240px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#sw-header-022--0 .nav>li.sol-box .child-nav .item .title {
    line-height: 1;
}

#sw-header-022--0 .nav>li.sol-box .child-nav .item .title a {
    font-size: 16px;
    color: #000;
}

#sw-header-022--0 .nav>li.sol-box .child-nav .item .title a:hover {
    color: var(--brand);
}

#sw-header-022--0 .nav>li.sup-box .child-nav {
    position: absolute;
    top: 100%;
    width: 240px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#sw-header-022--0 .nav>li.sup-box .child-nav .item .title {
    line-height: 1;
}

#sw-header-022--0 .nav>li.sup-box .child-nav .item .title a {
    font-size: 16px;
    color: #000;
}

#sw-header-022--0 .nav>li.sup-box .child-nav .item .title a:hover {
    color: var(--brand);
}

#sw-header-022--0 .nav>li.cor-box .child-nav {
    position: absolute;
    top: 100%;
    width: 240px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#sw-header-022--0 .nav>li.cor-box .child-nav .item .title {
    line-height: 1;
}

#sw-header-022--0 .nav>li.cor-box .child-nav .item .title a {
    font-size: 16px;
    color: #000;
}

#sw-header-022--0 .nav>li.cor-box .child-nav .item .title a:hover {
    color: var(--brand);
}

.carW {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
}

.carW .svgW {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    width: 36px;
    height: 36px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.carW .svgW:hover {
    background-color: var(--brand);
    color: white;
}

.carW .carDrop {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.carW .carNum {
    position: absolute;
    top: -2px;
    left: 17px;
    background: var(--brand);
    line-height: 1;
    color: #000;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 5px;
}

.carW svg {
    cursor: pointer;
}

.carW .text {
    font-size: 12px;
    margin-left: 5px;
}

.carW .text span {
    color: #fff;
}

.carW .carGoodList {
    max-height: 400px;
    overflow-y: auto;
}

.carW .carGoodList::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.carW .carGoodList::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.carW .carGoodList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}

.carW .carGoodList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.carW .carGoodList li:last-child {
    border-bottom: 0;
}

#sw-header-022--0 .seaBtn {
    display: inline-flex;
    align-items: center;
    color: #333;
    cursor: pointer;
    position: relative;
}

#sw-header-022--0 .searchWrap {
    display: none
}

#sw-header-022--0 .searchWrap #searchForm {
    width: 100%;
    height: 40vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    /*border-radius: 50px;*/
}

#sw-header-022--0 .searchWrap .searchCont {
    width: 100%;
    max-width: 900px;
    box-shadow: 5px 5px 22px 7px rgb(48 48 48 / 5%);
    border-radius: 50px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 10vh;
}

#sw-header-022--0 .searchWrap form {
    display: block;
    width: 100%
}

#sw-header-022--0 .searchWrap input {
    width: 100%;
    padding: 10px 100px 10px 20px;
    font-size: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
}

#sw-header-022--0 .searchWrap input.focusOn,
#sw-header-022--0 .searchWrap input:focus {
    background: 0 0
}

#sw-header-022--0 .searchWrap input.focusOn+label,
#sw-header-022--0 .searchWrap input:focus+label {
    display: none
}

#sw-header-022--0 .searchWrap label {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 24px;
    text-transform: capitalize;
    color: #757575
}

#sw-header-022--0 .searchWrap button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 10px;
    background: 0 0;
    border: 0;
    color: #222
}

@media screen and (max-width:875px) {
    #sw-header-022--0 .searchWrap #searchForm {
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    #sw-header-022--0 .searchWrap input {
        font-size: 16px;
        padding: 5px 50px 5px 10px
    }

    #sw-header-022--0 .searchWrap label {
        font-size: 16px;
        top: 3px;
        left: 10px
    }

    #sw-header-022--0 .searchWrap button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 0
    }
}

@media screen and (max-width: 768px) {
    #sw-header-022--0 .nav>li .child-nav .child-box>a .tit {
        padding-left: 40px;
        line-height: 0px;
    }

    #sw-header-022--0 .nav>li .child-nav .child-box {
        padding: 0;
        margin: 0;
    }

    #sw-header-022--0 .flexW {
        justify-content: space-between;
    }

    #sw-header-022--0 .nav>li .child-nav {
        position: static;
        padding: 0;
        margin: 0;
        visibility: visible !important;
        opacity: 1 !important;
        display: none;
    }

    #sw-header-022--0 .nav>li .child-nav .child-box .image-box-value img {
        display: none;
    }

    #sw-header-022--0 .nav>li .child-nav .child-box>a .des {
        display: none;
    }

    #sw-header-022--0 .nav>li .child-nav .child-box>ul>li .imgbox {
        display: none;
    }

    #sw-header-022--0 {
        position: fixed;
        width: 100%;
    }

    #sw-header-022--0 .carW .carInput a {
        position: absolute;
        top: -14px;
        left: -26px;
    }

    #sw-header-022--0 .carW .Input {
        display: none;
    }

    #sw-header-022--0 .carW a svg {
        width: 20px;
        height: 20px;
    }

    #sw-header-022--0 .carW a svg path {
        fill: #333;
    }

    .searchWrap .searchCont {
        width: 100%;
    }

    .page #sw-header-022--0 .logo img {
        max-height: 37px;
    }

    #sw-header-022--0 .headerTop {
        display: none;
    }

    #sw-header-022--0 .menuBtn {
        display: inline-flex;
        vertical-align: middle;
    }

    #sw-header-022--0 .pubBtn {
        display: none;
    }

    #sw-header-022--0 .flexW {
        padding: 10px 0px;
    }

    #sw-header-022--0 .headerMidRig .lang .now {
        color: #222
    }

    .topRig {
        margin-top: 0;
        margin-bottom: 20px;
    }

    #sw-header-022--0 {
        text-align: center;
        padding: 0;
        box-shadow: 0 0 10px 0 rgba(202, 202, 202, 0.97);
    }

    #sw-header-022--0 .headerMid {
        width: 100%;
        text-align: center;
        background-color: #fafafa;
        position: relative;
    }

    #sw-header-022--0 .headerBot .center {
        text-align: center;
    }

    #sw-header-022--0 .headerTop #sw-header-022--0 .headerTopRig {
        text-align: center;
    }

    #sw-header-022--0 .headerTop .shareWrap {
        margin-left: 0;
    }

    #sw-header-022--0.insideHeader .insideNav {
        width: 240px;
        top: 53px;
        right: 10px;
    }

    #sw-header-022--0.insideHeader .insideNav>li>a {
        padding: 15px 10px;
    }

    #sw-header-022--0 .nav>li>a:after {
        display: none;
    }

    #sw-header-022--0 .logo span {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        max-width: none;
        margin-top: 10px;
    }

    #sw-header-022--0 .nav {
        width: 80%;
        position: fixed;
        float: none;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        margin: 0;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding-top: 60px;
        transform: translate3d(110%, 0, 0);
        -ms-transform: translate3d(110%, 0, 0);
        -moz-transform: translate3d(110%, 0, 0);
        -webkit-transform: translate3d(110%, 0, 0);
        -o-transform: translate3d(110%, 0, 0);
        transition: 0.4s all ease;
        -moz-transition: 0.4s all ease;
        -webkit-transition: 0.4s all ease;
        -o-transition: 0.4s all ease;
        -ms-transition: 0.4s all ease;
        overflow-y: auto;
        padding-bottom: 60px;
    }

    #sw-header-022--0 .nav.toLeft {
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    #sw-header-022--0 .nav>li {
        margin: 0;
        display: block;
        text-align: left;
        line-height: 1;
        padding: 0;
        font-size: 14px;
        margin-bottom: 1px;
        /* border-right: 1px solid var(--brand) !important; */
    }

    #sw-header-022--0 .nav>li.productul {
        display: block;
        padding: 0px;
    }

    #sw-header-022--0 .nav>li>a {
        padding: 15px 30px 15px 20px;
        display: block;
        font-size: 16px;
        border-right: 0;
        line-height: 1;
    }

    #sw-header-022--0 .nav>li>a:before {
        display: none;
    }

    #sw-header-022--0 .nav>li.hasUl>span {
        display: block;
    }

    #sw-header-022--0 .nav>li>span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        position: absolute;
        top: 1px;
        right: 0;
        display: none;
        font-size: 16px;
        z-index: 3;
    }

    #sw-header-022--0 .nav>li>span:before {
        content: "";
        font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
    }

    #sw-header-022--0 .nav>li.active {
        background: var(--brand);
    }

    #sw-header-022--0 .nav>li.active>a {
        color: white;
        background: none;
    }

    #sw-header-022--0 .nav>li.active>span {
        color: #000;
    }

    #sw-header-022--0 .nav>li.active:before {
        display: none;
    }

    #sw-header-022--0 .nav>li:last-child {
        border-bottom: 0;
    }

    #sw-header-022--0 .nav>li:hover>a:before {
        display: none;
    }

    #sw-header-022--0 .nav>li:before {
        display: none;
    }

    #sw-header-022--0 .nav>li.selected2>a {
        color: white;
        background: var(--brand);
    }

    #sw-header-022--0 .nav>li.selected2>span {
        color: #000;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    #sw-header-022--0 .nav>li .child-nav {
        /* position: static; */
        width: 100%;
        margin-top: 0;
        padding: 0;
        visibility: visible;
        filter: alpha(opacity=100);
        opacity: 1;
        border-top: 0;
        box-shadow: none;
        background: #fff;
        transition: 0s;
        -moz-transition: 0s;
        -webkit-transition: 0s;
        -o-transition: 0s;
        -ms-transition: 0s;
    }

    #sw-header-022--0 .nav>li .child-nav .child-box {
        border-bottom: 0;
        width: 100%;
    }

    #sw-header-022--0 .nav>li .child-nav .child-box>a {
        color: #000;
        padding: 10px 10px 10px 0px;
    }

    #sw-header-022--0 .nav>li .child-nav .child-box>a:before {
        display: none;
    }

    #sw-header-022--0 .nav>li .child-nav .child-box .origin-box {
        margin-top: -10px;
    }

    #sw-header-022--0 .nav>li .child-nav ul {
        display: block;
        visibility: visible;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #sw-header-022--0 .nav>li .child-nav ul a {
        font-size: 16px;
        font-weight: normal;
        padding-top: 2px;
        padding-bottom: 2px;
        color: #111;
        padding-left: 60px;
    }

    #sw-header-022--0 .nav>li .child-nav ul li:hover>a,
    #sw-header-022--0 .nav>li .child-nav ul li.active>a {
        padding-left: 60px;
    }

    #sw-header-022--0 .nav>li.proLi {
        position: relative;
    }

    #sw-header-022--0 .nav>li .proDrop {
        background: #fafafa;
        position: static;
        box-shadow: none;
    }

    #sw-header-022--0 .nav>li .proDrop .tit {
        color: var(--brand);
        font-size: 12px;
    }

    #sw-header-022--0 .nav>li .proDrop .box {
        width: 24%;
        margin-bottom: 20px;
    }

    #sw-header-022--0 .logo,
    .headerMidRig {
        width: auto;
        margin-top: 0;
    }

    #sw-header-022--0 .logo img {
        max-width: 80px;
    }

    #sw-header-022--0 .headerMid .center {
        position: relative;
        width: 100%;
    }

    .seaBtn {
        position: static;
        margin-right: 5px;
    }

    .searchWrap {
        width: 100%;
    }

    #sw-header-022--0 .carW {
        display: none;
    }

    .seaBtn:before {
        color: #000;
    }
}

#sw-header-022--0 .nav>li .child-nav #menu li a {
    padding: 10px 15px;
}

#sw-header-022--0 .tabSwitch {
    padding-top: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sw-header-022--0 .tabSwitch .leftW {
    width: 23.68421%;
    border-right: 1px solid #F2F2F2;
    margin-right: 30px;
    text-align: left;
    height: fit-content;
}

#sw-header-022--0 .tabSwitch .leftW li {
    font-size: 18px;
    cursor: pointer;
    border-right: 2px solid transparent;
    font-weight: bold;
    width: 100%;
    padding: 0;
}

#sw-header-022--0 .tabSwitch .leftW li .active {
    color: var(--brand);
    background: #EAEAEA;
    border-right-color: #000;
}

@media screen and (max-width: 600px) {
    #sw-header-022--0 .leftW li .active {
        background: #EAEAEA;
        border-right-color: transparent;
    }
}

#sw-header-022--0 .tabSwitch .leftW li:hover {
    background: #EAEAEA;
    color: #222;
}

#sw-header-022--0 .tabSwitch .rightW {
    width: 0;
    flex-grow: 1;
}

#sw-header-022--0 .tabSwitch .flexW {
    display: flex;
    justify-content: flex-start;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    align-items: flex-start;
}

#sw-header-022--0 .tabSwitch .flexW .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0 15px;*/
    width: 23%;
    margin-bottom: 30px;
    margin-right: 15px;
}

#sw-header-022--0 .tabSwitch .flexW .item a {
    padding: 0;
}

#sw-header-022--0 .tabSwitch .flexW .item ul h1 {
    font-size: 18px;
    font-weight: bold;
}

#sw-header-022--0 .tabSwitch .flexW .item ul li {
    margin-top: 6px;
    font-size: 18px;
}

#sw-header-022--0 .tabSwitch .flexW .item .tit {
    text-align: center;
    margin-top: 10px;
}

#sw-header-022--0 .headerShare a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 15px;
}

#sw-header-022--0 .tabSwitch {
    display: flex;
    width: 100%;
}

#sw-header-022--0 #menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 30%;
}

#sw-header-022--0 #menu li {
    padding: 0;
    cursor: pointer;
}

/*#sw-header-022--0 #menu li:hover,*/
/*#sw-header-022--0 #menu li.active {*/
/*    box-shadow: 5px 5px 22px 7px rgb(48 48 48 / 5%);*/
/*    border-radius: 0 50px 50px 0;*/
/*    background: rgba(255, 255, 255, 0.9);*/
/*    border-left: 4px solid var(--brand);*/
/*}*/
#sw-header-022--0 #content {
    /*padding: left;*/
    width: 70%;
}

#sw-header-022--0 #content div {
    display: none;
    padding: 0 20px;
    max-height: 400px;
}

#sw-header-022--0 #content .classify {
    overflow: hidden;
}

#sw-header-022--0 #content .classify img {
    display: block;
    margin: 0 auto;
    width: 50%;
    border-radius: 30px;
}

#sw-header-022--0 #content .classify:hover img {
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transition: all 0.5s;
}

#sw-header-022--0 #content .active {
    display: block;
}

#sw-header-022--0 #content div h1 {
    padding-left: 50px;
}

#sw-header-022--0 #content div .flexW {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 400px;
    overflow-y: auto;
}

#sw-header-022--0 #content div .flexW .item {
    width: 29.5%;
    margin: 8px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 30px 10px 20px 10px;
    transition: all .5s;
    position: relative;
}

#sw-header-022--0 #content div .flexW-1 .item {
    width: 45%;
}

#sw-header-022--0 #content div .flexW-2 .item {
    width: 23.5%;
}

#sw-header-022--0 #content div .flexW-3 .item {
    width: 60%;
}

#sw-header-022--0 #content div .flexW .item::before {
    content: "";
    width: 0;
    height: 5px;
    background: var(--brand);
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
    border-radius: 5px;
}

#sw-header-022--0 #content div .flexW .item:hover::before {
    width: calc(100% - 53px);
}

#sw-header-022--0 #content div .flexW .item:hover {
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(202, 202, 202, 0.97);
}

#sw-header-022--0 #content div .flexW .item .tit {
    margin-top: 10px;
}

#sw-header-022--0 #content div .flexW::-webkit-scrollbar {
    width: 8px;
}

#sw-header-022--0 #content div .flexW::-webkit-scrollbar-track {
    background-color: #fff;
}

#sw-header-022--0 #content div .flexW::-webkit-scrollbar-thumb {
    background: var(--brand);
    border-radius: 25px;
}

#sw-header-022--0 .flexW .item {
    display: flex;
}

#sw-header-022--0 .flexW .item .msg {
    display: flex;
    padding-left: 20px;
    align-items: center;
}

#sw-header-022--0 .flexW .item .msg li {
    margin: 0 10px;
}

@media screen and (max-width:875px) {
    #sw-header-022--0 .flexW .item {
        display: none;
    }
}

#sw-header-022--0 .nav>li .child-nav .bigBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#sw-header-022--0 .nav>li .child-nav .bigBox .item {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-right: 10px;
}

#sw-header-022--0 .nav>li .child-nav .bigBox .item .tit {
    font-size: 18px;
    color: #8585a9;
    margin-top: 15px;
    display: inline-block;
}

#sw-header-022--0 .nav>li .child-nav .bigBox .item p {
    display: inline-block;
    margin: 5px 0;
}

#sw-header-022--0 .nav>li .child-nav .bigBox .item .txt {
    position: relative;
    padding-left: 18px;
    padding: 10px 20px;
}

#sw-header-022--0 .nav>li .child-nav .bigBox .item .txt:hover {
    background: #eee;
}

#sw-header-022--0 .nav>li .child-nav .bigBox .item .txt:after {
    position: absolute;
    left: 0;
    top: 20%;
    font-size: 18px;
    color: #000;
    padding-left: 6px;
    content: "\e624";
    font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

#sw-header-022--0 .nav>li .child-nav .bigBox .item p a:hover {
    color: var(--brand);
}



/* banner */
.bannerSwiper {
    overflow: hidden;
    position: relative;
}

.bannerSwiper img {
    width: 100%;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #B7B9BC;
    opacity: 0.9;
}

.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

/* num */
.numbg {
    background: #990000;
    padding: 2.86vw 0;
    margin-top: 1.5vw;
}

.numlist {}

.numlist li {
    text-align: center;
}

.numlist li .num1 {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 2.86458333333333vw;
}

.numlist li .num2 {
    color: #fff;
    margin-top: 10px;
    font-size: 19px;
}

@media(min-width:780px) {
    .bframe {
        padding-top: 108px;
    }
}

@media(max-width:780px) {
    .numbg {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .numlist {
        flex-wrap: wrap;
    }

    .numlist li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }

    .numlist li .num1 {
        justify-content: center;
        font-size: 20px;
    }

    .numlist li .num2 {
        font-size: 14px;
        margin-top: 5px;
    }
}

/* about */
.abbg {
    background: url(../images/43c85d6a1bxxa8dv.jpg) repeat top center;
    background-size: 100% 100%;
    padding-top: 4vw;
    padding-bottom: 3.125vw;
}

.abindex {
    align-items: center;
}

.abl {
    width: 45%;
}

.abl img {
    width: 100%;
}

.abl video {
    width: 100%;
}

.abr {
    width: 52.44%;
}

.abr .at {
    font-size: 2.08333333333333vw;
    font-weight: 700;
    margin-bottom: 10px;
}

.abr .aw {
    margin-bottom: 20px;
}

.abr .aw p {
    line-height: 1.5;
    color: var(--font);
    font-size: 15px;
    text-align: justify;
}

.abr .amore {
    border: 2px solid rgba(153, 0, 0, 1);
    background-color: rgba(153, 0, 0, 1);
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
}

.abr .amore a {
    color: #fff;
}


/* video */
#sw-video-002--0 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#sw-video-002--0 .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#sw-video-002--0 .center .video-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 0px 30px; */
    /* position: relative; */
}

#sw-video-002--0 .center .video-box video {
    width: 100%;
}

#sw-video-002--0 .center .video-box .video-box {
    display: inline-block;
    position: relative;
}

#sw-video-002--0 .center .video-box .video-box::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

#sw-video-002--0 .center .video-box .video-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#sw-video-002--0 .center .textbox {
    width: 55%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sw-video-002--0 .center .textbox .tit {

    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: var(--font);
    margin-bottom: 10px;
}

#sw-video-002--0 .center .textbox svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor !important;
    color: #bbc3cc;
    margin-bottom: 30px;
}

#sw-video-002--0 .center .textbox .desc {
    margin-bottom: 50px;

    font-size: 14px;
    line-height: 1.5;
    color: var(--font);
}

#sw-video-002--0 .center .textbox .btn {
    background: var(--secondary);
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
}

#sw-video-002--0 .center .textbox .btn:hover {
    background: #2a2a2a;
    color: #fff;
}

@media screen and (max-width: 850px) {
    #sw-video-002--0 .center .textbox p {
        font-size: 20px;
    }

    #sw-video-002--0 .center .textbox .btn {
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    #sw-video-002--0 .center .textbox {
        margin-top: 20px;
    }

    #sw-video-002--0 .center .textbox p {
        font-size: 18px;
    }

    #sw-video-002--0 .center .textbox .btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    #sw-video-002--0 .center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #sw-video-002--0 .center .video-box {
        width: 100%;
        padding: 0px;
    }

    #sw-video-002--0 .center .video-box .video-box::after {
        width: 60px;
        height: 60px;
    }

    #sw-video-002--0 .center .textbox {
        padding-left: 0px;
        width: 100%;
    }

    #sw-video-002--0 .center .textbox .tit {
        font-size: 24px;
    }

    #sw-video-002--0 .center .textbox svg {
        margin-bottom: 20px;
    }

    #sw-video-002--0 .center .textbox .desc {
        margin-bottom: 30px;
    }
}

#sw-video-002--0 .bg {
    opacity: 0.1;
}


@media(max-width:780px) {
    #sw-video-002--0 {
        padding: 40px 0;
    }

    .abbg {
        padding: 40px 0;
    }

    .abindex {
        flex-wrap: wrap;
    }

    .abl {
        width: 100%;
    }

    .abr {
        width: 100%;
        margin-top: 20px;
    }

    .abr .at {
        font-size: 24px;
    }

    .abr .aw p {
        font-size: 14px;
    }
}

/* product */
.probg {
    padding: 2.6vw 0;
}

.pbt {
    text-align: center;
    font-size: 2.08333333333333vw;
    font-weight: 700;
    color: #222;
    padding-bottom: 6px;
    border-bottom: 1px solid #bbb;
}

.plist1 {
    margin-top: 30px;
}

#products-hot-022--0 .list {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #bbb;
}

#products-hot-022--0 .list li {
    padding: 10px 15px;
    position: relative;
    transition: all 0.5s ease-in-out;
    color: #bbb;
}

#products-hot-022--0 .list li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #bbb;
    left: 50%;
    bottom: -3px;
}

#products-hot-022--0 .list li:hover {
    color: var(--brand);
}

#products-hot-022--0 .list li:hover:after {
    background: var(--brand);
}

#products-hot-022--0 .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

#products-hot-022--0 .flexW .item {
    width: 31.6%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

#products-hot-022--0 .flexW .item .imgW img {
    width: 100%;
}

#products-hot-022--0 .flexW .item:hover .imgW img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
}

#products-hot-022--0 .flexW .item .title {
    padding: 15px 0.5vw;
    display: block;
    font-weight: bold;
    color: var(--font);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#products-hot-022--0 .flexW .item .itemBox {
    position: relative;
    overflow: hidden;
}


#products-hot-022--0 .item .textW {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    padding: 25px 15px;
    transition: opacity 0.5s ease-out;
    opacity: 0;
}

#products-hot-022--0 .item:hover .textW {
    opacity: 1;
}

#products-hot-022--0 .item .textW .box {
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
    position: relative;
    height: 97%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#products-hot-022--0 .item .textW .box:after,
#products-hot-022--0 .item .textW .box:before {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

#products-hot-022--0 .item .textW .box:after,
#products-hot-022--0 .item .textW .box:before {
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

#products-hot-022--0 .item .textW .box:after {
    bottom: 0;
    right: 0;
}

#products-hot-022--0 .item .textW .box:before {
    left: 0;
    top: 0;
}

#products-hot-022--0 .item:hover .textW .box:before {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

#products-hot-022--0 .item:hover .textW .box:after {
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

#products-hot-022--0 .item:hover .textW .box:after,
#products-hot-022--0 .item:hover .textW .box:before {
    width: 100%;
    height: 100%;
}

#products-hot-022--0 .item .textW .box .click {
    position: absolute;
    bottom: -36px;
    left: 50%;
    background: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 0;
}

#products-hot-022--0 .item .textW .box .click svg {
    color: #990000;
}

#products-hot-022--0 .item:hover .textW .box .click {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out 0.6s;
    transition: opacity 0.2s ease-out 0.6s;
}

#products-hot-022--0 .item .textW .tit {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
}

#products-hot-022--0 .item .textW .tit:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 20%;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
}

#products-hot-022--0 .item .textW .des {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*#products-hot-022--0 .flexW .item:hover .title{*/
/*    display:none;*/
/*}*/
@media screen and (max-width:875px) {
    .pbt {
        font-size: 24px;
    }

    #products-hot-022--0 .center .list {
        overflow: auto;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: flex-start;
    }

    #products-hot-022--0 .center .list li {
        width: 100%;
    }

    #products-hot-022--0 .flexW {
        display: flex;
        flex-wrap: wrap;
    }

    #products-hot-022--0 .flexW .item {
        width: 100%;
    }
}

/* Production Equipment */
.equipment-bg {
    background: url(../fonts/2d7a085f091f473bb40249a141dd8485.woff);
    white-space: nowrap;
    overflow: hidden !important;
    width: 100%;
    padding: 0 10px;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    transition: all 0.36s ease 0s;
}

.caseSwiper .swiper-slide:hover .text-box .long {
    opacity: 0;
    transform: translateY(-10px);
}

.caseSwiper .swiper-slide:hover .text-box .tit {
    transform: translateY(-10px);
}

.caseSwiper .swiper-slide:hover .text-box .desc {
    opacity: 1;
    transform: translateY(-10px);
}

.caseSwiper .swiper-slide:hover .txt-box svg {
    transform: scale(2);
    opacity: .5;
}

@media(max-width:780px) {
    .equipment-bg {
        padding: 40px 0;
    }

    .pbt2 {
        font-size: 24px;
    }

    .equipment-index .btn-box a {
        font-size: 14px !important;
    }

    .caseSwiper .swiper-slide {
        width: 100%;
    }

    .caseSwiper .swiper-slide .text-box .tit {
        font-size: 16px;
    }

    .caseSwiper .swiper-slide .text-box {
        min-height: auto;
    }
}

/* news */
#news-hot-018--0 {
    padding: 2.6% 0;
}

#news-hot-018--0 .tit-box .titbig {
    font-weight: bold;
    font-size: 32px;
    color: #000;
    text-align: center;
}

#news-hot-018--0 .flexW-box .flexW .item .img-box {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

#news-hot-018--0 .flexW-box .flexW .item .img-box img {
    transition: all 0.5s;
    /*object-fit: cover;*/
    height: 100%;
    width: 100%;
}

#news-hot-018--0 .flexW-box .flexW .item .title-list {
    padding: 0 20px 10px 20px;
    transition: all 0.6s;
    min-height: 143px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-top: 0;
    position: relative;
}

#news-hot-018--0 .flexW-box .flexW .item .title-list .title {
    margin: 10px 0;
    margin-bottom: 20px;
    transition: all 0.6s;
    color: #000;
    font-size: 18px;
}

#news-hot-018--0 .flexW-box .flexW .item .title-list .title span {
    color: #333333;
    overflow: hidden;
    font-size: 18px;
    transition: all 0.6s;
}

#news-hot-018--0 .flexW-box .flexW .item .title-list .desc {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*line-clamp: 3;*/
    -webkit-box-orient: vertical;
    color: #8d8d8d;
    font-size: 14px;
    transition: all 0.6s;
}

#news-hot-018--0 .flexW-box .flexW .item .title-list .btn-box .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-top: 1px solid #dadada;
    padding: 10px 0;
    color: #8d8d8d;
}

#news-hot-018--0 .flexW-box .flexW .item:hover .title-list .btn-box .btn p {
    color: var(--brand);
}

#news-hot-018--0 .flexW-box .flexW .item .title-list .btn-box svg {
    color: #8d8d8d;
}

#news-hot-018--0 .flexW-box .flexW .item:hover .title-list .btn-box svg {
    color: var(--brand);
}

/*#news-hot-018--0 .flexW-box .flexW .item:nth-child(2) {*/
/*    transform: scale(1.1);*/
/*transition: all 0.5s;*/
/*}*/
#news-hot-018--0 .tit-box .center .btn {
    display: flex;
    align-items: center;
    color: #000;
}

#news-hot-018--0 .tit-box .center .btn:hover {
    color: var(--brand);
}

#news-hot-018--0 .tit-box .center .btn .svg {
    margin-left: 10px;
}

#news-hot-018--0 .flexW-box .center .flexW {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#news-hot-018--0 .flexW-box .center .flexW .item {
    width: 32.3%;
    transition: 0.6s all ease;
    background: #fff;
    /*margin:0 10px 10px ;*/
}

#news-hot-018--0 .flexW-box .center .flexW .item:hover {
    box-shadow: 0 0 20px var(--brand);
}

@media screen and (max-width:875px) {
    #news-hot-018--0 .flexW {
        display: flex;
        flex-direction: column;
    }

    #news-hot-018--0 .flexW .item {
        width: 100% !important;
        /*transform: scale(1) !important;*/
        margin-bottom: 30px;
    }

    #news-hot-018--0 {
        padding: 40px 0;
    }

    #news-hot-018--0 .tit-box .titbig {
        font-size: 20px;
    }

    #news-hot-018--0 .flexW-box .flexW .item .title-list {
        padding: 10px;
    }

    #news-hot-018--0 .flexW-box .flexW .item .title-list .title {
        margin-bottom: 10px;
    }
}

#news-hot-018--0 .tit-box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* foot */
.footbg {
    background: rgba(145, 152, 159, 1);
    padding-top: 3.65vw;
    padding-bottom: 3.125vw;
    color: #fff;
}

.footindex {
    color: #fff;
    font-size: 16px;
}

.footl {
    width: 45.3%;
}

.footl .ul1>li svg {
    fill: currentColor !important;
    color: var(--brand);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footl .ul1>li a {
    color: #fff;
    font-size: 16px;
}

.footl .shareW a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
    background: var(--brand);
    padding: 5px 10px;
}

.footl .shareW a svg {
    fill: currentColor !important;
    color: #fff;
}

.flogo img {
    max-width: 150px;
    width: 100%;
}

.ft {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft svg {
    fill: #fff;
    display: none;
}

.ft22 {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft22 svg {
    fill: #fff;
    display: none;
}

.footm {
    width: 24.78%;
}

.footm ul li {
    margin-bottom: 10px;
}

.footm ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.footr {
    width: 24.78%;
}

.footerBot {
    font-weight: bold;
    background: #110D04;
    padding: 15px 0;
    color: #fff;
}

.footerBot a {
    color: #fff;
}

@media(max-width:1024px) {
    .ft {
        font-size: 24px;
    }

    .ft22 {
        font-size: 24px;
    }

    .footl .ul1>li a {
        font-size: 14px;
    }

    .footm ul li a {
        font-size: 14px;
    }
}

@media(max-width:780px) {


    .footbg {
        padding: 40px 0;
    }

    .footindex {
        flex-wrap: wrap;
    }

    .footl {
        width: 100%;
    }

    .flogo img {
        max-width: 100px;
        width: 100%;
    }

    .footm {
        width: 100%;
        margin-top: 20px;
    }

    .ft svg {
        display: block;
    }

    .ft22 svg {
        display: block;
    }

    .ul2 {
        display: none;
    }

    .ul22 {
        display: none;
    }

    .footl .shareW a {
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

/* 留言 */
#sw-contactus-001--0 .rendered-form {
    box-shadow: none;
}

#sw-contactus-001--0 .rendered-form>div:first-child h2 {
    display: none;
}

#sw-contactus-001--0 .rendered-form .form-group:not(.formbuilder-header) {
    padding: 5px !important;
}

#sw-contactus-001--0 input:not([type=checkbox]):not([type=radio]),
textarea {
    border-radius: 5px !important;
    background: #fff !important;
    border: 1px solid #CED4DA !important;
    color: #222 !important;
    padding: 10px 10px !important;
}

#sw-contactus-001--0 {
    /* z-index: 100000000; */
}

#sw-contactus-001--0 .modal-content {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
}

#sw-contactus-001--0 .product-header {
    display: none;
}

#sw-contactus-001--0 .modal-header {
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 15px;
}

#sw-contactus-001--0 .close span {
    font-size: 24px;
}

#sw-contactus-001--0 .create-form-wrap {
    border: none;
}

#sw-contactus-001--0 .crm_form-wrap {}

#sw-contactus-001--0 .product-info {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    background-color: #F5F8FA;
    border-radius: 3px;
}

#sw-contactus-001--0 .product-info>div {
    margin: 0 -10px;
}

#sw-contactus-001--0 .product-info .product-tr {
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 10px;
    /* margin-bottom: 10px; */
}

#sw-contactus-001--0 .product-info .product_img {
    width: 60px;
    height: 60px;
}

#sw-contactus-001--0 .product-info .product-title-box {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#sw-contactus-001--0 .product-info input {
    border: 1px solid #e6e6e6;
    padding: 4px 10px;
}

#sw-contactus-001--0 .create-form-title {
    display: none;
}

/* 弹窗 */
.rendered-form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 1px rgba(45, 103, 227, 0.1000);
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
    flex-direction: row;
    padding: 30px;
}

.rendered-form * {
    box-sizing: border-box;
}

.rendered-form>div {
    text-align: left;
}

.rendered-form .form-group {
    margin-left: 0px;
    margin-bottom: 15px;
}

.rendered-form>div.formbuilder-text {
    width: 50%;
}

.rendered-form .form-group:not(.formbuilder-header) {
    margin-top: 13px;
    margin-bottom: 0px;
    padding: 0 10px;
}

#sw-contactus-001--0 .rendered-form .form-group:not(.formbuilder-header) {
    padding: 5px !important;
}

.rendered-form label {
    font-weight: normal;
    float: none;
    color: #000;
}

.form-group .formbuilder-required {
    color: #E85757;
    margin-left: 4px;
    float: none;
}

.rendered-form .field-message {
    width: 100%;
}

.rendered-form .field-code {
    width: 100%;
}

.rendered-form .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

.rendered-form>div.formbuilder-button button {
    text-align: center;
    background: #990000;
    color: #fff;
    border: 0px none;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 21px;
    max-width: 110px;
    min-width: 70px;
    border-radius: 0;
    margin: 25px auto;
}

#sw-contactus-001--0 .rendered-form {
    box-shadow: none;
}

#sw-contactus-001--0 .rendered-form>div:first-child h2 {
    display: none;
}

#sw-contactus-001--0 .rendered-form .form-group:not(.formbuilder-header) {
    padding: 5px !important;
}

#sw-contactus-001--0 input:not([type=checkbox]):not([type=radio]),
textarea {
    border-radius: 5px !important;
    background: #fff !important;
    border: 1px solid #CED4DA !important;
    color: #222 !important;
    padding: 10px 10px !important;
}




/*  */
#sw-slider-006--0 {
    position: fixed;
    bottom: 80px;
    right: 0;
}

#sw-slider-006--0 .content {
    background-color: var(--brand);
    color: #ffffff;
    padding: 20px 15px 25px;
    font-size: 20px;
    font-weight: bold;
}


#sw-slider-006--0 .content .right-icon {
    margin-bottom: 5px;
}


/* 右侧在线联系 */
#sw-slider-006--0 {
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 999;
}

#sw-slider-006--0 .content {
    background-color: var(--brand);
    color: #ffffff;
    padding: 20px 15px 25px;
    font-size: 20px;
    font-weight: bold;
}

#sw-slider-006--0 .content .right-icon {
    margin-bottom: 5px;
}

#sw-slider-006--0 svg:not(:root) {
    overflow: hidden;
    fill: currentColor !important;
}

@media(max-width:780px) {
    #sw-slider-006--0 {
        display: none !important;
    }
}

/* 内页 */
.nbanner {
    display: none;
}

#anchor {
    padding-top: 7.44791666666667vw;
    padding-bottom: 1.82291666666667vw;
}

#anchor .anchor {
    color: #222;
}

#anchor .anchor a {
    color: #222;
    display: inline-block;
    position: relative;
}

#anchor .anchor a:before {
    content: "";
    height: 1px;
    background: var(--brand);
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transition: 0.4s allease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s allease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
}

#anchor .anchor a:hover:before {
    right: 0;
    left: 0;
}

@media(max-width:780px) {
    #anchor {
        font-size: 12px;
    }
}

/* news */
#news-list-004--1 .flexW {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#news-list-004--1 .flexW .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

#news-list-004--1 .flexW .imgW .image-box-value {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

#news-list-004--1 .flexW .imgW .image-box-value[data-type="square"] {
    padding-bottom: 100%;
}

#news-list-004--1 .flexW .imgW .image-box-value img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#news-list-004--1 .flexW .imgW:hover .image-box-value img {
    filter: alpha(opacity=50);
    opacity: 0.5;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width: 600px) {
    #news-list-004--1 .flexW {
        margin-left: -5px;
        margin-right: -5px;
    }

    #news-list-004--1 .flexW .item {
        padding: 0 5px;
    }
}

#news-list-004--1 .item {
    width: 33.33333%;
    margin-bottom: 30px;
}

#news-list-004--1 .item:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#news-list-004--1 .imgW {
    display: block;
    position: relative;
}

#news-list-004--1 .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    text-align: center;
    padding: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#news-list-004--1 .date span {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

#news-list-004--1 .cont {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#news-list-004--1 .tit {
    display: block;
    padding: 30px 10px;
}

#news-list-004--1 .tit h3 {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: var(--font);
    font-size: 18px;
}

#news-list-004--1 .tit:hover h3 {
    color: var(--brand);
}

@media screen and (max-width: 875px) {
    #news-list-004--1 .flexW .item {
        width: 50%;
    }

    #news-list-004--1 .date {
        top: 5px;
        left: 5px;
        width: 50px;
        height: 50px;
        line-height: 1.1;
    }

    #news-list-004--1 .date span {
        font-size: 12px;
    }

    #news-list-004--1 .tit h3 {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #news-list-004--1 .tit {
        padding: 20px 10px;
    }
}

#news-list-004--1 .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#news-list-004--1 .leftW {
    flex-grow: 1;
    width: 0;
}

#news-list-004--1 .leftW .title {
    font-size: 30px;
    font-weight: bold;
    color: var(--font);
}

#news-list-004--1 .leftW .imgW {
    display: block;
    position: relative;
    margin-top: 30px;
}

#news-list-004--1 .leftW .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    text-align: center;
    padding: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#news-list-004--1 .leftW .date span {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

#news-list-004--1 .leftW .desc {
    margin-top: 30px;
}

#news-list-004--1 .rightW {
    width: 340px;
    margin-left: 55px;
}

#news-list-004--1 .rightW .title {
    font-size: 30px;
    font-weight: bold;
    color: var(--font);
}

#news-list-004--1 .rightW .wrap {
    margin-top: 30px;
}

#news-list-004--1 .rightW .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

#news-list-004--1 .rightW .imgW {
    width: 70px;
    margin-right: 10px;
}

#news-list-004--1 .rightW .textW {
    width: 0;
    flex-grow: 1;
}

#news-list-004--1 .rightW .date {
    font-weight: bold;
    color: var(--brand);
    letter-spacing: 3px;
}

@media screen and (max-width: 875px) {
    #news-list-004--1 .leftW {
        width: 100%;
    }

    #news-list-004--1 .rightW {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
}

.pagination-view svg {
    width: 24px;
    height: 24px;
}

.pagination-view .pagination-index {
    display: inline-block;
    padding: 0px 9px;
    height: 26px;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
    border-radius: 2px;
    border: none;
    background-color: #f4f4f5;
    color: #606266;
    font-weight: bold;
}

span[aria-current='page'] .pagination-index {
    /* background-color: var(--brand); */
    background-color: #409eff;
    color: #fff;
}

.pagination-view .page-jump-next {
    margin-left: 10px;
}


.pagination-view .page-jump-prev,
.pagination-view .page-jump-next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-view {
    line-height: 26px;
}

@media screen and (max-width: 750px) {
    .total-view {
        display: none;
    }
}


/* news_detail */
#news-detail-005--0 {
    color: var(--font);
}

#news-detail-005--0 .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

#news-detail-005--0 .txtW {
    width: 100%;
}

#news-detail-005--0 .txtW .title {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 15px;
    position: relative;
    display: block;
    padding: 0 20px 10px;
    font-size: 28px;
}

#news-detail-005--0 .txtW .title:after {
    content: "";
    width: 75px;
    height: 4px;
    background: var(--brand);
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 20px;
    margin-top: 5px;
}

#news-detail-005--0 .txtW .date {
    font-size: 18px;
    margin-top: 15px;
    padding: 0 20px 10px;
    color: var(--brand);
    border-bottom: 1px solid #eee;
}

#news-detail-005--0 .txtW .textW {
    padding: 20px 0;
}

#news-detail-005--0 .rightW {
    width: 21.92982%;
}

#news-detail-005--0 .preNext {
    display: flex;
    flex-direction: column;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

#news-detail-005--0 .preNext .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

#news-detail-005--0 .preNext .item .href-value:nth-child(1) {
    background: #eee;
    width: 40px;
    height: 40px;
    /* line-height: 40px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px 0;
    justify-content: center;
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
    #news-detail-005--0 .preNext {
        margin-left: -5px;
        margin-right: -5px;
    }

    #news-detail-005--0 .preNext .item {
        padding: 0 5px;
    }
}

#news-detail-005--0 .preNext .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

#news-detail-005--0 .preNext .item:nth-child(2n) .imgW:before {
    content: "\e61e";
}

#news-detail-005--0 .preNext .item:hover .name {
    color: var(--brand);
}

#news-detail-005--0 .preNext .item:hover .imgW:before {
    filter: alpha(opacity=100);
    opacity: 1;
}

#news-detail-005--0 .preNext .imgW {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-right: 10px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--font);
    border-radius: 5px;
    overflow: hidden;
}

#news-detail-005--0 .preNext .imgW:before {
    content: "\e61d";
    font-family: icomoon;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    font-size: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    filter: alpha(opacity=0);
    opacity: 0;
    color: var(--font);
}

#news-detail-005--0 .preNext .textW {
    width: 0;
    flex-grow: 1;
}

#news-detail-005--0 .preNext .tit {
    font-size: 18px;
    color: #333;
}

#news-detail-005--0 .preNext .tit a {
    font-size: 18px;
    color: #333;
}

#news-detail-005--0 .preNext .name {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

#news-detail-005--0 .recentNews .title {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 15px;
    position: relative;
    display: block;
}

#news-detail-005--0 .recentNews .title:after {
    content: "";
    width: 45px;
    height: 2px;
    background: var(--brand);
    position: absolute;
    bottom: 0;
    left: 0;
}

#news-detail-005--0 .recentNews .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

#news-detail-005--0 .recentNews .item {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#news-detail-005--0 .recentNews .imgW {
    background: var(--font);
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    width: 32%;
}

#news-detail-005--0 .recentNews .textW {
    width: 64%;
}

#news-detail-005--0 .recentNews .date {
    font-size: 12px;
}

#news-detail-005--0 .recentNews .tit {
    font-weight: bold;
    color: var(--font);
    font-size: 14px;
    display: block;
}

@media screen and (max-width: 875px) {

    /* #news-detail-005--0 .txtW .title {
    font-size: 30px;
  } */
    #news-detail-005--0 {
        padding-top: 0 !important;
    }

    #news-detail-005--0 .txtW {
        width: 100%;
    }

    #news-detail-005--0 .rightW {
        width: 100%;
        margin-top: 30px;
    }

    #news-detail-005--0 .recentNews .flex {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    #news-detail-005--0 .recentNews .flex .item {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }

    #news-detail-005--0 .preNext .tit a {
        font-size: 12px;
    }
}

@media screen and (max-width: 875px) and (max-width: 600px) {
    #news-detail-005--0 .recentNews .flex {
        margin-left: -5px;
        margin-right: -5px;
    }

    #news-detail-005--0 .recentNews .flex .item {
        padding: 0 5px;
    }
}

@media screen and (max-width: 875px) {
    #news-detail-005--0 .recentNews .item {
        width: 50%;
    }

    #news-detail-005--0 .preNext .tit {
        font-size: 16px;
    }

    #news-detail-005--0 .preNext .imgW {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    #news-detail-005--0 .preNext .imgW:before {
        font-size: 30px;
    }
}

#news-detail-005--0 .txtW .textW p {
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
}

#news-detail-005--0 .txtW .textW img {
    width: 100%;
    margin-bottom: 10px;
}

#news-detail-005--0 .preNext .item:hover .href-value:nth-child(1) {
    background: var(--brand);
    color: #fff;
}

#news-detail-005--0 .preNext .item:hover {
    color: var(--brand);
}

@media screen and (max-width:875px) {
    #news-detail-005--0 .txtW .textW p {
        font-size: 13px;
    }

    #news-detail-005--0 .txtW .title {
        font-size: 22px;
    }

    #news-detail-005--0 .preNext .textW {
        padding: 10px 0;
    }
}

#news-detail-005--0 .center .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 20px;
}

#news-detail-005--0 .center .contact .btn {
    background: #e9e9e9;
    padding: 10px 20px;
    border-radius: 10px 0 10px 0;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

#news-detail-005--0 .center .contact .btn:before {
    content: ' ';
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    width: 46px;
    height: 46px;
    top: -30px;
    left: -30px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 99;
}

#news-detail-005--0 .center .contact .btn:hover:before {
    width: 200px;
    height: 200px;
    left: -30px;
    top: -50px;
}

#news-detail-005--0 .center .contact .btn:hover {
    background: var(--brand);
    color: #fff !important;
}


/* prouct */

#products-list-003--0 {
    background: #eaeaea;
}

#products-list-003--0 .center {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

#products-list-003--0 .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#products-list-003--0 .leftW {
    width: 250px;
    margin-right: 55px;
    background: #fff;
    padding-bottom: 80px;
}

#products-list-003--0 .rightW {
    width: 0;
    flex-grow: 1;
    background: #fff;
    padding: 4%;
}

#products-list-003--0 .title {
    font-size: 30px;
    font-weight: bold;
    color: #363636;
    /* margin-bottom: 15px; */
    padding: 18.18182% 10px 9.09091% 12.12121%;
    border-bottom: 1px solid #d3d8dc;
}

#products-list-003--0 .menu li {
    /* border-top: 1px solid #e5e5e5; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#products-list-003--0 .menu li .menu {
    width: 100%;
    padding: 15px 0;
}

#products-list-003--0 .menu li svg {
    display: none;
}

#products-list-003--0 ul.menu.hiddenChild ul:not(.active) {
    display: none;
}

/*#products-list-003--0 .menu li:hover>a,*/
/*#products-list-003--0 .menu li.active>a {*/
/*    color: var(--brand);*/
/*}*/
#products-list-003--0 .menu li a {
    display: block;
    padding: 15px;
    flex-grow: 1;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    /* background: var(--brand); */
    color: #999;
}

#products-list-003--0 .menu li ul li a {
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    color: #000;
    padding: 15px 25px;
}

#products-list-003--0 .menu li ul li:hover a {
    background: #E1E1E1;
}

#products-list-003--0 .condition-box select {
    padding: 10px 15px;
    border: none;
    border-radius: 3px;
    color: var(--font);
    background: white;
    outline: none;
}

#products-list-003--0 .condition-box .open-view {
    fill: var(--font) !important;
    position: relative;
    left: -15px;
    pointer-events: none;
}

#products-list-003--0 .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#products-list-003--0 .list .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

@media screen and (max-width: 600px) {
    #products-list-003--0 .list {
        margin-left: -5px;
        margin-right: -5px;
    }

    #products-list-003--0 .list .item {
        padding: 0 5px;
    }
}

#products-list-003--0 .list .item {
    width: 33%;
    margin-bottom: 2.2%;
}

#products-list-003--0 .imgW {
    /* background: var(--font); */
    /*border: 1px solid #e5e5e5;*/
    display: block;
    overflow: hidden;
    /*position: relative;*/
}

#products-list-003--0 .item .image-box-value {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

#products-list-003--0 .item .image-box-value[data-type="square"] {
    padding-bottom: 100%;
}

#products-list-003--0 .item .image-box-value img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*#products-list-003--0 .imgW:hover .image-box-value img {*/
/*filter: alpha(opacity=50);*/
/*opacity: 0.5;*/
/*  transform: scale(1.1);*/
/*  -ms-transform: scale(1.1);*/
/*  -moz-transform: scale(1.1);*/
/*  -webkit-transform: scale(1.1);*/
/*  -o-transform: scale(1.1);*/
/*}*/
#products-list-003--0 .item .video-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    z-index: 1000;
}

#products-list-003--0 .btn-customize {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3px 10px;
    color: white;
    border-radius: 0px 10px 0px 0px;
    background-color: var(--brand);
    font-size: 12px;
}

#products-list-003--0 .tit {
    /* font-weight: bold; */
    color: var(--font);
    /* margin-top: 15px; */
    font-size: 16px;
    display: block;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.6s all ease;
}

#products-list-003--0 .star {
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    display: inline-block;
}

#products-list-003--0 .star:before {
    content: "\e683\e683\e683\e683\e683";
    font-family: icomoon;
    color: #ccc;
}

#products-list-003--0 .star span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#products-list-003--0 .star span:before {
    content: "\e683\e683\e683\e683\e683";
    font-family: icomoon;
    color: var(--brand);
}

#products-list-003--0 .learn-more-box {
    display: block;
    color: var(--brand);
    font-size: 16px;
}

#products-list-003--0 .btn {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--font);
    color: var(--font);
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

#products-list-003--0 .btn:hover {
    background: var(--font);
    color: #fff;
}

@media screen and (max-width: 875px) {
    #products-list-003--0 .list .item {
        width: 50% !important;
    }

    #products-list-003--0 .menu {
        overflow: auto;
        white-space: nowrap;
        /* background-color: #f5f5f5; */
    }

    #products-list-003--0 .leftW {
        /* display: none; */
        margin-right: 0px;
        width: 100%;
        padding-bottom: 10px !important;
        display: none;
    }

    #products-list-003--0 .menu li {
        display: inline-block;
        padding: 0 10px;
        border-top: none;
    }

    #products-list-003--0 .menu li a {
        display: inline-block;
    }

    #products-list-003--0 .tit {
        font-size: 13px;
    }

    #products-list-003--0 .menu li.active a {
        font-weight: bold;
    }

    #products-list-003--0 .menu li .imgBox {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    #products-list-003--0 .menu li .image-value {
        width: 100%;
        object-fit: cover;
    }

    #products-list-003--0 .menu li .title-value {
        width: 100%;
        white-space: normal;
        font-size: 14px !important;
        text-align: center;
    }

    #products-list-003--0 .menu li svg,
    #products-list-003--0 .menu li .menu {
        display: none;
    }

    #products-list-003--0 .rightW {
        width: 100%;
    }
}

#products-list-003--0 .slick-next {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: -25px;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

#products-list-003--0 .slick-prev {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: -25px;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

#products-list-003--0 .list .item .image-box-value .hoverBox {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transform: scale(0) rotate(90deg);
    transition: 0.6s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
}

#products-list-003--0 .list .item .image-box-value .hoverBox h1 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    width: 80%;
    height: 80%;
    align-items: center;
    justify-content: center;
    border: 8px solid #fff;
}

#products-list-003--0 .list .item:hover .image-box-value .hoverBox {
    transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    filter: alpha(opacity=100);
    opacity: 1;
}

#products-list-003--0 .list .item:hover a .tit {
    opacity: 0;
}

@media screen and (max-width:875px) {
    #products-list-003--0 .bg-wrap {
        background: #fff !important;
    }
}

#products-list-003--0 .bg-wrap {
    background: #eaeaea;
}

/*  */
.pagination-view svg {
    width: 24px;
    height: 24px;
}

.pagination-view .pagination-index {
    display: inline-block;
    padding: 0px 9px;
    height: 26px;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
    border-radius: 2px;
    border: none;
    background-color: #f4f4f5;
    color: #606266;
    font-weight: bold;
}

span[aria-current='page'] .pagination-index {
    /* background-color: var(--brand); */
    background-color: #409eff;
    color: #fff;
}

.pagination-view .page-jump-next {
    margin-left: 10px;
}


.pagination-view .page-jump-prev,
.pagination-view .page-jump-next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-view {
    line-height: 26px;
}

@media screen and (max-width: 750px) {
    .total-view {
        display: none;
    }
}


/* product_detail */
#products-detail-b2b-004--1 .center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#products-detail-b2b-004--1 .bigFlexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#products-detail-b2b-004--1 .shop-info-box p {
    margin-bottom: 5px;
}

#products-detail-b2b-004--1 .proDetailLeft {
    width: 250px;
    margin-right: 55px;
}

#products-detail-b2b-004--1 .proDetailLeft .title {
    font-size: 30px;
    font-weight: bold;
    color: var(--font);
}

#products-detail-b2b-004--1 .proDetailLeft .menu {
    margin-top: 25px;
}

#products-detail-b2b-004--1 .proDetailLeft .menu li {
    border-top: 1px solid #e5e5e5;
}

#products-detail-b2b-004--1 .proDetailLeft .menu li:hover>a,
#products-detail-b2b-004--1 .proDetailLeft .menu li.active>a {
    color: var(--brand);
}

#products-detail-b2b-004--1 .proDetailLeft .menu li li {
    padding-left: 20px;
}

#products-detail-b2b-004--1 .proDetailLeft .menu a {
    display: block;
    padding: 15px 20px;
    position: relative;
}

#products-detail-b2b-004--1 .proDetailLeft .menu a:before {
    content: "";
    font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
    position: absolute;
    left: 5px;
    top: 15px;
    color: var(--brand);
}

#products-detail-b2b-004--1 .proDetailRight {
    width: 0;
    flex-grow: 1;
}

#products-detail-b2b-004--1 .proDetailLeftTop .item svg.svg-poster {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e6e6e6;
}

#products-detail-b2b-004--1 .proDetailLeftTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: flex-start; */
}

#products-detail-b2b-004--1 .proDetailLeftTop .leftW {
    width: 47.95322%;
}

#products-detail-b2b-004--1 .proDetailLeftTop .rightW {
    width: 46.19883%;
}

#products-detail-b2b-004--1 .proDetailLeftTop .title {
    font-size: 30px;
    display: block;
    color: var(--font);
}

#products-detail-b2b-004--1 .proDetailLeftTop .btnW .btn {
    width: 100%;
    padding: 15px 0;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    opacity: 1;
}

#products-detail-b2b-004--1 .proDetailLeftTop .btnW .samples_view {
    background-color: #F8F8F8;
    padding: 0 10px;
}

#products-detail-b2b-004--1 .proDetailLeftTop .btnW .btn.btn-sample {
    color: var(--brand);
    font-weight: bold;
}

#products-detail-b2b-004--1 .proDetailLeftTop .proUl {
    margin: 10px -5px 0;
}

#products-detail-b2b-004--1 .proDetailLeftTop .proUl .item {
    margin: 0 5px;
}

#products-detail-b2b-004--1 .proDetailLeftTop .proBanner .item img {
    display: inline-flex;
}

#products-detail-b2b-004--1 .proDetailLeftTop .proUl .item,
#products-detail-b2b-004--1 .proDetailLeftTop .proBanner {
    background-color: #F1F5F8;
}

#products-detail-b2b-004--1 .proDetailLeftTop .rightW.complete .item img,
#products-detail-b2b-004--1 .proDetailLeftTop .rightW.complete .item video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#products-detail-b2b-004--1 .descW {
    /* margin-top: 30px; */
}

#products-detail-b2b-004--1 .descW .title {
    font-size: 24px;
    font-weight: bold;
    /* padding-bottom: 10px; */
    color: var(--font);
}

#products-detail-b2b-004--1 .description-value {
    border-bottom: 1px solid #e5e5e5;
}

#products-detail-b2b-004--1 .description-value svg.plus {
    display: none;
}

#products-detail-b2b-004--1 .proRelated {
    /* margin-top: 30px; */
}

#products-detail-b2b-004--1 .proRelated .title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    /* padding-bottom: 10px; */
    color: var(--font);
}

#products-detail-b2b-004--1 .proRelated .slickW {
    /* margin-top: 30px; */
    margin-left: -10px;
    margin-right: -10px;
}

#products-detail-b2b-004--1 .proRelated .item {
    margin: 0 15px;
}

#products-detail-b2b-004--1 .proRelated .slick-prev:before {
    content: "\e621";
}

#products-detail-b2b-004--1 .proRelated .slick-next:before {
    content: "\e624";
}

#products-detail-b2b-004--1 .proRelated .slick-prev,
#products-detail-b2b-004--1 .proRelated .slick-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    font-size: 20px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#products-detail-b2b-004--1 .proRelated .slick-prev:hover,
#products-detail-b2b-004--1 .proRelated .slick-next:hover {
    background: var(--brand);
    color: #fff;
}

#products-detail-b2b-004--1 .proRelated .slick-prev {
    left: 0;
    margin-left: -10px;
}

#products-detail-b2b-004--1 .proRelated .slick-next {
    right: 0;
    margin-right: -10px;
}

#products-detail-b2b-004--1 .proRelated .tit small {
    color: var(--font);
    font-size: 18px;
    margin-top: 20px;
    word-break: break-all;
}

#products-detail-b2b-004--1 .proRelated .price {
    font-weight: bold;
    color: var(--font);
}

#products-detail-b2b-004--1 .proRelated .imgW {
    display: block;
    position: relative;
    overflow: hidden;
}

#products-detail-b2b-004--1 .proRelated .imgW:hover .add {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
}

#products-detail-b2b-004--1 .proRelated .add {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    bottom: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    transform: translate3d(-50%, 100%, 0);
    -ms-transform: translate3d(-50%, 100%, 0);
    -moz-transform: translate3d(-50%, 100%, 0);
    -webkit-transform: translate3d(-50%, 100%, 0);
    -o-transform: translate3d(-50%, 100%, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    text-transform: uppercase;
}

#products-detail-b2b-004--1 .selectW {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#products-detail-b2b-004--1 .selectW.selected {
    border-color: #222;
}

#products-detail-b2b-004--1 .selectW.selected .active:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#products-detail-b2b-004--1 .selectW .active {
    color: #666;
    padding: 0 100px 0 40px;
    cursor: pointer;
    position: relative;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#products-detail-b2b-004--1 .selectW .active:before {
    content: "\e622";
    font-family: icomoon;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 24px;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    color: #999;
}

#products-detail-b2b-004--1 .selectW .ulWrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-top: 1px;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    z-index: 1;
    min-width: 150px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

#products-detail-b2b-004--1 .selectW .ulWrap::-webkit-scrollbar {
    width: 4px;
}

#products-detail-b2b-004--1 .selectW .ulWrap::-webkit-scrollbar-track {
    background-color: #C9CECE;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

#products-detail-b2b-004--1 .selectW .ulWrap::-webkit-scrollbar-thumb {
    background-color: #90989D;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

#products-detail-b2b-004--1 .selectW ul {
    line-height: 1.1;
}

#products-detail-b2b-004--1 .selectW ul>li {
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
}

#products-detail-b2b-004--1 .selectW ul>li span {
    display: block;
    padding: 15px 10px;
    cursor: pointer;
    color: #777;
}

#products-detail-b2b-004--1 .selectW ul>li span:hover {
    background: #F5FAFD;
}

#products-detail-b2b-004--1 .selectW ul>li>ul {
    padding-left: 15px;
}

#products-detail-b2b-004--1 .selectW ul>li>ul span {
    padding: 6px 0;
}

#products-detail-b2b-004--1 .selectW ul>li.selected span {
    background: #F5FAFD;
}

#products-detail-b2b-004--1 .btn-request,
#products-detail-b2b-004--1 .btn-contact-us {
    background-color: var(--brand);
    color: white;
}

.single-description-lx {
    color: #555;
    line-height: 1.5;
}

.single-description-lx span {
    color: #555
}

.single-description-lx a {
    color: #555
}

/* #products-detail-b2b-004--1 .single-description-value {
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
} */
@media screen and (max-width: 1200px) {
    #products-detail-b2b-004--1 .proDetailLeft {
        display: none;
    }
}

@media screen and (max-width: 875px) {
    #products-detail-b2b-004--1 .description-value svg.plus {
        display: block;
    }

    #products-detail-b2b-004--1 .description-value svg.less {
        display: none;
    }

    #products-detail-b2b-004--1 .proDetailLeftTop .priceW .unit .unit-content li div img,
    .attribute-list-value .item li img {
        width: 30px;
    }

    #products-detail-b2b-004--1 .proDetailLeftTop .attribute-list-value .item.last-item li img {
        width: 36px;
    }

    #products-detail-b2b-004--1 .description-content-value {
        display: none;
    }

    #products-detail-b2b-004--1 .proRelated .title,
    #products-detail-b2b-004--1 .descW .title {
        font-size: 16px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 10px;
    }

    #products-detail-b2b-004--1 .proDetailLeft {
        width: 100%;
    }

    #products-detail-b2b-004--1 .proDetailRight {
        width: 100%;
    }

    #products-detail-b2b-004--1 .proRelated .slick-prev,
    #products-detail-b2b-004--1 .proRelated .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 24px;
    }

    #products-detail-b2b-004--1 .proRelated .slick-prev {
        margin-left: 0px;
    }

    #products-detail-b2b-004--1 .proRelated .slick-next {
        margin-right: 0px;
    }
}

@media screen and (max-width: 780px) {
    #products-detail-b2b-004--1 .proDetailLeftTop .title {
        font-size: 20px;
    }

    #products-detail-b2b-004--1 .proDetailLeftTop .priceW .new {
        font-size: 24px;
    }

    #products-detail-b2b-004--1 .proDetailLeftTop .priceW .old {
        margin-bottom: 0;
    }

    #products-detail-b2b-004--1 .proDetailLeftTop .discount .price {
        font-size: 14px;
    }

    #products-detail-b2b-004--1 .proDetailLeftTop .discount {
        font-size: 12px;
    }

    #products-detail-b2b-004--1 .proDetailLeftTop .leftW {
        width: 100%;
    }

    #products-detail-b2b-004--1 .proDetailLeftTop .leftW .title-value {
        font-size: 20px !important;
    }

    #products-detail-b2b-004--1 .proDetailLeftTop .rightW {
        width: 100%;
    }

    #products-detail-b2b-004--1 .proRelated .flexW .item {
        width: 50%;
    }

    #products-detail-b2b-004--1 .proTopRelated .tit {
        font-size: 14px;
    }

    #products-detail-b2b-004--1 .proRelated .add {
        text-align: center;
        padding: 5px 10px;
        font-size: 12px;
    }

    .single-description-lx {
        margin-top: 10px !important;
    }
}

@media screen and (min-width: 768px) {
    #contact_form .modal-dialog {
        max-width: 852px !important;
    }
}

table td,
table th {
    white-space: nowrap;
}

#products-detail-b2b-004--1 .proDetailLeftTop .entm-field_editor {
    overflow-x: auto;
}

#products-detail-b2b-004--1 .description-content-value {
    overflow-x: auto
}

#products-detail-b2b-004--1 .filebox {
    display: flex;
    flex-wrap: wrap;
}

#products-detail-b2b-004--1 .filebox .item {
    margin-bottom: 5px;
    margin-left: 10px;
}

#products-detail-b2b-004--1 .filebox .item a {
    display: flex;
    align-items: center;
}

#products-detail-b2b-004--1 .filebox .item a .img {
    width: 28px;
}

#products-detail-b2b-004--1 .filebox .item a .tit {
    margin-left: 5px;
}