<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-slide-wrap {
    height: 600px;
    background: url(../img/shengxian-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;
}

.desc {
    padding-top: 60px;
    padding-bottom: 80px;
}

.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;
}

.group {
    padding-bottom: 95px;
}

.group-content {
    display: flex;
    justify-content: center;
    margin-top: 88px;
}

.group-list {
    width: 280px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.group-list li {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.group-list:nth-child(1) li {
    justify-content: end;
    padding-right: 20px;
    text-align: right;
}

.box-title.with-line::after {
    background-color: #E0F3E3;
}

.cases {
    padding-top: 75px;
    padding-bottom: 60px;
    background: rgba(224, 243, 227, 0.2);
}

.cases-content {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case-item {
    margin-bottom: 30px;
    padding-top: 30px;
    box-sizing: border-box;
    width: 380px;
    height: 222px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
}

.case-title {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    margin-top: 14px;
}

.case-desc {
    width: 272px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.tools {
    padding-top: 80px;
    padding-bottom: 54px;
}

.tools-content {
    margin-top: 54px;
    display: flex;
    align-items: center;
}

.system {
    text-align: center;
    background: rgba(224, 243, 227, 0.2);
    padding: 80px 0;
}

.system img {
    margin-top: 68px;
}

.flex {
    display: flex;
}

.admin {
    padding-top: 80px;
    padding-bottom: 100px;
}

.admin-title {
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #22AC38;
    margin-bottom: 24px;
    text-align: center;
}

.admin-desc {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    margin-top: 13px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}</pre></body></html>