.footer{
	background: url(../img/common/footer_bg.png);
	background-size: 100% auto;
	background-position: center center;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.footer::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 21, 70, 0.4);
	/* background: rgba(0, 21, 70,0.3); */
	/* background: rgba(112, 112, 112,0.1); */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.footer .footer_box1{
	width: 6.42rem;
	padding-left: 1.6rem;
	padding-top: 0.98rem;
	padding-bottom: 0.49rem;
	border-right: 0.01rem solid rgba(255, 255, 255, 0.2);
	z-index: 9;
}

.footer .footer_box1 .logo{
	width: 2.68rem;
	height: 0.88rem;
}
.footer .footer_box1 .logo img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}
.footer .footer_box1 .info{
	margin-top: 0.42rem;
	margin-bottom: 0.37rem;
	opacity: 0.8;
}
.footer .footer_box1 .info .info_txt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-bottom: 0.15rem;
}

.footer .footer_box1 .code_box{
	margin-right: 0.4rem;
}
.footer .footer_box1 .code_box img{
	width: 0.98rem;
	height: 0.98rem;
	margin-bottom: 0.1rem;
}
.footer .footer_box1 .code_box span{
    color: #fff;
    opacity: 0.8;
}
.footer .footer_box1 .code_txt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
}
.footer .footer_box2{
	width: calc(100% - 6.24rem);
	padding-top: 0.98rem;
	z-index: 9;
}
.footer .footer_box2 .box21{
	align-items: flex-start;
	padding-bottom: 0.12rem;
	padding-left: 0.56rem;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}
.footer .footer_box2 .box2_li{
	margin-right: 0.85rem;
	margin-right: 0.25rem;
}
.footer .footer_box2 .box2_li a{
	display: block;
	margin-bottom: 0.51rem;
}
.footer .footer_box2 .box2_li1 a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 1;
}
.footer .footer_box2 .box2_li2 a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.6;
}
.footer .footer_box2 .box2_li2 a:hover{
    color: #FF9E00;
    opacity: 1;
}
.footer .footer_box2 .box22{
	height: 0.98rem;
	padding-left: 0.56rem;
	padding-right: 1.6rem;
	justify-content: space-between;
}

.footer .footer_box2 .box22_txt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.25rem;
	opacity: 0.8;
}




@media only screen and (max-width: 1042px) {
	.indexFooter{
		padding: 0 0.4rem;
		box-sizing: border-box;
		overflow: hidden;
	}
	.iFooter .iFtBox1 .iFtBox1Txt span{
		font-size: 0.26rem !important;
	}
	.iFooter .iFtBox2 .iFtBox21{
		width: 100% !important;
		padding-top: 0.42rem;
	}
	.iFooter .iFtBox2 .iFtBox22{
		padding-left: 0 !important;
        margin-bottom: 1rem;
	}
	.iFooter .iFtBox2 .iFtBox22::before,
	.iFooter .iFtBox2 .iFtBox22::after{
		display: none !important;
	}
	.iFooter .iFtBox2 .iFtBox22 .box2_li{
		display: flex;
		margin-right: 0 !important;
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.iFooter .iFtBox2 .iFtBox22 .box2_li .box2_li1{
		margin-right: 0.4rem;
	}
	.iFooter .iFtBox2 .iFtBox22 .box2_li .box2_li1 a{
		font-size: 0.22rem;
	}
	.iFooter .iFtBox2 .iFtBox22 .box2_li .box2_li2{
		display: flex;
		gap: 0.2rem;
	}
	.iFooter .iFtBox2 .iFtBox22 .box2_li .box2_li2 a,
	.iFooter .iFtBox2 .iFtBox22 .box2_li1 a{
		margin-bottom: 0;
		font-size: 0.2rem;
	}
	.iFooter .iFtBox3 .iftxt{
		font-size: 0.16rem;
	}





	.footer{
		padding: 0.4rem;
        box-sizing: border-box;
        background-size: cover;
		flex-wrap: wrap;
	}
	.footer .footer_box1,
	.footer .footer_box2,
	.footer .footer_box2 .box21{
		width: 100%;
		padding: 0;
		border-right: none;
	}
	.footer .footer_box1 .code_group{
		display: flex;
		justify-content: center;
		gap: 0.4rem;
		flex-wrap: wrap;
	}
	.footer .footer_box1 .code_box{
		margin-right: 0;
	}
	.footer .footer_box1 .info .info_txt{
		font-size: 0.22rem;
	}
	.footer .footer_box1 .code_box img{
		width: 1.4rem;
		height: 1.4rem;
		margin: 0 auto 0.1rem;
	}
	.footer .footer_box1 .code_box span{
		text-align: center;
        display: block;
        font-size: 0.2rem;
	}
	.footer .footer_box2 .box21{
		margin-top: 0.6rem;
		flex-wrap: wrap;
		border: none;
	}
	.footer .footer_box2 .box2_li{
		width: 100%;
		margin-right: 0;
		display: flex;
		align-items: center;
		margin-bottom: 0.3rem;
		padding-bottom: 0.3rem;
		border-bottom: 0.01rem solid rgba(255,255,255,0.2);
	}
	.footer .footer_box2 .box2_li .box2_li1{
		margin-right: 0.4rem;
		width: 30%;
	}
	.footer .footer_box2 .box2_li .box2_li1 a{
		font-size: 0.22rem;
	}
	.footer .footer_box2 .box2_li .box2_li2{
		display: flex;
		flex-wrap: wrap;
		gap: 0.2rem;
		width: 70%;
	}
	.footer .footer_box2 .box2_li .box2_li2 a,
	.footer .footer_box2 .box2_li a{
		margin-bottom: 0;
		font-size: 0.2rem;
	}
	.footer .footer_box2 .box22{
		padding: 0;
	}
	.footer .footer_box2 .box22 .box22_T{
	    width: calc(100% - 1.7rem);
	}
	.footer .footer_box2 .box22_txt{
		font-size: 0.16rem;
	}
	.footer .footer_box2 .box22 .box22_img{
		width: auto;
		height: 0.6rem;
	}
}