.strategy .strategyBox .f1{
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
}
.rejuvenation .rejuvenationBox .f1 .f1Text{
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
}
.bannerVideo .bannerT{
    font-size: 16rem;
    letter-spacing: inherit;
}
.bannerVideo .bannerT div{
    margin: 0 4vw;
}
.instght .instghtBox .item .textBox, .in_list .item .textBox{
    height: 21vw;
}
.menu .infos{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 55%;
    color: white;
    font-size: 1vw;
    z-index: 99;
    pointer-events: none;
    display: none;
}
.menu.active .infos{
    display: block;
}
.strategy .strategyBox .f1 .des{
    text-align: justify;
}
.strategy .strategyBox .f1 .des span{
    word-break: inherit;
}
@media screen and (max-width: 1660px){
    .bannerVideo .bannerT div{
        margin: 0 3vw;
    }
    .bannerVideo .bannerT {
        font-size: 13rem;
    }
}
@media screen and (max-width: 1440px){
    .bannerVideo .bannerT div{
        margin: 0 3vw;
    }
}
@media screen and (max-width: 900px){
    .strategy .strategyBox .f1 .des p{
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
    .strategy .strategyBox .f1 .des p span{
        font-size: 1rem !important;
        line-height: 1.7 !important;
        word-wrap: inherit;
        word-break: inherit;
    }
    .bannerVideo .bannerT{
        font-size: 4rem;
    }
    .instght .instghtBox .item .textBox, .in_list .item .textBox{
        height: auto;
    }
    .objective .objectiveBox .f1 .des p, .objective .objectiveBox .f1 .des span, .strategy .strategyBox .f1 .des span, .strategy .strategyBox .f1 .des p{
        word-wrap: inherit;
        word-break: inherit;
    }
}