.footer_box{
	width:100%;
	height: 410px;
	background: #F3F6FB;
	min-width: 1500px;
}
.footer_content{
	width:70.83%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.footer_left,.footer_middle,.footer_right{
	width:33.33%
}
.footer_middle,.footer_right{
	margin-top:67px;
    margin-left: 3%;
}
.footer_text{
	margin-left: 16%;
	margin-top: 10px;
	color:#888;
	line-height: 30px;
}
ul>li{
	list-style:none;
}
.footer_link{
	margin-left: 16%;
	display:flex;
	
}
.footer_link>li>a{
	display:inline-block;
}
.footer_link li{
    margin-left: 15px;
    
}
.footer_middle_content{
	display:flex;
}

.lue{
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
	color:#888
}
.footer_right_img{
	display:flex;
}
.footer_right_img img{
	margin-right:5px;
	margin-bottom:5px;
}
.footer_foot{
	width:100%;
	text-align:center;
	height:35px;
	line-height:35px;
	background: linear-gradient(30deg, #03C4D3, #0080C8);
	margin-top: 33px;
    color: white;
}
.footer_middle_content img{
	width:150px;
	height:90px;
}



