#box {
	position: relative;
}
#topbar {
	height: 30px;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	background: url(../Images/Before/index/bg01.gif) repeat-x;
	line-height: 30px;
	text-align: right;
	overflow: hidden;
}
#logo_s {
	float: left;
	display: block;
	width: 100px;
	height: 30px;
}
#topbar strong {
	margin-right: 5px;
}
#topbar span {
	margin: 0 5px;
	color: #999;
}
#flash {
	height: 200px;
	margin-top: 5px;
}
#flash img {
	display: block;
	width: 100%;
	height: 200px;
}
#main {
	margin-top: 10px;
}
.guide {
	width: 766px;
	padding: 5px;
	border: 1px solid #f90;
}
.guide p {
	font-size: 13px;
	color: #369;
	line-height: 20px;
	text-indent: 2em;
}
.guide p a,
.guide p a:visited {
	color: #f90;
	text-decoration: underline;
}
/*———————————————————— content */
.content {
	padding: 10px 0 0 15px;
	border: 1px solid #ccc;
	border-top: 0;
}
.part {
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}
.part .pic {
	float: left;
	width: 300px;
	margin: 5px 15px 0 0;
}
.part .pic img {
	display: block;
	width: 300px;
	height: 225px;
}
.part .introduce {
	float: left;
	width: 431px;
	margin-right: 15px;
}
.part .introduce h2 {
	border-bottom: 1px solid #f5f5f5;
	font: bold 14px/30px "宋体";
}
.part .introduce h2 a,
.part .introduce h2 a:visited {
	color: #f60;
	text-decoration: underline;
}
.part .introduce p {
	margin-top: 10px;
	font: normal 14px/24px "宋体";
	text-indent: 2em;
}
.part .introduce p a,
.part .introduce p a:visited {
	margin: 0 3px;
	font-weight: normal;
	color: #36c;
	text-decoration: underline;
}
.part .introduce div {
	width: 100%;
	margin-top: 6px;
	font-size: 14px;
	line-height: 24px;
	overflow: auto;
}
.part .introduce div span {
	float: left;
	font-weight: bold;
}
.part .introduce div p {
	float: left;
	width: 386px;
	margin-top: 0;
	color: #666;
	text-indent: 0;
}
.part .introduce div a {
	margin: 0 10px 0 5px;
}
/*———————————————————— suggest */
.suggest {
	width: 100%;
	margin-top: 15px;
	overflow: auto;
}
.subPart {
	float: left;
	width: 380px;
	margin-right: 18px;
}
.nextPart {
	margin-right: 0;
}
.subPart .subTitle {
	height: 24px;
	padding-left: 10px;
	border: 1px solid #fde1b7;
	background: #fdfaf5;
	font: bold 12px/24px "宋体";
	color: #f90;
}
.subPart .subContent {
	display: block;
	padding: 5px 10px;
	border: 1px solid #fde1b7;
	border-top: 0;
}
.subPart .subContent li {
	height: 24px;
	padding-left: 8px;
	background: url(../Images/Before/index/square.gif) no-repeat 0 9px;
	line-height: 24px;
	overflow: hidden;
}
.subPart .subContent li a,
.subPart .subContent li a:visited {
	color: #369;
}
.subPart .subContent li a:hover {
	color: #f60;
}
.picList {
	display: block;
	width: 776px;
	padding-bottom: 10px;
	border: 1px solid #fc9;
	overflow: auto;
}
.picList li {
	float: left;
	width: 121px;
	height: 91px;
	margin-top: 10px;
	padding: 0 4px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
.picList li .pic {
	display: block;
	margin: 0 14px 5px;
	padding: 2px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.picList li .pic img {
	display: block;
	width: 87px;
	height: 65px;
}
.picList li a,
.picList li a:visited {
	color: #369;
}
.picList li a:hover {
	color: #f60;
}
.mapContainer {
	position: absolute;
	top: 100px;
	left: 780px;
	width: 47px;
}
.showMap {
	width: 47px;
	height: 15px;
	background: url(../Images/Before/hotel_search/map.gif) no-repeat;
	text-align: right;
	cursor: pointer;
	text-indent: 9999px;
	overflow: hidden;
}
.map {
	display: none;
	width: 100%;
	height: 450px;
	background: #ccc;
}
.unfold {
	left: 0;
	width: 770px;
	border: 4px solid #f90;
	background: #fff;
}
.unfold .showMap {
	display: none;
}
.unfold .map {
	display: block;
}
.control {
	position: absolute;
	top: 50px;
	left: 690px;
	width: 80px;
	height: 30px;
	background: #000;
	line-height: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	overflow: hidden;
}