/*控制轮播图按钮部分*/
.am-slider-default .am-control-nav{
	bottom: 15px;
}
.am-slider-default .am-control-nav li{
	margin: 0px 3px;
}
.am-slider-default .am-control-nav li a{
	width: 25px;
	height: 2.5px;
	border-radius: 0px;
	background-color: rgb(255,255,255);
	box-shadow: black 0px 0px 40px 5px;
}
.am-slider-default .am-control-nav li a.am-active{
	background-color: yellow;
}
.am-slider-default{
	margin: 0;
}

/*页面部分*/
body{
	background-color: #f7f7f7;
}
.bt_decriction{
	background-color: #ebefee;
	width: 100%;
	height: 50px;
}
.bt_decriction_text{
	display: inline-block;
	font-size:20px;
	color: white;
	height: 100%;
	line-height: 50px;
	background-color: #dc9e62;
	font-weight: 500;
	padding-left: 20px;
	float: left;
}
.bt_decriction_down{
	width:14.8%;
	height: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bt_decriction_down img{
	width: 100%;
	height: 100%;
}
.bt_detail{
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom:10px;
	background-color:white;
}
.bt_detail_text{
	width: 90%;
	margin: 0 auto;
	text-indent: 35px;
}
.bt_detail_equipment{
	width: 90%;
	margin: 0 auto;
}
.bt_detail_message{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.bt_detail_place{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #808080;
}
.bt_detail_special{
	overflow: hidden;
	text-overflow: ellipsis;
	color: #808080;
}
.icon_place{
	width:30px;
	height: 25px;
	display: inline-block;
	float: left;
	background-size: 12px 14px;
}
.place{
	background-image: url(../images/place.png);
	background-repeat: no-repeat;
	background-position-y: center;
}
.phone{
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position-y: center;
}
.price{
	background-image: url(../images/price.png);
	background-repeat: no-repeat;
	background-position-y: center;
}
.area{
	background-image: url(../images/mountain.png);
	background-repeat: no-repeat;
	background-position-y: center;
}
.people{
	background-image: url(../images/people.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: 14px 14px;
}
.advanceDays{
	background-image: url(../images/v_time.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: 14px 14px;
}
.equipment{
	background-image: url(../images/equipment.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: 14px 14px;
}