@charset "utf-8";
/* CSS Document */
.center_area{
	width:100%;
	margin:0 auto;
}


/*中间区域*/
.center_area .center{
	width:100%;
	background:#ccc;
	float: left;
}
.common_da{ width: 800px; height: 100px;}
.center_area .center .center_top{
	width:100%;
	/*background: orange;*/
}
/*<==================================================>*/

/*中间轮播图区域*/
 
.content_middle{
	width:100%;
	height:440px;
    margin:0px auto;
    position:relative;
    border: 1px solid #ccc;
}
.content_middle:hover .common{
	display: block;
}
/*左右切换图标*/
.content_middle .common{
	display: block;
	width:50px;
	height: 100px;
	position: absolute;
	z-index: 25;
    top:50%;
    margin-top: -50px;
    display: none;
}
.content_middle .btnLeft{
	opacity: 0.5;
	left:0px;
	background: url(../images/sprite.png) no-repeat;
}
.content_middle .btnRight{
	opacity: 0.5;
	right:0px; 
	background: url(../images/sprite.png) no-repeat -60px 0;
}
/*左右切换图标*/
.content_middle ul li{
	width:100%;
	height:440px; 
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	margin:0px auto;
}

/*切换小图标*/

.content_middle .table{

	width:100%;height:63px;position:absolute;bottom:-22px;left:0;

}
.content_middle .table a:nth-child(1){
width:20px;height:20px;border-radius:50%;position:absolute;left:20%;text-align:center;top:0;
}

.content_middle .table a:nth-child(2){
width:80px;position:absolute;right:20%;text-align:center;color:#666;top:0;
}
.content_middle .table a.small_active{
	/* background:#FF8800; */
	color: #125396;

} 

.content_middle .table a p{
	background:#666;
}

.anchor-color-bg{
	/* background:#FF8800; */
	background: #125396;
	 
} 
