.system {
    position: relative;
    padding: 141px 0;
    background: linear-gradient(30deg, RGBA(243, 227, 238, 1), #fff);
    overflow: hidden;
}

.system .icon {
    position: absolute;
    /* width: 430px; */
}

.system .icon img {
    display: block;
    width: 100%;
}

.system .icon.icon1 {
    left: 0;
    bottom: 0;
    transform: translate(-20%, 50%);
    width: 377px;
}

.system .icon.icon2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 305px;
    transform: translate(30%, -50%);
    transform-origin: right center;
}

.system-content-wrapper {
    position: relative;
    padding: 0 8.33vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}

.cn-title {
    /* font-family: SweiSpringCJKtc-Bold; */
    font-weight: bold;
    color: #D62598;
}

.en-title {
    /* font-family: SourceHanSerifCN-Bold; */
    font-weight: bold;
    color: #000000;
}

.system-content-wrapper .en-title {
    padding-left: .62em;
}

.system-content-wrapper .info-highlight {
    /* font-family: SweiSpringCJKtc-Bold; */
    font-weight: bold;
    color: #231815;
    margin-top: 1.82em;
}

.system-content-wrapper .text-content {
    /* font-family: SourceHanSansSC-Regular; */
    font-weight: bold;
    font-weight: 400;
    font-size: 24px;
    color: #231815;
    line-height: 2.5;
    margin-top: 1.13em;
}
.system-content-wrapper .system-header-section{
    width:50%
}
.system-content-wrapper .system-display-section {
    width: 46%;
}

.system-content-wrapper .system-display-section img {
    /* width: 100%; */
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.new-system img{
    display: block;
    width: 100%;
}

.life-cycle-management {
    padding: 150px 0 85px;
    background-color: rgba(236, 238, 241, 1);
}
.life-cycle-management .en-title{
    margin: .41em 0 .86em;
}
.life-cycle-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.life-cycle-content .cycle-chart{
    width: 43.26%;
}
.life-cycle-content .cycle-chart img{
    display: block;
    max-width: 100%;
    margin: 0 0 0 auto;
}
.life-cycle-content .cycle-services{
    width: 52%;
}
.life-cycle-content .cycle-services .age-group:not(:last-child){
    margin-bottom: 30px;
}
.life-cycle-content .cycle-services .age-title{
    position: relative;
/* font-family: SourceHanSansSC-Regular; */
font-weight: 400;
font-size: 20px;
color: #EA81CC;
line-height: 1;
display: inline-flex;
align-items: flex-end;
border-bottom: 1px solid #EA81CC;
}
.life-cycle-content .cycle-services .age-title::before{
    position: absolute;
    content: "";
    right: -16px;
    top: 2px;
    width: 22px;
    height: 2px;
    background-color: #EA81CC;
}
.life-cycle-content .cycle-services .age-title::after{
    position: absolute;
    content: "";
    right: -10px;
    top: -4px;
    width: 2px;
    height: 22px;
    background-color: #EA81CC;
}
.life-cycle-content .cycle-services .age-en{
font-weight: 500;
font-size: 27px;
color: #FAEBF4;
padding: 0 4px;
line-height: 30px;
border-radius: 1px;
background: rgba(214, 37, 152, 1);
}
.life-cycle-content .cycle-services .age-number{
    /* font-family: SourceHanSansSC-Bold; */
    font-weight: bold;
    padding-left: 13px;
}
.life-cycle-content .cycle-services .age-services{
/* font-family: SourceHanSansSC-Regular; */
font-size: 24px;
color: #515151;
line-height: 1.5;
margin-top: 10px;
}
.professional-team{
    padding: 140px 0;
    background: linear-gradient(30deg, RGBA(243, 227, 238, 1), #fff);
}
.professional-team .team-content{
    display: flex;
    justify-content: space-between;
}
.professional-team .team-text-section{
    width: 35%;
}
.professional-team .section-divider {
    width: 137px;
height: 5px;
background: #D62598;
border-radius: 3px;
}
.professional-team .team-content .cn-title{
    margin-top: 1.1em;
}
.professional-team .team-content .team-description{
/* font-family: SourceHanSansSC-Regular; */
font-weight: 400;
font-size: 24px;
color: #000000;
line-height: 2;
margin-top: 2em;
}
.professional-team .team-background-text{
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: .5em;
    font-weight: bold;
    /* font-family: SourceHanSerifCN-Bold; */
    opacity: 0.51;
    color: rgba(237, 189, 220, 1);
    line-height: 1;
}
.professional-team .team-photo-section{
    position: relative;
    width: 62.39%;
    z-index: 3;
}
.professional-team .team-photo-section img{
    display: block;
    width: 100%;
}
.core-advantage{
    padding: 140px 0;
    background: url(../img/advantage-7.jpg);
    background-size: cover;
}
.core-advantage .en-title{
    margin-top: .4em;
}
.core-advantage .advantage-grid{
    margin-top: 90px;
}
.core-advantage .advantage-column{
width: 1050px;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 49px 107px;
}
.core-advantage .advantage-grid .advantage-card{
    border-radius: 15px;
border: 3px solid #ABAFB9;
padding: 16px 36px;
line-height: 50px;
transition: all .6s;
}
.core-advantage .advantage-grid .advantage-card:hover{
    background-color: rgba(214, 37, 152, 1);
    border-color: rgba(214, 37, 152, 1);
    color: #fff;
}
.core-advantage .advantage-grid .advantage-card .advantage-number{
    color: rgba(214, 37, 152, 1);
    font-style: italic;
    transition: all .6s;
}
.core-advantage .advantage-grid .advantage-card:hover .advantage-number{
    color: #fff;
}
.technical-advantage{
    background: url(../img/advantage-8.jpg);
    background-size: cover;
    padding: 80px 0;
}
.technical-advantage .content520{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.technical-advantage .circular-layout{
    width: 83%;
}
.technical-advantage .vertical-title{
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.technical-advantage .cn-title{
    color: rgba(0, 0, 0, 1);
    writing-mode: vertical-rl;
    
}
.technical-advantage .en-title{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    opacity: .9;
}
.technical-advantage .circular-layout img{
    display: block;
    width: 100%;
}
@media (max-width:1440px) {
    .life-cycle-content .cycle-services .age-title{
        font-size: 18px;
    }
    .life-cycle-content .cycle-services .age-en{
        font-size: 24px;
    }
    .professional-team .team-content .team-description,
    .life-cycle-content .cycle-services .age-services,
    .system-content-wrapper .text-content{
        font-size: 22px;
    }
    .system-content-wrapper{
        padding: 0 3%;
    }
}
@media (max-width:1280px) {
    .life-cycle-content .cycle-services .age-en{
        font-size: 22px;
    }
    .professional-team .team-content .team-description,
    .life-cycle-content .cycle-services .age-services,
    .system-content-wrapper .text-content{
        font-size: 20px;
    }
}
@media (max-width:1199px) {
    .life-cycle-content .cycle-services .age-title{
        font-size: 16px;
    }
    .life-cycle-content .cycle-services .age-en{
        font-size: 20px;
    }
    .life-cycle-content .cycle-chart,
    .life-cycle-content .cycle-services{
        width: 100%;
    }
    .life-cycle-content{
        flex-direction: column-reverse;
    }
    .technical-advantage,
    .professional-team,
    .life-cycle-management,
    .system{
        padding: 80px 0;
    }
    .life-cycle-content .cycle-chart img{
        margin: 0 auto;
    }
    .life-cycle-content .cycle-chart{
        margin-top: 45px;
    }
    .system .icon.icon2{
        width: 28%;
    }
    .system .icon.icon1{
        width: 32%;
    }
}
@media (max-width:1024px) {
    .life-cycle-content .cycle-chart{
        margin-top: 40px;
    }
    .life-cycle-content .cycle-services .age-title{
        font-size: 14px;
    }
    .life-cycle-content .cycle-services .age-en{
        font-size: 18px;
    }
    .technical-advantage,
    .professional-team,
    .life-cycle-management,
    .system{
        padding: 70px 0;
    }
    .system-content-wrapper .info-highlight{
        margin-top: .8em;
    }
    .professional-team .team-content .team-description, .life-cycle-content .cycle-services .age-services, .system-content-wrapper .text-content{
        font-size: 18px;
    }
    .professional-team .section-divider{
        width: 100px;
    }
}
@media (max-width:768px) {
    .professional-team .team-content .team-description{
        margin-top: .8em;
    }
    .professional-team .team-content .cn-title{
        margin-top: .6em;
    }
    .professional-team .team-photo-section{
        width: 100%;
        margin-top: 30px;
    }
    .professional-team .team-text-section{
        width: 100%;
    }
    .life-cycle-content .cycle-chart{
        margin-top: 30px;
    }
    .system-content-wrapper .system-display-section{
        margin-top: 30px;
    }
    .system-content-wrapper{
        flex-direction: column;
    }
    .system-content-wrapper .system-display-section,
    .system-content-wrapper .system-header-section{
        width: 100%;
    }
    .system-content-wrapper .system-display-section{
        margin-top: 40px;
    }
    .technical-advantage,
    .professional-team,
    .life-cycle-management,
    .system{
        padding: 60px 0;
    }
    .professional-team .team-content{
        flex-direction: column;
    }
}
@media (max-width:500px) {
    .professional-team .section-divider{
        width: 70px;
        height: 3px;
    }
    .life-cycle-content .cycle-chart{
        margin-top: 25px;
    }
    .life-cycle-content .cycle-services .age-number{
        padding-left: 8px;
    }
    .life-cycle-content .cycle-services .age-title{
        font-size: 12px;
    }
    .life-cycle-content .cycle-services .age-en{
        font-size: 14px;
    }
    .professional-team .team-content .team-description, .life-cycle-content .cycle-services .age-services, .system-content-wrapper .text-content{
        font-size: 16px;
    }
    .system-content-wrapper .text-content{
        font-size: 16px;
        line-height: 2;
        margin-top: .6em;
    }
    .system-content-wrapper .info-highlight{
        margin-top: .5em;
        font-size: 20px;
    }
    .system-content-wrapper .en-title{
        padding-left: .3em;
    }
    .system-content-wrapper .system-display-section{
        margin-top: 25px;
    }
    .technical-advantage,
    .professional-team,
    .life-cycle-management,
    .system{
        padding: 50px 0;
    }
}