

.footer{
    background-color: #313131;
    padding:2% 0;
}
.footer .container{
    display: flex;
    align-items: center;
}
.footer .left{
    padding-right: 130px;
}
.footer .left .list_ul{
    overflow: hidden;
    padding: 5% 0;
}
.footer .left .list_ul ul{
    display: flex;
    margin: -10px;
}
.footer .left .list_ul li{
    padding: 10px;
}
.footer .left .list_ul a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius:50% ;
    border:1px solid #a2a2a2;
    
}

.footer .left p{
    color: #a2a2a2 ;
}
.footer .center{
    padding:0 0px 0 130px;
    border-left: 1px solid #a2a2a2;
     border-right: 1px solid #a2a2a2;
}
.footer .center ul{
    display: flex;
    flex-wrap: wrap;
}
.footer .center ul li{
    width: 50%;
}
.footer .center ul li a{
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #a2a2a2;
}


.footer .rig{
    display: flex;
    padding-right:30px;
    flex:1;
    justify-content: flex-end;
}

.footer .rig img{
    max-width: 120px;
}

.footer .rig p{
    color:#a2a2a2 ;
    padding:5px 0;
    text-align: center;
}













.wap_footer {
    width: 100%;
    height: 50px;
    background: #f16d03;
    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: 1650px) {
	
	.footer_top .l {
		margin-left: 0px;
	}
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
    	.footer .rig,
	.footer .center{
	   display: none;
	}
	
	.footer .container{
	    flex-wrap: wrap;
	}
	.footer .left{
	    padding:0;
	}
	
	.footer_logo{
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}
	.footer_logo img{
	    width: 170px;
	}
	.footer .left .list_ul{
	    display: none;
	}
	.footer .left p{
	    margin-bottom: 60px;
	    padding:10px 0;
	}
	
	iframe{
	    height: 300px !important;
	}
}