.block11234 {
    width: 100%;
    position: relative;
    z-index: 50;
    background: rgba(0, 0, 0, 0.92);
    font-family: Arial;
}
.siteblocks-container :not(.edit-normal) {
    font-family: Arial;
}
.block11234-outContent-clearFixed {
    height: 155px;
}

.block11234 .navTile:last-child>a {
    border-right: none;
}

.block11234.sq_header_1_screen {
    position: fixed;
    top: 0;
}

.block11234 .navTile.active1,
.block11234 .liSub.active2,
.block11234 .nav03-liSub.active3,
.block11234 .liSubA.active2,
.block11234 .nav03-liSubA.active3 {
    color: #7ab330;
}

.block11234 .nav03-liSubA.active3 .circle {
    background: #7ab330;
}

.block11234 .nav01 {
    z-index: 50;
    box-sizing: content-box;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.block11234 .navWrapper {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    /* align-items: center; */
    position: relative;
    justify-content: space-between;
}

.block11234 .wra {
    width: calc(75% - 20px);
    padding: 0 10px;
}


/*   图片css  */
.block11234 .iconLeft {
    width: calc(25% - 20px);
    padding: 0 10px;
    margin-top: 28px;
    transition: .3s;
}

.block11234 .iconBox,
.block11234 .backstage-componet,
.block11234 .backstage-componet-bd {
    width: 100%;
    height: 100%;
}

.block11234 .iconLeft .blocks-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    max-height: 113px;
}

.block11234 .iconLeft img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: left;
    width: auto;
    height: auto;
}

/*文本css*/
.block11234 .top {
    height: 63px;

    width: 100%;
    position: relative;
}

.block11234 .topBefore {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: calc(100% + 200px);
    height: 100%;
    clip-path: polygon(0% 0%, 28px 100%, 100% 100%, 100% 0);
    background-color: #7ab330;
    z-index: 299;
}

.block11234 .topWra {
    width: 100%;
    /* margin-left: 50px; */
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 300;
}

.block11234 .topText {
    color: #fff;
    font-size: 16px;
}

.block11234 .top-right {
    display: flex;
}


/*   导航css  */
.block11234 .navCenter {
    height: 100%;
    position: relative;
    /* padding: 0 20px; */

}

/*   按钮css  */
.block11234 .button-prev {
    z-index: 200;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    color: #fff;
    width: 16px;
    text-align: left;
    /* padding: 32px 0px 17px; */
    /* height: calc(100% - 49px); */
    transition: .25s;
}


.block11234 .button-next {
    z-index: 200;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    color: #fff;
    width: 16px;
    text-align: right;
    /* padding: 32px 0px 17px; */
    /* height: calc(100% - 49px); */
    transition: .25s;
}

.block11234 .button-next>.font-icon {
    font-size: 26px;
    font-weight: 100;
}

.block11234 .button-prev>.font-icon {
    font-size: 26px;
    font-weight: 100;
}

.block11234 .navCenter {
    position: relative;
}

.block11234 .navStyle {
    z-index: 100;
    height: 100%;
    overflow: hidden;
    position: unset;
}

.block11234 .navBox {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    transition: transform .6s ease;
}

.block11234 .navTile {
    white-space: nowrap;

    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    transition: all 0.25s ease 0s;
}

/*   一级导航css  */
.block11234 .navTile>a {
    color: inherit;
    font-size: 17px;
    line-height: 40px;
    padding: 26px 26px;
}


/*   二级导航css  */

.block11234 .subWra {
    display: none;
    position: absolute;
    top: 102%;
    left: 0;
    z-index: 500;
    visibility: hidden;
    opacity: 0;
    transition: .2s;

    background: #FFFFFF;

}

/* .block11234 .subActive {
    visibility: visible;
    opacity: 1;
    transform: translateX(-196px);
} */

.block11234 .subActiveBig {
    visibility: visible;
}

.block11234 .ulSub {
    display: flex;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: auto;
}

.block11234 .arrowBottom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    font-size: 12px;
    color: inherit;
}

.block11234 .liSub {
    width: calc(16.5% - 20px);
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-right: solid 1px #E8E8E8;
}

.block11234 .liSub:nth-of-type(6n+6) {
    border-right: unset;
}

.block11234 .imgBox {
    width: 100%;
    height: 175px;
}

.block11234 .imgBox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.block11234 .textBox {
    width: calc(100% - 20px);
    margin-top: 30px;
    margin-left: 20px;
    max-height: 41px;
    overflow: hidden;
}

.block11234 .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: .25s;
}

.block11234 .textBox i {
    display: none;
}

/*   三级导航css  */
.block11234 .nav03-ulSub {
    width: calc(100% - 20px);
    margin-left: 20px;
}

.block11234 .nav03-liSub {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 20px;
    transition: .25s;
    color: #000;
}


.block11234 .circleBox {
    min-width: 5px;
    min-height: 5px;
    background: #C9C9C9;
    border-radius: 50%;
}

.block11234 .nav03-imgBox {
    margin: 0 7.5px;
}

.block11234 .nav03-imgBox>img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
}

.block11234 .nav03-liSub a {
    display: block;
    color: inherit;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: inherit;
    /* line-height: 18px; */
    max-width: calc(100% - 20px);
    transition: .25s;
    text-align: center;
}


/*   搜索框css  */
.block11234 .searchRight {
    width: 20px;
    margin-left: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 300;
}

.block11234 .search-input {
    display: none;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
    border-radius: 20px;
}

.block11234 .searchInput {
    width: 219px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-radius: 40px;
    border: solid 1px #dadada;
    padding-left: 27px;
    box-sizing: border-box;
    font-size: 16px;
}

.block11234 .searchInput::placeholder {
    font-size: 13px;
    color: #2D2D2D;
    opacity: 0.4;
}

.block11234 .searchInput::-moz-placeholder {
    font-size: 13px;
    color: #2D2D2D;
    opacity: 0.4;
}

.block11234 .searchInput::-webkit-input-placeholder {
    font-size: 13px;
    color: #2D2D2D;
    opacity: 0.4;
}

.block11234 .searchInput:-ms-input-placeholder {
    font-size: 13px;
    color: #2D2D2D;
    opacity: 0.4;
}

.block11234 .search-wrap {
    /* width: 16px; */
    position: relative;
}

.block11234 .search-wrap>i {
    font-size: 18px;
    color: #fff;

}

.block11234 .searchButton {
    position: absolute;
    left: 10px;
    border: unset;
    background: unset;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    font-family: normal !important;
}

.block11234 .searchButton>i {
    font-size: 14px;
    color: #2D2D2D;
}

.block11234 .closeBox {
    position: absolute;
    right: 7px;
    display: inline-block;
    top: 52%;
    transform: translateY(-50%);
    font-family: normal !important;
}

/*   语言css  */
.block11234 .language {
    width: 20px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.block11234 .langBar {
    min-height: unset;
}

.block11234 .serach {
    min-height: unset;
}

.block11234 .imgStyle01 {
    font-size: 18px;
    color: #fff;

}

.block11234 .spanStyle {
    display: none;
}

.block11234 .imgStyle02 {
    display: none;
}

.block11234 .langWra {
    position: absolute;
    top: 41px;
    right: 0;
    font-size: 14px;
    padding: 0 20px;
    z-index: 400;
    display: none;
    background: #fff;

}

.block11234 .langBox {
    height: 35px;
    font-size: 14px;
    border-bottom: solid 1px #dddede;
    display: flex;
    align-items: center;

}

.block11234 .langNa {
    white-space: nowrap;
}

.block11234 .langBox .langImgBox .langImg {
    margin-right: 10px;
}



.block11234 .langBox .langImgBox {
    color: inherit;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
    flex-wrap: nowrap;
    width: calc(100% - 10px);
    margin-left: 5px;
}

.block11234 .navMenu {
    display: none;
}

.block11234 .arrow {
    display: none;
}

.block11234 .nav02Arrow {
    display: none;
}

.block11234 .nav03Arrow {
    display: none;
}

.block11234 .closeBox>i {
    color: #2D2D2D;
    font-size: 18px;
}

/* 
.block11234 .buttonActive {
    color: #F5A623;
} */

.block11234 .searchInput:focus {
    outline: 0;
}

.block11234 .searchButton:focus {
    outline: 0;
}

.block11234 .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("../styleRelated/KMsDID.png");
    background-repeat: no-repeat
}

.sprites-0 {
    background-position: -252px -116px
}

.sprites-1 {
    background-position: -294px 0
}

.sprites-2 {
    background-position: -42px -261px
}

.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
}
 .sprites-54 {
    background-position: -290px -245px;
}

/* 大屏二级导航css */

.block11234 .nav02 {
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
}

.block11234 .navBoxA {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.block11234 .navTileA {
    white-space: nowrap;
}

.block11234 .navTileA>a {
    display: none;
}

.block11234 .subWraA {
    position: absolute;
    top: 154px;
    left: 0;
    transform: scale3d(1, 0, 1);
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 500;
    transition: transform 200ms linear;
    transform-origin: top;
}

.block11234 .subActive {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.block11234 .nav03subActive {
    visibility: visible !important;
    opacity: 1 !important;
}

.block11234 .ulSubA {
    padding: 20px 40px;
    max-width: 1120px;
    margin: auto;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.block11234 .liSubA {
    max-width: 16.666667%;
    width: 100%;
    padding: 10px 0;
    transition: .25s;
}

.block11234 .liSubA .text02 a {
    transition: all .25s ease 0s;
}

.block11234 .arrow03 i {
    font-size: 14px;
}

/* .block11234 .nav03-ulSubA {
    padding: 20px 0 30px 0;
} */

.block11234 .nav03-liSubA {
    padding: 10px 0;
    position: relative;
    color: #000;
    transition: .25s;
}

.block11234 .arrow03 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6px;
    color: #c10000;
    display: none;
}

.block11234 .circle {
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: .25s;
}

.block11234 .nav03-liSubA a {
    padding-left: 15px;
    color: inherit;
    transition: all .25s ease 0s;
    font-size: 16px;
}


.block11234 .imgBoxA {
    display: none;

}

.block11234 .imgBoxA>img {
    width: 100%;
    height: 100%;

}

.block11234 .textBoxA {
    max-width: calc(100% - 10px);
    position: relative;
    display: inline-block;
}

.block11234 .text02 {
    overflow: hidden;
}

.block11234 .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;
}

.block11234 .textBoxA .text02>a {
    /* white-space: nowrap;
    overflow: hidden; */
    font-size: 17px;
    color: inherit;
    /* text-overflow: clip; */
    text-indent: -0.5em;
    max-width: 100%;
    word-break: break-word;
    white-space: initial;
}


.block11234 .nav02 .edit-normal>a {
    display: none;
}

.block11234 .nav02 .edit-normal {
    display: none;
}

.block11234 .topText span {
    position: relative;
}

.block11234 .topText span::after {
    content: '';
    display: block;
    border-bottom: 2px solid transparent;
    width: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.block11234 .topText span:hover::after {
    border-bottom: 2px solid #fff;
    width: 100%;
}

.block11234 .top-left {
    width: calc(100% - 100px)
}


/* 各屏navCenter（导航）的宽度*/

@media screen and (min-width:1007px) and (max-width:1180px) {
    /* .block11234 .navCenter {
        width: 719px;
    } */

    .block11234 .ulSub {
        width: 1007px;
    }


    /* .block11234 .ulSubA {
        width: calc(100% - 20px);
        margin: 0 10px;
        padding-left: 0px;
    } */

    .block11234 .liSubA {
        width: 196px;
    }

    .block11234 .nav02Icon {
        left: 196px;
    }

    .block11234 .nav03-ulSubA {
        left: 206px;
        width: calc(100% - 231px);
    }
}
@media screen and (min-width:1000px){
    .block11234 .search-wrap>i{
        color: #fff !important;
    }
    .block11234 .imgStyle01{
        color: #fff !important;
    }
}
/* 手机竖屏css */
@media screen and (max-width:1000px) {
    .block11234-outContent-clearFixed {
        height: 63px;
    }

    /* .block11234 {
        height: 63px;
        position: relative !important;
    } */

    .block11234 .topBefore {
        display: none;
    }

    .block11234 .top-left {
        display: none;
    }

    .block11234 .iconLeft {
        margin-top: 0;
        height: 100%;
    }

    .block11234 .wra {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .block11234 .top-right {
        justify-content: flex-end;
        width: 100%;
    }

    .block11234 .navTile {
        color: #000;
    }

    .block11234 .nav01 {
        height: 100%;
    }

    /* 
    .block11234 .searchButton>i {
        color: #fff;
    }

    .block11234 .closeBox>i {
        color: #fff;
    } */

    .block11234 .navWrapper {
        height: 100%;
        padding-left: 0;
        align-items: center;
    }

    /* .block11234 .iconLeft {
        height: 50px;
        width: 196px;
    } */

    .block11234 .navCenter {
        display: none;
        position: absolute;
        top: 98%;
        height: unset;
        margin-top: 1px;
        width: 100%;
        background: #fff;
        z-index: 100;
        /* opacity: 0.85; */
        left: 0;
        padding: 0 !important;
    }

    .block11234 .top {
        width: calc(100% - 40px);
    }

    .block11234 .navStyle {
        width: 100%;
        margin-left: unset;
        height: 100vh;
        overflow-y: auto;
    }
    .block11234 .navStyle::-webkit-scrollbar {
        /*隐藏滚轮*/
        display: none;
        }
    .block11234 .navBox {
        width: 100%;
        display: block;
        margin-right: 0;
        padding-bottom: 80px;
    }

    .block11234 .navTile {
        width: calc(100% - 30px);
        margin-left: 15px;
        min-height: 45px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: solid 1px rgb(0, 0, 0, 0.1);
        position: relative;
        padding: 0 !important;
    }

    .block11234 .navTile>a {
        font-size: 16px;
        padding: 0;
        display: flex;
        height: 45px;
        width: 100%;
        align-items: center;
        font-weight: unset;
        color: #000;
        border-right: none;
    }

    /*  手机竖屏搜索框css*/
    .block11234 .searchRight {
        padding: 0;
    }

    .block11234 .search-wrap>i {
        font-size: 16px;
    }

    .block11234 .search-input {
        display: none;
        height: 62px;
        position: absolute;
        top: 41px;
        right: -93.6px;
        margin-top: 1px;
        background: #fff;
        border-radius: unset;
        transform: none;
    }

    .block11234 .searchBox {
        border-bottom: solid 1px #dddede;
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .block11234 .searchInput {
        border-radius: unset;
        border: unset;
        padding-left: 30px;
        width: calc(100% - 30px);
        padding-top: 17px;
        padding-bottom: 8px;
    }

    .block11234 .searchButton {
        left: 16px;
        top: 27px;
    }

    .block11234 .closeBox {
        top: 29px;
        right: 17px;
    }

    /*  小屏语言栏*/
    .block11234 .language {
        margin-left: 20px;
    }

    .block11234 .imgStyle01 {
        font-size: 16px;
    }

    .block11234 .spanStyle {
        display: none;
    }

    .block11234 .langWra {
        right: -50px;
        top: 42px;
        padding: unset;
        background: #fff;
    }

    .block11234 .langBox {
        height: 45px;
        text-align: left;
        border-bottom: solid 1px #dddede;
        margin-left: 15px;
        width: calc(100% - 30px);
        margin-top: unset;
        margin-bottom: unset;

    }

    .block11234 .langBox .langImgBox .langImg {
        margin-left: 15px;
    }

    .block11234 .navStrart {
        font-size: 14px;
    }

    .block11234 .navMenu {

        margin-left: 20px;
        width: 20px;
        color: #FFFFFF;
        height: 63px;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        /* margin-top: 2px; */
    }

    .block11234 .navClose {
        display: none;
        font-size: 23px;
    }

    .block11234 .arrow {
        display: block;
        position: absolute;
        right: 0;
        z-index: 200;
        top: 10px;
        color: #000;
    }

    .block11234 .arrow .font-icon {
        font-size: 23px;
        color: inherit;
    }

    .block11234 .arrow .nav01Down {
        display: none;
    }

    .block11234 .arrow .nav01Up {
        display: none;
    }

    .block11234 .imgBox {
        display: none;
    }

    .block11234 .circleBox {
        display: none;
    }

    .block11234 .nav03-imgBox {
        display: none;
    }

    /* 手机竖屏二级菜单*/
    .block11234 .subWra {
        display: none;
        position: unset;
        width: 100%;
        margin-left: 20px;
        visibility: unset;
        opacity: unset;
        transition: unset;
        box-shadow: unset;
        background-color: unset !important;
    }

    .block11234 .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;
        transition: .25s;
        color: #000;
    }

    .block11234 .textBox {
        width: calc(100% - 20px);
        height: 51px;
        margin-top: 0;
        margin-left: 0;
        display: flex;
        align-items: center;
        max-height: unset;
    }

    .block11234 .textBox>a {
        -webkit-line-clamp: 1;
        color: inherit;
        white-space: nowrap;
        text-indent: 0;
    }

    /* 手机竖屏三级菜单*/
    .block11234 .nav03-ulSub {
        width: calc(100% - 50px);
        margin-left: 35px;
    }


    .block11234 .nav03-liSub {
        height: 48px;
        margin-top: -15px;
    }

    .block11234 .nav03-liSub:nth-of-type(1) {
        margin-top: -15px;
    }



    .block11234 .nav02Arrow {
        display: block;
        position: absolute;
        top: 15px;
        left: 0;
    }

    .block11234 .nav03Arrow {
        display: block;
        margin-right: 10px;
    }

    .block11234 .arrowBottom {
        display: none;
    }
}