@charset "utf-8";
/* 代码整理：懒人之家 */
body {
vertical-align:middle;
	color: #ffffff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin:0 auto;
	text-align:center;
	
}
.nTab1 {
vertical-align:middle;
text-align:center;
	float: left;
	text-decoration:underline;
	width: 1300px;
	height:400px;
	margin: 0 auto;
	background-position:center;
	background-repeat:repeat-y;
	margin-bottom:0px
}
.nTab1 .Tab1Title {
	text-align:center;
vertical-align:middle;
line-height:43px;
	clear: both;
	display:flex;
	font-weight:600;
	text-justify:center;
	color:#666;
	overflow: hidden;
	font-size: 14px;
	text-decoration:underline;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 auto;
	
}
.nTab1 .Tab1Title ul {
	text-align:center;
	margin:0;
	text-decoration:underline;
	color:#03F;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 auto;
	vertical-align:middle;
}
.nTab1 .Tab1Title li {
	text-align:center;
height: 43px;
	float: left;
	width: 200px;
	cursor: pointer;
	padding-top: -200px;
	padding-right:10px;
	padding-left: 10px;
	padding-bottom: 0px;
	list-style-type: none;	
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.nTab1 .Tab1Title .active {
text-align:center;
    height: 43px;
	margin:0 auto;
	color:#03F;
	text-decoration:underline;
	border:#03F 1px solid;
	border-radius:15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 
}
.nTab1 .Tab1Title .normal {
	text-align:center;
    height: 43px;
	color:#666;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.nTab1 .Tab1Content {
text-align:center;
	width:auto;
	margin: 0px auto;
	padding:0px 0 0 0;
}
.none {
	display:none;
}