﻿.pc-hotel_furniture {
    width: 100%;
    height: auto;
}

.pc-hotel_furniture>.center {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-top: 3%;
}

.pc-hotel-left {
    width: 20%;
}

.pc-hotel-left div {
    width: 100%;
    height: auto;
    line-height: 45px;
    border-bottom: 1px solid #dcdcdc;
    text-indent: 1em;

}

.pc-hotel-left>div a {
    color: #444444;
}
.cur{
    color: #8f9db7 !important;
}
.cur>a{
    color: #8f9db7 !important;
}
.pc-right-arrow {
    float: right;
    margin-right: 5%;
    margin-top: 10%;
}

.pc-hotel-left>div a:hover{
    color: #8f9db7;
}
.tit-hotel:hover{
    color: #8f9db7;
}
/*  */
.pc-hotel-right {
    width: 95%;
    margin-left: 5%;
}

.pc-hotel-rightTitle {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #154269;
    line-height: 48px;
}

.pc-hotel-rightTiele-left>span {
    font-size: 18px;
    color: #666666;
}

.pc-hotel-rightTiele-left {
    float: left;
}

.pc-hotel-rightTiele-right {
    float: right;
    color: #999999;
}

.pc-hotel-rightTiele-right a {
    color: #999999;
}

/* 酒店客房家具 */
.pc-hotel-show {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-top: 20px;
}

.pc-hotel-show>div {
    width: 30%;
    height: auto;
    background: #f9f9f9;
    margin-bottom: 3%;
    margin-right: 5%;
    cursor: pointer;
}
.pc-hotel-show>div:nth-child(3n+0){
    margin-right: 0;
}
.pc-hotelShow-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pc-hotelShow-img img {
    width: 282px;
    transition: all 2s;

}

.ab-hotelShow-img {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    display: none;
    z-index: 99;

}

.round-animate {
    /* width: 40px;
    height: 40px; */
    position: absolute;
    top: 0px;
    left: 42%;
}

.round-animate>img {
    width: 100%;
}

.pc-hotel-show>div:hover {
    box-shadow: 5px 5px 10px #DCDCDC;
    background: #ffffff;
}

.pc-hotel-show div>img {
    width: 100%;
}

.pc-hotelShow-number {
    line-height: 30px;
    margin-left: 7%;
}
.pc-hotelShow-number p a{
    font-size: 16px;
    color: #666;
}
.pc-hotelShow-number span{
    color: #999;
}
.hotel-title-head{
    font-size: 20px;
    color:#154269;
    font-weight: 600
}
/* 分页 */
.news-page-box {
    width: 500px;
    /* height: 30px; */
    margin: 0 auto;
    margin-bottom: 15%;
    margin-top: 5%;
    /*  background: #154269; */
}





@media only screen and (max-width: 1200px) {

    .pc-hotel-left {
        display: flex;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #DCDCDC;
        padding-right: 0;
        flex-wrap: wrap;
    }

    .pc-hotel-left>div {
        width: 33%;
    }

    .pc-hotel_furniture>.center {
        flex-wrap: wrap;
    }

    .pc-hotel-right {
        width: 100%;
        margin-left: 0;
    }

    .pc-hotel-show>div img {
        width: 100%;
    }
    .pc-hotelShow-number>span{
        font-size: 12px;
    }
    .round-animate{
        width: 20%;
        height: 20%;
    }
    .hotel_furniture-title{
		width: 100% !important;
		text-align: center;
	}
	.pc-hotel-left div{
		text-align: center;
	}
	.pc-right-arrow{
		display: none !important;
	}
}