@charset "UTF-8";

/* #region 建设进展 */
.construction-progress-wrapper {
    padding-bottom: var(--app-fs-110);
    border-radius: var(--app-fs-12);
    background: #fff;
}

.construction-progress-swiper .swiper-wrap {
    padding: var(--app-fs-84) 0;
}

.construction-progress-swiper .image-wrapper {
    position: relative;
    width: calc(var(--app-basis-ratio) * 588px);
}

.construction-progress-swiper .image-wrapper > img {
    width: 100%;
}

.construction-progress-swiper .image-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--app-basis-ratio) * 450px);
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: var(--app-fs-12);
}

.construction-progress-swiper .image-box {
    width: 100%;
    height: 0;
    padding-bottom: 56.4%;
    overflow: hidden;
    border-radius: var(--app-fs-12);
}

.construction-progress-swiper .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.construction-progress-swiper .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: var(--app-fs-10);
}

.construction-progress-swiper .date {
    font-size: var(--app-fs-52);
    line-height: 1;
    color: #1d3897;
}

.construction-progress-swiper .title {
    margin-top: var(--app-fs-10);
    font-size: var(--app-fs-18);
    color: #000;
}

.construction-progress-swiper .more {
    justify-content: center;
    width: 11.875em;
    height: 4em;
    margin-top: var(--app-fs-32);
    border-radius: 99px;
    font-size: var(--app-fs-16);
    font-weight: 700;
    color: #fff;
    background: #1d3897;
}

.construction-progress-swiper .icon {
    font-weight: normal;
    width: var(--app-fs-20);
    height: var(--app-fs-20);
    margin-left: var(--app-fs-16);
    border-radius: 50%;
    background: #3d55a7;
}

.construction-progress-swiper .iconfont {
    font-size: var(--app-fs-10);
    line-height: 1;
}

.construction-progress-swiper .swiper-wrap:hover .image {
    transform: scale(1.1);
}

.construction-progress-swiper .swiper-wrap:hover .more {
    border: 1px solid #1d3897;
    background: #fff;
}

.construction-progress-swiper .swiper-wrap:hover .more span {
    color: #1d3897;
}

.construction-progress-swiper .swiper-button .iconfont {
    font-size: var(--app-fs-36);
    color: #c1c1c1;
}

.construction-progress-swiper .swiper-button-prev {
    left: 6%;
}

.construction-progress-swiper .swiper-button-next {
    right: 6%;
}

.construction-controller {
    position: relative;
    padding: 0 132px;
    
}

.construction-controller .box {
    overflow: hidden;
}

.construction-controller .swiper-container {
    overflow: visible;
}

.construction-controller .swiper-slide {
    position: relative;
    padding-bottom: var(--app-fs-40);
    font-size: var(--app-fs-24);
    text-align: center;
    color: #666;
    cursor: pointer;
}

.construction-controller .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: var(--app-fs-20);
    height: var(--app-fs-20);
    border: 3px solid #1d3897;
    border-radius: 50%;
    background: #fff;
    transition: all .3s;
    transform: translateX(-50%);
}

.construction-controller .swiper-slide.active {
    color: #1d3897;
}

.construction-controller .swiper-slide.active::after {
    bottom: calc(var(--app-basis-ratio) * 5px);
}

.construction-controller-box {
    border-bottom: 1px solid #a6a6a6;
    margin-top: calc(var(--app-fs-20) * -1);
}

.construction-controller-scale {
    position: relative;
    display: flex;
    width: 87.5%;
}

.construction-controller-scale::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 1px;
    height: 10px;
    background-color: #a6a6a6;
    visibility: visible;
}

.construction-controller-scale .scale-item {
    position: relative;
    display: flex;
    width: 15%;
}

.construction-controller-scale .scale-item::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -5px;
    width: 1px;
    height: 10px;
    background-color: #a6a6a6;
}

.construction-controller-scale .scale-item span:first-child {
    margin-left: 11.1111%;
}

.construction-controller-scale .scale-item span {
    width: 11.1111%;
    margin-right: 11.1111%;
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    height: 5px;
}

@media (max-width: 1100px) {
    .construction-controller {
        padding: 0 80px;
    }
}

@media (max-width: 992px) {
    .construction-progress-wrapper {
        padding-bottom: 0;
    }

    .construction-controller {
        display: none;
    }
}

@media (max-width: 768px) {
    .page-wrapper {
        padding: 3em 0;
    }
    .construction-progress-swiper .swiper-wrap {
        flex-direction: column;
        padding: var(--app-fs-40) 0;
    }

    .construction-progress-swiper .image-wrapper,
    .construction-progress-swiper .text-wrap {
        width: 100%;
    }

    .construction-progress-swiper .image-wrap {
        width: 80%;
    }

    .construction-progress-swiper .text-wrap {
        align-items: center;
        padding-left: 0;
        margin-top: 20px;
    }

    .construction-progress-swiper .swiper-button-prev {
        left: 5px;
    }

    .construction-progress-swiper .swiper-button-next {
        right: 5px;
    }
}
/* #endregion 建设进展 */

/* #region 设施展示 */
.facility-display-wrapper .parent-list + .parent-list {
    margin-top: 26px;
}

.facility-display-wrapper .parent-box .list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.facility-display-wrapper .parent-box .item {
    width: calc(33.33333% - 17.4px);
    border-radius: var(--app-fs-10);
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.facility-display-wrapper .parent-box .image-wrap {
    width: 100%;
}

.facility-display-wrapper .parent-box .image-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.3%;
    overflow: hidden;
}

.facility-display-wrapper .parent-box .image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.facility-display-wrapper .parent-box .text-wrap {
    padding: var(--app-fs-40);
}

.facility-display-wrapper .parent-box .text-wrap span {
    font-size: var(--app-fs-20);
    font-weight: 700;
    color: #313837;
}

.facility-display-wrapper .parent-box .text-wrap .icon {
    width: var(--app-fs-22);
    height: var(--app-fs-22);
    margin-left: var(--app-fs-32);
    border: 1px solid #898989;
    border-radius: 50%;
    font-size: var(--app-fs-10);
    transform: rotate(90deg);
    color: #000;
}

.facility-display-wrapper .parent-box .item:hover .image-wrap .image,
.facility-display-wrapper .parent-box .item.on .image-wrap .image {
    transform: translate(-50%, -50%) scale(1.1);
}

.facility-display-wrapper .parent-box .item:hover .text-wrap,
.facility-display-wrapper .parent-box .item.on .text-wrap {
    background: #1d3897;
}

.facility-display-wrapper .parent-box .item:hover .text-wrap span,
.facility-display-wrapper .parent-box .item.on .text-wrap span {
    color: #fff;
}

.facility-display-wrapper .parent-box .item:hover .icon {
    border-color: #fff;
    color: #fff;
}

.facility-display-wrapper .parent-box .item.on .icon {
    border-color: #fff;
    color: #fff;
    transform: rotate(-90deg);
}

.facility-display-wrapper .parent-content {
    padding: var(--app-fs-116) var(--app-fs-42);
    margin-top: var(--app-fs-30);
    border-radius: var(--app-fs-10);
    overflow: hidden;
    background-image: url(/statics/home/images/facilities/facility-display-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.facility-display-wrapper .parent-content .cont {
    width: 83%;
}

.facility-display-wrapper .parent-content .title {
    margin-bottom: 1em;
    font-size: var(--app-fs-24);
    color: #333;
}

.facility-display-wrapper .parent-content .title img {
    width: var(--app-fs-34);
    margin-right: var(--app-fs-10);
    font-size: 0;
}

.facility-display-wrapper .parent-content .rich-text {
    font-size: var(--app-fs-16);
    line-height: 2;
    color: #666;
}

.facility-display-wrapper .parent-content .close {
    margin-left: auto;
    width: var(--app-fs-56);
    height: var(--app-fs-56);
    border: 1px solid #ababab;
    border-radius: 50%;
    font-size: var(--app-fs-24);
    color: #666;
    cursor: pointer;
}

.facility-display-wrapper .parent-content .close .iconfont {
    line-height: 1;
    font-weight: 700;
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .facility-display-wrapper .parent-box .item {
        width: 100%;
    }
    .facility-display-wrapper .parent-box .text-wrap .icon {
        width: var(--app-fs-40);
        height: var(--app-fs-40);
    }

    .facility-display-wrapper .parent-content {
        flex-direction: column;
        padding-top: var(--app-fs-60);
        padding-bottom: var(--app-fs-60);
    }

    .facility-display-wrapper .parent-content .cont {
        width: 100%;
    }

    .facility-display-wrapper .parent-content .close {
        margin-left: 0;
        margin-top: 30px;
    }
}
/* #endregion 设施展示 */