.box{
	width: 100%;
	min-height: 8rem;
	position: relative;
	/*padding-top: 1.6rem;*/
	padding-bottom: 2.6rem;
}


.box .main{
	width: 100%;
	height: 100%;
	position: relative;
}

.box .main .banner{
	height: 7.1rem;
	position: relative;
}

.box .main .banner2{
	height: 7.1rem;	
}

.box .main .banner > img{
	width: 100%;
	height: 100%;
}

.box .main .banner .layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .44);
}

.box .main .banner .info{
	position: absolute;
	width: 6rem;
	height: 6rem;
	left: 2.4rem;
	top: 2.4rem;
}

.box .main .banner .info .title{
	position: absolute;
	border-bottom: 3px solid #faac24;
	height: 0.72rem;
	/*line-height: 0.6rem;*/
	left: 0;
	top: 0;
	font-size: 0.40rem;
	font-weight: bold;
	color: #fff;
}

.box .main .banner .info .text{
	position: absolute;
	border-top: 1px solid #757575;
	height: 5rem;
	left: 0;
	top: 0.7rem;
	padding-top: 0.1rem;
	line-height: 0.4rem;
	color: #fff;
	font-size: 0.18rem;
	text-indent: 2em;
}

.box .main .typelist{
	height: 1.2rem;
	width: 100%;
}

.box .main .typelist .item{
	width: 33.33%;
	height: 100%;
	float: left;
	position: relative;
	border-bottom: 2px solid #d1d1d1;
	border-left: 2px solid #d1d1d1;
	box-shadow: 2px 2px 2px #f2f2f2;
}

.box .main .typelist .item_focus{
	background-color: #faac24;
	color: #fff;
}

.box .main .typelist .item .icon,
.box .main .typelist .item .icon2{
	position: absolute;
	width: 1.62rem;
	height: 0.6rem;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}

.box .main .typelist .item .title,
.box .main .typelist .item .title_focus{
	position: absolute;
	left: 0;
	top: 1.2rem;
	width: 100%;
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.28rem;
	text-align: center;
	letter-spacing: 0.1rem;
	font-weight: bold;
	color: #000;
	display: none;
}

.box .main .typelist .item .title_focus{
	color: #fff;
}

.box .main .typeinfobox{
	position: relative;
	width: 14.42rem;
	height: 10rem;
	margin: 0 auto;
	/*display: none;*/
}

.box .main .typeinfobox2{
	height: 13rem;	
}

.box .main .typeinfobox .typedetail{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.box .main .typeinfobox .typedetail .content{
	width: 100%;
	padding-top: 0.4rem;
	padding-bottom: 1rem;
}

.box .main .typeinfobox .typedetail .content .note{
	width: 100%;
}

.box .main .typeinfobox .typedetail .content .note .title{
	display: inline-block;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.24rem;
	color: #fff;
	background-color: #000;
	margin-bottom: 0.3rem;
}

.box .main .typeinfobox .typedetail .content .note .hotelname{
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.24rem;	
}

.box .main .typeinfobox .typedetail .content .note .detail{
	text-indent: 2em;
	line-height: 0.4rem;
	font-size: 0.22rem;
}

.box .main .typeinfobox .typedetail .content .note .notepic{
	margin-top: 0.1rem;
	width: 100%;
	height: 4rem;
}

.box .main .typeinfobox .typedetail .content .note .notepic > img{
	width: 100%;
	height: 100%;
}

.box .main .typeinfobox .typedetail .sliderpic{
	height: 4.6rem;
	width: 100%;
	background-color: #fffbf4;
	position: relative;
	/*padding-right: 7.4rem;*/
}

.box .main .typeinfobox .typedetail .sliderpic .picbox{
	/*width: 100%;*/
	height: 4.6rem;
	width: 7rem;
	position: relative;
}

.box .main .typeinfobox .typedetail .sliderpic .picinfo{
	position: absolute;
	height: 100%;
	width: 7rem;
	top: 0;
	right: 0;
	overflow: auto;
}

.box .main .typeinfobox .typedetail .sliderpic .picinfo .titlebox{
	height: 0.5rem;
	margin-bottom: 0.3rem;	
	overflow: hidden;	
}

.box .main .typeinfobox .typedetail .sliderpic .picinfo .titlebox .title{
	display: inline-block;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: 100%;
	line-height: 0.5rem;
	font-size: 0.24rem;
	color: #fff;
	background-color: #000;
}

.box .main .typeinfobox .typedetail .sliderpic .picinfo .titlebox .title2{
	display: inline-block;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: 100%;
	line-height: 0.5rem;
	font-size: 0.22rem;
}

.box .main .typeinfobox .typedetail .sliderpic .picinfo .detail{
	text-indent: 2em;
	line-height: 0.4rem;
	font-size: 0.22rem;
	padding-right: 0.1rem;
	padding-bottom: 0.1rem;
}