.rowTitleAI{
    margin:  25px auto;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    /*top:200px*/
}
.textTitleAI{
    left: 600px;
    top: 771px;
    width: 240px;
    height: 60px;
    opacity: 1;
    justify-items: center;
    align-items: center;
    /** 文本1 */
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(50, 54, 59, 1);
    text-align: center;
    vertical-align: top;
}
.factor{
    width: 100%;
    position: relative;
    justify-items: center;
    align-items: center;
    /*height:575px;*/
    display: flex;
    justify-content: center;
    /*top:230px;*/
}
.factor-con{
    width: 95%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.factoryContainer-1{
    width: 50%;
    display: flex;
    justify-content: space-between;;
    align-items: center;
    flex-direction: column;
    float: left;
    height: auto;
}
.factor-1{
    width: 95%;
}
.factor-2{
    width: 95%;
}
.factoryContainer-2{
    width: 50%;
    display: flex;
    justify-content: space-between;;
    align-items: center;
    position: relative;
    flex-direction: column;
    float: right;
    height: auto;
}
.factor span{
    left: 120px;
    top: 4194px;
    width: 120px;
    height: 37px;
    opacity: 1;
    /** 文本1 */
    font-size: 30px;
    font-style: italic;
    /*font-style: oblique 10deg;*/
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 37px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: top;
}
.factor a{
    height: 24px;
    opacity: 1;
    /** 文本1 */
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 23.44px;
    color: rgba(35, 184, 188, 1);
    text-align: left;
    vertical-align: middle;
    right: 30px;
}
.factor a:hover{
    cursor: pointer;

}
.factoryContainer-2-1{
    width: 95%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-top: 20px;
    position: relative;
}
.factoryContainer-2-2{
    width: 95%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-top:20px;
    position: relative;
}


@media (max-width: 991px) {
    .factoryContainer-1{
        width: 95%;
        float: none;
        /*height: 50%;*/
    }
    .factoryContainer-2{
        width: 95%;
        float: none;
        /*height: 50%;*/
        /*margin-top: 30px;*/
        /*top:50px;*/
    }
    .factor-1{
        height: 95%;
    }
    .factor{
        flex-direction: column;
        gap: 10px;
        display: flex;
        height: auto;
    }
    .factor span{
        font-size: 18px;
        line-height: 23px;
    }
    .factor a{
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
    }
    .rowTitleAI{
        margin: 25px auto auto 0;
    }
    .textTitleAI{
        /** 文本1 */
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    .factor-con{
        justify-content: center;
        flex-wrap: wrap;
    }
    /*.rowTitleAI{*/
    /*    top:200px;*/
    /*}*/
}


