
/*轮播*/

.lun .device {
	overflow: hidden;
	position: relative;
	height: 670px;
}

.lun .device .swiper-slide {
	width: 100%;
	height: 670px;
	position: relative;
	overflow: hidden;
	float: left;
}

.lun .device a {
	position: absolute;
	width: 100%;
	height: 670px;
	left: 50%;
	margin-left: -50%;
}

.lun .device img {
	display: block;
	width: 100%;
	height: 670px;
}

.lun .swiper-wrapper {
	height: 670px!important;
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index: 99;
  }
  
.swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #999;
  /*box-shadow: 0px 1px 2px #555 inset;*/
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

.sweipr{
	position: absolute;
	margin-top: -450px;
	left: 54%;
}

.sweipr h3{
	font-size: 40px;
	color: #ffffff;
}

.sweipr p{
	font-size: 16px;
	color: #ffffff;
}

.sweipr button{
	font-size:12px;
	background: #000;
	border: none;
	padding: 7px 30px 5px 15px;
	color: #FFFFFF;
	outline: none;
	margin-top: 30px;
	margin-left: 80px;
	cursor: pointer;
	position: relative;
}

.sweipr button img{
	width: 10px !important;
	height: 12px !important;
	position: absolute;
	right: 8px;
	top:6px;
}
/*中间*/
.center .center-lest{
	margin-top: 60px;
}

.center .center-lest ul li{
	float:left;
	width: 33%;
	text-align:center;
	margin: auto;
	position: relative;
}

.center .center-lest ul li .cent_list{
	position: absolute;
	height: 66px;
	top: 50%;
	margin-top: -33px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.center .center-lest ul li .cent_list p{
	font-size: 30px;
}

.center .center-lest ul li .cent_list span{
	font-size: 14px;
	border: 1px solid #FFFFFF;
	padding: 2px 22px;
}

.center .cen-tow {
	clear: both;
	padding-top: 80px;
}

.center .cen-tow h2{
	text-align: center;
	margin: auto;
	font-size:42px;
	color: #3a3f4b;
}

.center .cen-tow>span{
	border: 2px solid #00a5ff;
	width: 150px;
	display: block;
	text-align: center;
	margin: auto;
}

.center .cen-tow ul{
	margin-top: 60px;
}

.center .cen-tow ul li{
	float: left;
	width: 33%;
	text-align: center;
	margin:0 auto 60px;
}

.center .cen-tow ul li .cen-tow-p{
	font-size: 16px;
	color: #3a3f4b;
	font-weight: 600;
}

.center .cen-tow ul li>span{
	width: 50px;
	border: 1px solid #6a6a6a;
	display: block;
	text-align: center;
	margin:22px auto;
}

.center .cen-tow ul li .cen-tow-p2{
	font-size:14px;
	padding: 0 20px;
	line-height: 20px;
}




