
/*tab切换样式*/
.tabbox{width:100%;height:auto;margin:0px auto; position:relative;}
.tabbox .tab{overflow:hidden; border-bottom:#3462b6 solid 2px; margin-bottom:15px;}
.tabbox .tab a{width:100px; line-height:43px; text-align:center; color:#555; display:inline-block; font-size:18px; margin:0px 0px;}
.tabbox .tab a:hover{background:#c1171c;color:#fff;text-decoration:none;}
.tabbox .tab a.on{width:100px; line-height:43px; color:#fff; display:inline-block; text-align:center; background:#3462b6;}
.tabbox .content{width:100%; overflow:hidden; margin:0px auto;}
.tabbox .content li{display:none;}

.tab_xw01{width:100%; height:45px; border-bottom:1px #cccccc dashed; position:relative;}
.tab_xw01 a{line-height:45px; background:url(../images/dian02.png) no-repeat 0px 50%; font-size:14px; padding-left:15px; display:block;}
.tab_xw01 a:hover{background:url(../images/dian03.png) no-repeat 0px 50%;}
.tab_xw01 span{ width:100px; line-height:45px; color:#b3b3b3; text-align:right; display:block; position:absolute; top:0px; right:0px;}