@charset "utf-8";
/* CSS Document */
/*<==================================================>*/

/*中间轮播图区域*/
*{
	padding: 0;
	margin: 0;
	list-style: none;
}
@media (max-width: 640px){
	.content_middle{
		width:100%;
		height: 100%;
	    margin:0px auto;
	    position:relative;
	}
	/*左右切换图标*/
	.content_middle .common_da{
		width: 1350px; 
		height: 67px;
		margin: 0 auto;
		position: absolute;
		top: 200px;
		display: none;
	}
	.content_middle .common{
		display: block;
		width:67px;
		height: 67px;
		position: absolute;
		z-index: 25;
	}
	.content_middle .btnLeft{
		left:0px;
		background: url(../image/left.png) no-repeat center;
	}
	.content_middle .btnLeft:hover{
		background: url(../image/left_hover.png) no-repeat center;
	}
	.content_middle .btnRight{
		right:0px; 
		background: url(../image/right.png) no-repeat center;
	}
	.content_middle .btnRight:hover{
		background: url(../image/right_hover.png) no-repeat center;
	}
	/*左右切换图标*/
	.content_middle ul li{
		width:100%;
		height:100%; 
		opacity: 0;
		filter: alpha(opacity=0);
		position: absolute;
		margin:0px auto;
	}
	.content_middle ul li:nth-child(1){
		opacity: 1;
	}

	/*切换小图标*/

	.content_middle .table{
		width: 100%;
		height: 10px;
		position: absolute;
		bottom: 10px;
		left: 500px;
	}
	.content_middle .table a{
	    width:10px;
	    height:10px;  
	    border-radius: 10px;
	    background:#fff;
	    opacity: 0.8;
	    text-align:center;
	    line-height: 33px;
	    margin-left:10px; 
	    display: block;
	    float:left;  
	}

	.content_middle .table a.small_active{
		width: 30px;
		background:#009742;
		color: #fff; 
	} 
}
@media (min-width: 640px){
	.content_middle{
		width:100%;
		height:500px;
	    margin:0px auto;
	    position:relative;
	}
	/*左右切换图标*/
	.content_middle .common_da{
		width: 1350px; 
		height: 67px;
		margin: 0 auto;
		position: absolute;
		top: 200px;
	}
	.content_middle .common{
		display: block;
		width:67px;
		height: 67px;
		position: absolute;
		z-index: 25;
	}
	.content_middle .btnLeft{
		left:0px;
		background: url(../image/left.png) no-repeat center;
	}
	.content_middle .btnLeft:hover{
		background: url(../image/left_hover.png) no-repeat center;
	}
	.content_middle .btnRight{
		right:0px; 
		background: url(../image/right.png) no-repeat center;
	}
	.content_middle .btnRight:hover{
		background: url(../image/right_hover.png) no-repeat center;
	}
	.content_middle ul{
		padding-top: 20px;
	}
	/*左右切换图标*/
	.content_middle ul li{
		width:100%;
		height:460px; 
		opacity: 0;
		filter: alpha(opacity=0);
		position: absolute;
		margin:0px auto;
	}
	.content_middle ul li:nth-child(1){
		opacity: 1;
	}

	/*切换小图标*/

	.content_middle .table{
		width: 140px;
		height: 10px;
		position: absolute;
		bottom: 30px;
	}
	.content_middle .table a{
	    width:10px;
	    height:10px;  
	    border-radius: 10px;
	    background:#fff;
	    opacity: 0.8;
	    text-align:center;
	    line-height: 33px;
	    margin-left:10px; 
	    display: block;
	    float:left;  
	}

	.content_middle .table a.small_active{
		width: 30px;
		background:#009742;
		color: #fff; 
	} 
}
