
/* tabshow */
.tabshow{width:980px;height:422px;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;}
/*代码整理：www.97zzw.com - 97站长网*/
.tabshow .tabcon{position:absolute;top:0;right:0;z-index:1;border:solid 1px #076aba;background:#FCFCFC;height:420px;width:785px;overflow:hidden;}
.tabshow .tabcon h2{height:30px;line-height:30px;font-size:16px;color:#333;padding:7px 0 7px 25px;}

.tabshow .tabcon h2 a{color: #333333;}
.section-three{
	margin-top:1px;
	overflow:hidden;
	width:100%;
}
.section-four
{
	padding:60px 0;
	background:#f5f5f5;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	overflow:hidden;
}
.section-four>article{
	margin:0 auto;
	width:980px;
	overflow:auto;
}
.section-four>article>aside{
	position:relative;
	width:50%;
	height:25px;
	margin:0 auto;
	border-bottom:1px solid #444444;
}
.section-four>article>aside>h1{
	width:25%;
	position:absolute;
	left:50%;
	margin-left:-63px;
	float:left;
	height:45px;
	background:#f5f5f5;
	line-height:1.5em;
	text-align:center;
	font-size:16px;
	font-weight:700;
	color:#444444;
}
.section-four>article>ul{
	margin:45px 0 0 0;
	overflow:auto;
}
.section-four>article>ul>li{
	width:100%;
	height:32px;
	overflow:hidden;
	margin-top:15px;
}
.section-four>article>ul>li>h1{
	position:relative;
	width:120px;
	height:32px;
	line-height:32px;
	background:#0870be;
	color:#fff;
	text-align:center;
	border-radius:5px;
	font-size:16px;
}
.section-four>article>ul>li>h1>a{
	color:#fff;
}
.section-four>article>ul>li>h1::after{
	content:"";
	border:8px solid transparent;
	border-left-color:#0870be;
	float:left;
	position:absolute;
	left:120px;
	top:8px;
}
.section-four>article>ul>li>a{
	display:inline-block;
	padding:0 15px;
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	text-align:center;
	color:#666;
	margin-left:15px;
	width:90px
}
.section-four>article>ul>li>a:hover{
	color:#1567a1;
	border-color:#0870be;
	background:#fff;
}