.swiper {
    /*--swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ffff;*/ /* 两种都可以 */
    width: 720px;
}
.outer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.life-section {
    width: 100%;
    height: 600px;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-container {
    width:85%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.life-img {
   padding: 120px 0;
}

    .life-img img {
        height: 580px;
        width: 580px;
        left:0px;
        top:0px;
        border-radius:12px;
    }

.life-img img:hover {
}

.life-desc {
    width: 600px;
    min-width: 720px;
    height: 480px;
    top:302.73px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    margin: 20px 50px;
}

    .life-desc .title {
        /*font-size: 28px;*/
        font-size: 60px;
        margin: 0 0 5px 0;
        font-weight: bold;
    }
.life-desc .sub-title{
    font-size: 24px;
    margin: 0 0 2px 0;
    font-weight: bold;
}
.life-desc .text {
   /*font-size: 16px;*/
   font-size: 24px;
   margin: 2px 0;
}

.title {
    margin: 4% 0%;
    font-size: 64px;
    /*font-family: SourceHanSansCN-Bold;*/
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align:center;
}

@media (max-width: 1200px) and (min-width: 600px){
    .inner-container {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
