.middle{
	width: 100%;
	max-width: 1349px;
	min-width: 1280px; 
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	z-index: 99;
}
.top{
	width: 100%;
	height: 34px;
	background-color: #000;
}
.top p{
	color: white;
	line-height: 34px;
	font-size: 12px;
	position: absolute;
	left: 30px;
}
/*轮播*/
.center{
	width: 1349px;
	height: 406px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.center .center_ul{
	position: absolute;
	left: 0;
	width: 5396px;
	height: 406px;
}
.center .center_ul li{
	width: 1349px;
	height: 406px;
	float: left;
}
.bottom{
	width: 1280px;
	height: 660px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.bottom_left{
	width: 37.6%;
    float: left;
}
.bottom_left a{display: block;}
.bottom_right{
    width: 60.4%;
    float: right;
}
#img2{
	position: absolute;
	bottom:-12px;
}
.last{
	width: 1280px;
	margin: 0 auto;
	margin-top: 20px;
}
.last ul li{float: left;}
.last #last_img{float: right;}
