@charset "utf-8";
/* CSS Document */


/****选项卡****/
.tab_list{ height:50px; font-size:18px; font-weight:bolder;}
.tab_list li{ float:left; height:50px; width:150px; margin-right:1px; margin-left:1px; line-height:50px;background:#ebf3fa; color:#333333; cursor:pointer; text-align:center;}
.tab_list .current{ position:relative; height:50px; background:#00b8ee; color:#fff; text-align:center; }
.tab_list .current:before{ content:""; position:absolute; background:url(../images/index/title-icon.png) no-repeat; display:block; width:9px; height:5px; top:50px; left:70px;}

.tab_list li:last-child{ margin-right:0px;}

.tabc{padding:10px;}



/****选项卡02****/
.tab_list02{ height:34px; font-size:16px; line-height:34px; color:#666;width:100%; background:#ebf3fa;}
.tab_list02 li{ float:left;width:150px; margin-right:1px; border-right:#FFF solid 1px; cursor:pointer; text-align:center;}
.tab_list02 .current2{ position:relative; height:34px; line-height:34px; background:#00b8ee; color:#fff; text-align:center; }

.tabc02{padding:10px;}