.pc-box {
    display: block !important;
}

.phone-box {
    display: none !important;
}

.pc-box-flex {
    display: flex !important;
}

.phone-box-flex {
    display: none !important;
}





.mobhead-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999991;
    left: 0px;
    top: 0px;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobhead-nav-modal {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 1;
}

.mobhead-nav-navmob {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navmob-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
}


.mobhead-icon-search {
    margin: 0px 10px 0 0;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.mobhead-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.mobhead-nav-navhead-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-l>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-nav-navhead-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-r>.label-close {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: normal;
    color: #1f4c98;
    cursor: pointer;
}

.mobhead-nav-navmob-b {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobhead-nav-navtree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.mobhead-nav-navtree {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

.mobhead-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #121212;
}

.mobhead-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #121212;
    cursor: pointer;
}
.mobhead-nav-navtree>.arr-icon.on {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #121212;
    cursor: pointer;
    transform: rotate(90deg);
}

.mobhead-nav-navtree-childs {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
}

.mobhead-nav-navtree-childs-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px auto;
    padding: 0px 20px;
}

.mobhead-nav-navtree-childs-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: normal;
    color: #333;
}

.mobhead-searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #eee;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 70px;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.mobhead-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.mobhead-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-l>.search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.mobhead-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-r>.button-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #1f4c98;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.mobhead-nav-modalbg.on {
    transform: translateX(0%);
    width: 100%;
}

.mobhead-nav-modal.on {
    transform: translateX(0%);
    width: 70%;
}

/*--------自适应--------*/



@media screen and (max-width: 1400px) {

    .mainnav-item>.label-text {
        padding: 0px 0px;
        width: auto;
        height: 24px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #121212;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
}



@media screen and (max-width: 1300px) {

    .mainnav-item>.label-text {
        padding: 0px 0px;
        width: auto;
        height: 22px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 14px;
        color: #121212;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .top-tel {
        box-sizing: border-box;
        margin: 0 20px 0 10px;
        padding: 0 0 0 0;
        height: auto;
        text-align: left;
        color: #FFFFFF;
        font-family: 16px;
        font-weight: 500;
    }

    .top-wx {
        box-sizing: border-box;
        margin: 0 20px 0 10px;
        padding: 0 0 0 0;
        height: auto;
        color: #FFFFFF;
        height: 20px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .headtop-r>.link-lang {
        margin: 0px 0px;
        padding: 0px 0px;
        height: 20px;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .headtop-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 35%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .header-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 230px;
        height: 150px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        background: #fff;
    }
}









@media screen and (max-width: 980px) {
    .pc-box {
        display: none !important;
    }

    .phone-box {
        display: block !important;
    }

    .pc-box-flex {
        display: none !important;
    }

    .phone-box-flex {
        display: flex !important;
    }
}


@media screen and (max-width: 980px) {


    header {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: 70px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: sticky;
        z-index: 99999;
        left: 0px;
        top: 0px;
        background-color: #fff;
    }

    .header {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .headermain-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        height: 100%;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        background-color: #1F4C9B;
    }


    .headtop-l {
        height: 70px;
        overflow: hidden;
        position: relative;
    }

    .headermain-b {
        display: none;
    }

    .header-l>a>.img1 {
        width: auto;
        height: 50px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .header-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 30%;
        height: 70px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        background: #fff;
    }

    .header-bg {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 50%;
        height: 70px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #1F4C9B;
        position: absolute;
        z-index: 12;
        right: 0px;
        top: 0px;
    }

    .headtop-l>.xshape {
        position: absolute;
        z-index: 1;
        height: 72px;
        left: 0px;
    }

    .headtop-r label.fa-list {
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        margin-right: 10px;
    }

    .searchbox {
        position: relative;
        box-sizing: border-box;
        margin: 0 20px 0 0;
        padding: 0 0 0 0;
        width: auto;
        height: 30px;
        overflow: hidden;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        transition: all .3s linear 100ms;
        -webkit-transition: all .3s linear 100ms;
    }

    .homeai {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }


    .homeai-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #FFFFFF;
        line-height: 64px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .homeai-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 40px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }


    .homeabout-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #121212;
        line-height: 64px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .homeabout {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 80px 10px;
    }



    .searchbox {
        display: none;
    }


    .homecom {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .comlist-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        background: url(../images/cmobg.png) no-repeat center center;
        background-size: cover;
        border-radius: 3px;
    }

    .comlisthead {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 10px;
    }


    .comlist-item>.img1 {
        width: 90%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .comlisthead-l>.img {
        width: 48px;
        height: 48px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 100%;
        object-fit: cover;
    }

    .comlisthead-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 10px 0 0;
        padding: 0px 0px;
    }

    .comlisthead-info {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .comlisthead-info-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: auto;
        height: auto;
        margin: 0px 10px 0 0;
        padding: 0px 0px;
    }

    .comlisthead-info-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        flex: 1;
    }

    .comlisthead-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 0px 10px;
        padding: 0px 0px;
    }

    .comlisthead-info-b>.label-date {
        padding: 0px 0px;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 24px;
        color: rgba(255, 255, 255, 0.8);
        line-height: auto;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .homecon {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .homeconcnt-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .homeconcnt-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px 0 0;
        padding: 0px 0px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .onebox-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
    }

    .onebox-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 60px 0px 0 0;
        padding: 0px 0px;
        position: relative;
    }


    .footer-top {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .footer-top-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 20px 0;
        padding: 0px 0px;
        order: 2;
    }

    .footer-top-m {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 20px 0;
        padding: 0px 0px;
        order: 1;
    }

    .footer-top-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 0px 0;
        padding: 0px 0px;
        order: 3;
    }

    .footer-top-r>.link-foot2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        height: 24px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .footer-top-l>.link-foot1 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        width: auto;
        height: 24px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .problock {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .goodslist-c {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }


    .footer-top-m>a>.img1 {
        width: auto;
        height: 53px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }


    .headtop-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 50%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .footer {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .footer-b>.label1 {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 21px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .subban-ads {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        position: absolute;
        z-index: 100;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .culutre {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .culutre-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 40px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .subban-ads-l>.label1 {
        padding: 0px 0px;
        text-align: left;
        height: auto;
        font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
        font-weight: 700;
        font-size: 36px;
        color: #FFFFFF;
        line-height: 50px;
        text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .subban-ads-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .subban-ads-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 0%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .subban-ads-l>.label2 {
        margin: 10px 0px;
        padding: 0px 0px;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 32px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .abotucom-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 30px 0px 30px 0;
        background: url(../images/aboutbg.png) no-repeat center center;
        background-size: cover;
    }


    .abotucom {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .aboucomhead-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .abotucom-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .aboucomhead-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        margin: 60px 0px 0 0;
        padding: 0px 0px;
    }

    .abotucom-r {
        flex: 1;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 40px 0px 40px 10px;
    }

    .aboucomhead-b>.link-about {
        width: 100px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 10px 10px;
        height: 28px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 20px;
        color: #121212;
        line-height: 28px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .brief-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 40px 0px 0 0;
        padding: 0px 0px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .comlay-m {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .comlayitem-b>ul li {
        margin: 0 0 20px 0;
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 20px;
        color: #121212;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .comlayitem-b {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 20px;
        text-align: left;
        font-size: 14px;
        line-height: 1.6;
        color: #000;
    }

    .comlist-box {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        max-width: 100%;
        padding: 30px 10px;
    }


    .tabhonor-nav-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px;
        padding: 0px 0px;
    }

    .tabhonor-nav-item {
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 46%;
        height: auto;
        min-height: 36px;
        margin: 10px 15px;
        padding: 10px 20px;
        cursor: pointer;
        background-color: #fff;
        border-radius: 30px;
    }

    .tabhonor-nav-item-on {
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 46%;
        height: auto;
        min-height: 36px;
        margin: 10px 15px;
        padding: 10px 20px;
        cursor: pointer;
        background: #1F4C9B;
        border-radius: 30px;
    }

    .tabhonor-tab {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .swhonor-c .swiper-item>.img1 {
        width: 100%;
        height: 500px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: contain;
    }

    .historybox {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .brief-top-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .brief-top-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .boss {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        overflow: hidden;
    }

    .bossinfo-t {
        box-sizing: border-box;
        min-height: 30px;
        margin: 20px 0px;
        padding: 10px 30px;
        width: 60%;
        height: auto;
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        border-radius: 12px 12px 12px 12px;
    }

    .bossabout-t>.label-head {
        padding: 0px 0px;
        text-align: left;
        height: 54px;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #FFFFFF;
        line-height: 44px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .bossabout-t>.label-desc {
        margin: 0px 0px 0px 10px;
        padding: 0px 0px;
        height: 37px;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .bossinfo-pic {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: 30%;
        height: 100%;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        top: 0px;
        right: 0px;
    }

    .bossabout-b ul>li {
        margin: 10px 0 0px 0;
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 28px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .expert {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .expertlist-c {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px 30px 0;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .invest {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .investbox-c {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }


    .historyboxsw-prev {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 5px;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 47px;
    }


    .historyboxsw-next {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 5px;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 47px;
    }


    .mobhead-icon-search {
        margin: 0px 20px 0 0;
        padding: 0px 0px;
        font-size: 26px;
        font-weight: normal;
        color: #fff;
        cursor: pointer;
    }

    .headtop-r label.fa-list {
        color: #fff;
        cursor: pointer;
        font-size: 26px;
        margin-right: 10px;
    }

    .onesite {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .career {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }


    .careeraditem {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 32%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 10px;
    }

    .careeraditem-l>.img {
        width: 50px;
        height: 50px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 100%;
        object-fit: cover;
    }

    .careeraditem-info-t>.label-title {
        padding: 0px 0px;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .careerad {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 10px;
    }

    .yuannei {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .yuanneibox-c {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px 20px 0;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }


    .swhosp-c .swiper-item>.img1 {
        width: 100%;
        height: 260px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .hospital {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }



    .swhomefunc-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 90px auto;
        padding: 0 0px;
        position: relative;
        max-width: 100%;
    }

    .swhomefunc-c .swiper {
        box-sizing: border-box;
        width: 80%;
        max-width: 100%;
        height: auto;
        min-height: 0rem;
        margin: 0rem auto;
        padding: 0rem 0rem 0 0;
        overflow: hidden;
        position: relative;
        left: 0px;
    }

    .swhomefunc-c .swhomefunc-swiperitem-t>a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .swhomefunc-c .swhomefunc-prev {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        min-height: 0.30rem;
        margin: 0rem 0.0rem;
        padding: 0rem 0rem;
        position: absolute;
        z-index: 999;
        left: 10px;
        top: calc(40% + 70px);
        transform: translateX(0%) translateY(-50%);
    }


    .swhomefunc-c .swhomefunc-next {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        min-height: 0.30rem;
        margin: 0rem 0.0rem;
        padding: 0rem 0rem;
        position: absolute;
        z-index: 999;
        top: 40%;
        left: 10px;
        transform: translateX(0%) translateY(-50%);
        background-color: #fff;
        border-radius: 5px;
    }

    .careercnt-t>.label-head {
        padding: 0px 0px;
        font-family: MiSans, MiSans;
        font-weight: 600;
        font-size: 26px;
        color: #FFFFFF;
        line-height: 38px;
        letter-spacing: 1px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .careercnt-b ul li {
        margin: 5px 0;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 26px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }


    .productdil-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .productdil-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .aboucomhead-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #121212;
        line-height: 44px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }


    .joinus {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }


    .joinbox-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
        z-index: 1;
    }

    .joinbox-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        position: relative;
    }

    .joinitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 30px 30px;
        border-radius: 10px;
        background: #fff;
        position: static;
        z-index: 10;
        left: 0px;
    }


    .artdetail-prenext-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .artdetail-prenext-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }









}


@media screen and (max-width: 750px) {
    .homeban-c .swiper-item>.img1 {
        width: 100%;
        height: auto;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
        aspect-ratio: 207/100;
    }

    .header-bg {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 39%;
        height: 70px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #1F4C9B;
        position: absolute;
        z-index: 12;
        right: 0px;
        top: 0px;
    }

    .header-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 50%;
        height: 70px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        background: #fff;
    }

    .header-l>a>.img1 {
        width: auto;
        height: 40px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .homeabout {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 30px 10px;
    }

    .articlebox-item-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        overflow: hidden;
    }

    .articlebox-item-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px;
    }


    .positionx {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }


    .positionx>.label-item {
        margin: 0px 5px 0 0;
        padding: 0px 0px;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        color: #666;
        word-break: break-all;
    }

    .proinfo-m4 {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        text-align: left;
        font-size: 14px;
        line-height: 1.6;
        color: #000;
    }


    .protab-tab {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px 10px 0;
        padding: 0px 0px;
    }


    .problock-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 0px;
        background-color: #E8EDF5;
    }


    .swhomefunc-c .swhomefunc-next {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        min-height: 0.30rem;
        margin: 0rem 0.0rem;
        padding: 0rem 0rem;
        position: absolute;
        z-index: 999;
        top: 40%;
        left: 10px;
        transform: translateX(0%) translateY(-50%);
        background-color: #fff;
        border-radius: 5px;
    }


    .swhomefunc-c .swhomefunc-prev {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        min-height: 0.30rem;
        margin: 0rem 0.0rem;
        padding: 0rem 0rem;
        position: absolute;
        z-index: 999;
        left: 10px;
        top: calc(40% + 60px);
        transform: translateX(0%) translateY(-50%);
    }

    
    .swhomefunc-c .swhomefunc-swiperitem-t>a>img {
        width: 100%;
        height: auto;
        margin: 0rem auto;
        padding: 0rem 0rem;
        object-fit: cover;
    }

    .swhomefunc-c .swhomefunc-prev>.label-arrow {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 20px;
        font-weight: normal;
        color: #1f4c98;
        overflow: hidden;
        cursor: pointer;
        border: solid 1px #ddd;
        border-radius: 5px;
        background-color: #fff;
    }

    .swhomefunc-c .swhomefunc-next>.label-arrow {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 20px;
        font-weight: normal;
        color: #1f4c98;
        overflow: hidden;
        cursor: pointer;
        border-radius: 100%;
    }


    .careerad-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 40px 0px;
        background: url(../images/ad2-mobile.png) no-repeat center center;
        background-size: cover;
    }


    .aboutad-t>.label-title {
        box-sizing: border-box;
        width: 100%;
        padding: 0px 40px;
        text-align: center;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 20px;
        color: #1F4C9B;
        line-height: 32px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .aboutad-b>.label-desc {
        padding: 0px 0px;
        text-align: center;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: rgba(31, 76, 155, 0.8);
        line-height: 18px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }


    .culutre-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #FFFFFF;
        line-height: 44px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .comlay-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 10px;
        height: auto;
        background: #1F4C9B;
        border-radius: 12px 12px 12px 12px;
    }
    .historyboxsw-text-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 96%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .historyboxsw-text-l>.label-desc {
        margin: 0px 0px;
        padding: 0px 0px;
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #121212;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }


    .comlay-t>.label-head {
        width: 100%;
        padding: 0px 45px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 26px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }


    .comlayitem-b>ul li {
        margin: 0 0 20px 0;
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #121212;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .invest-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #121212;
        line-height: 44px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .honorbox-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #121212;
        line-height: 54px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .tabhonor-nav-item-on {
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 48%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 5px 10px;
        cursor: pointer;
        background: #1F4C9B;
        border-radius: 10px;
    }

    .tabhonor-nav-item-on>.label-text {
        padding: 0px 0px;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1.3;
        text-align: center;
        font-style: normal;
        text-transform: none;
        cursor: pointer;
    }


    .tabhonor-nav-item {
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 48%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 5px 10px;
        cursor: pointer;
        background-color: #fff;
        border-radius: 10px;
    }

    .tabhonor-nav-item>.label-text {
        padding: 0px 0px;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 16px;
        color: #1F4C9B;
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        cursor: pointer;
    }

    .honorbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .expertlast-b ul li {
        margin: 10px 0;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .expertlasth-r>.label-title {
        width: 80px;
        margin-right: 10px;
        padding: 0px 0px;
        text-align: left;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 37px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .expertlasth-r>.label-desc {
        padding: 0px 0px;
        width: auto;
        height: 21px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 21px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .expertlasth-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .expertlasth-r>.label-sp {
        margin: 0px 5px;
        padding: 0px 0px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.6);
        display: none;
    }

    .expertman-l>.img {
        width: 66px;
        height: 66px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 100%;
        object-fit: cover;
    }

    .expertman-info-t>.label-title {
        padding: 0px 0px;
        height: 27px;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 20px;
        color: #121212;
        line-height: 27px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .expertman-info-desc>.label-desc {
        margin: 0px 0px;
        height: 20px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: rgba(18, 18, 18, 0.4);
        line-height: auto;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .expertman-info-b {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        margin: 0px 0px;
        padding: 0px 0px;
        overflow: hidden;
    }

    .expertrow-m ul li {
        margin: 10px 0;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #121212;
        line-height: 27px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .expert-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #121212;
        line-height: 64px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .boss-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #121212;
        line-height: 64px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .swhonor-c .swiper-item>.img1 {
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: contain;
    }

    .swhonor-c .swhonor-prev>.label-arrow {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        margin: 0px 0px;
        padding: 0px 0px;
        border: solid 1px #1F4C9B;
        border-radius: 10px;
        background: #fff;
        font-size: 22px;
        color: #1F4C9B;
        overflow: hidden;
        cursor: pointer;
    }

    .swhonor-c .swhonor-next>.label-arrow {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        margin: 0px 0px;
        padding: 0px 0px;
        border: solid 1px #1F4C9B;
        border-radius: 10px;
        background: #fff;
        font-size: 22px;
        color: #1F4C9B;
        cursor: pointer;
    }

    .bossinfo-pic {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        height: 100%;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        position: static;
        z-index: 10;
        top: 0px;
        right: 0px;
    }

    .bossinfo-t {
        box-sizing: border-box;
        min-height: 30px;
        margin: 20px 0px;
        padding: 10px 30px;
        width: 100%;
        height: auto;
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        border-radius: 12px 12px 12px 12px;
    }

    .bossinfo-t {
        box-sizing: border-box;
        min-height: 30px;
        margin: 20px 0px;
        padding: 10px 20px 0 30px;
        width: 100%;
        height: auto;
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        border-radius: 12px 12px 12px 12px;
    }

    .bossinfo-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px 0 0;
        padding: 30px 20px;
        background: url(../images/bosssbg.png) no-repeat center center;
        background-size: cover;
    }

    .bossinfo-t ul>li {
        margin: 0 0;
        width: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #121212;
        line-height: 40px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .bossabout {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .bossabout-b ul>li {
        margin: 10px 0 0px 0;
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 28px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .bossabout-t>.label-head {
        padding: 0px 0px;
        text-align: left;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 28px;
        color: #FFFFFF;
        line-height: 44px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .birefunit-t>.label-text {
        padding: 0px 0px;
        text-align: left;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 28px;
        color: #1F4C9B;
        line-height: 44px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .birefunit-b>.label-desc {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: rgba(18, 18, 18, 0.8);
        line-height: 24px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .brief-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px 0 0;
        padding: 0px 0px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .aboucomhead-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        margin: 30px 0px 0 0;
        padding: 0px 10px;
    }
    .aboucomhead-b>.link-about {
        width: 45%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0px;
        height: 28px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 20px;
        color: #121212;
        line-height: 28px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }


    .brief-top-l>.label-head {
        margin: 0px 0 10px 0;
        padding: 0px 0px;
        text-align: left;
        min-height: 34px;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 24px;
        color: #121212;
        line-height: 34px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }


    .brief-head {
        box-sizing: border-box;
        margin: 30px auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .hxad {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 0 0px;
        padding: 0 10px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        max-width: 100%;
    }


    .hxaditem-t>.label-title {
        padding: 0px 0px;
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 20px;
        color: #1F4C9B;
        line-height: 27px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .hxaditem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 10px 0;
        padding: 0px 0px;
    }

    .historyboxsw-cir {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        margin: 0px 0px 0 0;
        padding: 0px 0px 0 35px;
        position: relative;
        z-index: 100;
    }


    .hxaditem-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .hxaditem-b>.label1 {
        padding: 0px 0px;
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: rgba(31, 76, 155, 0.8);
        line-height: 22px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .historyboxsw-next>.label-arrow {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 100%;
        background: #fff;
        font-size: 16px;
        color: #1f4c98;
        cursor: pointer;
    }
    .historyboxsw-prev>.label-arrow {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 100%;
        background: #fff;
        font-size: 16px;
        color: #1f4c98;
        overflow: hidden;
        cursor: pointer;
    }

    .historyboxsw-prev {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        left: 0px;
        top: 60px;
    }
    .historyboxsw-next {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        right: 0px;
        top: 60px;
    }

    .develop-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #121212;
        line-height: 44px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .historyboxsw-text-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .abotucom-r {
        flex: 1;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 40px 0px 40px 0px;
    }


    .culutre-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 50px 0px;
        background: url(../images/culturebg.png) no-repeat center center;
        background-size: cover;
        overflow: hidden;
    }

    .culutreitem-b>.p1 {
        margin: 0px 0px;
        padding: 0px 0px;
        text-align: left;
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .culutreitembox {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 20px 20px 10px 20px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

    .homecom-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 0px;
        background: url(../images/homelay.png) no-repeat center center;
        background-size: cover;
        background-color: #fff;
    }

    .develop-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 40px 0px;
        background-color: #F5F8FC;
    }

    .bossinfo-t>ul{
        margin: 0 0;
        padding: 0 0px;
    }

    .bossabout-b>ul{
        margin: 0 0;
        padding: 0 20px;
    }

    .bossinfo-t ul>li {
        margin: 0 0;
        width: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #121212;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }


    .haccp-desc {
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 18px;
        color: #121212;
        line-height: 26px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        box-sizing: border-box;
        padding: 0 20px;
    }
    
    #sw3 .swiper-slide {
        width: 100%;
    }
    #sw3 .swiper-item {
        padding: 0 0px;
        box-sizing: border-box;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    
    
    
    #sw3 .swiper-item img {
        aspect-ratio: 335/474;
    }
    
    
    #sw3 .swiper-slide.w50{
        width: 100%!important;
        aspect-ratio: 337/474;
    }






}



@media screen and (max-width: 550px) {
    
    .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
        position: relative;
        top: 2px;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        display: none!important;
    }

    .gt_float_switcher .gt-selected {
        position: relative;
        z-index: 888;
        cursor: pointer;
        text-transform: uppercase;
        overflow: hidden;
        text-align: left !important;
        width: auto;
        height: 36px;
        padding: 0px 15px;
        border: none!important;
        overflow: hidden;
        border-radius: 7px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: transparent !important;
    }
}


























@media screen and (max-width: 500px) {

    .onesite-desc>.label-desc {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: 30px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: rgba(18, 18, 18, 0.6);
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }
    .homeabout-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 28px;
        color: #121212;
        line-height: 34px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }


    .onebox-title1 {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 40px;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        background: url(../images/onsite.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        z-index: 10;
        top: -20px;
        right: 20px;
    }

    .oneboxrow-b ul li {
        margin: 4px 0;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 14px;
        color: #121212;
        line-height: 18px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        list-style: none;
    }

    .oneboxrow-b ul li>img {
        height: 14px;
        width: auto;
    }

    .onebox-title1>.label-head {
        padding: 0px 0px;
        text-align: left;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }


    .oneboxrow-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 30px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px 0px 20px;
        background: url(../images/onetbg.png) no-repeat center center;
        background-size: cover;
    }

    .oneboxrow-t>.label1 {
        padding: 0px 0px;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 16px;
        color: #121212;
        line-height: 27px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .onebox-cnt {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 76%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }


    .onecenter {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        width: 200px;
        height: 160px;
        background: url(../images/homesobg.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .onecenter-t {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: auto;
        height: 40px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-family: MiSans, MiSans;
        font-weight: 600;
        font-size: 30px;
        color: #1F4C9B;
        line-height: 36px;
        letter-spacing: 1px;
        text-align: center;
        font-style: italic;
        text-transform: none;
        background: url(../images/onelinebg.png) no-repeat center 50px;
        background-size: cover;
        position: relative;
    }

    .onecenter-m {
        box-sizing: border-box;
        margin: 0 0 0 -10px;
        padding: 0 0 0 0px;
        width: auto;
        height: 40px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-family: MiSans, MiSans;
        font-weight: normal;
        font-size: 26px;
        color: #1F4C9B;
        line-height: 30px;
        letter-spacing: 1px;
        text-align: center;
        font-style: italic;
        text-transform: none;
    }

    .onecenter-b {
        box-sizing: border-box;
        margin: 0 0 0 -40px;
        padding: 0 0 0 0;
        width: auto;
        height: 40px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-family: MiSans, MiSans;
        font-weight: normal;
        font-size: 26px;
        color: #1F4C9B;
        line-height: 30px;
        letter-spacing: 1px;
        text-align: center;
        font-style: italic;
        text-transform: none;
    }

    .onebox-title2 {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 40px;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        background: url(../images/onsite.png) no-repeat center center;
        background-size: cover;
        position: absolute;
        z-index: 10;
        left: 20px;
        bottom: -20px;
    }

    .onebox-title2>.label-head {
        padding: 0px 0px;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }


    .onebox-cnt.r2 {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 76%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        position: absolute;
        z-index: 10;
        left: 55%;
        top: 54%;
        transform: translateX(-50%) translateY(-50%);
    }

    .homeabout-m>.label-desc {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        min-height: 30px;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: rgba(18, 18, 18, 0.6);
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .homeabout-m {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 10px 0;
        padding: 0px 0px;
    }

    .onebox {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 60px 0px;
        padding: 0px 0px;
        position: relative;
    }
    .homeai-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 28px;
        color: #FFFFFF;
        line-height: 34px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .homeaiitem-b>.p1 {
        margin: 0px 0px;
        padding: 0px 0px;
        text-align: left;
        width: 100%;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .comlist-item>.img1 {
        width: 98%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .comlisthead-l>.img {
        width: 28px;
        height: 28px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 100%;
        object-fit: cover;
    }

    .comlisthead-info-title>.label-title {
        margin: 0px 0px;
        padding: 0px 0px;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        line-height: auto;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .comlisthead-info-b>.label-date {
        padding: 0px 0px;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: auto;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .comlisthead {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .homecom-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 30px 0px;
        background: url(../images/homelay.png) no-repeat center center;
        background-size: cover;
        background-color: #fff;
    }

    .homeai-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 40px 0px 0 0;
        background: url(../images/homeaibg.png) no-repeat center center;
        background-size: cover;
    }

    .homecon-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #FFFFFF;
        line-height: 43px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .homecon-m2>.label-desc {
        padding: 0px 0px;
        text-align: center;
        height: 30px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .conitem-l>.img {
        width: auto;
        height: 52px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .conitem-info-t>.label-title {
        padding: 0px 0px;
        height: 32px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .conitem-info-desc>.label-desc {
        margin: 0px 0px;
        padding: 0px 0px;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .homeaiitem-t>.label-title {
        padding: 0px 0px;
        text-align: left;
        width: auto;
        height: 37px;
        font-family: MiSans, MiSans;
        font-weight: 600;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 37px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .conqrcode-l>.img {
        width: auto;
        height: 78px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
        border-radius: 5px;
    }

    .conqrcode-info-t>.label-title {
        padding: 0px 0px;
        height: 27px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .conqrcode-info-desc>.label-desc {
        margin: 0px 0px;
        padding: 0px 0px;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 1.6;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .w48 {
        width: 100% !important;
    }



    .onesite-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 26px;
        color: #121212;
        line-height: 44px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }


    .factory-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 26px;
        color: #FFFFFF;
        line-height: 34px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .factory-b>label {
        font-weight: normal;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .factory-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
    }

    .swhomefunc-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 30px auto;
        padding: 0 0px;
        position: relative;
        max-width: 100%;
    }

    .swhomefunc-c .swhomefunc-swiperitem-title>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 18px;
        color: #121212;
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .swhomefunc-c .swhomefunc-swiperitem-title>.label-title2 {
        margin: 0px 0;
        padding: 5px 10px;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #1F4C9B;
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        background-color: #F5F7FA;
    }

    .career-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 26px;
        color: #121212;
        line-height: 34px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .career-b>label {
        font-weight: normal;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 18px;
        color: rgba(18, 18, 18, 0.6);
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .careerbox {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px 0 0;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }


    .subban-ads-l>.label1 {
        padding: 0px 0px;
        text-align: left;
        height: auto;
        font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
        font-weight: 700;
        font-size: 26px;
        color: #FFFFFF;
        line-height: 50px;
        text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .subban-ads-l>.label2 {
        margin: 10px 0px;
        padding: 0px 0px;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .subban-ads-l>.label2 img {
        height: 16px;
    }

    .subban-box>.img1 {
        width: 100%;
        height: auto;
        min-height: 200px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
        z-index: 1;
        object-fit: cover;
    }

    .careerbox-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px 0 0;
        padding: 0px 0px;
        position: relative;
    }

    .careercnt-t>.label-head {
        padding: 0px 0px;
        font-family: MiSans, MiSans;
        font-weight: 600;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 38px;
        letter-spacing: 1px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .careercnt-b ul li {
        margin: 5px 0;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .yuannei-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 26px;
        color: #121212;
        line-height: 33px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .yuanneibox-c {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px 20px 0;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .hospital-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 26px;
        color: #121212;
        line-height: 33px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .swhosp-c .swhosp-text-l>.label-title {
        box-sizing: border-box;
        padding: 0px 0px;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 22px;
        color: #121212;
        line-height: 32px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .swhosp-c .swhosp-text-l>.label-desc {
        box-sizing: border-box;
        margin: 10px 0px;
        padding: 5px 10px;
        border-radius: 5px;
        background: #E8EDF5;
        width: auto;
        height: auto;
        font-family: MiSans, MiSans;
        font-weight: 400;
        font-size: 18px;
        color: #1F4C9B;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .yuanitem-m>.label-head {
        padding: 0px 0px;
        text-align: left;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 22px;
        color: #121212;
        line-height: 37px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .careeraditem {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 10px;
    }


    .homecom-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        width: auto;
        height: 64px;
        font-family: MiSans, MiSans;
        font-weight: 500;
        font-size: 38px;
        color: #121212;
        line-height: 64px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }


    .joinus-t>.label-title {
        font-size: 38px;
    }

    .joinitem-row-r {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }


    .comlayitem-b>ul {
        margin: 0 0;
        padding: 0 10px;
    }

    .bossinfo-pic {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        height: 100%;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 10px;
        position: static;
        z-index: 10;
        top: 0px;
        right: 0px;
    }

    .bossinfo-pic>.img1 {
        width: 100%;
        height: 100%;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: contain;
    }

    .boss-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 50px 0px 0 0;
        background-color: #F6F8FE;
    }

}