.banner{
	width:100%;
}
.banner .img{
	width:100%;
	height:470px;
	margin:0 auto;
	background:url(../img/banner_room.jpg) center;
}
.banner .nav{
    width:1200px;
    height:60px;
    line-height: 60px;
    margin:0 auto;
    color:black;
    font-size:15px;
    border-bottom:1px solid rgb(222,222,222);
}
.banner .nav img{
    margin-right:10px;
}
.banner .nav a{
    color:black;
}
.banner .tit{
    width:345px;
    height:90px;
    margin:0 auto;
    margin-top:30px;
}
.banner .tit span{
    display: inline-block;
    width:345px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size:20px;
    font-weight: 1000;
}
.banner .detail{
    width:1200px;
    height:200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 auto;
}
.banner .detail span{
    width:277px;
    height:52px;
    line-height: 52px;
    font-size:18px;
    color:gray;
    text-align: center;
    padding:23px 0;
}
.banner .detail span img{
    vertical-align: middle;
    margin-right:10px;
}
.banner .detail span:nth-child(1),
.banner .detail span:nth-child(2),
.banner .detail span:nth-child(3),
.banner .detail span:nth-child(4){
    border-bottom:1px solid rgb(222,222,222);
}
.banner .detail span:nth-child(1),
.banner .detail span:nth-child(2),
.banner .detail span:nth-child(3),
.banner .detail span:nth-child(5),
.banner .detail span:nth-child(6),
.banner .detail span:nth-child(7){
    border-right:1px solid rgb(222,222,222);
}
/*客房列表*/
.room_list{
    width:100%;
    height:auto;
    background: rgb(245,245,245);
    padding-top:20px;
    padding-bottom: 40px;
}
.room_list .room_list_tit{
    width:228px;
    heigt:90px;
    margin:0 auto;
}
.room_list .room_list_tit span{
    display: block;
    width:228px;
    height:40px;
    line-height: 40px;
    font-size:20px;
    font-weight:1000;
    text-align: center;
}
.room_list .room_list_tit .xian{
    display: block;
    width:50px;
    height:5px;
    margin:0 auto;
}
.room_list .room_list_tit .room_list_tit_1{
    display: block;
    width:177px;
    height:19px;
    margin:10px auto;
}
.room_list .room_list_main{
    width:1200px;
    margin:0 auto;
    margin-top:40px;
}
.room_list .room_list_main>div{
    width:1200px;
    height:340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition:all 1s;
}
.room_list .room_list_main>div:hover{ 
	box-shadow: 0 0 40px rgb(216,141,67);
	padding:10px;
	margin:20px 0;
}
.room_list .room_list_main .detail{
    width:595px;
    height:340px;
    background:url(../img/idaike_xxbg.jpg);
    position: relative;
}
.room_list .room_list_main .detail img{
    position: absolute;
    top:44px;
    left:22px;
}
.room_list .room_list_main .detail span{
    display: block;
    font-size:20px;
    position: absolute;
    top:32px;
    left:40px;
}
.room_list .room_list_main .detail div{
    width:50px;
    height:5px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top:75px;
    left:40px;
}
.room_list .room_list_main .detail p{
    display: block;
    font-size:20px;
    line-height: 30px;
    position: absolute;
    top:90px;
    left:40px;
    font-size:15px;
    color:gray;
}
.room_list .room_list_main .detail a{
    display: block;
    width:222px;
    height:52px;
    font-size:20px;
    line-height: 52px;
    position: absolute;
    top:230px;
    left:40px;
    font-size:18px;
    background: url(../img/i_ydbut_bg.png);
}
.room_list .room_list_page{
    width:100px;
    height:30px;
    margin:0 auto;
    padding:30px 0;
}
.room_list .room_list_page a{
    display: inline-block;
    color:gray;
    width:30px;
    height:30px;
    line-height: 30px;
    background: url(../img/idaike_xxbg.jpg);
}