@charset "utf-8";
#tabs {
/*	overflow: hidden;*/
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
#tabs li {
	margin: 0 .5em 0 0;
	display:inline-block;
	position:relative;
}
#tabs a {
	position: relative;
	/*background: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);*/
	padding: .7em 10px;
	float: left;
	text-decoration: none;
	color: #444;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);*/
}

 #tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
 color: #25a8e0;
}


#tabs a:focus {
	outline: 0;
}


/* #tabs a::after {
 content:'';
 position:absolute;
 z-index: 1;
 top: 0;
 right: -.5em;
 bottom: 0;
 width: 1em;
 background: #ddd;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
 background-image: -webkit-linear-gradient(top, #fff, #ddd);
 background-image: -moz-linear-gradient(top, #fff, #ddd);
 background-image: -ms-linear-gradient(top, #fff, #ddd);
 background-image: -o-linear-gradient(top, #fff, #ddd);
 background-image: linear-gradient(to bottom, #fff, #ddd);
 -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-transform: skew(10deg);
 -moz-transform: skew(10deg);
 -ms-transform: skew(10deg);
 -o-transform: skew(10deg);
 transform: skew(10deg);
 -webkit-border-radius: 0 5px 0 0;
 -moz-border-radius: 0 5px 0 0;
 border-radius: 0 5px 0 0;
}*/


 #tabs #current a, #tabs #current a::after {
 background: #fff;
 z-index: 3;
}
/* ------------------------------------------------- */

#content {
	padding: 1.2em 0;
	height: auto;
	position: relative;
	z-index: 2;
	/*-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	-moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);*/
	border-top:1px solid #fff;
	overflow:hidden;

}
#content h2, #content h3, #content p {
	margin: 0 0 15px 0;
}
/* ------------------------------------------------- */

#about {
	color: #999;
}
#about a {
	color: #eee;
}

#content ul{
	width:104%;

}


#content ul.ul li{
	width:23%;
	margin-right:2%;
	height: 371px;
	float:left;
	list-style:none;
	margin-bottom:2%;
	background-color:#fff;
	overflow:hidden;
	box-shadow: 5px 5px 5px #ccc;

}

#content ul.ul li:hover img{

	margin-top:-2px;
}

#content ul.ul li:hover{
	box-shadow:4px 4px 10px #ddd;
	-webkit-box-shadow:4px 4px 10px #ddd;
	-o-box-shadow:4px 4px 10px #ddd;
	-moz-box-shadow:4px 4px 10px #ddd;

}


.span ul li a{
	display:block;
	float:left;
	padding:10px 20px;
	border:1px solid #ddd;

}

.span ul li a:hover{
	background:#ddd;

}


/*子栏目*/

.zilanmu {

	position:absolute;
	bottom:-48px;
	left:50%;
	margin-left:-360px;
	width:720px;
	height:auto;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
	z-index:999999999999999;
	border-radius:5px;

}


.zilanmu div{
	display:none;
	height: 40px;
}

.zilanmu div a:hover{
	color:#2fa0ec !important;
} 

.zilanmu a{

	padding:10px;
	display:inline-block;
	color:#fff !important;

}

.hover li a {
	display:block;
}

.hover li a span {
	position: absolute;
	bottom:-2px;
	left:50%;
	margin-left:-7.5px;
	width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid rgba(0,0,0,0.5);
	z-index:99999999999999999999;
	display:none;
}

.xiala a {
	color:#fff;
}





