.team_box {
    width: 1200rem;
    min-height: 500rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    background: rgba(255, 255, 255, 0.7);
    flex-direction: column;
}
/* .team_img {
    width: 240rem;
    height: 360rem;
    margin-right: 40rem;
} */
/* .team_img img {
    width: 100%;
    height: 100%;
} */
.team_title {
    width: 100%;
}
.team_name {
    width: 100%;
    margin-bottom: 29rem;
    font-size: 24rem;
    color: #333333;
    padding-top: 25rem;
    padding-bottom: 29rem;
    /* border-bottom: 1rem dotted #c2c2c2; */
    display: flex;
    justify-content: center;
}
.text {
    font-size: 16rem;
    line-height: 36rem;
    color: #666666;
    margin-bottom: 35rem;
}
.text p {
    font-size: 16rem;
    line-height: 2.3;
}
.banner {
    width: 100%;
    height: 550rem;
}
.swiper-slide {
    width: 100%;
    height: 550rem;
}
.team_title > .text {
    padding: 10rem 30rem;
}
.pages {
    width: 1200rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 20rem 30rem 20rem;
}
/* .details_fp {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.details_fp > div {
    margin-top: 20rem;
}

@media screen and (max-width: 768px) {

    .container_banner {
        width: 95%;
        margin: 0 auto;
        padding-top: 5px;
    }
    .team_box {
        width: 95%;
	margin: 0 auto;
    }

    .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;
}
    .pages {
      width: 95%;
}


}
