.foocust_box{
display:flex;
}
.footer{
	overflow: hidden;
	background:#fff;
	background-size: 100% 100%;
}
.footer_wh08{
	width: 80%;
	margin:0 10%;
	margin-top: 90px;
	overflow: hidden;
}
.footLeft{
	display:flex;
	justify-content:space-between;
}

.foologo{
width:270px;
}

.foologo img{
	width: 100%;
}

.footLeft h2{
	font-size:18px;
	color:#666;
	line-height:26px;
}

.youqing div p{
	width:272px;
	height:50px;
	border:1px solid #D4D4D4;
	border-radius:50px;
	margin-top:14px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
	color:#666;
}

.youqing div p a{
	color:#666 !important;
}

.foouls{
	margin: 30px 0;
	overflow: hidden;
}
.foouls li{
	float: left;
	width: 16.66%;
	margin-bottom: 15px;
/*margin-bottom: 30px;*/
}
.foouls li p{
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
}
.foouls li a{
	display: block;
	color: color: #666666;
	font-size: 16px;
	line-height: 32px;
}
.copyright p{
	font-size: 16px;
	line-height: 32px;
	opacity: 0.6;
}
.copyright{
	background:#F6F6F6;
	padding:17px 0px;
	text-align:center;
	margin-top: 60px;
}

.copyright p{
	display:inline-block;
	font-size:16px;
	color:#666;
}

.copyright p a{
	color:#666;
}

.footrtop{
	opacity: 0.6;
	line-height: 20px;
	font-size: 16px;
	margin-top: 40px;
}
.footrtop{
	overflow: hidden;
}
.footrtop li{
	float: left;
	margin-right: 5%;
}
.foocust{
	/* margin-top: 100px; */
    margin: 14px;
}
.foocust h2{
	font-size: 18px;
	margin-bottom: 10px;
}
.foocust p{
	/* opacity: 0.8; */
	line-height: 32px;
	font-size: 18px;
	/* width: 50%; */
	/* float: left; */
	color: #666;
}
.foocust div{
	opacity: 0.8;
	line-height: 32px;
	font-size: 16px;
	clear: both;
}
.foogzh{
	/* margin-top: 40px; */
display:none;
}
.foogzh h2{
	margin-bottom: 13px;
	/* font-size: 24px; */
}

@media screen and (max-width:1450px) {
	.foouls li p{
		font-size: 16px;
		line-height: 35px;
	}
	.foouls li a{
		font-size: 14px;
		line-height: 30px;
	}
	.copyright p{
		font-size: 14px;
	}
	.foouls{
		margin: 30px 0 0 0;
	}
	.copyright {
		/* margin: 0px 0 35px 0; */
	}
	.foocust {
		/* margin-top: 60px; */
	}

	.foologo{
		width:30%;
	}
}