﻿@charset "utf-8";
/* CSS Document */
.center_area{
	width:100%;
	height:680px; 
	margin:0 auto;
}


/*中间区域*/
.center_area .center{
	width:100%;
	height:260px;
	background:#ccc;
	float: left;
}

.center_area .center .center_top{
	width:100%;
	height:680px;
	/*background: orange;*/
}
/*<==================================================>*/

/*中间轮播图区域*/
 
.bd{
	width:100%;
	height:430px;
    margin:0px auto;
}
.bd li{
	width:100%;height:360px;float:left;
}
.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 ul li{
	width:100%;
	height:420px; 
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	margin:0px auto;
	list-style-type:none;
	left:0px;
	top:0px;
}
.content_middle .tap{
	width:100%;
	height:400px;
}

.content_middle .tap ul{	
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: absolute;

	}
.content_middle .tap  ul li{
	width:1280px;
	height:210px;
	opacity:0;
	margin:0 auto;
	filter:alpha(opacity=0);
	
	}

/*切换小图标*/

.content_middle .table{
	width:1280px; 
	height:30px;
	position: relative;
	z-index:9;
	line-height: 30px;
	margin:0 auto;
	top:215px; 
}
.content_middle .table a{
    width:auto;
    height:33px; 

    text-align:center;
    line-height: 33px;
    margin-left:3px;
    padding-left:16px;
    padding-right:16px; 
    display: block;
    float:left; 
    text-decoration:none; 
    color:#fff;
    font-size:16px;
    font-family:黑体;

    margin-left:18px
}

.content_middle .table a.small_active{
	background:#ae985f;
	color: #fff;
	border:1px #ae985f solid;
	border-radius: 19px 19px 19px 19px;
	 
} 

