.mshow {display:none;}
.pcshow {display:block;}
#footer .footer:first-child{
	display:block;
}
#footer .footer:last-child{
	display:none;
}
.footer_inner {
	padding-bottom:0;
}
.footer_item {
	margin-top:0;
	margin-left:10%;
}
.footer_bottom_inner {
	text-align:left;
}
.fbitem {
   margin-left:0;
}
.footer_qr_item {
	margin-left:0;
}
.footer_qr_item:last-child{
	margin-left:50px;
}
.footer_title {
	font-size:22px;
}
.footer_big {
	font-size:16px;
}
.footer_little {
	font-size:14px;
}
.footer_contact_title {
	font-size:14px;
}
.footer_address {
	font-size:14px;
}
.footer_qr_label {
	font-size:12px;
}
.footer_bottom {
	font-size:14px;
}
.footer_contact_item {
	font-size:14px;
	font-weight:bold;
}
.footer_contact_middle {
    font-size: 14px;
}
.footer_contact_content {
    display: inline-flex;
}
.footer_contact {
	margin-bottom: 14px;
	margin-top:17px;
}
.footer_address {
	margin-bottom:0;
}
.footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_left {
    width: 70%;
}
.footer_item .footer_little:last-child{
	margin-bottom:0;
}
.footer_qr_img {
	width:80px;
	height:80px;
}
@media (max-width: 1024px) {
	#footer .footer:first-child{
		display:none;
	}
	#footer .footer:last-child{
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.footer_contact {
    	margin-bottom: 5px;
    	margin-top: 15px;
		text-align:center;
	}
	.pcshow {display:none;}
	.mshow {display:block;}
	.footer_content {
		width:auto;
		height: auto;
	}
    .footer_title {
        padding: 15px 0;
        height: 50px;
        font-size: 14px;
		line-height: 20px;
		text-align:left;
    }
	
	.footer_inner {
		text-align:center;
	}

    .footer_right_item {
        float: none;
    }

    .footer_contact_title {
        font-size: 12px;
		text-align:center;
    }

    .footer_address {
        font-size: 12px;
		text-align:center;
    }

    .footer_item {
        width: 100%;
		margin-top:7.5px;
		margin-bottom:7.5px;
    }

    .footer_bottom_inner {
        font-size: 12px;
    }

    .copyitem {
        font-size: 12px;
    }

    .certitem {
        font-size: 12px;
        padding-bottom: 20px;
        margin-top: 5px;
    }
}