.footer{
	background: url('/assets/img/bgback.png') no-repeat;
	background-size: cover;
}
.font1{
    font-family: HarmonyOS_SC_regular;
    font-size: 0.14rem;
}
.footer .headerflex_box{
	justify-content: space-between;
	align-items: flex-start;
	padding: 0.68rem 0 0.44rem;
}
.footer .flex_box1{
	/*margin-left: 0.64rem;*/
	flex: 0 0 auto;
}
.footer .flex_box2,.header .flex_box3{
	/*flex: 0 0 auto;*/
}
.footer .header_logo a:nth-of-type(1) img{
	width: 0.82rem;
	height: 0.62rem;
	margin-left: 0.06rem;
}
.footer .header_logo a:nth-of-type(2) img{
	width: 0.82rem;
	height: 0.62rem;
	margin-left: 0.62rem;
	object-fit: contain;
	
}
.footer .header_logo a:nth-of-type(2){
	position: relative;
	flex: 0 0 auto;
}
.footer .header_logo a:nth-of-type(2)::after{
	content: "";
	width: 0.01rem;
	height: 0.4rem;
	background: RGBA(255,255,255,0.5);
	display: block;
	position: absolute;
	top: 50%;
	left: 0.34rem;
    transform: translateY(-50%);
}
.footer .flex_box3{
	flex: 0 0 auto;
}
.footer .flex_box3 .flex_box{
	width: 1.80rem;
	height: 100%;
    padding: 0.245rem 0;
	background: RGBA(41,40,144,1);
	justify-content: center;
	transition: all 0.5s;
}
.footer .flex_box3 .flex_box:hover{
    background: RGBA(41,40,144,0.8);
    transition: all 0.5s;
}
.footer .flex_box3 p{
	font-family: var(--m_fa);
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
}
.footer .level1_a{
	font-family: HarmonyOS_light;
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.28rem;
	padding: 0.21rem 0 0.21rem;
	position: relative;
	transition: all 0.5s;
}
.footer .level1_a2{
	color: rgba(255,255,255,0.5);
}
.footer .level1_a.active::after{
	content: "";
	display: block;
	width: 0.83rem;
	height: 0.03rem;
	background: #1E1B89;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.footer .level1{
	/*padding: 0 0.68rem;*/
	flex: 0 0 13.3%;
}
.footer hr{
	width: 100%;
	height: 0.01rem;
	background: RGBA(232,232,235,0.15);
}
.footer_contact{
	margin-bottom: 0;
	padding: 0.12rem 0;
	align-items: flex-start;
}
.footer_contact:last-child{
    margin-bottom: 0;
}
.footer_contact img{
	width: 0.2rem;
	height: 0.2rem;
}
.footer_contact p{
	font-family: HarmonyOS_light;
font-weight: 400;
font-size: 0.14rem;
color: #FFFFFF;
line-height: 0.28rem;
opacity: 0.5;
	flex: 0 0 auto;
}
.footer_contact a{
	font-family: HarmonyOS_SC_regular;
font-weight: 400;
font-size: 0.14rem;
color: #FFFFFF;
line-height: 0.28rem;
opacity: 0.5;
transition: all 0.5s;
}
.footer_copyright{
	margin-top: 0;
    padding: 0.4rem 0 0.6rem;
	font-family: HarmonyOS_SC_regular;
font-weight: 300;
font-size: 0.14rem;
color: #FFFFFF;
opacity: 0.5;
	text-align: center;
}
.footer_copyright span{
    	font-family: HarmonyOS_SC_regular;
font-weight: 300;
font-size: 0.14rem;
color: #FFFFFF;
}
.ewm img{
	width: 0.9rem !important;
	height: 0.9rem !important;
	margin: auto;
}
.ewm p{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.28rem;
	margin-top: 0.2rem;
	text-align: center;
	white-space: nowrap;
}
.footer_right .ewm:last-child{
	margin-left: 0.46rem;
}
.footer_bottom{
	max-width: 12.16rem;
    width: 95%;
    margin: auto;
	justify-content: space-between;
	padding: 1.3rem 0 0.61rem;
}
.footer_left,.footer_right{
	flex: 0 0 auto !important;
}
.footer .level1_a:hover{
    color: #FFFFFF;
    transition: all 0.5s;
}



.footer_right_all{
    padding-left: 1.8rem;
    align-items: flex-start;
}
.footer_left_all_list{
    padding-right: 0.62rem;
}
.footer_right_all .footer_left_all_list:last-child{
    padding-right: 0;
    width: 33%;
}
.all_list_tit{
    padding: 0.14rem 0 0.2rem;
    font-family: HarmonyOS_SC_regular;
font-weight: 400;
font-size: 0.14rem;
color: #FFFFFF;
line-height: 0.28rem;
opacity: 0.5;
transition: all 0.5s;
}
.all_list_bottom{
    margin-top: 0.23rem;
}
.all_list_bottom_p{
    padding: 0.12rem 0;
    font-family: HarmonyOS_SC_regular;
font-weight: 400;
font-size: 0.14rem;
color: #FFFFFF;
/*line-height: 0.28rem;*/
opacity: 0.5;
transition: all 0.5s;
}
.footer_right{
    margin-top: 0.38rem;
}
.footer_left_all_list hr{
    width: 1.29rem;
    height: 0.01rem;
    background: #E8E8EB;
    opacity: 0.15;
}
.footer_left_all_list:last-child hr{
    width: 2.32rem;
}
.all_list_bottom_p:hover{
    opacity: 1;
    transition: all 0.5s;
}
.footer_left_all_list:nth-of-type(3) .all_list_tit:hover,.footer_left_all_list:nth-of-type(4) .all_list_tit:hover{
    opacity: 1;
    transition: all 0.5s;
}
.footer_contact a:hover{
    opacity: 1;
    transition: all 0.5s;
}
.footer_contact:last-child a{
    opacity: 0.5;
    cursor: auto;
}



@media only screen and (max-width: 1024px){
    .footer_right_all{
    /*display: none;*/
}
.footer .headerflex_box, 
.footer_copyright{
    padding: 10px 0;
}
.footer_copyright{
    padding: 10px;
}
.footer .header_logo a:nth-of-type(1) img, 
.footer .header_logo a:nth-of-type(2) img{
    width: 60px;
    height: 60px;
        object-fit: contain;
}
.ewm img{
    width: 40px;
    height: 40px;
        object-fit: contain;
}
.footer_right .ewm:last-child{
    margin-left: 10px;
}
.footer_left_all_list:last-child{
    display: block;
    width: 100% !important;
}
.footer_left_all_list{
    display: none;
}
.footer .headerflex_box{
    flex-direction: column;
}
.footer_right_all{
    padding-left: 0;
    width: 100%;
}
.footer_left_all_list:last-child hr{
    width: 100%;
    display: none;
}
.all_list_tit,
.all_list_bottom{
    display: none;
}
.footer_left_all>.all_list_bottom{
    display: block!important;
}
.footer .header_logo a{
    width: auto!important;
    height: auto!important;
}
}