*{
	padding: 0;
	margin: 0;
	border: 0;
}
.tab {
	margin-top: 4px;
	position: absolute;
    left: 50px;
    width: 75%;
}

.tab-div{
	position:relative;
	height: 270px;
}

.title3{
	height: 40px;
	border-top:2px solid #f4f4f4 ;
	border-bottom:2px solid #f4f4f4;
	background: #ffff;
	overflow: hidden; 
}
.tab li a{
	color:#333;
	font-size: 15px;
	
}
.tab li{
	float: left;
  height: 39px;
	line-height: 38px;
	padding:0 12px;
	margin:0 0 0 1.5%;
	color:#333;
	font-size:16px;
	text-align:center;
	cursor:pointer;
}
.tab .tab-active  a{
	color: #005faf;
 font-weight: bold;
}
.tab-div2 .tab .tab-active{
	background: #005faf;
	 color: #fff;
	 border: none;
	 border-radius: 0;
	 position: relative;
 }
 .tab-content ul li{
	background:url(../8514/images/listicon/list-dian.png) 10px center no-repeat;
	padding-left:30px;
 height:34px;
 line-height:30px; overflow:hidden;

                white-space: nowrap;

                text-overflow: ellipsis;

                -o-text-overflow:ellipsis;

}
.tab-div2 .tab .tab-active a{
	color: #fff;
}
.tab-div2 .tab li:first-child{
	margin: 0;

}
.tab-div2 .tab .tab-active:before{
	left: 30%;
}
.tab-content {
	width:100%;
   position:absolute;
	top:62px;
	left:0;
   
}

.tab-content-show {

	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	z-index:20;
}

.tab-content-hide{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index:18;
}
.tab-content {
	width:100%;
   position:absolute;
	top:62px;
	left:0;
   }
/* .tab-div2 .tab .tab-active:before{
	content: "";
	width: 0px;
	height: 0px;
	border-top: 6px solid #005faf;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	position: absolute;
	top: 39px;
	left: 38%;
} */