.breadcrumb {
    margin-bottom: .6rem;
}


.btn.more {
    width: 1.64rem;
    height: 0.43rem;
    background: #FFFFFF;
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
    border: 0.01rem solid #1B478A;
    font-weight: 400;
    font-size: 0.15rem;
    color: #1D5198;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn.more::after {
    content: '';
    width: .14rem;
    height: .11rem;
    margin-left: .1rem;
    background: url(./trs_ico_26.png) no-repeat;
    background-size: contain;
}

.btn.more:hover {
    background: #1D5198;
    color: #fff;
}

.btn.more:hover::after {
    background: url(./trs_ico_27.png) no-repeat;
    background-size: contain;
}



/* list */
.trs_technologies {
    margin-bottom: .6rem;
}

.trs_technologies h2 {
    font-weight: 500;
    font-size: 0.34rem;
    color: #30313F;
    text-align: center;
    margin-bottom: .6rem;
    position: relative;
}

.trs_technologies h2::after {
    content: '';
    width: 1.06rem;
    height: .05rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -.1rem;
    display: block;
    background: url(./trs_ico_54.png) no-repeat;
    background-size: contain;
}


.trs_technologies .content {
    width: 13rem;
    height: 5.16rem;
    margin: 0 auto .33rem;
    overflow: hidden;
    border-radius: 0 0 0.5rem 0;
}

.trs_technologies .content>div {
    display: none;
    position: relative;
}

.trs_technologies .content .swiper-slide {
    height: 5.16rem;
    position: relative;
}

.trs_technologies .content .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.trs_technologies .content .swiper-slide .title {
    width: 5.2rem;
    height: 3.84rem;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: .5rem 0 0 0;
    z-index: 1;
    background: #F7F7F7;
    padding: .43rem;
    box-sizing: border-box;
}

.trs_technologies .content .swiper-slide .title h3 {
    font-weight: bold;
    font-size: 0.26rem;
    color: #30313F;
    line-height: 0.3rem;
    margin-bottom: .2rem;
}

.trs_technologies .content .swiper-slide .title p {
    min-height: 1.54rem;
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.32rem;
    margin-bottom: .35rem;
    display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trs_technologies .content .swiper-slide .title .more {
    background: #1B478A;
    color: #fff;
}

.trs_technologies .content .swiper-slide .title .more::after {
    content: '';
    width: .14rem;
    height: .11rem;
    margin-left: .1rem;
    background: url(./trs_ico_27.png) no-repeat;
    background-size: contain;
}

.trs_technologies .content>div .handle {
    position: absolute;
    bottom: .52rem;
    right: .5rem;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    gap: .12rem;
    background: rgba(247, 247, 247, .5);
    padding: .1rem;
    box-sizing: border-box;
    border-radius: .2rem;
}

.trs_technologies .content>div .handle .swiper-next,
.trs_technologies .content>div .handle .swiper-prev {
    width: .2rem;
    height: .36rem;
    cursor: pointer;
}

.trs_technologies .content>div .handle .swiper-next {
    background: url(./trs_ico_34.png);
    background-size: contain;
}

.trs_technologies .content>div .handle .swiper-prev {
    background: url(./trs_ico_25.png);
    background-size: contain;
}

.trs_technologies .content>div .handle .num {
    font-weight: 500;
    font-size: 0.2rem;
    color: #262C35;
}

.trs_technologies .content>div .handle .num span:nth-child(1) {
    font-weight: 500;
    font-size: 0.3rem;
    color: #1D5198;
}

.trs_technologies .tab {
    width: 13rem;
    height: 1.09rem;
    margin: 0 auto;
    position: relative;
}

.trs_technologies .tab .swiper-slide {
    height: 1.2rem;
    display: flex;
    align-items: end;
}

.trs_technologies .tab .swiper-slide>div {
    width: 100%;
    height: 1.09rem;
    display: flex;
    gap: .14rem;
    align-items: center;
    justify-content: start;
    padding: 0 .15rem;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    border: 0.01rem solid #C0C0C0;
    position: relative;
}

.trs_technologies .tab .swiper-slide>div h3 {
    font-weight: 500;
    font-size: 0.18rem;
    color: #30313F;
    line-height: 0.22rem;
}

.trs_technologies .tab .swiper-slide>div i {
    width: .44rem;
    min-width: .44rem;
    height: .44rem;
    background-size: contain;
}

.trs_technologies .tab .swiper-slide>div .initial {
    display: block;
}

.trs_technologies .tab .swiper-slide>div .hover {
    display: none;
}

.trs_technologies .tab .swiper-slide.swiper-slide-active>div {
    background: #1D5198;
}

.trs_technologies .tab .swiper-slide.swiper-slide-active>div h3 {
    color: #fff;
}

.trs_technologies .tab .swiper-slide.swiper-slide-active>div .initial {
    display: none;
}

.trs_technologies .tab .swiper-slide.swiper-slide-active>div .hover {
    display: block;
}

.trs_technologies .tab .swiper-button-prev,
.trs_technologies .tab .swiper-button-next {
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: .65rem;
}

.trs_technologies .tab .swiper-button-prev {
    background: url(./trs_ico_53.png) no-repeat center;
    background-size: contain;
    left: -.6rem;
}

.trs_technologies .tab .swiper-button-next {
    background: url(./trs_ico_62.png) no-repeat center;
    background-size: contain;
    right: -.6rem;
}

.trs_technologies .tab .swiper-slide.swiper-slide-active>div::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: -.11rem;
    left: .5rem;
    border-left: .12rem solid transparent;
    border-right: .12rem solid transparent;
    border-bottom: .12rem solid #1D5198;
}



/* detail */
.trs_technologies_detail h2 {
    font-weight: 500;
    font-size: 0.5rem;
    color: #1D5198;
    line-height: 0.35rem;
    text-align: left;
    margin-bottom:.6rem;
}

.trs_detail_editor {
    margin-bottom: .6rem;
    position: relative;
}

.trs_detail_editor * {
    font-weight: 400;
    font-size: 0.22rem;
    color: #30313F;
    line-height: 0.35rem;
    text-align: left;
    font-style: normal;
}

.trs_detail_editor a {
    color: #1D5198;
}

.trs_detail_editor p {
    margin-bottom: .2rem;
}

.trs_detail_editor .img {
    width: 100%;
    height: auto;
    margin-bottom: .4rem;
    border-radius: .12rem;
    overflow: hidden;
}

.trs_detail_editor .img img {
    width: 100%;
}


.trs_technologies_detail .handle {
    width: 100%;
    height: .7rem;
    background: #F4F8FD;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin-bottom: .5rem;
    padding: .25rem .3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trs_technologies_detail .handle a {
    font-weight: 500;
    font-size: 0.16rem;
    color: #1D5198;
    display: flex;
    gap: .1rem;
    align-items: center;
}

.trs_technologies_detail .handle a:nth-child(1) i {
    width: .16rem;
    height: .1rem;
    display: block;
    background: url(./trs_ico_22.png) no-repeat;
    background-size: contain;
}

.trs_technologies_detail .handle a:nth-child(2) {
    width: 1.3rem;
    height: 0.35rem;
    background: #E4EAF2;
    border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trs_technologies_detail .handle a:nth-child(3) i {
    width: .16rem;
    height: .1rem;
    display: block;
    background: url(./trs_ico_30.png) no-repeat;
    background-size: contain;
}








@media screen and (max-width: 750px) {
    .breadcrumb {
        margin-bottom: 0;
    }

    .trs_detail_label {
        font-weight: 500;
        font-size: 0.22rem;
        color: #30313F;
        text-align: center;
        margin-bottom: .3rem;
        background: url(./trs_ico_61.png) no-repeat center bottom;
        background-size: .4rem .02rem;
        padding-bottom: .1rem;
    }


    /* list */
    .trs_technologies {
        width: 100%;
        height: auto;
        background-size: 100% 80;
        padding: .3rem 0 0;
    }

    .trs_technologies h2 {
        font-weight: 500;
        font-size: 0.2rem;
        color: #30313F;
        text-align: center;
        margin-bottom: .3rem;
        position: relative;
    }

    .trs_technologies h2::after {
        width: .24rem;
        height: .02rem;
    }


    .trs_technologies .content {
        width: 3.5rem;
        height: 4.66rem;
        margin: 0 auto .3rem;
        overflow: hidden;
    }

    .trs_technologies .content>div {
        display: none;
        position: relative;
    }

    .trs_technologies .content .swiper-slide {
        width: 3.5rem;
        height: 4.66rem;
        border-radius: .2rem 0 .2rem 0;
        position: relative;
        overflow: hidden;
    }

    .trs_technologies .content .swiper-slide img {
        width: 3.5rem;
        height: 2.21rem;
        position: absolute;
        top: 0;
        left: 0;
    }

    .trs_technologies .content .swiper-slide .title {
        width: 3.5rem;
        height: 2.45rem;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 0;
        padding: .2rem;
    }

    .trs_technologies .content .swiper-slide .title h3 {
        font-weight: bold;
        font-size: 0.18rem;
        color: #30313F;
        line-height: 0.3rem;
        margin-bottom: .12rem;
    }

    .trs_technologies .content .swiper-slide .title p {
        min-height: 1.1rem;
        font-weight: 400;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.25rem;
        margin-bottom: .2rem;
    }

    .trs_technologies .content .swiper-slide .title .more {
        width: 1.04rem;
        height: .33rem;
        background: #1B478A;
        color: #fff;
        font-weight: 400;
        font-size: 0.1rem;
        color: #FFFFFF;
    }

    .trs_technologies .content .swiper-slide .title .more::after {
        content: '';
        width: .1rem;
        height: .09rem;
        margin-left: .1rem;
        background: url(./trs_ico_27.png) no-repeat;
        background-size: contain;
    }

    .trs_technologies .content>div .handle {
        position: absolute;
        bottom: .24rem;
        right: .2rem;
        display: flex;
        z-index: 1;
        align-items: center;
        justify-content: center;
        gap: .12rem;
        background: rgba(247, 247, 247, .5);
        padding: 0;
        box-sizing: border-box;
        border-radius: .2rem;
    }

    .trs_technologies .content>div .handle .swiper-next,
    .trs_technologies .content>div .handle .swiper-prev {
        width: .13rem;
        height: .24rem;
        cursor: pointer;
    }

    .trs_technologies .content>div .handle .swiper-next {
        background: url(./trs_ico_34.png) no-repeat;
        background-size: contain;
    }

    .trs_technologies .content>div .handle .swiper-prev {
        background: url(./trs_ico_25.png) no-repeat;
        background-size: contain;
    }

    .trs_technologies .content>div .handle .num {
        font-weight: 500;
        font-size: 0.13rem;
        color: #262C35;
    }

    .trs_technologies .content>div .handle .num span:nth-child(1) {
        font-weight: 500;
        font-size: 0.2rem;
        color: #1D5198;
    }

    .trs_technologies .tab {
        width: 100%;
        height: 1.3rem;
        margin: 0 auto;
        position: relative;
    }

    .trs_technologies .tab .swiper-slide {
        height: 1.3rem;
        display: flex;
        align-items: end;
    }

    .trs_technologies .tab .swiper-slide>div {
        width: 1.8rem;
        height: 1.09rem;
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        justify-content: start;
        padding: .15rem;
        box-sizing: border-box;
        cursor: pointer;
        background: #fff;
        border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
        position: relative;
    }

    .trs_technologies .tab .swiper-slide>div h3 {
        font-weight: 500;
        font-size: 0.16rem;
        color: #30313F;
        line-height: 0.22rem;
        text-align: center;
        min-height: .4rem;
        overflow: hidden;
    }

    .trs_technologies .tab .swiper-slide>div i {
        width: .44rem;
        min-width: .44rem;
        height: .44rem;
        min-height: .44rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .trs_technologies .tab .swiper-button-prev,
    .trs_technologies .tab .swiper-button-next {
        width: .4rem;
        height: .4rem;
        position: absolute;
        top: .75rem;
    }

    .trs_technologies .tab .swiper-button-prev {
        background: url(./trs_ico_53.png) no-repeat center;
        background-size: contain;
        left: .2rem;
    }

    .trs_technologies .tab .swiper-button-next {
        background: url(./trs_ico_62.png) no-repeat center;
        background-size: contain;
        right: .2rem;
    }

    .trs_technologies .tab .swiper-slide.swiper-slide-active>div::after {
        left: 50%;
        transform: translate(-50%, 0);
    }



    /* detail */
    .trs_technologies_detail {
        padding: .2rem;
        box-sizing: border-box;
    }

    .trs_technologies_detail h2 {
        text-align: left;
        font-weight: 500;
        font-size: 0.22rem;
        color: #1D5198;
        line-height: 0.35rem;
        margin-bottom: .2rem;
    }

    .trs_detail_editor {
        margin-bottom: .3rem;
        position: relative;
    }

    .trs_detail_editor * {
        font-weight: 400;
        font-size: 0.16rem;
        color: #30313F;
        line-height: 0.25rem;
        text-align: left;
        font-style: normal;
    }

    .trs_detail_editor a {
        color: #1D5198;
    }

    .trs_detail_editor p {
        margin-bottom: .2rem;
    }

    .trs_detail_editor .img {
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
        border-radius: .08rem;
        overflow: hidden;
    }

    .trs_detail_editor .img img {
        width: 100%;
    }


    .trs_technologies_detail .handle {
        width: 100%;
        height: .6rem;
        background: #F4F8FD;
        border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
        margin-bottom: .1rem;
        padding: .21rem .2rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .trs_technologies_detail .handle a {
        font-weight: 500;
        font-size: 0.16rem;
        color: #1D5198;
        display: flex;
        gap: .04rem;
        align-items: center;
    }

    .trs_technologies_detail .handle a:nth-child(1) i {
        width: .15rem;
        height: .1rem;
        display: block;
        background: url(./trs_ico_22.png) no-repeat;
        background-size: contain;
    }

    .trs_technologies_detail .handle a:nth-child(2) {
        width: 1.08rem;
        height: 0.35rem;
        background: #E4EAF2;
        border-radius: 0.18rem 0.18rem 0.18rem 0.18rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trs_technologies_detail .handle a:nth-child(3) i {
        width: .15rem;
        height: .1rem;
        display: block;
        background: url(./trs_ico_30.png) no-repeat;
        background-size: contain;
    }





}