/* 加入我们   导航栏样式 */
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
img{
	border: none;
}
.sideMenu{
	/* width: 258px; */
	width: 100%;
	/* margin: 0 auto; */
}
.sideMenu h3{
	/* width: 238px; */
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	/* color:red; */
	color:#000;
	cursor: pointer;
	padding: 2px 30px;
	/* border-radius: 2px; */
	font-family: '宋体';
	letter-spacing: 1px;
	border-left: 4px solid red;
	border-top: 1px solid rgba(227,227,227,1);
	border-bottom: 1px solid rgba(227,227,227,1);
	/* margin: 2px 0; */
}
/* .sideMenu h3 a{
	color: red;
} */
.sideMenu ul{
	display: none;
}
.sideMenu ul li{
	/* width: 238px; */
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #f7f7f7;
	border-bottom: 2px solid #fff;
	padding: 0 50px;
	cursor: pointer;
}
.sideMenu ul li a{
	color: #747070;
	font-size: 16px;
	font-weight: normal;
	
}