
/*tab切换样式*/
.tabbox{width:1100px;height:auto;margin:40px auto;}
.tabbox .tab{overflow:hidden; float:left;}
.tabbox .tab a{width:307px; height:97px; line-height:97px; text-align:center; display:block; font-size:26px; color:#fff; font-weight:bold; background:url(../images/ssktcb.png) no-repeat; margin-bottom:14px; text-decoration:none; position:relative;}
.tabbox .tab a:hover{ background:url(../images/ssktca.png) no-repeat;}
.tabbox .tab a.on{ background:url(../images/ssktca.png) no-repeat;}
.tabbox .content{width:770px; overflow:hidden; float:right; background:#F00;}
.tabbox .content li{display:none;}
.tabbox .content li img{width:770px; height:430px; display:block;}


.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;}

