@charset "utf-8";

#outer{
	width:798px;
	float:left;
	border:1px solid #0168b7;
	overflow:hidden;
	position:relative;
}

#tab{
height:45px;
overflow:hidden;
line-height:45px;
border-bottom:2px solid #0168b7;
}

#tab li{

	height:45px;
	overflow:hidden;
	cursor:pointer;
	line-height:45px;
	list-style-type:none;
	text-align:center;
		float:left;
		position:relative;
		
		z-index:1;

}
#tab li a{
font-size:14px;
font-family:"Microsoft YaHei";
letter-spacing:1px;
	height:45px;
	line-height:45px;
	overflow:hidden;
	padding:0 55px;
display:block;
float:left;
color:#0168b7;
z-index:2;
	}
	
#tab li.current a{
	
display:block;
height:45px;
color:#fff;
background:#0168b7;
border-bottom:0;
text-align:center;
overflow:hidden;
}

#content{
width:800px;
height:auto;
overflow:hidden;
}
#content ul{
	display:none;
	padding:10px 15px;
	
}

/*---------------------------------首页TAB----------------------------*/
#outer1{
	width:798px;
	float:left;
	border:1px solid #0168b7;
	overflow:hidden;
	position:relative;
}

#tab1{
height:45px;
overflow:hidden;
line-height:45px;
border-bottom:2px solid #0168b7;
}

#tab1 li{

	height:45px;
	overflow:hidden;
	cursor:pointer;
	list-style-type:none;
	text-align:center;
		float:left;
		position:relative;
		
		z-index:1;

}
#tab1 li a{
font-size:14px;
font-family:"Microsoft YaHei";
letter-spacing:1px;
	height:45px;
	line-height:45px;
	overflow:hidden;
	padding:0 55px;
display:block;
float:left;
color:#0168b7;
z-index:2;
	}
	
#tab1 li.current a{
	
display:block;
height:45px;
color:#fff;
line-height:45px;
background:#0168b7;
border-bottom:0;
text-align:center;
overflow:hidden;
}

#content1{
width:800px;
height:165px;
overflow:hidden;
}
#content1 ul{
	display:none;
	padding:10px 15px;
	
}




