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: 100%;
    width: 100%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.left_sider {
	position: absolute;
	width:100%;
	height:30%;
	bottom:0;
	left:0;
	background:url(../img/bottombg.png) no-repeat;
    background-size: cover;
    display: none
}
#data1 {
	display: block;
}
.left{
	width: 50%;
	float: left;
}
.right{
	width: 50%;
	float: right;
	padding-top:20px;
}
.left_sider .musm_img {
	position: relative;
	width:60%;
	margin:0 auto;
	margin-top: 20%
}
.left_sider .name{
	text-align: center;
	font-size: 16px;
    color: #8f6852;
}
.left_sider .musm_img img{
	width: 100%;
}
.left_sider .name {
	text-align: center;
	font-size: 16px;
	color: #643d24;
	padding:0;
	margin:0;
	margin-top:5px;
}
.left_sider .time {

	position: relative;
	width:100%;
	margin:0 auto;
}
.left_sider .time .title {
	display: inline-block;
	background-color: #8f6852;
	padding:2px 2px;
	color: #fff;
	font-size: 12px;
	margin:2px 0;
}
.left_sider .time p{
	color: #352307;
	font-size: 12px;
	line-height: 1.5em;
}
.left_sider .addr {
	position: relative;
	width:100%;
	margin:0 auto;
}
.left_sider .addr .title {
	display: inline-block;
	background-color: #8f6852;
	padding:2px 2px;
	color: #fff;
	font-size: 12px;
	margin:2px 0;
	margin-bottom:8px;
	
}
.left_sider .addr .desc{
	color: #352307;
	font-size: 12px;
	line-height: 1.2
}
