footer.pc_footer {
	width: 100%;
	height: 320px;
	box-sizing: border-box;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #404040;
	position: relative;
}

.pc_footer .l {
	padding-top: 97px;
	float: left;
	padding-right: 30px;
}

.pc_footer .c {
	float: left;
	padding-top: 20px;
	margin-top: 100px;
	padding-bottom: 17px;
	border-left: 1px solid rgba(255,255,255,.05);
}

.pc_footer .c ul.footer_nav {
	padding-left: 18px;
	padding-bottom: 20px;
}

.pc_footer .c ul.footer_nav:after {
	display: table;
	content: "";
	clear: both;
}

.pc_footer .c ul.footer_nav li {
	float: left;
}

.pc_footer .c ul.footer_nav li a {
	display: block;
	font-family: 'pingfang';
	font-size: 14px;
	color: #d9cbba;
	padding: 0 18px;
	line-height: 14px;
	border-right: 1px solid #d9cbba;
}

.pc_footer .c ul.footer_nav li:first-child {
	display: none;
}

.pc_footer .c ul.footer_nav li:last-child a {
	border-right: none;
}

.pc_footer .c p {
	font-family: 'pingfang';
	font-size: 14px;
	color: #ffffff;
	font-weight: 100;
	opacity: 0.3;
	line-height: 24px;
	padding-left: 36px;
}

.pc_footer .r {
	float: right;
	margin-right: 100px;
	width: 350px;
	padding-top: 85px;
}

.pc_footer .r .footer_tel {
	font-family: "Dinb";
	font-size: 28px;
	color: #d9cbba;
	line-height: 78px;
	padding-right: 60px;
	background-image: url(../images/footer_tel.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: right;
	border-bottom: 1px solid rgba(255,255,255,.05);
	margin-bottom: 12px;
}

.pc_footer .r p {
	font-family: 'pingfang';
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.3;
	text-align: right;
	line-height: 30px;
}

.pc_footer .gotop {
	width: 13.5%;
	height: 320px;
	background-color: #af987c;
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}



.wap_footer {
    width: 100%;
    height: 50px;
    background: #af987c;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding:2px 0;
    display: none;
}

.wap_footer a {
    display: block;3
    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: 1750px) {
	
	.pc_footer .container {
		width: 1400px;
	}
	
}

@media screen and (max-width: 1700px) {
	
	.pc_footer .container {
		width: calc(100%);
	}
	
	.pc_footer .r {
		float: left;
	}
	
}

@media screen and (max-width: 1400px) {
	
	.pc_footer .l {
		padding-right: 15px;
	}
	
	.pc_footer .c ul.footer_nav {
		padding-left: 5px;
	}
	
	.pc_footer .c p {
		padding-left: 21px;
	}
	
	.pc_footer .r {
		width: 275px;
	}
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}