﻿


/**tabs**/
.tabPanel ul{height:50px; position:relative; width:240px; margin:0 auto; margin-bottom:30px;}
.tabPanel ul li{
float:left;
display:block; padding:10px 17px;  color:#fbb04f; border-radius:5px;
 margin:0 14px;
 background:#FFF;
 border:solid 1px #fbb04f;

}
.tabPanel ul li:active{
float:left;
display:block; padding:10px 17px; background:#fbb04f; color:#FFF; border-radius:5px;
 margin:0 14px;
cursor:pointer;	
border:solid 1px #FFF;
transition:0.5s;
}
.tabPanel ul li:hover{
  background:#fbb04f; color:#FFF; 
  cursor:pointer;	
  transition:0.5s;


}
.tabPanel .hit{
float:left;
display:block; padding:10px 17px; background:#fbb04f; color:#FFF; border-radius:5px;
 margin:0 14px;
cursor:pointer;	
border:solid 1px #FFF;
transition:0.5s;
}
.pane{;border-top:0;min-height:100px;;display:none;}
.pane li{ float:left; width:25%; text-align:center; margin-bottom:1.5em; position:relative;}
.pane li p{ float:left; margin-left:15px;}
.pane li a img{ width:90%;}
.tphover{ display:block; position:absolute; width:30px; height:30px;  top:45%; left:45%; color:#Fbb04f;z-index:99; background:url(../img/icon_bo.png) no-repeat;}
.tphover:hover{ background:url(../img/icon_bo2.png) no-repeat; transition:0.1s;}

.tphover img{ width:100%!important;}