.QX-11228019 {
    width: 100%;
    height: 100px;
    box-sizing: content-box;
    background: #000000;
    position: absolute;
    font-family: Arial;
    top: 0;
}
.QX-11228019a {
    position: relative;
    height: 100px;
}
.QX-11228019.sq_header_1_screen {
    position: fixed;
    top: 0;
    z-index: 200;
}
.QX-11228019 .nav01 {
    z-index: 50;
    box-sizing: content-box;
    width: 100%;
}

.QX-11228019 .navWrapper {
    margin: auto;
    max-width: 1845px;
    height: 100px;
    padding-left: 75px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;

}

/*   图片css  */
.QX-11228019 .iconLeft {
    width: 325px;
    height: 100px;
}

.QX-11228019 .iconBox,
.QX-11228019 .backstage-componet,
.QX-11228019 .backstage-componet-bd {
    width: 100%;
    height: 100%;
}

.QX-11228019 .iconLeft .blocks-image {
    width: 100%;
    height: 100%;
    display: block;
}

.QX-11228019 .iconLeft img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*   导航css  */
.QX-11228019 .navCenter {
    max-width: 1345px;
    height: 100%;
    position: relative;
}

/*   按钮css  */
.QX-11228019 .button-prev {
    z-index: 200;
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
    color: #2D2D2D;
    width: 16px;
    height: 100px;
    line-height: 100px;
    text-align: left;
}


.QX-11228019 .button-next {
    z-index: 200;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
    color: #2D2D2D;
    width: 16px;
    height: 100px;
    line-height: 100px;
    text-align: right;
}

.QX-11228019 .button-next>.font-icon {
    font-size: 29px;
    font-weight: 100;
    color: #ffffff;
}

.QX-11228019 .button-prev>.font-icon {
    font-size: 29px;
    color: #ffffff;
    font-weight: 100;
}

.QX-11228019 .navStyle {
    z-index: 100;
    height: 100%;
    overflow: hidden;
    position: unset;
    width: calc(100% - 119px);
    margin-left: 87px;


}

.QX-11228019 .navBox {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-wrap: nowrap;
    margin-right: 50px;
    transition: transform .6s ease;
}

.QX-11228019 .navTile {
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    position: relative;
}

/*   一级导航css  */
.QX-11228019 .navTile>a {
    padding: 0 30px;
    font-size: 18px;
    color: inherit;
    height: 100px;
    line-height: 100px;

}

.QX-11228019 .navTile:nth-of-type(1)>a {
    padding-left: 0;
}

.QX-11228019 .lineStyle {
    position: absolute;
    left: 30px;
    top: 77px;
    width: calc(100% - 60px);
    height: 2px;
    background: #FFFFFF;
    transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: .3s ease;
}

.QX-11228019 .navTile:nth-of-type(1) .lineStyle {
    left: 0;
    width: calc(100% - 30px);
}

/*   二级导航css  */

.QX-11228019 .subWra {
    display: none;
    position: absolute;
    top: 102%;
    left: 0;
    z-index: 500;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    box-shadow: 0 8px 8px -6px RGB(201, 201, 201, 0.5);
    background: #FFFFFF;

}

/* .QX-11228019 .subActive {
    visibility: visible;
    opacity: 1;
    transform: translateX(-196px);
} */

.QX-11228019 .subActiveBig {
    visibility: visible;
}

.QX-11228019 .ulSub {
    display: flex;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: auto;
}

.QX-11228019 .liSub {
    width: calc(16.5% - 20px);
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-right: solid 1px #E8E8E8;
}

.QX-11228019 .liSub:nth-of-type(6n+6) {
    border-right: unset;
}

.QX-11228019 .imgBox {
    width: 100%;
    height: 175px;
}

.QX-11228019 .imgBox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.QX-11228019 .textBox {
    width: calc(100% - 20px);
    margin-top: 30px;
    margin-left: 20px;
    max-height: 41px;
    overflow: hidden;
}

.QX-11228019 .textBox>a {
    white-space: pre-wrap;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    color: inherit;
    text-overflow: clip;
    text-indent: -0.5em;
    /* transition: .3s; */
}

.QX-11228019 .textBox i {
    display: none;
}

/*   三级导航css  */
.QX-11228019 .nav03-ulSub {
    width: calc(100% - 20px);
    margin-left: 20px;
}

.QX-11228019 .nav03-liSub {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 20px;
}


.QX-11228019 .circleBox {
    min-width: 5px;
    min-height: 5px;
    background: #C9C9C9;
    border-radius: 50%;
}

.QX-11228019 .nav03-imgBox {
    margin: 0 7.5px;
}

.QX-11228019 .nav03-imgBox>img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
}

.QX-11228019 .nav03-liSub a {
    display: block;
    color: inherit;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: inherit;
    line-height: 18px;
    max-width: calc(100% - 20px);
    /* transition: .3s; */
    text-align: center;
}


/*   搜索框css  */
.QX-11228019 .searchRight {
    width: 20px;
    margin-left: 30px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 300;
}

.QX-11228019 .search-input {
    display: none;
    position: absolute;
    right: -7px;
    top: -4px;
    z-index: 300;
    border-radius: 20px;
}

.QX-11228019 .searchInput {
    width: 156px;
    height: 30px;
    border-radius: 20px;
    border: solid 1px #979797;
    padding-left: 27px;
}

.QX-11228019 .search-wrap {
    width: 16px;
    position: relative;
}

.QX-11228019 .search-wrap>i {
    font-size: 18px;
    color: #FFFFFF;

}

.QX-11228019 .searchButton {
    position: absolute;
    left: 10px;
    top: 3px !important;
    border: unset;
    background: unset;
    cursor: pointer;
}

.QX-11228019 .searchButton>i {
    font-size: 14px;
    color: #2D2D2D;
}

.QX-11228019 .closeBox {
    position: absolute;
    right: 5px;
    top: 5px;
}

/*   语言css  */
.QX-11228019 .language {
    width: 20px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.QX-11228019 .imgStyle01 {
    font-size: 18px;
    color: #FFFFFF;

}

.QX-11228019 .spanStyle {
    display: none;
}

.QX-11228019 .imgStyle02 {
    display: none;
}

.QX-11228019 .langWra {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 14px;
    background: #000000;
    padding: 0 20px;
    z-index: 400;
    display: none;

}

.QX-11228019 .langBox {
    height: 35px;
    font-size: 14px;
    border-bottom: solid 1px #fff;
    display: flex;
    align-items: center;

}

.QX-11228019 .langNa {
    white-space: nowrap;
}

.QX-11228019 .langBox .langImgBox .langImg {
    margin-right: 10px;
}



.QX-11228019 .langBox .langImgBox {
    color: inherit;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
    flex-wrap: nowrap;
    width: calc(100% - 10px);
    margin-left: 5px;
}

.QX-11228019 .navMenu {
    display: none;
}

.QX-11228019 .arrow {
    display: none;
}

.QX-11228019 .nav02Arrow {
    display: none;
}

.QX-11228019 .nav03Arrow {
    display: none;
}

.QX-11228019 .closeBox>i {
    color: #2D2D2D;
    font-size: 20px;
}

.QX-11228019 .buttonActive {
    color: #F5A623;
}

.QX-11228019 .searchInput:focus {
    outline: 0;
}

.QX-11228019 .searchButton:focus {
    outline: 0;
}

.QX-11228019 .tip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}




/* 语言栏国旗css*/
.lang-sprites-slide {
    vertical-align: middle;
}

.sprites {
    display: inline-block;
    width: 21px;
    height: 14px;
    background: url("/static/t-xrBpBKgKnyxrlwbp/assets/widget/images/langBar/sprites.png");
    background-repeat: no-repeat
}

.sprites-0 {
    background-position: -252px -116px
}

.sprites-1 {
    background-position: -294px 0
}

.sprites-2 {
    background-position: -294px -16px
}

.sprites-3 {
    background-position: -294px -32px
}

.sprites-4 {
    background-position: -294px -48px
}

.sprites-5 {
    background-position: -294px -64px
}

.sprites-6 {
    background-position: -294px -80px
}

.sprites-7 {
    background-position: -294px -96px
}

.sprites-8 {
    background-position: -294px -112px
}

.sprites-9 {
    background-position: -294px -128px
}

.sprites-10 {
    background-position: -317px 0
}

.sprites-11 {
    background-position: -317px -16px
}

.sprites-12 {
    background-position: -317px -32px
}

.sprites-13 {
    background-position: -317px -48px
}

.sprites-14 {
    background-position: -317px -64px
}

.sprites-15 {
    background-position: -317px -80px
}

.sprites-16 {
    background-position: -317px -96px
}

.sprites-17 {
    background-position: -317px -112px
}

.sprites-18 {
    background-position: -317px -128px
}

.sprites-19 {
    background-position: -340px 0
}

.sprites-20 {
    background-position: -340px -16px
}

.sprites-21 {
    background-position: -340px -32px
}

.sprites-22 {
    background-position: -340px -48px
}

.sprites-23 {
    background-position: -340px -64px
}

.sprites-24 {
    background-position: -340px -80px
}

.sprites-25 {
    background-position: -340px -96px
}

.sprites-26 {
    background-position: -340px -112px
}

.sprites-27 {
    background-position: -340px -128px
}

.sprites-28 {
    background-position: -363px 0
}

.sprites-29 {
    background-position: -363px -16px
}

.sprites-30 {
    background-position: -363px -32px
}

.sprites-31 {
    background-position: -363px -48px
}

.sprites-32 {
    background-position: -363px -64px
}

.sprites-33 {
    background-position: -363px -80px
}

/* 大屏二级导航css */

.QX-11228019 .nav02 {
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
}

.QX-11228019 .navBoxA {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.QX-11228019 .navTileA {
    white-space: nowrap;
}

.QX-11228019 .navTileA>a {
    display: none;
}

.QX-11228019 .subWraA {
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    background: #000000;
    /* visibility: hidden;
    opacity: 0; */
    transition: transform .3s;
    z-index: 500;
    transform: scale3d(1, 0, 1);
    transform-origin: top;
}

.QX-11228019 .subActive {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1);
    /* animation: topMove .3s ; */
}

/* @keyframes topMove{
    from{
        transform:scale3d(1,0,1);
    }
    to{
         transform:scale3d(1,1,1);
    }
} */

.QX-11228019 .nav03subActive {
    visibility: visible !important;
    opacity: 1 !important;
}

.QX-11228019 .ulSubA {
    max-width: 1845px;
    padding-left: 75px;
    width: calc(100% - 75px);
    padding-bottom: 50px;
    margin: auto;
    position: relative;
}

.QX-11228019 .liSubA {
    width: 325px;
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
}

.QX-11228019 .nav02Icon {
    position: absolute;
    left: 380px;
    color: #ffffff;
    font-size: 34px;
    margin-top: -12px;
}

.QX-11228019 .imgBoxA {
    display: none;

}

.QX-11228019 .imgBoxA>img {
    width: 100%;
    height: 100%;

}

.QX-11228019 .textBoxA {
    max-width: calc(100% - 34px);
    position: relative;
}

.QX-11228019 .text02 {
    overflow: hidden;
}

.QX-11228019 .lineStyle02 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .3s;
}

.QX-11228019 .textBoxA .text02>a {
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: inherit;
    text-overflow: clip;
    text-indent: -0.5em;
    max-width: 100%;
}

.QX-11228019 .nav03-ulSubA {
    max-width: 1450px;
    position: absolute;
    left: 400px;
    top: 0;
    width: calc(100% - 470px);
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity .3s;
    visibility: hidden;
    padding-left: 26px;
    padding-bottom: 50px;
}

.QX-11228019 .nav03-liSubA {
    width: calc(25% - 60px);
    margin: 0px 30px 50px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}


.QX-11228019 .nav03-imgBoxA {
    width: 100%;
    height: 215px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.QX-11228019 .nav03-imgBoxA>img:hover {
    transform: scale(1.05);
}

.QX-11228019 .nav03-imgBoxA>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
      transition: .3s;
}
.QX-11228019 .nav03Icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.QX-11228019 .nav03-liSubA .nav03Text {
    color: inherit;
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 100%;
    white-space: pre-wrap;
    word-break: break-all;
    max-height: 46px;
    line-height: 23px;
}

.QX-11228019 .nav02 .edit-normal>a {
    display: none;
}

.QX-11228019 .nav02 .edit-normal {
    display: none;
}



/* 各屏navCenter（导航）的宽度*/

@media screen and (min-width:1007px) and (max-width:1180px) {
    .QX-11228019 .navCenter {
        width: 719px;
    }

    .QX-11228019 .ulSub {
        width: 1007px;
    }

    .QX-11228019 .iconLeft {
        width: 196px;
    }

    .QX-11228019 .navWrapper {
        padding: 0 10px;
        margin-left: 0;
    }

    .QX-11228019 .ulSubA {
        width: calc(100% - 20px);
        margin: 0 10px; 
        padding-left:0px;
    }

    .QX-11228019 .liSubA {
        width: 196px;
    }

    .QX-11228019 .nav02Icon {
        left: 196px;
    }

    .QX-11228019 .nav03-ulSubA {
        left: 206px;
        width: calc(100% - 231px);
    }
}

@media screen and (min-width:750px) and (max-width:1007px) {

    .QX-11228019 .ulSub {
        width: 751px;
    }

    .QX-11228019 .navStyle {

        width: calc(100% - 94px);
        margin-left: 62px;
    }

    .QX-11228019 .button-prev {
        left: 30px;
    }


    .QX-11228019 .subWra {
        display: none;
    }

    .QX-11228019 .navWrapper {
        padding: 0 10px;
        margin-left: 0;
    }

    .QX-11228019 .ulSubA {
        width: calc(100% - 20px);
        margin: 0 10px;
        padding-left:0px;
    }

    .QX-11228019 .liSubA {
        width: 196px;
    }

    .QX-11228019 .nav02Icon {
        left: 196px;
    }

    .QX-11228019 .nav03-ulSubA {
        left: 206px;
        width: calc(100% - 231px);
    }
}

@media screen and (min-width:550px) and (max-width:750px) {

    .QX-11228019 .iconLeft {
        width: 196px;
    }

    .QX-11228019 .navStyle {

        width: calc(100% - 94px);
        margin-left: 62px;
    }

    .QX-11228019 .button-prev {
        left: 30px;
    }

    .QX-11228019 .ulSub {
        width: 650px;
    }

    .QX-11228019 .navWrapper {
        padding: 0 10px;
        margin-left: 0;

    }

    .QX-11228019 .ulSubA {
        width: 100%;
        margin: 0 10px;
        padding-left:0px;
    }

    .QX-11228019 .liSubA {
        width: 196px;
    }

    .QX-11228019 .nav02Icon {
        left: 196px;
    }

}

/* 手机竖屏css */
@media screen and (max-width:550px) {
    .QX-11228019,
    .QX-11228019a {
        height: 50px;
    }

    /* 
    .QX-11228019 .searchButton>i {
        color: #fff;
    }

    .QX-11228019 .closeBox>i {
        color: #fff;
    } */

    .QX-11228019 .navWrapper {
        height: 50px;
        padding-left: 0;
    }

    .QX-11228019 .iconLeft {
        height: 50px;
        width: 196px;
    }

    .QX-11228019 .navCenter {
        display: none;
        position: absolute;
        top: 98%;
        height: unset;
        margin-top: 1px;
        width: 100%;
        background: #000000;
        z-index: 100;
        opacity: 0.85;
    }

    .QX-11228019 .navStyle {
        width: 100%;
        margin-left: unset;
        height: 100vh;
        overflow-y: auto;
    }
    .QX-11228019 .navStyle::-webkit-scrollbar {
    /*隐藏滚轮*/
    display: none;
    }
    .QX-11228019 .navBox {
        width: 100%;
        display: block;
        margin-right: 0;
    }
    .QX-11228019 .navBox>li:last-child {
        padding-bottom: 100px;
    }
    .QX-11228019 .navTile {
        width: calc(100% - 30px);
        margin-left: 15px;
        min-height: 45px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .QX-11228019 .navTile>a {
        font-size: 16px;
        padding: 0;
        display: flex;
        height: 45px;
        width: 100%;
        align-items: center;
        font-weight: unset;
    }

    /*  手机竖屏搜索框css*/
    .QX-11228019 .searchRight {
        position: absolute;
        right: 96px;
        top: 0px;
    }

    .QX-11228019 .search-wrap>i {
        font-size: 16px;
    }
    .QX-11228019 .search-wrap>i svg{
        width: 16px;
        height: 16px;
    }    
    .QX-11228019 .search-input {
        display: none;
        height: 62px;
        position: absolute;
        top: 34px;
        right: 0;
        transform: translateX(100px);
        /* border-bottom: solid 1px #CCCBCB; */
        margin-top: 1px;
        background: #fff;
        border-radius: unset;
    }

    .QX-11228019 .searchBox {
        border-bottom: solid 1px #fff;
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .QX-11228019 .searchInput {
        border-radius: unset;
        height: 31px;
        border: unset;
        padding-left: 30px;
        width: calc(100% - 30px);
        padding-top: 15px;

    }

    .QX-11228019 .searchButton {
        left: 16px;
        top: 24px;
    }

    .QX-11228019 .closeBox {
        top: 22px;
        right: 17px;
    }

    /*  小屏语言栏*/
    .QX-11228019 .language {
        position: absolute;
        right: 55px;
        display: flex;
        align-content: center;
        /* top: 50%;
        transform: translateY(-50%); */
    
    }

    .QX-11228019 .imgStyle01 {
        font-size: 16px;
    }
    .QX-11228019 .imgStyle01 svg {
        width: 16px;
        height: 16px;
    }
    .QX-11228019 .spanStyle {
        display: none;
    }

    .QX-11228019 .langWra {
        transform: translateX(55px);
        top: 35px;
        padding: unset;
        background: #000000;
    }

    .QX-11228019 .langBox {
        height: 45px;
        text-align: left;
        border-bottom: solid 1px #fff;
        margin-left: 15px;
        width: calc(100% - 30px);
        margin-top: unset;
        margin-bottom: unset;

    }

    .QX-11228019 .langBox .langImgBox .langImg {
        margin-left: 15px;
    }

    .QX-11228019 .navStrart {
        font-size: 14px;
    }

    .QX-11228019 .navMenu {
        display: flex;
        position: absolute;
        right: 15px;
        /* top: 50%; */
        /* transform: translateY(-50%); */
        align-items: center;
        color: #FFFFFF;
    }

    .QX-11228019 .navClose {
        display: none;
        font-size: 23px;
    }

    .QX-11228019 .arrow {
        display: block;
        position: absolute;
        right: 0;
        z-index: 200;
        top: 10px;
    }

    .QX-11228019 .arrow .font-icon {
        font-size: 23px;
        color: inherit;
    }

    .QX-11228019 .arrow .nav01Down {
        display: none;
    }

    .QX-11228019 .arrow .nav01Up {
        display: none;
    }

    .QX-11228019 .imgBox {
        display: none;
    }

    .QX-11228019 .circleBox {
        display: none;
    }

    .QX-11228019 .nav03-imgBox {
        display: none;
    }

    /* 手机竖屏二级菜单*/
    .QX-11228019 .subWra {
        display: none;
        position: unset;
        width: 100%;
        margin-left: 20px;
        visibility: unset;
        opacity: unset;
        transition: unset;
        box-shadow: unset;
        background-color: unset !important;
    }

    .QX-11228019 .liSub {
        width: 100%;
        min-height: 45px;
        border-right: unset;
        box-shadow: unset;
        position: relative;
        padding: unset;
        padding-left: 16px !important;
        margin-top: -15px;
        margin-bottom: 0;
    }

    .QX-11228019 .textBox {
        width: calc(100% - 20px);
        height: 51px;
        margin-top: 0;
        margin-left: 0;
        display: flex;
        align-items: center;
        max-height: unset;
    }

    .QX-11228019 .textBox>a {
        -webkit-line-clamp: 1;
        color: inherit;
        white-space: nowrap;
        text-indent: 0;
    }

    /* 手机竖屏三级菜单*/
    .QX-11228019 .nav03-ulSub {
        width: calc(100% - 50px);
        margin-left: 35px;
    }

    .QX-11228019 .nav03-liSub {
        height: 48px;
        margin-top: -15px;
    }

    .QX-11228019 .nav03-liSub:nth-of-type(1) {
        margin-top: -15px;
    }



    .QX-11228019 .nav02Arrow {
        display: block;
        position: absolute;
        top: 15px;
        left: 0;
        color: #ffffff;
    }

    .QX-11228019 .nav03Arrow {
        display: block;
        margin-right: 10px;
        color: #ffffff;
    }
}