.footerView {
	width: 100%;
	/* height: 500px; */
	background: url('../img/footerBack.png');
	padding-top: 50px;
}

.footerContent {
	width: 1680px;
	margin: 0 auto;
}

.footer_one {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_one>div:nth-child(2) {
	width: 1000px;
	display: flex;
	justify-content: space-around;
	color: white;
}
.footer_one>div:nth-child(2)>div{
	cursor: pointer;
	height: 20px;
}

.footer_two>div:nth-child(1) {
}

.footer_two {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 150px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_two>div:nth-child(1) {
	width: 550px;
	/* display: flex; */
	/* flex-wrap: wrap; */
	color: #FFFFFF;
	height: 30px;
}




.qiu {
	width: 58px;
	height: 58px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tanchu img{
	display: block;
}
.tanchu img:nth-child(3){
	position: absolute;
	left: 2px;
	top: 2px;
	width: 120px;
	height: 120px;
}
.tanchu img:nth-child(2){
margin-left: 50px;
}
.tanchuPar{
	display: none;
}

.tanchu{
	position: relative;
}
.footer_two_right{
	width: 130px;
	position: relative;
}
.tanchuPar{
	position: absolute;
	top: -150px;
	left: -35px;
}
.footer_three{
	width: 1600px;
	display: flex;
	height: 100px;
	line-height: 100px;
	justify-content: space-between;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.footer_two :hover .tanchuPar{
	display: block !important;
}
.qiu{
	cursor: pointer;
}