html, body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.map {
	height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    background:url(../img/bg.jpg) no-repeat;
    background-size: cover;
}
#mapDiv {
    height: 96%;
    width: 98%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.left_sider {
	position: absolute;
	width:20%;
	height:100%;
	top:50%;
	left:0%;
	transform: translateY(-50%);
	background:url(../img/leftbg.png) no-repeat;
    background-size: cover;
    display: none
}
#data1 {
	display: block;
}
.left_sider .musm_img {
	position: relative;
	width:70%;
	margin:0 auto;
	margin-top: 28%
}
.left_sider .name{
	text-align: center;
	font-size: 20px;
    color: #8f6852;
    margin:0;
    padding:0;
    margin-bottom:34px;
}
.left_sider .musm_img img{
	width: 100%;
}
/*.left_sider .name {
	text-align: center;
	font-size: 16px;
	color: #643d24;
}*/
.left_sider .time {
	position: relative;
	width:70%;
	margin:0 auto;
}
.left_sider .time .title {
	display: inline-block;
	background-color: #8f6852;
	padding:2px 8px;
	color: #fff;
	font-size: 16px;
	margin:14px 0;
}
.left_sider .time p{
	color: #352307;
	font-size: 16px;
	line-height: 1.2
}
.left_sider .addr {
	position: relative;
	width:70%;
	margin:0 auto;
}
.left_sider .addr .title {
	display: inline-block;
	background-color: #8f6852;
	padding:2px 8px;
	color: #fff;
	font-size: 16px;
	margin:20px 0;
	
}
.left_sider .addr .desc{
	color: #352307;
	font-size: 16px;
	line-height: 1.5
}
