.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bgF7FAFD {
    background: #F7FAFD;
}

.facility-warp {
    width: 100%;
}

.facility-banner {
    position: relative;
}

.facility-banner-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.facility-banner-title {
    font-size: 42px;
    font-family: FZFYSJW--GB1-0, FZFYSJW--GB1;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 49px;
    letter-spacing: 1px;
}

.facility-banner-desc {
    width: 1007px;
    font-size: 21px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    margin: 93px 0 87px;
    text-align: left;
}

.facility-ty-btn {
    width: 140px;
    height: 140px;
    background: url('../../images/gx/facility/btn1.png') no-repeat;
    background-size: 100% 100%;
    padding: 5px;
    position: relative;
    cursor: pointer;
}

.btn2 {
    width: 100%;
    height: 100%;
    animation: rate 1s linear infinite;
}

.btn-title {
    font-size: 21px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.module-title-block img {
    display: block;
    width: 20px;
    height: 15px;
    margin: 7px 7px 0;
}

.module-title {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #0B0B0B;
    line-height: 45px;
    letter-spacing: 1px;
    position: relative;
}

.module-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, #1FABF2 0%, #1381F1 50%, #0F3AE0 100%);
    bottom: 4px;
    position: absolute;
}

.module-desc {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #666666;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    margin: 21px 0 72px;
}

.text-left {
    padding-left: 69px;
}

.text-right {
    padding-left: 118px;
}

.text-one {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #666666;
    line-height: 22px;
}

.text-two {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #0B0B0B;
    line-height: 45px;
    letter-spacing: 1px;
    margin: 16px 0 12px;
}

.text-three {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.bar {
    width: 1276px;
    height: 1px;
    background: #000000;
    opacity: 0.05;
    margin: 56px 0 56px -38px;
}

.jf-item > img {
    animation: bounce 0.8s ease infinite alternate;
    display: inline-block;
    transform: translate3d(0, 0, 0);
}

.jf-item-title {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #141414;
    text-align: center;
    line-height: 33px;
    margin-bottom: 14px;
}

.jf-item-desc {
    width: 276px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    text-align: center;
}

.slide {
    overflow: hidden;
}

.slide-list {
    display: flex;
}

.slide-item {
    width: 228px;
    height: 472px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px;
    transition: .3s linear;
    position: relative;
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-item-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-item-block .title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 33px;
    position: absolute;
    left: 31px;
    bottom: 37px;
}

.slide-list .slide-item:hover .slide-item-block .title {
    bottom: 89px;
}

.slide-item-block .desc {
    width: 394px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    left: 31px;
    bottom: -48px;
}

.slide-list .slide-item:hover .slide-item-block .desc {
    bottom: 30px;
}

.slide-item:last-child {
    margin: 0;
}

.slide-item:first-child {
    width: 456px;
}

/* .slide-item:nth-child(1) {
  background: #1ABC9C;
}

.slide-item:nth-child(2) {
  background: #3498DB;
}

.slide-item:nth-child(3) {
  background: #9B59B6;
}

.slide-item:nth-child(4) {
  background: #D35400;
} */

.slide-list:hover .slide-item {
    width: 228px;
}

/* .slide-list:hover .slide-item:last-child {
  width: 65%;
} */
.slide-list .slide-item:hover {
    width: 456px;
}

@keyframes bounce {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 10px, 0);
    }
}

.status-desc {
    width: 1200px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 58px;
    text-align: center;
}