.MenuList_c2 {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	border-top: 1px dotted #d8d8d8;
	position: relative;
}

.MenuList_c2 .MenuItems {
	width: 1200px;
	margin: 0 auto;
}

.MenuList_c2 .MenuItems>li {
	float: left;
	height: 60px;
	max-width: 130px;
	/* overflow: hidden; */
	position: relative;
	z-index: 1;
	background: url(/public/static/images/line.gif) no-repeat right center;
}

.MenuList_c2 .MenuItems>li>a {
	    overflow: hidden;
	    max-width: 150px;
	padding: 0 23px;
	float: left;
	height: 60px;
	line-height: 60px;
	display: block;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
	font-size: 16px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.MenuList_c2 .MenuItems>li>a:hover {
	color: #fff;
	background-color: #0059af;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.MenuList_c2 .MenuItems>li:hover>a {
	color: #fff;
	background-color: #0059af;
}

.MenuList_c2 .MenuItems>li.on>a {
	color: #fff;
	background-color: #0059af;
}

.MenuList_c2 .MenuItems>li.on:hover>a {
	color: #fff;
	background-color: #0059af;
}

/*二级导航样式*/
.MenuList_c2 .MenuItems>li div {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 20;
	background-color: #4c4a4f;
	display: none;
}

.MenuList_c2 .MenuItems>li:hover div {
	/*ie6不支持li:hover所以在这里写成li.hover以方便js取样式*/
	position: absolute;
	display: block;
}

.MenuList_c2 .MenuItems>li div ul {
	width: 1280px;
	padding-left: 10px;
}

.MenuList_c2 .MenuItems>li div ul li {
	height: 60px;
	float: left;
}

.MenuList_c2 .MenuItems>li div ul li a {
	height: 48px;
	margin: 0 20px;
	padding: 0 5px;
	line-height: 60px;
	display: block;
	font-family: "微软雅黑";
	color: #ffffff !important;
	text-align: center !important;
	font-size: 14px;
}

.MenuList_c2 .MenuItems>li div ul li a:hover {
	color: #ffffff !important;
	border-bottom: 2px solid #ffffff;
	font-weight: bold;
}

.MenuList_c2 .move-bg {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	margin-left: 10px;
	width: 85px;
	height: 80px;
	background: #eba708;
}

@media only screen and (max-width: 1200px) {
	.MenuList_c2 {
		width: 100%;
		height: 70px;
	}

	.MenuList_c2 .MenuItems>li {
		height: 70px;
	}

	.MenuList_c2 .MenuItems>li>a {
		padding: 0 15px;
		height: 36px;
		padding-top: 34px;
	}

	/*二级导航样式*/
	.MenuList_c2 .MenuItems li div {
		top: 70px;
	}

	.MenuList_c2 .move-bg {
		height: 70px;
	}
}

@media only screen and (max-width: 900px) {
	.MenuList_c2 {
		width: 100%;
		height: auto;
		border-top: none;
		float: inherit;
		position: inherit;
		z-index: 999999;
	}

	.MenuList_c2 .MenuItems>li {
		float: inherit;
		height: auto;
		position: inherit;
		width: 100%;
	}

	.MenuList_c2 .MenuItems>li>a {
		padding: 0 20px;
		float: inherit;
		height: 40px;
		line-height: 40px;
		text-align: left;
		display: block;
		font-family: "微软雅黑";
		color: #fff;
		font-size: 14px;
		transition-duration: 0s;
		-moz-transition-duration: 0s;
		-webkit-transition-duration: 0s;
		background: #0059af url(/public/static/images/menu_ico1.png) no-repeat 95% 16px;
		background-size: 14px;
		border-bottom: solid 1px #0166c7;
	}

	.MenuList_c2 .MenuItems>li>a:hover {
		color: #fff;
		background: #01498f url(/public/static/images/menu_ico1.png) no-repeat 95% -16px;
		background-size: 14px;
		transition-duration: 0s;
		-moz-transition-duration: 0s;
		-webkit-transition-duration: 0s;
	}

	.MenuList_c2 .MenuItems>li:hover>a {
		color: #fff;
		background: #01498f url(/public/static/images/menu_ico1.png) no-repeat 95% -16px;
		background-size: 14px;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
	}

	.MenuList_c2 .MenuItems>li.hover>a {
		background: #01498f url(/public/static/images/menu_ico1.png) no-repeat 95% -16px;
		background-size: 14px;
	}

	.MenuList_c2 .MenuItems>li.on>a {
		background: #01498f url(/public/static/images/menu_ico1.png) no-repeat 95% 16px;
		background-size: 14px;
	}

	.MenuList_c2 .MenuItems>li.on.hover>a {
		color: #fff;
		background: #01498f url(/public/static/images/menu_ico1.png) no-repeat 95% -16px;
		background-size: 14px;
	}

	/*.MenuList_c2 .MenuItems>li>a:focus,.MenuList_c2 .MenuItems>li.on>a:focus {color:#fff;background:#eba708;transition-duration:.3s; -moz-transition-duration:.3s; -webkit-transition-duration:.3s; }*/
	/*二级导航样式*/
	.MenuList_c2 .MenuItems>li div {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
		height: auto;
		display: none;
	}

	.MenuList_c2 .MenuItems>li:focus div,
	.MenuList_c2 .MenuItems>li:hover div {
		position: inherit;
		display: none;
	}

	.MenuList_c2 .MenuItems>li.hover div {
		display: block;
	}

	.MenuList_c2 .MenuItems>li div ul {
		width: 100%;
		padding-left: 0;
	}

	.MenuList_c2 .MenuItems>li div ul li {
		height: 35px;
		float: inherit;
		width: 100%;
	}

	.MenuList_c2 .MenuItems>li div ul li a {
		height: 34px;
		margin: 0;
		padding: 0;
		padding-left: 20px;
		line-height: 34px;
		display: block;
		border-bottom: solid 1px #747178;
		color: #fff !important;
		text-align: left !important;
		background: #4c4a4f;
		font-size: 12px;
	}

	.MenuList_c2 .MenuItems>li div ul li a.on,
	.MenuList_c2 .MenuItems li div ul li a:hover {
		color: #ffff00 !important;
		border-bottom: 2px solid #ffff00;
		font-weight: bold;
	}

	.MenuList_c2 .move-bg {
		display: none;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
		margin-left: 10px;
		width: 85px;
		height: 80px;
		background: #eba708;
	}

}