* {
    font-family: 'Noto Sans SC';
}

img,
svg,
video {
    max-width: 100%;
    display: block;
}

/* ----主体内容----- */
/* 标题栏 */
.title-line>h2 {
    font-weight: bold;
    color: #333;
}

.title-line>h5 {
    margin-top: 25px;
    color: #999;
}

/* 校园管理 */
.campus-management {
    position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 50px 0;
}

.banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.banner-title>h5 {
    color: #cdcdcd;
}

.banner-img {
    display: flex;
    justify-content: center;
}

.banner-img>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 40px;
}

.banner-img>div:not(:hover) {
    transform: scale(1);
    backface-visibility: hidden;
    transition: all 0.3s;
}

.banner-img>div:hover {
    transform: scale(1.1);
    backface-visibility: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

.banner-img>div img:not(:hover) {
    box-shadow: unset;
    transition: all 0.3s;
}

.banner-img>div:hover img {
    box-shadow: 0 0 10px 0px #cdcdcd70;
    transition: all 0.3s;
    cursor: pointer;
}

.banner-img img {
    min-width: 100px;
    min-height: 100px;
    width: 130px;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
    border-radius: 50%;
}

/* 公司简介 */
.company-profile {
    margin-top: 120px;
}

.company-profile-box {
    margin-top: 60px;
    position: relative;
    height: 520px
}

.company-profile-left-block {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
    height: 160px;
    background-color: #187dd5;
    border-radius: 3px;
    z-index: -2;
}

.company-profile-right-block {
    position: absolute;
    bottom: 50px;
    right: 0;
    max-width: 260px;
    height: 160px;
    background-color: #1cb43d;
    border-radius: 3px;
    z-index: -2;
}

.company-profile-text {
    position: absolute;
    top: 60px;
    left: 40px;
    height: 460px;
    width: 800px;
    background-color: #fafafa;
    box-shadow: 0 0 10px -1px #41414140;
    border-radius: 6px;
    font-size: 20px;
    padding: 25px 40px;
    color: #555;
    overflow: auto;
}

.company-profile-text::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
    border-radius: 6px;
}

.company-profile-text::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #fff;
}

.company-profile-img {
    position: absolute;
    top: 0;
    right: 100px;
    z-index: -1;
    min-width: 320px;
}

.company-profile-box:hover .company-profile-text::-webkit-scrollbar {
    background-color: #85a2bf28;
}

.company-profile-box:hover .company-profile-text::-webkit-scrollbar-thumb {
    background-color: #187dd5;
}

.company-profile-box>.company-profile-text:not(hover) {
    transform: scale(1);
    transition: all 0.3s;
}

.company-profile-box:hover .company-profile-text {
    transform: scale(1.02);
    transition: all 0.3s;
    box-shadow: 0 0 10px -1px #41414190;
}

.company-profile-box>.company-profile-img:not(hover),
.company-profile-box>.company-profile-left-block:not(hover),
.company-profile-box>.company-profile-right-block:not(hover) {
    filter: blur(unset);
    transform: scale(1);
    transition: all 0.3s;
}

.company-profile-box:hover .company-profile-img,
.company-profile-box:hover>.company-profile-left-block,
.company-profile-box:hover>.company-profile-right-block {
    filter: blur(2.5px);
    transform: scale(1.03);
    transition: all 0.3s;
}

/* 发展历程 */
.history {
    margin-top: 120px;
}

.history-item {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.history-item:hover {
    transform: scale(1.05);
    backface-visibility: hidden;
    transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.history-item:not(hover) {
    transform: scale(1);
    backface-visibility: hidden;
    transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.history-item>h3 {
    font-weight: bold;
}

.history-line {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
}

.history-line>img {
    width: 30px;
    height: 30px;
}

.history-line>div {
    width: 1px;
    height: 100px;
    border: 1px solid #999;
    margin-top: 10px;
}

.history-text>h4 {
    font-weight: bold;
    color: #187dd5;
}

.history-text>h5 {
    color: #666;
}

/* 成功案例 */
.success {
    min-height: 1000px;
    position: relative;
    margin-top: 120px;
    padding-top: 40px;
}

.success-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.success-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-title-line>h2 {
    font-weight: bold;
    color: #fffffd;
}

.success-title-line>h5 {
    margin-top: 25px;
    color: #99999f;
}

/* swiper */
.success-swiper-content {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.success-item {
    display: flex;
    justify-content: center;
    border-radius: 6px;
}

.success-item>img {
    max-width: 1000px;
    border-radius: 6px;
}

.success-pagination {
    bottom: 60px !important;
}

.success-pagination>.swiper-pagination-bullet-active {
    background-color: #187dd5;
}

/* 团队介绍 */
.team {
    margin-top: 120px;
}

.team-column {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.team-column>div {
    display: flex;
    justify-content: center;
}

.team-item {
    border: 1px solid transparent !important;
    margin: 0 40px;
    cursor: pointer;
    border: none !important;
}

.team-text>div {
    color: #666;
}

.team-item:hover {
    transform: scale(1.1);
    backface-visibility: hidden;
    box-shadow: 0 0 12px 0 #ebebeb;
    transition: all 0.3s ease-in-out;
}

.team-item:not(hover) {
    transform: scale(1);
    backface-visibility: hidden;
    box-shadow: 0 0 12px 0 #ededed;
    padding: 0;
    transition: all 0.25s ease-in-out;
}

/* 客户证言 */
.testimony {
    position: relative;
    padding-bottom: 100px;
}

.testimony-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimony-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimony-text {
    display: flex;
}

.testimony-comma {
    width: 40px;
    position: relative;
}

.testimon-item>div {
    user-select: none;
    font-size: 16px;
    color: #333;
}

.testimon-item>div:nth-child(3) {
    font-weight: bold;
    color: #333;
}

.testimony-img {
    display: flex;
    align-items: center;
}


/* swiper */
.testimony-swiper {
    margin: 60px 0 0 0 !important;
    min-height: 350px;
    padding-bottom: 80px;
}

.testimony-swiper .swiper-slide {
    padding: 0 10px;
}

.testimony-swiper>.swiper-button-prev,
.testimony-swiper>.swiper-button-next {
    width: 36px;
    height: 36px;
    top: unset !important;
    bottom: 0 !important;
}

.testimony-swiper>.swiper-button-next {
    right: unset;
    left: 60px;
}

.testimony-swiper>.swiper-button-prev::after,
.testimony-swiper>.swiper-button-next::after {
    content: none !important;
}

/* 渐显效果 */
.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 首部渐显 */
.fade-in-first {
    animation-name: fade-in;
    animation-duration: .6s;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}