footer{
	background: url(../images/footer_bg.png);
	background-size: 100% 100%;
}
.footer_bottombox{
	display: flex;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.41rem;
}
.footer_bottombox_left{
	display: flex;
}
.footer_bottombox_left .footer_navItems{
	width: 1.52rem;
}
.footer_bottombox_left .footer_navList a{
	margin-top: 0.16rem;
	display: block;
	width: 100%;
	font-family: MicrosoftYaHei;
	font-size: 0.16rem;
	color: #FFFFFF;
}
.footer_bottombox_left .footer_navTit{
	padding-top: 0.07rem;
	padding-bottom: 0.18rem;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: 0.18rem;
	color: #FFFFFF;
	position: relative;
}
.footer_bottombox_left .footer_navTit::after{
	content: '';
	width: 0.34rem;
	height: 0.02rem;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer_bottombox_left .footer_navList{
	margin-top: 0.04rem;
}

.footer_bottombox_right .footer_bottombox_logo{
	width: 2.04rem;
	height: 0.48rem;
	margin-bottom: 0.19rem;
}

.footer_bottombox_right .footer_bottombox_logo img{
	width: 100%;
	height: 100%;
}
.footer_bottombox_right .footer_bottombox_phone img{
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.14rem;
}
.footer_bottombox_right .footer_bottombox_phone{
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: 0.3rem;
	color: #FFFFFF;
	display: flex;
	margin-bottom: 0.19rem;
}
.footer_bottombox_right .footer_bottombox_right_text{
	font-family: MicrosoftYaHei;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-bottom: 0.16rem;
}
.footer_bottombox_right .footer_bottombox_code{
	width: 1.1rem;
	height: 1.1rem;
	background: #fff;
}
.footer_bottombox_right .footer_bottombox_code img{
    max-width: 100%;
    height: 100%;
}
.footer_last_last .footer_last2Left{
	display: flex;
	justify-content: center;
	padding: 0.2rem 0;
}
.footer_last_last .footer_last2Left *{
	font-family: MicrosoftYaHei;
	font-size: 0.16rem;
	color: #FFFFFF;
}
.footer_last_last .footer_last2Left .footer_bq{
	margin-right: 0.58rem;
}
.footer_last_last .footer_last2Left .footer_bq2 a,
.footer_last_last .footer_last2Left .footer_bq1 a{
	display: flex;
	flex-wrap: nowrap;
}

.footer_last_last .footer_last2Left .footer_bq2 img,
.footer_last_last .footer_last2Left .footer_bq1 img{
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}
.footer_last_last .footer_last2Left .footer_bq1{
	margin-right: 0.62rem;
}