.leftAside {
	position: fixed;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
	height: 541px;
	background: url(/static/images/leftAside.png) no-repeat;
	z-index: 1000
}

.leftAside .closeLeft {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -8px;
	cursor: pointer
}

.leftAside h1 {
	font-size: 15px;
	color: #edf1fd;
	text-align: center;
	font-weight: 700;
	margin-top: 13px;
	margin-bottom: 5px;
	line-height: 22px;
}

.leftAside p {
	font-size: 24px;
	color: #fff;
	text-align: center
}

.leftAside .Asidelists {
	margin: 0 auto;
	margin-top: 7px;
	overflow: hidden
}

.leftAside .Asidelists li {
	width: 150px;
	margin: 0 auto;
	height: 33px;
	line-height: 33px;
	font-size: 17px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px dashed #ff5a00;
}

.leftAside .Asidelists li a {
	color: #333;
	display: block;
	width: 100%;
	height: 100%
}

.leftAside .Asidelists li:hover {
	background: #edf1fd
}

.leftAside .Asidelists li:hover a {
	color: #333
}

.leftAside .top {
	width: 145px;
	margin: 0 auto;
	height: 65px;
	cursor: pointer;
	color: #fff;
	font-weight: bolder;
	font-size: 18px;
	text-align: center;
}

.leftAside .top .sanjiao {
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 15px solid #fff;
	margin: 23px auto 0;
}