@charset "utf-8";
a{color:#9e9e9e;
cursor:pointer;
}

/*** Container All Tabs ********************/
.tabs{
	position: relative;
	display: block;
	width: 1005px;
	color:#9e9e9e;
	float:left;
	margin-top:30px;
	font-family: 微软雅黑;
	line-height: 25px;
	font-size: 12px;
	
}

.tabs h5{
	font-family: 微软雅黑;
	line-height: 25px;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
}

/*** Container One Tab ********************/
.container1{
	position: absolute;
	top:40px;
	left: 0;	
}

/*** Tab Lebels ****************************/
.label{
	position: absolute;
	width: 160px;
	height: 37px;
	
}




/*** Content ******************************/
.content{
	position: absolute;
	width: 680px;
	overflow: hidden;
	left: 210px;
	top:2px;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	line-height: 24px;
	color: #7d7d7d;
	font-family: 微软雅黑;
	
}

/*** For Change Animation Effects *******************/
.container:target .content{
	-webkit-animation: bounce .6s 1;
	animation: bounce .6s 1;
	
}


/* Label Clicked background */
.clicked{
	/*Main Color*/
	color: #00a0e9;
	font-size: 12px;
	font-family: 微软雅黑;
	line-height: 25px;
	font-weight: bold;
	
	
}
/* Label hover background */
.hover{                   
	/*Main Color*/
	color: #00a0e9;
	font-size: 12px;
	font-family: 微软雅黑;
	line-height: 25px;
	font-weight: bold;
}
