.scope1 {
    padding: 0 0 120px
}

.scope1 .wrap {
    /* width: 1560px; */
    width: 1300px;
    margin: auto;
    position: relative;
}
.scope1 .wrap .box{
    position: absolute;
    height: calc(100% - 140px);
    transform: translateX(-120%);
}
.scope1 .wrap .box .catalogue{
    position: sticky;
    top: 180px;
}
.scope1 .wrap .box .catalogue .item{
    font-size: 14px;
    line-height: 32px;
    display: flex;
    align-items: center;
    opacity: .5;
    cursor: pointer;
    transition: all .5s;
}
.scope1 .wrap .box .catalogue .item:hover,
.scope1 .wrap .box .catalogue .item.active{
    opacity: 1;
}
.scope1 .wrap .box .catalogue .item::before{
    content: "";
        display: inline-block;
        width: 8px;
        height: 2px;
        background: #999999;
        border-radius: 2px;
        margin-right: 10px;
        transition: 0.4s;
}

.scope1 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 84px
}

.scope1 .wrap .content .matter {
    height: 624px;
    width: 100%;
    margin: 50px 0 0 0;
    position: sticky;
    top: 180px;
    overflow: hidden
}

.scope1 .wrap .content .matter .color {
    position: absolute;
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
    background: #081C44;
    z-index: 5;
    opacity: 0
}

.scope1 .wrap .content .matter:first-child {
    margin: 0
}

.scope1 .wrap .content .matter .img {
    width: 100%;
    height: 100%
}

.scope1 .wrap .content .matter .text {
    width: 460px;
    position: absolute;
    top: 156px;
    left: 98px;
    z-index: 1
}

.scope1 .wrap .content .matter .text h1 {
    font-weight: bold;
    font-size: 36px;
    color: #336DE5;
    margin: 0 0 28px
}

.scope1 .wrap .content .matter .text p {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 40px
}

/* .scope1 .wrap .main{
    display: flex;
} */
html[lang="en"] .scope1 .wrap .box .catalogue .item{
    width: 240px;
}
html[lang="en"] .scope1 .wrap .box .catalogue .item p {
    flex: 1;
        text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 1920px) {
    html[lang="en"] .scope1 .wrap .box .catalogue .item{
        width: 12.5vw;
    }
    .scope1 {
        padding: 0 0 6.25vw
    }
    
    .scope1 .wrap {
        width: 67.7083333333vw;
    }
    .scope1 .wrap .box{
        height: calc(100% - 7.2916666667vw);
    }
    .scope1 .wrap .box .catalogue{
        top: 9.375vw;
    }
    .scope1 .wrap .box .catalogue .item{
        font-size: 0.7291666667vw;
        line-height: 1.6666666667vw;
    }
    .scope1 .wrap .box .catalogue .item::before{
            width: 0.4166666667vw;
            height: 0.1041666667vw;
            border-radius: 0.1041666667vw;
            margin-right: 0.5208333333vw;
    }
    
    .scope1 .wrap .title {
        font-size: 2.0833333333vw;
        margin: 0 0 4.375vw
    }
    
    .scope1 .wrap .content .matter {
        height: 32.5vw;
        margin: 2.6041666667vw 0 0 0;
        top: 9.375vw;
    }
    
    .scope1 .wrap .content .matter .text {
        width: 23.9583333333vw;
        top: 8.125vw;
        left: 5.1041666667vw;
    }
    
    .scope1 .wrap .content .matter .text h1 {
        font-size: 1.875vw;
        margin: 0 0 1.4583333333vw
    }
    
    .scope1 .wrap .content .matter .text p {
        font-size: 1.25vw;
        line-height: 2.0833333333vw
    }
}
@media screen and (max-width: 1024px) {
    .scope1 .wrap .content .matter{
        position: relative;
        top: 0;
        left: 0;
    }
    .scope1 .wrap .content .matter .text {
        position: absolute;
    }
    .scope1 .wrap .box{
        display: none;
    }
    .scope1 .wrap{
        width: 90%;
        padding-top: 60px;
    }
    .scope1 .wrap .title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .scope1 .wrap .content .matter .text{
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
    }
    .scope1 .wrap .content .matter .text h1{
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .scope1 .wrap .content .matter .text p{
        font-size: 14px;
        line-height: 1.6;
    }
    .scope1 .wrap .content .matter{
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .scope1 .wrap .content .matter{
        display: flex;
        flex-direction: column;
        background-color: #F2F3F5;
        align-items: end;
    }
    .scope1 .wrap .content .matter .text {
        position: static;
        transform: none;
        width: 100%;
        padding: 20px;
    }
    .scope1 .wrap .content .matter .img{
        width: 160%;
        max-width: 160%;
    }
}