.Middle {
	width: 1209px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}


.lust {
	width: 100%;
	height: 108px;
	background: #fffef0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	z-index:99;
}
.buttonl {
  margin-top: 20px;
  width: 1200px;
  text-align:center;
  height: 80px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
.lust .mle {
	width: 1200px;
	height: 108px;
	
}

.lust .mle a {
	display: block;
	width: 83px;
	float: left;
	overflow: hidden;
}

.lust .mle a .img {
	width: 100%;
	height: 45px;
	margin-top: 24px;
}

.lust .mle a .img img {
	display: block;
	margin: 0 auto;
}

.lust .mle a .nmt {
	width: 100%;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	text-align: center;
}

.cusr {
	width: 100%;
	height: 920px;
	background: #fff;
	border-top: 1px solid #ddd;
}

.cusr .tpg {
	color: #383838;
	font-size: 36px;
	width: 100%;
	text-align: center;
	margin-top: 38px;
}

.cusr .wbs {
	color: #888888;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
}

.cusr .imd img {
	display: block;
	margin: 50px auto;
	width:auto;
	height:auto;
}




.totop{position:fixed;right:25px;bottom:25px;display:block;width:26px;height:62px;background:url(../image/rocket.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out;}
.totop:hover{background:url(../image/rocket.png) no-repeat 0 -62px;}