.swiper-slide-wrap {
    height: 600px;
    background: url(../img/ck-banner.png) no-repeat;
}

.swiper-slide-abs {
    position: relative !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    text-align: center;
    font-size: 60px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 90px;
}

.swiper-slide-sub {
    font-size: 36px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
    margin-top: 30px;
}

.desc {
    padding-top: 60px;
    padding-bottom: 90px;
}

.desc-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.desc-p {
    width: 620px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-right: 60px;
}

.good {
    padding-bottom: 78px;
}

.good-imgs {
    margin-top: 60px;
}

.power {
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
    background: #F9FAFF;
}

.power img {
    margin-top: 70px;
}

.power-desc {
    display: flex;
    justify-content: space-between;
    height: 40px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #466EF5;
    line-height: 28px;
}

.power-desc>span {
    padding: 0 30px;
}

.advantage {
    padding-top: 80px;
    padding-bottom: 90px;
}

.advantage-list {
    margin-top: 100px;
}

.advantage-item {
    display: flex;
    align-items: center;
}

.advantage-item-border {
    width: 48%;
    border-bottom: 2px solid #E6EBFE;
}

.advantage-item-title {
    font-size: 24px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px;
}

.advantage-item-desc {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}