.footer_box {
	background: #1b1b1b;
}

.footer {
	background: #1b1b1b;
	padding: 60px 0px;
}

.footer .top .footer_l>ul>li ul li {
	cursor: pointer;
	color: #777;
	line-height: 2;
}

.footer .top .footer_l>ul>li {
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
}

.footer .top .footer_l>ul>li p {
	color: white;
	margin-bottom: 10px;
}

.footer .top .footer_l>ul>li p a {
	color: white;
}

.footer .top .footer_l>ul>li ul li a {
	color: #848484;
	line-height: 2;
}

.wx-b label {
	text-align: center;
	display: block;
}

.wx-b span {
	display: inline-block;
	width:31%;
	margin-left: 1%;
	max-width: 80px;
	min-width: 62px;
}

.wx-b span img {
	display: block;
	width: 100%;
}

.wx-b label {
	display: block;
	margin-top: 10px;
}

.footer_r {
	color: white;
	float: right;
	width: auto;
}

.footer_r .tell {
	color: white;
	font-weight: bold;
	margin-top: 35px;
}

.footer_r p {
	margin-bottom: 10px;
}

.footer_r p img {
	width: 6%;
	margin-right: 16px;
	max-width: 16px;
}

.footer_c {
	background: #1b1b1b;
}

.footer_c .el-col-18-l {
	border-top: 1px solid #313131;
	color: #666;
	box-sizing: border-box;
}

.footer_c .copyright {
	padding: 0.2rem 0.15rem 0.2rem 0px;
}

.footer_c ul {
	display: flex;
	text-align: right;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.footer_c ul li {
	margin-left: 0.15rem;
	padding-left: 0.15rem;
	/*  border-left: 1px solid #2a2e34;*/
	cursor: pointer;
	padding: 0.2rem 0.15rem 0.2rem 0px;
}

.footer .top .footer_l>ul>li ul li:hover a {
	color: white;
}

.footer_c a {
	color: white;
	opacity: 0.4;
}

@media only screen and (max-width:1200px) {
	.footer_r {
		color: white;
		float: none;
	}
}
@media only screen and (max-width:1080px) {
	.footer .top .footer_l>ul>li ul li {
		display: none;
	}
	
	.footer_c ul {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
}

@media only screen and (max-width:767px) {
	.footer_c ul {
	    display: block !important;
	}
	.footer_c ul li {
	    float: left;
	}
}