footer.pc_footer {
	width: 100%;
	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 .container {
	
}

.pc_footer .footer_top .l {
	padding-top: 70px;
	float: left;
	overflow: hidden;
}

.footer_top ul.footer_nav:after {
	display: table;
	content: "";
	clear: both;
}

.footer_top ul.footer_nav {
	margin-left: -37px;
	margin-right: -37px;
}

.footer_top ul.footer_nav>li {
	float: left;
}

.footer_top ul.footer_nav>li>a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	line-height: 80px;
	padding: 0 37px;
	border-bottom: 1px solid #dcdcdc;
}

.footer_top ul.footer_nav li ul.uls2 {
	display: block;
	padding-top: 18px;
}

.footer_top ul.footer_nav li ul.uls2 li a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
}

.footer_top .r {
	float: right;
	padding-top: 100px;
}

.footer_top .r .code img {
	display: block;
	width: 148px;
}

.footer_top .r .code p {
	font-size: 16px;
	line-height: 34px;
	color: #222222;
	text-align: center;
}

.footer_contact {
	padding-top: 130px;
}

.footer_contact ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.footer_contact ul li {
	width: 50%;
	background-color: #ffffff;
	font-size: 20px;
	color: #222222;
	line-height: 80px;
	text-align: center;
}

.footer_contact ul li span {
	font-weight: bold;
	padding-left: 15px;
	border-left: 1px solid #dcdcdc;
	margin-left: 15px;
}

.footer_contact ul li.tel span {
	font-family: 'Dinb';
	color: #dc3e23;
	font-size: 26px;
}

.footer_bottom {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-top: 32px;
}

.footer_bottom p {
	font-size: 16px;
	color: #999999;
	line-height: 52px;
}


.wap_footer {
    width: 100%;
    height: 50px;
    background: #dc3e23;
    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: 1430px) {
	
	
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}