.footer_box{
	background:#1b1b1b;
	margin-top:0.5rem;
}
.footer{
	background:#ececec;
	padding:60px 0px;
}
.footer .top .footer_l .c_ul> ul > li ul li {
    cursor: pointer;
    color: #777;
    line-height: 2;
}
.footer .top .footer_l .c_ul> ul>li{
	float: left;
	margin-right: 5%;
	margin-bottom:5%;
	max-height: 200px;
	overflow: hidden;
}
.footer .top .footer_l .c_ul ul li a:hover{
	color:#DB0000;
}
.footer .top .footer_l .c_ul> ul>li p{
	color:white;
	margin-bottom:10px;
}
.footer .top .footer_l .c_ul> ul>li p a{
	color: #848484;
}
.footer .top .footer_l .c_ul> ul > li ul li a {
    color: #848484;
    line-height: 2;
}
.footer .top .footer_l .ewm_1 img{
	display: block;
	width:100%;
	margin:0px auto;
}
.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 img{
	display: block;
	width:136%;
	float: right;
}

.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%;
}

/*æ–°å¢žæ ·å¼*/
.pro_title{
	
}


@media only screen and (max-width:1080px) {
	.footer .top .footer_l > ul > li ul li {
		display: none;
	}
	.footer .top .footer_l .c_ul> ul>li{
	   margin-right:2%
	}
}
@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 .ewm_1 img{
		max-width:100px;
		margin-bottom:15px;
	}
	.footer_r img{
		max-width: 85px;
		float: initial;
		margin:0px auto;
		margin-top:15px;
	}
	.footer_l .c_ul>ul{
		/* display: flex; */
		/* flex-direction: row; */
		/* justify-content: center; */
	}
.footer .top .footer_l .c_ul> ul>li{margin-right: 4%;max-width: initial;/* width: 100%; */}
.footer .top .footer_l .c_ul> ul>li>ul{
	display:none;
}
}