header {
    width: 100%;
    background-color: #fff;
    height: 1.1rem;
}

.h-a {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 1.1rem;
    box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.h-cont {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    width: 14.40rem;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.h-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
}

.h-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    /* margin-right: .63rem; */
    display: flex;
    align-items: center;
    height: 100%;
}

.h-d {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
}

.h-e {
    display: block;
    line-height: 1.1rem;
    font-family: AlibabaPuHuiTi_2_75_SemiBold;
    color: #222222;
    margin: 0 .25rem;
    position: relative;
    display: flex;
    align-items: center;
    word-break: keep-all;
    /* 不换行 */

    white-space: nowrap;
    /* 不换行 */
}



.h-d.active .h-e {
    color: #dd2c26;
    position: relative;
    /* font-weight: bold; */
}

.h-opa {
    left: -100vw;
    opacity: 0;
    transition: opacity .3s;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 122;
}

.h-sub {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    top: 1.1rem;
    z-index: 1000;
    padding: 0.05rem 0;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 10%);
    border-radius: 0 0 5px 5px;
}

.h-sub>li>a {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 1.6;
    padding: 0rem 0.2rem;
    color: #222;
    transition: background-color .3s;
    text-align: center;
    font-family: AlibabaPuHuiTi_2_75_SemiBold;
    margin: .05rem 0;
    border-bottom: 1px solid transparent;
}

.h-sub li {
    text-align: center;
    padding: .1rem 0;
}

header.show-search .h-opa {
    left: 0;
    opacity: 1;
}

header.show-lang .h-opa {
    left: 0;
    opacity: 1;
}

.lo_wrap {
    display: flex;
    align-items: center;
    margin-left: .2rem;
}

.lo_wrap .s24 {
    font-family: 'SourceHanSansCN-Medium';
    color: #333333;
}

.lo_img {
    cursor: pointer;
    position: relative;
}

.lo_img img {
    width: 19px;
    height: 19px;
}







@media(max-width: 1200px) {
    /* .h-e {
        font-size: 13.2px;
    } */
}

@media(max-width: 1920px) {
    .h-sub {
        width: auto;
        padding: 5px 0;
    }

    .h-s {
        width: 44px;
        height: 44px;
        background-size: 16px 17px;
    }

    .h-one {
        line-height: 35px;
        color: #333;
    }

    .h-m {
        width: 180px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .h-n {
        width: 30px;
        height: 30px;
        background-size: 16px 17px;
    }
}

@media(min-width: 1201px) {
    .h-sub>li>a:hover {
        color: #dd2c26;
    }
}

.h-menu {
    display: none;
}

.ph_wra {
    display: flex;
    align-items: center;
    margin-right: .65rem;
}

.ph_wra img {
    width: 1.64rem;
    /* height: .63rem; */

}

.h_last {
    display: flex;
    align-items: center;
    margin-left: .5rem;
}
@media(min-width: 1101px){
    .h-d:hover .h-e {
        color: #dd2c26;
    }
}

@media(max-width: 1100px) {

    .has-nav .h-e::after {
        content: none;
    }

    .ph_wra {
        order: 1;
    }

    .h_last {
        order: 2;
        margin-left: auto;
    }

    .h-right {
        order: 3;
        margin-left: 0;
    }

    .h-d.active .h-e::after {
        content: none;
    }

    header {
        height: 44px;
    }

    .h-a {
        height: 44px;
    }

    .h-e {
        display: inline-block;
        line-height: 44px;
        padding-right: 10px;
    }

    .h-cont {
        width: 90%;
        margin: 0 auto;
        /* padding-left: 10px; */
    }

    .h-s {
        position: absolute;
        right: 44px;
        top: 0;
    }

    .h-menu {
        width: 25px;
        height: 53%;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        /* background-color: #f8fbff; */
    }

    .h-menu span {
        display: block;
        width: 100%;
        height: 4px;
        background-color: #dd2c26;
        border-radius: 3px;
    }

    .h-nav {
        width: 280px;
        height: 100vh;
        overflow: auto;
        padding-right: 0;
        margin-right: 0;
        position: fixed;
        right: -280px;
        top: 0;
        background-color: #fff;
        z-index: 123;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all .3s;
        display: inline-block;
    }



    header.show-menu .h-opa {
        left: 0;
        opacity: 1;
    }

    header.show-menu .h-nav {
        right: 0;
    }

    .h-d {
        display: block;
        width: 100%;
        margin-left: 0;
        height: auto;
    }

    .h-e {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666;
        margin: 0;
        /* text-align: center; */
        word-break: keep-all;
        /* 不换行 */

        white-space: nowrap;
        /* 不换行 */

    }

    .h-sub {
        width: 100%;
        margin-left: 0;
        left: 0;
        top: 0;
        position: relative;
        left: 0;
        z-index: 10;
        transform: translateX(0);
    }

    .h-sub>li>a {
        padding-left: 40px;
        text-align: left;
    }

    .h-sub li {
        text-align: left;
    }



    .h-d.has-nav:after {
        content: "+";
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #666;
    }

    .h-d.has-nav.show:after {
        content: "-";
    }

    .h-d.has-nav.active:after {
/*        color: #fff;*/
    }
}


.lo_num {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    /* margin-right: .25rem; */
}

.lo_dang {
    width: 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(../images/search-bg.png); */
}

.lo_num .s16 {
    color: #333333;
}

.lo_num img {
    width: 18px;
    height: 18px;
}

.FormBox {
    z-index: 2;
    position: absolute;
    right: 0;
    top: .8rem;
    background: #fff;
    width: 40%;
    min-width: 300px;
    padding: 10px 0;
    display: none;
    box-shadow: 2px 1px 21px 0px rgb(96 96 96 / 60%);
}

.FormBox .form {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 40px;
}

.FormBox .exit {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/exit.png) no-repeat center / 16px auto;
    cursor: pointer;
}

.FormBox .Key {
    display: block;
    line-height: 42px;
    height: 42px;
    width: 100%;
    padding: 0 15px;
    color: #222;
}

.FormBox .form .submit {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/search_logo.png) no-repeat center;
}

.SearchShow .FormBox {
    display: block;
}

.langvg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: .25rem;
    border-right: 1px solid #eee;
}

.langvg .s18 {
    display: flex;
    align-items: center;
}

.cl_h {
    background-color: #fff;
    position: absolute;
    width: 50px;
    left: 50%;
    top: 100%;
    z-index: 5;
    transform: scaleY(0) translateX(-50%);
    transform-origin: center top;
    transition: all .3s;
}

.cl_h a {
    display: block;
    text-align: center;
    padding: 10px 3px;
    color: #000;
    border-bottom: 1px solid #eee;
}

.langvg .s18 p {
    font-family: D-DIN-Bold;
    margin-left: .1rem;
    color: #222222;
}

.langvg:hover .cl_h {
    transform-origin: center top;
    transition: all .3s;
    transform: scaleY(1) translateX(-50%);
}



.a-main {position: relative;}
.a-item{position: relative;}
.a-link{display: block;}
.a-img{width: 100%;}
.a-img img{width: 100%;}
.a-text{width: 100%;text-align: center;position: absolute;left: 0;top: 50%;transform: translate(0,-100%);z-index: 123;}
.a-zh{font-size: 3.125vw;color: #fff;line-height: 1.2;margin-bottom: .24rem;letter-spacing: .2em;opacity:0;transform:translate3d(0,73px,0);transition:opacity 1s cubic-bezier(.25,.1,.25,1),transform 1s cubic-bezier(.25,.1,.25,1);transition-delay: .2s;}
.a-en{font-size: 2.24vw;color: #fff;line-height: 1.05;font-weight: bold;letter-spacing: .1em;opacity:0;transform:translate3d(0,73px,0);transition:opacity 1s cubic-bezier(.25,.1,.25,1),transform 1s cubic-bezier(.25,.1,.25,1);transition-delay: .4s;}
.a-item.swiper-slide-active .a-zh{opacity:1;transform:translate3d(0,0,0);}
.a-item.swiper-slide-active .a-en{opacity:1;transform:translate3d(0,0,0);}
@media(max-width: 500px){
    .a-text{/* transform: translate(0,-15%); */}
    .a-zh{font-size: 16px;margin-bottom: 10px;}
    .a-en{font-size: 14px;}
}
@media(max-width: 500px){
    .a-zh{font-size: 14px;margin-bottom: 8px;}
    .a-en{font-size: 12px;}
}
.aa-next-btn {
    position: absolute;
    width: .8rem;
    height: .8rem;
    border: dotted 1px rgba(102, 102, 102, .5);
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
}

.aa-next-btn img {
    max-width: 50%;
}

.home-about-content {
    display: flex;
    justify-content: space-between;
    /* width: calc(1680 / 1920 *100%); */
    margin-left: auto;
}

.home-title {
    display: flex;
    align-items: center;
}

.home-title-p {
    display: flex;
    align-items: flex-end;
}

.home-title-p .s55 {
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #222222;
    margin: 0 .05rem;
}


.home-about-left-content {
    width: calc(567 / 960 * 100%);
    height: 100%;
    margin-left: 2.36rem;
    padding-bottom: 2.8rem;
}

.home-about-left {
    position: relative;
    padding-top: 1.5rem;
    width: calc(960 / 1920 *100%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.home-title-p .s26 {
    font-family: AdobeHeitiStd-Regular;
    color: #666666;
}

.home-about-word {
    margin-top: .3rem;
}

.home-about-p {
    margin-top: .25rem;
}

.home-about-word .s30 {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #222222;
}

.home-about-p .s16 {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #666666;
    line-height: 1.6;
}

.home-about-right {
    position: relative;
    width: calc(960 / 1920 *100%);
}

.home-about-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home-about-right-link {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: rgba(221, 44, 38, .8);
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-about-right-link img {
    width: auto;
    height: auto;
}

.home-about-right-link .s19 {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #ffffff;
    margin-top: .1rem;
}

.home-about-left-content {
    position: relative;
}

.home-about-data-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: .8rem;
}

.hb-data-list {
    display: flex;
}

.hb-data-item {
    width: 3.2rem;
    /* height: 180px; */
    background-color: #ffffff;
    border: solid 1px #dddddd;
    padding: .35rem .25rem;
    position: relative;
    cursor: pointer;
    margin-right: .5rem;
    transition: all .3s;
}

.hb-data-item.teaser {
    transition: opacity 1s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
}

.hb-data-logo {
    position: absolute;
    right: .15rem;
    top: .15rem;
    max-width: .33rem;
}

.hb-data-item p .s50 {
    font-family: AvantGardeITCbyBT-Demi;
    color: #dd2c26;
    font-weight: bold;
    transition: all .3s;
}

.hb-data-item p {
    display: flex;
    align-items: flex-start;
}

.hb-data-item .s16 {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #222222;
    margin-top: .2rem;
    transition: all .3s;
    line-height: 1.2;
}

.hb-data-item p .s36 {
    transition: all .3s;
    font-family: AvantGardeITCbyBT-Demi;
    color: #dd2c26;
}


.hb-data-logo img.active {
    display: none;
}


.hb-data-item:hover {
    background-color: #dd2c26;
}

.hb-data-item:hover p span {
    color: #ffffff;
}

.hb-data-item:hover .s16 {
    color: #ffffff;
}

.hb-data-item:hover .hb-data-logo img {
    display: none;
}

.hb-data-item:hover .hb-data-logo img.active {
    display: block;
}

.h-wrap {
    width: 14.40rem;
    margin: 0 auto;
}

.home-solution-contianers {
    padding: .8rem 0;
}

.hs-link {
    display: flex;
}

.hs-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dd2c26;
    border-radius: 26px;
    padding: .15rem .25rem;
    cursor: pointer;
}

.hs-link a .s16 {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #ffffff;
    margin-right: .2rem;
}


.hs-link-item {
    border-radius: 30px;
    border: solid 1px rgba(0, 0, 0, .1);
    padding: .05rem;
    transition: transform .3s;
}

.hs-link-item:hover {
    transform: scale(1.1);
}

.hs-word-p {
    margin-top: .3rem;
    margin-bottom: .5rem;
}

.hs-word-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    line-height: 1.6;
    color: #666666;
}

.hs-word {
    margin-bottom: .8rem;
}

.hs-top-item {
    position: relative;
}

.hs-top-item>img {
    width: 100%;
}

.hs-pop {
    position: absolute;
    right: .8rem;
    top: .8rem;
    width: 3.72rem;
    background-color: #ffffff;
    padding: .3rem;
    box-shadow: 0px 0px 21px 0px rgba(219, 241, 252, 0.69);
}

.hs-pop-up {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hs-pop-up-left .s18 {
    font-family: AvantGardeITCbyBT-Book;
    color: #666666;
}

.hs-pop-up-left .s30 {
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #dd2c26;
    margin-top: .1rem;
}

.hs-pop-p {
    margin-top: .35rem;
}

.hs-pop-p p {
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #999999;
    line-height: 1.6;
}

.hs-p {
    margin: 0 auto;
    padding: .15rem .3rem;
    width: 80%;
    background-color: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(219, 241, 252, 0.69);
    transform: translateY(-50%);
}

.hs-swiper-wrap {
    margin-top: 15px;
}

.hs-img img {
    width: 100%;
    transition: all .8s;
}


.hs-img {
    overflow: hidden;
}

.hs-img:hover img {
    transform: scale(1.1);
}

.home-news-contianer {
    padding: .8rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-news-head {
    display: flex;
    justify-content: space-between;
}

.home-news-swiper-wrap {
    margin-top: .5rem;
}

.home-news-swiper .swiper-slide {
    height: auto;
}

.home-news-swiper .swiper-slide .home-news-slide {
    display: block;
    position: relative;
    overflow: hidden;
}

.home-news-slide {
    position: relative;
}

.home-news-swiper .swiper-slide .home-news-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.home-news-slide-pop {
    position: absolute;
    width: calc(360 / 454 *100%);
    padding: .3rem;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 0px .6rem 0px 0px;
    transition: all .3s;

}

.home-news-down img.active {
    display: none;
}

.home-news-date img.active {
    display: none;
}

.home-news-date img {
    width: 17px;
    width: auto;
}

.home-news-date {
    display: flex;
    align-items: center;
}

.home-news-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #191919;
    line-height: 1.4;
}

.home-news-p {
    margin: .25rem 0;
}

.home-news-slide-pop .s18 {
    font-family: AvantGardeITCbyBT-Book;
    color: #666666;
    margin-left: .1rem;
}

.home-news-slide:hover .home-news-date img {
    display: none;

}

.home-news-slide:hover .home-news-date img.active {
    display: block;
}


.home-news-slide:hover .home-news-down img {
    display: none;

}

.home-news-slide:hover .home-news-down img.active {
    display: block;
}

.home-news-slide:hover .home-news-slide-pop {
    background-color: #dd2c26;
}

.home-news-slide:hover p {
    color: #fff;
}

.home-news-down {
    height: 15px;
}

.home-news-swiper .swiper-slide .home-news-slide:hover>img {
    transform: scale(1.1);
}

.foot-container {
    display: flex;
}


.fc-left {
    width: calc(656 / 1920 *100%);
}

.fc-right {
    flex: 1;
}

.fcl-item {
    display: flex;
    align-items: flex-start;
    margin-top: .15rem;
}

.fcl-item-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #ffffff;
    line-height: 1.5;
}

.fc-left-content {
    width: calc(341 / 656 *100%);
    margin-left: 2.4rem;
    padding-top: .8rem;
    padding-bottom: .5rem;
}

.fcl-item-logo {
    flex-shrink: 0;
    margin-right: .1rem;
}

.fcl-list {
    margin-top: .5rem;
}

.fcl-bottom {
    margin-top: 1.5rem;
}

.fcl-bottom p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #ffffff;
    line-height: 1.4;
}

.fcl-title .s18 {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #ffffff;
}

.fcl-title {
    margin-bottom: .3rem;
}

.fcl-title::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background-color: #dd2c26;
    border-radius: 2px;
    margin-top: .15rem;
}

.fcl-nav .s16 {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #ffffff;
    opacity: 0.4;
    transition: all .3s;
}

.fcl-nav .s16:hover {
    opacity: 1;
}

.fcl-nav li {
    margin-bottom: .15rem;
}

.fc-right {
    padding-top: .8rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.fc-right-content {
    width: calc(860 / 1262 *100%);
    margin: 0 auto;
}

.fc-list {
    display: flex;
    justify-content: space-between;
}

.frb-content {
    width: calc(860 / 1262 *100%);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.frb-left a {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: rgba(255, 255, 255, .5);
    padding-right: .25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: .25rem;
}

.frb-left a:hover {
    opacity: 1;
}

.frb-left a:last-child {
    border-right: none;
}

.frb-right {
    display: flex;
    align-items: center;
}

.frb-share {
    display: block;
    margin-left: .3rem;
    position: relative;
}

.frb-share>img {
    opacity: .5;
}

.fc-right-bottom {
    padding: .3rem 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.frb-share:hover>img {
    opacity: 1;
}

.hlang-pop {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    padding-bottom: 10px;
    transform-origin: center bottom;
    transition: all .3s;
}

.header-ma-img {
    padding: 5px;
    background-color: #fff;
    width: 150px;
    position: relative;
}

.header-ma-img::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%) rotateZ(45deg);
    background-color: #fff;
}

.frb-share:hover .hlang-pop {
    transform: translateX(-50%) scaleY(1);
    transition: all .3s;
}

.about-banner {
    position: relative;
}

.about-pop {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}

.about-pop .s58 {
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #ffffff;
    margin-bottom: .1rem;
}

.about-pop .s27 {
    font-family: AvantGardeITCbyBT-Book;
    color: #ffffff;
}

@media(max-width: 1100px) {

    .fc-left-content,
    .fc-right-content,
    .frb-content {
        width: 90%;
        margin: 0 auto;
    }

    .fcl-bottom {
        margin-top: .8rem;
    }

    .fc-right {
        padding-top: 0;
    }

    .fc-right-content {
        padding-bottom: .5rem;
        padding-top: .5rem;
    }

    .h-wrap {
        width: 90%;
    }
}

@media(max-width: 800px) {
    .hs-top-item>img {
        height: 240px;
        object-fit: cover;
    }

    .hs-pop {
        width: 80%;
        right: auto;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .home-about-left {
        padding-top: 1rem;
    }

    .hb-data-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hb-data-item {
        margin-right: 0;
        margin-bottom: .3rem;
        width: 48%;
    }

    .home-about-content {
        flex-wrap: wrap;
    }

    .home-about-data-wrap {
        position: relative;
        transform: none;
        bottom: 0;
        margin-top: .3rem;
        margin-bottom: .3rem;
    }

    .home-about-left-content {
        width: 90%;
        padding-bottom: 0;
        margin: 0 auto;
    }

    .home-about-left,
    .home-about-right {
        width: 100%;
    }

    .foot-container {
        flex-wrap: wrap;
    }

    .fc-left,
    .fc-right {
        width: 100%;
    }

    .fcl-nav {
        display: none;
    }

    .fc-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fcr-item {
        width: 48%;
    }

    .frb-content {
        flex-wrap: wrap;
    }

    .frb-right {
        margin-top: .3rem;
    }
}


.crumbs-content {
    display: flex;
    justify-content: space-between;

}


.cr-nav-list {
    display: flex;
}


.cr-item {
    display: block;
    padding: .25rem 0;
    flex-shrink: 0;
    margin-left: .8rem;
    font-family: SourceHanSansCN-Regular;
    color: #666666;
}

.cr-item.active {
    color: #dd2c26;
    border-bottom: 2px solid #dd2c26;
}


.crumbs-left {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    justify-content: center;
    padding: 0 .35rem;
    border-top: none;
    border-bottom: none;
}

.crumbs-container {
    border-bottom: 1px solid #eee;
}

.about-strategy-content {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.about-strategy-left {
    width: calc(329 / 1440 *100%);
}

.about-strategy-container {
    padding: .8rem 0;
}

.about-strategy-right {
    width: calc(916 / 1440 *100%);
    padding: .6rem .8rem;
    padding-left: 1.94rem;
    background-color: #f8f8f8;
}

.asr-title p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #222222;
}

.asr-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    line-height: 1.6;
    color: #666666;
}

.asr-p {
    margin-top: .2rem;
}

.about-strategy-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-strategy-right {
    position: relative;
}

.asr-pop {
    position: absolute;
    top: 50%;
    left: 37.5%;
    width: 2.72rem;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

.asrp-p {
    display: flex;
    margin-bottom: .3rem;
}

.asrp-p span {
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    /* text-decoration: underline; */
    color: #222222;
    line-height: 1.2;
    padding-bottom: 0rem;
    border-bottom: 2px solid #222222;
}

.asrp-p:nth-child(2n) {
    margin-left: .8rem;
}

.asrp-p span.red {
    border-bottom: 2px solid #dd2f29;
    color: #dd2f29;
}

.qualifications-container {
    padding: .8rem 0;
}


.honor-img {
    margin: 0 auto;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    margin-bottom: -.03rem;
    position: relative;
    z-index: 2;
}

.honor-img img {
    max-height: 3rem;
    max-width: 3rem;
    height: auto;
    width: auto;
}

.qualifications-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #000000;
    text-align: center;
}

.qualifications-item {
    width: calc(318 / 1440 *100%);
    padding-bottom: .25rem;
    border-bottom: 1px dashed #dcdcdc;
    margin-right: .56rem;
    margin-bottom: .8rem;
}

.qualifications-item:nth-child(4n) {
    margin-right: 0;
}

.qualifications-list {
    display: flex;
    flex-wrap: wrap;
}

.cooperative-partner-container {
    padding: .8rem 0;
}


.cooperative-partner-select-wrap {
    display: flex;
    align-items: center;
}

.cooperative-partner-select-wrap .hs-link {
    margin-right: .3rem;
}


.cooperative-partner-select-wrap .hs-link.active .hs-link-item a {
    background-color: #2e2f31;
}


.cooperative-partner-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}


.cooperative-partner {
    width: calc(264 / 1440 *100%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin-right: .3rem;
    padding: .3rem 0;
    margin-bottom: .5rem;
    overflow: hidden;
    box-shadow: 5px 8px 13px 1px rgba(3, 80, 158, 0.05);
}

.cooperative-partner img {
    max-width: 60%;
    transition: all .3s;
}

.cooperative-partner:nth-child(5n) {
    margin-right: 0;
}

.cooperative-partner:hover img {
    transform: scale(1.1);
}

.cooperative-partner-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.cpb-item {
    width: calc(407 / 1440 *100%);
}

.cpb-item-line {
    height: 7px;
    background-image: linear-gradient(90deg,
            #d4cfc9 0%,
            #dd2c26 100%);
    margin-top: .15rem;
}

.cpb-item-p .s43 {
    font-family: AvantGardeITCbyBT-Book;
    color: #222222;
}

.cpb-item-p .s17 {
    font-family: AlibabaPuHuiTi_2_35_Thin;
    color: #222222;
}

.development-container {
    padding: .8rem 0;
}

.development-content {
    display: flex;
    justify-content: space-between;
}

.development-left {
    width: calc(972 / 1440 *100%);
}

.development-right {
    width: calc(411 / 1440 *100%);
}

.dla1-word {
    margin-top: .8rem;
}

.dla1-title p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #222222;
}

.dla1-p {
    margin-top: .2rem;
}

.development-left-a2 {
    margin-top: .5rem;
}

.dla1-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #666666;
    line-height: 1.6;
}

.dla2-head {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: .2rem;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.dla2-head .s24 {
    margin-left: .1rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 550;
    color: #222222;
}

.dla2-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #666666;
    line-height: 1.6;
}

.dla2-p p .red {
    color: #da251c;
}

.development-right img {
    width: 100%;
    margin-bottom: .5rem;
}

.soa-container {
    padding: .8rem 0;
}


.soa-a1 {
    width: calc(1210 / 1440 *100%);
    position: relative;
}

.soa-a1>img {
    width: 100%;
}


.sop-title p {
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #191919;
}

.soa-pop {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateX(50%) translateY(-50%);
    width: 4.32rem;
    padding: .5rem;
    z-index: 2;
    background-color: #fcfdfd;
    box-shadow: 0px 5px 30px 0px rgba(185, 191, 204, 0.3);
    border-radius: .2rem;
    border-top: 5px solid #da251c;
    overflow: hidden;
    display: block;
}

.sop-p p {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.5;
    color: #666666;
}

.sop-title::after {
    content: '';
    display: block;
    width: 12px;
    height: 3px;
    background-color: #da251c;
    margin: .15rem 0;
}

.soa-list {
    display: flex;
    margin-top: .5rem;
    flex-wrap: wrap;
}

.soa-item {
    width: calc(467 / 1440 *100%);
    margin-right: .15rem;
    display: block;
}

.soa-item .soa-pop {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    transform: none;
    border-radius: 0;
    padding: .2rem .5rem;
}

.soa-item:nth-child(3n) {
    margin-right: 0;
}

.soa-item p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    /* margin-top: .2rem; */
}

.soa-item-img {
    overflow: hidden;
}

.soa-item-img:hover img {
    transform: scale(1.1);
}

.soa-item-img img {
    width: 100%;
    transition: all .3s;
}

.sob-list {
    display: flex;
    flex-wrap: wrap;
}

.sob-item {
    width: calc(450 / 1440 *100%);
    margin-right: .45rem;
}

.sob-item:nth-child(3n) {
    margin-right: 0;
}

.sob-item .hs-pop-up-left .s20 {
    font-family: AvantGardeITCbyBT-Book;
    color: #999999;
    line-height: 1.2;
}

.sob-item .hs-pop-up-left .s33 {
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #222222;
    margin-top: .15rem;
}

.sob-item .hs-p {
    padding: .35rem .25rem;
}

.hs-pop-up-right {
    flex-shrink: 0;
}

.sob-item-img {
    overflow: hidden;
}

.sob-item-img img {
    transition: all 1s;
    width: 100%;
}

.sob-item:hover .sob-item-img img {
    transform: scale(1.1);
}

.soc1-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.soc1 {
    margin-bottom: .5rem;
}

.soc1-left {
    width: calc(825 / 1440 *100%);
}

.soc1-right {
    width: calc(537 / 1440 *100%);
}

.soc1-logo-list {
    display: flex;
    margin-top: 1rem;
}

.soc1-title p {
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #222222;
}

.soc1-p {
    margin-top: .35rem;
}

.soc1-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    line-height: 1.6;
    color: #666666;
}

.soc1-logo-wrap {
    width: .95rem;
    height: .95rem;
    background-color: rgba(221, 44, 38, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
}

.soc1-logo-wrap:nth-child(3) {
    margin-right: 0;
}

.soc1-logo {
    width: 90%;
    height: 90%;
    background-color: #dd2c26;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.soc1-logo .s16 {
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #ffffff;
    margin-top: .1rem;
}

.soc1-logo img {
    max-width: 50%;
}

.soc-title {
    display: flex;
    align-items: center;
}

.soc-title p {
    font-family: AlibabaPuHuiTi_2_75_SemiBold;
    color: #222222;
}

.soc-title::before {
    margin-right: .05rem;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: solid 3px #dd2c26;
    border-radius: 50%;
}

.soc-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #666666;
    line-height: 1.6;
}

.soc-p {
    margin-top: .3rem;
}

.soc2-content {
    display: flex;
    align-items: center;
    margin-top: .3rem;
}

.soc2-left {
    width: calc(623 / 1440 *100%);
}

.soc2-p {
    margin-bottom: .25rem;
    display: flex;

}

.soc2-p p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #666666;

}

.soc2-p::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    flex-shrink: 0;
    margin-top: .05rem;
    margin-right: .05rem;
}

.soc2-right {
    margin-left: .5rem;
}

.soc1-img-list {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
}

.soc1-img-list img {
    width: calc(458 / 1440 *100%);
}

.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-list .home-news-slide {
    overflow: hidden;
    margin-right: .39rem;
    width: calc(454 / 1440 *100%);
    margin-bottom: .5rem;
}

.news-container {
    padding: .8rem 0;
}

.home-news-slide>img {
    transition: all 1s;
    width: 100%;
}

.news-list .home-news-slide:hover>img {
    transform: scale(1.1);
}


.news-list .home-news-slide:nth-child(3n) {
    margin-right: 0;
}

.news-detail-content {

    width: 1000px;
    margin: 0 auto;
}

.news-detail-content-header {
    padding: .35rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.news-detail-title p {
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #131313;
}

.news-detail-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
    flex-wrap: wrap;
}

.news-detail-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
    flex-wrap: wrap;
}

.ndd-left {
    display: flex;
    align-items: center;
}

.ndd-item {
    display: flex;
    align-items: center;
}

.ndd-right-link>img.active {
    display: none;
}

.ndd-right-link:hover>img.active {
    display: block;
}

.ndd-right-link:hover>img {
    display: none;
}

.ndd-right {
    display: flex;
}

.news_share a {
    margin-left: .2rem;
}


.news-detail-title p {
    /* font-family: SourceHanSansCN-Medium; */
    font-weight: bold;

    color: #131313;
}

.ndd-item .s18 {
    font-family: Montserrat-Regular;
    color: #666666;
    margin-left: .1rem;
}

.ndd-item {
    margin-right: .3rem;
}

.news-detail-p p {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.6;
    color: #717273;
}

.news-detail-p {
    margin-top: .5rem;
    padding-bottom: .8rem;
    border-bottom: 2px solid #111617;
}

.news-detail-content .hs-link {
    margin-top: .5rem;
    justify-content: center;
}

.contact-container {
    padding: 0.8rem 0;
}

.map-wrap {
    height: 6.33rem;
}

.map-pop-content {
    background-color: #ffffff;
    border: solid 1px #cacaca;
    border-top: 5px solid #303135;
}

.map-pop-exit {
    display: flex;
    justify-content: flex-end;
    padding: 0.15rem;
    cursor: pointer;
}

.map-pop-title {
    padding: 0.3rem;
    padding-top: 0rem;
    text-align: center;
}

.map-s {
    display: flex;
    justify-content: center;
}

.map-pop-title .s18 {
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: bold;
    color: #333333;
    white-space: pre-wrap;
}

.map-pop-title .s14 {
    font-family: AlibabaPuHuiTi_2_45_Light;
    line-height: 1.6;
    color: #666666;
    margin-top: 0.2rem;
    white-space: pre-wrap;
}

.address-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 3px solid #222222;
    padding: 0.25rem;
    margin-top: 0.8rem;
}

.contact {
    display: flex;
    padding: 0.25rem;
    border-top: 1px solid #eee;
    margin-top: 0.3rem;
}

.contact-a1 {
    margin-right: 0.8rem;
}

.map {
    width: 100%;
    height: 100%;
}

.map-pop-exit img {
    width: 13px;
}

.BMapLabel {
    max-width: 3.91rem !important;
    height: auto !important;
    width: 4rem;
}

.address-left .s20 {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #666666;

}

.address-left .s36 {
    font-family: AlibabaPuHuiTi_2_75_SemiBold;
    color: #333333;
    margin-top: .1rem;
}

.contact-a1 .s20 {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #666666;
}

.contact-a1 .s45 {
    font-family: AvantGardeITCbyBT-Demi;
    color: #333333;
    margin-top: .1rem;
}

.recruit-item-up {
    display: flex;
    /* background-color: #2b2e31; */
    border-radius: 0px 5px 0px 0px;
    border: solid 1px #e5e5e5;
    justify-content: space-between;
    padding: 0 .5rem;
    background-color: #fff;
}

.recruit-item-up-left {
    display: flex;
}

.recruit-item-up.active {
    background-color: #f8f8f8;
    border-top: solid 5px #808a9e;
}

.recruit-item-up-right {
    display: flex;
    align-items: center;
}

.recruit-item-up-right-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #f5f6f7;
    border-radius: .19rem .21rem .19rem .21rem;
    padding: .15rem .1rem;
}

.recruit-item-up-right-btn p {
    /* margin-right: .1rem; */
    padding: 0 .15rem;
    font-family: SourceHanSansCN-Normal;
    color: #222222;
}

.recruit-item-up-right-btn img {
    margin: 0 .15rem;
}

.recruit-item-up-right-btn img.active {
    display: none;
}

.recruit-item {
    margin-bottom: .5rem;
}

/* .recruit-item:nth-child(2n) .recruit-item-up {
    background-color: #444444;
} */

.recruit-item-down {
    display: none;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: .5rem;
}

.recruit-item-up-left {
    display: flex;
}

.post {
    display: flex;
    align-items: center;
    /* padding-right: 1rem; */
    border-right: 1px solid #e5e5e5;
    width: 2.6rem;
}

.post p {
    font-family: SourceHanSansCN-Normal;
    color: #333333;
}

.post-information {
    display: flex;
    padding: .3rem 0;
    margin-left: 1rem;
}


.rid {
    display: none;
}


.rid .post-information {
    margin-left: 0;
}

.rid .post-information-p p {
    color: #666666;
}

.post-information-p {
    margin-right: .8rem;
}

.post-information-p p {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    margin: .15rem 0;
}

.recruit-item-up-right {
    display: flex;
    align-items: center;
}

.recruit-item-up-right-btn p {
    /* margin-right: .1rem; */
    padding: 0 .15rem;
    font-family: SourceHanSansCN-Normal;
    color: #222222;
}

.recruit-item-up-right-btn img {
    margin: 0 .15rem;
}

.resp-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.resp {
    margin-bottom: .5rem;
    width: 46%;
}

.resp:last-child {
    margin-bottom: 0;
}

.resp-title p {
    font-family: SourceHanSansCN-Normal;
    color: #000000;
}

.resp-list {
    margin-top: .15rem;
}

.resp-list p {
    font-family: AdobeHeitiStd-Regular;
    color: #666666;
    line-height: 1.6;
}

.recruit-container {
    padding: .8rem 0;
}

.resp-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
}

.resp-head-left .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #222222;
}

.send-link {
    width: 6px;
}


.recruit-item-up.active .recruit-item-up-right-btn img.active {
    display: block;
}

.recruit-item-up.active .recruit-item-up-right-btn img {
    display: none;
}

.recruit-item-up.active .recruit-item-up-right-btn {
    background-color: #ffffff;
}

.recruit-form {
    margin-bottom: .5rem;
}

.recruit-form form {
    display: flex;
    justify-content: center;

}

.recruit-form .layui-form-select .layui-input {
    background-color: #f8f8f8;
}

.recruit-form .layui-input-inline {
    margin-right: 10px;
}

.re-input input {
    height: 100%;
    padding-left: .15rem;
    background-color: #f8f8f8;
    border: 1px solid #eee;
}

.re-input {
    display: flex;
}

.re-input button {
    height: 100%;
    color: #fff;
    padding: .15rem .35rem;
    border: none;
    background-color: #dd2c26;
}


.xl-top {
    width: 100%;
    font-size: 0;
    padding: .2rem 0;
}

.xl-tip {
    display: inline-block;
    vertical-align: top;
    color: #666;
    line-height: 1.5;
}

.xl-tip span {
    color: #d5383d;
}

.xl-tr {
    display: inline-block;
    vertical-align: top;
}

.xl-td {
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
    color: #666;
    line-height: 1.5;
}

.xl-td span {
    color: #d5383d;
}

.xl-cont {
    width: 100%;
    font-size: 0;
}

.xl-item {
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: .35rem;
    padding: .3rem .25rem;
    border: solid 1px #dcdcdc
}

.xl-b {
    width: 100%;
    margin-bottom: .25rem;
}

.xl-name {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 6em);
    padding-right: .1rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xl-name span {
    color: #d5383d;
}

.xl-classify {
    display: inline-block;
    vertical-align: middle;
    width: 6em;
    padding: .1rem 0;
    text-align: center;
    background-color: #d5383d;
    color: #fff;
}

.xl-intro {
    color: #888888;
    line-height: 1.7;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xl-item:hover {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 45px 1px rgba(0, 0, 0, 0.1);
}

.xl-item:hover .xl-name {
    color: #d5383d;
}

.gr_wrap {
    padding: .8rem 0;
}

.crumbs-btn-wrap {
    display: none;
}

.dla-img {
    display: none;
}

@media(max-width:1100px) {
    .news-detail-content {
        width: 90%;
    }
}

@media(max-width: 800px) {

    .dla-img {
        display: block;
    }

    .dla-img1 {
        display: none;
    }

    .dla-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .crumbs-btn {
        padding: .2rem 0;
        margin-left: .2rem;
        max-width: 30px;
    }

    /* .crumbs-btn span {
        width: 25px;
        display: block;
        height: 4px;
        background-color: #dd2c26;
        border-radius: 3px;
        margin: .08rem 0;
    } */

    /* .crumbs-btn::after {
        content: '';
        width: 25px;
        display: block;
        height: 4px;
        background-color: #dd2c26;
        border-radius: 3px;
        transition: all .3s;
    }

    .crumbs-btn::before {
        content: '';
        width: 25px;
        display: block;
        height: 4px;
        background-color: #dd2c26;
        border-radius: 3px;
        transition: all .3s;
    } */

    .crumbs-content {
        height: 50px;
        align-items: center;
    }

    .crumbs-btn-wrap {
        align-items: center;
        display: flex;
    }

    .crumbs-btn-p{
        color: #222;
    }

    .recruit-form .layui-input-inline {
        width: 48%;
        margin-right: 0;
        margin-bottom: .15rem;
    }

    .re-input {
        width: 100%;
    }


    .recruit-form form {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .resp {
        width: 100%;
    }

    .resp-wrap {
        flex-wrap: wrap;
    }

    .post-information {
        display: none;
    }

    .rid {
        display: block;
    }

    .rid .post-information {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .post {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .contact-a1 {
        margin: 0;
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .contact {
        flex-wrap: wrap;
    }

    .news-detail-down {
        flex-wrap: wrap;
    }

    .ndd-item {
        margin-top: .2rem;
    }

    .ndd-left {
        flex-wrap: wrap;
    }

    .news_t_share {
        margin: 0 auto;
        margin-top: .3rem;
    }

    .soc1-content {
        flex-wrap: wrap;
    }

    .soc2-content {
        flex-wrap: wrap;
    }

    .soc2-right {
        margin-top: .5rem;
    }

    .soc2-right,
    .soc2-left {
        width: 100%;
        margin-left: 0;
    }

    .soc1-logo-wrap {
        width: 70px;
        height: 70px;
    }

    .soc1 {
        flex-wrap: wrap;
    }

    .soc1-right {
        margin-top: .5rem;
    }

    .soc1-right,
    .soc1-left {
        width: 100%;
    }

    .sob-list {
        justify-content: space-between;
    }

    .sob-item {
        width: 100%;
        margin-right: 0;
    }

    .soa-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;
    }

    .qualifications-item {
        width: 48%;
        margin-right: 0;
    }

    .qualifications-list {
        justify-content: space-between;
    }

    .about-strategy-content {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .crumbs-right {
        position: relative;
    }

    .cr-nav-list {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        overflow: auto;
        display: block;
        width: auto;
        background-color: #fff;
        z-index: 12;
        transform: scaleY(0);
        transform-origin: center top;
        transition: all .3s;
        box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }

    .cr-nav-list.active {
        transform: scale(1);
    }

    .about-strategy-left {

        width: 48%;
    }

    .crumbs-btn img {
        transition: all .3s;
    }

    .crumbs-btn-wrap.exit .crumbs-btn img {
        transform: rotateZ(180deg);
    }

    .crumbs-btn-wrap.exit .crumbs-btn::after {
        transform: rotateZ(40deg) translateY(-2px);
        /* margin-top: -.1rem; */
    }

    .crumbs-btn-wrap.exit .crumbs-btn::before {
        transform: rotateZ(-40deg) translateY(2px);
    }

    .cr-item {
        width: auto;
        white-space: nowrap;
        text-align: center;
        margin-left: 0;
        padding: .2rem .3rem;
    }

    .asr-pop {
        width: 48%;
    }

    .about-strategy-right {
        width: 100%;
        padding: .5rem;
        margin-top: .2rem;
    }

    .asr-pop {
        position: relative;
        top: 0;
        margin: 0 auto;
        left: 0;
        transform: none;
        margin-top: .3rem;
    }

    .cooperative-partner {
        width: 31.5%;
        margin-right: .15rem;
    }

    .cooperative-partner:nth-child(5n) {
        margin-right: .15rem;
    }

    .cooperative-partner:nth-child(3n) {
        margin-right: 0;
    }

    .cooperative-partner-bottom {
        flex-wrap: wrap;
    }

    .cpb-item {
        width: 100%;
        margin-bottom: .5rem;
    }

    .development-content {
        flex-wrap: wrap;
    }

    .development-right,
    .development-left {
        width: 100%;
    }

    .development-right {
        margin-top: .5rem;
    }

    .soa-a1 {
        width: 100%;
    }

    .soa-pop {
        right: auto;
        position: relative;
        left: auto;
        top: 0;
        width: 100%;
        transform: none;
        border-radius: 0;
    }

    .soa-a1>img {
        /* height: 240px; */
        object-fit: cover;
    }

    .development-right img {
        height: 220px;
        object-fit: cover;
    }

    .soc1-logo-list {
        justify-content: center;
    }

    .news-list .home-news-slide {
        width: 100%;
        margin-right: 0;
    }
}

.about-page {
    display: none;
}