
/*tab切换样式*/
.tabbox{width:100%;height:auto;margin:0px auto; position:relative;}
.tabbox .tab{overflow:hidden; border-bottom:#ca2a2a solid 3px; margin-bottom:5px;}
.tabbox .tab a{width:120px; line-height:35px; text-align:center; color:#555; display:block; float:left; font-size:16px; font-weight:bold; margin:0px 0px; position:relative;}
.tabbox .tab a:hover{background:#116cba;color:#fff;text-decoration:none;}
.tabbox .tab a.on{width:120px; line-height:35px; color:#fff; display:inline-block; text-align:center; background:#ca2a2a;}
.tabbox .tab span{font-size:12px; color:#ca2a2a; cursor:pointer; position:absolute; top:0px; right:0px;}
.tabbox .tab span:hover{color:#000;}
.tabbox .content{width:100%; overflow:hidden; margin:0px auto;}
.tabbox .content li{display:none;}

.tab_xw01{width:100%; height:47px; border-bottom:1px #cccccc dashed; position:relative;}
.tab_xw01 a{line-height:47px; background:url(../images/dian05.png) no-repeat 0px 50%; font-size:16px; padding-left:15px; display:block;}
.tab_xw01 a:hover{background:url(../images/dian06.png) no-repeat 0px 50%;}
.tab_xw01 span{ width:100px; line-height:47px; color:#555; text-align:right; display:block; position:absolute; top:0px; right:0px;}


.tabbox01{width:100%;height:auto;margin:0px auto; position:relative;}
.tabbox01 .tab01{overflow:hidden; border-bottom:#116cba solid 1px; margin-bottom:15px;}
.tabbox01 .tab01 a{width:120px; line-height:35px; text-align:center; color:#555; display:inline-block; font-size:18px; margin:0px 0px;position:relative;}
.tabbox01 .tab01 a:hover{background:#116cba;color:#fff;text-decoration:none;}
.tabbox01 .tab01 a.on{width:120px; line-height:35px; color:#fff; display:inline-block; text-align:center; background:#3462b6;}
.tabbox01 .tab01 span{font-size:12px; color:#555; cursor:pointer; position:absolute; top:0px; right:0px;}
.tabbox01 .tab01 span:hover{color:#116cba;}
.tabbox01 .content01{width:100%; overflow:hidden; margin:0px auto;}
.tabbox01 .content01 li{display:none;}

