@charset "utf-8";

.schmenu {
	height: 33px;
	line-height: 33px;
	background: #636871;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.schmenu ul {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}

.schmenu ul li {
	float: left;
	list-style: none;
}

.schmenu ul li a {
	height: 33px;
	line-height: 33px;
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
	text-decoration: none;
}

.schmenu ul li a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nTab {
	float: left;
	width: 100%;
	margin: 0 auto;
	border-left: 1px #C7C7CD solid;
	border-right: 1px #C7C7CD solid;
	border-top: 1px #C7C7CD solid;
	border-bottom: 1px #C7C7CD solid;
	background: #f8f8f8;
	background-position: left;
	background-repeat: repeat-y;
	margin-bottom: 2px;
}

.nTab .TabTitle {
	clear: both;
	height: 100%;
	overflow: hidden;
}

.nTab .TabTitle ul {
	margin: 0;
	padding: 0;
}

.nTab .TabTitle li {
	float: left;
	width: 9.0912%;
	height: 77px;
	line-height: 20px;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 7px;
	display: flex;
	align-items: center;
	text-align: center;
}

.nTab .TabTitle .active {
	border-right: 1px #C7C7CD solid;
	background-color: #fff;
}

.nTab .TabTitle .normal {
	border-right: 1px #C7C7CD solid;
	border-bottom: 1px #C7C7CD solid;
}

.nTab .TabContent {
	width: auto;
	background: #fff;
	margin: 0px auto;
	padding: 10px 0 0 0;
	/* border-right: 1px #C7C7CD solid;
	border-left: 1px #C7C7CD solid; */
}

.none {
	display: none;
}