
a { text-decoration:none;} 

body{ 
	color:#ed9b34;
	text-align:center; 
	font:"Î¢ÈíÑÅºÚ";
	font-family:"Î¢ÈíÑÅºÚ";
	font-weight:normal;
}
table{
	border-spacing:0;
}
#all {
 	text-align:left;
	margin:0 auto;
}

#encnTable a {
 	font-weight:normal;
}

p{ line-height:15px;}
.nav{ 
	height:40px;
	line-height:40px;
	top:0;
	width:100%;
	position:relative;
	background:#0084c8;
}
.nav li{
	list-style:none;
	float:left;
	width:20%;
	text-align:center;
}
.nav li a{
	color:#e6e6e6;
	font-size:13pt; 
	font-weight:700;
	display:block;
	font-weight:normal;
}
.nav li a:hover{
	text-decoration:none;
	color:#ed9b34;
	font-size:15pt;
	font-weight:bold;
}
.nav li ul{
	list-style:none;
	display:block;
	width:100%;
	background-color:#CCCCCC;
	position:absolute;
	left:0px;
	text-align:center;
}
.nav li ul li{
	list-style:none;
	list-style-type:none;
	margin:0 0 0 30px;
	width:auto;
	line-height:25px;
	text-align:center;
	display:inline;
}
.nav li ul li a{
	color:#666;
	font-size:10pt; 
	font-weight:700;
}
.nav li ul li a:hover{
	color:#666;
	font-size:10pt; 
	font-weight:700;
} 
.nav li ul.index_show{
	display:block;
} 

.menu2{ 
	height:34px;
	line-height:34px;
	top:0;
	width:1624px; 
	position:relative;
	background:#CCCCCC;
	font-size:10px;
}

.menu2 td{ 
	text-align:center;
	vertical-align:middle;
	height:35px;
	line-height:0px;
}

.menu2 a{
	color:#666;
	font-size:11pt; 
	font-weight:700;
	font-weight:normal;
}

.menu2 a:hover{
	color:#666;
	font-size:11pt; 
	font-weight:700;
	height:35px;
	line-height:0px;
	font-weight:normal;
}  

.dotstyle ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type : disc ;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dotstyle li {
	position: relative;
	display: block;
	float: left;
	margin: 0 16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #fff; 
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.dotstyle li a:focus {
	outline: none;
}

/* Individual styles and effects */

/* Fill up */

.dotstyle-fillup li a {
	overflow: hidden;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px white;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.dotstyle-fillup li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1px #fff;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
} 

.dotstyle-fillup li.current a::after {
	height: 100%;
	background-color:#ed9b34;
} 

.encn a{
	color:#e6e6e6;
	font-size:15pt; 
	font-weight:700; 
}
.encn a:hover{
	text-decoration:none;
	color:#ed9b34;
	font-size:15pt;
	font-weight:bold;
}