html,body{
	height: 100%;
}
.container{
	width: 7.5rem;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.container_bg{
	width: 7.5rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.container_bg img{
	width: 100%;
	height: 100%;
}
.navs{
	width: 6.7rem;
	height: calc(100% - 47% );
	margin:0 .4rem ;
	padding: .2rem 0 .84rem;
	/*position: absolute;
	bottom: .84rem;
	left: 0;*/
	position: relative;
	z-index: 9;
}
.dl_lists{
	width: 100%;
	height: calc( (100% - .8rem) / 3 );
	display: flex;
	flex-wrap: wrap;
	margin-top: .4rem;
}
.dl_lists:first-child{
	margin-top: 0;
}
.nav_lists{
	width: 1.9666666rem;
	text-align: center;
	background: rgba(0, 0, 152, .2);
}
.mar_t_0{
	margin-top: 0;
}
.nav_lists_active{
	background: rgba(255, 255, 255, .4);
}
.nav_center{
	margin-left: .4rem;
	margin-right: .4rem;
}
.nav_icon{
	/*margin:.2rem .3125rem;*/
	
}
.nav_lists_cont{
	height: 1.3333rem;
}
.nav_lists a{
	width: 100%;
	height: 100%;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_icon img{
	/*width: .745rem;*/
	width: .5417rem;
	margin: .125rem 0;
}
.nav_txt{
	font-size: .2916rem;
    color: #FFFFFF;
	font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
	line-height: .4166rem;
	padding-bottom: .125rem;
}

partner