.banner {
    width: 100%;
    height: 550rem;
}
.swiper-slide {
    width: 100%;
    height: 550rem;
}
.box_server {
    width: 100%;
    height: 100%;
    background: url(/cache/box/bg/system_page_background.jpg) no-repeat center bottom,
        url(/cache/box/bg/system_page_background.jpg) no-repeat center top;
}
.cont {
    width: 1200rem;
    margin: 0 auto;
}
.system-page-title {
    margin-bottom: 20rem;
    height: 60rem;
    background-color: #ffffff;
    font-size: 22rem;
    color: #333333;
    line-height: 60rem;
}
.system-page-title span {
    float: left;
    margin-right: 20rem;
    width: 4rem;
    height: 60rem;
}
.case_box {
    background: rgba(255, 255, 255, 0.7);
}
.matter {
    margin-bottom: 30rem;
    padding: 60rem 20rem 60rem 20rem;
}

.matter::after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}
.details_fp {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    width: 1200rem;
    padding: 20rem;
}
.details_fp > div {
    margin-top: 20rem;
}
.server_text {
    font-weight: 400;
}
.server_text p {
    font-size: 16rem;
    line-height: 2.3;
}
@media screen and (max-width: 768px) {

    .container_banner {
        width: 95%;
        margin: 0 auto;
        padding-top: 5px;
    }

    .tlite > li > a {
        font-size: 10px;
        color: #ccc;
        text-decoration: none;
        height: 100%;
        display: inline-block;
    }

    .tlite > li::after {
        content: ">";
        margin: 0 5rem;
        color: #ccc;
        font-size: 10px;
    }
    .system-page-title {
        margin-bottom: 20rem;
        height: 69rem;
        width: 95%;
        background-color: #ffffff;
        font-size: 58rem;
        color: #333333;
        line-height: 74rem;
    }

    .cont {
        width: 95%;
        margin: 0 auto;
    }
.details_fp > div {
    font-size: 12px;
    margin-top: 20rem;
}


}
