.floor-top {
    position: relative;
}

.floor-des {
    position: relative;
}

.floor-bg {
    width: 35%;
    height: 70px;
    background: #7fdfda;
    position: absolute;
    left: -20%;
    bottom: 0;
}

.floor-des .back {
    margin: 20px 0 30px;
    width: 30%;
}

.floor-des .back img {
    display: block;
    max-width: 100%;
}

.floor-des h2 {
    font-size: 48px;
    color: #eb5c20;
    font-weight: bold;
    letter-spacing: 4px;
}

.floor-des h5 {
    color: #d1b890;
    font-size: 24px;
    margin-bottom: 30px;
}

.floor-des h4 {
    font-size: 24px;
    color: #000000;
    line-height: 36px;
}

.floor-des .list-logo {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 25%;
}

.floor-des .list-logo img {
    max-width: 100%;
    display: block;
}

.floor-img {
    background: url(../images/zhongzhou/probg.png) no-repeat;
    background-size: 100% 100%;
}

.floor-img .mySwiper {
    margin: 0 0 24px 8px;
    width: 100%;
    overflow: hidden;
}

.floor-img .mySwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.floor-img .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floor-img .mySwiper .swiper-button-next,
.floor-img .mySwiper .swiper-button-prev {
    top: unset;
    bottom: 24px;
    background: rgba(195, 92, 45, 0.5);
    color: #FFF;
    outline: none;
}

.floor-img .mySwiper .swiper-button-prev {
    left: 23px;
}

.floor-img .mySwiper .swiper-button-next {
    left: 60px;
    right: auto;
}

.floor-img .mySwiper .swiper-button-next::after,
.floor-img .mySwiper .swiper-button-prev::after {
    font-size: 18px;
}

.floor-center {
    margin: 60px 0 40px;
}

.floor-center .floor-text {
    padding: 20px;
    box-shadow: 5px 5px 16px -1px #ccc;
    position: relative;
    /* box-shadow: 0 0 40px rgba(95, 125, 149, 0.1); */
}

.floor-center .floor-text p {
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin: 0;
    padding: 5px 0;
}

.floor-center .floor-text p img {
    margin-right: 5px;
}

.floor-center .floor-text p span {
    color: #c50505;
    font-size: 22px;
}

.floor-center .floor-text p span i {
    font-style: normal;
    font-size: 18px;
}

.floor-center .floor-text p span b {
    font-size: 28px;
    font-weight: normal;
}

.floor-center .floor-text .ico-wx {
    text-align: center;
}

.floor-center .floor-text .ico-wx img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.floor-center .floor-text .ico-wx p {
    color: #9e9e9e;
    font-size: 12px;
}

.floor-center .floor-tel {
    border-radius: 10px;
    background: rgba(127, 223, 218, 0.5);
    line-height: 30px;
    float: right;
    font-size: 18px;
    color: #eb5c20;
    text-align: center;
    padding: 5px 0;
    height: 40px;
    font-weight: 500;
    margin-top: 20px;
}

.floor-center .floor-tel img {
    display: inline-block;
    vertical-align: middle;
}

.floor-bottom {
    position: relative;
}

.floor-bottom .floor-bg {
    background: rgba(127, 223, 218, 0.5);
    z-index: -1;
    height: 50px;
    top: 0;
    bottom: auto;
}

.floor-bottom .title {
    font-size: 24px;
    color: #eb5c20;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
}

.floor-bottom .title-sm {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    padding: 20px 0;
}

.floor-bottom .title-sm img {
    display: inline-block;
    vertical-align: middle;
}

.floor-bottom .title-sm b {
    font-size: 30px;
}

.floor-bottom .fancybox {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.floor-bottom .fancybox .layerShow {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(198, 196, 180, 0.5);
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    line-height: 300px;
    opacity: 0;
    transition: .3s;
}

.floor-bottom .fancybox img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.floor-bottom .fancybox:hover img {
    box-shadow: 5px 5px 16px -1px #ccc;
}

.floor-bottom .fancybox:hover .layerShow {
    opacity: 1;
}

@media(max-width:1200px) {
    .floor-des h2 {
        font-size: 42px;
    }
    .floor-des h5 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .floor-des h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .floor-des .list-logo {
        width: 25%;
        right: 5%;
        top: 15%;
    }
    .floor-center .floor-text p {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .floor-des h2 {
        font-size: 38px;
    }
    .floor-des h5 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .floor-des h4 {
        font-size: 14px;
        line-height: 26px;
    }
    .floor-bg {
        width: 50%;
    }
    .floor-center .floor-text p {
        font-size: 14px;
    }
    .footer-top {
        min-height: auto;
        padding-bottom: 20px;
    }
}


/* hemingyuan */

.hemingyuan .floor-des h2,
.hemingyuan .floor-des h5 {
    color: #003445;
}

.hemingyuan .floor-bg {
    background: #003445;
}

.hemingyuan .floor-img {
    background: url(../images/hemingyuan/probg.png) no-repeat;
    background-size: 100% 100%;
}

.hemingyuan .floor-img .mySwiper .swiper-button-next,
.hemingyuan .floor-img .mySwiper .swiper-button-prev {
    background: rgba(0, 52, 69, 0.5);
}

.hemingyuan .floor-center .floor-tel {
    background: rgba(186, 200, 205, 0.5);
    color: #003445;
}

.hemingyuan .floor-bottom .floor-bg {
    background: rgba(0, 52, 69, 0.5);
}

.hemingyuan .floor-bottom .title {
    color: #003445;
}


/* jinxiangyu */

.jinxiangyu .floor-des h2,
.jinxiangyu .floor-des h5 {
    color: #0037a0;
}

.jinxiangyu .floor-bg {
    background: url(../images/jinxiangyu/floor-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.jinxiangyu .floor-img {
    background: url(../images/jinxiangyu/probg.png) no-repeat;
    background-size: 100% 100%;
}

.jinxiangyu .floor-img .mySwiper .swiper-button-next,
.jinxiangyu .floor-img .mySwiper .swiper-button-prev {
    background: rgba(83, 181, 227, 0.5);
}

.jinxiangyu .floor-center .floor-tel {
    background: rgba(83, 181, 227, 0.5);
    color: #00339f;
}

.jinxiangyu .floor-bottom .floor-bg {
    background: rgba(83, 181, 227, 0.5);
}

.jinxiangyu .floor-bottom .title {
    color: #00339f;
}


/* tiancuige */

.tiancuige .floor-des h2,
.tiancuige .floor-des h5 {
    color: #013b37;
}

.tiancuige .floor-bg {
    background: url(../images/tiancuige/floor-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.tiancuige .floor-img {
    background: url(../images/tiancuige/probg.png) no-repeat;
    background-size: 100% 100%;
}

.tiancuige .floor-img .mySwiper .swiper-button-next,
.tiancuige .floor-img .mySwiper .swiper-button-prev {
    background: rgba(83, 181, 227, 0.5);
}

.tiancuige .floor-center .floor-tel {
    background: rgba(83, 181, 227, 0.5);
    color: #013b37;
}

.tiancuige .floor-bottom .floor-bg {
    background: rgba(83, 181, 227, 0.5);
}

.tiancuige .floor-bottom .title {
    color: #013b37;
}