/*Example for a easytabs Style*/
.easytabs{
	color: #fff;
	height: 25px;
	width: 650px;
	background:url(../images/culture/li_bg.png) no-repeat 0px bottom;
	padding-bottom:15px;
}
.easytabs ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.easytabs li{
	float:left;
	height:25px;
}
.easytabs li a{
	display:block;
	color:#525252;
	width:100px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#525252;
	font-weight: bold;
	text-decoration: none;
	background:url(../images/culture/hornor_li_bg.jpg) 0px 25px ;
}
.easytabs li a.tabactive{
	color:#fff;
	position: relative;
	background:url(../images/culture/hornor_li_bg.jpg) 0px 0px;
}
#tabcontent1, #tabcontent2, #tabcontent3{
	width: 660px;
	overflow:hidden;
}
.showimg ul{
width:690px;
margin-right:-30px;
overflow:hidden;
}
.showimg ul li{
text-align:center;
width:200px;
height:195px;
margin:20px 20px 0 0;
float:left;
}
.showimg ul li a{
display:block;
width:194px;
height:122px;
padding:2px;
border:1px solid #e4e4e4;
}
.showimg ul li p{
margin-top:2px;
width:190px;
padding:5px 5px;
height:50px;
color:#747474;
line-height:16px;
background:#e4e4e4;
}
