﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}


#items { 
width:900px; 
height:600px; 
margin:0 auto; 
padding:5px 0; 
clear:both; 
} 
#items ul, #items li { 
list-style:none; 
} 
#items li { 
width:800px; 
height: 28px; 
text-align: right; 
background-image: url(../images/icon_text.gif); 
background-repeat: no-repeat; 
background-position: 50px center; 
padding-left: 0px; 
line-height:28px; 
color:#000000; 
border-bottom:dashed 1px #CCC; 
} 
#items li a { 
float:left; 
text-align:left; 
line-height:28px; 
color:#000000; 
text-decoration:none; 
} 
#items li a:hover { 
color:#0966B0; 
} 




#items2 { 
width:900px; 
height:600px; 
margin:0 auto; 
padding:5px 0; 
clear:both; 
} 
#items2 ul, #items2 li { 
list-style:none; 
} 
#items2 li { 
width:800px; 
height: 28px; 
text-align: right; 
background-image: url(../images/icon_text.gif); 
background-repeat: no-repeat; 
background-position: 50px center; 
padding-left: 0px; 
line-height:28px; 
color:#000000; 
border-bottom:dashed 1px #CCC; 
} 
#items2 li a { 
float:left; 
text-align:left; 
line-height:28px; 
color:#000000; 
text-decoration:none; 
} 
#items2 li a:hover { 
color:#0966B0; 
} 



#items3 { 
width:900px; 
height:600px; 
margin:0 auto; 
padding:5px 0; 
clear:both; 
} 
#items3 ul, #items3 li { 
list-style:none; 
} 
#items3 li { 
width:800px; 
height: 28px; 
text-align: right; 
background-image: url(../images/icon_text.gif); 
background-repeat: no-repeat; 
background-position: 50px center; 
padding-left: 0px; 
line-height:28px; 
color:#000000; 
border-bottom:dashed 1px #CCC; 
} 
#items3 li a { 
float:left; 
text-align:left; 
line-height:28px; 
color:#000000; 
text-decoration:none; 
} 
#items3 li a:hover { 
color:#0966B0; 
} 
/* tabshow */
.tabshow {
	width:1055px;
	height:100%;
	min-height:800px;
	/* height:100%;*/
	position:relative;
	margin:40px auto;
}
.tabshow .hide {
	display:none;
}
.tabshow .udbtn, .tabshow .tabTagBox li {
	background:url(../images/tab-all-bg.png) no-repeat;
}
.tabshow .udbtn {
	display:block;
	width:194px;
	height:35px;
	line-height:999em;
	overflow:hidden;
}
.tabshow .uPrev {
	background-position:0 -580px;
}
.tabshow .dNext {
	background-position:0 -615px;
}
.tabshow .tabTagBox {
	height:348px;
	width:194px;
	overflow:hidden;
	position:relative;
	z-index:9;
	margin:2px 0;
}
.tabshow .tabTagBox .tabTagList {
	position:absolute;
	left:0;
	height:999em;
}
.tabshow .tabTagBox li {
	float:left;
	width:193px;
	height:58px;
	line-height:99em;
	overflow:hidden;
	cursor:pointer;
}
.tabshow .tabTagBox li.current {
	width:194px;
}
.tabshow .tabTagBox li#tag01 {
	background-position:-194px 0;
}
.tabshow .tabTagBox li#tag01.current {
	background-position:0 0;
}
.tabshow .tabTagBox li#tag02 {
	background-position:-194px -58px;
}
.tabshow .tabTagBox li#tag02.current {
	background-position:0 -58px;
}
.tabshow .tabTagBox li#tag03 {
	background-position:-194px -116px;
}
.tabshow .tabTagBox li#tag03.current {
	background-position:0 -116px;
}
.tabshow .tabTagBox li#tag04 {
	background-position:-194px -174px;
}
.tabshow .tabTagBox li#tag04.current {
	background-position:0 -174px;
}
.tabshow .tabTagBox li#tag05 {
	background-position:-194px -232px;
}
.tabshow .tabTagBox li#tag05.current {
	background-position:0 -232px;
}
.tabshow .tabTagBox li#tag06 {
	background-position:-194px -290px;
}
.tabshow .tabTagBox li#tag06.current {
	background-position:0 -290px;
}
.tabshow .tabTagBox li#tag07 {
	background-position:-194px -348px;
}
.tabshow .tabTagBox li#tag07.current {
	background-position:0 -348px;
}
.tabshow .tabTagBox li#tag08 {
	background-position:-194px -406px;
}
.tabshow .tabTagBox li#tag08.current {
	background-position:0 -406px;
}
.tabshow .tabTagBox li#tag09 {
	background-position:-194px -464px;
}
.tabshow .tabTagBox li#tag09.current {
	background-position:0 -464px;
}
.tabshow .tabTagBox li#tag10 {
	background-position:-194px -522px;
}
.tabshow .tabTagBox li#tag10.current {
	background-position:0 -522px;
}
.tabshow .tabcon {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	border:solid 0px #0966B0;
	background:#FCFCFC;
	height:auto !important;
	min-height:800px;
	width:860px;
	overflow:hidden;
}
.tabshow .tabcon h2 {
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333;
	padding:10px 0 10px 25px;
}
.tabshow .tabcon li {
	float:left;
	width:152px;
	height:177px;
	overflow:hidden;
	margin:0 0 10px 24px;
	display:inline;
}
.tabshow .tabcon li .pic {
	display:block;
	border:solid 1px #ddd;
	width:150px;
	height:150px;
}
.tabshow .tabcon li .pic:hover {
	border:solid 1px #C00F15;
}
.tabshow .tabcon li .tit {
	height:20px;
	line-height:20px;
	display:block;
	margin:5px 0 0 0;
}
.tabshow .tabcon li .tit a {
	font-size:12px;
	color:#5e5e5e;
	text-decoration:none;
}
