@charset "utf-8";
/* // 代码整理：聚合分享 www.juheweb.com
*/
* {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* tabshow */
.tabshow {
	width:750px;
	height:330px;
	float:left;
	overflow:hidden;
	position:relative;
	border:8px solid #aeaeae;
	
}
.tabshow .hide {
	display:none;
}
.tabshow .udbtn, .tabshow .tabTagBox li {
	background:url(../images/tab-all-bg.png) no-repeat;
}
.tabshow .udbtn {
	display:block;
	width:250px;
	height:66px;
	line-height:999em;
	overflow:hidden;
}
.tabshow .uPrev {
background:url(../images/kc01.jpg) 0 0 no-repeat;
height:66px;
}
.tabshow .dNext {
	background-position:0 -615px;
}
.tabshow .tabTagBox {
	height:348px;
	width:250px;
	overflow:hidden;
	position:relative;
	z-index:9;
	margin:2px 0;
}
.tabshow .tabTagBox .tabTagList {
	position:absolute;
	left:0;
	
}
.tabshow .tabTagBox li {
	float:left;
	width:195px;
	height:65px;
	line-height:65px;
	overflow:hidden;
	font-size:16px;
	padding-left:55px;
	cursor:pointer;
	border-bottom:1px solid #ccc;
}
.tabshow .tabTagBox li.current {
	width:250px;
}
.tabshow .tabTagBox li#tag01 {
	
	background: url(../images/kctb01.jpg) 5% center no-repeat;
	
}
.tabshow .tabTagBox li#tag01.current {
background:url(../images/kctb02.png) 5% center no-repeat #0061c0;
color:#FFFFFF;
}
.tabshow .tabTagBox li#tag02 {
background: url(../images/kctb02.jpg) 5% center no-repeat;
}
.tabshow .tabTagBox li#tag02.current {
color:#FFFFFF;
	background:url(../images/kctb03.png) 5% center no-repeat #0061c0;
}
.tabshow .tabTagBox li#tag03 {
	background: url(../images/kctb03.jpg) 5% center no-repeat;
}
.tabshow .tabTagBox li#tag03.current {
color:#FFFFFF;
	background:url(../images/kctb04.png) 5% center no-repeat #0061c0;
}
.tabshow .tabTagBox li#tag04 {
	background: url(../images/kctb04.jpg) 5% center no-repeat;
}
.tabshow .tabTagBox li#tag04.current {
color:#FFFFFF;
	background:url(../images/kctb05.png) 5% center no-repeat #0061c0;
}
.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-left:8px solid #aeaeae;
	
	height:330px;
	width:492px;
	overflow:hidden;
}
.tabshow .tabcon h2 {
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333;
	padding:10px 0 10px 25px;
	display:none;
}
.tabshow .tabcon li {
	float:left;
	width:215px;
	height:135px;
	overflow:hidden;
	margin:15px 0 10px 24px;
	display:inline;
}
.tabshow .tabcon li .pic {
	display:block;
	
	width:205px;
	height:125px;
}
.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;
}
