.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;
    max-width: 86px;
}
.footer .top .footer_l > ul>li{
	float: left;
	margin-left: 3%;
	margin-bottom:5%;
}
.footer .top .footer_l > ul>li:first-child{
	margin-left:0px
}
.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;
}
.footer .top .footer_l >dl{
	margin-top:0.6rem;
	padding-top:0.3rem;
	border-top:1px solid #313131;
}
.footer .top .footer_l >dl a{
	color:#848484;
}
.footer .top .footer_l >dl dt{
	    margin-bottom: 10px;
}
.footer .top .footer_l >dl dt a{
	color:#bd0000;
}
.footer .top .footer_l >dl dd{
	line-height: 2;
}
.wx-b label{
	text-align: center;
	display: block;
}


.wx-b span{
	display: inline-block;
	width:46%;
	margin-left:1%;
	max-width:100px;
}
.wx-b span img{
	display: block;
	width:100%;
}
.wx-b label{
	display: block;
	margin-top:10px;
}
.footer_r {
	color:white;
	float: right;
	width:auto;
	margin-left: 0px;
}
.footer_r .tell{
	color:white;
	font-weight: bold;
	margin-top:18px;
}
.footer_r p{
	margin-bottom:10px;
	line-height:26px;
	padding-left:37px;
	position: relative;
}
.footer_r p img{
    width: 15%;
    margin-right: 16px;
    max-width: 20px;
    position: relative;
    top: 5px;
    position: absolute;
    left:0px;
}
.footer_c{
	background:#1b1b1b;
	position: relative;
}
.footer_c .el-col-18-l{
    border-top: 1px solid #313131;
    color: #666;
    box-sizing: border-box;
}
.footer_c .copyright{
	 padding:0rem 0.15rem 0rem 0px;
	 padding-top: 0.2rem;
}
.footer_c ul {
    display: flex;
    text-align:right;
    -webkit-justify-content: flex-end;

            justify-content: flex-end;
            overflow: hidden;
}
.footer_c ul li {
    margin-left: 0.15rem;
    padding-left: 0.15rem;
    cursor: pointer;
}
.footer_c ul li{
    padding-top: 0.2rem;
}
.footer_c ul li:last-child{
	padding-top:0px;
}
.footer .top .footer_l > ul > li ul li:hover a{
	color:white;
}
.footer_c  a{
	color:white;
	opacity:0.4;
}

.topnav {
    position: relative;
    cursor: pointer;
    z-index: 111;
    height: 0.6rem;
    display: block;
    width:0.6rem;
    min-width:26px;
    min-height:26px;
}

.topnav img {
    width:100%;
    height:100%;
}
.footer_r .t{
	color:#e50213;
	padding-left:0px;
}
.footer_r .tell{
    line-height: 32px;
    font-weight: normal;
    padding-left: 37px;
    position: relative;
}
.footer_r .tell img{
	position: absolute;
	left:0px;
}
@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) {
	.wx-b{
		float: inherit;
	}
	.footer_r {
		color: white;
		float: initial;
	}
	.footer_c ul {
		display: block !important;
	}
	.footer_c ul li {
		float: left;
	}
	.topnav{
		display: none;
	}
	.footer .top .footer_l >dl{
		margin-bottom:15px;
	}
}