/*-----banner-----*/
.banner{
	width:1000px;
	height:485px;
	margin:20px auto;
	
	position:relative;
	}
.banner li a {
	display:block;
	width:1000px;
	height:485px;
	overflow:hidden;
	}
.banner img {
	width:1000px;
	height:485px;
	}
.banner ul{
	width:1000px;
	height:485px;
}
.banner .wrappic{
	overflow:visible;
	position:absolute;
	}
.banner .next{
	position:absolute;
	top:45%;
	right:-48px;
	z-index: 5;
	}
.banner .prev{
	position:absolute;
	top:45%;
	left:-48px;
	z-index: 5;
	}
.banner .next:hover{
	background-image:url(../images/next_hover.png);
	}
.banner .prev:hover{
	background-image:url(../images/pre_hover.png);
	}
.banner .mask-left, .banner .mask-right, .banner .plan {
	background:#fff;
	padding:0px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width:1000px;
	height:485px;
	overflow: hidden;
	left:2000px;
	}
.banner .mask-right, .banner .mask-left {
	z-index: 4;
	left: -1000px;
	filter:alpha(Opacity=50);
	opacity:.6;
	background:#fff;
	overflow: hidden;
	}
.banner .mask-right {
	left:1000px;
	}
.arrow-left {
	width:48px;
	height:95px;
	background-image:url(../images/pre.png);
	}
.arrow-right {
	width:48px;
	height:95px;
	background-image:url(../images/next.png);
	}

/*-----小banner-----*/
.index_area{
	width:490px;
	height:255px;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
	
	position:relative;
	float:left;
	}
.index_area:nth-child(2n){
	margin-right:0;
	}


#abgne {
	width:300px;
	overflow:hidden;

	position:absolute;
	top:10px;
	right:30px;
	}
#abgne .tab_container{
	clear:both;
	width:300px;
	overflow:hidden;
	}
#abgne .tab_container ul{
	position:relative;
	height:212px;
	overflow:hidden;
	}
#abgne .tab_container .tab_content li{
	position:absolute;
	width:300px;
	}
#abgne .tab_container .tab_content li a{
	/*display:inline-block;*/
	display:block;
	width:275px;
	overflow:hidden;
	padding:9px 10px 9px 15px;
	background-image:url(../images/tab_content_bg.png);
	background-repeat:no-repeat;
	background-position:left 12px;
	border-bottom:1px #FFF solid;
	/*text-overflow:ellipsis;
	white-space:nowrap;*/
	position:relative;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	line-height:17px;
	text-shadow:1px 1px 2px #444;
	margin-bottom: 8px;
	}
#abgne .tab_container .tab_content li a img{
    position: absolute;
    top: -2px;
}
/*#abgne .tab_container .tab_content li a::before{
	content:"▶";
	font-size:10px;
	margin-right:5px;
	}*/
#abgne .tabs{
	margin-top:15px;
	}
#abgne .tabs li{
	width:10px;
	height:10px;
	border-radius:5px;
	margin-right:10px;
	background-color:#fff;
	float:left;
	}
#abgne .tabs li.active {
	background-color:#efff64;
	border-bottom: none;
	}
#abgne .tabs li.hover{
	background:#efff64; 
	}








