* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	background: white;
	font-family: "微软雅黑";
}

a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.header_IMG {
	text-align: center;
	font-size: 0;
}

.header_IMG img {
	width: 100%;
	max-width: 1366px;
}

.header_bar {
	height: 50px;
	background-color: #eee;
	text-align: center;
}

.header_barItem{
	display: inline-block;
	color: #646268;
	font-size: 18px;
	padding: 0 22px;
	line-height: 50px;
	cursor: pointer;
}

.content{
	padding-bottom: 40px;
	width: 1065px;
	margin: 0 auto;
}

.footer {
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #94969b;
	background-color: #e0e7ea;
	font-size: 12px;
	float: left;
    width: 100%;
}

.home_link a{
	display: inline-block;
}
