footer {
	width: 100%;
	height: 612px;
	background-color: #000000;
	/*position: absolute;*/
	bottom: 0;
	/*margin-top: 30px;*/
}
.footer_div,.footer_center {
	width: 63.5%;
	margin: auto;
}
.footer_top {
	width: 100%;
	height: 314px;
}
.footer_top_logo {
	width: 200px;
	display: block;
}
.top_logo_img {
	width: 200px;
	padding-top: 40px;
	margin-left: 2px;
}
.top_logo_ewm {
	width: 110px;
	height: 110px;
	margin: 8px 0 0 94px;
}
.footer_top,.footer_top_link {
	display: flex;
}
.top_link_text {
	margin-left: 65px;
}
.top_link_text {
	color: #999999;
	font-size: 16px;
}
.top_link_text p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	padding-top: 40px;
	line-height: 50px;
}
.top_link_text li {
	line-height: 48px;
}
.top_link_text li a{
	font-size: 14px;
}
.footer_center {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.footer_center span {
	font-size: 14px;
	margin-right: 10px;
	color: #666666;
}
.footer_center span:first-child {
	font-size: 17px;
}
.footer_bottom {
	width: 80%;
	margin: auto;
	color: #666666;
	border-top: 1px solid #1B1B1B;
	text-align: center;
	line-height: 80px;
	margin-top: 140px;
}



/*媒体查询*/
@media screen and (max-width: 1700px) {
	.top_link_text:first-child {
		margin-left: 35px;
	}
	.top_link_text {
		margin-left: 15px;
		zoom: 0.8;
	}
}.center_ys {
	width: 100%;
	height: 200px;
	background-color: #FFFFFF;
}
.center_ys_center {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
}
.center_ys_pub {
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 68px;
}
.ys_pub_img {
	width: 66px;
	height: 66px;
}
.ys_pub_text {
	width: 196px;
	margin-left: 20px;
}
.ys_pub_title {
	font-size: 18px;
	color: #333;
	text-align: left;
}
.ys_pub_p {
	font-size: 14px;
	color: #999999;
	text-align: left;
}
	