@charset "utf-8";
/* CSS Document */


.common_da{}
.center_area .center .center_top{
	width:100%;
	height:365px;
	/*background: orange;*/
}
/*<==================================================>*/

/*中间轮播图区域*/
 
.content_middle{
	height:365px;
    margin:0px auto;
    position:relative;

}
.content_middle:hover .common{
	display: block;
}
/*左右切换图标*/
.content_middle .common{
	display: block;
	width:16px;
	height: 22px;
	position: absolute;
	z-index: 25;
    top:316px;
}
.content_middle .btnLeft{
	opacity: 0.5;
	left:70px;
	background: url(../ZERO/img/ad_left.png) no-repeat;
}
.content_middle .btnLeft:hover{
	opacity: 1;
	left:70px;
	background: url(../ZERO/img/ad_lefton.png) no-repeat;
}
.content_middle .btnRight{
	opacity: 0.5;
	left:250px; 
	background: url(../ZERO/img/ad_right.png) no-repeat;
}
.content_middle .btnRight:hover{
	opacity: 1;
	left:250px; 
	background: url(../ZERO/img/ad_righton.png) no-repeat;
}
/*左右切换图标*/
.content_middle ul li{
	width:100%;
	height:365px; 
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	margin:0px auto;
}

/*切换小图标*/

.content_middle .table{
	width:160px; 
	height:22px;
	position: absolute;
	bottom:30px;
	left:519px;
	z-index:9; 
	line-height: 24px;
	 
}
.content_middle .table a{
    width:20px;
    height:15px;  
    opacity:1;
    text-align:center;
    line-height: 22px;
    margin-left:3px; 
    display: block;
    float:left;  
    color: #999999;
    background: url(../ZERO/img/honor_li.jpg) no-repeat;
}

.content_middle .table a.small_active{
	color: #1a375f;
	background: url(../ZERO/img/honor_lion.jpg) no-repeat;
	 
} 

