.ph_left_box {
	float: left;
	width: 320px;
}
.ph_right_box {
	float: left;
	width: 320px;
}
.ph_right_box p {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}
.h3_access {
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: bold;
	color:#6ae3c2;
}

/*map*/
#map {
	width: 638px;
	height: 398px;
	border: 1px solid #999;
	margin-bottom: 35px;
}

#map iframe{
	width: 100%;
	height: 100%;
}

/*slide*/
#photo_wrap{
	padding: 0;
	width: 640px;
	height: 400px;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#photo_area{
	position: relative;
	width: 640px;
	height: 400px;
	display: table;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#img_area{
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 400px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	layout-grid-line: 542px;
}
#img_area img{
	vertical-align: middle;
}
.photo_nav{
	margin: 0 auto;
	width: 640px;
	height: 180px;
	position: relative;
	text-align: center;
}
#photo_nav {
	position: absolute;
	width: 640px;
	top: 180px;
	left: 0;
	z-index: 1000;
}
#photo_nav .prev,
#photo_nav .next{
	width: 20px;
}
#photo_nav  .prev{
	float: left;
}

#photo_nav  .next{
	float: right;
}
#slider{
	margin-bottom: 14px;
	width: 640px;
	overflow: hidden;
	clear: both;
	background-color: #FFFFFF;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
}
#thumb{
	overflow: hidden;
	clear: both;
	display: block;
	width: 660px;
}
#thumb li{
	width: 68px;
	height: 68px;
	float: left;
	display: block;
	margin-right: 14px;
	margin-bottom: 14px;
}