footer.pc_footer {
	width: 100%;
	/*height: 410px;*/
	padding-bottom: 10px;
	box-sizing: border-box;
	background-color: #333333;
}



footer.pc_footer h4 {
	/*font-family: "黑体";*/
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 88px;
	padding-top: 30px;
}

footer.pc_footer .gotop {
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

footer.pc_footer ul.contacts_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 30px;
}

footer.pc_footer ul.contacts_list li {
	width: calc(100% / 4);
	background-image: url(../images/footer_list_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

footer.pc_footer ul.contacts_list li:last-child {
	background-image: none;
}

footer.pc_footer ul.contacts_list li i {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: block;
	border: 1px solid #595959;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}

footer.pc_footer ul.contacts_list li:nth-of-type(1) i {
	background-image: url(../images/footer_i1.png);
}

footer.pc_footer ul.contacts_list li:nth-of-type(2) i {
	background-image: url(../images/footer_i2.png);
}

footer.pc_footer ul.contacts_list li:nth-of-type(3) i {
	background-image: url(../images/footer_i3.png);
}

footer.pc_footer ul.contacts_list li:nth-of-type(4) i {
	background-image: url(../images/footer_i4.png);
}

footer.pc_footer ul.contacts_list li h5 {
	font-family: arial;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	background-image: url(../images/footer_title_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-top: 19px;
}

footer.pc_footer ul.contacts_list li p {
	font-size: 14px;
	color: rgba(255,255,255,.3);
	text-align: center;
	line-height: 24px;
	padding-top: 10px;
}

footer.pc_footer p.footer_bottom {
	font-size: 14px;
	color: rgba(255,255,255,.15);
	line-height: 24px;
	text-align: center;
	margin-top: 45px;
}


.wap_footer {
    width: 100%;
    height: 50px;
    background: #479ed5;
    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:last-child {
	background-image: none;
}

.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: 1350px) {
	.footer_top .l1 {
		margin-right: 100px;
	}
	
	.footer_top .l {
		margin-right: 100px;
	}
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}