/*手机导航*/
#hei{
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	position: absolute;
	top:0px;
	z-index: 100;
}
#sidebar_box{
	width: 40%;
	height:100%;
	margin: auto;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #FFFFFF;
	z-index: 10000;
}
#sidebar_box .side_top{
	height:164px;
	background:url(../sidebar/images/back_02.jpg) no-repeat;
	overflow:hidden;
}
#sidebar_box .side_top .touxiang{
	width: 100px;
	height: 100px;
	margin-top: 34px;
	margin-left: 24px;
	float: left;
	border-radius: 50px;
	overflow:hidden;
}

#sidebar_box .side_top .touxiang>img{
	width: 100px;
	height: 100px;
}
#sidebar_box .side_top p{
	float:left;
	font-size:20px;
	color:#666;
	margin-left:24px;
	margin-top:44px;
	line-height:32px;
}
#sidebar_box .side_top p span{
	font-size:32px;
	color:#333;
}

#sidebar_box .side_top a{
	width:54px;
	height:54px;
	float:right;
	margin-right:24px;
	margin-top:57px;

}
#sidebar_box .side_top a img{
	width:100%;
}
#sidebar_box .side_connet{
	min-height:800px;
	height:100%;
}
#sidebar_box .connet_le{
	width:100%;
	border-top:2px solid #e5e5e5;
	background-color:#f5f5f5;
	min-height:800px;
	height:100%;
}

#sidebar_box .connet_le a{
	width:100%;
	float:left;
	font-size:28px;
	color:#333333;
	line-height:104px;
	text-align:center;
}
#sidebar_box .connet_le .dangqian{
	background-color:white;
}

#sidebar_box .connet_ri{
	min-width: 200px;
	width:100%;
	background-color:white;
	min-height:800px;
	height: 100%;
	position: absolute;
	right: 200px;
	top:0px;
}

#sidebar_box .connet_ri a{
	width:85%;
	float: left;
	font-size: 26px;
	color: #666666;
	line-height: 74px;
	padding-left: 15%;
	border-bottom: 2px solid #e5e5e5;
	display: block;
	clear: both;
}