/* CSS Document */
#tab { width:412px; height:216px; position:relative;margin:27px auto 0 auto;}
/*设置容器高宽等*/
html > body #tab {
	width:350px;
}
/*兼容IE6:IE6下宽度不够*/
#tab div {
	position:absolute;
	top:32px;
	left:0;
	width:350px;
	height:186px;
}
/*设置容器高宽等*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
#tab pre {
	float:left;
	width:103px;
	height:30px;
	line-height:30px;
	margin:0 0 0 0;
	font-size:19px;
	cursor:pointer;
	text-align:center;
	color:#666666;
	font-family: "微软雅黑";

}
/*默认标题样式*/
#tab .up {color:#2AA35E; font-size:19px;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { list-style:none; padding:0; height:186px; margin-top:0px;}
#tab li a { display:inline; text-decoration:none; text-indent:10px; margin-right:10px;}
#tab li span{ display:block; float:right; color: #bdacb3;}
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab_title:active { color:#5a5a5a; text-decoration:none;}
a.tab_menu:link { color:#6464d5; text-decoration:none;}
a.tab_menu:hover { color:#8888e0; text-decoration:underline;}
#list10 LI {
	margin-left:10px; LINE-HEIGHT: 35px; HEIGHT: 35px; FONT-SIZE: 13px; OVERFLOW: hidden
}
#list11 LI {
	width:333px; margin-left:10px; LINE-HEIGHT: 33px; HEIGHT: 33px; FONT-SIZE: 13px; OVERFLOW: hidden
}
#list12 LI {
	width:318px; margin-left:10px; LINE-HEIGHT: 33px; HEIGHT: 33px; FONT-SIZE: 13px; OVERFLOW: hidden
}
#tab .wdt {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.wdt1 {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.friendlink .bd .text li {
	line-height:15px;
	float:left;
	margin:0 35px 0 0;
	white-space:nowrap
}
.unnamed1 {
    background-image: url(../images/nb.jpg);
    background-repeat: repeat-x;
}
.unnamed2 {
    background-image: url(../images/nt.jpg);
    background-repeat: no-repeat;
	background-position: center top;
}

/*内页幻灯片*/
#footer {
	text-align:center;
}
.slider {
	width:100%;
	min-width:1005px;
	height:328px;
	position:relative;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
.slider .bd {
	width:1005px;
	position:absolute;
	left:50%;
	margin-left:-502px
}
.slider .bd li {
	width:1005px;
	overflow:hidden;
}
.slider .bd li img {
	display:block;
	width:1005px;
	height:328px;
}
.slider .tempWrap {
	overflow:visible !important
}
.slider .tempWrap ul {
	margin-left:-1005px !important;
}
.slider .hd {
	position:absolute;
	width:100%;
	left:0;
	height:8px;
	bottom:20px;
	text-align:center;
}
.slider .hd li {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:8px;
	height:8px;
	line-height:99px;
	overflow:hidden;
	background:url(../images/slider-btn.png) 0 -10px no-repeat;
	margin:0 5px;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slider .hd li.on {
	background-position:0 0;
	filter:alpha(opacity=100);
	opacity:1;
}
.slider .pnBtn {
	position:absolute;
	top:0;
	width:100%;
	height:328px;
	cursor:pointer;
}
.slider .prev {
	left:-50%;
	margin-left:-503px;
}
.slider .next {
	left:50%;
	margin-left:503px;
}
.slider .pnBtn .blackBg {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:328px;
	background:#999999;
	filter:alpha(opacity=80);
	opacity:0.5;
}
.slider .pnBtn .arrow {
	display:none;
	position:absolute;
	top:0;
	z-index:1;
	width:60px;
	height:328px;
}
.slider .pnBtn .arrow:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slider .prev .arrow {
	right:0;
	background:url(../images/slider-arrow.png) -120px 0 no-repeat;
}
.slider .next .arrow {
	left:0;
	background:url(../images/slider-arrow.png) 0 0 no-repeat;
}

/*内页幻灯片结束*/
