@charset "utf-8";
/* CSS Document */



.common_da {
	width: 800px;
}
.center_area .center .center_top {
	width: 100%;
	height: 512px;/*background: orange;*/
}
/*<==================================================>*/

/*中间轮播图区域*/
 
.content_middle {
	height: 512px;
	margin: 0px auto;
	position: relative;
}
.content_middle:hover .common {
	display: block;
}
/*左右切换图标*/
.content_middle .common {
	display: block;
	width: 50px;
	height: 100px;
	position: absolute;
	z-index: 25;
	top: 50%;
	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 -45px 0;
}
/*左右切换图标*/
.content_middle ul li {
	width: 100%;
	height: 512px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	margin: 0px auto;
}

.content_middle ul li img{ display:none}

/*切换小图标*/

.content_middle .table {
	width: 890px;
	height: 70px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: 9;
	margin-left: -405px;
	line-height: 24px;
}
.content_middle .table a {
	width: 155px;
	height: 70px;
	background: url(../images/bg4.png) no-repeat;
	width: 174px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	margin-left: 3px;
	display: block;
	float: left;
	font-size: 16px;
	color: #FFF;
	padding-top: 10px
}
.content_middle .table a.small_active {
	background: url(../images/bg3.png) no-repeat;
	width: 174px;
	height: 70px;
	color: #fff;
}
.swiper-container{ display:none}
 @media only screen and (max-width:995px) {
.swiper-container{ display:block}
.content_middle{ display:none}

}
