footer {
	width: 100%;
	box-sizing: border-box;
}

.footer_top {
	background-color: #1b1b1b;
	padding-top: 60px;
}

.footer_top .l {
	width: 790px;
}

.footer_top .l ul.footer_nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
}

.footer_top .l ul.footer_nav>li>a {
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
}

.footer_top .l ul.footer_nav>li:first-child,
.footer_top .l ul.footer_nav>li:last-child {
	display: none;
}

.footer_top .l ul.footer_nav>li ul.uls2 {
	padding-top: 30px;
}

.footer_top .l ul.footer_nav>li ul.uls2 li a {
	display: block;
	font-size: 14px;
	color: #bababa;
	line-height: 40px;
	text-align: center;
}

.footer_top .r {
	width: calc(100% - 790px);
	box-sizing: border-box;
	padding-left: 100px;
}

.footer_top .r h5 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: 500;
}

.footer_top .r ul.contact_list {
	padding-top: 35px;
	padding-bottom: 55px;
}

.footer_top .r ul.contact_list li {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}

.footer_top .r .share {
	padding-bottom: 45px;
}

.footer_top .r .share:after {
	display: table;
	content: "";
	clear: both;
}

.footer_top .r .share a {
	display: block;
	float: left;
	margin-right: 50px;
}

.footer_top .r .share a img {
	display: block;
}

.footer_bottom {
	background-color: #1b1b1b;
	border-top: 1px solid rgba(66,66,66,.2);
}

.footer_bottom p {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
}



.wap_footer {
    width: 100%;
    height: 50px;
    background: #1eb6a9;
    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 .l2 {
		margin-right: 100px;
	}
	
}

@media screen and (max-width: 1230px) {
    
    .footer_top .l {
        width: 100%;
    }
    
    .footer_top .r {
        display: none;
    }
    
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}