#sub-banner section{
	width:100%;
}
.sub-to{
	display: inline-block;
    font-size: 16px;
    color: #245d5c;
    font-weight: bold;
    padding: 5px 15px;
    border: 2px solid #93c1c0;
    margin-bottom: 10px;
    background: #d5efe5;
	cursor:pointer;
}
aside{
	overflow:visible;
	position:relative;
	margin: 10px 0 20px;
}
aside .sidetitle{
	display:none;
}
aside >ul{
    width: 100%;
    margin-left: 0;
    display: none;
    float: none;
    background: #2fadac;
    z-index: 5;	
}
aside ul li{
    display: block;	
}
aside ul li a{
    color: #fff;
    padding: 10px 15px;	
	border-radius:0;
}
aside ul li a:hover{
	background:rgba(255,255,255,0.2);
}
.content-wrap{
	margin: 20px 0 ;
}
@media screen and (max-width: 480px) {
	.waylink .h6,
	.waylink ul li,
	.waylink .h6 a{
		font-size:12px;
		color: #c5c5c5;
	}
}