footer {
	width: 100%;
	box-sizing: border-box;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.footer_top {
	padding-top: 140px;
}

.footer_top ul.footer_nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.footer_top ul.footer_nav li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	line-height: 78px;
}

.footer_top ul.footer_nav li:last-child {
	display: none;
}

.footer_top ul.footer_nav li.line {
	width: 7px;
	height: 78px;
	background-image: url(../images/footer_navline.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.footer_center .l .contacts {
	padding-top: 95px;
}

.footer_center .l .contacts h5 {
	font-family: 'pingfang';
	font-size: 26px;
	color: #209928;
	font-weight: 100;
	line-height: 40px;
	margin-top: 40px;
}

.footer_center .l .contacts p {
	font-size: 26px;
	color: #0075c5;
	font-weight: bold;
	line-height: 40px;
}

.footer_center .r .code {
	padding-top: 135px;
}

.footer_center .r .code .pic {
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #e7e7e7;
}

.footer_center .r .code p {
	font-size: 16px;
	color: #222222;
	line-height: 56px;
	text-align: center;
}

.footer_bottom .container {
    position: relative;
}

.footer_bottom .copyright {
	border-bottom: 1px solid #dbdbdb;
	padding-top: 90px;
}

.footer_bottom .copyright p {
	font-size: 16px;
	color: #222222;
	line-height: 72px;
}

.footer_bottom .share_link li {
	font-size: 16px;
	color: #222222;
	line-height: 76px;
}

.pc_footer .gotop {
	width: 76px;
	height: 76px;
	background-color: #0075c5;
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}

.pc_footer .gotop p {
    font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	line-height: 26px;
}


.wap_footer {
    width: 100%;
    height: 50px;
    background: #0075c5;
    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;
    }
}