.footer_bottombox{
	background: rgba(7, 21, 37, 1);
}
.footer_nav{
	padding-top: 0.46rem;
	padding-bottom: 0.46rem;
	display: flex;
	justify-content: space-between;
}
.footer_nav .footer_navcontact .footer_logo{
	width: 2.71rem;
	height: 0.51rem;
	margin-bottom: 0.32rem;
}
.footer_nav .footer_navcontact .footer_logo img{
	width: 100%;
	height: 100%;
}
.footer_nav .footer_navcontact .footer_contact{
	display: flex;
	margin-bottom: 0.24rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #DCDCDC;
	line-height: 0.24rem;
}
.footer_nav .footer_navcontact .footer_contact img{
	height: 0.21rem;
	width: auto;
	margin-right: 0.14rem;
}
.footer_nav .footer_navcontact>div:nth-child(3) img{
	height: 0.18rem;
	width: auto;
	margin-right: 0.14rem;
}
.footer_nav .footer_navItems{
	width: 4.2rem;
}
.footer_nav .footer_navItems .footer_navTit{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.51rem;
	margin-bottom: 0.32rem;
}
.footer_nav .footer_navItems .footer_navList{
	display: flex;
	flex-wrap: wrap;

}
.footer_nav .footer_navItems .footer_navList a{
	width: calc(100% / 3);
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #BFC7D1;
	margin-bottom: 0.21rem;
}
.footer_nav .footer_navItems.navItems2{
	width: 1.63rem;
}
.footer_nav .footer_navItems.navItems2 .footer_navList a{
	width: 100% !important;
}
.footer_navxItems:hover{
	color: #fff !important;
}
.footer_hr{
	border-top: 0.01rem solid #FFFFFF;
	opacity: .3;
}
.footer_last{
	padding-top: 0.23rem;
	padding-bottom: 0.28rem;
}
.footer_last,
.footer_last a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	text-align: center;
}
.footer_last1{
	margin-bottom: 0.12rem;
}


@media only screen and (max-width: 1024px) {
	.footer_nav{
		display: block;
    padding: 0.46rem 0.3rem 0.46rem;
	}
	.footer_nav .footer_navItems{
		width: 100%;
    display: none;
	}
	.footer_nav .footer_navItems.navItems2{
		width: 100%;
    display: block;
	margin-top: 0.3rem;
	}
	.footer_nav .footer_navcontact .footer_contact span,.footer_nav .footer_navItems .footer_navTit,.footer_nav .footer_navItems .footer_navList a,.footer_last1,.footer_last, .footer_last a,.footer_last2{
		font-size: 12px;
	}
	.footer_nav .footer_navItems.navItems2 .footer_navList a{
		flex: 0 0 auto;
		width: calc(100% / 3) !important;
	}
	.footer_last{
		padding-left: 0.3rem;
    padding-right: 0.3rem;
	}
}