.pc_footer {
	background-color: #1a1a1a;
}

.footer_top {
	padding-top: 60px;
	padding-bottom: 40px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer_top .container {
	box-sizing: border-box;
	padding: 0 220px;
}

.footer_top .footer_logo img {
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}

.footer_top .footer_nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
}

.footer_top .footer_nav li a {
	display: block;
	font-family: pingfangm;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 60px;
	padding: 0 25px;
}

.footer_top .footer_contact {
	padding-top: 32px;
	padding-bottom: 32px;
}

.footer_top .footer_contact p {
	font-family: pingfangr;
	font-size: 14px;
	color: rgba(255,255,255,.4);
	text-align: center;
	line-height: 30px;
}





.footer_top .code .pic img {
	display: block;
	margin: 0 auto;
}

.footer_bottom {
	height: 54px;
	border-top: 1px solid #313131;
}

.footer_bottom p {
	font-family: pingfangr;
	font-size: 14px;
	color: rgba(255,255,255,.22);
	text-align: center;
	line-height: 53px;
}

.wap_footer {
    width: 100%;
    height: 50px;
    background: #009fe8;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding:2px 0;
    display: none;
}

.wap_footer a {
    display: block;
    padding-top: 2px;
    width: 25%;
    height: 45px;
    float: left;
    background: url(../images/public/footer.png) right center repeat-y;
    overflow: hidden;
}

.wap_footer a img {
    display: block;
    height: 18px;
    margin: 0 auto;
        margin-top: 4px;
}

.wap_footer a p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}

@media screen and (max-width: 1250px) {
	.footer_top .container {
		padding: 0 110px;
	}
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
    
	.footer_top .container {
		padding: 0 10px;
	}
	
	.footer_top .footer_logo img {
		margin-bottom: 0px;
	}
	
	.footer_top .footer_nav {
		display: none;
	}
	
	.footer_top .code .pic img {
	    display: none;
	}
	
	.footer_bottom {
		height: auto;
	}
	
	.footer_bottom p {
		line-height: 34px;
	}
}