.footer{
	background: #333;width: 100%;min-height: 180px;margin: 0 auto;
}
.footer-box{
	width: 1200px;margin: 0 auto;height: 100%;padding: 35px 20px 20px;box-sizing: border-box;display: flex;
}
.footer-name{
	border-right: 1px solid #999;padding: 0 15px;box-sizing: border-box;height: 205px;width: 300px;
}
.hide-footer{
	width: 600px;
}
.footer-name:last-child{
	border: none;
}
.footer-name h4{
	color: #fff;font-size: 14px;
}
.footer-name ul{
	display: flex;width:100%;overflow: hidden;flex-wrap: wrap;
}
.footer-name ul li{
	width:50%;display: block;line-height: 40px;font-size: 14px;
}
.footer-name ul li a:hover{
	color: #fff;
}
.ewm-footer{
	text-align: center;
}
.ewm-footer .footer-img{
	width: 150px;margin: 0 auto;padding: 15px;background: #fff;
}
.ewm-footer .footer-img img{
	width: 100%;
}
.footer-name.ewm-footer { border-right: none; }

.ewm-footer p{
	color: #fff;text-align: center;width: 150px;margin: 10px auto 0;font-size: 14px;
}
.hide-footer{
	color: #d6d6d6;padding-left: 80px;
}
.hide-footer h3{
	font-weight: 600;font-size: 24px;margin-top: 30px;margin-bottom: 10px;
}
.hide-footer h5{
	font-size: 18px;font-weight: 600;margin-bottom: 30px;
}
.hide-footer span{
	display: block;color: #999;line-height: 24px;font-size: 14px;
}

@media (max-width: 1200px) {
	.footer-box { width: 100%; }
}

@media (max-width: 900px) {
	.footer-box { display: block; }
	.footer-name { width: 50%; border-right: none; float: left; height: auto; }
	.hide-footer { padding-left: 15px; }
	.footer-name.ewm-footer { width: 100%; text-align: center; margin-top: 20px; }
	.ewm-footer .footer-img { background:none; width: 100%; text-align:center; padding-bottom: 0; box-sizing: border-box; }
	.footer-name.ewm-footer img { width: 150px; border:10px solid #fff; }
}

@media (max-width: 767px) {
	.footer-name h4 { margin-bottom: 10px; }
	.footer-name { width: 100%; margin-bottom: 20px; }
	.footer-name.ewm-footer { margin-top: 0; }
	.hide-footer h3 { font-size: 16px; margin-top: 0; padding-top: 10px; margin-bottom: 7px; }
	.ewm-footer p { width: 100%; }
	.hide-footer h5,.hide-footer h3 { font-size: 15px;  }
}




