i{
	font-style: normal;
}
.navImg{
	height: 270px;
	overflow: hidden;
}
.asideRight{
	top: 400px!important;
}
.navImg img{
	width: 100%;
	height: 270px;
}
.nav{
	position: relative;
	height: 270px;
	width: 100%;
}

.navBottom{
	position: relative;
}
.navBottomCon{
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	padding: 5px 5px 0 5px;
	height: 35px;
	color: #fff;
	position: absolute;
	background: rgba(0,0,0,.4);
	bottom: 0px;
}
.navBottomCon>p a{
	color: #fff;
	vertical-align: middle;
}
.navBottomCon>p a:hover{
	text-decoration: underline;
	color: #009251;
}
.navBottomCon .oneList img,.navBottomCon .oneList  a,.navBottomCon .oneList span,.navBottomCon span{
	vertical-align: middle;
}
.navBottomCon .oneList{
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin-top: -5px;
	padding: 0 5px;
	margin-left: -5px;
	display: inline-block;
	background: rgba(0,0,0,.5);
}
.navBottomCon .twoList{
	display: inline-block;
	margin-top: -5px;
	padding: 0 5px;
	margin-left: -5px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
}
#footerBox{
	margin-top: 50px;
}
/* 主体部分 */
.station_box>p{
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #06c;
	font-weight: bold;
	font-size: 20px;
	height: 40px;
	color: #06c;
	line-height: 40px;
}
.station_box>ul{
	width: 100%;
}
.station_box>ul:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
	visibility:hidden; 
}
.station_box>ul li{
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
.station_box>ul li a{
        font-size: 17px;
	color: #666;
}
.station_box>ul li a:hover{
	text-decoration: underline;
	color: #06c;
}
