.footer{
	background: url(/assets/default/img/footer_bg.png) no-repeat;
	padding-top: 1.04rem;
	background-size: cover;
}
.footer .mainWidth{
	align-items: flex-start !important;
	justify-content: space-between !important;
	padding-bottom: 0.84rem;
}
.hebing{
    border-top:0.01rem solid #464343;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_left img{
	width: 1.72rem;
	height: 0.58rem;
}
.footer_contact{
	margin-top: 0.6rem;
}
.footer_contact p,.footer_contact a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #949494;
	line-height: 0.3rem;
}
.footer_contact a{
	font-size: 0.16rem;
	width: auto;
}
.footer_contact p:nth-of-type(2){
	margin-top: 0.15rem;
}
.footer_nav{
	/* padding-left: 3.46rem; */
	align-items: flex-start !important;
	justify-content: flex-end !important;
}
.footer_nav .level1_a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #E5E5E5;
	line-height: 0.3rem;
	text-align: left;
}
.footer_nav .level2{
	margin-top: 0.13rem;
}
.footer_nav .level2_a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #949494;
	line-height: 0.28rem;
	text-align: left;
	transition: all 0.5s;
}
.footer_nav .level1{
	    padding-left: 1.3rem;
		position: relative;
}
.footer_nav .level1::after{
	content: "";
	display: block;
	width: 100%;
	height: 0.01rem;
	background: #686868;
	position: absolute;
	top: 0.4rem;
	left: 0;
}
.footer_nav .level2_list{
	margin-top: 0.2rem;
	display: block !important;
	opacity: 1 !important;
}
.footer_nav .level1:first-child{
	padding-left: 0;
}
.footer_nav .level2_a:hover{
	color: #ffffff;
	transition: all 0.5s;
}

.ewm{
	max-width: 1.15rem;
}
.ewm img{
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.36rem;
	margin-bottom: 0.1rem;
}
.ewm p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #707070;
	line-height: 0.18rem;
	text-align: left;
}
.Copyright{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #7B7B7B;
	line-height: 0.3rem;
	text-align: center;
	justify-content: center;
	
	padding: 0.15rem 0;
}
.Copyright a{
	width: auto;
}
@media only screen and (max-width: 768px) {
    .hebing{
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0.2rem 0;
}
p.Copyright.flex_box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
}
    }
