/* 应用场景 */
.hotel_case{
	margin-top: 70px;
}
.hotel_case .model_title{
	margin-bottom: 42px;
}
.hotel_case .item{
	width:262px;
	height:349px;
	position: relative;
	margin-bottom: 50px;
}
.hotel_case .item .item_title{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-align: center;
}
.hotel_case .item>div{
	overflow: hidden;
	width: 16.375rem;
	height: 21.8125rem;
}
.hotel_case .item img{
	transition: all 1s;
	-ms-transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.hotel_case .item img:hover{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}